@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display:none;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

header {
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}

header.visible {
  opacity: 1;
  pointer-events: auto;
}

:root {
  --font_regular: "gill-sans-nova", "Noto Sans JP", sans-serif;
  --color_regular: #774631;
  --color_01: #CDE9EA;
  --color_02: #FFDDDE;
  --color_03: #B3D7D8;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  width: 100%;
  font-family: var(--font_regular);
  color: var(--color_regular);
  overflow-x: clip;
}

.LP_page.accessed {
  opacity: 0;
}

.LP_page.accessed.active {
  opacity: 1;
  transition: opacity 1s;
}

.LP_page input {
  display: none;
}

.LP_page_inner {
  position: relative;
  z-index: 1;
  background: var(--color_01);
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding-bottom: calc(40 * (60rem / 390));
  opacity: 0;
  transition: opacity 1s;
}

.LP_page_inner.visible {
  opacity: 1;
}

.LP_page.active {
  opacity: 1;
}

.LP_page a {
  display: block;
}

.LP_page a:hover {
  opacity: 1 !important;
}

.LP_page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.activePoint.common {
  opacity: 0;
  translate: 0 calc(20 * (60rem / 390));
  transition: opacity 1s, translate 1s;
}

.activePoint.common.active {
  opacity: 1;
  translate: 0 0;
}

/*----------------------------all*/

/*loading------------------------*/
body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

.loadingScreen {
  position: fixed;
  top: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  background: var(--color_01);
  pointer-events: none;
}

.loadingScreen:not(.hidden) {
  animation: hidden 1s 5s forwards;
}

@keyframes hidden {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loadingScreen.hidden {
  opacity: 0;
}

.loadingScreen .logo_peanutsCK_wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - calc(2 * (60rem / 390)));
  height: calc(100% - calc(2 * (60rem / 390)));
  mask-image: url(../img/shape_heart.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/shape_heart.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(transparent 50%, var(--color_regular) 50%) top center / 100% calc(600 * (60rem / 390));
  content: "";
  animation: fill 1s 2.5s linear forwards;
}

@keyframes fill {
  0% {
    background-position: top center;
  }

  100% {
    background-position: bottom center;
  }
}

.loadingScreen .logo_peanutsCK_wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(310 * (60rem / 390));
  height: calc(270 * (60rem / 390));
}

.logo_peanutsCK {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.loadingScreen .logo_peanutsCK {
  padding-bottom: calc(20 * (60rem / 390));
  scale: 0;
  animation: scale .8s 3.5s forwards;
}

.logo_peanutsCK span {
  display: block;
  font-size: 0;
}

.logo_peanutsCK .logo_peanuts {
  position: relative;
  margin: 0 auto;
}

.logo_peanutsCK .logo_peanuts::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  mask-image: url(../img/shape_footprint.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/shape_footprint.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: var(--color_regular);
  content: "";
}

.loadingScreen .logo_peanutsCK .logo_peanuts {
  width: calc(148 * (60rem / 390));
  margin-bottom: calc(10 * (60rem / 390));
  padding-bottom: calc(35 * (60rem / 390));
}

.loadingScreen .logo_peanutsCK .logo_peanuts::before {
  width: calc(24 * (60rem / 390));
  height: calc(24 * (60rem / 390));
  background: #fff;
}

.loadingScreen .logo_peanutsCK .logo_cosmekitchen {
  position: relative;
  width: calc(166 * (60rem / 390));
}

.loadingScreen .logo_peanutsCK .logo_cosmekitchen img {
  opacity: 0;
}

.loadingScreen .logo_peanutsCK .logo_cosmekitchen::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/logo_cosmekitchen.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/logo_cosmekitchen.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
  content: "";
}


@keyframes scale {
  0% {
    scale: 0;
  }

  100% {
    scale: 1;
  }
}

.loadingScreen .pathFrame {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  scale: -1 1;
}

.loadingScreen .pathFrame path {
  stroke-dasharray: 950;
  stroke-dashoffset: 950;
  stroke-width: calc(3 * (60rem / 390));
  fill: none;
  stroke: var(--color_regular);
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: line-stroke 2s .5s linear forwards;
}

