@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 {
  position: relative;
  z-index: 5;
}

:root {
  --font_regular: "Noto Sans JP", sans-serif;
  --font_eng: "Roboto", serif;
  --font_serif: "Noto Serif JP", serif;
  --color_regular: #333;
  --color_blue: #F7FAFF;
  --color_yerrow: #FFFBF4;
  --color_beige: #F2E4D9;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  width: 100%;
  background: #fff;
  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 1.5s, transform 1s;
  transform: translateY(2rem);
}

.LP_page .activeDelay.delay1 {
  transition-delay: .2s;
}

.LP_page .activeDelay.delay2 {
  transition-delay: .4s;
}

.LP_page .activeDelay.delay3 {
  transition-delay: .6s;
}

.LP_page .activeDelay.delay4 {
  transition-delay: .8s;
}

.LP_page .activePoint.active,
.LP_page .activePoint.active > .activeDelay {
  opacity: 1;
  transform: unset;
}
/*----------------------------all*/

/*navigation---------------------*/
.navigation_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  
}

.navigation_list li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  height: 22rem;
  overflow: clip;
}

.navigation_list li a::before,
.navigation_list li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.navigation_list li a::before {
  transition: scale .6s;
}

.navigation_list li a:hover::before {
  scale: 1.1;
}

.navigation_list li:nth-of-type(1) a::before {
  background: url(../img/nav_001.jpg) center center / cover no-repeat;
}

.navigation_list li:nth-of-type(2) a::before {
  background: url(../img/nav_003.jpg) center center / cover no-repeat;
}

.navigation_list li a::after {
  background: var(--color_regular);
  opacity: .5;
}

.navigation_list li a p {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.navigation_list li a p::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: .8rem;
  height: .8rem;
  border-right: solid #fff .1rem;
  border-bottom: solid #fff .1rem;
  rotate: 45deg;
  box-sizing: border-box;
  content: "";
  transition: margin .3s;
}

.navigation_list li a:hover p::before {
  margin-bottom: -.3rem;
}

.navigation_list li a p .txt_eng {
  display: block;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 100;
  letter-spacing: .02em;
}

/*---------------------navigation*/

/*campaign-----------------------*/
.each_area {
  padding: 5rem 0;
}

.campaign_area .area_lead {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.area_ttl {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.area_ttl .txt_eng {
  display: block;
  margin-bottom: 1rem;
  font-family: var(--font_eng);
  font-size: 4rem;
  font-weight: 100;
}

.campaign_limited_wrap {
  margin-bottom: 2.5rem;
}

.campaign_limited {
  width: fit-content;
  margin: 0 auto;
  padding: .8rem 2rem 1rem;
  border-top: solid rgba(51, 51, 51, .5) .1rem;
  border-bottom: solid rgba(51, 51, 51, .5) .1rem;
  font-size: 1.6rem;
  text-align: center;
}

.campaign_limited .txt_L {
  font-size: 2.5rem;
}

.campaign_limited .txt_S {
  font-size: 1.1rem;
}

.campaign_limited_notes {
  margin-top: .8rem;
  font-size: 1rem;
  text-align: center;
}

.mask_close {
  position: relative;
}

.mask_close::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  font-size: 2rem;
  letter-spacing: .05em;
  color: #fff;
  content: "キャンペーンは終了しました。";
}

.campaign_area {
  background: #F7F2F4;
}

.campaign_area .area_inner {
  padding: 0 2rem;
}

.campaign_detail {
  margin-bottom: 1.5rem;
}

.campaign_detail p {
  margin-bottom: 4rem;
  font-size: 1.3rem;
  text-align: center;
}

.campaign_detail p .txt_S {
  font-size: 1rem;
}

.campaign_detail p .txt_M {
  display: inline-block;
  margin-top: 3rem;
  font-size: 2.4rem;
}

.campaign_detail p .txt_L {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 3rem;
}

.campaign_detail p .txt_B {
  font-weight: 700;
}

.campaign_detail p sup {
  font-size: .8rem;
}

.campaign_detail p .markerline {
  padding: 0 .1rem;
  text-decoration: underline;
  text-decoration-thickness: .8rem;
  text-underline-offset: -.4rem;
  text-decoration-skip-ink: none;
  text-decoration-color: #F0C1D0;
}

.campaign_detail p .underline {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: .3rem;
  text-underline-offset: .5rem;
  text-decoration-color: #F0C1D0;
}

.campaign_detail p .for_space {
  display: block;
  float: left;
  height: 1.5rem;
}

.campaign_detail p .novelty_img {
  display: block;
  float: left;
  clear: both;
  width: 12rem;
  margin-left: 2rem;
}

.campaign_notes {
  margin-bottom: 3rem;
  font-size: 1rem;
  text-align: center;
}

.traveltag_list_ttl {
  margin-bottom: .8rem;
  font-family: var(--font_eng);
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: .02em;
  text-align: center;
}

.traveltag_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .6rem .2rem;
}

