@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 14px;
  padding: 0 0 160px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper .bodyWrap {
    padding: 0;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  text-align: left;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  text-align: center;
  margin: 35px auto 80px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .header-text {
    text-align: left;
    margin: 20px 20px 45px;
    font-size: 14px;
    line-height: 1.8;
    padding: 0;
  }
  .area-header .header-text br {
    display: none;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
}
.area-body .area-logo {
  width: 274px;
  margin: 0 auto;
}
.area-body .elem-text {
  width: 640px;
  margin: 50px auto;
  text-align: left;
}
.area-body section .wrap {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.area-body section p {
  margin: 20px 0 50px;
  font-size: 18px;
  font-weight: 600;
}
.area-body section .main-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.area-body section .main-slider li {
  margin: 0 5px;
}
.area-body section .main-slider.slick-initialized {
  opacity: 1;
}
.area-body section .area-product {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 100px 0 0;
}
.area-body section .area-product .product-img {
  width: 720px;
  margin: 0 20px 0 0;
}
.area-body section .area-product .product-text {
  width: 380px;
  text-align: left;
}
.area-body section .area-product .product-text .name {
  line-height: 1.4;
  font-size: 36px;
  font-weight: 600;
}
.area-body section .area-product .product-text .pri {
  line-height: 1.4;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px;
}
.area-body section .area-product .product-text .pri span {
  font-size: 12px;
  font-weight: 400;
}
.area-body section .area-product .product-text .color,
.area-body section .area-product .product-text .size {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.area-body section .area-product .product-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 24px 0;
}
.area-body section .area-color {
  padding: 150px 0 0;
}
.area-body section .area-color p {
  width: 640px;
  text-align: left;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
}
.area-body section .area-color h2 {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.area-body section .area-color .color-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.area-body section .area-color .color-list li {
  width: 470px;
  margin: 0 25px 80px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.area-body section .area-color .color-list li .elem-btn {
  text-align: center;
  display: block;
  width: 190px;
  margin: 0;
  line-height: 1;
  padding: 16px 0;
  margin: 5px auto;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
}
.area-body section .area-detail {
  padding: 150px 0 0;
}
.area-body section .area-detail h2 {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.area-body section .area-detail .elem-name {
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0 20px;
}
.area-body section .area-detail .elem-btn a {
  width: 380px;
  margin: 0 auto;
  padding: 16px 0;
}
.area-body section .elem-btn a {
  text-align: center;
  display: block;
  width: auto;
  margin: 0;
  line-height: 1;
  padding: 14px 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 896px) {
  .area-body .area-logo {
    width: 160px;
    margin: 0 auto;
  }
  .area-body .elem-text {
    width: auto;
    margin: 25px 30px;
    text-align: left;
  }
  .area-body section .wrap {
    width: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .area-body section p {
    margin: 20px 0 50px;
    font-size: 18px;
    font-weight: 600;
  }
  .area-body section .main-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  .area-body section .main-slider li {
    margin: 0 5px;
  }
  .area-body section .main-slider.slick-initialized {
    opacity: 1;
  }
  .area-body section .area-product {
    flex-flow: column;
    margin: 50px 0 0;
  }
  .area-body section .area-product .product-img {
    width: auto;
    margin: 0 10px;
  }
  .area-body section .area-product .product-text {
    width: auto;
    text-align: left;
    margin: 0 40px;
  }
  .area-body section .area-product .product-text .name {
    line-height: 1.4;
    font-size: 24px;
  }
  .area-body section .area-product .product-text .pri {
    line-height: 1.4;
    font-size: 22px;
    margin: 0 0 10px;
  }
  .area-body section .area-product .product-text .pri span {
    font-size: 12px;
    font-weight: 400;
  }
  .area-body section .area-product .product-text .color,
.area-body section .area-product .product-text .size {
    font-size: 11px;
  }
  .area-body section .area-product .product-text p {
    font-size: 13px;
    margin: 24px 0;
  }
  .area-body section .area-color {
    padding: 70px 0 0;
  }
  .area-body section .area-color p {
    width: auto;
    margin: 0 40px;
    font-size: 13px;
  }
  .area-body section .area-color h2 {
    font-size: 20px;
  }
  .area-body section .area-color .color-list {
    flex-flow: column;
  }
  .area-body section .area-color .color-list li {
    width: auto;
    margin: 0 30px 50px;
    font-size: 12px;
  }
  .area-body section .area-color .color-list li .elem-btn {
    width: 160px;
    padding: 16px 0;
    margin: 5px auto;
    font-family: "Inter", sans-serif;
    font-size: 12px;
  }
  .area-body section .area-detail {
    padding: 70px 0 0;
  }
  .area-body section .area-detail h2 {
    font-size: 20px;
  }
  .area-body section .area-detail .elem-name {
    font-size: 13px;
    margin: 20px 0 10px;
  }
  .area-body section .area-detail .elem-btn a {
    width: 300px;
    padding: 16px 0;
  }
  .area-body section .elem-btn a {
    text-align: center;
    display: block;
    width: auto;
    margin: 0;
    line-height: 1;
    padding: 14px 0;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 300;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.image-fade {
  opacity: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
  transition: opacity 1s ease 0s, -webkit-clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s, -webkit-clip-path 0.6s ease 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}