@keyframes line-stroke {
  0% {
    stroke-dashoffset: 950;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/*------------------------loading*/

/*mv lead------------------------*/
.heading_area {
  padding-bottom: calc(60 * (60rem / 390));
}

.main_ttl {
  margin-bottom: calc(50 * (60rem / 390));
}

.main_lead_wrap {
  text-align: center;
}

.main_lead_wrap h2 {
  margin-bottom: calc(30 * (60rem / 390));
  font-size: calc(30 * (60rem / 390));
  font-weight: 600;
}

.main_lead_wrap p {
  font-size: calc(15 * (60rem / 390));
  line-height: 1.75;
}

.main_lead_wrap p:nth-of-type(n+2) {
  margin-top: calc(25 * (60rem / 390));
}

.main_lead_wrap p .txt_B {
  font-weight: 600;
}

.heading_area .logo_peanutsCK {
  margin-top: calc(40 * (60rem / 390));
}

.heading_area .logo_peanutsCK .logo_peanuts {
  width: calc(86 * (60rem / 390));
  margin-bottom: calc(3 * (60rem / 390));
  padding-bottom: calc(20 * (60rem / 390));
}

.heading_area .logo_peanutsCK .logo_peanuts::before {
  width: calc(14 * (60rem / 390));
  height: calc(14 * (60rem / 390));
}

.heading_area .logo_peanutsCK .logo_cosmekitchen {
  width: calc(96 * (60rem / 390));
}
/*------------------------mv lead*/

/*schedule-----------------------*/
.each_area {
  width: 100%;
  padding-top: calc(20 * (60rem / 390));
}

.schedule_area {
  padding-bottom: calc(50 * (60rem / 390));
}

.area_ttl {
  position: relative;
  width: calc(140 * (60rem / 390));
  height: calc(110 * (60rem / 390));
  padding-top: calc(30 * (60rem / 390));
  font-size: calc(25 * (60rem / 390));
  font-weight: 600;
  color: #fff;
  margin: 0 auto calc(30 * (60rem / 390));
  text-align: center;
}

.area_ttl::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/shape_heart2.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/shape_heart2.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: #7CBDBF;
  content: "";
  scale: 0;
  transition: scale .5s;
}

.each_area.active .area_ttl::before {
  scale: 1;
}

.area_ttl::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(18 * (60rem / 390));
  height: calc(18 * (60rem / 390));
  margin-top: calc(15 * (60rem / 390));
  mask-image: url(../img/shape_footprint.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/shape_footprint.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
  content: "";
}

.each_schedule:nth-of-type(n+2) {
  margin-top: calc(50 * (60rem / 390));
}

.each_schedule > dt {
  display: grid;
  place-items: center;
  width: calc(140 * (60rem / 390));
  height: calc(25 * (60rem / 390));
  margin: 0 auto calc(15 * (60rem / 390));
  padding-top: calc(2 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_regular);
  font-size: calc(14 * (60rem / 390));
  font-weight: 500;
  color: #fff;
}

.each_schedule .period_wrap {
  display: flex;
  justify-content: center;
}

.each_schedule .txt_date {
  font-size: calc(30 * (60rem / 390));
  font-weight: 500;
  letter-spacing: -.05em;
  text-align: center;
}

.each_schedule .txt_date.date_last {
  position: relative;
  margin-left: calc(10 * (60rem / 390));
  padding-left: calc(20 * (60rem / 390));
}

.each_schedule .txt_date.date_last::before {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 -50%;
  width: calc(10 * (60rem / 390));
  height: calc(1 * (60rem / 390));
  margin-bottom: calc(10 * (60rem / 390));
  background: var(--color_regular);
  content: "";
}

.each_schedule .txt_date .txt_dot {
  letter-spacing: .05em;
}

.each_schedule .txt_date .txt_year {
  font-size: calc(16 * (60rem / 390));
  letter-spacing: 0;
  vertical-align: .05em;
}

.each_schedule .txt_date .txt_dayofweek {
  position: relative;
  z-index: 1;
  margin-left: calc(10 * (60rem / 390));
  font-size: calc(12 * (60rem / 390));
  text-align: center;
  color: #fff;
  vertical-align: .4em;
}

.each_schedule .txt_date .txt_dayofweek::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(20 * (60rem / 390));
  height: calc(20 * (60rem / 390));
  border-radius: 50%;
  background-color: var(--color_regular);
  content: "";
}

