@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

a, a:hover {
  color: #333;
}
ul,ol {
  margin: 0;
  padding: 0;
}

.main_txt{
  margin-bottom: 0;
}

.text-serif {
  font-family: 
  "Noto Serif SC",
  "Songti SC",         /* macOS 標準（宋体-簡） */
  "STSong",            /* macOS 華文宋体 */
  "SimSun",            /* Windows 標準（中易宋体） */
  "NSimSun",           /* Windows バックアップ */
  serif;
}

p {
  font-feature-settings: "palt";
  margin: 0;
  letter-spacing: 0.02em;
  font-weight: 400;
}

img {
  
 
  max-width: 100%;
  aspect-ratio: unset;
  height: auto;
}

h2,h3,h4,h5,h6 {
  font-feature-settings: "palt";
  margin: 0;
  letter-spacing: 0.02em;
}
h1 {
  margin: 0;
}

a {
  text-decoration: none
}

#brand-top {
  font-size: min(3.6vw, 16px);
  line-height: 1.8;
}

.container {
  max-width: 1060px;
  margin-inline: auto;
  padding-inline: min(9vw, 42px);
}
main {

  font-family: 
   "Noto Sans SC",        /* Google Noto Sans SC */
  "PingFang SC",       /* iOS / macOS モダン標準 */
  "Hiragino Sans GB",  /* macOS 高品質ゴシック */
  "Microsoft YaHei",   /* Windows 標準（微软雅黑） */
  "Heiti SC",          /* macOS 旧標準 */
  "WenQuanYi Micro Hei", /* Linux系 */
  sans-serif;
    font-optical-sizing: auto;
  font-weight: 400;
}

.sp-only {
  display: none;
}
@media screen and (max-width:768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}

/*----- kv -----*/
.kv {
  background-color: #000;
  text-align: center;
  padding-bottom: min(10vw, 30px);
}

@media screen and (max-width:768px) {
  .kv {
    padding-bottom: 0;
  }
}

/*----- コンセプト -----*/
.concept {
  margin-bottom: min(10vw, 120px);
}
.u-align--center{
  text-align: center;
}
.concept__title {
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: #050507;
  background-image: url(../img/title_bg_silk.webp), url(../img/ico_logo.webp), url(../img/title_bg.webp);
  background-position: right top, left 10% top -10px, center top;
  background-repeat: no-repeat, no-repeat, repeat-y;
  height: min(25vw, 180px);
  position: relative;
  margin-bottom: min(6vw, 60px);
}

.concept__title::after {
  border: min(8vw, 50px) solid transparent;
  border-top: min(6vw, 37px) solid #2C2C39;
  content: "";
  display: block;
  position: absolute;
  top: min(25vw, 178px);
  left: 50%;
  transform: translateX(-50%);
}

.concept__title img {
  max-width: 32vw;
}

.concept__cause {
  padding-top: min(10vw, 30px);
  margin-bottom: min(12vw, 60px);
}

.concept__cause--title {
  text-align: center;
  margin-bottom: min(7vw, 44px);
}

.concept__cause-main--body {
  display: flex;
  justify-content: space-between;
  column-gap: min(5vw, 50px);
  padding-bottom: min(12vw, 46px);
}

.concept__cause-main dl {
  text-align: center;
}

.concept__cause-main dt {
  margin-bottom: min(6vw, 25px);
}

.concept__cause-main--person {
  font-size: min(3vw, 22px);
  line-height: 1.4;
  display: inline-block;
  color: #FFFFFF;
  border-radius: 100px;
  text-align: center;
  padding: min(2vw, 10px) min(10vw, 50px);
  margin-bottom: min(6vw, 25px);
}

.concept__cause .tarumi {
  background-color: #4A4A4A;

}

.concept__cause .kusumi {
  background-color: #674343;

}

.concept__cause-main--text {
  text-align: center;
  font-size: min(3.4vw, 20px);
  line-height: 1.4em;
}

.concept__cause-main--text p {
  margin-bottom: min(6vw, 30px);
}


.concept__reccomend {
  text-align: center;
}

.concept__arrow {
  text-align: center;
  padding-block: min(6vw, 50px);
}

