@charset "UTF-8";

/*reset css*/
body,
h1,
h2,
h3,
h4,
p,
ul,
li,
a,
dl,
dt,
dd,
table,
tr,
th,
td,
span,
figcaption,
div {
  margin: 0;
  padding: 0;
  color: #4A4A4A;
  text-decoration: none;
  list-style: none;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {

  body,
  h1,
  h2,
  h3,
  h4,
  p,
  ul,
  li,
  a,
  dl,
  dt,
  dd,
  table,
  tr,
  th,
  td,
  span,
  figcaption,
  div {
    font-size: 1.2rem;
  }
}

button,
input,
select,
textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

div,
section,
article,
figure,
picture {
  box-sizing: border-box;
  margin: 0;
  display: block;
  padding: 0;
}

/*common*/
html,
body {
  font-size: 62.5%;
  letter-spacing: 0.04em;
  color: #fff;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  transition: all 0.2s;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

sup {
  font-size: 0.7em;
  position: relative;
}

.ly_inner {
  margin: 0 auto;
  padding: 0 2rem;
  width: 128rem;
}

.ly_inner_s {
  margin: 0 auto;
  padding: 0 2rem;
  width: 80rem;
}

@media (max-width: 767px) {
  .ly_inner_s {
    width: auto;
    padding: 0 1.6rem;
  }
}

@media (max-width: 767px) {
  .ly_inner {
    width: auto;
    padding: 0 2.4rem;
  }
}

main {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  html,
  body {
    font-size: 2.6666666667vw;
  }

  .is_pc {
    display: none;
  }

  .is_sp {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {

  html,
  body {
    font-size: 0.78125vw;
  }
}

/* common text size */
/* p{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
span{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
h2{
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.lead{
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
.txt{
  font-size: 1.8rem;
  letter-spacing: 0.02em;
} */
/* common animation ///////////////////////////////////////////////*/
.js-focus {
  filter: blur(24px);
  transform: scale(1.25);
  opacity: 0;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.focus-in {
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
}

@keyframes focus-in {
  0% {
    filter: blur(24px);
    transform: scale(1.25);
    opacity: 0;
  }

  100% {
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
  }
}

.js-u-fade-trigger {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.36, 0.46, 0, 1.01);
  transition-delay: 0.3s;
}

.js-u-fade {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.36, 0.46, 0, 1.01);
  transition-delay: 0.3s;
}

.js-r-fade {
  transform: translateX(100px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.36, 0.46, 0, 1.01);
}

.js-l-fade {
  transform: translateX(-15px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.36, 0.46, 0, 1.01);
}

.js-r-slow-fade {
  transform: translateX(60px);
  opacity: 0;
  transform: translate3d(10px, 10px, 0px) rotate(-0.5deg) skew(0deg, -3deg);
  transition: 0.8s;
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.15, 0.88), opacity 1s, visibility 1s;
  transition-delay: 0.2s;
}

.js-l-slow-fade {
  transform: translateX(-60px);
  opacity: 0;
  transform: translate3d(-10px, -10px, 0px) rotate(0.5deg) skew(0deg, 3deg);
  transition: 0.8s;
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.15, 0.88), opacity 1s, visibility 1s;
  transition-delay: 0.2s;
}

.js-fade-trigger.fade-in .js-l-fade,
.js-fade-trigger.fade-in .js-r-fade,
.js-fade-trigger.fade-in .js-u-fade,
.js-fade-trigger.fade-in .main_productImg,
.js-fade-trigger.fade-in .main_txtBox {
  opacity: 1 !important;
  transform: translate(0) !important;
}

.js-fade-trigger.fade-in .js-mask-animation {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

._delay01 {
  transition-delay: 0.3s;
}

._delay02 {
  transition-delay: 0.6s;
}

._delay03 {
  transition-delay: 0.9s;
}

._delay04 {
  transition-delay: 1.2s;
}

.fade-in {
  opacity: 1;
  transform: translate(0);
}

.js-spin {
  transform: rotateY(-450deg);
  transition-duration: 0.8s;
  will-change: transform;
  opacity: 0;
}

.js-spin.spin {
  transform: rotateY(0deg);
  opacity: 1;
}

@keyframes anm_coin {
  0% {
    transform: rotateY(-450deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

/* txt overflow animation */
/* js-m-txt wrapping to maskElem */
.js-m-txt {
  overflow: auto;
}

.js-m-txt .maskElem-y {
  transform: translateY(120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.js-m-txt .maskElem-x {
  transform: translateX(-120%);
  display: block;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

@keyframes mask {
  100% {
    transform: translate(0);
  }
}

.mask.animated .maskElement-y,
.mask.animated .maskElement-x {
  animation: mask cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation-duration: 1.5s;
  overflow: hidden;
}

/* images overflow animation */
.js-m-img {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.js-m-img.center {
  -webkit-clip-path: inset(0 100% 100% 0);
  clip-path: inset(0 100% 100% 0);
}

.js-m-img.animated {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.js-clip-animation-u {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  /* display: inline-block; */
  transition: 1.5s 0.2s cubic-bezier(0.1, 0.37, 0.09, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.clip-in {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.js-zoom {
  transition-duration: 0.8s;
  transform: scale(0);
}

.js-zoom.zoom-in {
  transform: scale(1);
}

/* /////////////////////////////////////////////// */
.c_gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.c_gothicAll * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.c_mintyo {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.c_miller {
  font-family: miller-display, serif;
}

.c_en {
  font-family: "Jost", sans-serif;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .txtArea .c_en_fj {
    letter-spacing: 0.06em;
  }
}

.c_col_g {
  color: #F9F9F9;
}

.c_col_w {
  color: #fff;
}

.c_bg_w {
  background: #fff;
}

.c_bg_b {
  background: #2C2D55;
}

.c_bg_p {
  background: #fee9fe;
}

.js_tAnimation_01 {
  overflow: hidden;
}

.js_tAnimation_01 span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  display: inline-block;
  overflow: hidden;
  color: inherit;
}

.js_pllx_img {
  position: absolute;
  top: 0;
  left: 0;
}

.js_maskAnimation,
.js_bgMaskAnimation {
  display: block;
  position: relative;
  overflow: hidden;
}

.js_maskAnimation .js_maskAnimation_elem,
.js_bgMaskAnimation .js_maskAnimation_elem {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.js_maskAnimation .js_maskAnimation_txt,
.js_bgMaskAnimation .js_maskAnimation_txt {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.js_maskAnimation.c_colW .js_maskAnimation_elem,
.js_bgMaskAnimation.c_colW .js_maskAnimation_elem {
  background: #fff;
}

.js_maskAnimation.c_colLG .js_maskAnimation_elem,
.js_bgMaskAnimation.c_colLG .js_maskAnimation_elem {
  background: #A9AEBB;
}

.js_maskAnimation.c_colG .js_maskAnimation_elem,
.js_bgMaskAnimation.c_colG .js_maskAnimation_elem {
  background: #707070;
}

.js_maskAnimation.c_colDB .js_maskAnimation_elem,
.js_bgMaskAnimation.c_colDB .js_maskAnimation_elem {
  background: #2F2C50;
}

.js_maskAnimation.c_bgElemW .js_maskAnimation_elem,
.js_bgMaskAnimation.c_bgElemW .js_maskAnimation_elem {
  background: #fff;
}

.js_maskAnimation.c_bgElemLG .js_maskAnimation_elem,
.js_bgMaskAnimation.c_bgElemLG .js_maskAnimation_elem {
  background: #A9AEBB;
}

.js_maskAnimation.c_bgElemG .js_maskAnimation_elem,
.js_bgMaskAnimation.c_bgElemG .js_maskAnimation_elem {
  background: #707070;
}

.js_maskAnimation.c_bgElemDB .js_maskAnimation_elem,
.js_bgMaskAnimation.c_bgElemDB .js_maskAnimation_elem {
  background: #2F2C50;
}

.js_maskAnimation.c_bgW,
.js_bgMaskAnimation.c_bgW {
  background: #fff;
}

.js_maskAnimation.c_bgLG,
.js_bgMaskAnimation.c_bgLG {
  background: #A9AEBB;
}

.js_maskAnimation.c_bgG,
.js_bgMaskAnimation.c_bgG {
  background: #707070;
}

.js_maskAnimation.c_bgDB,
.js_bgMaskAnimation.c_bgDB {
  background: #2F2C50;
}

.headerWrapper {
  height: 8rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100vw;
  z-index: 500;
}

@media (max-width: 767px) {
  .headerWrapper {
    height: 5.6rem;
  }
}

.header_bland {
  position: fixed;
  top: 3.3rem;
  left: 11.2rem;
  width: 15.1rem;
  z-index: 100;
  line-height: 1;
  font-size: 0;
}

@media (max-width: 767px) {
  .header_bland {
    left: 5.6rem;
    top: 2.1rem;
  }
}

.header_links {
  margin-left: auto;
  margin-right: 0;
}

.header_logo {
  width: 4.8rem;
  position: fixed;
  top: 1.6rem;
  left: 3.2rem;
  z-index: 1001;
}

.header_logo.is_hide {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .header_logo {
    z-index: 99;
    top: 1.2rem;
    left: 1.2rem;
    width: 3.2rem;
  }
}

.header_front_btn {
  display: none;
}

@media (max-width: 767px) {
  .header_front_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    height: 4.8rem;
    background: #2A2E38;
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: auto;
    margin-right: 0;
  }
}

#global_nav {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  height: 8rem;
  z-index: 9999;
  padding-right: 3.2rem;
}

#global_nav .links {
  display: flex;
  align-items: center;
  gap: 0 3.2rem;
}

#global_nav .links li a {
  font-weight: 300;
  font-size: 1.6rem;
  font-family: miller-display, serif;
  letter-spacing: 0.06em;
  color: #1B1B1B;
  opacity: 0.6;
}

@media (max-width: 767px) {
  #global_nav .links li a {
    opacity: 0.6;
    color: #4A4A4A;
  }
}

#global_nav .sns {
  margin-left: 4.8rem;
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}

@media (max-width: 767px) {
  #global_nav .sns {
    justify-content: center;
    margin-left: 0;
    margin-top: 2.8rem;
  }
}

#global_nav .sns .sns_icon {
  width: 2.4rem;
  display: block;
}

@media screen and (max-width: 767px) {
  #global_nav {
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    z-index: 9998;
    width: 100vw;
    transition-duration: 0.8s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    mix-blend-mode: unset;
    padding: 0;
  }

  #global_nav.open {
    right: 0;
  }

  .gnavi {
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition-duration: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
  }

  .header_gnavi_humbWrapper {
    position: relative;
    width: 5.6rem;
    height: 5.6rem;
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .gnavi .header_gnavi_humb {
    position: static;
    width: 3.2rem;
    height: 1px;
    background: #4A4A4A;
    transition: all 400ms;
    z-index: 300;
  }

  .gnavi .header_gnavi_humb:nth-of-type(1) {
    top: 2%;
  }

  .gnavi .header_gnavi_humb:nth-of-type(2) {
    margin-top: 1rem;
  }

  .gnavi .header_gnavi_humb:nth-of-type(3) {
    top: 80%;
  }

  .gnavi.open .header_gnavi_humb {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .gnavi.open .header_gnavi_humb:nth-of-type(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-top: -2px;
  }

  #global_nav .links {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 3.4482758621vh 0;
    margin-top: 5.4187192118vh;
  }

  #global_nav .links li {
    width: 100%;
  }

  #global_nav .links li:first-of-type {
    padding-top: 0;
  }

  #global_nav .links li a {
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .spLogo {
    width: 12.4rem;
    margin: 0 auto;
  }
}

.errorPage {
  padding: 16rem 0 10rem;
  width: 100vw;
  text-align: center;
}

.errorPage h1 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3.2rem;
  line-height: 2;
}

.errorPage p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3.2rem;
}

.errorPage a {
  text-align: center;
  text-decoration: underline;
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 767px) {
  #cursor {
    display: none;
  }
}

@media (min-width: 768px) {
  body {
    position: relative;
  }

  /* ポインター */
  #cursor {
    border: 1px solid #B0D0FF;
    position: fixed;
    width: 7.6rem;
    height: 7.6rem;
    border-radius: 100%;
    margin: -3.8rem 0 0 -3.8rem;
    pointer-events: none;
    transition: transform 0.3s;
    opacity: 0;
    z-index: 10000;
    animation: loop 3s linear infinite;
    transform-origin: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transition-timing-function: ease-out;
    transform: scale(0.7);
  }

  #cursor .cursor_bg {
    width: 8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 178, 255, 0.5);
    filter: blur(3.5px);
    z-index: -1;
    border-radius: 60%;
  }

  #cursor span {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 60%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  #cursor::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #B0D0FF;
    border-radius: 60%;
    background: transparent;
    opacity: 0;
  }

  #cursor.active {
    transform: scale(1);
    animation: loop2 2s linear infinite 0.5s;
    opacity: 1;
  }

  #cursor.active::before {
    animation: hamon 1s linear infinite 0s;
  }

  #cursor.active span {
    opacity: 1;
  }

  @keyframes loop {
    0% {
      transform: scale(0.7);
    }

    50% {
      transform: scale(1);
    }

    100% {
      transform: scale(0.7);
    }
  }

  @keyframes hamon {
    0% {
      transform: scale(1);
      opacity: 0;
    }

    15% {
      opacity: 1;
    }

    100% {
      transform: scale(1.5);
    }
  }
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 99999;
}