.traveltag_list li .color_name {
  margin-top: .3rem;
  font-family: var(--font_eng);
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0;
  text-align: center;
}

.notes_list {
  margin-top: 2rem;
}

.notes_list li {
  font-size: 1rem;
  line-height: 1.4;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.notes_list li:nth-of-type(n+2) {
  margin-top: .8rem;
}

.link_allProduct {
  width: fit-content;
  margin: 4rem auto 0;
}

.link_allProduct a {
  position: relative;
  display: grid;
  place-items: center;
  width: 30rem;
  height: 5rem;
  border-radius: .3rem;
  border: solid var(--color_regular) .1rem;
  background: var(--color_regular);
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  transition: background-color .3s, color .3s;
}

.link_allProduct a:hover {
  background: #fff;
  color: var(--color_regular);
}

.link_allProduct a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .6rem;
  height: .6rem;
  margin-right: 1rem;
  border-top: solid #fff .1rem;
  border-right: solid #fff .1rem;
  rotate: 45deg;
  box-sizing: border-box;
  content: "";
  transition: margin .3s, border-color .3s;
}

.link_allProduct a:hover::before {
  margin-right: .5rem;
  border-color: var(--color_regular);
}
/*-----------------------campaign*/


/*Products------------------------*/
.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 4rem;
  margin-bottom: 3rem;
  padding: 0 2rem;
}

.product_list li a {
  width: fit-content;
}

.product_list li a figure {
  width: 10rem;
  margin: 0 auto;
}

.product_list li a h4 {
  margin-top: .4rem;
  font-family: var(--font_eng);
  font-size: 1.7rem;
  font-weight: 100;
  line-height: 1.1;
  letter-spacing: .1em;
  text-align: center;
}

.product_list li a h4.logo {
  width: 10rem;
  margin: .5rem auto 0;
}

#EssenceGlow,
#HaquraNatura {
  padding-top: 4rem;
}

.each_foundation {
  padding: 3rem 2rem;
}

#EssenceGlow .each_foundation {
  padding: 0 2rem 3rem;
  background: linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
}

.product_copy {
  font-family: var(--font_serif);
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
}

#EssenceGlow .product_copy {
  margin-bottom: 2.5rem;
}

#HaquraNatura .product_copy {
  margin-bottom: 1.5rem;
}

.product_feature2 {
  position: relative;
  display: grid;
  place-items: center;
  width: 18rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  font-size: 1rem;
  text-align: center;
}

.product_feature2::before,
.product_feature2::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid rgba(51, 51, 51, .2) .1rem;
  content: "";
}

.product_feature2::before {
  top: 0;
  left: 0;
  margin: -.3rem 0 0 -.3rem;
}

.product_feature2::after {
  bottom: 0;
  right: 0;
  margin: 0 -.3rem -.3rem 0;
}