.each_schedule .txt_date .txt_time {
  margin-left: calc(8 * (60rem / 390));
  font-size: calc(17 * (60rem / 390));
  vertical-align: .1em;
}

.store_wrap {
  margin-top: calc(20 * (60rem / 390));
}

.store_wrap dt {
  width: fit-content;
  margin: 0 auto calc(10 * (60rem / 390));
  padding: calc(2 * (60rem / 390)) calc(10 * (60rem / 390)) calc(3 * (60rem / 390)) calc(12 * (60rem / 390));
  border: solid var(--color_regular) calc(1.5 * (60rem / 390));
  border-radius: calc(3 * (60rem / 390));
  font-size: calc(11 * (60rem / 390));
  font-weight: 700;
}

.store_list {
  display: flex;
  justify-content: center;
  gap: calc(25 * (60rem / 390));
}

.store_list li {
  position: relative;
  font-size: calc(16 * (60rem / 390));
  font-weight: 700;
}

.store_list li:nth-of-type(n+2)::before {
  position: absolute;
  top: 50%;
  right: 100%;
  translate: 0 -50%;
  width: calc(1 * (60rem / 390));
  height: calc(15 * (60rem / 390));
  margin-right: calc(12 * (60rem / 390));
  background: var(--color_regular);
  content: "";
}

.store_wrap .notes {
  margin-top: calc(15 * (60rem / 390));
  font-size: calc(10 * (60rem / 390));
  text-align: center;
}

.campaign_wrap {
  position: relative;
  width: calc(360 * (60rem / 390));
  margin: calc(20 * (60rem / 390)) auto 0;
  padding: calc(30 * (60rem / 390)) 0;
  background: url(../img/bg_paper.jpg) center center / cover no-repeat;
  box-shadow: calc(5 * (60rem / 390)) calc(5 * (60rem / 390)) 0 var(--color_03);
  text-align: center;
}

.campaign_wrap h3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: calc(86 * (60rem / 390));
  height: calc(86 * (60rem / 390));
}

.campaign_wrap h3::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border: solid var(--color_regular) calc(43 * (60rem / 390));
  border-bottom-color: transparent;
  border-right-color: transparent;
  content: "";
}

.campaign_wrap h3 span {
  position: relative;
  display: block;
  padding-bottom: calc(30 * (60rem / 390));
  font-size: calc(12 * (60rem / 390));
  font-weight: 700;
  rotate: -45deg;
  color: #fff;
}

.campaign_wrap h3 span::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50% 0;
  width: calc(16 * (60rem / 390));
  height: calc(16 * (60rem / 390));
  margin-bottom: calc(5 * (60rem / 390));
  mask-image: url(../img/shape_heart2.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/shape_heart2.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
  content: "";
}

.campaign_wrap .campaign_txt {
  font-size: calc(14 * (60rem / 390));
  font-weight: 500;
  line-height: 1.5;
}

.campaign_wrap .campaign_txt .txt_B {
  display: block;
  margin-top: calc(10 * (60rem / 390));
  font-size: calc(18 * (60rem / 390));
  font-weight: 700;
}

.campaign_wrap .campaign_txt .txt_L {
  font-size: calc(34 * (60rem / 390));
  letter-spacing: 0;
}

.campaign_wrap .campaign_txt .txt_M {
  font-size: calc(22 * (60rem / 390));
}

.campaign_wrap .notes {
  margin-top: calc(15 * (60rem / 390));
  font-size: calc(10 * (60rem / 390));
}
/*-----------------------schedule*/

/*index--------------------------*/
.index_wrap {
  position: relative;
  z-index: 2;
}

.btn_index {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: calc(85 * (60rem / 390));
  height: calc(70 * (60rem / 390));
  margin: 0 calc(10 * (60rem / 390)) calc(30 * (60rem / 390)) 0;
  padding-top: calc(20 * (60rem / 390));
  font-size: calc(16 * (60rem / 390));
  font-weight: 700;
  text-align: center;
  color: #fff;
  scale: 0;
  pointer-events: none;
  transition: scale .3s;
}

.btn_index.active {
  scale: 1;
  pointer-events: auto;
}

.btn_index::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/shape_heart2.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/shape_heart2.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: var(--color_regular);
  content: "";
}

