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

#FooterWrap {
  background: #fff;
}

:root {
  --font_regular: "futura-pt", "ryo-gothic-plusn", sans-serif;
  --color_regular: #000;
  --color_01: #8EA8A0;
  --color_red: #D37474;
  --color_grey: #D1D1D1;
  --color_theorganicdays_01: #FFE94D;
  --color_theorganicdays_01_shadow: #E2CB2B;
  --color_theorganicdays_txt: #383330;
  --color_theorganicdays_bg: #FFFAD3;
}

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

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

.LP_page.active {
  opacity: 1;
}

.LP_page picture {
  display: block;
  font-size: 0;
}

.LP_page a {
  display: block;
}

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

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

.LP_page_inner {
  background: #fff;
}

.LP_page .activePoint,
.LP_page .activeDelay {
  opacity: 0;
  transition: opacity 1s;
}

.LP_page .activeDelay.delay1 {
  transition-delay: .2s;
}

.LP_page .activeDelay.delay2 {
  transition-delay: .4s;
}

.LP_page .activeDelay.delay3 {
  transition-delay: .6s;
}

.LP_page .activePoint.active,
.LP_page .activePoint.active > .activeDelay {
  opacity: 1;
}
/*----------------------------all*/

/*heading------------------------*/
.heading_area .mv {
  margin-bottom: 5rem;
}

.main_lead {
  margin-bottom: 8rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
}

.main_nav .nav_ttl {
  margin-bottom: 1.5rem;
  font-size: 3.3rem;
  font-style: oblique;
  font-weight: 600;
  text-align: center;
}

.main_nav .nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .4rem;
  padding: 0 2rem;
  font-weight: 500;
}

.main_nav .nav_list li {
  border: solid var(--color_grey) .1rem;
}

.main_nav .nav_list li a {
  padding: 1.5rem 2rem;
  background: #fff;
}

.main_nav .nav_list .staffDetail_wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}

.main_nav .nav_list .staffDetail_wrap .staff_img {
  width: 7rem;
  border-radius: 50%;
  overflow: clip;
}

.main_nav .nav_list .staffDetail_wrap .txt_wrap {
  width: fit-content;
  white-space: nowrap;
}

.main_nav .nav_list .staffDetail_wrap .staff_department {
  margin-bottom: .8rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.main_nav .nav_list .staffDetail_wrap .staff_name {
  font-size: 1.7rem;
}

.main_nav .nav_list .staff_skinConcern {
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
}

.staff_skinConcern .each_concern {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

.main_nav .nav_list .staff_skinConcern .each_concern {
  margin-left: .4rem;
}

.staff_skinConcern .each_concern:nth-of-type(n+2) {
  margin-left: 1.2rem !important;
}

.staff_skinConcern .each_concern::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% + 1rem);
  height: 2.1rem;
  content: "";
}

.staff_skinConcern .each_concern.concern_dry::before {
  background: url(../img/deco_001.svg) center center / cover no-repeat;
}

.staff_skinConcern .each_concern.concern_unstable::before {
  background: url(../img/deco_002.svg) center center / cover no-repeat;
}

.staff_skinConcern .each_concern.concern_dull::before {
  background: url(../img/deco_003.svg) center center / cover no-repeat;
}

.staff_skinConcern .each_concern.concern_dehydrated::before {
  background: url(../img/deco_004.svg) center center / cover no-repeat;
}

.staff_skinConcern .each_concern.concern_largePore::before {
  background: url(../img/deco_005.svg) center center / cover no-repeat;
}
/*------------------------heading*/

/*product------------------------*/
.product_area {
  padding: 7rem 0 3rem;
}

.each_staffProduct {
  position: relative;
  z-index: 1;
  padding: 3rem 0 9rem;
}

.each_staffProduct::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}

#Staff01::before {
  height: 152.8rem;
  margin-top: -2rem;
  background: url(../img/bg_001.svg) center center / cover no-repeat;
}

#Staff02::before {
  height: 124rem;
  margin-top: 2rem;
  background: url(../img/bg_002.svg) center center / cover no-repeat;
}

#Staff03::before {
  height: 100rem;
  margin-top: 6rem;
  background: url(../img/bg_003.svg) center center / cover no-repeat;
}

#Staff04::before {
  height: 96rem;
  margin-top: 12rem;
  background: url(../img/bg_004.svg) center center / cover no-repeat;
}

.each_staffProduct .area_ttl {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}

.each_staffProduct .area_ttl .txt_L {
  font-size: 4.5rem;
}

.each_staffProduct .area_ttl .txt_jpn {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

ul.item_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
  margin-bottom: 4rem;
  font-weight: 500;
}