.product_feature2 .txt_eng {
  display: block;
  margin-bottom: .5rem;
  font-weight: 100;
  letter-spacing: .02em;
}

.logo_list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.logo_list li a {
  width: 10rem;
}

.product_lead_wrap {
  margin-bottom: 1.5rem;
}

#EssenceGlow .product_lead_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  background: linear-gradient(130deg, #FFFBF8, #FFFDFC, #FDF4EA);
}

#HaquraNatura .product_lead_wrap {
  padding: 1.5rem 2.5rem;
}

#Haqura .product_lead_wrap {
  background: var(--color_blue);
}

#Natura .product_lead_wrap {
  background: var(--color_yerrow);
}

.foundation_copy {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid rgba(51, 51, 51, .2) .1rem;
  font-family: var(--font_serif);
  font-size: 1.5rem;
  letter-spacing: .1em;
  text-align: center;
}

#HaquraNatura .product_lead_wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

/*
#EssenceGlow .product_name_eng {
  font-family: var(--font_eng);
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: .1em;
}
*/

.product_name_eng {
  width: 9rem;
}

.product_lead {
  font-family: var(--font_serif);
  font-size: 1.1rem;
  line-height: 1.5;
}

.product_img_wrap {
  position: relative;
  margin-bottom: 1rem;
}

.product_feature {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 9rem;
  height: 9rem;
  margin: -.5rem -1rem 0 0;
  border-radius: 50%;
  border: solid rgba(51, 51, 51, .8) .1rem;
  background: rgba(255, 255, 255, .8);
  text-align: center;
}

.product_feature sup {
  font-size: .7rem;
}

.product_feature span {
  font-size: 1.2rem;
  line-height: 1.5;
}

#EssenceGlow .product_feature span {
  text-indent: .7rem;
}

#HaquraNatura .product_feature span {
  padding-bottom: 1rem;
}

.product_name_wrap {
  position: relative;
  margin-bottom: 1.5rem;
}

.product_name_wrap .feature_list {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 1rem;
}

.product_name_wrap .feature_list li {
  padding: .3rem .8rem .4rem;
  background: var(--color_regular);
  font-size: 1.2rem;
  color: #fff;
}

.product_name {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.product_name .txt_S {
  font-size: 1.1rem;
}

.link_colorChart {
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  margin-right: -2rem;
}

.link_colorChart a {
  position: relative;
  display: grid;
  place-items: center;
  width: 10.6rem;
  height: 3rem;
  border-radius: 10rem 0 0 10rem;
  background: var(--color_regular);
  font-family: var(--font_eng);
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #fff;
}

.link_colorChart a::before,
.link_colorChart a::after {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: .3rem;
}

.link_colorChart a::before {
  border-radius: 50%;
  background: var(--color_beige);
  content: "";
  animation: scale 2s infinite;
}

@keyframes scale {
  0% {
    scale: 1;
  }

  50% {
    scale: .85;
  }

  100% {
    scale: 1;
  }
}

.link_colorChart a::after {
  display: grid;
  place-items: center;
  font-family: var(--font_eng);
  font-size: 2rem;
  font-weight: 300;
  color: var(--color_regular);
  content: "+";
}

.link_colorChart a span {
  margin-left: 2.5rem;
}

.each_foundation .color_list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.each_foundation .color_list li a {
  display: flex;
  align-items: center;
  gap: .4rem;
}

.each_foundation .color_list li figure {
  width: 1.6rem;
}

.each_foundation .color_list li .color_name {
  font-size: 1.1rem;
  text-decoration: underline;
  text-decoration-color: rgba(51, 51, 51, .7);
}

.btn_wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.product_link a {
  position: relative;
  display: grid;
  place-items: center;
  width: 20rem;
  height: 5rem;
  border: solid var(--color_regular) .1rem;
  border-radius: .3rem;
  text-align: center;
}

.product_link a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .6rem;
  height: .6rem;
  margin-right: 1rem;
  border-top: solid var(--color_regular) .1rem;
  border-right: solid var(--color_regular) .1rem;
  box-sizing: border-box;
  rotate: 45deg;
  content: "";
  transition: margin .3s;
}

