@charset "utf-8";

/* CSS Document */

:root {
  --font-family-gothic:     'Zen Kaku Gothic Antique',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  --font-family-gothic-en:  'Roboto','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  --font-family-serif:      'Shippori Mincho','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  --font-family-serif-en:   'Playfair Display','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  --font-family-serif-en02:   'Bodoni Moda','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;

  --color-base: #fff;
  --color-main: #000;
  --color-dark01: #333;
  --color-brand01: #ff7b98;
  --color-brand02: #fc6888;
  --color-primary01: #46b0cb;
  --color-secondary01: #e09810;
  --color-accent01: #f00;
  --color-highlight01: #fff200;
  --color-grad01: linear-gradient(to right, #cfedfd 10%, #ffb5c8 90%);
  --color-grad02: linear-gradient(to bottom, #cfedfd 30%, #ffb5c8 70%);
  --color-grad03: linear-gradient(to left, #cfedfd 10%, #ffb5c8 90%);
  --color-sub01: #f3f3f3;
  --color-sub02: #ccc;
  --color-sub03: #e7e7e7;
  --color-sub04: #f5f0ec;
  --color-sub05: #ffe7f0;

  --header-height: 4.8em;

  --padding-main: min(12vw,7.5em);
  --padding-small: min(8vw,4em);
  --padding-large: min(14vw,11em);

}


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

  :root {
    --header-height: 4em;
  }

}


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

  :root {
    --header-height: 50px;

    --padding-main: min(15vw,5em);
    --padding-small: min(10vw,3em);
    --padding-large: min(20vw,8em);
  }

}

/***********
base
************/

html,
body {
  height: 100%;
  min-height: 100%;
  font-weight: 400;
  font-family: var(--font-family-gothic);
  line-height: 1.5;
  color: var(--color-main);
}
html {
  font-size: clamp(14px, calc(10px + 0.5vw), 17px);
}
body {
  background-color: var(--color-base);
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th,em{
  font-weight: 700;
  font-style: normal;
}


@media screen and (max-width:834px) {
  body{
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:640px) {
  html {
    font-size: clamp(14px, calc(9.5px + 1.2vw), 15px);
  }
}


a {
  text-decoration: underline;
  transition: 0.2s;
}

a:visited{}
a:hover,
a:active {
  text-decoration: none;
}

img {
  /* width: auto; */
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
layout
************************/

/***********
wp
************/

.right,
.alignright {
  float: right !important;
  padding-left: 2em;
  padding-bottom: 1em;
}

.left,
.alignleft {
  float: left !important;
  padding-right: 2em;
  padding-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0 auto;
}

.wp-caption {
  max-width: 100%;
  font-size: 0.8rem;
  clear: both;
}
.post .wp-caption img {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-caption-text {
  padding-top: 0.5em;
  opacity: 0.7;
}

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

  .right,
  .alignright {
    float: right !important;
    width: 35% !important;
    padding-left: 1em;
    padding-bottom: 1em;
  }

  .left,
  .alignleft {
    float: left !important;
    width: 35% !important;
    padding-right: 1em;
    padding-bottom: 1em;
  }

}

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

  .right,
  .alignright ,
  .left,
  .alignleft {
    display: block;
    width: 100% !important;
    padding: 0 0 2em;
    float: none !important;
  }

  .wp-caption-text {
    font-size: clamp(0.6rem,2vw, 0.8rem);
    line-height: 1.5;
  }

}

/***********
common
************/

.l-relative {  position: relative !important; z-index: 2; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 0.3rem  !important; }
.l-bottom-xsmall  {  margin-bottom: 0.6rem !important; }
.l-bottom-small   {  margin-bottom: 0.9rem !important; }
.l-bottom         {  margin-bottom: 1.2rem !important; }
.l-bottom-large   {  margin-bottom: 1.8rem !important; }
.l-bottom-xlarge  {  margin-bottom: 2.4rem !important; }
.l-bottom-xxlarge {  margin-bottom: 3.3rem !important; }

.l-top-xxsmall {  margin-top: 0.3rem !important; }
.l-top-xsmall  {  margin-top: 0.6rem !important; }
.l-top-small   {  margin-top: 0.9rem !important; }
.l-top         {  margin-top: 1.2rem !important; }
.l-top-large   {  margin-top: 1.8rem !important; }
.l-top-xlarge  {  margin-top: 2.4rem !important; }
.l-top-xxlarge {  margin-top: 3.3rem !important; }



/***********
layout
************/

.l-wrapper{
  overflow: hidden;
}

.l-contents{
}

/***********
base
************/

.l-fullwidth {
  width: 100dvw;
  margin-inline: calc(50% - 50dvw);
}

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(4vw,30px);
  padding-right: min(4vw,30px);
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(4vw,30px);
  padding-right: min(4vw,30px);
}

.l-base-xwide {
  width: auto;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(4vw,30px);
  padding-right: min(4vw,30px);
}

.l-base-xxwide {
  width: auto;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(4vw,30px);
  padding-right: min(4vw,30px);
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(4vw,12px);
  padding-right: min(4vw,12px);
}


.l-block {
  padding-top: var(--padding-main);
  padding-bottom: var(--padding-main);
}
.l-block-small {
  padding-top: var(--padding-small);
  padding-bottom: var(--padding-small);
}
.l-block-large {
  padding-top: var(--padding-large);
  padding-bottom: var(--padding-large);
}

.l-block-top {
  padding-top: var(--padding-main);
}
.l-block-top-small {
  padding-top: var(--padding-small);
}
.l-block-top-large {
  padding-top: var(--padding-large);
}

.l-block-bottom {
  padding-bottom: var(--padding-main);
}
.l-block-bottom-small {
  padding-bottom: var(--padding-small);
}
.l-block-bottom-large {
  padding-bottom: var(--padding-large);
}


@media screen and (min-width:1921px) {

  .l-base {
    max-width: calc(1060px + 4vw);
  }
  .l-base-wide {
    max-width: calc(1260px + 4vw);
  }
  .l-base-xwide {
    max-width: calc(1460px + 4vw);
  }
  .l-base-xxwide {
    max-width: calc(1660px + 4vw);
  }
  .l-base-small {
    max-width: calc(824px + 4vw);
  }

}

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

  [class^="l-base"].-noOffset {
    padding-left: 0;
    padding-right: 0;
  }

  [class^="l-base"] [class^="l-base"] {
    padding-left: 0;
    padding-right: 0;
  }

}

/***********
zoom
************/

.l-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.l-zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
body.is-pc a:hover .l-zoomHover img{
  transform:scale(1.05) ;
}


/***********
font
************/

.l-fontColor-accent01 {
  color: var(--color-accent01);
}
.l-fontColor-brand01 {
  color: var(--color-brand01);
}
.l-fontColor-primary01 {
  color: var(--color-primary01);
}

.l-fontMedium {
  font-weight: 500;
}
.l-fontSemiBold {
  font-weight: 600;
}
.l-fontBold {
  font-weight: 700;
}

.l-fontFamily-gothic-en {
  font-family: var(--font-family-gothic-en);
}

/***********
text
************/

.l-textMain{
  line-height: 1.8;
}
.l-textSmall{
  font-size: 0.9rem;
  line-height: 1.7;
}
.l-textLarge{
  font-size: 1.15rem;
  line-height: 1.7;
}
.l-textLead{
  line-height: 1.8;
  text-align: center;
}

.l-list-circle {}
.l-list-circle li {
  padding-left: 1em;
  position: relative;
}
.l-list-circle li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.8em;
  background: var(--color-main);
  border-radius: 50%;
}