.concept__check {
  margin-bottom: min(6vw, 40px);
}

.concept__check--title {
  text-align: center;
  margin-bottom: min(6vw, 40px);
}


.concept__check ul {
  display: flex;
  justify-content: center;
  column-gap: min(3vw, 30px);
  margin-bottom: min(10vw, 60px);
}

@media screen and (max-width:768px) {
  .concept__check ul {
    display: grid;
    row-gap: 8vw;
  }
  .concept__check--title {
    max-width: 44vw;
    margin-inline: auto;
  }
  .concept__arrow {
    max-width: 11vw;
    margin-inline: auto;
  }


  
    .btn_01 {
    padding-right: 16px;
}
.btn_02 {
    padding-left: 16px;
}
}

.concept__niacinamide {
  max-width: 1000px;
  margin-inline: auto;
  background: url(../img/concept_niacinamide_bg.webp) no-repeat center top;
  background-size: contain;
  border: 1px solid #919191;
  text-align: center;
  padding-top: min(10vw, 100px);
  padding-bottom: min(10vw, 50px);
  padding-inline: min(5vw, 50px);
}

@media screen and (max-width:1060px) {
  .concept__niacinamide {
    margin-inline: min(3vw, 30px);
  }
}

.concept__niacinamide--kv {
  max-width: 70vw;
  margin-inline: auto;
  margin-bottom: min(10vw, 60px);
}

.concept__niacinamide--title {
  margin-bottom: min(10vw, 60px);
}

.concept__niacinamide--fig {
  margin-bottom: min(10vw, 60px);
}

.concept__niacinamide--ing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: min(10vw, 30px);
}

@media screen and (max-width:768px) {
  .concept__niacinamide--ing {
    max-width: 70vw;
    margin-inline: auto;
    grid-template-columns: 1fr;
    row-gap: 5vw;
  }
}


/*----- アイセラム -----*/

.eyeserum {
  margin: 0 auto;
  margin-bottom: 5rem;
  padding: 0;
  text-align: center;
  width: 100%
}

.eyeserum h2 {
  background-color: #000;
  background-image: url(../img/title_bg.webp);
  background-position: center top;
  background-repeat: repeat-y;
  height: min(25vw,120px);
  margin: 0;
  padding: 40px 0 30px;
  position: relative;
  width: 100%
}

.eyeserum h2 img {
  max-width: 50vw;
}


.eyeserum h2::after {
  border: min(8vw,50px) solid transparent;
  border-top: min(6vw,37px) solid #2C2C39;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.eyeserum h2::after {
  top: min(25vw,120px);
}

.eyeserum .item_top {
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  background-color: #fef4f6;
  background-image: url(../img/eye_bg01.webp);
}