.product_link a:hover::before {
  margin-right: .5rem;
}

.product_link a .product_variation {
  display: block;
  margin-bottom: .4rem;
  font-size: 1.3rem;
}

.product_link a .product_price {
  font-size: 1.1rem;
}

.product_price .txt_S {
  margin-left: .3rem;
  font-size: 1rem;
}

.product_notes {
  margin-top: 2rem;
  font-size: 1rem;
  text-align: right;
}

.product_img_outside {
  position: relative;
  margin-bottom: 2rem;
}

.product_img_outside .product_copy {
  position: absolute;
  top: 0;
  margin-top: 1.5rem;
}

#CreamyMultiCheek {
  margin-top: 4rem;
  padding-bottom: 5rem;
}

#ColorSerum {
  padding-bottom: 5rem;
}

#CreamyMultiCheek .product_img_outside .product_copy {
  left: 0;
  margin-left: 2rem;
}

#ColorSerum .product_img_outside .product_copy {
  right: 0;
  margin-right: 2rem;
  color: #fff;
}

.product_img_outside .product_name_eng {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  font-family: var(--font_eng);
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: .02em;
  writing-mode: vertical-lr;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  color: #fff;
}

#CreamyMultiCheek .product_img_outside .product_name_eng {
  left: 0;
  margin-left: 1rem;
}

#ColorSerum .product_img_outside .product_name_eng {
  right: 0;
  margin-right: 1rem;
}

.product_img_outside .product_lead {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}

#CreamyMultiCheek .product_img_outside .product_lead {
  right: 0;
  margin-right: 2rem;
  text-align: right;
}

#ColorSerum .product_img_outside .product_lead {
  left: 0;
  margin-left: 2rem;
  color: #fff;
}

p.product_price {
  font-size: 1.5rem;
  text-align: center;
}

p.product_price .txt_S {
  margin-left: .3rem;
  font-size: 1rem;
}

.variation_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 1rem;
  margin-top: 2.5rem;
}

#CreamyMultiCheek .variation_list {
  padding: 0 4rem;
}

.variation_list li {
  position: relative;
  width: 13rem;
  text-align: center;
}

.variation_list li .product_feature {
  width: 6rem;
  height: 6rem;
  margin: 2rem -2.5rem 0 0;
  position: none;
}

.variation_list li .product_feature span {
  line-height: 1;
  font-weight: 100;
}

.variation_list li .variation_name {
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

.variation_list li .variation_img {
  width: 12rem;
  margin: 0 auto .5rem;
}

.variation_list li .variation_caption {
  font-size: 1rem;
  line-height: 1.5;
}

.product_area .link_allProduct {
  margin: 2rem auto 0;
}

.product_area .link_allProduct a {
  height: 6rem;
  font-size: 1.1rem;
}

.link_allProduct a .txt_eng {
  display: block;
  margin-bottom: .5rem;
  font-family: var(--font_eng);
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: .02em;
}

body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

body.scrollStop {
  animation: noscroll 1s steps(1) forwards;
}

.modal_outside.hide {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.modal_outside {
  position: fixed;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  overflow-y: scroll;
}

.modal_outside::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color_regular);
  opacity: .5;
  content: "";
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_wrap {
  margin: 0 auto;
  max-height: 100%;
  padding: 4rem 0;
  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: 2rem;
  height: 2rem;
  margin: 1rem 0 0 38rem;
  cursor: pointer;
}

.btn_modalClose::before,
.btn_modalClose::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: var(--color_regular);
  rotate: 45deg;
  content: "";
}

.btn_modalClose::before {
  width: 2rem;
  height: .1rem;
}

.btn_modalClose::after {
  width: .1rem;
  height: 2rem;
}