.splash_filter {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
}

.splash_imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center 75%;
}

@media (max-width: 767px) {
  .splash_imgWrapper {
    transform-origin: center 85%;
  }
}

.splash_imgWrapper .splash_1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.splash_imgWrapper .splash_2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.splash_imgWrapper .splash_3 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.splash_imgWrapper .splash_light {
  width: 38%;
  position: absolute;
  bottom: 7%;
  left: 30%;
  z-index: 2;
  opacity: 1;
  animation: rotateAnimation 10s linear infinite;
  /* アニメーションの時間や動きを調整するにはここの値を変更してください */
  opacity: 0.4;
}

@media (max-width: 767px) {
  .splash_imgWrapper .splash_light {
    width: 120%;
    position: absolute;
    bottom: 4%;
    left: -12%;
    z-index: 2;
    opacity: 1;
    animation: rotateAnimation 10s linear infinite;
    opacity: 0.4;
  }
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }

  15% {
    opacity: 0.4;
  }

  25% {
    opacity: 1;
  }

  100% {
    transform: rotate(90deg);
    opacity: 1;
  }
}

.splash_imgWrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
  height: 100%;
  top: 0;
  left: 0;
}

.js-mv-bg {
  opacity: 0;
  transform: scale(1.2);
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.04, 0.98, 0.66, 0.99);
}

.js-mv-bg.is_active {
  transform: scale(1);
  opacity: 1;
}

.mv-fade {
  opacity: 0;
  transform: translateY(20px);
  transition-timing-function: cubic-bezier(0.04, 0.98, 0.66, 0.99);
  transition: opacity 2s, transform 1s;
}

.mv-fade.__deray01 {
  transition-delay: 0.9s;
}

.mv-fade.__deray02 {
  transition-delay: 0.7s;
}

.mv-fade.__deray03 {
  transition-delay: 0.5s;
}

.js-mv-elem-animation.is_active .mv-fade {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  background: linear-gradient(94deg, #2C2D55 38.02%, #342338 100%);
  padding: 8rem 8.3333333333vw 2.4rem 5.8854166667vw;
}

@media (max-width: 1500px) {
  .footer {
    padding: 8rem 4.1666666667vw 2.4rem 4.1666666667vw;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 6.3rem 2.4rem 2.4rem;
  }
}

.footer .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer .container {
    flex-direction: column;
    gap: 6.4rem 0;
  }
}

.footer .companyInfo .logo {
  display: block;
  width: 15.3rem;
}

@media (max-width: 767px) {
  .footer .companyInfo .logo {
    width: 11.3rem;
    margin: 0 auto;
  }
}

.footer .companyInfo .addr {
  margin-top: 5.1rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #BFBFBF;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .footer .companyInfo .addr {
    margin-top: 4rem;
    text-align: center;
  }
}

.footer .companyInfo .addr span {
  font-size: 1.2rem;
  color: inherit;
}

.footer .mainUnit {
  display: flex;
  gap: 0 5.2083333333vw;
}

@media (max-width: 767px) {
  .footer .mainUnit {
    gap: 0 1.6rem;
  }
}

.footer .mainUnit .unit.__lBlk {
  display: flex;
  gap: 0 8rem;
}

@media (max-width: 767px) {
  .footer .mainUnit .unit.__lBlk {
    flex-direction: column;
    gap: 4rem 0;
  }
}

.footer .mainUnit .unit>li>a,
.footer .mainUnit .unit>li>span {
  color: #BFBFBF;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.25;
  font-family: miller-display, serif;
  display: inline-block;
}

@media (max-width: 767px) {

  .footer .mainUnit .unit>li>a,
  .footer .mainUnit .unit>li>span {
    font-size: 1.4rem;
  }
}

.footer .mainUnit .unit .child {
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0;
  margin-top: 3.2rem;
}

@media (max-width: 767px) {
  .footer .mainUnit .unit .child {
    margin-top: 1.6rem;
  }
}

.footer .mainUnit .unit .child+.child {
  margin-top: 2.4rem;
}

.footer .mainUnit .unit .child a,
.footer .mainUnit .unit .child .__mulchLinks {
  font-size: 1.3rem;
  color: #BFBFBF;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media (max-width: 767px) {

  .footer .mainUnit .unit .child a,
  .footer .mainUnit .unit .child .__mulchLinks {
    font-size: 1.2rem;
  }
}

.footer .mainUnit .unit .child a::before,
.footer .mainUnit .unit .child .__mulchLinks::before {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 1px;
  background: rgba(191, 191, 191, 0.3);
  margin-right: 0.8rem;
}

.footer .mainUnit .unit .child .__jp {
  font-size: 1.3rem;
  color: #BFBFBF;
}

@media (max-width: 767px) {
  .footer .mainUnit .unit .child .__jp {
    font-size: 1.1rem;
  }
}

.footer .mainUnit .unit .child .__mulchLinks a::before {
  display: none;
}

@media (max-width: 767px) {
  .footer .mainUnit .unit .child .__mulchLinks {
    white-space: nowrap;
  }
}

.footer .mainUnit .unit .child .__jp,
.footer .mainUnit .unit .child .__mulchLinks {
  font-size: 1.3rem;
}

@media (max-width: 767px) {

  .footer .mainUnit .unit .child .__jp,
  .footer .mainUnit .unit .child .__mulchLinks {
    font-size: 1.1rem;
    white-space: nowrap;
  }
}