.eyeserum .secret_box {
  background-color: #f9f9f9;
  background-image: url(../img/cont_bg1.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 1px solid #510102;
  box-sizing: border-box;
  margin: 60px auto;
      padding-block: 2vw;
  width: 1000px
}

.eyeserum .secret_box h4 {
  font-family: 
  "Noto Serif SC",
  "Songti SC",         /* macOS 標準（宋体-簡） */
  "STSong",            /* macOS 華文宋体 */
  "SimSun",            /* Windows 標準（中易宋体） */
  "NSimSun",           /* Windows バックアップ */
  serif;
  background: #7c7c7c;
  color: #fff;
  display: block;
  font-size: 25px;
  margin: 17px 10px 10px;
  padding: 10px;
  padding-block: 0.6em;
  width: 100%
}

.eyeserum .secret01 h4 {
  width: 95%
}

.eyeserum .secret01 {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.eyeserum .secret01 .left_box,
.eyeserum .secret01 .right_box {
  width: 45%
}

.eyeserum .secret_box .left_box p.sub_txt,
.eyeserum .secret_box .right_box p.sub_txt {
  font-size: 15px;
  text-align: center
}

.eyeserum .secret_box .center_box p.main_txt,
.eyeserum .secret_box .left_box p.main_txt,
.eyeserum .secret_box .right_box p.main_txt {
  font-size: 22px;

  text-align: center
}

.eyeserum .secret_box .red {
  color: #c81238;
  font-weight: 600;
}

.eyeserum .secret_box .yellow {
  color: #df981f
}

.eyeserum .secret03 {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.eyeserum .secret03>* {
  display: flex;
  flex-wrap: wrap;
  width: 45%
}

.eyeserum .secret03>* figure {
  width: 49%
}


.eyeserum span.small {
  font-size: 12px
}

.kome {
  margin-bottom: 2rem;
  font-size: 10px;
}

.step01 {
  margin: 0 auto 100px;
  position: relative;
  text-align: left;
  width: 1000px
}

.l_cont {
  width: 30%
}

.l_cont img {
  display: block
}

.l_cont img,
.l_cont table {
  margin: 0 auto
}

.r_cont table {
  font-size: 14px;
  margin-block: min(3vw, 30px);
}

.r_cont td,
.r_cont th {
  padding: 5px 0
}

.r_cont th {
  font-weight: 700;
  text-align: left;
  width: 80px
}

.r_cont table.line th {
  color: #9e6a00
}

.r_cont table.eye th {
  color: #d02b2f
}

.r_cont {
  box-sizing: border-box;
  margin-right: 5%;
  margin-top: 40px;
  width: 61.5%
}

.r_cont h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
  margin: 5% 0 3%
}

.r_cont.line h3 {
  color: #9e6a00
}

.r_cont.eye h3 {
  color: #d02b2f
}

.r_cont p {
  margin-bottom: 3%
}

.r_cont dt {
  background: url(../img/ico_link.webp) #d02b2f no-repeat;
  background-position: right 15px center;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 5px
}

.r_cont dd {
  border: 1px solid #d02b2f;
  padding: 15px
}

.step01 {
  background-size: 100%;
  display: flex;
  justify-content: space-between
}

.step01 .l_cont img {
  margin-top: 10%
}

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

  #brand-top .top_box .right_box {
    width: 50%
  }

  .eyeserum h2 {
    padding: 32px 5vw 30px;
  }

  .eyeserum .secret01 {
    justify-content: space-between;
    width: 100%;
  }

  .eyeserum .secret01 .left_box,
  .eyeserum .secret01 .right_box {
    width: 40%
  }

  .eyeserum .secret01 .left_box {
    padding-top: 4vw;
    padding-left: 6vw;
  }

  .eyeserum .secret01 .right_box {
    padding-top: 4vw;
    padding-right: 6vw;
  }

  .eyeserum .kakeru {
    width: 5%
  }

  .eyeserum .secret_box {
    margin: 5vw 3vw;
    width: auto;
  }

  .eyeserum .secret_box .left_box p.sub_txt,
  .eyeserum .secret_box .right_box p.sub_txt {
    font-size: 10px;
  }

  .eyeserum .secret_box .center_box p.main_txt,
  .eyeserum .secret_box .left_box p.main_txt,
  .eyeserum .secret_box .right_box p.main_txt {
    font-size: 3vw
  }

  .eyeserum .secret_box h4 {
    font-size: 3.2vw
  }

  .kome {
    width: 100%;
    text-align: center !important;
  }

  .step01 {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 95%
  }

  .l_cont {
    margin: 0 auto;
    width: 50%
  }

  .r_cont {
    width: 100%
  }

.eyeserum .secret03{
    flex-direction: column;
    max-width: 72vw;
    margin-inline: auto;
    grid-template-columns: 1fr;
    row-gap: 5vw;
}

  .eyeserum .secret03>* {
  width: 100%;
}
}


/*----- カバーアイクリーム -----*/

.eyecream {
  margin: 0 auto;
  margin-bottom: 5rem;
  padding: 0;
  text-align: center;
  width: 100%
}

.eyecream h2 {
  background-color: #000;
  background-image: url(../img/title_bg.webp);
  background-position: center top;
  background-repeat: repeat-y;
  height: min(25vw,120px);
  margin: 0;
  position: relative;
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
}

.eyecream h2 img {
  max-width: 18vw;
}

.eyecream h2::after {
  border: min(8vw,50px) solid transparent;
  border-top: min(6vw,37px) solid #313140;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0
}

.eyecream h2::after {
  top: min(25vw,120px);
}

