/*============================================================*/
/*    共通 */
/*============================================================*/
@charset "UTF-8";


html {
  scroll-behavior: smooth;
}
a, a:hover {
  color: #333;
}

body,main {
  font-family: var(--font-base);
  font-optical-sizing: auto;
  font-weight: 400;
}

img {
  height: auto;
}

.medilisse {
  font-size: 16px;
}

.contents__inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}

.text__note {
  font-size: 10px;
}

.wh__box {
  background-color: rgba(255, 255, 255, .7);
  padding: min(4vw, 24px) min(2.5vw, 30px) min(4.5vw, 30px);
}

@media screen and (max-width: 767px) {
  .contents__inner {
    padding: 0 15px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*============================================================*/
/*    フォント設定  */
/*    (HTMLのlang属性に応じて自動で切り替える)  */
/*============================================================*/


/* --- 基本 日本語ページ用 (ja) --- */
:root {
  --font-base: "ryo-gothic-plusn",sans-serif;
  --font-mincho: "\6E38\660E\671D\4F53", "Yu Mincho", YuMincho, serif;
}

/* --- 英語ページ用 (en) --- */
html[lang="en"] {
  /* 今は日本語と同じ 必要に応じて上書きしてください*/
  --font-base: "ryo-gothic-plusn", sans-serif; 
  --font-mincho: "\6E38\660E\671D\4F53", "Yu Mincho", YuMincho, serif;
}

/* --- 中国語ページ用 (zh) --- */
html[lang="zh"] {
  /* 日本語用のフォント変数を、中国語用に上書き */
  --font-base: "Noto Sans SC","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Heiti SC","WenQuanYi Micro Hei",sans-serif;
  --font-mincho: "Noto Serif SC", "Kaiti SC","Songti SC", "STSong","SimSun","NSimSun", serif;;
}




/*============================================================*/
/*    brand-kv */
/*============================================================*/
.kv {
  background: url(../img/kv_bg.webp) no-repeat center center/auto;
  padding-top: min(15.5vw, 128px);
}

.kv__inner {
  max-width: 780px;
  padding: 0 clamp(15px, 3.75vw, 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  row-gap: 12.5vw;
}

@media screen and (max-width: 767px) {
  .kv {
    background: url(../img/kv_bg.webp) no-repeat center center/cover;
  }

  .kv__inner {
    grid-template-columns: auto;
    justify-items: center;
  }

  .kv h1 {
    width: 30vw;
    margin-inline: auto;
    text-align: center;
    min-width: 100px;
  }

  .kv figure {
    margin-left: 11vw;
  }
}

/*============================================================*/
/*    brand-concept */
/*============================================================*/
.concept {
  background: url(../img/concept_woman.webp) no-repeat calc(50% - 550px) bottom/contain, linear-gradient(90deg, #626262 0%, #2D2B3F 54.42%, #15122F 100%);
  padding: min(10vw, 84px) 0 min(16.5vw, 65px);
}

.concept__inner {
  max-width: 956px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

.concept__grid {
  display: grid;
  grid-template-columns: 4fr 1fr;
  justify-items: end;
  align-items: center;
  column-gap: 10%;
}

.concept__copy-grid {
  display: grid;
  justify-content: center;
  margin-bottom: 50px;
}

.concept__copy {
  font-family: var(--font-mincho);
  color: #fff;
  font-size: clamp(16px, 3.8vw, 22px);
  line-height: 1.8;
}

.concept__logo {
  position: absolute;
  right: 40px;
  top: 32%;
  transform: translateY(-50%);
}

.concept .text__note {
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .concept {
    background: url(../img/concept_woman.webp) no-repeat calc(50% - 60vw) bottom/contain, linear-gradient(90deg, #626262 0%, #2D2B3F 54.42%, #15122F 100%);
    padding: min(10vw, 84px) 0 min(16.5vw, 65px);
  }

  .concept__logo {
    max-width: 17vw;
  }

  .concept__logo img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .concept {
    background: url(../img/concept_woman.webp) no-repeat left -76vw bottom/cover, linear-gradient(90deg, #626262 0%, #2D2B3F 54.42%, #15122F 100%);
    padding: 0;
  }
  
  .concept__inner {
    padding: 52.5vw 15px 3.75vw;
  }

  .concept__logo {
    right: 16.5vw;
    top: 9.75vw;
    transform: translateY(0);
    max-width: 30vw;
  }

  .concept__copy {
    margin-left: 6vw;
  }
}

@media screen and (max-width: 480px) {
  .concept {
    background: url(../img/concept_woman.webp) no-repeat left -89vw bottom/cover, linear-gradient(90deg, #626262 0%, #2D2B3F 54.42%, #15122F 100%);
    padding: 0;
  }
  .concept__copy {
    margin-left: 0;
  }
}

/*============================================================*/
/*    lineup */
/*============================================================*/
.lineup {
  background-color: #fbfbfb;
  padding: min(7.5vw, 54px) 0 min(12vw, 80px);
}

.lineup__title {
  text-align: center;
  font-family: var(--font-mincho);
  font-size: min(5.5vw, 28px);
  margin-bottom: min(3.5vw, 30px);
  letter-spacing: .12em;
  font-weight: 500;
}

.lineup__grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: clamp(10px, 2.5vw, 32px);
  row-gap: min(9vw, 68px);
  grid-template-rows: subgrid;
  align-items: start;
  justify-content: center;
}

.lineup__card {
  display: grid;
  grid-template-columns: auto;
  grid-row: span 5;
  row-gap: min(2.5vw, 8px);
  transition: all .3s;
}

.lineup__card figure {
  overflow: hidden;
}

.lineup__card img {
  transition: all .3s;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  top: 0;
}

.lineup__card:hover img {
  transform: translateX(-50%) scale(110%);
  opacity: .7;
}

.lineup__card p {
  transition: all .3s;
}

.lineup__card:hover p {
  opacity: .7;
}

.lineup__en {
  font-family: var(--font-mincho);
  font-weight: 500;
  font-size: min(3.8vw, 24px);
}

.lineup__name {
  font-size: min(3.5vw, 16px);
  font-weight: 700;
  line-height: 1.6;
}

.lineup__price {
  font-size: min(3.5vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: min(2.5vw, 8px);
}

.lineup__price span {
  font-size: min(3vw, 13px);
}

.lineup__btn {
  display: grid;
  padding: min(2.5vw, 9px) min(3.5vw, 15px);
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  font-family: var(--font-mincho);
  font-size: min(3.8vw, 16px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
  position: relative;
  align-items: center;
}

.lineup__btn::after {
  content: '';
  width: min(3.5vw, 14px);
  height: min(3.5vw, 14px);
  background: url(../img/under_arrow.svg) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  right: min(2.5vw, 16px);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.lineup__card:hover .lineup__btn {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.lineup__card:hover .lineup__btn::after {
    background: url(../img/under_arrow_wh.svg) no-repeat center center/contain;
}


/*============================================================*/
/*    item__detail 共通 */
/*============================================================*/

/* item__bar */
.item__bar {
  text-align: center;
  font-size: min(5vw, 36px);
  font-family: var(--font-mincho);
  color: #fff;
  font-weight: 500;
  padding: min(2.5vw, 10px) 15px;
  background-color: #221F26;
  letter-spacing: .1em;
}

/* catch */
.catch {
  padding: min(10vw, 84px) 0 min(16.5vw, 66px);
}

.catch:has(.text__note) {
  padding: min(10vw, 84px) 0 min(6vw, 42px);
}

.catch__inner {
  max-width: 1180px;
  padding: 0 min(5vw, 40px);
  margin: 0 auto;
}

.catch__grid {
  display: grid;
  grid-template-columns: 3fr 7fr;
  align-items: center;
  justify-items: center;
  row-gap: min(6vw, 24px);
}

.catch__grid img {
  max-width: 100%;
}

.catch .text__note {
  text-align: right;
  margin-top: min(4vw, 16px);
}

@media screen and (max-width: 767px) {
  .catch__inner {
    padding: 0 15px;
  }
  .catch__grid {
    grid-template-columns: auto;
  }

  .catch__grid figure {
    width: 58.5vw;
    margin-inline: auto;
    order: 2;
    text-align: center;
  }

  .catch__grid h2 {
    order: 1;
    margin-inline: -15px;
  }
}

/* point */
.point__body {
  padding: min(9vw, 85px) 0 min(12vw, 100px);
  text-align: center;
}

.point__contents {
  display: grid;
  row-gap: min(7.5vw, 40px);
}

.point__contents + .point__contents {
  margin-top: min(17.5vw, 80px);
}

.point__title-no {
  display: block;
  margin-inline: auto;
  margin-bottom: min(4.8vw, 32px);
  width: clamp(50px, 10vw, 68px);
  text-align: center;
}

.point__sub-title {
  color: #6584BE;
  font-size: min(4.5vw, 24px);
  font-weight: 700;
  line-height: 1.9;
  display: block;
  margin-inline: auto;
  margin-bottom: 10px;
}

.point__text {
  font-size: min(3.8vw, 16px);
  font-weight: 700;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {

  .point__text {
    text-align: left;
  }

  .point__contents .text__note {
    text-align: right;
  }
}

/*  成分リスト */
.ing__grid {
  display: grid;
}

.ing__grid_1colums {
  grid-template-columns: 1fr;
  row-gap: 42px;
}

.ing__grid-item dt {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", serif;
  font-weight: 600;
  font-size: min(3.8vw, 20px);
  margin-bottom: 10px;
}

.ing__grid_1colums dt {
  display: inline-block;
  padding: 0 40px;
  min-width: 410px;
  margin-inline: auto;
}

.ing__grid-item dd {
  display: flex;
  justify-content: center;
}

.ing__grid-item dd figure + figure {
  margin-left: 20px;
}

.ing__grid-item dd figcaption {
  font-size: min(2.5vw, 14px);
  font-weight: 600;
  padding-top: 10px;
  line-height: 1.4;
  white-space: nowrap;
}

.ing__grid-item dd figcaption sup {
  font-size: 10px;
}

.ing__grid + .ing__grid {
  margin-top: 42px;
}

.ing__grid + .text-note {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {

  .ing__grid_1colums dt {
    display: block;
    padding: 0;
    min-width: initial;
  }

  .ing__grid-item dd figure + figure {
    margin-left: 10px;
  }


  .ing__grid-item dd figure img {
    width: 16.8224299065vw;
  }

  .ing__grid-item dd figcaption {
    white-space: wrap;
  }
}

@media screen and (max-width: 480px) {
  .ing__figure_4colums figure {
    width: 25%;
  }
}



/*============================================================*/
/*    toner */
/*============================================================*/

.toner .catch {
  background: url(../img/catch-bg_toner.webp) no-repeat center center/cover;
}

.toner .point__body {
  background: url(../img/body-bg_toner.webp) no-repeat center center/cover;
}

.toner .point__imggrid {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
}

.toner .point_03 .wh__box {
  max-width: 700px;
  margin-inline: auto;
}

.toner .chart__title {
  color: #333;
  font-size: min(3.8vw, 16px);
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .toner .catch {
    background: url(../img/catch-bg_toner_sp.webp) no-repeat center center/cover;
  }
}


/*============================================================*/
/*    serum */
/*============================================================*/

.serum .catch {
  background: url(../img/catch-bg_serum.webp) no-repeat center center/cover;
}

.serum .point__body {
  background: url(../img/body-bg_serum.webp) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .serum .catch {
    background: url(../img/catch-bg_serum_sp.webp) no-repeat center center/cover;
  }

  .serum .catch__grid figure {
    transform: translateX(-7vw);
  }
}

/*============================================================*/
/*    products 共通 */
/*============================================================*/

.products {
  margin-top: min(15vw, 100px);
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
}

.products h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 16px;
}

.pro_container{
  padding-inline: 2vw;
  padding-right: 2vw;
    margin-inline: auto;
    max-width: 1090px;
}

@media screen and (max-width: 767px) {
  .products .row {
    margin: 0;
  }
  .pro_container{
  padding-inline: 2vw;
}
}

@media screen and (max-width: 767px) {
  .products .container {
    padding: 0;
  }
}

.pro_item{
  margin-bottom: 40px;
}
.pro_img dd{
  font-size: 18px;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .pro_img dd{
    font-size: 16px;
  margin-left: 0px;
}
}


.vegan_item{
  margin-bottom: 1.6em;
}

.pro_desc{
  max-width: 550px;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .pro_desc{
  padding-top: 0;
  max-width: 700px;
}
}

.pro_item img{
  height: auto;
  width: auto;
}
.pro_grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  padding-block: 6vw;
}

@media screen and (max-width: 767px) {
  .pro_grid{
  padding-inline: 4vw;
  grid-template-columns: 1fr;
  padding-block: 12vw;
  }
}

.pro_line{
  display: block;
  border-bottom: 3px solid #DDD;
  margin-bottom: 40px;
}

.products h4 {
  font-family: var(--font-mincho);
  font-weight: 600;
  font-size: clamp(22px, 3.4vw, 32px);
  line-height: 1.4;
  margin-bottom: 18px;
}

.pro_desc-copy{
  font-size: clamp(18px, 3vw, 20px);
  line-height: 1.8;
  margin-bottom: 14px;
  font-weight: 600;
}
.pro_desc-text{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 500;
}


.products .small {
  font-size: 10px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .products h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.pro_desc-copy{
  margin-bottom: 2vw;
  line-height: 1.6;
}
.pro_desc-text{
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.pro_line{
  margin-bottom: 46px;
}
  .products h4 {
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 18px;
  }
}

.products img{
  margin: 0 auto;
  padding: 0;
  display: block;
}



@media screen and (max-width: 767px) {
  .products {
    padding: 0;
    font-size: 14px;
  }
  
}

.products .pull-right dl dt {
  display: flex;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  margin: 0 0 16px;
  padding: 9px 8px 8px 0px;
  position: relative;
  font-size: 18px;
}

.products dt {
  display: flex;
  justify-content: space-between;
}

.products dt .icon {
  background: url("../../img/icon_plus.png") no-repeat;
  width: 20px;
}

.products .icon img {
  display: none;
}

.pro_desc-color_item {
  display: flex;
  flex-direction: column;   /* 縦並び */
  align-items: center;      /* 中央揃え */
}
.pro_desc-color{
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding-block: 20px;
  
}
.pro_desc-color img{
  margin-bottom: 10px;

}

.open{
  font-size: 18px;
}


.products .open .icon {
  background: none;
}

.products .open img {
  display: block;
}

.products dd img {
  margin-bottom: 20px;
}

.products dd strong {
  background: #FFF;
  font-size: 18px;
  border: 1px solid #000;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
  margin-right: 16px;
  padding: 7px 12px 8px;
  text-align: center;
  width: 84px;
}

@media screen and (max-width: 767px) {
  .products .opentab {
    margin-bottom: 50px;
  }
  .products dd strong {
  padding: 11px 10px 8px 12px;
    width: 66px;
  font-size: 16px;
  
}

.pro_desc-color{
  justify-content: center;
}
}

.products .row:after {
  background-color: #DDD;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 60px 0;
  vertical-align: middle;
  width: 100%;
}


.effect1-aging-text{
	font-size: clamp(14px, 3vw, 18px);
	line-height: 1.6em;
}

/*=====================================*/
/*    Amazonボタン */
/*=====================================*/

#products .amzbtn a {
  font-size: 4vw;
  position: relative;
  font-weight: bold;
  width: 100%;
  height: 15vw;
  margin: 7vw 0 0 0;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9c644;
}

#products .amzbtn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 3vw;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease-in-out 0s;
}

#products .amzbtn a:hover {
  background: #fce2a2;
}

@media screen and (min-width: 768px) {
  #products .amzbtn a {
    font-size: 16px;
    width: 300px;
    height: 55px;
    margin: 40px 0 0 0;
  }

  #products .amzbtn a::after {
    right: 20px;
  }

}