.colorChart_area {
  position: relative;
  width: 41rem;
  padding: 3rem 1.5rem 4.5rem;
  border-radius: 1rem;
  background: #fff;
}

.colorChart_area .area_ttl {
  margin-bottom: 3rem;
  font-family: var(--font_serif);
  font-size: 1.8rem;
}

.chart_abscissa {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 23rem;
  margin: 0 0 1.5rem 10rem;
}

.chart_abscissa::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 15rem;
  height: .1rem;
  margin-left: 4rem;
  background: linear-gradient(to right, #EBD5CF, #D5B7A3);
  content: "";
}

.chart_ordinate {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 39rem;
  margin: 0 1.5rem 3rem 0;
}

.chart_ordinate::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: -50% 0;
  width: .1rem;
  height: 35rem;
  margin-top: 2rem;
  background: linear-gradient(#EFD9D9, #E3D2B0);
  content: "";
}

.chart_abscissa p,
.chart_ordinate p {
  width: fit-content;
  padding: .3rem .8rem;
  border-radius: .5rem;
  font-family: var(--font_eng);
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0;
  color: #fff;
}

.chart_abscissa p:nth-of-type(1) {
  background: #EBD5CF;
}

.chart_abscissa p:nth-of-type(2) {
  background: #D5B7A3;
}

.chart_ordinate p:nth-of-type(1) {
  background: #EFD9D9;
}

.chart_ordinate p:nth-of-type(2) {
  background: #E3D2B0;
}

.colorChart_area .each_colorChart {
  display: flex;
  gap: 2.5rem;
}

.colorChart_area .each_colorChart:nth-of-type(n+2) {
  margin-top: 2.5rem;
}

.colorChart_area .each_colorChart:nth-of-type(2) {
  margin-left: 1.5rem;
}

.colorChart_area .each_colorChart:nth-of-type(3) {
  margin-left: 3rem;
}

.colorChart_area .each_colorChart dt {
  width: 8rem;
}

.colorChart_area .each_colorChart dt h4 {
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: .1em;
  text-align: center;
}

.colorChart_area .each_colorChart dt h4.logo {
  width: 7rem;
  margin: .3rem auto 0;
}

.colorChart_area .each_colorChart dd .foundation_type {
  margin-bottom: 1rem;
  padding: .2rem 0;
  border: solid var(--color_regular) .1rem;
  font-size: 1rem;
  text-align: center;
  color: var(--color_regular);
  opacity: .5;
}

.colorChart_list {
  display: flex;
  gap: 4rem;
}

.colorChart_list li a {
  position: relative;
  width: 3.6rem;
}

.colorChart_list li a p {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  margin-top: .3rem;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.fixedNavigation {
  position: fixed;
  z-index: 5;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, .1);
  translate: 0 100%;
  opacity: 0;
  transition: translate .5s, opacity .5s;
}

.fixedNavigation.active {
  translate: 0 0;
  opacity: 1;
}

.fixedNavigation ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fixedNavigation ul li {
  position: relative;
}

.fixedNavigation ul li:nth-of-type(n+2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: .1rem;
  height: 3rem;
  border-left: dotted rgba(51, 51, 51, .4) .1rem;
  content: "";
}

.fixedNavigation ul li a {
  display: grid;
  place-items: center;
  height: 5rem;
  font-size: 1.3rem;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center;
}

.fixedNavigation ul li a img {
  width: 8rem;
}

/*------------------------Products*/

/*Shop Limited--------------------*/
.shopLimited_area {
  background: #FAF8F0;
}

.shopLimited_area .area_inner {
  padding: 0 2rem;
}

.shopLimited_detail {
  margin-bottom: 1.5rem;
}

.shopLimited_detail p {
  font-size: 1.3rem;
  text-align: center;
}

.shopLimited_detail p .txt_S {
  font-size: 1rem;
}

.shopLimited_detail p .txt_M {
  font-size: 2rem;
}

.shopLimited_detail p .txt_L {
  display: inline-block;
  margin: 1rem 0 2rem;
  font-family: var(--font_eng);
  font-size: 3.2rem;
}

