@charset "UTF-8";
/**************************************
* product
***************************************/
.product__content {
  max-width: 1350px;
  width: 78%;
  margin: 0 auto;
  line-height: 2;
}
@media (max-width: 1024px) {
  .product__content {
    width: 90%;
  }
}

.product__head-txt {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 140px;
}
@media (max-width: 1399px) {
  .product__head-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .product__head-txt {
    margin-bottom: 60px;
  }
}
@media (max-width: 499px) {
  .product__head-txt {
    margin-bottom: 50px;
  }
}

.product__catch {
  font-size: 2.7rem;
  line-height: 1.3;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .product__catch {
    font-size: clamp(2.1rem, 3vw, 2.5rem);
    white-space: normal;
  }
}

.product__lead {
  font-size: 1.6rem;
  width: 70%;
}
@media (max-width: 1399px) {
  .product__lead {
    width: 100%;
  }
}

/* 追従エリア */
.product__content .product-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.product__content .sticky-main {
  max-width: 980px;
  width: 70%;
}
@media (max-width: 1024px) {
  .product__content .sticky-main {
    width: 100%;
  }
}
.product__content .sticky-side {
  position: sticky;
  top: 130px;
  display: block;
  min-width: 250px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .product__content .sticky-side {
    display: none;
  }
}

/* 追従サイドメニュー */
.sticky-side__list {
  font-size: 2rem;
  color: #ccc;
}
.sticky-side__list a {
  display: block;
}
.sticky-side__list a.active {
  color: #262626;
}
.sticky-side__list li {
  border-bottom: 1px solid rgba(178, 178, 178, 0.4);
}
.sticky-side__list li:not(:first-child) {
  padding: 20px 0 10px;
}
.sticky-side__list li:first-child {
  padding-bottom: 10px;
}

/* 追従メインコンテンツ */
.sticky-main .sticky-main__item:first-child {
  padding-bottom: 80px;
}
@media (max-width: 834px) {
  .sticky-main .sticky-main__item:first-child {
    padding-bottom: 60px;
  }
}
.sticky-main .sticky-main__item:not(:first-child) {
  padding: 80px 0;
}
@media (max-width: 834px) {
  .sticky-main .sticky-main__item:not(:first-child) {
    padding: 60px 0;
  }
}
.sticky-main .sticky-main__item:not(:last-child) {
  border-bottom: 1px solid rgba(178, 178, 178, 0.4);
}

.product-sticky__main-img {
  margin-bottom: 77px;
}
@media (max-width: 1024px) {
  .product-sticky__main-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 834px) {
  .product-sticky__main-img {
    margin-bottom: 30px;
  }
}

.product-sticky__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1024px) {
  .product-sticky__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 834px) {
  .product-sticky__detail {
    margin-bottom: 15px;
  }
}

.product__content-btn.c-btn__01 {
  margin-left: auto;
  height: 40px;
  width: 148px;
}
@media (max-width: 834px) {
  .product__content-btn.c-btn__01 {
    max-width: 165px;
    height: 40px;
  }
}

@media (max-width: 359px) {
  .product__content-btn.c-btn__01 {
    max-width: 165px;
    height: 40px;
  }
}
.product__content-btn.c-btn__01 span:last-child {
  top: 3px;
}

.product-sticky__brand-name {
  font-size: 3rem;
  white-space: nowrap;
}

.product-sticky__brand-logo {
  margin-bottom: 20px;
}

.product__brand-logo--mtg {
  width: 164px;
}
@media (max-width: 499px) {
  .product__brand-logo--mtg {
    width: 120px;
  }
}

.product__brand-logo--yaman {
  width: 180px;
}
@media (max-width: 499px) {
  .product__brand-logo--yaman {
    width: 120px;
  }
}

.product__brand-logo--aujua {
  width: 174px;
}
@media (max-width: 499px) {
  .product__brand-logo--aujua {
    width: 120px;
  }
}

.product__brand-logo--kerastase {
  width: 193px;
}
@media (max-width: 499px) {
  .product__brand-logo--kerastase {
    width: 120px;
  }
}

.product__brand-logo--ndot {
  width: 154px;
}
@media (max-width: 499px) {
  .product__brand-logo--ndot {
    width: 120px;
  }
}

.product-sticky__brand-info {
  font-size: 1.6rem;
  max-width: none;
}

.product-sticky__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
}
@media (max-width: 499px) {
  .product-sticky__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -20px;
  }
}
.product-sticky__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28%;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .product-sticky__items li {
    width: 46%;
  }
}
@media (max-width: 499px) {
  .product-sticky__items li {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
}

.product-sticky__item-img {
  width: 100%;
  max-width: 275px;
}

.product-sticky__item-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 30px 0 12px;
}
@media (max-width: 499px) {
  .product-sticky__item-ttl {
    margin-top: 12px;
  }
}

.product-sticky__item-txt {
  font-size: 1.4rem;
  margin-bottom: 32px;
}
@media (max-width: 499px) {
  .product-sticky__item-txt {
    margin-bottom: 12px;
  }
}

.product-sticky__item-price {
  font-size: 2rem;
}
.product-sticky__item-price span {
  font-size: 1.4rem;
}/*# sourceMappingURL=product.css.map */