@charset "UTF-8";

/*all----------------------------*/
@font-face {
  font-family: "Vox Wide W01 Bold";
  src: url("https://db.onlinewebfonts.com/t/7708adf9e8beebb580bf6f9b882f2bc5.eot");
  src: url("https://db.onlinewebfonts.com/t/7708adf9e8beebb580bf6f9b882f2bc5.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/7708adf9e8beebb580bf6f9b882f2bc5.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/7708adf9e8beebb580bf6f9b882f2bc5.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/7708adf9e8beebb580bf6f9b882f2bc5.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/7708adf9e8beebb580bf6f9b882f2bc5.svg#Vox Wide W01 Bold")format("svg");
}

html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  padding-top: 0;
  width: auto;
}

#Contents {
  padding-top: 0 !important;
}

.cam_bnr_wrap {
  display: none;
}

main {
  max-width: unset;
}

:root {
  --color_01: #B1A335;
  --color_skin_01: #9CC1D2;
  --color_skin_02: #DDEAF3;
  --color_hair_01: #BCAEDC;
  --color_hair_02: #E4E5FE;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 600;
  font-feature-settings: "palt";
}

.LP_page {
  background: #fff;
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", helvetica, sans-serif;
  overflow-x: clip;
  opacity: 0;
  transition: opacity .3s;
}

.LP_page.active {
  opacity: 1;
}

.LP_page picture {
  display: block;
  width: 100%;
  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 .txt_eng {
  font-weight: 500;
  font-family: "Vox Wide W01 Bold";
  letter-spacing: 0;
}

.activePoint {
  opacity: 0;
  transform: translateY(calc(10 * (100vw / 1400)));
  transition: opacity 1s, transform 1s;
}

.activePoint.active {
  opacity: 1;
  transform: translateY(0) !important;
}

.anchor-link_wrap.activePoint,
.anchor-link_wrap.activePoint.active,
.points_area.activePoint,
.points_area.activePoint.active,
.point02_area.activePoint,
.point02_area.activePoint.active,
.products_area.activePoint,
.products_area.activePoint.active,
.store_area.activePoint,
.store_area.activePoint.active {
  transform: unset !important;
}

/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  position: relative;
  z-index: 1;
  height: 100lvh;
}

.mv_area::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_001.jpg) center center / cover no-repeat;
  content: "";
  opacity: .55;
}

.mv_area .mv {
  display: flex;
  margin: 0 0 0 auto;
  width: 50%;
  height: 100lvh;
  overflow: hidden;
}

.mv_area .mv img {
  height: 100%;
  object-fit: cover;
}

.main_ttl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 48%;
  margin: 6% 0 0 10%;
}

.txt_scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(40 * (100vw / 1400)) calc(40 * (100vw / 1400));
  padding-bottom: calc(55 * (100vw / 1400));
  font-size: calc(20 * (100vw / 1400));
  writing-mode: vertical-rl;
  transition: opacity .3s;
}

.txt_scroll.hide {
  opacity: 0;
  pointer-events: none;
}

.txt_scroll::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(1 * (100vw / 1400));
  height: calc(40 * (100vw / 1400));
  margin-left: calc(3 * (100vw / 1400));
  mask-image: linear-gradient(#000, #000);  
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(#000, #000);
  -webkit-mask-repeat:  no-repeat;
  -webkit-mask-position: top center;
  -webkit-mask-size: 100% 100%;
  background: #000;
  content: "";
  animation: flush 2s infinite;
}

@keyframes flush {
  0% {
    mask-size: 100% 0;
    mask-position: top center;
    -webkit-mask-size: 100% 0;
    -webkit-mask-position: top center;
  }

  45% {
    mask-size: 100% 100%;
    mask-position: top center;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top center;
  }

  55% {
    mask-size: 100% 100%;
    mask-position: bottom center;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: bottom center;
  }

  100% {
    mask-size: 100% 0;
    mask-position: bottom center;
    -webkit-mask-size: 100% 0;
    -webkit-mask-position: bottom center;
  }
}
/*-----------------------------mv*/

/*main lead----------------------*/
.main_lead_area {
  padding: calc(80 * (100vw / 1400)) 0 calc(60 * (100vw / 1400));
}

.sub_ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto calc(40 * (100vw / 1400));
  font-size: calc(22 * (100vw / 1400));
  text-align: center;
  color: var(--color_01);
}

.sub_ttl::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - calc(10 * (100vw / 1400)));
  height: calc(1 * (100vw / 1400));
  margin-right: calc(-20 * (100vw / 1400));
  background: var(--color_01);
  content: "";
}

.sub_ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - calc(10 * (100vw / 1400)));
  height: calc(1 * (100vw / 1400));
  margin-left: calc(-20 * (100vw / 1400));
  background: var(--color_01);
  content: "";
}

.sub_ttl span {
  position: relative;
  display: block;
  padding: calc(20 * (100vw / 1400)) calc(30 * (100vw / 1400));
}

.sub_ttl span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(1 * (100vw / 1400));
  height: 100%;
  margin-bottom: calc(-20 * (100vw / 1400));
  background: var(--color_01);
  content: "";
}

.sub_ttl span::after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(1 * (100vw / 1400));
  height: 100%;
  margin-top: calc(-20 * (100vw / 1400));
  background: var(--color_01);
  content: "";
}

.main_lead {
  margin-bottom: calc(30 * (100vw / 1400));
  font-size: calc(16 * (100vw / 1400));
  line-height: 2;
  text-align: center;
}

.main_lead > span {
  display: block;
  margin: calc(15 * (100vw / 1400)) 0;
}

.main_lead .txt_L {
  font-size: calc(30 * (100vw / 1400));
}

.main_lead .logo_PrefumeCloset {
  display: inline-block;
  width: calc(300 * (100vw / 1400));
  margin: 0 calc(20 * (100vw / 1400));
}

.btn_all-products {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
  padding: 0 calc(5 * (100vw / 1400)) calc(5 * (100vw / 1400));
}

.btn_all-products::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: calc(260 * (100vw / 1400));
  height: calc(50 * (100vw / 1400));
  background: url(../img/bg_003.jpg) center center / cover no-repeat;
  content: "";
}