.each_item .itemDetail_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: fit-content;
}

.each_item.item_column .itemDetail_wrap {
  display: block;
  width: 21rem;
  height: 100%;
  padding-bottom: 7.5rem;
}

.item_img {
  width: 21rem;
}

.each_item .txt_wrap {
  width: 21rem;
}

.each_item.item_column .txt_wrap {
  width: auto;
  margin-top: 1rem;
}

.each_item.item_column .txt_wrap > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.item_name {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .06em;
}

.item_list .item_name .item_brand {
  display: block;
  margin-bottom: .3rem;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

.item_list .item_price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.item_list .item_price {
  font-size: 2.2rem;
  letter-spacing: .03em;
}

.item_list .item_price .txt_S {
  margin-left: .5rem;
  font-size: 1.5rem;
  letter-spacing: .03em;
}

.item_list .btn_modalOpen {
  font-size: 1.8rem;
  text-decoration: underline;
  letter-spacing: .05em;
}

.item_list .item_link {
  width: fit-content;
  margin: 1.5rem 0 0;
}

.each_item.item_column .item_link {
  margin: 1.5rem auto 0;
}

.item_link a {
  display: grid;
  place-items: center;
  width: 14rem;
  height: 3.4rem;
  border-radius: 10rem;
  background: var(--color_01);
  font-size: 2rem;
  color: #fff;
}

.item_link a span {
  position: relative;
  padding-right: 2.5rem;
}

.item_link a span::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/icon_cart.svg) center center / cover no-repeat;
  content: "";
}

.thumbnail_list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.thumbnail_list li {
  position: relative;
  width: 6rem;
}

.thumbnail_list li::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: .2rem;
  margin-top: .8rem;
  border-radius: 10rem;
  background: var(--color_regular);
  content: "";
  opacity: 0;
  transition: opacity .3s;
}

.thumbnail_list li.selected::before {
  opacity: 1;
}

body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

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

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

.modal_outside {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 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%;
  background: #000;
  opacity: .6;
  content: "";
}

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

.modal_wrap {
  width: 57rem;
  margin: 0 auto;
  max-height: 100%;
  padding: 6rem 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.modal_inner {
  position: relative;
  background: #fff;
}

.btn_modalClose {
  position: fixed;
  width: 3rem;
  height: 3rem;
  margin: 1.5rem 0 0 52rem;
  rotate: 45deg;
  border: none;
  background: none;
  cursor: pointer;
}

.btn_modalClose::before,
.btn_modalClose::after {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: .1rem;
  height: 100%;
  background: var(--color_regular);
  content: "";
}

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

.modal_content {
  padding: 7rem 0;
}

.modal_content .slick-track {
  display: flex;
}

.modal_content .each_item {
  width: 49rem;
  height: auto;
  margin-left: 1.5rem;
  padding: 2rem 2rem 3rem;
  border: solid var(--color_grey) .1rem;
}

.modal_content .each_item .staff_comment {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

.txt_totalAmount {
  width: fit-content;
  margin: 0 auto 3rem;
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color_red);
}

.txt_totalAmount .txt_count {
  display: block;
  margin-bottom: -.3rem;
  font-size: 2rem;
}

.txt_totalAmount .txt_enclosed {
  margin-right: 1.2rem;
  padding: .2rem 1rem .2rem 1.2rem;
  background: var(--color_red);
  font-size: 2.6rem;
  letter-spacing: .1em;
  vertical-align: .2em;
  color: #fff;
}

.txt_totalAmount .txt_S {
  margin-left: .5rem;
  font-size: 1.6rem;
  letter-spacing: .03em;
}

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

.btn_cartin a {
  display: grid;
  place-items: center;
  width: 42rem;
  height: 7.4rem;
  border-radius: 10rem;
  background: var(--color_01);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.btn_cartin a .txt_eng {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto .8rem;
  padding-right: 3.8rem;
  font-size: 3rem;
}

.btn_cartin a .txt_eng::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: url(../img/icon_cart.svg) center center / cover no-repeat;
  content: "";
}

/*------------------------product*/

/*lastly-------------------------*/
.lastly_area {
  position: relative;
  margin-top: 1rem;
  padding: 13rem 0 10rem;
}

.lastly_area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: url(../img/itemlineup.png) 0 0 / auto 100% repeat-x;
  content: "";
  animation: loop 40s linear infinite;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -140rem 0;
  }
}

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

.btn_allitems a {
  position: relative;
  display: grid;
  place-items: center;
  width: 46rem;
  height: 7.8rem;
  border-radius: 10rem;
  background: var(--color_01);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.btn_allitems a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  margin-right: 2.5rem;
  border-left: solid #fff .8rem;
  border-top: solid transparent .8rem;
  border-bottom: solid transparent .8rem;
  content: "";
  transition: margin .3s;
}