.l-list-dot {}
.l-list-dot li {
  margin-left: 1em;
}
.l-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.l-list-asterisk {}

.l-list-asterisk li {
  margin-left: 1em;
}
.l-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 1.8em;
}
.l-list-number li {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 0.5em;
}
.l-list-number li::marker {
  margin-right: 1em;
}

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

  .l-textMain,
  .l-textLead{
    line-height: 1.8;
  }
}

@media screen and (max-width:520px) {
  .l-textLead{
    text-align: left;
  }
}

/***********
linkWrap
************/

.l-linkWrap{
  text-align: center;
}
.l-linkWrap.-left{
  text-align: left;
}
.l-linkWrap.-right{
  text-align: right;
}


.l-linkSeparate {
  display: flex;
  justify-content: center;
  padding-top: 2em;
}
.l-linkSeparate-item {
  padding: 0 1%;
  min-width: 30%;
}

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

  .l-linkWrap.-left ,
  .l-linkWrap.-right{
    text-align: center;
  }

  .l-linkSeparate {
    display: block;
    text-align: center;
  }
  .l-linkSeparate-item {
    padding: 0;
    min-width: initial;
  }
  .l-linkSeparate-item + .l-linkSeparate-item {
    padding-top: 10px;
  }
  .l-linkSeparate-item .l-btn {
    width: 100%;
    max-width: 480px;
  }

}

/***********
linkCard
************/

.l-linkCard {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -2%;
}
.l-linkCard li {
  margin-left: 2%;
  margin-bottom: 2%;
}
.l-linkCard.-half li {
  width: 48%;
}
.l-linkCard.-trisect li {
  width: 31.3%;
}

.l-linkCard .l-btn {
  width: 100%;
  min-width: initial;
  max-width: initial;
}

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

  .l-linkCard.-trisect li {
    width: 48%;
  }

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

  .l-linkCard {
    display: block;
    margin-left: 0;
    margin-bottom: -5px;
  }
  .l-linkCard li {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .l-linkCard.-half li ,
  .l-linkCard.-trisect li {
    width: 100%;
  }

  .l-linkCard .l-btn {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }

}

/***********
btn
************/

.l-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: auto;
  min-width: 18em;
  min-height: 3.6em;
  padding: 1.2em 4em ;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-base);
  background-color: var(--color-brand01);
  line-height: 1.3;
  position: relative;
  transition: 0.2s;
}
.l-btn::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 3px;
  top: 3px;
  border: 1px solid var(--color-base);
  pointer-events: none;
}
.l-btn::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  scale: 0.8;
}
body.is-pc .l-btn:hover {
  background-color: var(--color-brand02);
}


.l-btn[href*="#anchor-"]::after {
  content: "\f063";
}
.l-btn[target="_blank"]::after {
  content: "\f08e";
}

.l-btn.-white {
  background-color: var(--color-base);
  color: var(--color-brand01);
}
.l-btn.-white::after {
  background-image: url(../../img/icon/arrow_bl.png) ;
}
body.is-pc .l-btn.-white:hover::after {
}
body.is-pc .l-btn.-white:hover {
  background-color: var(--color-highlight01);
}

.l-btn.-back::after {
  right: auto;
  left: 1em;
  rotate: 180deg;
}


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

  .l-btn {
    min-width: 16em;
  }

  .l-btn::after {
    right: 0.5em;
  }

}




/***********
more
************/


.l-more {
  display: inline-block;
  width: auto;
  min-width: 10em;
  padding: 1em 3em 0.4em 0;
  font-family: var(--font-family-serif-en02);
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: inherit;
  text-decoration: none !important;
  text-align: left;
  position: relative;
}
.l-more::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-dark01);
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left;
  transition: 0.2s;
}
.l-more::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 1px;
  background-color: var(--color-dark01);
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  rotate: 35deg;
  transition: 0.2s;
}

body.is-pc .l-more:hover {
  color: var(--color-brand01);
  border-color: var(--color-brand01);
}
body.is-pc .l-more:hover::before {
  width: calc(100% + 0.5em);
  background-color: var(--color-brand01);
}
body.is-pc .l-more:hover::after {
  background-color: var(--color-brand01);
  right: -0.5em;
}


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

  .l-more {
    min-width: 8em;
    padding: 1em 2em 0.4em 0;
  }

}

/***********
logo
************/

.l-logo {
  position: fixed;
  left: 1.5em;
  top: 0;
  z-index: 999;
  height: var(--header-height);
  transition: height 0.2s ease;
}

.l-logo a {
  width: 14em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transform-origin: left;
}

body.is-fixed .l-logo{
  height: 3.5em;
}
body.is-fixed .l-logo a{
  scale: 0.7;
}


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

  .l-logo ,
  body.is-fixed .l-logo{
    height: auto;
    left: 1em;
    padding-top: 10px;
    position: absolute;
  }
  .l-logo a ,
  body.is-fixed .l-logo a{
    width: 12em;
  }

  body.is-menu-open .l-logo {
    position: fixed;
  }

}


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

  .l-logo ,
  body.is-fixed .l-logo{
    left: 1em;
    padding-top: 0;
    height: var(--header-height);
  }
  .l-logo a ,
  body.is-fixed .l-logo a{
    width: 150px;
  }
}


/***********
header
************/

.l-header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
  height: var(--header-height);
  background-color: transparent;
  display: flex;
  justify-content: end;
  transition: background-color 0.2s ease,backdrop-filter 0.2s ease,height 0.2s ease;
}


