/* ===================
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: 0 0 8rem;
  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{
  background-color: var(--color-bg1);
}

.item_detail_contents .intro_section .mv_pic {
  width: 100%;
}

.item_detail_contents .intro_section picture {
  display: flex;
}

.item_detail_contents .intro_section .txt-area h2 {
  color: #fff;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.item_detail_contents .intro_section .txt-area p{
  color: #fff;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
  font-size: 2rem;
  line-height: 1.8;
}

@media only screen and (min-width: 769px) {
  .item_detail_contents .sp_only {
    display: none;
  }
  .item_detail_contents .intro_section {
    background: url(https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4582341750319/mv_pc.jpg)  no-repeat;
    background-size: 100%;
    background-position: center;
    height: 50rem;
    position: relative;
  }

  .item_detail_contents .intro_section .txt-area {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 6rem;
  }
}

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


.item_detail_contents .sec_ttl_group {
  position: relative;
  margin: 7.6rem 0 6rem;
  text-align: center;
}

.item_detail_contents .sec_ttl_jp {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.16;
  color: var(--color-main);
}

.item_detail_contents .sec_ttl_eng {
  position: absolute;
  z-index: 1;
  right: 50%;
  top: -10rem;
  font-family: var(--font-english);
  font-size: 8.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--color-main);
  opacity: 0.06;
  transform: translateX(50%);
  white-space: nowrap;
}

.item_detail_contents .sec_sub_ttl {
  font-family: var(--font-english);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  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: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-main);

}

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

.item_detail_contents .note {
  font-size: 1.2rem;
}

/* ===================
　　　PROBLEM
=================== */
.item_detail_contents .section.problem_section {
  background-color: var(--color-bg1);
}

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

.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: flex;
  flex-direction: column;
  width: 90rem;
  gap: 5rem;
} 

.item_detail_contents .point_section .point_group {
  display: flex;
  gap: 3rem;
  margin-bottom: 0;
  align-items: 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: 35rem;
}

.item_detail_contents .text_group {
  display: flex;
  flex-direction: column;
}

.item_detail_contents .point_section .num {
  margin-bottom: 0.5rem;
  font-family: var(--font-english);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2;
  color: var(--color-accent);
}


.item_detail_contents .point_section .sub_ttl {
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}


.item_detail_contents .point_section .text {
  width: 52rem;
}

/* ===================
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);
  padding-left: 3rem;
  padding-right: 3rem;
}

.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;
  width: 55rem;
}

.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-accent);


}

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

}

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

}

.item_detail_contents .howto_section .text {
  max-width: 40rem;
}

.item_detail_contents .movie_inner {
    padding: 56.25% 0 0 0;
    position: relative;
}

/*=======================================
        TABLET
========================================*/

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

  .item_detail_contents .sp_only {
    display: none;
  }
}

@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-bottom: 0;
  padding-top: calc(20 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
}


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

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

.item_detail_contents .sec_ttl_jp {
  font-size: calc(18 * (100vw / 390));
  line-height: 1.5;
}

.item_detail_contents .sec_ttl_eng {
  top: calc(-55 * (100vw / 390));
  font-size: calc(50 * (100vw / 390));
  letter-spacing: 0;
  white-space: nowrap;
}

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

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

.item_detail_contents .sub_ttl {
  font-size: calc(18 * (100vw / 390));
  line-height: 1.5;
}

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

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

/* ===================
　　　INTRO
=================== */
.item_detail_contents .intro_section .txt-area{
  text-align: center;
  padding-top: calc(20 * (100vw / 390));
}

.item_detail_contents .intro_section .txt-area h2 {
  color: var(--color-main);
  font-size: calc(24 * (100vw / 390));
}

.item_detail_contents .intro_section .txt-area p{
  color: var(--color-main);
  font-size: calc(15 * (100vw / 390));
}

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

.item_detail_contents .section.problem_section {
  padding: calc(40*(100vw / 390)) 0 calc(50*(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;
}

/* ===================
　　　POINT
=================== */
.item_detail_contents .point_section .inner {
  width:100%;
}

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

}

.item_detail_contents .point_section .point_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(20 * (100vw / 390));
  margin-bottom: calc(0 * (100vw / 390));
  width: 100%;
}

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

.item_detail_contents .point_img {
  width: calc(350 * (100vw / 390));
}

.item_detail_contents .point_section .num {
  padding: calc(2*(100vw / 390)) calc(5*(100vw / 390));
  margin-bottom: calc(10*(100vw / 390));
  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(10 * (100vw / 390));
  height: auto;
}


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


/* ===================
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));
}

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

}

.item_detail_contents .howto_section .howto_step_group{
  width: calc(350 * (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(-25 * (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: 100%;
  width: calc(350 * (100vw / 390));
}

.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 {
  max-width: calc(340 * (100vw / 390));
}


}