.btn_index span {
  position: relative;
  padding-bottom: calc(12 * (60rem / 390));
}

.btn_index span::before,
.btn_index span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(2 * (60rem / 390));
  height: calc(10 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  background: #fff;
  content: "";
}

.btn_index span::after {
  rotate: 90deg;
}

#HeaderWrap.hidden {
  opacity: 0;
  pointer-events: none;
}

.modal_outside.hidden {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.modal_outside {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal_outside::-webkit-scrollbar {
  display:none;
}

.modal_outside::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: rgba(179, 215, 216, .8);
  content: "";
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_wrap {
  width: calc(370 * (60rem / 390));
  margin: 0 auto;
  max-height: 100%;
  padding: calc(40 * (60rem / 390)) calc(5 * (60rem / 390));
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal_wrap::-webkit-scrollbar {
  display:none;
}

.modal_inner {
  position: relative;
}

.btn_modalClose {
  position: fixed;
  z-index: 2;
  width: calc(30 * (60rem / 390));
  height: calc(30 * (60rem / 390));
  margin: calc(15 * (60rem / 390)) 0 0 calc(320 * (60rem / 390));
  rotate: 45deg;
  cursor: pointer;
}

.btn_modalClose::before,
.btn_modalClose::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(2 * (60rem / 390));
  height: 100%;
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_regular);
  content: "";
}

.btn_modalClose::after {
  rotate: 90deg;
}

.modal_content {
  background: url(../img/bg_paper.jpg) top center / cover no-repeat;
  box-shadow: calc(5 * (60rem / 390)) calc(5 * (60rem / 390)) 0 var(--color_regular);
}

.modal_index .modal_content {
  padding: calc(40 * (60rem / 390)) calc(20 * (60rem / 390)) calc(50 * (60rem / 390));
}

.index_ttl {
  margin-bottom: calc(20 * (60rem / 390));
  font-size: calc(26 * (60rem / 390));
}

.index_list li:nth-of-type(n+2) {
  margin-top: calc(25 * (60rem / 390));
}

.index_list li a {
  position: relative;
  padding-left: calc(20 * (60rem / 390));
  font-size: calc(20 * (60rem / 390));
  font-weight: 700;
}

.index_list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(13 * (60rem / 390));
  height: calc(13 * (60rem / 390));
  margin-top: calc(3 * (60rem / 390));
  mask-image: url(../img/shape_heart2.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/shape_heart2.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: var(--color_regular);
  content: "";
}

.index_list li a .txt_S {
  display: block;
  margin-top: calc(3 * (60rem / 390));
  font-size: calc(11 * (60rem / 390));
  font-weight: 500;
  line-height: 1.3;
}
/*--------------------------index*/

/*cosmekitchen product-----------*/
.abotu_CosmeKitchenProducts .modal_content {
  padding: calc(50 * (60rem / 390)) 0;
  text-align: center;
}

.about_ttl {
  margin-bottom: calc(20 * (60rem / 390));
  font-size: calc(27 * (60rem / 390));
  font-weight: 700;
  line-height: 1.2;
}

.sub_ttl {
  font-size: calc(13 * (60rem / 390));
  font-weight: 800;
  line-height: 1.75;
}

.about_lead_wrap {
  position: relative;
  margin-top: calc(20 * (60rem / 390));
  padding-top: calc(40 * (60rem / 390));
}

.about_lead_wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(22 * (60rem / 390));
  height: calc(22 * (60rem / 390));
  mask-image: url(../img/shape_footprint.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/shape_footprint.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: var(--color_regular);
  content: "";
}

.about_lead {
  font-size: calc(13 * (60rem / 390));
  font-weight: 500;
  line-height: 2;
}

.about_lead:nth-of-type(n+2) {
  margin-top: calc(30 * (60rem / 390));
}

.about_lead .txt_L {
  display: block;
  margin-top: calc(5 * (60rem / 390));
  font-size: calc(20 * (60rem / 390));
  font-weight: 600;
}

.about_lead .txt_kana {
  display: block;
  margin-top: calc(8 * (60rem / 390));
  font-size: calc(10 * (60rem / 390));
  letter-spacing: .3em;
} 
/*-----------cosmekitchen product*/

/*producr------------------------*/
.each_product:nth-of-type(n+2) {
  margin-top: calc(100 * (60rem / 390));
}

.product_list {
  width: 100%;
}

.product_img_wrap {
  position: relative;
  z-index: 1;
  width: calc(375 * (60rem / 390));
}

.each_product:nth-of-type(odd) .product_img_wrap {
  margin-left: auto;
  z-index: 1;
}

.product_img_wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: calc(5 * (60rem / 390));
  background: var(--color_regular);
  content: "";
}