.l-header-cv {
  display: flex;
  height: 100%;
}
.l-header-cv a.l-header-cv-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 7.2em;
  height: 100%;
  white-space: nowrap;
  background-color: var(--color-main);
  color: var(--color-base);
  text-decoration: none;
  font-weight: 500;
  font-size: max(85%,12px);
  border-radius: 0 var(--rounded-small) var(--rounded-small) 0;
}
.l-header-cv a.l-header-cv-btn img {
  width: 2.2em;
  margin: 0 auto;
}
.l-header-cv a.l-header-cv-btn span {
  display: inline-block;
  line-height: 1.2;
}

.l-header-cv a.l-header-cv-btn.-request {
  background-color: var(--color-dark01);
}
body.is-pc .l-header-cv a.l-header-cv-btn.-request:hover {
  background-color: var(--color-main);
}
.l-header-cv a.l-header-cv-btn.-reservation {
  background-color: var(--color-brand01);
}
body.is-pc .l-header-cv a.l-header-cv-btn.-reservation:hover {
  background-color: var(--color-brand02);
}

/*
navi
*/

.l-header-navi {
  font-feature-settings: "palt";
}
.l-header-navi button {
  display: none !important;
}

.l-header-navi-list {
  display: flex;
  height: 100%;
  padding: 0 1.5em;
}

.l-header-navi-list > li {
  height: 100%;
  position: relative;
  margin: 0 0.4em;
}

.l-header-navi-list > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-weight: 500;
  padding: 1em 0.8em;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.l-header-navi-list > li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-brand01);
  transform-origin: left;
  transition: scale 0.3s ease;
  scale: 0 1;
}

body.is-pc .l-header-navi-list > li:hover > a {
  color: var(--color-brand01);
}
body.is-pc .l-header-navi-list > li:hover > a::after {
  scale: 1 1;
}

/*
child
*/

.l-header-navi-list ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 18em;
  color: var(--color-dark01);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0 0 var(--rounded-small) var(--rounded-small);
  padding: 0.5em 2em 0.5em 2em;
  margin-left: -2em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.l-header-navi-list li:hover ul {
  visibility: visible;
  opacity: 1;
}
.l-header-navi-list ul li {
}
.l-header-navi-list ul a {
  width: 100%;
  display: block;
  color: inherit;
  font-size: 95%;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 1em 0 ;
  white-space: nowrap;
}
.l-header-navi-list ul li:not(:last-child) a{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


body.is-pc .l-header-navi-list ul a:hover {
  color: var(--color-brand01);
  border-color: var(--color-brand01);
}

/*
fixed
*/


body.is-fixed .l-header {
  height: 3.5em;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body.is-pc.is-fixed .l-header:hover {
  background-color: rgba(255, 255, 255, 1);
}

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

  /*
  navi
  */

  .l-header-navi-list {
    padding: 0 1em;
  }

  .l-header-navi-list > li {
    margin: 0 0.2em;
  }

  .l-header-navi-list > li > a {
    padding: 1em 0.5em;
  }

}

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

  .l-header {
    display: none;
  }

}

/***********
footer
************/

.l-footer {
  background-color: var(--color-sub01);
  padding-top: min(15vw,6em);
}
.l-footer-container {
  padding-bottom: min(10vw,5em);
}
.l-footer-logo {
  width: clamp(200px,70vw, 300px);
  margin: 0 auto;
}

.l-footer-sitemap {
  padding-top: 3em;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5em;
}
.l-footer-sitemap-box {
  min-width: 12em;
  flex-grow: 1;
  padding-right: 1.5em;
}


.l-footer-brand {
  padding-top: min(8vw,4em);
}

.l-footer-copyright {
  display: block;
  color: var(--color-base);
  padding: 2.5em 2vw;
  text-align: center;
  background: linear-gradient(to right, #ff7a9d 20%, #65caff 80%);
}

/*
navi
*/

.l-footer-navi {
  font-size: 0.90rem;
  font-weight: 500;
  color: var(--color-dark01);
}
.l-footer-navi a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3em;
}
.l-footer-navi a[target="_blank"]::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f08e";
  color: var(--color-brand01);
  margin-left: 0.5em;
}
body.is-pc .l-footer-navi a:hover {
  color: var(--color-brand01);
  text-decoration-color: var(--color-brand01);
}
.l-footer-navi > li {
  padding: 0.4em 0;
}
.l-footer-navi > li > a {
}

.l-footer-navi ul {
  font-size: 90%;
  padding-top: 0.5em;
}
.l-footer-navi ul li {
  padding: 0.3em 0;
}
.l-footer-navi ul li a {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.l-footer-navi ul li a::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 1px;
  background-color: var(--color-main);
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0.8em;
}

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


  .l-footer-sitemap {
    padding-top: 0;
    margin-top: 3em;
    border-top: 1px solid var(--color-sub02);
    display: block;
    margin-right: 0;
  }
  .l-footer-sitemap-box {
    min-width: initial;
    padding-right: 0;
  }

  .l-footer-copyright {
    font-size: 0.7rem;
  }

  /*
  navi
  */

  .l-footer-navi {
    font-size: 1rem;
  }
  .l-footer-navi a {
  }
  .l-footer-navi > li {
    padding:  0;
    border-bottom: 1px solid var(--color-sub02);
  }
  .l-footer-navi > li > a {
    padding: 1em 0.8em;
    display: block;
  }

  .l-footer-navi ul {
    font-size: 90%;
    padding: 0.2em 0 1.5em 1em;
  }
  .l-footer-navi ul li {
    padding: 0.3em 0;
  }

}


/***********
menu
************/

.l-menu-trigger {
  display: none;
}

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

  .l-menu{
    position: fixed;
    width: 100%;
    height: 100dvh;
    z-index: 991;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }

  .is-menu-open .l-menu{
    opacity: 1;
  }

  .l-menu-trigger {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .l-menu-btn {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: none;
    border: none;
    background: url(../../img/menu_bg.png) no-repeat center center / 100% 100%;
    -webkit-tap-highlight-color:transparent;
  }
  .l-menu-btn span {
    display: inline-block;
    position: absolute;
    left: 35%;
    top: 38%;
    width: 40%;
    height: 2px;
    margin-top: -4px;
    background-color: var(--color-base);
    transition: 0.3s;
    transition: margin 0.3s ease 0.3s , transform 0.3s ease 0s , opacity 0.3s ease 0.3s;
  }
  .l-menu-btn span:nth-child(2) {
    margin-top: 4px;
  }

  .l-menu-btn p {
    font-size: 10px;
    font-family: var(--font-family-gothic);
    font-weight: 500;
    letter-spacing: 0.08em;
    position: absolute;
    left: 2px;
    bottom: 18px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s 0.3s;
  }
  .l-menu-btn.is-active p {
    opacity: 1;
  }
  .l-menu-btn.is-active p::after {
    content: "CLOSE";
    display: block;
    color: var(--color-base);
    white-space: nowrap;
  }

  .l-menu-btn.is-active {
  }
  .l-menu-btn.is-active span:nth-child(1) {
    margin-top: -6px;
    transition: margin 0.3s ease , transform 0.3s ease 0.3s, background-color 0.3s ease 0s;
    transform: rotate(-30deg);
  }
  .l-menu-btn.is-active span:nth-child(2) {
    margin-top: -6px;
    transition: margin 0.3s ease , transform 0.3s ease 0.3s, background-color 0.3s ease 0s;
    transform: rotate(30deg);
  }

}