.shopLimited_detail p .txt_LL {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--font_eng);
  font-size: 3.8rem;
}

.shopLimited_detail p .txt_B {
  font-weight: 700;
}

.shopLimited_detail p sup {
  font-size: .8rem;
}

.shopLimited_detail p .markerline {
  padding: 0 .1rem;
  text-decoration: underline;
  text-decoration-thickness: .8rem;
  text-underline-offset: -.4rem;
  text-decoration-skip-ink: none;
  text-decoration-color: #DBDABE;
}

.shopLimited_detail p .underline {
  margin-left: .5rem;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: .3rem;
  text-underline-offset: .5rem;
  text-decoration-color: #DBDABE;
}

.shopLimited_detail p .for_space {
  display: block;
  float: left;
  height: 2rem;
}

.shopLimited_detail p .novelty_img {
  display: block;
  float: left;
  clear: both;
  width: 12rem;
  margin-left: 2rem;
}

.shopLimited_area .traveltag_list {
  margin-bottom: 3rem;
}

.shopLimited_lead {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
/*--------------------Shop Limited*/

/*shareボタン、shareテキスト---------------------------*/
@media screen and  (max-width:768px) {
#share {
  z-index: 15 !important;
  transition: translate .5s;
}

#share.move {
  translate: 0 -3rem;
}

.share-txt {
  display: none;
}

header.hidden {
  opacity: 0;
  pointer-events: none;
}

.only_pc {
  display: none;
}

}
/*---------------------------shareボタン、shareテキスト*/


/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none;
  }

  .LP_page {
    position: relative;
    z-index: 1;
    background: #F5F5F5;
  }

  .LP_page_inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }

  .LP_page_inner,
  .modal_outside,
  .fixedNavigation {
    width: 45rem;
    overflow: clip;
  }

  .fixed_area {
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 160rem;
    height: 100%;
    margin: 0 auto;
  }
  
  .fixed_left,
  .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 45rem) / 2);
    max-width: calc((168rem - 45rem) / 2);
    height: 100%;
    padding-top: 14rem;
  }

  .fixed_left .main_ttl {
    margin-bottom: 5rem;
    font-family: var(--font_eng);
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: .02em;
    text-align: center;
  }

  .fixed_left .main_ttl span {
    display: block;
    width: 35rem;
    margin: 0 auto 1rem;
  }

  .fixed_left .sub_ttl {
    font-family: var(--font_serif);
    font-size: 1.8rem;
    letter-spacing: .1em;
    text-align: center;
  }

  .fixed_left .sub_ttl .txt_S {
    display: block;
    margin-top: 1rem;
    font-size: 1.3rem;
  }

  .fixed_right .PCnavigation_list > li:nth-of-type(n+2) {
    margin-top: 3.5rem;
  }

  .fixed_right .PCnavigation_list > li a {
    width: fit-content;
    font-size: 1.2rem;
  }

  .fixed_right .PCnavigation_list > li a .txt_eng {
    display: block;
    margin-bottom: .8rem;
    font-family: var(--font_eng);
    font-size: 3rem;
    font-weight: 100;
    letter-spacing: .02em;
  }

  .fixed_right .PCproduct_list {
    margin-top: 2.5rem;
  }

  .fixed_right .PCproduct_list li:nth-of-type(n+2) {
    margin-top: 2rem;
  }

  .fixed_right .PCproduct_list li a {
    width: fit-content;
    position: relative;
    padding-left: 1.2rem;
    font-family: var(--font_eng);
    font-size: 1.8rem;
    font-weight: 100;
    letter-spacing: .1em;
  }

  .fixed_right .PCproduct_list li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background: var(--color_regular);
    opacity: .5;
    content: "";
  }

  .fixed_right .PCproduct_list li a.logo {
    width: 10rem;
  }


}
/*------------------------------------------------------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 / 450));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/