/* ===================
      FONT
=================== */

/* ===================
      ROOT
=================== */
:root {
  --color-main:#6d4c35;
  --color-accent:#a7856d;
  --color-bg1:#F9F7F0;
  --color-bg2:#F4F1EC;
  --color-text:#333333;
  --font-english: "EB Garamond", serif;
}

  /* ===================
    LP CONTENTS
  =================== */
  #detailOne {
    margin: 0 auto!important;
  }
  
  .lp-insert-area {
    overflow: hidden;
  }
  
  .item_detail_contents {
    position: relative;
    z-index: 1;
    width: 110rem;
    margin: 0 auto;
    padding: 6rem 0 0;
    background: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    overflow: hidden;
  }
  
  .item_detail_contents *,
  .item_detail_contents *:before,
  .item_detail_contents *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .item_detail_contents p,
  .item_detail_contents ul,
  .item_detail_contents ol,
  .item_detail_contents ol {
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    color: var(--color-text);
  }
  
  .item_detail_contents ul,
  .item_detail_contents li {
    list-style: none;
    border: none;
  }
  
  .item_detail_contents img {
    max-width: 100%;
  }
  
  .item_detail_contents sup {
    color: inherit;
    font-size: 60%;
  }
  
  
  .item_detail_contents a,
  .item_detail_contents a:before,
  .item_detail_contents a:after,
  .item_detail_contents a img {
    transition: opacity .3s ease-in-out,
      color .3s ease-in-out,
      background-color .3s ease-in-out,
      border-color .3s ease-in-out,
      text-shadow .3s ease-in-out,
      text-weight .3s ease-in-out;
  }
  
  .item_detail_contents h1 {
    padding: 0;
  }


  
  /* ===================
    　　　INTRO
  =================== */
  .item_detail_contents .intro_section .mv_pic {
    width: 55rem;
    font-size: 0;
  }

  .item_detail_contents .intro_section picture {
    display: flex;
  }

  /* ===================
  　　SECTION COMMON
  =================== */
  .item_detail_contents .section {
    padding: 8rem 0 8rem;
  }
  

  .item_detail_contents .sec_ttl_group {
    margin-bottom: 4rem;
    text-align: center;
  }

  .item_detail_contents .sec_ttl_jp {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--color-main);
    letter-spacing: 0.15em;
  }

  .item_detail_contents .sec_ttl_eng {
  font-family: var(--font-english);
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--color-main);
    opacity: 0.8;
  }

  .item_detail_contents .sec_sub_ttl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
    color: var(--color-main);
  }

  .item_detail_contents .sec_detail {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
  }

.item_detail_contents .sub_ttl {
  font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 600;
}

.item_detail_contents .text {
  font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    color: var(--color-text);
    margin-bottom: 2rem;
}

.item_detail_contents .note {
  font-size: 1.2rem;
  display: block;
  margin-top: 1rem;
}

  /* ===================
    　　　PROBLEM
  =================== */
.section.problem_section .sec_list li {
    width: 40rem;
    background: #efefdc;
    margin: 0 1rem 1rem 0;
    padding: 2rem 2rem 2rem 4.5rem;
    position: relative;
    font-size: 1.5rem;
    border-radius: 0.2rem;
}
.section.problem_section .sec_list li::before {
    content: '';
    display: block;
    position: absolute;
    top: 2.5rem;
    left: 2rem;
    width: 1.6rem;
    height: 0.8rem;
    border-left: 2px solid var(--color-main);
    border-bottom: 2px solid var(--color-main);
    transform: rotate(-45deg);
}
.section.problem_section .sec_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item_detail_contents .section.problem_section::after {
  position: absolute;
    content: "";
    bottom: -5rem;
    left: 0rem;
    width: 110rem;
    height: 5rem;
    background-color: var(--color-bg1);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
  
.item_detail_contents .section.problem_section {
  background-color: var(--color-bg1);
  padding-right: 14rem;
  padding-left: 14rem;
  position: relative;
  padding-bottom: 6rem;
}

.item_detail_contents .section.problem_section h2{
  text-align: center;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 5rem;
  color: var(--color-main);
}

.item_detail_contents .problem_section .problem_img {
  width: 53.5rem;
  margin: 0 auto 4rem;
}

.item_detail_contents .problem_section .sec_sub_ttl {
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.04em;
}

.item_detail_contents .problem_section .sec_detail {
  text-align: center;
}

/* ===================
  Point Section
=================== */
.item_detail_contents .section.point_section {
  background-color: var(--color-bg2);
  padding-top: 12rem;
}

.item_detail_contents .point_section .inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-direction: column;
}

.item_detail_contents .point_section .inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-direction: column;
}