.each_product:nth-of-type(odd) .product_img_wrap::before {
  margin-left: calc(-5 * (60rem / 390));
}

.each_product:nth-of-type(even) .product_img_wrap::before {
  margin-left: calc(5 * (60rem / 390));
}

.product_img_list {
  margin-bottom: 0 !important;
}

.slick-track {
  display: flex;
}

.product_img {
  width: calc(375 * (60rem / 390));
}

.product_img_list .slick-dots {
  right: 0;
  bottom: 0;
  width: fit-content;
  margin: 0 calc(15 * (60rem / 390)) calc(5 * (60rem / 390)) 0;
}

.product_img_list .slick-dots li {
  width: calc(30 * (60rem / 390));
  margin: 0;
}

.product_img_list .slick-dots li:nth-of-type(n+2) {
  margin-left: calc(10 * (60rem / 390));
}

.product_img_list .slick-dots li button {
  width: 100%;
  padding: calc(5 * (60rem / 390)) 0;
  background: transparent;
}

.product_img_list .slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: calc(2 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_regular);
  opacity: .5;
  content: "";
}

.product_img_list .slick-dots li.slick-active button::before {
  opacity: 1;
}

.product_img .product_link {
  position: absolute;
  top: 0;
  left: 0;
}

#Gummy .product_img .product_link:nth-of-type(1) {
  z-index: 1;
  width: calc(180 * (60rem / 390));
  height: calc(200 * (60rem / 390));
  margin: calc(160 * (60rem / 390)) 0 0 calc(15 * (60rem / 390));
  rotate: -15deg;
}

#Gummy .product_img .product_link:nth-of-type(2) {
  width: calc(190 * (60rem / 390));
  height: calc(220 * (60rem / 390));
  margin: calc(215 * (60rem / 390)) 0 0 calc(155 * (60rem / 390));
  rotate: 20deg;
}

.product_ttl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: calc(25 * (60rem / 390));
  margin-left: calc(15 * (60rem / 390));
  font-size: calc(32 * (60rem / 390));
  font-weight: 700;
  line-height: 1.2;
}

#LipCream .product_ttl,
#BodyScrub .product_ttl {
  left: auto;
  right: 0;
  margin-right: calc(15 * (60rem / 390));
  text-align: right;
}

#Gummy .product_ttl,
#TrialKit .product_ttl,
#BodyScrub .product_ttl {
  font-size: calc(36 * (60rem / 390));
}

.product_caption {
  position: absolute;
  bottom: 0;
  margin-bottom: calc(25 * (60rem / 390));
  font-size: calc(13 * (60rem / 390));
  font-weight: 500;
  line-height: 1.5;
}

#HairComb .product_caption {
  mix-blend-mode: multiply;
}

.each_product:nth-of-type(odd) .product_caption {
  right: 0;
  margin-right: calc(15 * (60rem / 390));
  text-align: right;
}

.each_product:nth-of-type(even) .product_caption {
  left: 0;
  margin-left: calc(15 * (60rem / 390));
}

.product_caption sup {
  font-size: calc(8 * (60rem / 390));
}

.product_detail_wrap {
  width: calc(350 * (60rem / 390));
  margin-top: calc(-5 * (60rem / 390));
  padding: calc(40 * (60rem / 390)) calc(15 * (60rem / 390));
  background: url(../img/bg_paper.jpg) center center / cover no-repeat;
}

.each_product:nth-of-type(odd) .product_detail_wrap {
   box-shadow: calc(5 * (60rem / 390)) calc(5 * (60rem / 390)) 0 var(--color_03);
}

.each_product:nth-of-type(even) .product_detail_wrap {
  margin-left: auto;
  box-shadow: calc(-5 * (60rem / 390)) calc(5 * (60rem / 390)) 0 var(--color_03);
}

.product_brand {
  margin: 0 auto;
  font-size: calc(20 * (60rem / 390));
  font-weight: 700;
  text-align: center;
}