/***********
menu
************/

.l-menu-wrapper {
  position: relative;
  overflow: hidden;
}

.l-menu-container {
  opacity: 0;
  transition: opacity 0.5s ease 0s ,translate 0.5s ease 0.3s;
  translate: 0 5px;
  max-width: 480px;
  margin: 0 auto;
  padding-top: var(--header-height);
  padding-bottom: 150px;
}
body.is-menu-open .l-menu-container {
  opacity: 1;
  transition: all 0.5s ease 0.3s;
  translate: 0 0;
}

/*
navi
*/

.l-menu-navi {
  text-align: left;
  position: relative;
  z-index: 9;
}

.l-menu-navi button {
  display: none;
}

.l-menu-navi-list {
  border-top: 1px solid var(--color-sub02);
}

.l-menu-navi-list>li {
  position: relative;
  border-bottom: 1px solid var(--color-sub02);
}

.l-menu-navi-list>li>a {
  min-width: 15em;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  padding: 1em 0 1em 25px;
  transition: 0.4s;
}

.l-menu-navi-list li:has(ul)>button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  width: 80px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 99;
  text-align: right;
  background: none;
  border: none;
  cursor: pointer;
  display: none !important;
}

.l-menu-navi-list li:has(ul)>button::before,
.l-menu-navi-list li:has(ul)>button::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: var(--color-brand01);
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0.8;
}

.l-menu-navi-list li:has(ul)>button::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.l-menu-navi-list li:has(ul)>button.is-active::after {
  transform: rotate(120deg);
  opacity: 0;
}

/*
child1
*/

.l-menu-navi-list>li >ul {
  padding: 5px 20px 25px 25px;
  margin-top: -10px;
}

.l-menu-navi-list>li:hover>ul {}

.l-menu-navi-list>li>ul>li {}

.l-menu-navi-list>li>ul>li:not(:last-child) {}

.l-menu-navi-list>li>ul>li>a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0.3em 0 0.2em 1.8em;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.l-menu-navi-list>li>ul>li>a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: var(--color-dark01);
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 1em;
}


/*
cv
*/


.l-menu-cv {
  display: flex;
  justify-content: center;
  padding-top: 2em;
  padding: 1em 10px 0;
}
.l-menu-cv-item {
  padding: 2px;
  flex: 1;
}
.l-menu-cv-btn {
  display: block;
  font-size: 15px;
  padding: 1em 1em 1em 2.5em;
  white-space: nowrap;
  background-color: var(--color-main);
  color: var(--color-base);
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.l-menu-cv-btn::after {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 3px;
  top: 3px;
  border: 1px solid var(--color-base);
}

.l-menu-cv-btn img {
  width: 1.8em;
  position: absolute;
  left: 0.6em;
  top: 50%;
  translate: 0 -50%;
}


.l-menu-cv-btn.-request {
  background-color: var(--color-dark01);
}
body.is-pc .l-menu-cv-btn.-request:hover {
  background-color: var(--color-main);
}
.l-menu-cv-btn.-reservation {
  background-color: var(--color-brand01);
}
body.is-pc .l-menu-cv-btn.-reservation:hover {
  background-color: var(--color-brand02);
}


.l-menu-brand {
  padding: 3em 12px 0;
}


/*
sub
*/

.l-menu-subNavi {
  padding-top: 2em;
  padding-left: 25px;
}

.l-menu-subNavi li {
  padding-right: 2em;
}

.l-menu-subNavi a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5em 0 0.5em 0;
  transition: 0.4s;
}

.l-menu-subNavi a[target="_blank"]::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f08e";
  color: var(--color-brand01);
  margin-left: 0.5em;
}


/***********
video
************/

.l-video {
  display: block;
  width: 100%;
}

/***********
movie
************/

.l-movie {
/*  max-width: 800px;*/
  margin: 0 auto;
}
.l-movie a {
  display: block;
  position: relative;
}
.l-movie a img {
  margin: 0 !important;
}
.l-movie a::before {
  content: "Play Movie";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, 50px);
}
.l-movie a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../img/icon/play.png) no-repeat center center / 80px 80px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%,-50%);
  pointer-events: none;
  transition: 0.3s;
}
body.is-pc .l-movie a:hover::after {
  opacity: 0.7;
}

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

  .l-movie a::before {
    transform: translate(-50%, 35px);
  }
  .l-movie a::after {
    background-size: 60px 60px;
  }
}

/***********
heading
************/

.l-heading{
  text-align: center;
  padding-bottom: 2.5em;
  position: relative;
}
.l-heading::before{
  content: "";
  display: block;
  width: 4.5em;
  height: 1.2em;
  background-color: var(--color-brand01);
  margin: 0 auto 1em;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%,50% 30%, 0 100%);
  position: relative;
  z-index: 9;
}
.l-heading::after{
  content: attr(data-text)"";
  position: absolute;
  top: 0.25em;
  color: var(--color-base);
  font-family: var(--font-family-serif-en02);
  font-size: 8.5rem;
  font-style: italic;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  background: var(--color-grad03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 50%;
  translate: -50% 0 ;
  opacity: 0.6;
}

.l-heading-title{
  font-size: 2.2em;
  line-height: 1.4;
  position: relative;
  z-index: 9;
}
.l-heading-subTitle{
  font-family: var(--font-family-serif-en);
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
  z-index: 9;
}
.l-heading-title + .l-heading-subTitle{
  padding-top: 0.5em;
}

.l-heading-text{
  line-height: 1.8;
  padding-top: 3em;
  position: relative;
  z-index: 9;
}

/*
en
*/

.l-heading.-en::before{
  margin-bottom: 0;
}
.l-heading.-en .l-heading-subTitle{
  font-size: 3.8rem;
  font-family: var(--font-family-serif-en02);
}
.l-heading.-en .l-heading-subTitle::first-letter{
  color: var(--color-brand01);
}
.l-heading.-en .l-heading-title{
  font-size: 1rem;
  font-weight: 500;
}


/*
dtWhite
*/

.l-heading.-dtWhite::after {
  background: none;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
  top: -0.15em;
}

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

  .l-heading{
    padding-bottom: 2em;
  }
  .l-heading::after{
    font-size: 5.5rem;
  }

  .l-heading-title{
    font-size: 1.5em;
  }
  .l-heading-subTitle{
    font-size: 1.1rem;
  }
  .l-heading-text{
    padding-top: 2em;
  }

  /*
  en
  */

  .l-heading.-en::before{
    margin-bottom: 0;
  }
  .l-heading.-en .l-heading-subTitle{
    font-size: 2.2rem;
  }
  .l-heading.-en .l-heading-title{
    font-size: 1rem;
    font-weight: 500;
  }

}


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

  .l-heading-text{
    text-align: left;
  }

}