.item_detail_contents .point_section .point_wrap {
  display: block;
  width: 100%;
} 

.item_detail_contents .point_section .point_group {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
  align-items: center;
  justify-content: center;
}

.item_detail_contents .point_group:nth-of-type(even) {
  flex-direction: row-reverse;
}

.item_detail_contents .point_group:last-of-type {
  margin-bottom: 0;
}

.item_detail_contents .point_img {
  width: 36rem;
}

.item_detail_contents .num {
  font-family: var(--font-english);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2;
  color: var(--color-main);
  opacity: 0.4;
}


.item_detail_contents .point_section .sub_ttl {
  margin-bottom: 0.5rem;
  letter-spacing: 0;
  line-height: 1.8;
} 

/* ===================
Key Ingredients
=================== */
.item_detail_contents .section.ingredient_section {
  background-color: var(--color-bg1);
}

.item_detail_contents .ingredient_section .ingre_wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.item_detail_contents .ingredient_section .ingre_group {
  width: 44rem;
  background-color: #ffffff;
  padding: 3rem;
}

.item_detail_contents .ingredient_section .sub_ttl {
  text-align: center;
  margin-bottom: 1.5rem;
}

.item_detail_contents .ingredient_section .ingre_img {
  margin: 0 auto 2rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  clip-path: circle(50%);
}

.item_detail_contents .ingredient_section .cmpt_img{
  margin: 5rem auto 0;
  width: 36rem;
}

.item_detail_contents .ingredient_section .cmpt_img img{
  mix-blend-mode: multiply;
}

/* ===================
  HOW TO SEC
=================== */
.item_detail_contents .section.howto_section {
  background-color: var(--color-bg2);
}

.item_detail_contents .howto_section .howto_wrap {
display: flex;
justify-content: center;
align-items: center;
  flex-direction: column;
  gap: 4rem;

}

.item_detail_contents .howto_section .howto_img_group {
  display: flex;
  gap: 5rem;
}

.item_detail_contents .howto_section .howto_step_group {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  align-items: center;
}

.item_detail_contents .howto_section .howto_group {
  display: flex;
justify-content: flex-start;
  align-items: center;
gap: 4rem;
margin-bottom: 4rem;
}


.item_detail_contents .howto_section .howto_group:last-of-type {
  margin-bottom: 0;
}

.item_detail_contents .howto_section .howto_img {
  position: relative;
  width: 30rem;
  margin-bottom: 2rem;
}

.item_detail_contents .howto_section .howto_img:last-of-type {
  margin-bottom: 0rem;
}

.item_detail_contents .howto_section .howto_img:before {
  content:"";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -4.5rem;
  width: 3.432rem;
  height: 1rem;
  background: url(https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4992440050027/arrow.svg) center center / contain no-repeat;
}


.item_detail_contents .howto_section .howto_group:last-of-type .howto_img:before {
  width: 0;
  height: 0;

}

.item_detail_contents .howto_section .howto_num {
  width: fit-content;
  margin-bottom: 1rem;
  font-family: var(--font-english);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-main);
    opacity: 0.8;
}

.item_detail_contents .howto_section .num_bigger {
  font-size: 2.5rem;

}

.item_detail_contents .howto_section .sub_ttl {
  margin-bottom: 1.5rem;

}

.item_detail_contents .howto_section .text {
  width: 56rem;

}
  
  
.item_detail_contents .intro_section .txt-area h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.8;
}

.item_detail_contents .point_section .text_group {
    width: 50rem;
}

.item_detail_contents .section.ingredient_section .text {
  margin: 1rem auto 0;
}

.item_detail_contents .section.ingredient_section .text .bold{
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}

.item_detail_contents .section.ingredient_section .text img{
  display: block;
  width: 22rem;
  margin: 0 auto 2rem;
}

section.ingredient_section .cont02 {
    margin-top: 5rem;
}

section.ingredient_section .cont02 .sub_ttl {
    position: relative;
    width: 14rem;
    margin: 0 auto 2rem;
    border: 2px solid rgb(129 158 140 / 40%);
    height: 14rem;
    border-radius: 100%;
    line-height: 14rem;
    overflow: hidden;
    border-width: 0;
}

section.ingredient_section .cont02 .sub_ttl::before {
    position: absolute;
    content: "";
    right: 6.6rem;
    top: 0;
    width: 0.2rem;
    height: 14rem;
    background: rgb(129 158 140 / 40%);
    /* border-radius: 3px; */
    transform: rotate(45deg);
    content: none;
}

.item_detail_contents .cont02 .text{
  text-align: center;
}

section.ingredient_section .cont02 .ingre_wrap{
  display: block;
}