.footer .mainUnit .unit .child .child_ttl {
  opacity: 0.6;
  color: #BFBFBF;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
}

@media (max-width: 767px) {
  .footer .mainUnit .unit .child .child_ttl {
    font-size: 1.2rem;
  }
}

.footer .mainUnit .unit.__lBlk>li>a:not(:first-of-type) {
  margin-top: 2.4rem;
}

@media (max-width: 767px) {
  .footer .mainUnit .unit.__lBlk>li>a:not(:first-of-type) {
    margin-top: 4rem;
  }
}

.footer .mainUnit .unit.__rBlk {
  display: flex;
  flex-direction: column;
  gap: 2.4rem 0;
}

@media (max-width: 767px) {
  .footer .mainUnit .unit.__rBlk {
    gap: 4rem 0;
  }
}

.footer .mainUnit .unit.__rBlk .sns {
  display: flex;
  gap: 0 1.6rem;
}

.footer .mainUnit .unit.__rBlk .sns_icon {
  flex: 0 0 3.2rem;
}

.footer .copy {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5.8rem;
  color: #BFBFBF;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .footer .copy {
    margin-top: 5.6rem;
  }
}

.secttl_l {
  font-size: 4.8rem;
  line-height: 1.2083333333;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .secttl_l {
    font-size: 2.6rem;
    line-height: 1.1923076923;
  }
}

.secttl_m {
  font-size: 3.2rem;
  color: #BFBFBF;
  letter-spacing: 0.02em;
  line-height: 1.1875;
  font-weight: 400;
}

@media (max-width: 767px) {
  .secttl_m {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    text-align: center;
  }
}

.benefits {
  padding: 18.4rem 0;
  background: #F9F9F9;
}

@media (max-width: 767px) {
  .benefits {
    padding: 6.4rem 0;
  }
}

@media (max-width: 767px) {
  .benefits .ly_inner {
    padding: 0 1.6rem;
  }
}

.benefits .secttl_l+.unit {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .benefits .secttl_l+.unit {
    margin-top: 3.2rem;
  }
}

.benefits .unit {
  display: flex;
}

@media (max-width: 767px) {
  .benefits .unit {
    flex-direction: column;
  }
}

.benefits .unit:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .benefits .unit:nth-of-type(even) {
    flex-direction: column;
  }
}

.benefits .unit:not(:first-of-type) {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .benefits .unit:not(:first-of-type) {
    margin-top: 1.6rem;
  }
}

.benefits .mediaArea {
  width: 53.9rem;
  flex: 0 0 53.9rem;
  min-height: 49.7rem;
}

@media (max-width: 767px) {
  .benefits .mediaArea {
    width: 100%;
    flex: 0 0 100%;
    min-height: unset;
  }
}

.benefits .mediaArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.benefits .txtBox {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem 8rem;
  width: 100%;
}

@media (max-width: 767px) {
  .benefits .txtBox {
    padding: 3.2rem 2.8rem;
  }
}

.benefits .ttl_en {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4666666667;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BFBFBF;
}

@media (max-width: 767px) {
  .benefits .ttl_en {
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
    line-height: 1.4166666667;
  }
}

.benefits .ttlBlk {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem 1.6rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .benefits .ttlBlk {
    margin-top: 0.8rem;
  }
}

.benefits .ttl {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .benefits .ttl {
    font-size: 1.8rem;
  }
}

.benefits .tag {
  display: flex;
  gap: 0 2rem;
}

@media (max-width: 767px) {
  .benefits .tag {
    gap: 0 1.6rem;
  }
}

.benefits .tag li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  border: 1px solid #BFBFBF;
  padding: 0.2rem 0.6rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .benefits .tag li {
    font-size: 1rem;
  }
}

.benefits .txt {
  margin-top: 1.6rem;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .benefits .txt {
    font-size: 1.3rem;
    margin-top: 1.4rem;
    line-height: 1.5;
  }
}

.benefits .note {
  margin-top: 1.2rem;
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .benefits .note {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }
}

