:root {
  --color-font-base: #000;
  --color-font-base-2: #34332E;
  --color-font-sub: #605E56;
  --color-base: #38393F;
  --color-base02: #F5F5F5;
  --color-main: #003662;
  --color-accent01: #06F;
  --color-accent02: #13527F;
  --color-white: #fff;
  --f-size-68: 6.8rem;
  --f-size-66: 6.6rem;
  --f-size-60: 6.0rem;
  --f-size-50: 5.0rem;
  --f-size-42: 4.2rem;
  --f-size-40: 4.0rem;
  --f-size-38: 3.8rem;
  --f-size-36: 3.6rem;
  --f-size-32: 3.2rem;
  --f-size-30: 3rem;
  --f-size-28: 2.8rem;
  --f-size-26: 2.6rem;
  --f-size-24: 2.4rem;
  --f-size-22: 2.2rem;
  --f-size-20: 2rem;
  --f-size-18: 1.8rem;
  --f-size-17: 1.7rem;
  --f-size-16: 1.6rem;
  --f-size-18: 1.8rem;
  --f-size-14: 1.4rem;
  --f-size-13: 1.3rem;
  --f-size-12: 1.2rem;
  --f-size-10: 1.0rem;
  --f-weight-300: 300;
  --f-weight-400: 400;
  --f-weight-500: 500;
  --f-weight-600: 600;
  --f-weight-700: 700;
}

#main {
  overflow: hidden;
}

.mv {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .mv .mv__image {
    width: 33%;
  }
}
.mv .mv__image img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv .mv-textbox {
  background-color: #405D47;
  padding-block: 140px;
  padding-inline: 80px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .mv .mv-textbox {
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-textbox {
    padding-block: 120px;
    padding-inline: 10.2564102564vw;
  }
}
.mv .mv-textbox .mv__title {
  font-size: var(--f-size-36);
  line-height: 1.7;
  font-weight: 500;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
@media screen and (max-width: 767px) {
  .mv .mv-textbox .mv__title {
    font-size: var(--f-size-28);
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}
.mv .mv-textbox .mv__text {
  font-size: var(--f-size-20);
  line-height: 1.8;
}

.detail {
  background-image: url("/assets/images/product/detail-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-block: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail {
    padding-block: 120px;
  }
}
.detail::before {
  content: "";
  display: block;
  width: 341px;
  height: 313px;
  background-image: url("/assets/images/product/detail-bg02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -172px;
  top: -177px;
}
@media screen and (max-width: 767px) {
  .detail::before {
    width: 32.0512820513vw;
    height: 29.4871794872vw;
    right: -8.2051282051vw;
    top: 1.2820512821vw;
  }
  .detail::before img {
    width: 100%;
  }
}
.detail::after {
  content: "";
  display: block;
  width: 476px;
  height: 346px;
  background-image: url("/assets/images/product/detail-bg03.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -198px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .detail::after {
    width: 45.3846153846vw;
    height: 32.8205128205vw;
    left: -8.2051282051vw;
    bottom: -7.1794871795vw;
  }
  .detail::after img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .detail .detail-inner {
    width: calc(100% - 280px);
    max-width: 1160px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .detail .detail-inner {
    display: -ms-grid;
    display: grid;
    row-gap: 40px;
  }
}
.detail .detail-slider {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.detail .detail__image {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.detail .detail__image .swiper {
  overflow: hidden;
  max-width: 100%;
}
.detail .detail__image .swiper .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail .detail__image .swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.detail .detail__image .swiperThumbnail {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .detail .detail__image .swiperThumbnail {
    padding-inline: 5.1282051282vw;
  }
}
.detail .detail__image .swiperThumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 25%;
}
.detail .detail__image .swiperThumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.detail .detail__box {
  color: #3D3C37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .detail .detail__box {
    width: 88%;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .detail .detail__box {
    padding-inline: 10.2564102564vw;
    gap: 40px;
  }
}
.detail .detail__box .text {
  display: -ms-grid;
  display: grid;
  row-gap: 8px;
  font-size: var(--f-size-20);
  line-height: 1.8;
}
.detail .detail__box .text .comment {
  font-size: var(--f-size-13);
  line-height: 2.2;
}
.detail .detail__box .buy-btn {
  width: 100%;
  padding-block: 10px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: scale 0.7s;
  transition: scale 0.7s;
}
.detail .detail__box .buy-btn .label {
  color: #F6F6F6;
  line-height: 2.2;
  font-size: var(--f-size-16);
}
.detail .detail__box .buy-btn .arrow {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #3D3C37;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.detail .detail__box .buy-btn .arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-mask-image: url("/assets/images/common/link-arrow01.svg");
          mask-image: url("/assets/images/common/link-arrow01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media (any-hover: hover) {
  .detail .detail__box .buy-btn:hover {
    scale: 0.95;
  }
  .detail .detail__box .buy-btn:hover::after, .detail .detail__box .buy-btn:hover .arrow::after {
    -webkit-animation: underline 0.5s forwards;
            animation: underline 0.5s forwards;
  }
}
/*# sourceMappingURL=product.css.map */