.product_brand.brand_lovechrome {
  width: calc(210 * (60rem / 390));
}

.product_brand.brand_sinnpurete {
  width: calc(168 * (60rem / 390));
}

.product_brand.brand_daijoubunamono {
  width: calc(128 * (60rem / 390));
}

.product_brand.brand_forganics {
  width: calc(170 * (60rem / 390));
}

.product_brand.brand_trilogy {
  width: calc(100 * (60rem / 390));
}

.product_brand.brand_giovanni {
  width: calc(156 * (60rem / 390));
}

.product_brand.brand_cosmekitchen {
  width: calc(152 * (60rem / 390));
}

.product_brand sup {
  font-size: calc(8 * (60rem / 390));
}

.product_name {
  margin: calc(20 * (60rem / 390)) 0 calc(15 * (60rem / 390));
  font-size: calc(15 * (60rem / 390));
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.product_price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12 * (60rem / 390));
}

.product_price {
  font-size: calc(18 * (60rem / 390));
  font-weight: 500;
  text-align: center;
}

.product_price .txt_M {
  margin-right: calc(4 * (60rem / 390));
  font-size: calc(12 * (60rem / 390));
  vertical-align: .1em;
}

.product_price .txt_S {
  margin-left: calc(3 * (60rem / 390));
  font-size: calc(10 * (60rem / 390));
  vertical-align: .1em;
}

.product_detail_wrap .product_link {
  display: grid !important;
  place-items: center;
  width: calc(70 * (60rem / 390));
  height: calc(25 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  border: solid calc(1.5 * (60rem / 390)) var(--color_regular);
  background: var(--color_regular);
  font-size: calc(16 * (60rem / 390));
  font-weight: 700;
  color: #fff;
  transition: color .3s, background-color .3s;
}

.product_detail_wrap .product_link:hover {
  color: var(--color_regular);
  background: transparent;
}

.product_detail_wrap .product_link span {
  position: relative;
  padding-top: calc(1 * (60rem / 390));
}

.variation_list {
  width: fit-content;
  margin: calc(15 * (60rem / 390)) auto 0;
}

.variation_list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(30 * (60rem / 390));
  padding-left: calc(25 * (60rem / 390));
}

.variation_list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: calc(15 * (60rem / 390));
  height: calc(15 * (60rem / 390));
  border-radius: 50%;
  border: solid calc(1.5 * (60rem / 390)) var(--color_regular);
  content: "";
}

#LipCream .variation_list li.variation_pink::before {
  background: #F4CED3;
}

#LipCream .variation_list li.variation_brown::before {
  background: #673E30;
}

#LipCream .variation_list li.variation_snoopy::before {
  background: #fff;
}

#HandCream .variation_list li.variation_orange::before {
  background: #F4CED3;
}

#HandCream .variation_list li.variation_chocolate::before {
  background: #673E30;
}

#Gummy .variation_list li.variation_assort::before {
  background: #EDAE96;
}

#Gummy .variation_list li.variation_pomegranate::before {
  background: #F4CED3;
}

#ToteBag .variation_list li.variation_ivory::before {
  background: #FFF7EF;
}

#ToteBag .variation_list li.variation_brown::before {
  background: #BE9E88;
}

#Handkerchief .variation_list li.variation_ivory::before {
  background: #FFF7EF;
}

#Handkerchief .variation_list li.variation_brown::before {
  background: #6E291B;
}

.variation_list li:nth-of-type(n+2) {
  margin-top: calc(15 * (60rem / 390));
}

.variation_name {
  position: relative;
  font-size: calc(13 * (60rem / 390));
  font-weight: 700;
}

.variation_name .txt_S {
  margin-left: calc(2 * (60rem / 390));
  font-size: calc(10 * (60rem / 390));
  vertical-align: .15em;
}

.variation_name::before {
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
  width: calc(15 * (60rem / 390));
  height: calc(2 * (60rem / 390));
  margin: calc(1 * (60rem / 390)) 0 0 calc(6 * (60rem / 390));
  border-top: dotted calc(2 * (60rem / 390)) var(--color_regular);
  content: "";
}

#LipCream .variation_list li.variation_pink .variation_name::before {
  width: calc(37 * (60rem / 390));
}