.btn_all-products a {
  position: relative;
  display: grid;
  place-items: center;
  border: solid #000;
  border-width: calc(1 * (100vw / 1400));
  width: calc(260 * (100vw / 1400));
  height: calc(50 * (100vw / 1400));
  background: #fff;
  font-size: calc(13 * (100vw / 1400));
  transition: transform .3s, background-color .3s, color .3s;
}

.btn_all-products a .txt_eng {
  margin-right: calc(3 * (100vw / 1400));
  font-size: calc(18 * (100vw / 1400));
}

.btn_all-products a:hover {
  color: #fff;
  background: #000;
  transform: translate(calc(5 * (100vw / 1400)), calc(5 * (100vw / 1400)));
}

/*
.btn_all-products a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid #000;
  border-right: solid #000;
  border-width: calc(2 * (100vw / 1400));
  width: calc(8 * (100vw / 1400));
  height: calc(8 * (100vw / 1400));
  margin-right: calc(15 * (100vw / 1400));
  content: "";
  transition: border-color .3s, margin .3s;
}

.btn_all-products a:hover::before {
  border-color: #fff;
  margin-right: calc(10 * (100vw / 1400));
}
*/
/*----------------------main lead*/

/*anchor link--------------------*/
.anchor-link_wrap {
  position: relative;
  padding: calc(60 * (100vw / 1400)) 0 calc(80 * (100vw / 1400));
}

.anchor-link_wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: calc(80 * (100vw / 1400));
  height: calc(1 * (100vw / 1400));
  background: #000;
  content: "";
  transition: transform 1s;
}

.anchor-link_wrap.active::before {
  transform: translateX(-50%) scaleX(1);
}

.anchor-link_wrap p .logo_PrefumeCloset {
  position: relative;
  display: block;
  width: calc(270 * (100vw / 1400));
  margin: 0 auto calc(55 * (100vw / 1400));
}

.anchor-link_wrap p .logo_PrefumeCloset::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: calc(1 * (100vw / 1400));
  height: calc(25 * (100vw / 1400));
  margin-top: calc(18 * (100vw / 1400));
  background: #000;
  content: "";
}

.anchor-link_wrap p .logo_PrefumeCloset::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  width: calc(1 * (100vw / 1400));
  height: calc(25 * (100vw / 1400));
  margin-top: calc(18 * (100vw / 1400));
  background: #000;
  content: "";
}

.anchor-link_wrap p .logo_FORGANICS {
  display: block;
  width: calc(158 * (100vw / 1400));
  margin: 0 auto;
}

.anchor-link_list {
  display: flex;
  justify-content: center;
  gap: calc(10 * (100vw / 1400));
  margin-top: calc(30 * (100vw / 1400));
}

.anchor-link_list a {
  display: grid;
  place-items: center;
  border: solid #000;
  border-width: calc(1 * (100vw / 1400));
  width: calc(120 * (100vw / 1400));
  height: calc(50 * (100vw / 1400));
  background: #fff;
  font-size: calc(14 * (100vw / 1400));
  transition: backgound-color .3s, color .3s;
}

.anchor-link_list a:hover {
  background: #000;
  color: #fff;
}

.anchor-link_list a span {
  position: relative;
  padding-bottom: calc(13 * (100vw / 1400));
}

.anchor-link_list a span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: calc(8 * (100vw / 1400));
  height: calc(8 * (100vw / 1400));
  border-right: solid #000;
  border-bottom: solid #000;
  border-width: calc(2 * (100vw / 1400));
  content: "";
  transition: margin .3s, border-color .3s;
}

.anchor-link_list a:hover span::before {
  border-color: #fff;
  margin-bottom: calc(-3 * (100vw / 1400));
}
/*--------------------anchor link*/

/*points-------------------------*/
.points_area {
  padding: calc(80 * (100vw / 1400)) 0 calc(120 * (100vw / 1400));
}

.each_sec {
  position: relative;
}

.each_sec::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: calc(1100 * (100vw / 1400));
  height: calc(1 * (100vw / 1400));
  background: #000;
  content: "";
  transition: transform 1s;
}

.each_sec.active::before {
  transform: translateX(-50%) scaleX(1);
}

.sec_ttl_wrap {
  position: sticky;
  z-index: 2;
  width: calc(1200 * (100vw / 1400));
  margin: 0 auto;
  pointer-events: none;
}

.points_area .sec_ttl_wrap {
  top: calc(80 * (100vw / 1400));
  /*top: calc(140 * (100vw / 1400));*/
  height: calc(330 * (100vw / 1400));
}

.sec_ttl_wrap .sec_ttl {
  position: absolute;
  top: 0;
  display: flex;
  align-items: flex-end;
  margin-top: calc(-40 * (100vw / 1400));
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.points_area .sec_ttl {
  left: 100%;
}

.sec_ttl .txt_eng {
  margin-bottom: calc(25 * (100vw / 1400));
  font-size: calc(40 * (100vw / 1400));
}

.sec_ttl .txt_S {
  padding-left: calc(5 * (100vw / 1400));
  font-size: calc(13 * (100vw / 1400));
  letter-spacing: .2em;
  font-feature-settings: "pkna";
}

.sec_ttl .txt_S span {
  margin-bottom: calc(3 * (100vw / 1400));
  vertical-align: calc(2 * (100vw / 1400));
}

.points_area .each_point:nth-of-type(1) {
  margin-top: calc(-330 * (100vw / 1400));
}

.each_point .content_ttl {
  margin-bottom: calc(8 * (100vw / 1400));
  font-size: calc(50 * (100vw / 1400));
}

.each_point .content_lead {
  font-size: calc(15 * (100vw / 1400));
  line-height: 1.8;
}

.each_point .content_lead .txt_eng {
  letter-spacing: .05em;
}

.content_inner {
  width: calc(1100 * (100vw / 1400));
  margin: 0 auto;
}

.point01_area {
  position: relative;
  z-index: 1;
  padding: calc(70 * (100vw / 1400)) 0;
}

.point01_area::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(737 * (100vw / 1400));
  height: 100%;
  background: url(../img/bg_002.jpg) center center / cover no-repeat;
  content: "";
}