.eyecream .item_top {
  background-position: left top;
  background-repeat: no-repeat;
  margin-inline: auto;
  padding-block: min(15vw, 80px) min(10vw, 80px);
  padding-inline: min(3vw, 30px);
  background: url(../img/eyecream_kv_bg.webp) no-repeat center center / cover;
  margin-bottom: min(8vw, 80px);
}

.eyecream .point {
  background: url(../img/eyecream_point_bg.webp) no-repeat center top;
  border: 1px solid #5B0F10;
  max-width: 1000px;
  margin-inline: auto;
  padding-block: min(8vw, 50px);
  padding-inline: min(5vw, 40px);
  margin-bottom: min(10vw, 80px);
}

@media screen and (max-width:1060px) {
  .eyecream .point {
    margin-inline: min(3vw, 30px);
  }
}

.point01 {
  margin-bottom: min(10vw, 80px);
}

.point01 h3 {
  font-family: "Noto Serif SC", 
  "Songti SC",         /* macOS 標準（宋体-簡） */
  "STSong",            /* macOS 華文宋体 */
  "SimSun",            /* Windows 標準（中易宋体） */
  "NSimSun",           /* Windows バックアップ */
  serif;
  font-size: min(5vw, 32px);
  letter-spacing: 0.02em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: min(5vw, 30px);
  text-align: left;
  margin-bottom: min(6vw, 30px);
}

.point01 h3 small {
  font-size: 70%;
  color: #333;
}

.point01 figure {
  margin-bottom: min(10vw, 60px);
}

.point01 h4 {
  font-size: min(4vw, 26px);
  font-family: "Noto Serif SC", 
  "Songti SC",         /* macOS 標準（宋体-簡） */
  "STSong",            /* macOS 華文宋体 */
  "SimSun",            /* Windows 標準（中易宋体） */
  "NSimSun",           /* Windows バックアップ */
  serif;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #7c7c7c;
  padding: min(5vw, 10px);
  margin-bottom: min(6vw, 20px);
}

.point01 h4+p {
  font-size: min(3.6vw, 20px);
  margin-bottom: min(5vw, 30px)
}

.point01 small {
  font-size: 14px;
}

.point01 .note1 {
  font-size: 10px;
  text-align: right;
  margin-bottom: min(3vw, 10px);
}

.point01 .note2 {
  font-size: 10px;
  text-align: left;
}

.point02 {
  max-width: 870px;
  margin-inline: auto;
  margin-bottom: min(10vw, 60px);
}

.point02 h3 {
  font-family: "Noto Serif SC", 
  "Songti SC",         /* macOS 標準（宋体-簡） */
  "STSong",            /* macOS 華文宋体 */
  "SimSun",            /* Windows 標準（中易宋体） */
  "NSimSun",           /* Windows バックアップ */
  serif;
  font-size: min(5vw, 32px);
  letter-spacing: 0.02em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: min(5vw, 30px);
  text-align: left;
  margin-bottom: min(6vw, 30px);
}

.point02 h3 small {
  font-size: 90%;
  color: #333;
}

.point02 h4 {
  font-size: min(5vw, 36px);
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #AD7D10;
  margin-bottom: min(6vw, 30px);
  position: relative;
  display: inline-block;
  padding-inline: min(10vw, 55px);
}

@media screen and (max-width:768px) {
  .point02 h4 {
    letter-spacing: 0.02em;
  }
.concept__title img {
    max-width: 15vw;
}
  .eyecream h2 img {
  max-width: 50vw;
}
.point-img{
    width: 26%;
  }
}

.point02 h4:before,
.point02 h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: min(10vw, 44px);
  height: 2px;
  background-color: black;
}

.point02 h4:before {
  left: 0;
  transform: rotate(60deg);
}

.point02 h4:after {
  right: 0;
  transform: rotate(-60deg);
}

.point02_img{
  max-width: 100%;
  margin-bottom: min(4vw, 30px);
}

.point02__tag {
  display: flex;
  justify-content: center;
  column-gap: min(3vw, 10px);
}