#LipCream .variation_list li.variation_snoopy .variation_name::before {
  width: calc(75 * (60rem / 390));
}

#HandCream .variation_list li.variation_chocolate .variation_name::before {
  width: calc(55 * (60rem / 390));
}

#Gummy .variation_list li.variation_pomegranate .variation_name::before {
  width: calc(126 * (60rem / 390));
}

#ToteBag .variation_list li.variation_brown .variation_name::before,
#Handkerchief .variation_list li.variation_brown .variation_name::before  {
  width: calc(28 * (60rem / 390));
}

.product_notes {
  width: fit-content;
  margin: calc(30 * (60rem / 390)) auto 0;
  font-size: calc(10 * (60rem / 390));
  line-height: 1.5;
  text-align: center;
}

.product_notes.btn_modalOpen {
  font-size: calc(12 * (60rem / 390));
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: calc(2 * (60rem / 390));
  cursor: pointer;
}

/*producr------------------------*/

/*footer-------------------------*/
.footer_area {
  position: relative;
  z-index: 1;
  margin-top: calc(100 * (60rem / 390));
  padding: calc(80 * (60rem / 390)) 0;
}

.footer_area::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(400 * (60rem / 390));
  height: calc(320 * (60rem / 390));
  mask-image: url(../img/shape_heart2.svg);
  mask-position: center center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/shape_heart2.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  background: var(--color_03);
  content: "";
  scale: 0;
  transition: scale .5s;
}

.footer_area.active::before {
  scale: 1;
}

.btn_allitems {
  width: fit-content;
  margin: 0 auto;
}

.btn_allitems a {
  display: grid;
  place-items: center;
  width: calc(300 * (60rem / 390));
  height: calc(60 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_regular);
  filter: drop-shadow(0 calc(5 * (60rem / 390)) 0 #481D0A);
  font-size: calc(20 * (60rem / 390));
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: translate .3s, filter .3s ;
}

.btn_allitems a:hover {
  translate: 0 calc(5 * (60rem / 390));
  filter: drop-shadow(0 0 0 #481D0A);
}

.btn_allitems a .txt_S {
  display: block;
  margin-bottom: calc(5 * (60rem / 390));
  font-size: calc(15 * (60rem / 390));
  font-weight: 600;
}

.txt_copyright {
  width: calc(150 * (60rem / 390));
  margin: calc(40 * (60rem / 390)) auto 0;
}
/*-------------------------footer*/

/*shareボタン、shareテキスト---------------------------*/
@media screen and  (max-width:768px) {
#share {
  z-index: 10 !important;
}

.share-txt {
  display: none;
}

.only_pc {
  display: none;
}

}
/*---------------------------shareボタン、shareテキスト*/


/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none !important;
  }

  .LP_page_inner {
    position: relative;
    z-index: 1;
    width: 60rem;
    min-height: 100vh;
    margin: -100vh auto 0;
    overflow: clip;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }

  .fixed_area {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: var(--color_01);
    opacity: 0;
    transition: opacity 1s;
  }

  .fixed_area.visible {
    opacity: 1;
  }
  
  .fixed_left,
  .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 60rem) / 2);
    height: 100%;
  }

.fixed_left .logo_peanuts {
  width: 15rem;
  margin-bottom: .5rem;
  padding-bottom: 3.2rem;
}

.fixed_left .logo_peanuts::before {
  width: 2.4rem;
  height: 2.4rem;
}

.fixed_left .logo_cosmekitchen {
  width: 18rem;
}

.fixed_left .collaboration_ttl {
  margin-top: 4rem;
  font-size: 4rem;
  font-weight: 600;
}

.fixed_right .index_list li:nth-of-type(n+2) {
  margin-top: 1.6rem;
}

.fixed_right .index_list li a {
  padding-left: 2.5rem;
  font-size: 2rem;
}

.fixed_right .index_list li a::before {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: .1rem;
  opacity: 0;
  transition: opacity .5s;
}

.fixed_right .index_list li a .txt_S {
  margin-top: .3rem;
  font-size: 1rem;
}

.fixed_right .index_list li.selected a::before {
  opacity: 1;
}
}
/*------------------------------------------------------PC*/


/*レスポンシブ対応-------------------------------*/
@media screen and (max-width: 1600px) and (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 600));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/