.point01_area::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: calc(100% - (737 * (100vw / 1400)));
  height: 100%;
  background: linear-gradient(120deg, #FFEFC3, #F4FFE1);
  content: "";
  opacity: .8;
}

.point01_area .content_inner {
  display: flex;
  justify-content: space-between;
}

.point01_area .txt_wrap {
  width: calc(463 * (100vw / 1400));
  order: 2;
}

.fragrance-description {
  margin-top: calc(25 * (100vw / 1400));
  font-weight: 400;
  font-size: calc(12 * (100vw / 1400));
  line-height: 2;
}

.fragrance-description .accordion_inner {
  font-weight: 400;
  line-height: 2;
}

.point01_area figure {
  width: calc(527 * (100vw / 1400));
  background: rgba(255, 255, 255, .7);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}


.point02_area {
  position: relative;
  margin-top: calc(140 * (100vw / 1400));
}

.point02_area .content_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.point02_area .for_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(400 * (100vw / 1400));
  margin-top: calc(150 * (100vw / 1400));
  clip-path: inset(0);
}

.point02_area .for_bg::before {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100lvh;
  background: url(../img/bg_003.jpg) center center / cover no-repeat;
  content: "";
}

.point02_area .txt_wrap {
  position: relative;
  z-index: 1;
  margin-top: calc(50 * (100vw / 1400));
}

.point02_area figure {
  width: calc(640 * (100vw / 1400));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}

.point03_area {
  margin-top: calc(230 * (100vw / 1400));
}

.point03_area .txt_wrap {
  position: sticky;
  z-index: 2;
  top: calc(250 * (100vw / 1400));
  text-align: center;
  pointer-events: none;
}

.point03_area .content_lead .txt_eng {
  margin-right: calc(5 * (100vw / 1400));
}

.lineup_list {
  margin-top: calc(-160 * (100vw / 1400));
}

.lineup_list > li {
  overflow: hidden;
  position: relative;
}

.lineup_list > li:nth-of-type(1) {
  width: calc(650 * (100vw / 1400));
  margin-left: calc(100 * (100vw / 1400));
}

.lineup_list > li:nth-of-type(2) {
  width: calc(550 * (100vw / 1400));
  margin: calc(-400 * (100vw / 1400)) 0 0 auto;
}

.lineup_list > li:nth-of-type(3) {
  width: calc(600 * (100vw / 1400));
  margin: calc(-210 * (100vw / 1400)) 0 0 0;
}

.lineup_list > li:nth-of-type(4) {
  width: calc(460 * (100vw / 1400));
  margin: calc(-220 * (100vw / 1400)) calc(200 * (100vw / 1400)) 0 auto;
}

.lineup_list > li img {
  transition: transform .8s;
}

.lineup_list > li a:hover img {
  transform: scale(1.1);
}

.itm_name-eng {
  position: absolute;
  font-size: calc(20 * (100vw / 1400));
  color: #fff;
}

.lineup_list > li:nth-of-type(1) .itm_name-eng {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: calc(15 * (100vw / 1400));
  writing-mode: vertical-rl;
}

.lineup_list > li:nth-of-type(2) .itm_name-eng {
  left: 50%;
  bottom: 0;
  margin-bottom: calc(15 * (100vw / 1400));
  transform: translateX(-50%);
}

.lineup_list > li:nth-of-type(3) .itm_name-eng {
  top: 0;
  left: 50%;
  margin-top: calc(15 * (100vw / 1400));
  transform: translateX(-50%);
}

.lineup_list > li:nth-of-type(4) .itm_name-eng {
  top: 50%;
  right: 0;
  margin-right: calc(15 * (100vw / 1400));
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

.lineup_list > li .itm_caption_wrap {
  position: absolute;
  display: flex;
  align-items: flex-end;
  gap: calc(15 * (100vw / 1400));
}

.lineup_list > li:nth-of-type(1) .itm_caption_wrap {
  bottom: 0;
  left: 0;
  margin: 0 0 calc(15 * (100vw / 1400)) calc(15 * (100vw / 1400));
}

.lineup_list > li:nth-of-type(2) .itm_caption_wrap {
  top: 0;
  left: 0;
  margin: calc(15 * (100vw / 1400)) 0 0 calc(15 * (100vw / 1400));
}

.lineup_list > li:nth-of-type(3) .itm_caption_wrap {
  bottom: 0;
  left: 0;
  margin: 0 0 calc(15 * (100vw / 1400)) calc(15 * (100vw / 1400));
}

.lineup_list > li:nth-of-type(4) .itm_caption_wrap {
  bottom: 0;
  right: 0;
  margin: 0 calc(15 * (100vw / 1400)) calc(15 * (100vw / 1400)) 0;
}

.lineup_list > li .itm_caption_wrap ul {
  display: flex;
  gap: calc(5 * (100vw / 1400));
  margin-bottom: calc(8 * (100vw / 1400));
}

.lineup_list > li .itm_caption_wrap li {
  padding: calc(4 * (100vw / 1400)) calc(6 * (100vw / 1400));
  background: rgba(0, 0, 0, .2);
  font-size: calc(11 * (100vw / 1400));
  color: #fff;
}

.lineup_list > li .itm_caption_wrap .itm_name {
  padding-bottom: calc(5 * (100vw / 1400));
  font-size: calc(14 * (100vw / 1400));
  letter-spacing: .2em;
  color: #fff;
}

.lineup_list > li .itm_caption_wrap p {
  display: grid;
  place-items: center;
  border-radius: calc(100 * (100vw / 1400));
  border: solid #fff;
  border-width: calc(1 * (100vw / 1400));
  width: calc(120 * (100vw / 1400));
  height: calc(25 * (100vw / 1400));
  background: rgba(0, 0, 0, .2);
  color: #fff;
  transition: background-color .3s, color .3s;
}

.lineup_list > li a:hover .itm_caption_wrap p {
  background: #fff;
  color: #000;
}

.lineup_list > li .itm_caption_wrap p span {
  position: relative;
  padding-right: calc(15 * (100vw / 1400));
  font-size: calc(14 * (100vw / 1400));
}

.lineup_list > li .itm_caption_wrap p span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid #fff;
  border-right: solid #fff;
  border-width: calc(2 * (100vw / 1400));
  width: calc(6 * (100vw / 1400));
  height: calc(6 * (100vw / 1400));
  content: "";
  transition: border-color .3s;
}