.point02__tag li {
  font-size: min(3vw, 24px);
  font-family: 
  "Noto Serif SC",
  "Songti SC",         /* macOS 標準（宋体-簡） */
  "STSong",            /* macOS 華文宋体 */
  "SimSun",            /* Windows 標準（中易宋体） */
  "NSimSun",           /* Windows バックアップ */
  serif;
  line-height: 1;
  color: #FFFFFF;
  background-color: #252525;
  padding: min(3vw, 8px) min(3vw, 20px);
  border-radius: 50px;
  margin-bottom: min(10vw, 30px);
}

.point02__list {
  text-align: left;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding-block: min(6vw, 40px);
  padding-left: min(6vw, 80px);
  padding-right: min(20vw, 110px);
  position: relative;
  margin-bottom: min(10vw, 60px);
}

.point02__list ul {
  display: grid;
  row-gap: min(4vw, 15px);
}

.point02__list li {
  font-size: min(3.6vw, 24px);
  font-weight: 700;
  position: relative;
  padding-left: min(10vw, 35px);
}

.point02__list li:before {
  color: #E60013;
  content: "\f00c";
  font-family: fontAwesome, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}

.point02__list figure {
  max-width: 16vw;
  position: absolute;
  right: min(2vw, 10%);
  top: 50%;
  transform: translateY(-50%);
}

.point02__before-after--body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: min(5vw, 15px);
}

@media screen and (max-width:768px) {
  .point02__before-after--body {
    grid-template-columns: 1fr;
    max-width: 70vw;
    margin-inline: auto;
  }
}

.point02__before-after--body::after {
  order: 2;
  content: "";
  display: block;
  height: calc(min(6vw, 50px) / 2 * tan(60deg));
  width: min(3vw, 30px);
  background-color: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width:768px) {
  .point02__before-after--body::after {
    height: calc(3vw / 2 * tan(60deg));
    width: 6vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin-inline: auto;
  }
}

.point02__before-after--body p:nth-child(1) {
  order: 1;
}

.point02__before-after--body p:nth-child(2) {
  order: 3;
}

.point02__before-after--note {
  text-align: right;
  margin-top: min(5vw, 10px);
  font-size: min(3.4vw, 10px);
}

@media screen and (max-width:768px) {
  .point02__before-after--note {
    max-width: 400px;
    margin-inline: auto;
  }
}

.point03 {
  padding-bottom: min(6vw, 20px);
}

.point03 h3 {
  font-family: 
  "Noto Serif SC", 
  "Songti SC",         /* macOS 標準（宋体-簡） */
  "STSong",            /* macOS 華文宋体 */
  "SimSun",            /* Windows 標準（中易宋体） */
  "NSimSun",           /* Windows バックアップ */
  serif;
  font-size: min(5vw, 32px);
  letter-spacing: 0.02em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: min(5vw, 30px);
  text-align: left;
  margin-bottom: min(6vw, 30px);
}

.point03 h3 small {
  font-size: 70%;
}

