@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
:root {
  --font-ja-base: "Noto Sans", sans-serif;
  --font-ja-mincho: "\6E38\660E\671D\4F53", "Yu Mincho", YuMincho, serif;
  --font-ja-gothic: "ryo-gothic-plusn",sans-serif;
  --font-cn-base:"Noto Sans SC","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Heiti SC","WenQuanYi Micro Hei",sans-serif;
  --font-cn-mincho:"Noto Serif SC", "Kaiti SC","Songti SC", "STSong","SimSun","NSimSun", serif;
}
main {
  font-family: var(--font-ja-base);
  font-optical-sizing: auto;
  font-weight: 400;
  /* font-feature-settings: "palt"; */
}

#keanabeaute{

  /* ----- 共通 -----  */

  p{
    font-feature-settings: "palt";
    margin: 0;
    font-weight: 400;
  }
  img {
    max-width: 100%;
    aspect-ratio: unset;
    height: auto;
  }
  section {
    margin-inline: auto;
    padding-inline: min(10vw, 42px);
    width: 100%;
  }
  @media screen and (max-width:768px) {
    section {
      padding-inline: max(1vw, 10px);
      width: 100%;
    }
  }
  .sec__wrap{
    width: 100%;
    padding: 80px 0 50px;
    max-width: 1000px;
    margin-inline: auto;
    text-align: center;
  }

  /*----- kv -----*/
  .kv {
    width: 100%;
    background-color: #FFFAC2;
    text-align: center;
    padding-bottom: min(10vw, 30px);
  }
  .kv h1 img{
    width: 100%;
    max-width: 1500px;
  } 
  @media screen and (max-width:768px) {
    .kv {
      padding-bottom: 0;
    }
  }


  /*----- LINE UP -----*/
  .lineup{
    background: #FFFAC2;
  }
  .lineup h2{
    margin-bottom: 80px;
  }

  .lineup ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    row-gap: min(3vw, 16px);
  }
  .lineup ul li{
    width: 25%;
    padding-inline: min(1vw , 10px);
  }
  @media screen and (max-width:600px) {
    .lineup ul li{
      width: 50%;
      padding-inline: min(1vw , 10px);
    }
  }
  .lineup ul li img{
    width: 100%;
  }


  /* contents */
  .contents{
    background: linear-gradient(180deg, #FFFAC2 0%,#FFFAC2 70%, #fff 100%);
    padding-bottom: min(15vw, 100px);
  }
  .contents h2{
    background: linear-gradient(90deg, #ffffff00 0%, #FFF 20%, #FFF 80%, #ffffff00 100%);
    width: 100%;
    height: min(22vw, 130px);
    display: block;
    position: relative;
    margin-block: min(15vw, 100px);
  }
  @media screen and (max-width:768px) {
    .contents h2{
      background: linear-gradient(90deg, #ffffff00 0%, #FFF 4%, #FFF 96%, #ffffff00 100%);
    }

  }
  .contents h2 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }
  .contents__secret-img{
    margin-bottom: min(8vw, 80px);
  }
  .contents__sdgs-img{
    background: #fff;
    padding: min(4vw, 20px) min(8vw, 50px);
    border-radius: 5px;
  }




  /*============================================================*/
  /*    products */ 
  /*============================================================*/
  .products {
    margin-top: min(15vw, 100px);
    margin-bottom: 24px;
    padding-bottom: 100px;

    font-size: 14px;
    font-family: var(--font-ja-ryo-gothic);
    letter-spacing: 0.16em;
    line-height: 1.8;
    font-weight: 300;
  }
  .pro_container {
    padding-inline: 2vw;
    margin-inline: auto;
    max-width: 1090px;
  }
  .pro_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    padding-block: 6vw;
  }
  .pro_item {
    margin-bottom: 40px;
  }
  .pro_item img {
    width: auto;
    height: auto;
  }
  .products h3 {
    text-align: center;
    font-family: "futura-pt", sans-serif;/* 固定 */
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 16px;
  }
  .pro_line {
    display: block;
    border-bottom: 3px solid #DDD;
    margin-bottom: 40px;
  }
  .products h4 {
    font-family: var(--font-ja-mincho);
    font-weight: bold;
    font-size: clamp(22px, 3.4vw, 32px);
    line-height: 1.4;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
  }
  .pro_desc {
    max-width: 550px;
    padding-top: 1em;
  }
  .pro_desc-copy {
    font-size: clamp(18px, 3vw, 20px);
    font-family: "ryo-gothic-plusn";
    line-height: 1.8;
    margin-bottom: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .pro_desc-text {
    font-size: 15px;
    font-family: "ryo-gothic-plusn";
    line-height: 2;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  .products dl dt {
    display: block;
  }
  .products .pull-right dl dt {
    display: flex;
    font-family: "ryo-gothic-plusn";
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    margin: 0 0 16px;
    padding: 9px 8px 8px 0;
    position: relative;
    font-size: 18px;
  }
  .products dt {
    display: flex;
    justify-content: space-between;
  }
  .pro_img dd{
    font-size: 18px;
    margin-left: 50px;
  }
  .products dd strong {
    background: #FFF;
    font-size: 18px;
    border: 1px solid #000;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    margin-right: 16px;
    padding: 0.6em 1em;
    text-align: center;
    width: 84px;
  }

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

    .products {
      padding: 0;
    }
    .pro_line {
      margin-bottom: 46px;
    }
    .pro_container {
      padding-inline: 2vw;
    }
    .pro_grid {
      grid-template-columns: 1fr;
      padding-inline: 4vw;
      padding-block: 12vw;
    }
    .products h3 {
      font-size: 32px;
      margin-bottom: 10px;
    }
    .products dd strong {
    padding: 11px 10px 8px;
    width: 66px;
    font-size: 16px;
    }
    .pro_img dd {
      font-size: 16px;
      margin-left: 0px;
    }
    .products h4 {
      line-height: 1.4;
      margin-bottom: 18px;
    }
    .pro_desc {
      padding-top: 0;
      max-width: 700px;
    }
    .pro_desc-copy {
      margin-bottom: 2vw;
    }
    .pro_desc-text {
      font-size: 14px;
    }
  }

}/* /#keanabeaute */