.lineup_list > li a:hover .itm_caption_wrap p span::before {
  border-color: #000;
}
/*-------------------------points*/

/*products-----------------------*/
.products_area {
  padding: calc(120 * (100vw / 1400)) 0 calc(100 * (100vw / 1400));
}

.products_area .sec_ttl_wrap {
  top: calc(120 * (100vw / 1400));
  /*top: calc(180 * (100vw / 1400));*/
  height: calc(180 * (100vw / 1400));
}

.products_area .sec_ttl {
  right: 100%;
}

.products_area .each_product-cat:nth-of-type(1) {
  margin-top: calc(-180 * (100vw / 1400));
}

.products_area .each_product-cat:nth-of-type(n+2) {
  margin-top: calc(120 * (100vw / 1400));
}

.each_product-cat .content_ttl {
  position: relative;
  z-index: 1;
  margin-bottom: calc(36 * (100vw / 1400));
  font-size: calc(36 * (100vw / 1400));
  text-align: center;
}

.each_product-cat .content_ttl::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  width: calc(1 * (100vw / 1400));
  height: calc(40 * (100vw / 1400));
  margin-top: calc(15 * (100vw / 1400));
  background: #000;
  content: "";
  transition: transform .5s;
  transition-delay: .3s;
}

.each_product-cat.active .content_ttl::before {
  transform: translateX(-50%) scaleY(1);
}

.cat_img {
  width: calc(1100 * (100vw / 1400));
  margin: 0 auto calc(40 * (100vw / 1400));
  transition-delay: .8s;
}

.each_product-cat.active .cat_img {
  transform: translateY(0);
  opacity: 1;
}

.each_product-cat .content_lead {
  margin-bottom: calc(80 * (100vw / 1400));
  font-size: calc(15 * (100vw / 1400));
  line-height: 2;
  text-align: center;
}

.each_product-cat .content_lead .txt_emphasis {
  color: var(--color_01);
}

.each_product-cat .content_lead .txt_emphasis .txt_L {
  font-size: calc(30 * (100vw / 1400));
}

.each_product-cat .content_lead a {
  display: inline;
  text-decoration: underline;
  transition: color .3s;
}

.skincare_area .content_lead a {
  color: var(--color_skin_01);
}

.skincare_area .content_lead a:hover {
  color: var(--color_skin_02);
}

.haircare_area .content_lead a {
  color: var(--color_hair_01);
}

.haircare_area .content_lead a:hover {
  color: var(--color_hair_02);
}

.each_product-cat .content_lead .notes {
  display: block;
  margin-top: calc(15 * (100vw / 1400));
  font-size: calc(11 * (100vw / 1400));
}

.product_list {
  width: calc(1100 * (100vw / 1400));
  margin: 0 auto;
}

.product_list li:nth-of-type(n+2) {
  margin-top: calc(100 * (100vw / 1400));
}

.product_list li .product_img_wrap {
  display: flex;
  align-items: center;
  gap: calc(80 * (100vw / 1400));
}

.product_list li:nth-of-type(even) .product_img_wrap {
  justify-content: flex-end;
}

.product_list li .product_img {
  position: relative;
  width: calc(520 * (100vw / 1400));
  overflow: hidden;
}

.product_list li:nth-of-type(even) .product_img {
  order: 2;
}

.product_list li .product_img picture {
  transition: transform .8s;
}

.product_list li .product_img a:hover picture {
  transform: scale(1.1);
}

.product_list li .product_img .logo_cosmosorganic {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(112 * (100vw / 1400));
  margin: calc(25 * (100vw / 1400)) 0 0 calc(25 * (100vw / 1400));
}

.product_list li .txt_wrap {
  width: fit-content;
  margin-top: calc(-110 * (100vw / 1400));
}

.skincare_area .product_list li .itm_brand {
  margin-bottom: calc(60 * (100vw / 1400));
}

.haircare_area .product_list li .itm_brand {
  margin-bottom: calc(30 * (100vw / 1400));
}

.product_list li .itm_brand .logo_PrefumeCloset {
  position: relative;
  display: block;
  width: calc(270 * (100vw / 1400));
  margin: 0 auto calc(55 * (100vw / 1400));
}

.product_list li .itm_brand .logo_PrefumeCloset::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: calc(1 * (100vw / 1400));
  height: calc(25 * (100vw / 1400));
  margin-top: calc(18 * (100vw / 1400));
  background: #000;
  content: "";
}

.product_list li .itm_brand .logo_PrefumeCloset::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  width: calc(1 * (100vw / 1400));
  height: calc(25 * (100vw / 1400));
  margin-top: calc(18 * (100vw / 1400));
  background: #000;
  content: "";
}

.product_list li .itm_brand .logo_FORGANICS {
  display: block;
  width: calc(158 * (100vw / 1400));
  margin: 0 auto;
}

.product_list li .itm_brand .logo_ObyF {
  display: block;
  width: calc(40 * (100vw / 1400));
  margin: 0 auto;
}

.product_list li .itm_feature {
  width: fit-content;
  margin: 0 auto calc(20 * (100vw / 1400));
  padding: calc(3 * (100vw / 1400)) calc(10 * (100vw / 1400));
  font-size: calc(11 * (100vw / 1400));
  color: #fff;
}

.skincare_area .itm_feature {
  background: var(--color_skin_01);
}

.haircare_area .itm_feature {
  background: var(--color_hair_01);
}

.product_list li .itm_name {
  margin-bottom: calc(15 * (100vw / 1400));
  font-size: calc(15 * (100vw / 1400));
  text-align: center;
  white-space: nowrap;
}

.product_list li .itm_name .txt_S {
  display: block;
  margin-bottom: calc(8 * (100vw / 1400));
  font-weight: 400;
  font-size: calc(12 * (100vw / 1400));
}