/***********
headline
************/

.l-headline{
  text-align: center;
  padding-bottom: 2.5em;
}
.l-headline::before{
  content: "";
  display: block;
  width: 4.5em;
  height: 1.2em;
  background-color: var(--color-brand01);
  margin: 0 auto 0.5em;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%,50% 30%, 0 100%);
}
.l-headline-subTitle{
  font-size: 3rem;
  font-family: var(--font-family-serif-en);
  font-weight: 400;
}
.l-headline-title{
  font-size: 1rem;
  font-weight: 500;
}

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

  .l-headline{
    padding-bottom: 2em;
  }
  .l-headline-subTitle{
    font-size: 2.2rem;
  }
  .l-headline-title{
  }

}


/***********
largeHeading
************/

.l-largeHeading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding-bottom: 2.5em;
}
.l-largeHeading-subTitle {
  font-size: 3.7rem;
  font-family: var(--font-family-serif-en02);
  font-weight: 400;
  line-height: 1;
  padding-right: 0.8em;
}
.l-largeHeading-subTitle::first-letter {
  color: var(--color-brand01);
}
.l-largeHeading-title {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 0.8em;
  padding-bottom: 0.2em;
}

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

  .l-largeHeading {
    padding-bottom: 2em;
    display: block;
  }
  .l-largeHeading-subTitle {
    font-size: 3rem;
    padding-right: 0;
  }
  .l-largeHeading-title {
    padding-top: 1em;
    padding-bottom: 0;
  }

}


/***********
mediumHeading
************/

.l-mediumHeading {
  padding-bottom: 2.5em;
}
.l-mediumHeading-subTitle {
  font-size: 3.7rem;
  font-family: var(--font-family-serif-en02);
  font-weight: 400;
  line-height: 1;
}
.l-mediumHeading-subTitle::first-letter {
  color: var(--color-brand01);
}
.l-mediumHeading-title {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 1em;
}

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

  .l-mediumHeading {
    padding-bottom: 2em;
  }
  .l-mediumHeading-subTitle {
    font-size: 3rem;
  }
  .l-mediumHeading-title {
    padding-top: 0.8em;
  }
}


/***********
borderHeading
************/

.l-borderHeading {
  border-block: 2px solid var(--color-brand01);
  font-size: 1.8rem;
  padding: 0.7em 0;
  margin-bottom: 1.5em;
  text-align: center;
}
.l-borderHeading-title {
  display: inline-block;
  font-size: 100%;
  line-height: 1.4;
  position: relative;
}
.l-borderHeading-badge {
  width: 5em;
  position: absolute;
  right: calc(100% + 1em);
  bottom: -1.5em;

}

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

  .l-borderHeading {
    font-size: 1.3rem;
  }
}


/***********
title
************/

.l-largeTitle {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.2em 0 1.2em 1.5em;
  margin-bottom: 1.2em;
}
.l-largeTitle::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, var(--color-brand01) 30%, var(--color-primary01) 70%);
}
.l-largeTitle-title {
  display: inline-block;
  padding-right: 1em;
}
.l-largeTitle-subTitle {
  font-family: var(--font-family-serif-en02);
  font-style: italic;
  font-size: 90%;
  font-weight: 400;
  color: var(--color-brand01);
  opacity: 0.8;
}


.l-title{
  border-left: 5px solid var(--color-brand01);
  margin-bottom: 1em;
  padding-left: 1em;
  font-size: 1.3rem;
}
.l-subTitle{

}
.l-minTitle{

}


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

  .l-largeTitle {
    font-size: 1.3rem;
    padding: 0.8em 0 0.8em 1.2em;
  }

  .l-title{
    font-size: 1.15rem;
    padding-left: 0.8em;
  }

}


/***********
l-bgColor
************/

.l-pageSection.l-bgColor00 + .l-pageSection.l-bgColor00.l-block{
  padding-top: 2em;
}

.l-bgColor00{
  background-color: var(--color-base);
}
.l-bgColor01{
  background-color: var(--color-sub01);
}
.l-bgColor02{
  background-color: var(--color-sub02);
}
.l-bgColor03{
  background-color: var(--color-sub03);
}
.l-bgColor04{
  background-color: var(--color-sub04);
}
.l-bgColor05{
  background-color: var(--color-sub05);
}



.l-bgColor04.-pattern {
  position: relative;
  border-bottom: 2px solid #e8e0d9;
}
.l-bgColor04.-pattern:after {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../img/pattern02.png);
}

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

  .l-bgColor04.-pattern:after {
    height: 200px;
    background-size: 50px auto;
  }
}


/***********
carouselSlider
************/

.l-carouselSlider {
  position: relative;
}
.l-carouselSlider-list {
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
.l-carouselSlider-list li {
  padding: 0 0.8em;
}
body.is-pc .l-carouselSlider-list li a:hover {
  opacity: 0.8;
}

/*
slick
*/

.l-carouselSlider .slick-next,
.l-carouselSlider .slick-prev{
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 20px;
  height: 60px;
  cursor: pointer;
  transition: 0.2s;
}
.l-carouselSlider .slick-next{
  right: 0;
}
.l-carouselSlider .slick-prev{
  left: 0;
  rotate: 180deg;
}

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

  .l-carouselSlider {
  }
  .l-carouselSlider-list {
    padding: 0 0;
  }
  .l-carouselSlider-list li {
    padding: 0 0.5em;
  }
  .l-carouselSlider-list li a {
    display: block;
    width: clamp(200px,70vw, 320px);
  }


}


/***********
collectionRefine
************/