@media only screen and (min-width: 769px) {
html {
  font-size: 62.5%;
}

.item_detail_contents .sp_only {
  display: none;
}
.item_detail_contents .intro_section {
  background: #2d6849;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.item_detail_contents .intro_section .txt-area {
  padding-left: 10rem;
  width: 55rem;
}
  
.item_detail_contents .section.ingredient_section .sec_ttl_group {
    margin-bottom: 2.5rem;
}
  
  }
  
/*=======================================
                TABLET
========================================*/

@media (min-width: 769px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*=======================================
                SP
========================================*/

/* only SP */
@media only screen and (max-width: 768px) {
.item_detail_contents .pc_only {
  display: none;
}

#detailOne {
  padding: 0 !important;
}

.share-box {
  margin-bottom: 0 !important;
}

main.contents {
  padding-bottom: 0;
}

/* ===================
  LP Contents
=================== */

.item_detail_contents {
  width: 100%;
  overflow: hidden;
  padding: calc(30 * (100vw / 390)) 0 0;
  font-size: calc(14 * (100vw / 390));
}


/* ===================
  SECTION COMMON
=================== */
.item_detail_contents .section {
  padding: calc(50 * (100vw / 390)) 0 calc(40 * (100vw / 390))
}

.item_detail_contents .sec_ttl_group {
  margin: calc(0 * (100vw / 390)) 0 calc(25 * (100vw / 390));
}

.item_detail_contents .sec_ttl_jp {
  font-size: calc(20 * (100vw / 390));
}

.item_detail_contents .sec_ttl_eng {
  margin-bottom: calc(10*(100vw / 390));
  font-size: calc(14 * (100vw / 390));
}

.item_detail_contents .sec_sub_ttl {
  font-size: calc(18 * (100vw / 390));
line-height: 2;

}

.item_detail_contents .sec_detail {
  font-size: calc(14 * (100vw / 390));
line-height: 2;
}

.item_detail_contents .sub_ttl {
  font-size: calc(14 * (100vw / 390));
  margin-top: calc(5*(100vw / 390));
}

/* ===================
     PROBLEM
=================== */

.item_detail_contents .section.problem_section {
  padding: calc(40*(100vw / 390)) calc(20*(100vw / 390)) calc(30*(100vw / 390));
}

.item_detail_contents .section.problem_section h2{
  font-size: calc(24*(100vw / 390));
  margin-bottom: calc(40*(100vw / 390));
}

.item_detail_contents .problem_section .problem_img {
  width: calc(340 * (100vw / 390));
  margin: 0 auto calc(20 * (100vw / 390));
}

.item_detail_contents .problem_section .sec_sub_ttl {
  width: calc(340 * (100vw / 390));
  margin: 0 auto calc(20 * (100vw / 390));
}

.item_detail_contents .problem_section .sec_detail {
  width: calc(340 * (100vw / 390));
  margin: 0 auto;
  text-align: left;
}
  
.section.problem_section .sec_list li {
    width: 100%;
    font-size: calc(14 * (100vw / 390));
    margin: calc(8*(100vw / 390))  0;
    padding: calc(15*(100vw / 390)) calc(15*(100vw / 390)) calc(15*(100vw / 390)) calc(40*(100vw / 390));
}
.section.problem_section .sec_list li::before {
    top: calc(19*(100vw / 390));
    left: calc(16*(100vw / 390));
    width: calc(14*(100vw / 390));
    height: calc(8*(100vw / 390));
}
.section.problem_section .sec_list {
    display: block;
}

/* ===================
Key Ingredients
=================== */
.item_detail_contents .ingredient_section .ingre_wrap {
  flex-direction: column;
  align-items: center;
  gap: calc(15 * (100vw / 390));

}

.item_detail_contents .ingredient_section .ingre_group {
  width: calc(340 * (100vw / 390));
  padding: calc(30 * (100vw / 390));
}

.item_detail_contents .ingredient_section .sub_ttl {
  margin-bottom: calc(15 * (100vw / 390));
}

.item_detail_contents .ingredient_section .ingre_img {
  margin: 0 auto calc(15 * (100vw / 390));
  width: calc(120 * (100vw / 390));
  height: calc(120 * (100vw / 390));
}

.item_detail_contents .ingredient_section .cmpt_img {
  margin: calc(30 * (100vw / 390)) auto 0;
  width: calc(300 * (100vw / 390));
}

section.ingredient_section .cont02 {
    margin-top: calc(40 * (100vw / 390));
}

section.ingredient_section .cont02 .sub_ttl {
    width: calc(120 * (100vw / 390));
    height: calc(120 * (100vw / 390));
    line-height: calc(120 * (100vw / 390));
}

section.ingredient_section .cont02 .sub_ttl::before {
    width: 2px;
    height: calc(120 * (100vw / 390));
    right: calc(55 * (100vw / 390));
}

/* ===================
  HOW TO SEC
=================== */
.item_detail_contents .howto_section .howto_group {
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: calc(10 * (100vw / 390));
  margin-bottom: calc(30 * (100vw / 390));

}

.item_detail_contents .howto_section .howto_group:first-of-type {
  margin-bottom: calc(30 * (100vw / 390));
}

.item_detail_contents .howto_section .howto_group:before {
  content:"";
  position: absolute;
  bottom: calc(-15 * (100vw / 390));
  right: 50%;
  transform: translateX(50%);
  width: calc(34.32 * (100vw / 390));
  height: calc(10 * (100vw / 390));
  background: url(https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4992440050027/arrow.svg) center center / contain no-repeat;
}


.item_detail_contents .howto_section .howto_img {
  width: calc(250*(100vw / 390));
font-size: 0;
}

.item_detail_contents .howto_section .howto_group:last-of-type:before {
  bottom: 0;
  width: 0;
  height: 0;
}

.item_detail_contents .howto_section .howto_num {
  margin-bottom: calc(0 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
line-height: 2;
}

.item_detail_contents .howto_section .num_bigger {
  font-size: calc(20 * (100vw / 390));
}

.item_detail_contents .howto_section .sub_ttl {
  margin-bottom: calc(10 * (100vw / 390));

}

.item_detail_contents .howto_section .text {
  width: calc(300 * (100vw / 390));
  margin-bottom: 0;
}
  
.item_detail_contents .intro_section .txt-area {
  background: #2d6849;
  text-align: center;
  padding: calc(25*(100vw / 390)) 0 calc(30*(100vw / 390));
}

.item_detail_contents .intro_section .txt-area h2 {
   font-size: calc(20*(100vw / 390));
  line-height: 2;
}

.item_detail_contents .intro_section .txt-area p {
  font-size: calc(14 * (100vw / 390));
  margin-top: calc(15*(100vw / 390));
  color: #fff;
}

.item_detail_contents .text_group {
    display: block;
    width: calc(300 * (100vw / 390));
}

.item_detail_contents .howto_section .text_list {
    width: 100%;
}

.item_detail_contents .note {
    font-size: calc(12*(100vw / 390));
}

    /* ===================
      　　　POINT
  =================== */
  .item_detail_contents .point_section .inner {
    width: calc(340*(100vw / 390));
  }

  .item_detail_contents .point_section .point_wrap {
    width: 100%;
    gap: calc(20 * (100vw / 390));
    flex-direction: column;

  }

  .item_detail_contents .point_section .point_group {
    display: block;
  }

  .item_detail_contents .point_group:nth-of-type(even) {
    flex-direction: column;
  }

  .item_detail_contents .point_img {
  width: calc(290*(100vw / 390));
    margin: calc(15*(100vw / 390)) auto calc(40*(100vw / 390));
    font-size: 0;
  }

  .item_detail_contents .num {
    font-size: calc(14 * (100vw / 390));
    white-space: nowrap;
    width: fit-content;
    border-radius: calc(20*(100vw / 390));
    line-height: 1.5;
  }

.item_detail_contents .point_section .sub_ttl {
  margin-bottom: calc(6 * (100vw / 390));
  font-size: calc(16*(100vw / 390));
}


.item_detail_contents .point_section .text {
  width: 100%;
  margin-bottom: calc(20*(100vw / 390));
  line-height: 2;
}

.item_detail_contents .howto_section .howto_wrap {
    display: block;
}

.item_detail_contents .howto_section .howto_group:last-child {
    margin-bottom: 0;
}
  
.item_detail_contents .section.problem_section::after {
    width: 100%;
    height: calc(20*(100vw / 390));
    bottom: calc(-20*(100vw / 390));
}

.item_detail_contents .section.point_section {
    padding: calc(60*(100vw / 390)) 0 calc(10 * (100vw / 390));
}

.item_detail_contents .point_section .text_group {
    width: 100%;
}

.item_detail_contents .section.ingredient_section .text .bold{
  font-size: calc(16*(100vw / 390));
}

.item_detail_contents .section.ingredient_section .text img{
  width: calc(180*(100vw / 390));
  margin: 0 auto calc(20*(100vw / 390));
}

.item_detail_contents .text {
    font-size: calc(14 * (100vw / 390));
  margin-bottom: calc(20 * (100vw / 390));
}
.item_detail_contents .intro_section .mv_pic {
    width: 100%;
}
  
  }