.product_list li .itm_price {
  margin-bottom: calc(20 * (100vw / 1400));
  font-size: calc(16 * (100vw / 1400));
  text-align: center;
}

.product_list li .itm_price .txt_S {
  font-size: calc(10 * (100vw / 1400));
}

.product_list li .itm_link {
  width: fit-content;
  margin: 0 auto;
}

.product_list li .itm_link a {
  display: grid;
  place-items: center;
  border: solid #000;
  border-width: calc(1 * (100vw / 1400));
  width: calc(120 * (100vw / 1400));
  height: calc(28 * (100vw / 1400));
  background: #fff;
  font-size: calc(16 * (100vw / 1400));
  transition: background-color .3s, color .3s;
}

.product_list li .itm_link a:hover {
  background: #000;
  color: #fff;
}

.product_list li .itm_caption_wrap {
  position: relative;
  width: calc(100vw - calc(600 * (100vw / 1400)));
  margin-top: calc(-110 * (100vw / 1400));
  padding: calc(50 * (100vw / 1400)) 0;
}

.product_list li:nth-of-type(odd) .itm_caption_wrap {
  margin-left: calc(470 * (100vw / 1400));
  padding-left: calc(80 * (100vw / 1400));
}

.product_list li:nth-of-type(even) .itm_caption_wrap {
  margin-left: calc(-170 * (100vw / 1400));
  padding-right: calc(80 * (100vw / 1400));
}

.skincare_area .product_list li:nth-of-type(odd) .itm_caption_wrap {
  background: linear-gradient(to right, rgba(221, 234, 243 ,.8), rgba(221, 234, 243 ,.2));
}

.skincare_area .product_list li:nth-of-type(even) .itm_caption_wrap {
  background: linear-gradient(to left, rgba(221, 234, 243 ,.8), rgba(221, 234, 243 ,.2));
}

.haircare_area .product_list li:nth-of-type(odd) .itm_caption_wrap {
  background: linear-gradient(to right, rgba(228, 229, 254 ,.8), rgba(228, 229, 254 ,.2));
}

.haircare_area .product_list li:nth-of-type(even) .itm_caption_wrap {
  background: linear-gradient(to left, rgba(228, 229, 254 ,.8), rgba(228, 229, 254 ,.2));
}

.product_list li .itm_caption {
  width: calc(460 * (100vw / 1400));
  font-weight: 400;
  font-size: calc(12 * (100vw / 1400));
  line-height: 2;
}

.product_list li:nth-of-type(even) .itm_caption {
  margin: 0 0 0 auto;
}

.product_list li .itm_caption sup {
  font-size: calc(10 * (100vw / 1400));
}

.product_list li .itm_caption .notes {
  display: block;
  margin-top: calc(8 * (100vw / 1400));
  font-weight: 400;
  font-size: calc(10 * (100vw / 1400));
}
/*-----------------------products*/

/*store--------------------------*/
.store_area {
  padding: calc(80 * (100vw / 1400)) 0 calc(130 * (100vw / 1400));
}

.store_area .sec_ttl {
  margin-bottom: calc(30 * (100vw / 1400));
  font-size: calc(36 * (100vw / 1400));
  text-align: center;
}

.store_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(20 * (100vw / 1400));
  width: calc(1100 * (100vw / 1400));
  margin: 0 auto;
}

.store_list a {
  display: grid;
  place-items: center;
  width: calc(270 * (100vw / 1400));
  height: calc(80 * (100vw / 1400));
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.store_list a img {
  width: calc(200 * (100vw / 1400));
  transition: opacity .3s;
}

.store_list a:hover img {
  opacity: .5;
}
/*--------------------------store*/

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {
/*all----------------------------*/
.LP_page .only_pc {
  display: none;
}

#share {
  opacity: 0 !important;
  z-index: 5 !important;
  transition: opacity .3s;
  pointer-events: none !important;
}

#share.active {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
}

header {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .8s;
}