.l-collectionRefine {
  display: flex;
}
.l-collectionRefine.-offset {
  padding-block: 2.5em;
}
.l-collectionRefine.-border {
  border-block: 1px solid var(--color-dark01);
}

.l-collectionRefine-heading {
  padding-right: 1.5em;
}
.l-collectionRefine-heading-title {
  white-space: nowrap;
  background-color: var(--color-main);
  color: var(--color-base);
  font-weight: 500;
  font-size: 100%;
  padding: 0.8em 2.5em 0.8em 2em;
  clip-path: polygon(0% 0%, calc(100% - 1em) 0%, 100% 50%,calc(100% - 1em) 100%, 0 100%);
  position: relative;
}
.l-collectionRefine-heading-title::after {
  content: "";
  display: block;
  width: 0.4em;
  height:0.4em;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-base);
  border-radius: 50%;
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
}
.l-collectionRefine-inner {
  flex: 1;
}
.l-collectionRefine-section {
}
.l-collectionRefine-section + .l-collectionRefine-section {
  padding-top: 1em;
}
.l-collectionRefine-tags {
  display: flex;
  flex-wrap: wrap;
}
.l-collectionRefine-tags a {
  display: inline-block;
  background-color: var(--color-sub03);
  color: inherit;
  padding: 0.8em 1.5em;
  margin: 0.2em;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  min-width: 6em;
  font-weight: 500;
  border-radius: 3em;
}
.l-collectionRefine-tags a::before {
  content: "#";
  padding-right: 0.2em;
}
body.is-pc .l-collectionRefine-tags a:hover {
  background-color: var(--color-brand01);
  color: var(--color-base);
}

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

  .l-collectionRefine {
    display: block;
  }
  .l-collectionRefine.-offset {
    padding-block: 1.5em;
  }
  .l-collectionRefine.-border {
  }


  .l-collectionRefine-heading {
    padding-right: 0;
    padding-bottom: 1em;
  }
  .l-collectionRefine-heading-title {
    display: inline-block;
    font-size: 100%;
    padding: 0.5em 2.5em 0.5em 2em;
  }
  .l-collectionRefine-section + .l-collectionRefine-section {
    padding-top: 0;
  }
  .l-collectionRefine-tags {
    display: flex;
    flex-wrap: wrap;
  }
  .l-collectionRefine-tags a {
    padding: 0.8em 1.2em;
    min-width: 6em;
    font-weight: 500;
    font-size: 0.85rem;
  }
}



/***********
brandList
************/

.l-brandList {
}
.l-brandList.-offset {
  padding-top: 2em;
}

.l-brandList-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-brandList-list li {
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
  width: 220px;
  height: 150px;
}
body.is-pc .l-brandList-list li a:hover {
  opacity: 0.7;
}

.l-brandList-list li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

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

  .l-brandList {
  }
  .l-brandList.-offset {
    padding-top: 1em;
  }

  .l-brandList-list {
  }
  .l-brandList-list li {
    padding: 0.2em 0.2em;
    width: min(45vw,150px);
    height: auto;
  }

  .l-brandList-list li img {
  }

}


/***********
planCard
************/

.l-planCard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em 2%;
}

.l-planCard.-trisect {
  grid-template-columns: repeat(3, 1fr);
}