.point03__body {
  max-width: 750px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

@media screen and (max-width:768px) {
  .point03__body {
    display: grid;
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width:768px) {
  .point03__info {
    max-width: 360px;
    margin-inline: auto;
  }
}

.point03__info--text {
  font-weight: 700;
  font-size: min(4vw, 24px);
  line-height: 1.4;
  margin-bottom: min(5vw, 33px);
}

.point03__info--text span {
  font-size: min(4vw, 26px);
}

.point03__info--catch {
  font-size: min(4vw, 20px);
  font-weight: 700;
  background-color: #F1DCAC;
  border-radius: 50px;
  padding: min(1vw, 5px) min(5vw, 20px);
}

@media screen and (max-width:768px) {
  .point03__img {
    max-width: 50vw;
    margin-inline: auto;
  }
}


.combined {
  padding-bottom: min(10vw, 80px);
}

.combined__title {
  font-family: "Noto Serif SC", 
  "Songti SC",         /* macOS 標準（宋体-簡） */
  "STSong",            /* macOS 華文宋体 */
  "SimSun",            /* Windows 標準（中易宋体） */
  "NSimSun",           /* Windows バックアップ */
  serif;
  font-size: min(7vw, 46px);
  font-weight: 500;
  margin-bottom: min(10vw, 30px);
}

.combined__title span {
  color: #E60013;
}

.combined__title small {
  font-size: 80%;
}

.combined__catch {
  display: inline-block;
  font-size: min(4.6vw, 28px);
  font-weight: 700;
  color: #FFFFFF;
  background-color: #252525;
  line-height: 1.4;
  padding: min(2vw, 10px) min(10vw, 60px);
  border-radius: 50px;
  margin-bottom: min(10vw, 60px);

}

.combined__body {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: min(10vw, 60px);
}

@media screen and (max-width:768px) {
  .combined__body {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .combined__body figure {
    max-width: 50vw;
    margin-inline: auto;
    margin-bottom: min(10vw, 20px);
  }
}



/*--- アコーディオン ----*/
.acc_open {
  position: relative;
  cursor: pointer;
}

.acc_open::before {
  /* 閉じている時 */
  content: "+";
  display: block;
  position: absolute;
  right: 16px;
  top: 55%;
  transform: translate(0, -50%);
}

.acc_open.active::before {
  /* 開いている時 */
  content: "-";
}

.acc_container {
  display: none;
}



/*----- 使い方 -----*/
.use {
  margin: 0 auto 50px;
  width: 1000px;
}

.eyeserum .use p {
  margin: 0 0 0 50px;
}

.eyecream .use p {
  text-align: left;
  padding-top: min(10vw, 20px);
}

.use .use_title {
  color: #520001;
  border: 1px solid #666;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  padding: 20px 0;
  transition: all .5s;
}

.use .use_title:hover {
  background: #eee;
}

.use .acc_open::before {
  /* 閉じている時 */
  color: #000;
  font-size: 36px;
}

@media screen and (max-width:768px) {
  .use {
    margin: 0 3vw 10vw;
    width: auto;
  }

  .use p {
    font-size: 4vw;
    margin: 0 0 0 50px;
  }

  .use .use_title {
    font-size: 5vw;
    padding: 3vw 0;
  }

  .use .acc_open::before {
    /* 閉じている時 */
    font-size: 6vw;
  }
}


/*----- 成分 -----*/
.accbox {
  margin-top: min(5vw, 20px);
  padding: 0
}

.accbox .accbox_btn {
  background: #000;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 10px 16px;
  position: relative;
  transition: all .5s
}

.accbox .acc_open:hover {
  background: #313140
}

.accbox .acc_open::before {
  /* 閉じている時 */
  color: #fff;
  font-size: 26px;
  top: 45%;
  width: 2rem;
  text-align: center;
}

.accbox .accbox_cont {
  padding: 15px 15px 0;
  border: 1px solid #000;
}


/*-- youtube --*/
.movie {
  max-width: 700px;
  margin: 50px auto 80px;
}

.movie .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
  .movie {
    margin: 5vw 0;
    padding: 0 3vw;
  }

  .amazon-btn {
    text-align: center;
  }
}

/*============================================================*/
/*    products */
/*============================================================*/
.products {
  font-size: 14px;
  margin: 0;
  padding-bottom: 100px;
}

.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;
    
}
}



.products h3 {

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


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

.products h4 {
  font-family: 
  "Noto Serif SC",
  "Songti SC",         /* macOS 標準（宋体-簡） */
  "STSong",            /* macOS 華文宋体 */
  "SimSun",            /* Windows 標準（中易宋体） */
  "NSimSun",           /* Windows バックアップ */
  serif;
  font-weight: bold;
  font-size: clamp(22px, 3.4vw, 32px);
  line-height: 1.4;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

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



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

.pro_desc-copy{
  margin-bottom: 2vw;
}
.pro_desc-text{
  font-size: 14px;
}

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

.products {
  margin-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.02em;
    line-height: 1.8em;
    font-weight: 300;
}
.products img{
   margin: 0;
  padding: 0;
  display: block;
}



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

.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: 9px 12px 12px;
  text-align: center;
  width: 84px;
}

@media screen and (max-width: 767px) {
  .products .opentab {
    margin-bottom: 50px;
  }
  .products dd strong {
  padding: 7px 10px 8px;
    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%;
}
.note-mb{
    margin-top: -2vw;
}