header.active {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.activePoint {
  transform: translateY(calc(10 * (100vw / 430)));
}

/*----------------------------all*/

/*mv-----------------------------*/
.mv_area::before {
  display: none;
}

.mv_area .mv {
  width: 100%;
}

.main_ttl {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(333 * (100vw / 430));
  margin: calc(70 * (100vw / 430)) 0 0 0;
}

.txt_scroll {
  margin: 0 0 calc(20 * (100vw / 430)) calc(20 * (100vw / 430));
  padding-bottom: calc(55 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.txt_scroll::after {
  width: calc(1 * (100vw / 430));
  height: calc(40 * (100vw / 430));
  margin-left: calc(3 * (100vw / 430));
}

/*-----------------------------mv*/

/*main lead----------------------*/
.main_lead_area {
  padding: calc(60 * (100vw / 430)) 0 calc(50 * (100vw / 430));
}

.sub_ttl {
  margin: 0 auto calc(35 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.sub_ttl::before {
  width: calc(100% - calc(10 * (100vw / 430)));
  height: calc(1 * (100vw / 430));
  margin-right: calc(-20 * (100vw / 430));
}

.sub_ttl::after {
  width: calc(100% - calc(10 * (100vw / 430)));
  height: calc(1 * (100vw / 430));
  margin-left: calc(-20 * (100vw / 430));
}

.sub_ttl span {
  padding: calc(15 * (100vw / 430)) calc(30 * (100vw / 430));
  line-height: 1.5;
}

.sub_ttl span::before {
  width: calc(1 * (100vw / 430));
  margin-bottom: calc(-20 * (100vw / 430));
}

.sub_ttl span::after {
  width: calc(1 * (100vw / 430));
  margin-top: calc(-20 * (100vw / 430));
}

.main_lead {
  margin-bottom: calc(20 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.main_lead > span {
  margin: calc(8 * (100vw / 430)) 0;
}

.main_lead .txt_L {
  font-size: calc(30 * (100vw / 430));
}

.main_lead .logo_PrefumeCloset {
  width: calc(240 * (100vw / 430));
  margin: 0 calc(10 * (100vw / 430));
  vertical-align: calc(3 * (100vw / 430));
}

.btn_all-products {
  padding: 0 calc(5 * (100vw / 430)) calc(5 * (100vw / 430));
}

.btn_all-products::before {
  width: calc(200 * (100vw / 430));
  height: calc(42 * (100vw / 430));
}

.btn_all-products a {
  border-width: calc(1 * (100vw / 430));
  width: calc(200 * (100vw / 430));
  height: calc(42 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.btn_all-products a .txt_eng {
  margin-right: calc(3 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.btn_all-products a:hover {
  transform: translate(calc(5 * (100vw / 430)), calc(5 * (100vw / 430)));
}

/*
.btn_all-products a::before {
  border-width: calc(2 * (100vw / 430));
  width: calc(6 * (100vw / 430));
  height: calc(6 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
}

.btn_all-products a:hover::before {
  margin-right: calc(10 * (100vw / 430));
}
*/
/*----------------------main lead*/

/*anchor link--------------------*/
.anchor-link_wrap {
  padding: calc(50 * (100vw / 430)) 0 calc(30 * (100vw / 430));
}

.anchor-link_wrap::before {
  width: calc(80 * (100vw / 430));
  height: calc(1 * (100vw / 430));
}

.anchor-link_wrap p .logo_PrefumeCloset {
  width: calc(226 * (100vw / 430));
  margin: 0 auto calc(45 * (100vw / 430));
}

.anchor-link_wrap p .logo_PrefumeCloset::before {
  width: calc(1 * (100vw / 430));
  height: calc(18 * (100vw / 430));
  margin-top: calc(14 * (100vw / 430));
}

.anchor-link_wrap p .logo_PrefumeCloset::after {
  width: calc(1 * (100vw / 430));
  height: calc(18 * (100vw / 430));
  margin-top: calc(14 * (100vw / 430));
}

.anchor-link_wrap p .logo_FORGANICS {
  width: calc(130 * (100vw / 430));
}

.anchor-link_list {
  gap: calc(8 * (100vw / 430));
  margin-top: calc(25 * (100vw / 430));
}

.anchor-link_list a {
  border-width: calc(1 * (100vw / 430));
  width: calc(100 * (100vw / 430));
  height: calc(45 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.anchor-link_list a span {
  padding-bottom: calc(10 * (100vw / 430));
}

.anchor-link_list a span::before {
  width: calc(6 * (100vw / 430));
  height: calc(6 * (100vw / 430));
  border-width: calc(2 * (100vw / 430));
}

.anchor-link_list a:hover span::before {
  margin-bottom: calc(-3 * (100vw / 430));
}
/*--------------------anchor link*/

/*points-------------------------*/
.points_area {
  padding: calc(30 * (100vw / 430)) 0 calc(40 * (100vw / 430));
}

.each_sec::before {
  display: none;
}

.sec_ttl_wrap {
  position: static;
  width: calc(350 * (100vw / 430));
  pointer-events: auto;
}

.points_area .sec_ttl_wrap {
  height: auto;
  margin-bottom: calc(56 * (100vw / 430));
}

.sec_ttl_wrap .sec_ttl {
  position: static;
  display: block;
  margin-top: 0;
  writing-mode: horizontal-tb;
  text-align: center;
}

.sec_ttl .txt_eng {
  position: relative;
  display: block;
  margin-bottom: calc(15 * (100vw / 430));
  padding-bottom: calc(15 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.sec_ttl .txt_eng::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(1 * (100vw / 430));
  background: #000;
  content: "";
  transform: scale(0);
  transition: transform 1s;
}

.each_sec.active .sec_ttl .txt_eng::before {
  transform: scale(1);
}

.sec_ttl .txt_S {
  padding-left: 0;
  font-size: calc(13 * (100vw / 430));
  line-height: 1.5;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}

.sec_ttl .txt_S span {
  margin-bottom: 0;
  vertical-align: 0;
}

.points_area .each_point:nth-of-type(1) {
  margin-top: 0;
}

.each_point .content_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: calc(-20 * (100vw / 430)) 0 0;
  font-size: calc(40 * (100vw / 430));
}

.each_point .content_lead {
  font-size: calc(15 * (100vw / 430));
  text-align: center;
}

.content_inner {
  width: auto;
  margin: 0 auto;
}

.point01_area {
  position: relative;
  z-index: 1;
  padding: calc(30 * (100vw / 430)) 0 calc(40 * (100vw / 430));
}

.point01_area::before {
  width: 100%;
  background: url(../img/bg_002_sp.jpg) top center / cover no-repeat;
}

.point01_area::after {
  display: none;
}

.point01_area .content_inner {
  display: block;
  width: calc(400 * (100vw / 430));
}

.point01_area .txt_wrap {
  width: auto;
  margin-bottom: calc(25 * (100vw / 430));
}

.fragrance-description {
  margin-top: calc(20 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
  text-align: center;
}

.fragrance-description .accordion_wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s;
}

.fragrance-description.open .accordion_wrap {
  grid-template-rows: 1fr;
}

.fragrance-description .accordion_inner {
  overflow: hidden;
}

.fragrance-description .accordion_btn {
  position: relative;
  display: block;
  width: fit-content;
  margin: calc(8 * (100vw / 430)) auto;
  padding-right: calc(12 * (100vw / 430));
}

.fragrance-description .accordion_btn::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(8 * (100vw / 430));
  height: calc(1.2 * (100vw / 430));
  background: #000;
  content: "";
}

.fragrance-description .accordion_btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: calc(8 * (100vw / 430));
  height: calc(1.2 * (100vw / 430));
  background: #000;
  content: "";
  transition: transform .3s;
}

.fragrance-description.open .accordion_btn::after {
  transform: translateY(-50%) rotate(0);
}

.fragrance-description .accordion_btn .to_open {
  display: block;
}

.fragrance-description .accordion_btn .to_close {
  display: none;
}

.fragrance-description.open .accordion_btn .to_open {
  display: none;
}

.fragrance-description.open .accordion_btn .to_close {
  display: block;
}

.point01_area figure {
  width: auto;
}

.point02_area {
  margin-top: calc(88 * (100vw / 430));
  padding-top: 0;
}

.point02_area .for_bg {
  display: none;
}

.point02_area .for_bg::before {
  display: none;
}

.point02_area .content_inner {
  position: static;
  transform: translate(0);
  display: block;
}

.point02_area .txt_wrap {
  margin-top: 0;
}

.point02_area .content_lead {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: calc(30 * (100vw / 430));
  text-align: center;
  white-space: nowrap;
}

.point02_area figure {
  width: 100%;
  margin-top: 0;
  filter: unset;
}

.point03_area {
  position: relative;
  margin-top: calc(88 * (100vw / 430));
  padding: calc(30 * (100vw / 430)) 0 calc(60 * (100vw / 430));
  background: url(../img/bg_004_sp.jpg) center center / cover no-repeat;
}

.point03_area .txt_wrap {
  position: static;
  text-align: center;
  pointer-events: auto;
}

.point03_area .content_lead .txt_eng {
  margin-right: calc(5 * (100vw / 430));
}

.lineup_list {
  margin-top: calc(30 * (100vw / 430));
}

.lineup_list > li:nth-of-type(1) {
  width: calc(360 * (100vw / 430));
  margin-left: 0;
}

.lineup_list > li:nth-of-type(2) {
  width: calc(360 * (100vw / 430));
  margin: calc(60 * (100vw / 430)) 0 0 auto;
}

.lineup_list > li:nth-of-type(3) {
  width: calc(360 * (100vw / 430));
  margin: calc(60 * (100vw / 430)) 0 0 0;
}

.lineup_list > li:nth-of-type(4) {
  width: calc(360 * (100vw / 430));
  margin: calc(60 * (100vw / 430)) 0 0 auto;
}

.itm_name-eng {
  font-size: calc(16 * (100vw / 430));
}

.lineup_list > li:nth-of-type(1) .itm_name-eng {
  left: auto;
  right: 0;
  margin: 0 calc(10 * (100vw / 430)) 0 0;
}

.lineup_list > li:nth-of-type(2) .itm_name-eng {
  left: 0;
  top: 50%;
  bottom: auto;
  margin: 0 0 0 calc(10 * (100vw / 430));
  transform: translate(0, -50%);
  writing-mode: vertical-rl;
}

.lineup_list > li:nth-of-type(3) .itm_name-eng {
  top: 50%;
  left: auto;
  right: 0;
  margin: 0 calc(10 * (100vw / 430)) 0 0;
  transform: translate(0, -50%);
  writing-mode: vertical-rl;
}

.lineup_list > li:nth-of-type(4) .itm_name-eng {
  right: auto;
  left: 0;
  margin: 0 0 0 calc(10 * (100vw / 430));
}

.lineup_list > li .itm_caption_wrap {
  gap: calc(12 * (100vw / 430));
}

.lineup_list > li:nth-of-type(1) .itm_caption_wrap {
  margin: 0 0 calc(10 * (100vw / 430)) calc(10 * (100vw / 430));
}

.lineup_list > li:nth-of-type(2) .itm_caption_wrap {
  top: auto;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(10 * (100vw / 430)) calc(10 * (100vw / 430));
}

.lineup_list > li:nth-of-type(3) .itm_caption_wrap {
  bottom: 0;
  left: 0;
  margin: 0 0 calc(10 * (100vw / 430)) calc(10 * (100vw / 430));
}

.lineup_list > li:nth-of-type(4) .itm_caption_wrap {
  bottom: 0;
  right: auto;
  left: 0;
  margin: 0 0 calc(10 * (100vw / 430)) calc(10 * (100vw / 430));
}

.lineup_list > li .itm_caption_wrap ul {
  gap: calc(5 * (100vw / 430));
  margin-bottom: calc(8 * (100vw / 430));
}

.lineup_list > li .itm_caption_wrap li {
  padding: calc(4 * (100vw / 430)) calc(6 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
}

.lineup_list > li .itm_caption_wrap .itm_name {
  padding-bottom: calc(5 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
  letter-spacing: .15em;
}

.lineup_list > li .itm_caption_wrap p {
  border-radius: calc(100 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  width: calc(110 * (100vw / 430));
  height: calc(23 * (100vw / 430));
}

.lineup_list > li .itm_caption_wrap p span {
  padding-right: calc(15 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.lineup_list > li .itm_caption_wrap p span::before {
  border-width: calc(2 * (100vw / 430));
  width: calc(6 * (100vw / 430));
  height: calc(6 * (100vw / 430));
}
/*-------------------------points*/

/*products-----------------------*/
.products_area {
  padding: calc(40 * (100vw / 430)) 0 calc(45 * (100vw / 430));
}

.products_area .sec_ttl_wrap {
  height: auto;
  margin-bottom: calc(40 * (100vw / 430));
}

.products_area .each_product-cat:nth-of-type(1) {
  margin-top: 0;
}

.products_area .each_product-cat:nth-of-type(n+2) {
  margin-top: calc(90 * (100vw / 430));
}

.each_product-cat .content_ttl {
  margin-bottom: calc(23 * (100vw / 430));
  font-size: calc(24 * (100vw / 430));
}

.each_product-cat .content_ttl::before {
  width: calc(1 * (100vw / 430));
  height: calc(30 * (100vw / 430));
  margin-top: calc(8 * (100vw / 430));
}

.cat_img {
  width: 100%;
  margin: 0 auto calc(30 * (100vw / 430));
}

.each_product-cat .content_lead {
  margin-bottom: calc(50 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.each_product-cat .content_lead .txt_emphasis .txt_L {
  font-size: calc(20 * (100vw / 430));
}

.each_product-cat .content_lead .notes {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.product_list {
  width: auto;
}

.product_list li {
  position: relative;
}

.product_list li:nth-of-type(n+2) {
  margin-top: calc(80 * (100vw / 430));
}

.product_list li .product_img_wrap {
  display: block;
}

.product_list li .product_img {
  position: relative;
  width: 100%;
}

.product_list li .product_img .logo_cosmosorganic {
  top: 0;
  left: 0;
  width: calc(60 * (100vw / 430));
}

.product_list li:nth-of-type(1) .product_img .logo_cosmosorganic {
  margin: calc(350 * (100vw / 430)) 0 0 calc(100 * (100vw / 430));
}

.product_list li:nth-of-type(2) .product_img .logo_cosmosorganic {
  margin: calc(350 * (100vw / 430)) 0 0 calc(240 * (100vw / 430));
}

.product_list li .product_img a {
  pointer-events: none;
}

.product_list li .txt_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: calc(40 * (100vw / 430));
}

.skincare_area .product_list li .itm_brand {
  margin-bottom: calc(30 * (100vw / 430));
}

.haircare_area .product_list li .itm_brand {
  margin-bottom: calc(20 * (100vw / 430));
}

.product_list li .itm_brand .logo_PrefumeCloset {
  width: calc(226 * (100vw / 430));
  margin: 0 auto calc(48 * (100vw / 430));
}

.product_list li .itm_brand .logo_PrefumeCloset::before {
  width: calc(1 * (100vw / 430));
  height: calc(18 * (100vw / 430));
}

.product_list li .itm_brand .logo_PrefumeCloset::after {
  width: calc(1 * (100vw / 430));
  height: calc(18 * (100vw / 430));
}

.skincare_area .product_list li .itm_brand .logo_PrefumeCloset::before,
.skincare_area .product_list li .itm_brand .logo_PrefumeCloset::after {
  margin-top: calc(15 * (100vw / 430));
}

.haircare_area .product_list li .itm_brand .logo_PrefumeCloset::before,
.haircare_area .product_list li .itm_brand .logo_PrefumeCloset::after {
  margin-top: calc(18 * (100vw / 430));
}

.product_list li .itm_brand .logo_FORGANICS {
  width: calc(130 * (100vw / 430));
}

.product_list li .itm_brand .logo_ObyF {
  width: calc(30 * (100vw / 430));
}

.product_list li .itm_feature {
  margin: 0 auto calc(15 * (100vw / 430));
  padding: calc(3 * (100vw / 430)) calc(10 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.product_list li .itm_name {
  margin-bottom: calc(10 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.product_list li .itm_name .txt_S {
  margin-bottom: calc(6 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
}

.product_list li .itm_price {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.product_list li .itm_price .txt_S {
  font-size: calc(10 * (100vw / 430));
}

.product_list li .itm_link a {
  border-width: calc(1 * (100vw / 430));
  width: calc(100 * (100vw / 430));
  height: calc(24 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.product_list li .itm_caption_wrap {
  width: calc(400 * (100vw / 430));
  margin: calc(-40 * (100vw / 430)) auto 0;
  padding: calc(30 * (100vw / 430));
}

.product_list li:nth-of-type(odd) .itm_caption_wrap {
  margin-left: auto;
  padding-left: calc(30 * (100vw / 430));
}

.product_list li:nth-of-type(even) .itm_caption_wrap {
  margin-left: auto;
  padding-right: calc(30 * (100vw / 430));
}

.skincare_area .product_list li:nth-of-type(odd) .itm_caption_wrap {
  background: linear-gradient(to bottom, rgba(221, 234, 243 ,.9), rgba(221, 234, 243 ,.9), rgba(221, 234, 243 ,.4));
}

.skincare_area .product_list li:nth-of-type(even) .itm_caption_wrap {
  background: linear-gradient(to bottom, rgba(221, 234, 243 ,.9), rgba(221, 234, 243 ,.9), rgba(221, 234, 243 ,.4));
}

.haircare_area .product_list li:nth-of-type(odd) .itm_caption_wrap {
  background: linear-gradient(to bottom, rgba(228, 229, 254 ,.9), rgba(228, 229, 254,.9), rgba(228, 229, 254,.4));
}

.haircare_area .product_list li:nth-of-type(even) .itm_caption_wrap {
  background: linear-gradient(to bottom, rgba(228, 229, 254 ,.9), rgba(228, 229, 254,.9), rgba(228, 229, 254,.4));
}

.product_list li .itm_caption {
  width: auto;
  font-size: calc(11 * (100vw / 430));
}

.product_list li:nth-of-type(even) .itm_caption {
  margin: 0;
}

.product_list li .itm_caption sup {
  font-size: calc(10 * (100vw / 430));
}

.product_list li .itm_caption .notes {
  margin-top: calc(8 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}
/*-----------------------products*/

/*store--------------------------*/
.store_area {
  padding: calc(45 * (100vw / 430)) 0 calc(80 * (100vw / 430));
}

.store_area .sec_ttl {
  position: relative;
  width: calc(350 * (100vw / 430));
  margin: 0 auto calc(40 * (100vw / 430));
  padding-bottom: calc(15 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.store_area .sec_ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(1 * (100vw / 430));
  background: #000;
  content: "";
  transform: scaleX(0);
  transition: transform 1s;
}

.store_area.active .sec_ttl::before {
  transform: scaleX(1);
}

.store_list {
  display: block;
  width: calc(240 * (100vw / 430));
}

.store_list li:nth-of-type(n+2) {
  margin-top: calc(15 * (100vw / 430));
}

.store_list a {
  width: calc(240 * (100vw / 430));
  height: calc(60 * (100vw / 430));
}

.store_list a img {
  width: calc(170 * (100vw / 430));
}
/*--------------------------store*/


}

/*---------------------------------------------Smart phone*/

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none;
  }

  .accordion_btn {
    display: none;
  }

  #header {
    background: linear-gradient(to right, rgba(255, 255, 255, .1), rgba(255, 255, 255, .8) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .8) 55%, rgba(255, 255, 255, .1)) !important;
  }

  #header_bottom .inner {
    width: 100%;
    opacity: 0;
    height: 0;
    padding: 0;
    pointer-events: none;
    transition: opacity .3s, padding .3s;
  }

  #header_bottom.active .inner {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    padding: 1.5rem 0;
  }

  #header.scroll {
    opacity: 0;
    pointer-events: none;
    background: #fff !important;
    transition: opacity .3s;
  }

  /*
  #header.scroll.active {
    opacity: 1;
    pointer-events: auto;
  }
  */

}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1400px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