.l-planCard li {
  background-color: var(--color-base);
  position: relative;
}
.l-planCard li a{
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.l-planCard-img {
}
.l-planCard-inner {
  padding: min(10vw,2.5em) min(5vw,2em);
}
.l-planCard-title {
  background: url(../../img/plan_pattern01.png);
  position: absolute;
  right: 0.8em;
  top: 0;
  z-index: 9;
  color: var(--color-base);
  font-family: var(--font-family-serif);
  font-weight: 500;
  font-size: clamp(1.2rem,1.6vw, 1.3rem);
  letter-spacing: 0.1em;
  padding: 1.5em 0.8em;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.l-planCard-text {
  font-size: 0.9rem;
  line-height: 1.7;
}

.l-planCard li.-ver01 .l-planCard-title {
  background-image: url(../../img/plan_pattern01.png);
}
.l-planCard li.-ver02 .l-planCard-title {
  background-image: url(../../img/plan_pattern02.png);
}
.l-planCard li.-ver03 .l-planCard-title {
  background-image: url(../../img/plan_pattern03.png);
}
.l-planCard li.-ver04 .l-planCard-title {
  background-image: url(../../img/plan_pattern04.png);
}



@media screen and (max-width:1280px) {
  .l-planCard, {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media screen and (max-width:834px) {

  .l-planCard ,
  .l-planCard.-trisect{
    grid-template-columns: repeat(1, 1fr);
    gap: 2em 0;
    max-width: 520px;
    margin: 0 auto;
  }
  .l-planCard li {
    background-color: var(--color-base);
    position: relative;
  }
  .l-planCard li a{
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .l-planCard-img {
  }
  .l-planCard-inner {
  }
  .l-planCard-title {
    background-size: 16px auto;
    font-size: clamp(1rem,5.5vw, 1.35rem);
    padding: 1.5em 1em;
  }
  .l-planCard-text {
    font-size: 1rem;
    line-height: 1.6;
  }

}


/***********
split
************/

.l-split {
  display: flex;
}
.l-split-visual {
  width: 45%;
}
.l-split-img {
}
.l-split-inner {
  flex: 1;
}

.l-split:not(.-reverse) {
}
.l-split:not(.-reverse) .l-split-inner {
  padding-left: 9%;
}
.l-split:not(.-reverse) .l-split-img {
  margin-left: -12vw;
}

.l-split.-reverse {
  flex-direction: row-reverse;
}
.l-split.-reverse .l-split-inner {
  padding-right: 5%;
}
.l-split.-reverse .l-split-img {
  margin-right: -12vw;
}

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

  .l-split {
    display: block;
  }
  .l-split-visual {
    width: auto;
  }
  .l-split-img ,
  .l-split:not(.-reverse) .l-split-img,
  .l-split.-reverse .l-split-img{
    margin: 0;
  }
  .l-split-inner,
  .l-split:not(.-reverse) .l-split-inner,
  .l-split.-reverse .l-split-inner {
    padding: 2em 0 0;
  }

}


/***********
divide
************/

.l-divide {
  display: flex;
}
.l-divide-visual {
  width: 45%;
}
.l-divide-img {
}
.l-divide-inner {
  flex: 1;
}

.l-divide:not(.-reverse) {
}
.l-divide:not(.-reverse) .l-divide-inner {
  padding-right: 5%;
}
.l-divide:not(.-reverse) .l-divide-img {
  margin-right: -12vw;
}

.l-divide.-reverse {
  flex-direction: row-reverse;
}
.l-divide.-reverse .l-divide-inner {
  padding-left: 9%;
}
.l-divide.-reverse .l-divide-img {
  margin-left: -12vw;
}

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

  .l-divide {
    display: block;
  }
  .l-divide-visual {
    width: auto;
  }
  .l-divide-img ,
  .l-divide:not(.-reverse) .l-divide-img,
  .l-divide.-reverse .l-divide-img{
    margin: 0;
  }
  .l-divide-inner,
  .l-divide:not(.-reverse) .l-divide-inner,
  .l-divide.-reverse .l-divide-inner {
    padding: 0 0 3em;
  }

}

/***********
imgBg
************/

.l-imgBg {
  position: relative;
}
.l-imgBg.-brand01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-brand01);
  transition: 0.5s ease 0.5s;
  opacity: 0;
}
.l-imgBg > img {
  position: relative;
  z-index: 2;
}

.l-imgBg.is-show::before {
  rotate: 5deg;
  opacity: 1;
}

/***********
flow
************/

.l-flow {
  counter-reset : flow_num;
}
.l-flow-section {
  position: relative;
  display: flex;
  width: 70%;
  border: 1px solid var(--color-main);
  background-color: var(--color-base);
}
.l-flow-section + .l-flow-section {
  margin-top: 0.8em;
}

.l-flow-heading {
  width: 2.6em;
  padding-right: 0.5em;
  font-size: 3.2rem;
  font-family: var(--font-family-serif-en02);
  font-weight: 400;
  font-style: italic;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  background-color: var(--color-main);
  color: var(--color-base);
  clip-path: polygon(0% 0%, 100% 0%, 60% 100%, 0 100%);
}
.l-flow-section:nth-child(even) .l-flow-heading {
  background-color: var(--color-dark01);
}
.l-flow-heading-num {
}
.l-flow-heading-num::after{
  background: var(--color-grad02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  counter-increment:flow_num;
  content: counter(flow_num, decimal-leading-zero) ;
}


.l-flow-inner {
  flex: 1;
  padding: min(7vw,2.2em) min(5vw,4em);
  padding-left: 1em;
}
.l-flow-title {
  font-size: 1.3rem;
  padding-bottom: 0.6em;
}

.l-flow-visual {
  position: absolute;
  left: calc(100% - 1.5em);
  width: 55%;
  z-index: 9;
}
.l-flow-visual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0.2em;
  top: 0.5em;
  background-color: #c7839e;
  transition: 0.5s ease 0.5s;
  rotate: 4deg;
  opacity: 1;
  opacity: 0.5;
}
.l-flow-img {
  border: 0.5rem solid var(--color-base);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.l-flow-img img {
  position: relative;
  z-index: 9;
}


.l-flow-visual.-ver01 {
  top: -50%;
}
.l-flow-visual.-ver02 {
  top: 40%;
}
.l-flow-visual.-ver03 {
  top: 50%;
}
.l-flow-visual.-ver04 {
  top: 80%;
}

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

  .l-flow {
  }
  .l-flow-section {
    width: auto;
    display: block;
    position: relative;
  }
  .l-flow-section + .l-flow-section {
    margin-top: 1em;
  }

  .l-flow-heading {
    width: 2.5em;
    padding: 0.2em 0.4em 0.2em 0;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0 100%);
  }


  .l-flow-inner {
    padding: min(5vw,2.2em) min(5vw,4em) 2em;
  }
  .l-flow-title {
    font-size: 1.2rem;
    padding-bottom: 1.2em;
    padding-left: 3.5em;
  }

  .l-flow-visual {
    position: relative;
    inset: auto !important;
    width: auto;
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .l-flow-img {
    border: 0.5rem solid var(--color-base);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
  }
  .l-flow-img img {
    position: relative;
    z-index: 9;
  }

}

/***********
instagram
************/

.l-instagram {
}
.l-instagram-heading {
  width: clamp(180px,30vw, 250px);
  margin: 0 auto 2em;
  opacity: 0.8;
}
.l-instagram-container {
  height: 500px;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}




/***********
newsList
************/

.l-newsList {
}
.l-newsList li {
}
.l-newsList li + li {
  margin-top: -1px;
}
.l-newsList a {
  display: flex;
  align-items: start;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding: 2em 0.5em;
  border-block: 1px solid var(--color-dark01);
  position: relative;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.l-newsList li:first-child a {
}
body.is-pc .l-newsList a:hover {
  border-color: var(--color-brand01);
  z-index: 9;
}
.l-newsList-time {
  display: inline-block;
  width: 7em;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.l-newsList-cat {
  display: inline-block;
  min-width: 8.5em;
  padding: 0.2em 0.5em;
  background-color: var(--color-brand01);
  border-radius: 5px;
  color: var(--color-base);
  font-weight: 500;
  font-size: 90%;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.l-newsList-title {
  flex: 1;
  padding-left: 3em;
  transition: 0.2s;
}

body.is-pc .l-newsList a:hover .l-newsList-title {
  color: var(--color-brand01);
}

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


  .l-newsList {
  }
  .l-newsList li {
  }
  .l-newsList li + li {
  }
  .l-newsList a {
    display: block;
    padding: 1.8em 0.5em;
  }
  .l-newsList-time {
    width: 5.5em;
  }
  .l-newsList-cat {
    min-width: 4.5em;
    padding: 0.2em 0.8em;
    border-radius: 3px;
    font-size: 80%;
  }
  .l-newsList-title {
    padding-left: 0;
    padding-top: 0.8em;
  }

  body.is-pc .l-newsList a:hover .l-newsList-title {
    color: var(--color-brand01);
  }


}

/***********
brandInfo
************/

.l-brandInfo {
  border: 1px solid var(--color-main);
  background-color: var(--color-base);
}
.l-brandInfo-title {
  display: inline-block;
  background-color: var(--color-main);
  color: var(--color-base);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.5em 2em;
}
.l-brandInfo-inner {
  padding: 1em min(5vw,3em) 2em;
}
.l-brandInfo-list {
  display: flex;
  flex-wrap: wrap;
}
.l-brandInfo-list li {

  padding-block: 0.2em;
}
.l-brandInfo-list li:not(:last-child) {
  padding-right: 1.2em;
}
.l-brandInfo-list li a {
  display: inline-block;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3em;
}
.l-brandInfo-list li a::before {
  content: "#";
}
body.is-pc .l-brandInfo-list li a:hover {
  color: var(--color-brand01);
  text-decoration-color: var(--color-brand01);
}



/***********
collectionSlider
************/

.l-collectionSlider {
  position: relative;
  margin-bottom: min(12vw,8em);
}
.l-collectionSlider-container {
  width: calc(100% + (100vw - 1000px) / 2);
  margin-right: calc((100vw - 1000px) / -2);
  overflow: hidden;
}

.l-collectionSlider-list {
  display: flex;
  padding-left: 100px;
  padding-bottom: 200px;
}
.l-collectionSlider-list .slick-list {
  overflow: visible;
}
.l-collectionSlider-list .slick-current a{
  scale: 1.26;
  position: relative;
  z-index: 9;
}

.l-collectionSlider-list li {
  position: relative;
  z-index: 99;
}
.l-collectionSlider-list li a {
  display: block;
  color: var(--color-dark01);
  text-decoration: none;
  padding-right: 30px;
  width: 400px;
  transform-origin: right top;
  transition: all 0.5s ease;
}
.l-collectionSlider-img {
}
.l-collectionSlider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 3;
}
.l-collectionSlider-inner {
  padding: 1em 10px 0;
}
.l-collectionSlider-id {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  padding: 0 0.8em;
  margin-bottom: 0.5em;
  border: 1px solid var(--color-dark01);
}
.l-collectionSlider-data {
  font-size: 0.90rem;
  font-weight: 500;
}
.l-collectionSlider-data span {
  display: inline-block;
}
.l-collectionSlider-data span:not(:last-child)::after {
  content: "/";
  padding: 0 0.3em;
}


.l-collectionSlider-control {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
}
.l-collectionSlider-control-btn {
  display: inline-block;
  background: url(../../img/icon/arrow_wt.png) no-repeat center center / 45% auto;
  background-color: var(--color-dark01);
  width: 50px;
  height: 46px;
  margin: 2px;
  cursor: pointer;
  transition: 0.2s;
}
body.is-pc .l-collectionSlider-control-btn:hover {
  background-color: var(--color-main);
}
.l-collectionSlider-control-btn.-next {
}
.l-collectionSlider-control-btn.-prev {
  rotate: 180deg;
}


.l-collectionSlider-link {
  padding-bottom: 1em;
  padding-left: 2em;
}


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

  .l-collectionSlider-container {
    width: calc(100% + 60px);
    margin-right: -30px;
  }

}



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

  .l-collectionSlider {
    margin-bottom: min(8vw,5em);
  }
  .l-collectionSlider-list {
    padding-left: 35px;
    padding-bottom: 180px;
  }
  .l-collectionSlider-list .slick-current a{
    scale: 1.26;
  }

  .l-collectionSlider-list li a {
    padding-right: 5px;
    width: 150px;
  }
  .l-collectionSlider-img {
  }
  .l-collectionSlider-inner {
    padding: 5px 5px 0;
  }
  .l-collectionSlider-id {
    font-size: 8px;
  }
  .l-collectionSlider-data {
    font-size: 10px;
  }
  .l-collectionSlider-data span:not(:last-child)::after {
    content: "/";
    padding: 0 0.2em;
  }


  .l-collectionSlider-control {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 3.5em;
  }
  .l-collectionSlider-control-btn {
    width: 36px;
    height: 34px;
    margin: 1px;
  }

  .l-collectionSlider-link {
    padding-bottom: 1em;
    padding-left: 1em;
  }

}