.btn_allitems a:hover::before {
  margin-right: 2rem;
}

.btn_allitems a .txt_eng {
  display: block;
  margin-bottom: 1rem;
  font-size: 3.3rem;
}
/*-------------------------lastly*/

/*fixed nav----------------------*/
.fixed_nav {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background: #fff;
  translate: 0 100%;
  transition: translate .3s;
}

.fixed_nav.hide {
  opacity: 0;
  pointer-events: none;
}

.fixed_nav.active {
  translate: 0 0;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, .2);
}

.fixed_nav .nav_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fixed_nav .nav_list li {
  position: relative;
}

.fixed_nav .nav_list li:nth-of-type(n+2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: .1rem;
  height: calc(100% - 2rem);
  background: var(--color_grey);
  content: "";
}

.fixed_nav .nav_list li a {
  display: grid;
  place-items: center;
  height: 8rem;
  font-weight: 500;
  text-align: center;
}

.fixed_nav .nav_list li a .staff_name {
  margin-top: 1rem;
  font-size: 1.6rem;
}
/*----------------------fixed nav*/

/*the organic days---------------*/
.theorganicdays_area {
  padding: calc(50 * (60rem / 390)) 0 calc(80 * (60rem / 390));
  background: var(--color_theorganicdays_bg)
}

.theorganicdays_area .content_ttl {
  margin-bottom: calc(10 * (60rem / 390));
  font-size: calc(14 * (60rem / 390));
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  color: var(--color_theorganicdays_txt);
}

.theorganicdays_area .content_ttl .txt_L {
  margin-right: calc(4 * (60rem / 390));
  font-size: calc(24 * (60rem / 390));
  font-weight: 600;
}

.theorganicdays_area .footerContent_img {
  width: calc(340 * (60rem / 390));
  margin: 0 auto;
}

.theorganicdays_area .link_organicdays {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: calc(30 * (60rem / 390)) auto 0;
}

.theorganicdays_area .link_organicdays::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: calc(5 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_theorganicdays_01_shadow);
  content: "";
}

.theorganicdays_area .link_organicdays .btn_inner {
  position: relative;
  display: grid;
  place-items: center;
  width: calc(230 * (60rem / 390));
  height: calc(43 * (60rem / 390));
  border-radius: calc(100 * (60rem / 390));
  background: var(--color_theorganicdays_01);
  font-size: calc(13 * (60rem / 390));
  font-weight: 700;
  text-align: center;
  color: var(--color_theorganicdays_txt);
  transition: translate .3s;
}

.theorganicdays_area .link_organicdays .btn_inner:hover {
   translate: 0 calc(5 * (60rem / 390));
}

.theorganicdays_area .link_organicdays .btn_inner::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  margin-right: calc(25 * (60rem / 390));
  border-left: solid var(--color_theorganicdays_txt) calc(5 * (60rem / 390));
  border-top: solid transparent calc(5 * (60rem / 390));
  border-bottom: solid transparent calc(5 * (60rem / 390));
  content: "";
}
/*---------------the organic days*/

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

#share.move {
  translate: 0 -8rem;
}

.share-txt {
  display: none;
}

.only_pc {
  display: none;
}

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


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

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

  .fixed_area {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
  
  .fixed_left,
  .fixed_right {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: calc((100% - 60rem) / 2);
    height: 100%;
    overflow: clip;
  }

  .fixed_left::before,
  .fixed_right::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    translate: 0 -50%;
    width: 100%;
    height: 100%;
    background: url(../img/bg_pc.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }

  .fixed_left::before {
    left: 0;
    background-position: center left;
  }

  .fixed_right::before {
    right: 0;
    background-position: center right;
  }

  .main_ttl_pc {
    width: 38rem;
  }

  .fixed_right .main_nav .nav_list {
    display: block;
  }

  .fixed_right .main_nav .nav_list li:nth-of-type(n+2) {
    margin-top: .4rem;
  }

  .fixed_right .main_nav .nav_list .staffDetail_wrap .staff_img {
    width: 6.4rem;
    height: 6.4rem;
  }

  .fixed_right .main_nav .nav_list .staffDetail_wrap .staff_department {
    font-size: 1.3rem;
  }

  .fixed_right .main_nav .nav_list .staffDetail_wrap .staff_name {
    font-size: 1.5rem;
  }

  .fixed_right .main_nav .nav_list .staff_skinConcern {
    font-size: 1.2rem;
    text-align: left;
  }

}
/*------------------------------------------------------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));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/