.benefits .componentUnit {
  margin-top: 2.4rem;
  display: flex;
  gap: 0 1.2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .benefits .componentUnit {
    justify-content: space-between;
    margin-top: 2.4rem;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.benefits .componentUnit li {
  flex: 0 0 7.2rem;
}

@media (max-width: 767px) {
  .benefits .componentUnit li {
    flex: 0 0 13.2rem;
    display: flex;
    align-items: center;
    gap: 0 1.4rem;
  }
}

.benefits .componentUnit li.__icon {
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .benefits .componentUnit li.__icon {
    margin-left: 0;
  }
}

.benefits .componentImg {
  display: block;
  aspect-ratio: 1/1;
}

@media (max-width: 767px) {
  .benefits .componentImg {
    width: 5.6rem;
    flex: 0 0 5.6rem;
  }
}

.benefits .componentImg.__icon {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.4rem;
}

@media (max-width: 767px) {
  .benefits .componentImg.__icon {
    padding: 0;
  }
}

.benefits .componentTxt {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.032em;
  line-height: 1.4;
  margin-top: 0.8rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .benefits .componentTxt {
    text-align: left;
    margin-top: 0;
    white-space: unset;
  }
}

.benefits .pointUnit {
  margin-top: 1.6rem;
  gap: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .benefits .pointUnit {
    gap: 2.4rem 0.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .benefits .pointUnit>li.__sp2column .pointHead {
    width: auto;
    min-width: 6.4rem;
    margin-top: 1.4rem;
  }

  .benefits .pointUnit>li.__sp2column .pointChild {
    gap: 0 2.7rem;
  }

  .benefits .pointUnit>li.__sp1column {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .benefits .pointUnit>li.__sp1column .pointHead {
    width: 100%;
    margin-top: 1.4rem;
  }
}

.benefits .pointHead {
  border: 1px solid #BFBFBF;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  min-width: 13.6rem;
  padding: 0.4rem 0.3rem;
}

@media (min-width: 768px) {
  .benefits .pointHead.is_pc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.6rem;
  }
}

@media (max-width: 767px) {
  .benefits .pointHead {
    min-width: unset;
    font-size: 1rem;
    white-space: nowrap;
  }

  .benefits .pointHead.__ls-7 {
    letter-spacing: -0.07em;
  }

  .benefits .pointHead.is_sp {
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.benefits .pointChild {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 0 0.8rem;
}

@media (max-width: 767px) {
  .benefits .pointChild {
    margin-top: 0.8rem;
    gap: 0 1.6rem;
  }
}

.benefits .pointChild.__3column {
  gap: 0 1.4rem;
}

@media (max-width: 767px) {
  .benefits .pointChild.__3column {
    gap: 0;
    margin-top: 0;
  }

  .benefits .pointChild.__3column li:nth-of-type(2) {
    margin-left: 2.7rem;
  }

  .benefits .pointChild.__3column li:nth-of-type(3) {
    margin-left: auto;
  }
}

.benefits .pointChild>li {
  width: 6.4rem;
  flex: 0 0 6.4rem;
}

@media (max-width: 767px) {
  .benefits .pointChild>li {
    width: auto;
    flex: 0 0 auto;
    min-width: 7.2rem;
    max-width: 9.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.benefits .pointTxt {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.2em;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .benefits .pointIcon {
    width: 7.2rem;
    margin: 0 auto;
    display: block;
  }
}

.modalWrapper {
  background: rgba(44, 45, 85, 0.95);
  height: 100%;
  width: 100vw;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  transition: all 1s;
  visibility: hidden;
  opacity: 0;
}

.modalWrapper.is_show {
  opacity: 1;
  visibility: visible;
}

.modal {
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  transition: all 1s;
  visibility: hidden;
  opacity: 0;
}

.modal.is_show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.modal:first-of-type .prev {
  opacity: 0.4;
  pointer-events: none;
}

.modal:last-of-type .next {
  opacity: 0.4;
  pointer-events: none;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  z-index: 2;
  display: inline-flex;
}

.modal_box {
  border-radius: 1.6rem;
  background: #fff;
  width: 102.4rem;
  max-height: 90%;
  padding: 7.4074074074vh 20rem;
  position: relative;
}

@media (max-width: 767px) {
  .modal_box {
    max-height: unset;
    width: 31.9rem;
    height: 80.0492610837vh;
    padding: 7.881773399vh 2.8rem 2.9556650246vh;
  }
}

.modal_pagenationUnit {
  width: 11.2rem;
  display: none;
  position: absolute;
  bottom: 2.374384vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media (max-width: 767px) {
  .modal_pagenationUnit {
    display: flex;
    justify-content: space-between;
  }
}

.modal_pagenation {
  width: 4rem;
  cursor: pointer;
}

.modal_pagenation.prev {
  margin-left: 0;
  margin-right: auto;
}

.modal_pagenation.next {
  margin-left: auto;
  margin-right: 0;
}

.modal .close {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 4.8rem;
  right: 4.8rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal .close {
    width: 2.4rem;
    height: 2.4rem;
    top: 2.9556650246vh;
    right: 2.4rem;
  }
}

.modal .close::before,
.modal .close::after {
  content: "";
  position: absolute;
  width: 4.5rem;
  height: 1px;
  background: #4A4A4A;
  top: 50%;
  left: 50%;
}

@media (max-width: 767px) {

  .modal .close::before,
  .modal .close::after {
    width: 3.394rem;
  }
}

.modal .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .day {
  text-align: center;
  font-size: 1.4rem;
  color: #BFBFBF;
  line-height: 1.4285714286;
  font-weight: 400;
}

@media (max-width: 767px) {
  .modal .day {
    text-align: left;
  }
}

.modal .ttl {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .modal .ttl {
    font-size: 1.6rem;
    text-align: left;
  }
}

.modal .articleBlk {
  margin-top: 2.9556650246vh;
  height: 34rem;
  overflow: auto;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .modal .articleBlk {
    height: 43.1034482759vh;
  }
}

.modal .articleBlk::-webkit-scrollbar {
  width: 0.4rem;
}

.modal .articleBlk::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 0.2rem;
}

.modal .articleBlk::-webkit-scrollbar-thumb {
  background: #2C2D55;
  border-radius: 0.2rem;
}

.modal .article {
  text-align: left;
}

.modal .article p {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  word-break: break-all;
}

@media (max-width: 767px) {
  .modal .article p {
    font-size: 1.2rem;
  }
}

.modal .article a {
  word-break: break-all;
}

.modal .article h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
}

@media (max-width: 767px) {
  .modal .article h2 {
    font-size: 2rem;
  }
}

.modal .article h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 767px) {
  .modal .article h3 {
    font-size: 2rem;
  }
}

.modal .article figure {
  margin: 0.8rem 0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.f_bnr {
  display: block;
  z-index: 10;
  position: fixed;
  bottom: 1.8229166667vw;
  right: 0;
  width: 27.34375vw;
  transition-duration: 0.3s;
}

@media (max-width: 767px) {
  .f_bnr {
    width: 36rem;
    bottom: 2rem;
    right: 0.75rem;
  }
}

.f_bnr.is_hidden {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .index {
    padding-top: 5.6rem;
  }
}

.index .mv {
  /* height: 100vh; */
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .index .mv {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.index .mv .bgWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.index .mv .bg {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.index .mv .container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index .mv .mainLogo {
  width: 21.2037037037vh;
}

@media (max-width: 767px) {
  .index .mv .mainLogo {
    width: 31.1627906977vw;
  }
}

.index .mv .ttl {
  width: 53.90625vw;
}

@media (max-width: 767px) {
  .index .mv .ttl {
    width: 22.8rem;
  }
}

.index .about {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/1090;
}

@media (max-width: 767px) {
  .index .about {
    aspect-ratio: 375/400;
  }
}

.index .about .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.index .about .container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 2vw 0 0;
}

@media (max-width: 767px) {
  .index .about .container {
    padding: 1.7rem 0 0;
    position: relative;
  }
}

.index .about .ttl {
  width: 100%;
  text-align: center;
}

.index .about .ttl img {
  width: 45%;
  margin-bottom: 0.9rem;
}

@media (max-width: 767px) {

  /* .index .about .ttl {
    width: 88%;
  } */
  .index .about .ttl img {
    width: 88%;
    margin-bottom: 0.9rem;
  }
}

.index .about .mLead {
  text-align: center;
  color: #4A4A4A;
  line-height: 1.8;
  text-shadow: 0px 0px 8px #FFF;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.5625vw;
}

@media (max-width: 767px) {
  .index .about .mLead {
    font-size: 1.2rem;
    text-shadow: 0px 0px 3.919px #FFF;
  }
}

.index .about .products {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4.1666666667vw;
}

@media (max-width: 767px) {
  .index .about .products {
    margin-top: 3.3rem;
  }
}

.index .about .product.__01 {
  width: 5.7291666667vw;
  margin-right: 0.625vw;
}

@media (max-width: 767px) {
  .index .about .product.__01 {
    width: 6.8rem;
    margin-right: 0.6rem;
  }
}

.index .about .product.__02 {
  width: 5.1041666667vw;
  margin-right: 0.625vw;
}

@media (max-width: 767px) {
  .index .about .product.__02 {
    width: 6.1rem;
    margin-right: 0.6rem;
  }
}

.index .about .product.__03 {
  width: 5.15625vw;
  margin-right: 0vw;
}

@media (max-width: 767px) {
  .index .about .product.__03 {
    width: 6.1rem;
    margin-right: 0;
  }
}

.index .about .product.__04 {
  width: 5.7291666667vw;
}

@media (max-width: 767px) {
  .index .about .product.__04 {
    width: 6.8rem;
    margin-left: -0.5rem;
  }
}

.index .fragrance {
  background: #fff;
  padding: 18.4rem 0 19.4rem;
}
@media (max-width: 767px) {
  .index .fragrance {
    padding: 7.2rem 0 9rem;
  }
}

.index .fragrance .unit {
  margin-top: 7.2rem;
  gap: 0 5.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .index .fragrance .unit {
    margin-top: 2.8rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem 0;
  }
}

.index .fragrance .item_thumb {
  cursor: pointer;
}

.index .fragrance .item_ttl {
  text-align: center;
  margin-top: 2.4rem;
}

@media (max-width: 767px) {
  .index .fragrance .item_ttl {
    margin-top: 1.6rem;
  }
}

.index .fragrance .item_ttl_en {
  font-size: 3.2rem;
  line-height: 1.15625;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: block;
}

@media (max-width: 767px) {
  .index .fragrance .item_ttl_en {
    font-size: 2.6rem;
    line-height: 1.1538461538;
  }
}

.index .fragrance .item_ttl_jp {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: block;
}

@media (max-width: 767px) {
  .index .fragrance .item_ttl_jp {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.7rem;
  }
}

.index .pSec {
  position: relative;
}

.index .pSec .container {
  padding-top: 18rem;
  padding-bottom: 23.2rem;
}

@media (max-width: 767px) {
  .index .pSec .container {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.index .pSec .ly_inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.index .pSec .unit {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .index .pSec .unit {
    flex-direction: column;
  }
}

.index .pSec .unit.__fdr {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .index .pSec .unit.__fdr {
    flex-direction: column;
  }
}

.index .pSec .pSec_secttl_en {
  font-size: 5.6rem;
  line-height: 67/56;
  display: block;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .index .pSec .pSec_secttl_en {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.1875;
  }
}

.index .pSec .pSec_secttl_jp {
  margin-top: 0.8rem;
  line-height: 2.2;
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .index .pSec .pSec_secttl_jp {
    text-align: center;
    font-size: 1rem;
    line-height: 2.2;
    margin-top: 0.6rem;
  }
}

.index .pSec .pSec_line {
  width: 6.4rem;
  height: 1px;
  background: #4A4A4A;
  margin-top: 3.2rem;
}

@media (max-width: 767px) {
  .index .pSec .pSec_line {
    width: 3.8rem;
    margin: 1.6rem auto 0;
  }
}

.index .pSec .bg_g {
  background: #4A4A4A;
}

.index .pSec .bg_w {
  background: #fff;
}

.index .pSec .ttlBlk {
  width: 55rem;
}

@media (max-width: 767px) {
  .index .pSec .ttlBlk {
    width: auto;
  }
}

.index .pSec .ttlBlk .mainLead {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2.2;
  margin-top: 4.8rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  white-space: nowrap;
}

.index .pSec .ttlBlk .mainLead_fj {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.2;
  margin-top: 4.8rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.index .pSec .ttlBlk .mainLead_an {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2.2;
  margin-top: 4.8rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index .pSec .ttlBlk .mainLead {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 3.2rem;
  }

  .index .pSec .ttlBlk .mainLead_fj,
    .index .pSec .ttlBlk .mainLead_an {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 3.2rem;
  }
}

.index .pSec .ttlBlk .subLead {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  opacity: 0.35;
  line-height: 1.8;
  margin-top: 2.4rem;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .index .pSec .ttlBlk .subLead {
    text-align: center;
    font-size: 1.1rem;
    margin-top: 1.6rem;
  }
}

.index .pSec .mediaBlk {
  width: 51.2rem;
}

@media (max-width: 767px) {
  .index .pSec .mediaBlk {
    width: auto;
  }
}

.index .pSec .mediaBlk .media {
  position: relative;
}

.index .pSec .mediaBlk .media.__408 {
  width: 51.2rem;
}

@media (max-width: 767px) {
  .index .pSec .mediaBlk .media.__408 {
    width: 100%;
  }
}

.index .pSec .mediaBlk .media.__512 {
  width: 51.2rem;
}

.index .pSec .mediaBlk .mediaInner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index .pSec .fltMedia {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* .index .pSec .txtBlk {
  width: 51.2rem;
} */
@media (max-width: 767px) {
  .index .pSec .txtBlk {
    width: auto;
  }
}

.index .pSec .txtBlk .lead {
  font-size: 2rem;
  line-height: 2.6;
  letter-spacing: 0.06em;
  font-weight: 500;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .index .pSec .txtBlk .lead {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 0;
  }
}

.index .pSec .fragranceWrapper {
  margin-top: 7.2rem;
  display: flex;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper {
    margin-top: 25.5rem;
  }
}

.index .pSec .fragranceWrapper .fragrance {
  width: 100%;
  padding: 6.4rem 4rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .fragrance {
    padding: 1.6rem 1.3rem 3.7rem;
  }
}

.index .pSec .fragranceWrapper .fragranceTtl_en {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  line-height: 1.1944444444;
  font-weight: 400;
  display: block;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .fragranceTtl_en {
    font-size: 2.2rem;
    line-height: 1.1818181818;
  }
}

.index .pSec .fragranceWrapper .fragranceTtl_s {
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  display: block;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .fragranceTtl_s {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.index .pSec .fragranceWrapper .lead {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.12em;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .lead {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}

.index .pSec .fragranceWrapper .detail {
  margin-top: 4.4rem;
  width: 75.2rem;
  height: 32.5rem;
  display: flex;
  justify-content: right;
  position: relative;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .detail {
    margin-top: 2.2rem;
    width: 29.4rem;
    height: 13.5rem;
  }
}

.index .pSec .fragranceWrapper .rBox {
  width: 41.4rem;
  height: 100%;
  padding: 1rem 0 0 0;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .rBox {
    width: 16.5rem;
    padding: 0.3rem 0 0 0;
  }
}

.index .pSec .fragranceWrapper .item {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .item {
    gap: 0 0.6rem;
  }
}

.index .pSec .fragranceWrapper .item:not(:first-of-type) {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .item:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}

.index .pSec .fragranceWrapper .detail_img {
  flex: 0 0 10.4rem;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .detail_img {
    flex: 0 0 3.9rem;
    height: 3.2rem;
  }

  .index .pSec .fragranceWrapper .detail_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.index .pSec .fragranceWrapper .detail_fMediaWrapper {
  width: 36.5rem;
  height: 51.2rem;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .detail_fMediaWrapper {
    width: 9.5rem;
    height: 11.9rem;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 0.9rem;
    right: 1.3rem;
  }
}

.index .pSec .fragranceWrapper .detail_fMedia {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index .pSec .fragranceWrapper .txtArea h4 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .txtArea h4 {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .txtArea h4.__sp_ls {
    letter-spacing: -0.06em;
  }
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .txtArea h4.__sp_ls_l {
    letter-spacing: -0.2em;
  }
}

.index .pSec .fragranceWrapper .txtArea p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 0.4rem;
  letter-spacing: 0.08em;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .txtArea p {
    font-size: 0.9rem;
    margin-top: 0;
    padding-left: 0.1rem;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .index .pSec .fragranceWrapper .txtArea p.__sp_ls {
    letter-spacing: 0.02em;
  }
}
/* アクアティック */
.index .aquatic {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .index .aquatic .container {
    padding-bottom: 18rem;
  }
}

.index .aquatic .unit.__02 {
  align-items: center;
  margin-top: 7.2rem;
}

@media (max-width: 767px) {
  .index .aquatic .unit.__02 {
    margin-top: 4.8rem;
    flex-direction: column-reverse;
    align-items: unset;
  }
}

.index .aquatic .mediaBlk .media.__408 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .index .aquatic .mediaBlk .media.__408 {
    margin-top: 4.8rem;
  }
}

@media (max-width: 767px) {
  .index .aquatic .mediaBlk .media.__512 {
    margin-top: 4.8rem;
    width: 26.6rem;
    height: 18.7rem;
    margin-right: 0;
    margin-left: auto;
  }
}

.index .aquatic .fltMediaWrapper {
  position: absolute;
}

.index .aquatic .fltMediaWrapper.__01 {
  width: 22rem;
  height: 30.8rem;
  bottom: -8.2rem;
  right: -15.2rem;
}

@media (max-width: 1400px) {
  .index .aquatic .fltMediaWrapper.__01 {
    right: -3rem;
    bottom: -13.2rem;
  }
}

@media (max-width: 767px) {
  .index .aquatic .fltMediaWrapper.__01 {
    width: 10.3rem;
    height: 14.4rem;
    top: auto;
    right: auto;
    bottom: -6.4rem;
    left: -5.4rem;
  }
}

.index .aquatic .sMediaWrapper {
  width: 20rem;
  height: 14rem;
  position: absolute;
  position: absolute;
  bottom: -13.7rem;
  right: -10rem;
}

@media (max-width: 1400px) {
  .index .aquatic .sMediaWrapper {
    right: 0rem;
  }
}

@media (max-width: 767px) {
  .index .aquatic .sMediaWrapper {
    width: 18.5rem;
    height: 12.8rem;
    bottom: -16.8rem;
    right: auto;
    left: -2.4rem;
  }
}

.index .aquatic .sMedia {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index .aquatic .fragranceWrapper {
  justify-content: right;
}

@media (max-width: 767px) {
  .index .aquatic .fragranceWrapper {
    margin-top: 11.2rem;
    justify-content: flex-start;
  }
}

.index .aquatic .fragranceWrapper .fragrance {
  background: rgba(255, 255, 255, 0.211);
}

.index .aquatic .fragranceWrapper .detail {
  background: url(../images/index_aquatic_f_bg.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .index .aquatic .fragranceWrapper .detail {
    background-position: top left;
    background-size: 29.5rem 13.5rem;
  }
}

/* ジャルダン */
.index .jardin {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .index .jardin .container {
    padding-bottom: 18rem;
  }
}

.index .jardin .unit.__02 {
  align-items: center;
  margin-top: 7.2rem;
}

@media (max-width: 767px) {
  .index .jardin .unit.__02 {
    margin-top: 4.8rem;
    flex-direction: column-reverse;
    align-items: unset;
  }
}

.index .jardin .mediaBlk .media.__408 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .index .jardin .mediaBlk .media.__408 {
    margin-top: 4.8rem;
  }
}

@media (max-width: 767px) {
  .index .jardin .mediaBlk .media.__512 {
    margin-top: 4.8rem;
    width: 26.6rem;
    height: 18.7rem;
    margin-right: 0;
    margin-left: auto;
  }
}

.index .jardin .fltMediaWrapper {
  position: absolute;
}

.index .jardin .fltMediaWrapper.__01 {
  width: 22rem;
  height: 30.8rem;
  bottom: -8.2rem;
  right: -15.2rem;
}

@media (max-width: 1400px) {
  .index .jardin .fltMediaWrapper.__01 {
    right: -3rem;
    bottom: -13.2rem;
  }
}

@media (max-width: 767px) {
  .index .jardin .fltMediaWrapper.__01 {
    width: 10.3rem;
    height: 14.4rem;
    top: auto;
    right: auto;
    bottom: -6.4rem;
    left: -5.4rem;
  }
}

.index .jardin .sMediaWrapper {
  width: 20rem;
  height: 14rem;
  position: absolute;
  position: absolute;
  bottom: -13.7rem;
  right: -10rem;
}

@media (max-width: 1400px) {
  .index .jardin .sMediaWrapper {
    right: 0rem;
  }
}

@media (max-width: 767px) {
  .index .jardin .sMediaWrapper {
    width: 18.5rem;
    height: 12.8rem;
    bottom: -16.8rem;
    right: auto;
    left: -2.4rem;
  }
}

.index .jardin .sMedia {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index .jardin .fragranceWrapper {
  justify-content: right;
}

@media (max-width: 767px) {
  .index .jardin .fragranceWrapper {
    margin-top: 11.2rem;
    justify-content: flex-start;
  }
}

.index .jardin .fragranceWrapper .fragrance {
  background: rgba(255, 255, 255, 0.211);
}

.index .jardin .fragranceWrapper .detail {
  background: url(../images/index_jardin_f_bg.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .index .jardin .fragranceWrapper .detail {
    background-position: top left;
    background-size: 29.5rem 13.5rem;
  }
}


/* linen */
.index .linen {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .index .linen .container {
    padding-bottom: 18rem;
  }
}

.index .linen .unit.__02 {
  align-items: center;
  margin-top: 7.2rem;
}

@media (max-width: 767px) {
  .index .linen .unit.__02 {
    margin-top: 4.8rem;
    flex-direction: column-reverse;
    align-items: unset;
  }
}

.index .linen .mediaBlk .media.__408 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .index .linen .mediaBlk .media.__408 {
    margin-top: 4.8rem;
  }
}

@media (max-width: 767px) {
  .index .linen .mediaBlk .media.__512 {
    margin-top: 4.8rem;
    width: 26.6rem;
    height: 18.7rem;
    margin-right: 0;
    margin-left: auto;
  }
}

.index .linen .fltMediaWrapper {
  position: absolute;
}

.index .linen .fltMediaWrapper.__01 {
  width: 22rem;
  height: 30.8rem;
  bottom: -8.2rem;
  right: -15.2rem;
}

@media (max-width: 1400px) {
  .index .linen .fltMediaWrapper.__01 {
    right: -3rem;
    bottom: -13.2rem;
  }
}

@media (max-width: 767px) {
  .index .linen .fltMediaWrapper.__01 {
    width: 10.3rem;
    height: 14.4rem;
    top: auto;
    right: auto;
    bottom: -6.4rem;
    left: -5.4rem;
  }
}

.index .linen .sMediaWrapper {
  width: 20rem;
  height: 14rem;
  position: absolute;
  position: absolute;
  bottom: -13.7rem;
  right: -10rem;
}

@media (max-width: 1400px) {
  .index .linen .sMediaWrapper {
    right: 0rem;
  }
}

@media (max-width: 767px) {
  .index .linen .sMediaWrapper {
    width: 18.5rem;
    height: 12.8rem;
    bottom: -16.8rem;
    right: auto;
    left: -2.4rem;
  }
}

.index .linen .sMedia {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index .linen .fragranceWrapper {
  justify-content: right;
}

@media (max-width: 767px) {
  .index .linen .fragranceWrapper {
    margin-top: 11.2rem;
    justify-content: flex-start;
  }
}

.index .linen .fragranceWrapper .fragrance {
  background: rgba(255, 255, 255, 0.1);
}

.index .linen .fragranceWrapper .detail {
  background: url(../images/index_linen_f_bg.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .index .linen .fragranceWrapper .detail {
    background-position: top left;
    background-size: 29.5rem 13.5rem;
  }
}

.index .night {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.index .night .unit.__02 {
  align-items: center;
  margin-top: 7.2rem;
}

@media (max-width: 767px) {
  .index .night .unit.__02 {
    flex-direction: column-reverse;
    align-items: unset;
    margin-top: 4.8rem;
  }
}

.index .night .mediaBlk .media.__408 {
  margin-top: 2.1rem;
}

@media (max-width: 767px) {
  .index .night .mediaBlk .media.__408 {
    margin-top: 4.8rem;
    width: 26.6rem;
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .index .night .mediaBlk .media.__512 {
    margin-top: 4.8rem;
    width: 100%;
  }
}

.index .night .fltMediaWrapper {
  position: absolute;
}

.index .night .fltMediaWrapper .rBox {
  padding: 0.8rem 0 0 0;
}

@media (max-width: 767px) {
  .index .night .fltMediaWrapper .rBox {
    padding: 0.2rem 0 0;
  }
}

.index .night .fltMediaWrapper.__01 {
  width: 30.4rem;
  height: 21.6rem;
  bottom: -14.6rem;
  right: -15.2rem;
}

@media (max-width: 1400px) {
  .index .night .fltMediaWrapper.__01 {
    right: -2.4rem;
    bottom: -16.1rem;
  }
}

@media (max-width: 767px) {
  .index .night .fltMediaWrapper.__01 {
    width: 13rem;
    height: 9.3rem;
    bottom: -4rem;
    top: auto;
    bottom: -4rem;
    left: -5.4rem;
    right: auto;
  }
}

.index .night .fltMediaWrapper.__02 {
  width: 30.4rem;
  height: 21.6rem;
  bottom: -8.5rem;
  right: -20.8rem;
}

@media (max-width: 1400px) {
  .index .night .fltMediaWrapper.__02 {
    right: -11.4rem;
    bottom: -4.5rem;
  }
}

@media (max-width: 767px) {
  .index .night .fltMediaWrapper.__02 {
    width: 13rem;
    height: 9rem;
    bottom: auto;
    top: -4rem;
    right: auto;
    left: -10.8rem;
  }
}

.index .night .sMediaWrapper {
  width: 20rem;
  height: 14rem;
  position: absolute;
  bottom: -13.7rem;
  left: -10rem;
}

@media (max-width: 1400px) {
  .index .night .sMediaWrapper {
    left: 0rem;
  }
}

@media (max-width: 767px) {
  .index .night .sMediaWrapper {
    width: 18.5rem;
    height: 13.2rem;
    left: -2.4rem;
    bottom: -17.1rem;
  }
}

.index .night .sMedia {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index .night .fragranceWrapper {
  justify-content: right;
}

@media (max-width: 767px) {
  .index .night .fragranceWrapper {
    margin-top: 8.8rem;
    justify-content: flex-start;
  }
}

.index .night .fragranceWrapper .fragrance {
  background: rgba(53, 45, 104, 0.1);
}

.index .night .fragranceWrapper .detail {
  background: url(../images/index_night_f_bg.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .index .night .fragranceWrapper .detail {
    background-position: top left;
    background-size: 29.5rem 13.5rem;
  }
}

.index .bgMovie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.index .bgMovie .linenBgWrap,
.index .bgMovie .nightBgWrap,
.index .bgMovie .jardinBgWrap,
.index .bgMovie .aquaticBgWrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.index .bgMovie .BgCrip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.index .bgMovie .BgCrip img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index .bgMovie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.index .bgMovie .BgThumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* background: #FF6767; */
  width: 100%;
  height: 100%;
}

.index .bgMovie .BgThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index .bgMovie .aquaticThumb {
  opacity: 0.6;
}

.index .bgMovie .aquaticMovie {
  -o-object-position: center center;
  object-position: center center;
  /* filter: brightness(100%); */
}
.index .bgMovie .jardinThumb {
  opacity: 0.6;
}

.index .bgMovie .jardinMovie {
  -o-object-position: center center;
  object-position: center center;
  /* filter: brightness(100%); */
}

.index .bgMovie .linenMovie {
  -o-object-position: center center;
  object-position: center center;
  filter: brightness(100%);
}

.index .bgMovie .nightMovie {
  width: 130%;
  height: 137%;
  opacity: 1;
  -o-object-position: top left;
  object-position: top left;
}

@media (max-width: 767px) {
  .index .bgMovie .nightMovie {
    width: 150%;
    opacity: 1;
    -o-object-position: top left;
    object-position: 0% 76%;
  }

}

.index .movie {
  padding: 18.4rem 0 18rem;
  background: #fff;
}

@media (max-width: 767px) {
  .index .movie {
    padding: 7.2rem 0 9rem;
  }
}

@media (min-width: 768px) {
  .index .movie .ly_inner {
    padding: 0;
  }
}

.index .movie .movieWrap {
  position: relative;
  width: 64.5833333333vw;
  margin: 7.2rem auto 0;
}

@media (max-width: 767px) {
  .index .movie .movieWrap {
    width: auto;
    margin: 2.8rem auto 0;
  }
}

.index .movie .movieWrap video,
.index .movie .movieWrap iframe {
  width: 100%;
  height: auto;
}

.index .movie .movieWrap iframe {
  aspect-ratio: 16/9;
}

.index .movie .movie_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/movie_thumb.jpg) no-repeat center center/cover;
}

.index .movie .movie_thumb.is_hidden {
  display: none;
}

.index .movie .movie_play {
  width: 10.8rem;
}

@media (max-width: 767px) {
  .index .movie .movie_play {
    width: 4rem;
  }
}

.index .lineup {
  padding: 18rem 0;
  background: #fff;
}

@media (max-width: 767px) {
  .index .lineup {
    padding: 6.4rem 0;
  }
}

.index .lineup .unit {
  margin-top: 8.2rem;
  gap: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(191, 191, 191, 0.5);
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}

@media (max-width: 767px) {
  .index .lineup .unit {
    margin-top: 3.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.index .lineup .unit .item {
  padding: 5.6rem 0;
  position: relative;
}

@media (max-width: 767px) {
  .index .lineup .unit .item {
    padding: 3.2rem 0;
  }
}

.index .lineup .unit .item_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .index .lineup .unit .item::before {
    content: "";
    display: inline-block;
    height: 84%;
    width: 1px;
    background: rgba(191, 191, 191, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .index .lineup .unit .item::after {
    content: "";
    display: inline-block;
    width: 84%;
    height: 1px;
    background: rgba(191, 191, 191, 0.5);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .index .lineup .unit .item .rLine {
    display: inline-block;
    height: 84%;
    width: 1px;
    background: rgba(191, 191, 191, 0.5);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .index .lineup .unit .item:nth-of-type(-n+4)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .index .lineup .unit .item:nth-of-type(-n+2)::after {
    display: none;
  }

  .index .lineup .unit .item:nth-of-type(even)::before {
    content: "";
    display: inline-block;
    height: 84%;
    width: 1px;
    background: rgba(191, 191, 191, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .index .lineup .unit .item::after {
    content: "";
    display: inline-block;
    width: 84%;
    height: 1px;
    background: rgba(191, 191, 191, 0.5);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.index .lineup .unit .item_name {
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
  text-align: center;
}

@media (max-width: 767px) {
  .index .lineup .unit .item_name {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.index .lineup .unit .item_name .detail {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  display: block;
}

.index .lineup .unit .item_category {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.8rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .index .lineup .unit .item_category {
    margin-top: 0.4rem;
  }
}

.index .lineup .unit .productImg {
  width: auto;
  height: 19.5rem;
}

@media (max-width: 767px) {
  .index .lineup .unit .productImg {
    height: 13.8rem;
  }
}

.index .lineup .unit .productImg.__mist_ll {
  margin-left: -1.8rem;
}

@media (max-width: 767px) {
  .index .lineup .unit .productImg.__mist_ll {
    margin-left: -1.2rem;
  }
}

.index .lineup .unit .productImg.__mist_hn {
  margin-left: -1rem;
}

@media (max-width: 767px) {
  .index .lineup .unit .productImg.__mist_hn {
    margin-left: -0.4;
  }
}

.index .lineup .unit .productImg img {
  width: auto;
  height: 100%;
}

.index .lineup .unitWrapper {
  overflow: hidden;
  height: 124rem;
  position: relative;
}

@media (max-width: 767px) {
  .index .lineup .unitWrapper {
    height: 86rem;
  }
}

.index .lineup .unitWrapper.is_active {
  height: auto;
}

.index .lineup .unitWrapper.is_active .more {
  display: none;
}

.index .lineup .more {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -34.69%, #FFF 46.68%);
  height: 24.6rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .index .lineup .more {
    height: 18.7rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.81%, #FFF 43.91%);
  }
}

.index .lineup .more_btn {
  width: 40rem;
  height: 5.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  border: 1px solid #BFBFBF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0.2rem;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .index .lineup .more_btn {
    width: 100%;
    height: 5rem;
    font-size: 1.2rem;
  }
}

.index .news {
  background: linear-gradient(94deg, #2C2D55 38.02%, #342338 100%);
  padding: 12.8rem 0 9.6rem;
}

@media (max-width: 767px) {
  .index .news {
    padding: 7.2rem 0;
    background: linear-gradient(94deg, #2C2D55 38.02%, #342338 100%);
  }
}

.index .news .unit {
  margin-top: 2.4rem;
  display: flex;
  width: 100%;
  gap: 0 4.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

@media (max-width: 767px) {
  .index .news .unit {
    width: auto;
    margin-top: 1.6rem;
    display: block;
  }
}

.index .news .item {
  padding: 2.4rem 0;
  border-top: 1px solid rgba(191, 191, 191, 0.3);
  border-bottom: 1px solid rgba(191, 191, 191, 0.3);
}

@media (max-width: 767px) {
  .index .news .item {
    display: block;
  }

  .index .news .item:not(:first-of-type) {
    border-top: unset;
  }
}

.index .news .day {
  line-height: 1.4166666667;
  font-size: 1.2rem;
  color: #BFBFBF;
}

.index .news .content {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #F6F5EE;
}

@media (max-width: 767px) {
  .index .news .content {
    margin-top: 1.6rem;
  }
}

.index .news .btn {
  width: 40rem;
  height: 5.5rem;
  bottom: 0;
  border: 1px solid #BFBFBF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0.2rem;
  color: #BFBFBF;
  margin: 6.4rem auto 0;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .index .news .btn {
    margin: 4.8rem auto 0;
    width: 100%;
    height: 5rem;
    font-size: 1.2rem;
  }
}

.index .faq {
  padding: 12.8rem 0;
  background: #fff;
}

@media (max-width: 767px) {
  .index .faq {
    padding: 7.2rem 0 7.2rem;
  }
}

.index .faq .blk {
  border-top: 1px solid #BFBFBF;
  position: relative;
}

.index .faq .blk:first-of-type {
  margin-top: 2.4rem;
}

@media (max-width: 767px) {
  .index .faq .blk:first-of-type {
    margin-top: 1.6rem;
  }
}

.index .faq .blk:last-of-type {
  border-bottom: 1px solid #BFBFBF;
}

.index .faq .dt,
.index .faq .dd {
  display: flex;
  gap: 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.index .faq .dt .en,
.index .faq .dd .en {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 400;
}

.index .faq .dt .txtArea,
.index .faq .dd .txtArea {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.index .faq .dt {
  padding: 2.5rem 0;
  padding-right: 8rem;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .index .faq .dt {
    padding: 1.6rem 3.2rem 1.6rem 0;
  }
}

.index .faq .dt .arrow {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border: 1px solid #BFBFBF;
  border-radius: 60%;
  position: absolute;
  top: 1.6rem;
  right: 2.4rem;
}

@media (max-width: 767px) {
  .index .faq .dt .arrow {
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.index .faq .dt .arrow::before,
.index .faq .dt .arrow::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1px;
  background: #4A4A4A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

@media (max-width: 767px) {

  .index .faq .dt .arrow::before,
  .index .faq .dt .arrow::after {
    width: 0.84rem;
  }
}

.index .faq .dt .arrow::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.index .faq .dt.is_open .arrow::before {
  transform: translate(-50%, -50%);
}

.index .faq .dd {
  padding: 1rem 0 2.4rem;
}

@media (max-width: 767px) {
  .index .faq .dd {
    padding: 0 3.2rem 1.6rem 0;
  }
}

.index .faq .dd .__uLine {
  color: #BFBFBF;
  font-size: inherit;
}

.index .contact {
  background-color: #F9F9F9;
  padding: 12.8rem 0;
}

@media (max-width: 767px) {
  .index .contact {
    padding: 7.2rem 0;
  }
}

.index .contact .secttl_m {
  color: #4A4A4A;
  text-align: center;
  letter-spacing: 0.064rem;
}

.index .contact .contact_form {
  width: 48rem;
  margin: 5.6rem auto 0;
}

@media (max-width: 767px) {
  .index .contact .contact_form {
    width: 100%;
    margin-top: 2.4rem;
  }
}

.index .contact .contact_formHead {
  color: #4A4A4A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.056rem;
}

.index .contact .contact_formHead .required {
  color: #FF6767;
}

.index .contact .contact_formHead:not(:first-child) {
  margin-top: 2.4rem;
}

.index .contact .contact_formInput {
  width: 100%;
  height: 5.3rem;
  background-color: #ffffff;
  border: solid 1px #BFBFBF;
  border-radius: 0.4rem;
  margin-top: 0.8rem;
}

.index .contact .contact_formInput input {
  width: 100%;
  height: 100%;
  padding: 0 1.6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .index .contact .contact_formInput input {
    padding: 0 0.8rem;
    font-size: 1.2rem;
  }
}

.index .contact .contact_formInput.textarea {
  height: 20.8rem;
}

.index .contact .contact_formInput.textarea textarea {
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .index .contact .contact_formInput.textarea textarea {
    padding: 0.8rem;
  }
}

.index .contact .contact_formSend_btn {
  display: block;
  width: 26.5rem;
  height: 4.9rem;
  margin: 5.6rem auto 0;
  background-color: #3A3665;
  border-radius: 0.2rem;
  color: #ffffff;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .index .contact .contact_formSend_btn {
    width: 100%;
    height: 5rem;
  }
}

.index .contact .contact_formSend_btn span {
  color: #ffffff;
  font-size: 1.2rem;
}

.index .linen .js-sectionFilterBg {
  background: #fff;
}

.index .night .js-sectionFilterBg {
  background: #2C2D55;
}

.index .jardin .js-sectionFilterBg {
  background: #ffbdf9;
}

.index .aquatic .js-sectionFilterBg {
  background: #fff;
}

.index .js-sectionFilterBg {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.index .js-sectionFilter {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.index .js-sectionFilter::after .l_txt {
  position: relative;
  z-index: 2;
}

.index .js-sectionFilter .l_txt_maskElem {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.index .js-sectionFilter .l_txt_maskElem.__linen {
  -webkit-clip-path: url(#linen-c-ttl);
  clip-path: url(#linen-c-ttl);
  width: 63.835rem;
  height: 9.69rem;
}

@media (max-width: 767px) {
  .index .js-sectionFilter .l_txt_maskElem.__linen {
    width: 26.285rem;
    height: 3.99rem;
  }
}

.index .js-sectionFilter .l_txt_maskElem.__night {
  -webkit-clip-path: url(#night-c-ttl);
  clip-path: url(#night-c-ttl);
  width: 81.345rem;
  height: 15.81rem;
}

@media (max-width: 767px) {
  .index .js-sectionFilter .l_txt_maskElem.__night {
    width: 33.495rem;
    height: 6.51rem;
  }
}

.index .js-sectionFilter .l_txt_maskElem img,
.index .js-sectionFilter .l_txt_maskElem video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index .js-sectionFilter .maskWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index .js-sectionFilter .maskWrapper .maskTarget {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.index .js-sectionFilter .maskWrapper .maskTextArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index .js-sectionFilter .maskWrapper .maskTextArea .ttl {
  font-size: 3.2rem;
  font-family: miller-display, serif;
}

.index .js-sectionFilter .maskWrapper .maskTextArea mask rect {
  fill: #fff;
}

.index .js-sectionFilter .maskWrapper .maskTextArea>rect {
  fill: #fff;
  -webkit-mask: url(#mask);
  mask: url(#mask);
}

.thanks .thanksArea {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}

.thanks .thanksArea p {
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.thanks .thanksArea a {
  margin-top: 4rem;
  color: #BFBFBF;
}

@media (min-width: 768px) {
  .pattern2 .index .mv .container {
    padding-top: 9.03125vw;
  }

  .pattern2 .index .mv .container .ttl {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .pattern2 .index .mv .container .mainLogo {
    display: block !important;
  }
}

.pattern2 .index .about .bg::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}

.tablet .index .mv {
  aspect-ratio: 16/9;
  height: auto;
}

.tablet .index .container {
  padding-top: 8rem;
}

.tablet .index .mainLogo {
  width: 11.9270833333vw;
}

.tablet .index .ttl {
  width: 38.125vw;
  margin: 1.71875vw auto 0;
}

.tablet .about {
  min-height: unset;
  aspect-ratio: 16/9;
}

.subPage {
  background: #fff;
}

.subPage .subPage_ttl {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.subPage .productDetail {
  padding-top: 17.6rem;
}

@media (max-width: 767px) {
  .subPage .productDetail {
    padding-top: 9.6rem;
  }
}

.subPage .productDetail .main {
  padding-bottom: 14.2rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main {
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 767px) {
  .subPage .productDetail .main .ly_inner {
    padding: 0 2.8rem;
  }
}

.subPage .productDetail .main .s_ttl {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5333333333;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #BFBFBF;
  font-weight: 500;
  color: #4A4A4A;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .s_ttl {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 1.2rem;
  }
}

.subPage .productDetail .main .unit {
  display: flex;
  gap: 0 17rem;
  margin-top: 7.8rem;
}

@media (max-width: 1500px) {
  .subPage .productDetail .main .unit {
    padding-left: 8rem;
    gap: 0 15rem;
  }
}

@media (max-width: 767px) {
  .subPage .productDetail .main .unit {
    padding-left: 0;
    flex-direction: column;
    gap: 3.2rem 0;
    margin-top: 2.4rem;
  }
}

.subPage .productDetail .main .mediaArea {
  width: 47.6rem;
  flex: 0 0 47.6rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .mediaArea {
    width: 100%;
    flex: 0 0 100%;
  }
}

.subPage .productDetail .main .sliderBlk {
  position: relative;
}

.subPage .productDetail .main .sliderItem .itemImg {
  aspect-ratio: 1/1;
}

.subPage .productDetail .main .sliderItem .itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.subPage .productDetail .main .productSliderBtn {
  width: 4rem;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .subPage .productDetail .main .productSliderBtn {
    display: none;
  }
}

.subPage .productDetail .main .productNext {
  right: -8rem;
}

.subPage .productDetail .main .productPrev {
  left: -8rem;
}

.subPage .productDetail .main .thumbnailSlider {
  margin-top: 1.8rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .thumbnailSlider {
    margin-top: 2.4rem;
  }
}

.subPage .productDetail .main .thumbnailSlide {
  transition: border-color 0.5s;
  cursor: pointer;
}

.subPage .productDetail .main .thumbnailSlide.swiper-slide-thumb-active {
  border: 1px solid rgba(191, 191, 191, 0.6);
}

.subPage .productDetail .main .txtArea {
  margin-top: -0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subPage .productDetail .main .txtArea h1 {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .txtArea h1 {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}

.subPage .productDetail .main .mainBlk {
  width: 51.1rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .mainBlk {
    width: auto;
  }
}

.subPage .productDetail .main .priceArea {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .priceArea {
    margin-top: 1.7rem;
  }
}

.subPage .productDetail .main .priceArea .price {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .priceArea .price {
    font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
}

.subPage .productDetail .main .priceArea .yen {
  font-weight: bold;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .priceArea .yen {
    font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
}

.subPage .productDetail .main .salesName {
  margin-top: 0.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  line-height: 1.5;
}

.subPage .productDetail .main .salesName .name {
  font-weight: bold;
  line-height: 2;
  font-size: 1.4rem;
}

.subPage .productDetail .main .detail {
  margin-top: 1.2rem;
  line-height: 1.75;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .detail {
    line-height: 1.75;
  }
}

.subPage .productDetail .main .tags {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .tags {
    margin-top: 1.6rem;
  }
}

.subPage .productDetail .main .tags li {
  padding: 0.4rem 0.8rem;
  border-radius: 4rem;
  border: 1px solid rgba(191, 191, 191, 0.4);
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  font-weight: 500;
}

.subPage .productDetail .main .material {
  margin-top: 1.6rem;
}

.subPage .productDetail .main .material_head {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.subPage .productDetail .main .material_tags {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.8rem 1.2rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .material_tags {
    margin-top: 0.4rem;
  }
}

.subPage .productDetail .main .material_tags li {
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  gap: 0.8rem 0.4rem;
}

.subPage .productDetail .main .material_tags li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 1.2rem;
  background: url(../images/check_circle_g.svg) no-repeat center center/contain;
}

.subPage .productDetail .main .note {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 1.6rem;
  max-width: 37rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .note {
    margin-top: 1rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

.subPage .productDetail .main .bottomBlk {
  margin-top: 3.2rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .bottomBlk {
    margin-top: 2.4rem;
  }
}

.subPage .productDetail .main .onlineLinks {
  width: 51.1rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .onlineLinks {
    width: 100%;
  }
}

.subPage .productDetail .main .onlineLinks_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  border-radius: 0.2rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .main .onlineLinks_item {
    height: 4.4rem;
  }
}

.subPage .productDetail .main .onlineLinks_item.__online {
  background: #4A4A4A;
}

.subPage .productDetail .main .onlineLinks_item.__amazon {
  background: #F9A23D;
}

.subPage .productDetail .main .onlineLinks_item.__rakuten {
  background: #F35C5C;
}

.subPage .productDetail .main .onlineLinks_item.__yahoo {
  background: #4A4A4A;
}

.subPage .productDetail .main .onlineLinks_item.__au {
  background: #F77C3A;
}

.subPage .productDetail .main .onlineLinks_item.__qoo {
  background: #527FEF;
}

.subPage .productDetail .main .onlineLinks_list {
  gap: 1.6rem 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .subPage .productDetail .main .onlineLinks_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem 0;
  }
}

.subPage .productDetail .benefits {
  padding-top: 16rem;
}

@media (max-width: 767px) {
  .subPage .productDetail .benefits {
    padding-top: 6.4rem;
  }
}

.subPage .productDetail .description {
  margin-top: 1.2rem;
  line-height: 1.75;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .subPage .productDetail .description {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.subPage .productDetail .datail_txt {
  margin-top: 2rem;
  line-height: 1.75;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .subPage .productDetail .datail_txt {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.subPage .productDetail .material .material_icons {
  display: grid;
  margin-top: 2rem;
  gap: 1rem 1.2rem;
  text-align: center;
}

.subPage .productDetail .material .material_icons.__softener {
  grid-template-columns: repeat(3, 8.2rem);
}

@media (max-width: 767px) {
  .subPage .productDetail .material .material_icons.__softener {
    grid-template-columns: repeat(3, 7.2rem);
  }
}

.subPage .productDetail .material .material_icons.__mist {
  grid-template-columns: repeat(5, 8.2rem);
}

@media (max-width: 767px) {
  .subPage .productDetail .material .material_icons.__mist {
    grid-template-columns: repeat(3, 7.2rem);
  }
}

@media (max-width: 767px) {
  .subPage .productDetail .material .material_icons {
    margin-top: 1.6rem;
    flex-wrap: wrap;
  }
}

.subPage .productDetail .materialNote {
  margin-top: 2.4rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .subPage .productDetail .materialNote {
    margin-top: 2rem;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .subPage .productDetail .material+.materialNote {
    margin-top: 1.6rem;
  }
}

.subPage .productDetail .materialIcon {
  display: block;
  vertical-align: bottom;
  padding: 0 1.6rem;
}

.subPage .productDetail .materialTxt {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.032em;
  line-height: 1.4;
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .subPage .productDetail .materialTxt {
    font-size: 1rem;
  }
}

.subPage .productDetail .materialTxt>span {
  font: inherit;
  line-height: inherit;
}

.subPage .newsArchive .main {
  padding: 20rem 0 12.6rem;
}

@media (max-width: 767px) {
  .subPage .newsArchive .main {
    padding: 12rem 0 6.4rem;
  }
}

.subPage .newsArchive .newsContainer {
  margin: 7.2rem auto 0;
  width: 82.4rem;
}

@media (max-width: 767px) {
  .subPage .newsArchive .newsContainer {
    width: 100%;
    padding: 0 2.8rem;
  }
}

.subPage .newsArchive .unit .item {
  border-bottom: 1px solid rgba(191, 191, 191, 0.3);
  padding: 2.4rem 0;
  display: block;
}

.subPage .newsArchive .unit .item:first-of-type {
  border-top: 1px solid rgba(191, 191, 191, 0.3);
}

.subPage .newsArchive .unit .day {
  line-height: 1.4166666667;
  font-size: 1.2rem;
  color: #BFBFBF;
  font-weight: 400;
}

.subPage .newsArchive .unit .content {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .subPage .newsArchive .unit .content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.subPage .newsArchive .pagination {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .subPage .newsArchive .pagination {
    width: 11.2rem;
    margin: 2.4rem auto 0;
  }
}

.subPage .newsArchive .pagination .page-numbers {
  display: none;
}

.subPage .newsArchive .pagination .page-numbers.next,
.subPage .newsArchive .pagination .page-numbers.prev {
  width: 4rem;
  display: block;
}

.subPage .newsArchive .pagination .page-numbers.next {
  margin-left: auto;
  margin-right: 0;
}

.subPage .newsArchive .pagination .page-numbers.prev {
  margin-left: 0;
  margin-right: auto;
}

/*# sourceMappingURL=style.css.map */

.swipermain {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swipermain .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swipermain .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swipermain .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* 初期状態では不透明度を0に設定 */
  transition: opacity 1s ease-in-out;
}

.swipermain .swiper-slide-active {
  opacity: 1;
  /* アクティブなスライドの不透明度を1に設定 */
}

.swipermain .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_pc {
  display: block;
}

.image_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .image_pc {
    display: none;
  }

  .image_sp {
    display: block;
  }
}

.item1 {
  margin-top: 7.2rem;
  width: 100%;
  text-align: center;
  /* 画像の下のテキストを中央揃え */
}

.item1 .item_thumb img {
  width: 48%;

}

@media screen and (max-width: 768px) {
  .item1 {
    margin-top: 2.8rem;
  }

  .item1 .item_thumb img {
    width: 100%;
  }
}

.mr_mist {
  margin-right: 5rem;
}

.mr_mistrefill {
  margin-right: 7rem;
}

.mr_refill2 {
  margin-right: 5.5rem;
}

.mr_refill3 {
  margin-right: 5rem;
}

.mr_softener {
  margin-right: 8rem;
}

@media screen and (max-width: 768px) {
  .mr_softener {
    margin-right: 5rem;
  }

  .mr_refill2 {
    margin-right: 3rem;
  }

  .mr_refill3 {
    margin-right: 3rem;
  }

  .mr_mist {
    margin-right: 2.5rem;
  }

  .mr_mistrefill {
    margin-right: 3rem;
  }
}

/* アクティブスライドを最前面に */
.swiper-slide.swiper-slide-active {
  z-index: 2 !important;
}

/* 前／次スライドはアクティブより1段低いが、背面(0)よりは前へ */
.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-prev {
  z-index: 1 !important;
}
/* コンタクトフォーム　承認確認 */
.privacy_check {
  margin:32px;
  text-align: center;
 
}
.privacy_check p {
  line-height:1.8;

}
.privacy_check a {
  text-decoration: underline;
}
.privacy_check .wpcf7-list-item {
  margin: 1.5em;
}
.privacy_check .wpcf7-list-item-label {
  font-size: 16px;
}
.privacy_check input.acceptance  {
  -webkit-appearance:auto;
}