/***********
collectionCard
************/

.l-collectionCard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5em 3%;
}
.l-collectionCard li {
}
.l-collectionCard li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.l-collectionCard-img {
}
.l-collectionCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 3;
}
.l-collectionCard-inner {
  padding-top: 0.5em;
}
.l-collectionCard-id {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  padding: 0 0.8em;
  margin-bottom: 0.5em;
  border: 1px solid var(--color-dark01);
}
.l-collectionCard-data {
  font-size: 0.90rem;
  font-weight: 500;
}
.l-collectionCard-data span {
  display: inline-block;
}
.l-collectionCard-data span:not(:last-child)::after {
  content: "/";
  padding: 0 0.3em;
}

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

  .l-collectionCard {
    grid-template-columns: repeat(3, 1fr);
    gap: 3em 2%;
  }

}

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

  .l-collectionCard {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 2%;
  }

}


/***********
fixedBanner
************/

.l-fixedBanner {
  position: fixed;
  left: -100%;
  bottom: 0;
  z-index: 990;
  padding: 0 10px 10px 10px;
  transition: all 0.8s ease 1s;
}
body.is-loaded .l-fixedBanner{
  left: 0;
}
.l-fixedBanner-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  left: 10px;
  bottom: 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.l-fixedBanner-close::before,
.l-fixedBanner-close::after{
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin-top: -1px;
  background-color: #555;
  position: absolute;
  left: 5px;
  top: 50%;
}
.l-fixedBanner-close::before{
  transform: rotate(-45deg);
}
.l-fixedBanner-close::after{
  transform: rotate(45deg);
}

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

  .l-fixedBanner {
    transform: scale(0.8);
    transform-origin: left bottom;
  }

}

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

  .l-fixedBanner {
    transform: scale(0.6);
    transform-origin: left bottom;
  }

}

/***********
xxxxx
************/




/***********
spRatio
************/

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

  .l-spRatio-16_9{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }

  [class^="l-spRatio"].-ct {
    object-position: center top;
  }
  [class^="l-spRatio"].-cb {
    object-position: center bottom;
  }

}

/***********
fade
************/


[data-fade] {
  opacity: 0;
  transition: opacity 0.8s ease, translate 1s ease;
  transition-delay: 0.1s;
}
[data-fade].is-show {
  opacity: 1;
}

[data-fade="fade-up"] {
  translate: 0 10px;
}
[data-fade="fade-up"].is-show {
  translate: 0 0;
}

[data-fade="step-up"] > *{
  opacity: 0;
  transition: opacity 0.8s ease, translate 1s ease;
  transition-delay: 0.1s;
  translate: 0 10px;
}
[data-fade="step-up"].is-show > *{
  opacity: 1;
  translate: 0 0;
}




/***********
slick common
************/

.slick-slide li {
  vertical-align: bottom;
}

/***********
status
************/

.is-hide {
  display: none;
}
.is-readerHide {
  clip: rect(1px, 1px, 1px, 1px);
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}


.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br,
.ssp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

.is-gothic {
  font-family: var(--font-family-gothic);
}

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

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

  .is-spGothic {
    font-family: var(--font-family-gothic);
  }

}

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

  .ssp-br {
    display: inline;
  }

}
