@charset "UTF-8";
/******************************

 * style
 *
 * 1. import
 * 2. html, body
 * 3. tag
 * 4. Layout
 * 5. popup

******************************/
/*****
 * 1. import
*****/
/**
 * accessibility.css
 * (c) FOURDIGIT Inc.
 */
@import url(import/reset.css);
@import url(import/util.css);
#noscript {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #999999;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  overflow: hidden;
}

#noscript .content {
  padding: 10px;
  width: auto;
}

#noscript span {
  color: #cc0000;
}

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

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 400;
  src: url("../font/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 700;
  src: url("../font/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}

@font-face {
  font-family: YakuHanMP;
  font-weight: 400;
  src: url("../font/YakuHanMP/YakuHanMP-Regular.woff") format("woff");
}

@font-face {
  font-family: YakuHanMP;
  font-weight: 700;
  src: url("../font/YakuHanMP/YakuHanMP-Bold.woff") format("woff");
}

/*****
 * 2. html, body
*****/
body {
  background-color: #ffffff;
}

/*****
 * 3. tag
*****/
/* anchor */
a {
  background-color: transparent;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  /* color: #0000ff; */
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  /* color: #ff0000; */
  text-decoration: none;
}

/* cap */
.cap,
.caption {
  background: none;
  color: #666666;
  font-size: 10px;
  line-height: 1.5;
}

.cap {
  padding-top: 5px;
}

/* caption */
.caption,
.capIn,
.capOut {
  color: #999999;
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.6;
}

.caption[data-color='gray'],
.capIn[data-color='gray'],
.capOut[data-color='gray'] {
  color: #999999;
}

.caption[data-color='l-gray'],
.capIn[data-color='l-gray'],
.capOut[data-color='l-gray'] {
  color: #cccccc;
}

.caption[data-color='white'],
.capIn[data-color='white'],
.capOut[data-color='white'] {
  color: #ffffff;
}

.caption[data-color='black'],
.capIn[data-color='black'],
.capOut[data-color='black'] {
  color: #000000;
}

.caption[data-color='sdw-wh'],
.capIn[data-color='sdw-wh'],
.capOut[data-color='sdw-wh'] {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.caption[data-color='sdw-bl'],
.capIn[data-color='sdw-bl'],
.capOut[data-color='sdw-bl'] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.caption[data-color='label'],
.capIn[data-color='label'],
.capOut[data-color='label'] {
  background: rgba(102, 102, 102, 0.8);
  color: #ffffff;
  line-height: 1;
  padding: 5px;
  right: auto;
}

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

.header-property-logo-link .header-property-logo-title img {
  max-width: none;
}

/* pc sp */
.sp,
img.sp,
br.sp {
  display: none;
}

@media only screen and (max-width: 736px) {
  .sp,
  img.sp,
  br.sp {
    display: inline-block;
  }
  .pc,
  img.pc,
  br.pc {
    display: none;
  }
}

/* telephone */
.telephone {
  pointer-events: none;
}

@media only screen and (max-width: 736px) {
  .telephone {
    pointer-events: visible;
  }
}

/*****
 * 4. Layout
*****/
/* Container */
#container {
  background-color: #f7f5f2;
  color: #555555;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.68;
  text-align: left;
}

@media print, screen and (min-width: 736px) {
  #container {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 736px) {
  #container {
    padding-bottom: calc(120 / 390 * 100vw);
  }
}

@media only screen and (max-width: 736px) {
  #container {
    font-size: 12px;
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

#container.premium {
  background-color: unset;
  position: relative;
}

#container.premium:after {
  background: no-repeat center bottom / cover;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
  height: 100%;
}

@media print, screen and (min-width: 736px) {
  #container.premium:after {
    background-image: url("../imgs/pc/bg-premium@1.5x.jpg");
  }
}

@media screen and (max-width: 736px) {
  #container.premium:after {
    background-image: url("../imgs/sp/bg-premium.jpg");
  }
}

.wrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .wrap {
    width: 1200px;
  }
}

@media screen and (max-width: 736px) {
  .wrap {
    padding-left: calc(32 / 390 * 100vw);
    padding-right: calc(32 / 390 * 100vw);
  }
}

/* ----------------------------------------------------------------------
ボトムエリア
---------------------------------------------------------------------- */
@media print, screen and (min-width: 736px) {
  .bottomArea {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 736px) {
  .bottomArea {
    padding-bottom: calc(80 / 390 * 100vw);
  }
}

.bottomArea + .box-bukken {
  padding-top: 0;
}

@media print, screen and (min-width: 736px) {
  .bottomArea-caption {
    padding-top: 160px;
  }
}

@media screen and (max-width: 736px) {
  .bottomArea-caption {
    padding-top: calc(120 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  * + .bottomArea-caption {
    padding-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  * + .bottomArea-caption {
    padding-top: calc(80 / 390 * 100vw);
  }
}

/* COMPONENTS */
/* stylelint-disable */
[data-sai][data-sai][data-sai-duration='50'],
body[data-sai-duration='50'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-sai][data-sai][data-sai-delay='50'],
body[data-sai-delay='50'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='50'].sai-animate,
body[data-sai-delay='50'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-sai][data-sai][data-sai-duration='100'],
body[data-sai-duration='100'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

[data-sai][data-sai][data-sai-delay='100'],
body[data-sai-delay='100'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='100'].sai-animate,
body[data-sai-delay='100'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

[data-sai][data-sai][data-sai-duration='150'],
body[data-sai-duration='150'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

[data-sai][data-sai][data-sai-delay='150'],
body[data-sai-delay='150'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='150'].sai-animate,
body[data-sai-delay='150'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

[data-sai][data-sai][data-sai-duration='200'],
body[data-sai-duration='200'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

[data-sai][data-sai][data-sai-delay='200'],
body[data-sai-delay='200'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='200'].sai-animate,
body[data-sai-delay='200'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

[data-sai][data-sai][data-sai-duration='250'],
body[data-sai-duration='250'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

[data-sai][data-sai][data-sai-delay='250'],
body[data-sai-delay='250'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='250'].sai-animate,
body[data-sai-delay='250'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

[data-sai][data-sai][data-sai-duration='300'],
body[data-sai-duration='300'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

[data-sai][data-sai][data-sai-delay='300'],
body[data-sai-delay='300'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='300'].sai-animate,
body[data-sai-delay='300'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-sai][data-sai][data-sai-duration='350'],
body[data-sai-duration='350'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

[data-sai][data-sai][data-sai-delay='350'],
body[data-sai-delay='350'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='350'].sai-animate,
body[data-sai-delay='350'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

[data-sai][data-sai][data-sai-duration='400'],
body[data-sai-duration='400'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-sai][data-sai][data-sai-delay='400'],
body[data-sai-delay='400'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='400'].sai-animate,
body[data-sai-delay='400'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-sai][data-sai][data-sai-duration='450'],
body[data-sai-duration='450'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

[data-sai][data-sai][data-sai-delay='450'],
body[data-sai-delay='450'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='450'].sai-animate,
body[data-sai-delay='450'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

[data-sai][data-sai][data-sai-duration='500'],
body[data-sai-duration='500'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-sai][data-sai][data-sai-delay='500'],
body[data-sai-delay='500'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='500'].sai-animate,
body[data-sai-delay='500'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-sai][data-sai][data-sai-duration='550'],
body[data-sai-duration='550'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

[data-sai][data-sai][data-sai-delay='550'],
body[data-sai-delay='550'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='550'].sai-animate,
body[data-sai-delay='550'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

[data-sai][data-sai][data-sai-duration='600'],
body[data-sai-duration='600'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-sai][data-sai][data-sai-delay='600'],
body[data-sai-delay='600'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='600'].sai-animate,
body[data-sai-delay='600'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

[data-sai][data-sai][data-sai-duration='650'],
body[data-sai-duration='650'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .65s;
          transition-duration: .65s;
}

[data-sai][data-sai][data-sai-delay='650'],
body[data-sai-delay='650'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='650'].sai-animate,
body[data-sai-delay='650'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

[data-sai][data-sai][data-sai-duration='700'],
body[data-sai-duration='700'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

[data-sai][data-sai][data-sai-delay='700'],
body[data-sai-delay='700'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='700'].sai-animate,
body[data-sai-delay='700'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

[data-sai][data-sai][data-sai-duration='750'],
body[data-sai-duration='750'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

[data-sai][data-sai][data-sai-delay='750'],
body[data-sai-delay='750'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='750'].sai-animate,
body[data-sai-delay='750'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

[data-sai][data-sai][data-sai-duration='800'],
body[data-sai-duration='800'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

[data-sai][data-sai][data-sai-delay='800'],
body[data-sai-delay='800'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='800'].sai-animate,
body[data-sai-delay='800'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

[data-sai][data-sai][data-sai-duration='850'],
body[data-sai-duration='850'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

[data-sai][data-sai][data-sai-delay='850'],
body[data-sai-delay='850'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='850'].sai-animate,
body[data-sai-delay='850'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

[data-sai][data-sai][data-sai-duration='900'],
body[data-sai-duration='900'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

[data-sai][data-sai][data-sai-delay='900'],
body[data-sai-delay='900'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='900'].sai-animate,
body[data-sai-delay='900'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

[data-sai][data-sai][data-sai-duration='950'],
body[data-sai-duration='950'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: .95s;
          transition-duration: .95s;
}

[data-sai][data-sai][data-sai-delay='950'],
body[data-sai-delay='950'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='950'].sai-animate,
body[data-sai-delay='950'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s;
}

[data-sai][data-sai][data-sai-duration='1000'],
body[data-sai-duration='1000'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-sai][data-sai][data-sai-delay='1000'],
body[data-sai-delay='1000'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1000'].sai-animate,
body[data-sai-delay='1000'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-sai][data-sai][data-sai-duration='1050'],
body[data-sai-duration='1050'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-sai][data-sai][data-sai-delay='1050'],
body[data-sai-delay='1050'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1050'].sai-animate,
body[data-sai-delay='1050'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-sai][data-sai][data-sai-duration='1100'],
body[data-sai-duration='1100'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-sai][data-sai][data-sai-delay='1100'],
body[data-sai-delay='1100'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1100'].sai-animate,
body[data-sai-delay='1100'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-sai][data-sai][data-sai-duration='1150'],
body[data-sai-duration='1150'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-sai][data-sai][data-sai-delay='1150'],
body[data-sai-delay='1150'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1150'].sai-animate,
body[data-sai-delay='1150'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-sai][data-sai][data-sai-duration='1200'],
body[data-sai-duration='1200'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-sai][data-sai][data-sai-delay='1200'],
body[data-sai-delay='1200'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1200'].sai-animate,
body[data-sai-delay='1200'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-sai][data-sai][data-sai-duration='1250'],
body[data-sai-duration='1250'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-sai][data-sai][data-sai-delay='1250'],
body[data-sai-delay='1250'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1250'].sai-animate,
body[data-sai-delay='1250'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-sai][data-sai][data-sai-duration='1300'],
body[data-sai-duration='1300'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-sai][data-sai][data-sai-delay='1300'],
body[data-sai-delay='1300'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1300'].sai-animate,
body[data-sai-delay='1300'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-sai][data-sai][data-sai-duration='1350'],
body[data-sai-duration='1350'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-sai][data-sai][data-sai-delay='1350'],
body[data-sai-delay='1350'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1350'].sai-animate,
body[data-sai-delay='1350'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-sai][data-sai][data-sai-duration='1400'],
body[data-sai-duration='1400'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-sai][data-sai][data-sai-delay='1400'],
body[data-sai-delay='1400'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1400'].sai-animate,
body[data-sai-delay='1400'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-sai][data-sai][data-sai-duration='1450'],
body[data-sai-duration='1450'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-sai][data-sai][data-sai-delay='1450'],
body[data-sai-delay='1450'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1450'].sai-animate,
body[data-sai-delay='1450'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-sai][data-sai][data-sai-duration='1500'],
body[data-sai-duration='1500'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-sai][data-sai][data-sai-delay='1500'],
body[data-sai-delay='1500'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1500'].sai-animate,
body[data-sai-delay='1500'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-sai][data-sai][data-sai-duration='1550'],
body[data-sai-duration='1550'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-sai][data-sai][data-sai-delay='1550'],
body[data-sai-delay='1550'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1550'].sai-animate,
body[data-sai-delay='1550'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-sai][data-sai][data-sai-duration='1600'],
body[data-sai-duration='1600'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-sai][data-sai][data-sai-delay='1600'],
body[data-sai-delay='1600'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1600'].sai-animate,
body[data-sai-delay='1600'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-sai][data-sai][data-sai-duration='1650'],
body[data-sai-duration='1650'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-sai][data-sai][data-sai-delay='1650'],
body[data-sai-delay='1650'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1650'].sai-animate,
body[data-sai-delay='1650'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-sai][data-sai][data-sai-duration='1700'],
body[data-sai-duration='1700'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-sai][data-sai][data-sai-delay='1700'],
body[data-sai-delay='1700'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1700'].sai-animate,
body[data-sai-delay='1700'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-sai][data-sai][data-sai-duration='1750'],
body[data-sai-duration='1750'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-sai][data-sai][data-sai-delay='1750'],
body[data-sai-delay='1750'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1750'].sai-animate,
body[data-sai-delay='1750'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-sai][data-sai][data-sai-duration='1800'],
body[data-sai-duration='1800'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-sai][data-sai][data-sai-delay='1800'],
body[data-sai-delay='1800'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1800'].sai-animate,
body[data-sai-delay='1800'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-sai][data-sai][data-sai-duration='1850'],
body[data-sai-duration='1850'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-sai][data-sai][data-sai-delay='1850'],
body[data-sai-delay='1850'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1850'].sai-animate,
body[data-sai-delay='1850'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-sai][data-sai][data-sai-duration='1900'],
body[data-sai-duration='1900'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-sai][data-sai][data-sai-delay='1900'],
body[data-sai-delay='1900'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1900'].sai-animate,
body[data-sai-delay='1900'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-sai][data-sai][data-sai-duration='1950'],
body[data-sai-duration='1950'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-sai][data-sai][data-sai-delay='1950'],
body[data-sai-delay='1950'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='1950'].sai-animate,
body[data-sai-delay='1950'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-sai][data-sai][data-sai-duration='2000'],
body[data-sai-duration='2000'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-sai][data-sai][data-sai-delay='2000'],
body[data-sai-delay='2000'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2000'].sai-animate,
body[data-sai-delay='2000'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-sai][data-sai][data-sai-duration='2050'],
body[data-sai-duration='2050'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-sai][data-sai][data-sai-delay='2050'],
body[data-sai-delay='2050'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2050'].sai-animate,
body[data-sai-delay='2050'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-sai][data-sai][data-sai-duration='2100'],
body[data-sai-duration='2100'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-sai][data-sai][data-sai-delay='2100'],
body[data-sai-delay='2100'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2100'].sai-animate,
body[data-sai-delay='2100'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-sai][data-sai][data-sai-duration='2150'],
body[data-sai-duration='2150'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-sai][data-sai][data-sai-delay='2150'],
body[data-sai-delay='2150'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2150'].sai-animate,
body[data-sai-delay='2150'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-sai][data-sai][data-sai-duration='2200'],
body[data-sai-duration='2200'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-sai][data-sai][data-sai-delay='2200'],
body[data-sai-delay='2200'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2200'].sai-animate,
body[data-sai-delay='2200'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-sai][data-sai][data-sai-duration='2250'],
body[data-sai-duration='2250'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-sai][data-sai][data-sai-delay='2250'],
body[data-sai-delay='2250'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2250'].sai-animate,
body[data-sai-delay='2250'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-sai][data-sai][data-sai-duration='2300'],
body[data-sai-duration='2300'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-sai][data-sai][data-sai-delay='2300'],
body[data-sai-delay='2300'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2300'].sai-animate,
body[data-sai-delay='2300'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-sai][data-sai][data-sai-duration='2350'],
body[data-sai-duration='2350'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-sai][data-sai][data-sai-delay='2350'],
body[data-sai-delay='2350'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2350'].sai-animate,
body[data-sai-delay='2350'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-sai][data-sai][data-sai-duration='2400'],
body[data-sai-duration='2400'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-sai][data-sai][data-sai-delay='2400'],
body[data-sai-delay='2400'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2400'].sai-animate,
body[data-sai-delay='2400'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-sai][data-sai][data-sai-duration='2450'],
body[data-sai-duration='2450'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-sai][data-sai][data-sai-delay='2450'],
body[data-sai-delay='2450'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2450'].sai-animate,
body[data-sai-delay='2450'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-sai][data-sai][data-sai-duration='2500'],
body[data-sai-duration='2500'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-sai][data-sai][data-sai-delay='2500'],
body[data-sai-delay='2500'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2500'].sai-animate,
body[data-sai-delay='2500'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-sai][data-sai][data-sai-duration='2550'],
body[data-sai-duration='2550'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-sai][data-sai][data-sai-delay='2550'],
body[data-sai-delay='2550'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2550'].sai-animate,
body[data-sai-delay='2550'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-sai][data-sai][data-sai-duration='2600'],
body[data-sai-duration='2600'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-sai][data-sai][data-sai-delay='2600'],
body[data-sai-delay='2600'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2600'].sai-animate,
body[data-sai-delay='2600'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-sai][data-sai][data-sai-duration='2650'],
body[data-sai-duration='2650'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-sai][data-sai][data-sai-delay='2650'],
body[data-sai-delay='2650'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2650'].sai-animate,
body[data-sai-delay='2650'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-sai][data-sai][data-sai-duration='2700'],
body[data-sai-duration='2700'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-sai][data-sai][data-sai-delay='2700'],
body[data-sai-delay='2700'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2700'].sai-animate,
body[data-sai-delay='2700'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-sai][data-sai][data-sai-duration='2750'],
body[data-sai-duration='2750'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-sai][data-sai][data-sai-delay='2750'],
body[data-sai-delay='2750'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2750'].sai-animate,
body[data-sai-delay='2750'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-sai][data-sai][data-sai-duration='2800'],
body[data-sai-duration='2800'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-sai][data-sai][data-sai-delay='2800'],
body[data-sai-delay='2800'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2800'].sai-animate,
body[data-sai-delay='2800'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-sai][data-sai][data-sai-duration='2850'],
body[data-sai-duration='2850'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-sai][data-sai][data-sai-delay='2850'],
body[data-sai-delay='2850'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2850'].sai-animate,
body[data-sai-delay='2850'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-sai][data-sai][data-sai-duration='2900'],
body[data-sai-duration='2900'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-sai][data-sai][data-sai-delay='2900'],
body[data-sai-delay='2900'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2900'].sai-animate,
body[data-sai-delay='2900'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-sai][data-sai][data-sai-duration='2950'],
body[data-sai-duration='2950'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-sai][data-sai][data-sai-delay='2950'],
body[data-sai-delay='2950'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='2950'].sai-animate,
body[data-sai-delay='2950'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-sai][data-sai][data-sai-duration='3000'],
body[data-sai-duration='3000'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-sai][data-sai][data-sai-delay='3000'],
body[data-sai-delay='3000'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay='3000'].sai-animate,
body[data-sai-delay='3000'] [data-sai]:not([data-sai='target']).sai-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-sai][data-sai][data-sai-easing='linear'],
body[data-sai-easing='linear'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-sai][data-sai][data-sai-easing='ease'],
body[data-sai-easing='ease'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-sai][data-sai][data-sai-easing='ease-in'],
body[data-sai-easing='ease-in'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-sai][data-sai][data-sai-easing='ease-out'],
body[data-sai-easing='ease-out'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-sai][data-sai][data-sai-easing='ease-in-out'],
body[data-sai-easing='ease-in-out'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-sai][data-sai][data-sai-easing='ease-in-back'],
body[data-sai-easing='ease-in-back'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sai][data-sai][data-sai-easing='ease-out-back'],
body[data-sai-easing='ease-out-back'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-back'],
body[data-sai-easing='ease-in-out-back'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sai][data-sai][data-sai-easing='ease-in-sine'],
body[data-sai-easing='ease-in-sine'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sai][data-sai][data-sai-easing='ease-out-sine'],
body[data-sai-easing='ease-out-sine'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-sine'],
body[data-sai-easing='ease-in-out-sine'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
          transition-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
}

[data-sai][data-sai][data-sai-easing='ease-in-quad'],
body[data-sai-easing='ease-in-quad'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sai][data-sai][data-sai-easing='ease-out-quad'],
body[data-sai-easing='ease-out-quad'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-quad'],
body[data-sai-easing='ease-in-out-quad'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sai][data-sai][data-sai-easing='ease-in-cubic'],
body[data-sai-easing='ease-in-cubic'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sai][data-sai][data-sai-easing='ease-out-cubic'],
body[data-sai-easing='ease-out-cubic'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-cubic'],
body[data-sai-easing='ease-in-out-cubic'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sai][data-sai][data-sai-easing='ease-in-quart'],
body[data-sai-easing='ease-in-quart'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sai][data-sai][data-sai-easing='ease-out-quart'],
body[data-sai-easing='ease-out-quart'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sai][data-sai][data-sai-easing='ease-in-out-quart'],
body[data-sai-easing='ease-in-out-quart'] [data-sai]:not([data-sai='target']) {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sai^='fade'][data-sai^='fade'] {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: filter, opacity, transform;
  transition-property: filter, opacity, transform, -webkit-filter, -webkit-transform;
  will-change: filter, opacity, transform;
}

[data-sai^='fade'][data-sai^='fade'].sai-animate {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

[data-sai^='fade'][data-sai^='fade'].sai-animate:not([data-sai='fade']) {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-sai='fade-up'] {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

[data-sai='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-sai='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-sai='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-sai='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-sai='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-sai='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-sai='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-sai^='zoom'][data-sai^='zoom'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: transform;
}

[data-sai^='zoom'][data-sai^='zoom'].sai-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-sai='zoom-in'] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-sai='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-sai='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-sai='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-sai='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-sai='zoom-out'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-sai='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-sai='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-sai='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-sai='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-sai^='slide'][data-sai^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  will-change: transform;
}

[data-sai^='slide'][data-sai^='slide'].sai-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-sai='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-sai='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-sai='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-sai='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-sai^='flip'][data-sai^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-sai='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-sai='flip-left'].sai-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-sai='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-sai='flip-right'].sai-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-sai='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-sai='flip-up'].sai-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-sai='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-sai='flip-down'].sai-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-sai^='target'][data-sai^='target'] {
  opacity: 1;
}

body [data-sai='mask-fade-right'],
body [data-sai='mask-fade-left'] {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

body [data-sai='mask-fade-right'].sai-animate {
  -webkit-mask-position: 180% 50%;
          mask-position: 180% 50%;
  -webkit-transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
}

body [data-sai='mask-fade-left'].sai-animate {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
}

body [data-sai='mask-fade-top'] {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-mask-size: 100% 400%;
          mask-size: 100% 400%;
}

body [data-sai='mask-fade-top'].sai-animate {
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
}

.bgLayer {
  position: relative;
  z-index: 1;
}

.bgLayer:after {
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100vw - var(--scrollbar));
  z-index: -1;
}

@media print, screen and (min-width: 736px) and (max-width: 1200px) {
  .bgLayer:after {
    width: 100%;
  }
}

@media print, screen and (min-width: 736px) {
  .bgWrap + .bgLayer {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .bgWrap + .bgLayer {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .bgLayer + .bgWrap {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .bgLayer + .bgWrap {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.bgLayer--pattern01:after {
  background-color: #ffffff;
}

.bgLayer--visual01:after {
  background: no-repeat center top / cover;
}

@media print, screen and (min-width: 736px) {
  .bgLayer--visual01:after {
    background-image: url("../../assets/imgs/pc/bg-premium@1.5x.jpg");
  }
}

@media screen and (max-width: 736px) {
  .bgLayer--visual01:after {
    background-image: url("../../assets/imgs/sp/bg-premium.jpg");
  }
}

.bgLayer--visual02:after {
  background: no-repeat center top / 100% auto;
  opacity: .3;
}

@media print, screen and (min-width: 736px) {
  .bgLayer--visual02:after {
    background-image: url("../../assets/imgs/pc/img-kv-bg@1.5x.png");
  }
}

@media screen and (max-width: 736px) {
  .bgLayer--visual02:after {
    background-image: url("../../assets/imgs/sp/img-kv-bg.png");
  }
}

.bgWrap {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .bgWrap {
    padding: 0 40px;
  }
}

@media screen and (max-width: 736px) {
  .bgWrap {
    margin: 0 calc(-8 / 390 * 100vw);
    padding: 0 calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .bgWrap:has(.sectTtl) {
    margin-top: 120px;
  }
}

@media screen and (max-width: 736px) {
  .bgWrap:has(.sectTtl) {
    margin-top: calc(145 / 390 * 100vw);
  }
}

.bgWrap--pattern01 {
  background-color: #ffffff;
}

.bgWrap--pattern02 {
  background-color: #5e4c3e;
  color: #ffffff;
}

.bgWrap--pattern03 {
  background-color: #c5ac93;
}

@media screen and (max-width: 736px) {
  .bgWrap--pattern03 {
    margin: 0 calc(-32 / 390 * 100vw);
    padding: 0 calc(48 / 390 * 100vw);
  }
}

.bgWrap--pattern04 {
  background-color: #eae7e0;
}

.conceptFigure {
  position: relative;
}

.conceptFigure:after {
  aspect-ratio: 488 / 199;
  background: url("../imgs/img-concept-line.png") no-repeat center/cover;
  -webkit-clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
          clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
  content: '';
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  opacity: 0;
  position: absolute;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  -webkit-transition-property: opacity,-webkit-clip-path,-webkit-filter;
  transition-property: opacity,-webkit-clip-path,-webkit-filter;
  transition-property: clip-path,filter,opacity;
  transition-property: clip-path,filter,opacity,-webkit-clip-path,-webkit-filter;
}

@media print, screen and (min-width: 736px) {
  .conceptFigure:after {
    bottom: calc(168 / 882 * 100%);
    left: calc(568 / 1440 * 100%);
    width: calc(560 / 1440 * 100%);
  }
}

@media screen and (max-width: 736px) {
  .conceptFigure:after {
    bottom: calc(255 / 780 * 100vw);
    left: calc(288 / 780 * 100vw);
    width: calc(349 / 780 * 100vw);
  }
}

.conceptFigure__aerial {
  position: relative;
}

.conceptFigure__aerial:before {
  background: no-repeat center / cover;
  content: '';
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s ease 1.6s;
  transition: opacity 1s ease 1.6s;
  z-index: 2;
}

.conceptFigure__aerial:after {
  background: no-repeat center / cover;
  content: '';
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: 1s ease 1.6s;
  transition: 1s ease 1.6s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: filter,opacity;
  transition-property: filter,opacity,-webkit-filter;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .conceptFigure__aerial:after {
    background-image: url("../imgs/pc/img-concept-light@1.5x.png");
  }
}

@media screen and (max-width: 736px) {
  .conceptFigure__aerial:after {
    background-image: url("../imgs/sp/img-concept-light.png");
  }
}

.conceptFigure__aerial .photo {
  width: 100%;
}

.conceptFigure__aerial .photo__image {
  width: 100%;
}

.conceptFigure__ttl {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.conceptFigure__ttl .overlay {
  background: no-repeat center / cover;
  display: block;
  inset: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
  position: absolute;
  z-index: 1;
}

.conceptFigure__ttl .photo {
  width: 100%;
}

.conceptFigure__ttl .photo__image {
  width: 100%;
}

.conceptFigure.is-active:after {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}

.conceptFigure.is-active .conceptFigure__aerial:before {
  opacity: 1;
}

.conceptFigure.is-active .conceptFigure__aerial:after {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .04em;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .cvBtn {
    font-size: 16px;
    padding: 26px 0;
  }
}

@media print, screen and (min-width: 736px) {
  .cvBtn:hover:before {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover:before {
    opacity: .7;
  }
}

@media screen and (max-width: 736px) {
  .cvBtn {
    font-size: calc(16 / 390 * 100vw);
    padding: calc(26 / 390 * 100vw) 0;
  }
}

.cvBtn:before {
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  height: calc(100% - 4px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  width: calc(100% - 4px);
  z-index: -1;
}

.cvBtn:after {
  content: '';
  inset: 0;
  position: absolute;
  z-index: -2;
}

.cvBtn__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 736px) {
  .cvBtn__ttl {
    gap: 4px;
  }
}

@media screen and (max-width: 736px) {
  .cvBtn__ttl {
    gap: calc(6 / 390 * 100vw);
  }
}

.cvBtn__ttl .en {
  letter-spacing: .04em;
  line-height: 1.2;
}

@media print, screen and (min-width: 736px) {
  .cvBtn__ttl .en {
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  .cvBtn__ttl .en {
    font-size: calc(12 / 390 * 100vw);
  }
}

.cvBtn__ttl .ja {
  letter-spacing: .08em;
  line-height: 1.2;
}

@media print, screen and (min-width: 736px) {
  .cvBtn__ttl .ja {
    font-size: 18px;
  }
}

@media screen and (max-width: 736px) {
  .cvBtn__ttl .ja {
    font-size: calc(16 / 390 * 100vw);
  }
}

.cvBtn .reflect {
  -webkit-animation: shine 2.4s infinite;
          animation: shine 2.4s infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: '';
  height: 100%;
  left: -75%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.cvBtn--online, .cvBtn--conceptRoom, .cvBtn--reserve, .cvBtn--touroku {
  padding: 16px 0;
}

.cvBtn--entry:before {
  background-color: #a5916a;
  border-color: #e9e2c5;
}

.cvBtn--entry:after {
  background: -webkit-gradient(linear, left top, right top, from(#a5916a), to(#e9e2c5));
  background: linear-gradient(90deg, #a5916a 0%, #e9e2c5 100%);
}

.cvBtn--reserve:before {
  background-color: #5e4c3e;
  border-color: #e9e2c5;
}

.cvBtn--reserve:after {
  background-color: #5e4c3e;
}

.cvBtn--webinar:before {
  background-color: #8b847c;
  border-color: #e9e2c5;
}

.cvBtn--webinar:after {
  background-color: #8b847c;
}

.cvBtn--touroku:before {
  background-color: #8b847c;
  border: none;
}

.cvBtn--touroku:after {
  background-color: #8b847c;
}

@media print, screen and (min-width: 736px) {
  .cvBtn--vr {
    font-size: 18px;
  }
}

@media screen and (max-width: 736px) {
  .cvBtn--vr {
    font-size: calc(18 / 390 * 100vw);
  }
}

.cvBtn--vr:before {
  background: url("../imgs/plan/bg-vr-btn.jpg") no-repeat center/cover;
  border: none;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.decorationBg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.decorationBg__item {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  display: block;
  -webkit-transition: .8s ease .4s;
  transition: .8s ease .4s;
}

@media screen and (max-width: 736px) {
  .decorationBg__item {
    height: calc(560 / 390 * 100vw);
    width: calc(152 / 390 * 100vw);
  }
}

.decorationBg__item:nth-child(1) {
  opacity: .08;
}

@media screen and (max-width: 736px) {
  .decorationBg__item:nth-child(1) {
    display: none;
  }
}

.decorationBg__item:nth-child(2) {
  opacity: .4;
}

@media screen and (max-width: 736px) {
  .decorationBg__item:nth-child(2) {
    margin-top: calc(64 / 390 * 100vw);
  }
}

.decorationBg__item:nth-child(3) {
  opacity: .8;
}

.decorationBg .inner {
  background: no-repeat center / cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

@media print, screen and (min-width: 736px) {
  .decorationBg .inner {
    background-image: url("../imgs/pc/img-kv-bg@1.5x.png");
    top: 110px;
  }
}

@media screen and (max-width: 736px) {
  .decorationBg .inner {
    background-image: url("../imgs/sp/img-kv-bg.png");
    height: 100vh;
  }
}

@media print, screen and (min-width: 736px) {
  .decorationBg--pattern01 .decorationBg__item {
    height: 700px;
    width: 392px;
  }
}

@media print, screen and (min-width: 736px) {
  .decorationBg--pattern01 .decorationBg__item:nth-child(1) {
    margin-top: 120px;
  }
}

@media print, screen and (min-width: 736px) {
  .decorationBg--pattern01 .decorationBg__item:nth-child(2) {
    margin-top: 60px;
  }
}

.decorationBg--pattern02 .decorationBg__item:nth-child(1) {
  display: none;
}

@media print, screen and (min-width: 736px) {
  .decorationBg--pattern02 .decorationBg__item:nth-child(2) {
    height: 576px;
    margin-top: 56px;
    opacity: .2;
    width: 500px;
  }
}

@media print, screen and (min-width: 736px) {
  .decorationBg--pattern02 .decorationBg__item:nth-child(3) {
    height: 688px;
    width: 688px;
  }
}

.decorationBg.sai-animate .decorationBg__item {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

*:has(> .decorationBg) {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .descriptionCard__visual + .descriptionCard__detail {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .descriptionCard__visual + .descriptionCard__detail {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.descriptionCard__label {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0;
}

@media print, screen and (min-width: 736px) {
  .descriptionCard__label {
    font-size: 16px;
    padding: 10px 6px;
    line-height: 1.625;
  }
  .descriptionCard__label:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.625) * .5em);
    width: 0;
  }
  .descriptionCard__label:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.625) * .5em);
    width: 0;
  }
}

@media screen and (max-width: 736px) {
  .descriptionCard__label {
    font-size: calc(16 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw);
    line-height: 1.625;
  }
  .descriptionCard__label:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.625) * .5em);
    width: 0;
  }
  .descriptionCard__label:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.625) * .5em);
    width: 0;
  }
}

@media print, screen and (min-width: 736px) {
  .descriptionCard__label .small {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .descriptionCard__label .small {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .descriptionCard__label + .headingCombi,
  .descriptionCard__label + .txt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .descriptionCard__label + .headingCombi,
  .descriptionCard__label + .txt {
    margin-top: calc(20 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .descriptionCard--spHeadingNarrow .heading--mini {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .entryMeritSect__head + .entryMeritSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .entryMeritSect__head + .entryMeritSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.entryMeritSect__cont {
  background: #eae7e0;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.04);
}

@media print, screen and (min-width: 736px) {
  .entryMeritSect__cont {
    padding: 40px;
  }
}

@media screen and (max-width: 736px) {
  .entryMeritSect__cont {
    padding: calc(32 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .entryMeritSect__cont + .entryMeritSect__bottom {
    margin-top: 45px;
  }
}

@media screen and (max-width: 736px) {
  .entryMeritSect__cont + .entryMeritSect__bottom {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.entryMeritSect__note {
  background-color: #ffffff;
  border: 1px solid #a5916a;
  line-height: 1.8;
  margin: 100px auto 0;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .entryMeritSect__note {
    font-size: 12px;
    padding: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 736px) {
  .entryMeritSect__note {
    font-size: calc(12 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw);
  }
}

.flowBlock__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .flowBlock__head {
    gap: 24px;
  }
}

@media screen and (max-width: 736px) {
  .flowBlock__head {
    gap: calc(8 / 390 * 100vw);
  }
}

.flowBlock__head:before, .flowBlock__head:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}

.flowBlock__head:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(10%, rgba(255, 255, 255, 0.2))), #a5916a;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 10%), #a5916a;
}

.flowBlock__head:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, rgba(255, 255, 255, 0.2)), to(#ffffff)), #a5916a;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 90%, #ffffff 100%), #a5916a;
}

@media print, screen and (min-width: 736px) {
  .flowBlock__head + .flowBlock__cont {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .flowBlock__head + .flowBlock__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .flowBlock__cont {
    margin-right: calc(-24 / 390 * 100vw);
    overflow: scroll;
    padding-right: calc(24 / 390 * 100vw);
  }
  .flowBlock__cont::-webkit-scrollbar {
    display: none;
  }
}

.flowBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .flowBlock__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 736px) {
  .flowBlock__list {
    gap: calc(8 / 390 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media print, screen and (min-width: 736px) {
  .flowBlock__item {
    width: 368px;
  }
}

@media screen and (max-width: 736px) {
  .flowBlock__item {
    width: calc(260 / 390 * 100vw);
  }
}

.flowCard {
  background: no-repeat center / cover;
  color: #ffffff;
  height: 100%;
}

@media print, screen and (min-width: 736px) {
  .flowCard {
    padding: 40px 28px;
  }
}

@media screen and (max-width: 736px) {
  .flowCard {
    padding: calc(24 / 390 * 100vw) calc(12 / 390 * 100vw) calc(26 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .flowBlock__item:nth-child(1) .flowCard {
    background-image: url("../imgs/pc/img-entryflow-01@1.5x.jpg");
  }
}

@media screen and (max-width: 736px) {
  .flowBlock__item:nth-child(1) .flowCard {
    background-image: url("../imgs/sp/img-entryflow-01.jpg");
  }
}

@media print, screen and (min-width: 736px) {
  .flowBlock__item:nth-child(2) .flowCard {
    background-image: url("../imgs/pc/img-entryflow-02@1.5x.jpg");
  }
}

@media screen and (max-width: 736px) {
  .flowBlock__item:nth-child(2) .flowCard {
    background-image: url("../imgs/sp/img-entryflow-02.jpg");
  }
}

@media print, screen and (min-width: 736px) {
  .flowBlock__item:nth-child(3) .flowCard {
    background-image: url("../imgs/pc/img-entryflow-03@1.5x.jpg");
  }
}

@media screen and (max-width: 736px) {
  .flowBlock__item:nth-child(3) .flowCard {
    background-image: url("../imgs/sp/img-entryflow-03.jpg");
  }
}

.flowCard__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .flowCard__head {
    gap: 16px;
  }
}

@media screen and (max-width: 736px) {
  .flowCard__head {
    gap: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .flowCard__head + .flowCard__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .flowCard__head + .flowCard__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.flowCard__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 736px) {
  .flowCard__cont {
    gap: 24px;
  }
}

@media screen and (max-width: 736px) {
  .flowCard__cont {
    gap: calc(24 / 390 * 100vw);
  }
}

.flowCard__step {
  color: #c5ac93;
  font-family: "Cinzel", serif;
  line-height: .96;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .flowCard__step {
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  .flowCard__step {
    font-size: calc(12 / 390 * 100vw);
  }
}

.flowCard__step .vertical {
  display: inline-block;
  vertical-align: top;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.flowCard__step .num {
  display: inline-block;
  line-height: .8;
}

@media print, screen and (min-width: 736px) {
  .flowCard__step .num {
    font-size: 64px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 736px) {
  .flowCard__step .num {
    font-size: calc(64 / 390 * 100vw);
    padding-left: calc(4 / 390 * 100vw);
  }
}

.flowCard__ttl {
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .flowCard__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .flowCard__ttl {
    font-size: calc(16 / 390 * 100vw);
  }
}

.limitedContBlock__head .heading {
  color: #8b847c;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .limitedContBlock__head + .limitedContBlock__list {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .limitedContBlock__head + .limitedContBlock__list {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.limitedContBlock__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .limitedContBlock__list {
    gap: 8px;
  }
}

@media screen and (max-width: 736px) {
  .limitedContBlock__list {
    gap: calc(8 / 390 * 100vw);
  }
}

.limitedContBlock__list:after {
  content: '...etc';
  letter-spacing: .02em;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .limitedContBlock__list:after {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .limitedContBlock__list:after {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .limitedContBlock__list + .libraryModalBtn {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .limitedContBlock__list + .libraryModalBtn {
    margin-top: calc(33 / 390 * 100vw);
  }
}

.limitedContBlock__item {
  background-color: #eae7e0;
  display: inline-block;
  letter-spacing: .02em;
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .limitedContBlock__item {
    border-radius: 16px;
    font-size: 16px;
    padding: 8px 24px;
  }
}

@media screen and (max-width: 736px) {
  .limitedContBlock__item {
    border-radius: calc(16 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

.libraryModalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a5916a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}

@media print, screen and (min-width: 736px) {
  .libraryModalBtn {
    gap: 14px;
    padding: 24px 0;
    width: 676px;
  }
}

@media screen and (max-width: 736px) {
  .libraryModalBtn {
    gap: calc(16 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 736px) {
  .libraryModalBtn:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media (hover: hover) and (pointer: fine) {
  .libraryModalBtn:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.libraryModalBtn__icon {
  aspect-ratio: 1 / 1;
  background: #5e4c3e;
  border: 2px solid #5e4c3e;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
}

@media print, screen and (min-width: 736px) {
  .libraryModalBtn__icon {
    width: 33px;
  }
}

@media screen and (max-width: 736px) {
  .libraryModalBtn__icon {
    width: calc(33 / 390 * 100vw);
  }
}

.libraryModalBtn__icon .svgIcon {
  height: auto;
}

@media print, screen and (min-width: 736px) {
  .libraryModalBtn__icon .svgIcon {
    width: 16px;
  }
}

@media screen and (max-width: 736px) {
  .libraryModalBtn__icon .svgIcon {
    width: calc(16 / 390 * 100vw);
  }
}

.libraryModalBtn__inner {
  color: #5e4c3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media print, screen and (min-width: 736px) {
  .libraryModalBtn__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 736px) {
  .libraryModalBtn__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.libraryModalBtn__ttl {
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
  line-height: .8;
}

@media print, screen and (min-width: 736px) {
  .libraryModalBtn__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .libraryModalBtn__ttl {
    font-size: calc(20  / 390 * 100vw);
  }
}

.libraryModalBtn__lead {
  letter-spacing: .04em;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .libraryModalBtn__lead {
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  .libraryModalBtn__lead {
    font-size: calc(12 / 390 * 100vw);
  }
}

.enTtl {
  font-family: "Cinzel", serif;
  letter-spacing: .24em;
  line-height: .96;
  position: relative;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .enTtl + .heading {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .enTtl + .heading {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .enTtl--large {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .enTtl--large {
    font-size: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .enTtl--default {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .enTtl--default {
    font-size: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .enTtl--small {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .enTtl--small {
    font-size: calc(20 / 390 * 100vw);
  }
}

.enTtl--mini {
  letter-spacing: .08em;
}

@media print, screen and (min-width: 736px) {
  .enTtl--mini {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .enTtl--mini {
    font-size: calc(16 / 390 * 100vw);
  }
}

.enTtl--center {
  text-align: center;
}

.enTtl--brown {
  color: #a5916a;
}

.enTtl--l-brown {
  color: #c5ac93;
}

.enTtl--d-brown {
  color: #5e4c3e;
}

.enTtl--underline {
  letter-spacing: .08em;
  text-align: center;
}

.enTtl--underline .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .enTtl--underline .icon {
    gap: 2px;
    margin-top: 24px;
    width: 48px;
  }
}

@media screen and (max-width: 736px) {
  .enTtl--underline .icon {
    gap: calc(2 / 390 * 100vw);
    margin-top: calc(24 / 390 * 100vw);
    width: calc(48 / 390 * 100vw);
  }
}

.enTtl--underline .icon .border {
  background: -webkit-gradient(linear, left top, right top, from(rgba(165, 145, 106, 0)), color-stop(15%, #a5916a), color-stop(85%, #a5916a), to(rgba(165, 145, 106, 0)));
  background: linear-gradient(90deg, rgba(165, 145, 106, 0) 0%, #a5916a 15%, #a5916a 85%, rgba(165, 145, 106, 0) 100%);
  height: 1px;
  width: 100%;
}

.enTtl--singleline {
  position: relative;
}

.enTtl--singleline:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(165, 145, 106, 0)), color-stop(15%, #a5916a), color-stop(85%, #a5916a), to(rgba(165, 145, 106, 0)));
  background: linear-gradient(90deg, rgba(165, 145, 106, 0) 0%, #a5916a 15%, #a5916a 85%, rgba(165, 145, 106, 0) 100%);
  content: '';
  display: block;
  height: 1px;
}

@media print, screen and (min-width: 736px) {
  .enTtl--singleline:after {
    margin: 40px auto;
    width: 100px;
  }
}

@media screen and (max-width: 736px) {
  .enTtl--singleline:after {
    margin: calc(32 / 390 * 100vw) auto;
    width: calc(294 / 390 * 100vw);
  }
}

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(170, 170, 170, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 736px) {
  .figurePlot {
    left: calc(10 / 390 * 100vw);
    top: calc(10 / 390 * 100vw);
    width: calc(60 / 390 * 100vw);
  }
}

.figurePlot .svgIcon {
  fill: #ffffff;
  height: auto;
}

@media print, screen and (min-width: 736px) {
  .footerBnr {
    margin: 80px auto 0;
    width: 1024px;
  }
}

@media screen and (max-width: 736px) {
  .footerBnr {
    margin-left: calc(-32 / 390 * 100vw);
    margin-right: calc(-32 / 390 * 100vw);
    margin-top: calc(80 / 390 * 100vw);
    padding: 0 20px;
  }
}

.footerBnr__item {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media print, screen and (min-width: 736px) {
  .footerBnr__item:hover {
    opacity: .8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .footerBnr__item:hover {
    opacity: .8;
  }
}

@media print, screen and (min-width: 736px) {
  .footerBnr__item {
    margin-left: auto;
    width: 1024px;
  }
}

.generalArrow {
  aspect-ratio: 5 / 8;
  display: block;
  stroke: currentColor;
  -webkit-transition: stroke .8s ease;
  transition: stroke .8s ease;
  width: 100%;
}

.generalBnr {
  text-align: center;
}

.generalBnr__link {
  color: #ffffff;
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .generalBnr__link:hover .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    opacity: .8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBnr__link:hover .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    opacity: .8;
  }
}

.generalBnr .photo {
  overflow: hidden;
}

.generalBnr .photo__image {
  -webkit-transition: opacity .4s ease, -webkit-filter .4s ease;
  transition: opacity .4s ease, -webkit-filter .4s ease;
  transition: filter .4s ease, opacity .4s ease;
  transition: filter .4s ease, opacity .4s ease, -webkit-filter .4s ease;
}

.generalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8b847c;
  border: 1px solid #8b847c;
  -webkit-box-shadow: -1px 2px 7px 1px #999999;
          box-shadow: -1px 2px 7px 1px #999999;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}

@media print, screen and (min-width: 736px) {
  .generalBtn {
    gap: 10px;
    height: 56px;
    width: 200px;
  }
}

@media screen and (max-width: 736px) {
  .generalBtn {
    gap: calc(10 / 390 * 100vw);
    height: calc(56 / 390 * 100vw);
    width: calc(200 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .generalBtn:hover {
    background-color: #ffffff;
    color: #8b847c;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover {
    background-color: #ffffff;
    color: #8b847c;
  }
}

.generalBtn__txt {
  font-family: "Cinzel", serif;
  letter-spacing: .08em;
  line-height: .96;
}

@media print, screen and (min-width: 736px) {
  .generalBtn__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .generalBtn__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.generalBtn__arrow {
  display: block;
}

@media print, screen and (min-width: 736px) {
  .generalBtn__arrow {
    width: 5px;
  }
}

@media screen and (max-width: 736px) {
  .generalBtn__arrow {
    width: calc(5 / 390 * 100vw);
  }
}

.generalBtn--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.generalBtn--rev .generalBtn__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.generalBtn--vr {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .generalBtn--vr {
    height: 80px;
    width: 340px;
  }
}

@media print, screen and (min-width: 736px) and (min-width: 736px) {
  .generalBtn--vr:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
}

@media print and (hover: hover) and (pointer: fine), screen and (min-width: 736px) and (hover: hover) and (pointer: fine) {
  .generalBtn--vr:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
}

@media screen and (max-width: 736px) {
  .generalBtn--vr {
    font-size: calc(18 / 390 * 100vw);
    height: calc(80 / 390 * 100vw);
    width: calc(325 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) and (min-width: 736px) {
  .generalBtn--vr:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
}

@media screen and (max-width: 736px) and (hover: hover) and (pointer: fine) {
  .generalBtn--vr:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
}

@media print, screen and (min-width: 736px) {
  .generalBtn--vr .generalBtn__image {
    margin-left: -10px;
    margin-right: 10px;
    width: 100px;
  }
}

@media screen and (max-width: 736px) {
  .generalBtn--vr .generalBtn__image {
    width: calc(115 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .generalBtn--vr .generalBtn__txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 736px) {
  .generalBtn--vr .generalBtn__txt {
    font-size: calc(18 / 390 * 100vw);
  }
}

.generalModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 14px;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transition: .9s ease;
  transition: .9s ease;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
}

@media screen and (max-width: 736px) {
  .generalModal {
    padding-bottom: calc(60 / 390 * 100vw);
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
  .generalModal {
    padding-bottom: 0;
  }
}

.generalModal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.generalModal__cont {
  margin: auto;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .generalModal__cont {
    width: 960px;
  }
}

@media screen and (max-width: 736px) {
  .generalModal__cont {
    width: calc(365 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
  .generalModal__cont {
    width: calc(300 / 390 * 100vw);
  }
}

.generalModal__inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 736px) {
  .generalModal__inner {
    max-height: calc(100vh - (160 / 390 * 100vw));
    width: 100%;
  }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
  .generalModal__inner {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

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

@media screen and (max-width: 736px) {
  .generalModal__inner .swipeFigure__inner {
    height: calc(420 / 390 * 100vw);
  }
}

.generalModal__close {
  aspect-ratio: 1 / 1;
  background-color: rgba(170, 170, 170, 0.8);
  bottom: 100%;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 736px) {
  .generalModal__close {
    width: 46px;
  }
}

@media screen and (max-width: 736px) {
  .generalModal__close {
    width: calc(46 / 390 * 100vw);
  }
}

.generalModal.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.generalModal.is-active .generalModal__cont {
  width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .generalModal .movieFrame {
    height: calc(708.75vw / 1200 * 100);
    width: 100vw;
  }
}

@media screen and (max-width: 736px) {
  .generalModal .movieFrame {
    height: 169px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .generalModal .movieFrame--pcPlayer {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .generalSlider__body {
    border-bottom: 1px solid #8b847c;
    border-top: 1px solid #8b847c;
    padding: calc(16 / 390 * 100vw) 0 calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .generalSlider__scrollAssist {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .generalSlider__scrollAssist {
    font-family: "Cinzel", serif;
    font-size: 16px;
    letter-spacing: .024em;
    line-height: .8;
  }
  .generalSlider__scrollAssist .icon {
    aspect-ratio: 13 / 8;
    display: inline-block;
    margin-left: calc(8 / 390 * 100vw);
    width: calc(13 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .generalSlider__scrollAssist + .swiper-container {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .generalSlider__bottom {
    margin-top: calc(16 / 390 * 100vw);
  }
}

.generalSlider__bottom .swiper-pagination {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: static;
}

@media print, screen and (min-width: 736px) {
  .generalSlider__bottom .swiper-pagination {
    gap: 6px;
  }
}

@media screen and (max-width: 736px) {
  .generalSlider__bottom .swiper-pagination {
    gap: calc(6 / 390 * 100vw);
  }
}

.generalSlider__bottom .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1 / 1;
  background-color: #eae7e0;
  border-radius: 0;
  height: auto;
  opacity: 1;
}

@media print, screen and (min-width: 736px) {
  .generalSlider__bottom .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
  }
}

@media screen and (max-width: 736px) {
  .generalSlider__bottom .swiper-pagination .swiper-pagination-bullet {
    width: calc(8 / 490 * 100vw);
  }
}

.generalSlider__bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5e4c3e;
}

.generalSlider--disableMode .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.generalSlider--disableMode .swiper-slide {
  height: auto;
  width: auto;
}

.generalSlider--disableMode .generalSlider__bottom {
  display: none;
}

@media print, screen and (min-width: 736px) {
  .generalTab {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 736px) {
  .generalTab__item {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .generalTab__item {
    width: calc(294 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .generalTab__item + .generalTab__item {
    margin-top: calc(8 / 390 * 100vw);
  }
}

.generalTab__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eae7e0;
  color: #5e4c3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .024em;
  line-height: .8;
  position: relative;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .generalTab__trigger {
    font-size: 16px;
    height: 48px;
  }
}

@media screen and (max-width: 736px) {
  .generalTab__trigger {
    font-size: calc(16 / 390 * 100vw);
    height: calc(48 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .generalTab__trigger:hover {
    background-color: #5e4c3e;
    color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalTab__trigger:hover {
    background-color: #5e4c3e;
    color: #ffffff;
  }
}

.generalTab__trigger .arrow {
  aspect-ratio: 8 / 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media print, screen and (min-width: 736px) {
  .generalTab__trigger .arrow {
    right: 24px;
    width: 8px;
  }
}

@media screen and (max-width: 736px) {
  .generalTab__trigger .arrow {
    right: calc(24 / 390 * 100vw);
    width: calc(8 / 390 * 100vw);
  }
}

.generalTab__trigger .arrow .svgIcon {
  stroke: currentColor;
}

.generalTab__trigger.is-active {
  background-color: #5e4c3e;
  color: #ffffff;
  pointer-events: none;
}

.heading {
  line-height: 1.44;
  color: #333333;
  font-weight: 400;
  letter-spacing: .04em;
  position: relative;
  white-space: nowrap;
}

.heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.44) * .5em);
  width: 0;
}

.heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.44) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .heading + .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .heading + .txt {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.heading sup {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0;
  vertical-align: text-top;
}

@media print, screen and (min-width: 736px) {
  .heading--large {
    font-size: 32px;
  }
}

@media screen and (max-width: 736px) {
  .heading--large {
    font-size: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .heading--large .small {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .heading--large .small {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .heading--large + .txt {
    margin-top: 64px;
  }
}

@media screen and (max-width: 736px) {
  .heading--large + .txt {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .heading--default {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .heading--default {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .heading--default .small {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .heading--default .small {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .heading--middle {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .heading--middle {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .heading--middle .small {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .heading--middle .small {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .heading--middle + .txt {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .heading--middle + .txt {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.heading--small {
  font-weight: 600;
}

@media print, screen and (min-width: 736px) {
  .heading--small {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .heading--small {
    font-size: calc(16 / 390 * 100vw);
  }
}

.heading--small .small {
  font-weight: 400;
}

@media print, screen and (min-width: 736px) {
  .heading--small .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  .heading--small .small {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .heading--small + .txt {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .heading--small + .txt {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.heading--center {
  text-align: center;
}

.heading--brown {
  color: #a5916a;
}

.heading--l-brown {
  color: #c5ac93;
}

.heading--d-brown {
  color: #5e4c3e;
}

.heading--border {
  border-bottom: 1px solid #a5916a;
}

@media print, screen and (min-width: 736px) {
  .heading--border {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 736px) {
  .heading--border {
    padding-bottom: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .heading--underline {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 736px) {
  .heading--underline {
    padding-bottom: calc(32 / 390 * 100vw);
  }
}

.heading--underline .line {
  background: -webkit-gradient(linear, left top, right top, from(rgba(165, 145, 106, 0)), color-stop(15%, #a5916a), color-stop(85%, #a5916a), to(rgba(165, 145, 106, 0)));
  background: linear-gradient(90deg, rgba(165, 145, 106, 0) 0%, #a5916a 15%, #a5916a 85%, rgba(165, 145, 106, 0) 100%);
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media print, screen and (min-width: 736px) {
  .heading--underline .line {
    max-width: 800px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .heading--underline .line {
    width: calc(294 / 390 * 100vw);
  }
}

.heading--label {
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .heading--label {
    padding: 16px;
  }
}

@media screen and (max-width: 736px) {
  .heading--label {
    padding: calc(16 / 390 * 100vw);
  }
}

.heading--label.heading--bg-brown {
  background-color: #c5ac93;
}

.headingCombi {
  position: relative;
}

.inductionSect__head {
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .inductionSect__head {
    padding: 64px 0 122px;
  }
}

@media screen and (max-width: 736px) {
  .inductionSect__head {
    padding: calc(80 / 390 * 100vw) 0 calc(106 / 390 * 100vw);
  }
}

.inductionSect__head:after {
  width: calc(100vw - var(--scrollbar));
  background: no-repeat center / cover;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .inductionSect__head:after {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .inductionSect__head:after {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

@media screen and (max-width: 736px) {
  .inductionSect__head:after {
    margin-left: calc(-32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .inductionSect__head:after {
    background-image: url("../imgs/pc/bg-induction-01@1.5x.jpg");
  }
}

@media screen and (max-width: 736px) {
  .inductionSect__head:after {
    background-image: url("../imgs/sp/bg-induction-01.jpg");
  }
}

.inductionSect__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 736px) {
  .inductionSect__list {
    gap: 8px;
    margin-top: -82px;
  }
}

@media screen and (max-width: 736px) {
  .inductionSect__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(-66 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .inductionSect__item {
    width: 294px;
  }
}

@media screen and (max-width: 736px) {
  .inductionSect__item {
    width: calc(158 / 390 * 100vw);
  }
  .inductionSect__item:nth-child(n + 3) {
    margin-top: calc(8 / 390 * 100vw);
  }
}

.inductionSect__link {
  color: #ffffff;
  display: block;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .inductionSect__link:hover .inductionSect__bg .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .inductionSect__link:hover .inductionSect__bg .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.inductionSect__bg {
  overflow: hidden;
}

.inductionSect__bg .photo__image {
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: -webkit-filter, -webkit-transform;
  transition-property: -webkit-filter, -webkit-transform;
  transition-property: filter, transform;
  transition-property: filter, transform, -webkit-filter, -webkit-transform;
}

.inductionSect__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.inductionSect__ttl {
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: .24em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .inductionSect__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .inductionSect__ttl {
    font-size: calc(14 / 390 * 100vw);
  }
}

.inductionSect__dir {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media print, screen and (min-width: 736px) {
  .inductionSect__dir {
    right: 32px;
    width: 6px;
  }
}

@media screen and (max-width: 736px) {
  .inductionSect__dir {
    right: calc(16 / 390 * 100vw);
    width: calc(4 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .informationSect + * {
    margin-top: 120px;
  }
}

@media screen and (max-width: 736px) {
  .informationSect + * {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .informationSect__head + .informationSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .informationSect__head + .informationSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .informationSect__cont + .informationSect__bottom {
    margin-top: 64px;
  }
}

@media screen and (max-width: 736px) {
  .informationSect__cont + .informationSect__bottom {
    margin-top: calc(56 / 390 * 100vw);
  }
}

.informationSect__note {
  background-color: #ffffff;
  border: 1px solid #a5916a;
  line-height: 1.8;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .informationSect__note {
    font-size: 12px;
    padding: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 736px) {
  .informationSect__note {
    font-size: calc(12 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw);
  }
}

.infoCard {
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .infoCard__head + .infoCard__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__head + .infoCard__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.infoCard__heading {
  line-height: 1.44;
  color: #d0c2a5;
  letter-spacing: .04em;
}

.infoCard__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.44) * .5em);
  width: 0;
}

.infoCard__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.44) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .infoCard__heading {
    font-size: 32px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__heading {
    font-size: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .infoCard__heading + .txt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__heading + .txt {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.infoCard__lead {
  color: #d0c2a5;
}

.infoCard__cont .cvBtn {
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .infoCard__cont .cvBtn {
    width: 420px;
  }
}

.infoCard__bottom {
  border: 1px solid #a5916a;
  margin: 0 auto;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .infoCard__bottom {
    font-size: 12px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__bottom {
    font-size: calc(12 / 390* 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
}

.keyVisual {
  position: relative;
  z-index: 1;
}

.keyVisual__body {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: filter,opacity;
  transition-property: filter,opacity,-webkit-filter;
  will-change: filter;
}

@media print, screen and (min-width: 736px) {
  .keyVisual__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 136px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    padding: 100px 0;
    width: 1200px;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual__body {
    padding: calc(96 / 390 * 100vw) 0 calc(35 / 390 * 100vw);
  }
}

.keyVisual:after {
  background: no-repeat center bottom / cover;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .keyVisual:after {
    background-image: url("../imgs/pc/img-kv-bg@1.5x.png");
  }
}

@media screen and (max-width: 736px) {
  .keyVisual:after {
    background-image: url("../imgs/sp/img-kv-bg.png");
  }
}

.keyVisual__image {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .keyVisual__image {
    width: 600px;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual__image {
    margin: 0 auto;
    width: calc(294 / 390 * 100vw);
  }
}

.keyVisual__image .photo {
  overflow: hidden;
}

.keyVisual__image .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-filter 2s ease, -webkit-transform 3s ease;
  transition: -webkit-filter 2s ease, -webkit-transform 3s ease;
  transition: filter 2s ease, transform 3s ease;
  transition: filter 2s ease, transform 3s ease, -webkit-filter 2s ease, -webkit-transform 3s ease;
  will-change: filter,transform;
}

.keyVisual__note {
  position: absolute;
  top: 100%;
}

@media print, screen and (min-width: 736px) {
  .keyVisual__note {
    left: 0;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual__note {
    right: 0;
  }
}

.keyVisual__desc {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  text-align: center;
  -webkit-transition: 1.6s ease 1.4s;
  transition: 1.6s ease 1.4s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  will-change: filter;
}

@media screen and (max-width: 736px) {
  .keyVisual__desc {
    margin-top: calc(56 / 390 * 100vw);
  }
}

.keyVisual__desc .pageTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.keyVisual__heading {
  color: #a5916a;
  letter-spacing: .04em;
  position: relative;
  line-height: 1.44;
}

.keyVisual__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.44) * .5em);
  width: 0;
}

.keyVisual__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.44) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .keyVisual__heading {
    font-size: 32px;
    margin-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual__heading {
    font-size: calc(24 / 390 * 100vw);
    margin-top: calc(56 / 390 * 100vw);
  }
}

.keyVisual__heading .caption {
  bottom: -50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.keyVisual.is-loaded .keyVisual__body {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keyVisual.is-loaded .keyVisual__image .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.keyVisual.is-loaded .keyVisual__desc {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keyVisual--premium:after {
  content: unset;
}

.keyVisual--premium .keyVisual__desc .pageTtl {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3d0ab), color-stop(20%, #a98c62));
  background: linear-gradient(to bottom, #e3d0ab 0%, #a98c62 20%);
  -webkit-background-clip: text;
          background-clip: text;
  line-height: .9;
  -webkit-text-fill-color: transparent;
}

.keyVisual--premium .keyVisual__desc .pageTtl:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3d0ab), to(#a98c62));
  background: linear-gradient(to bottom, #e3d0ab, #a98c62);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  line-height: 1;
  -webkit-text-fill-color: transparent;
}

.keyVisual--premium .keyVisual__heading {
  color: #c5ac93;
}

.libraryModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho", serif;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  visibility: hidden;
  width: 100%;
  will-change: auto;
  z-index: 9999;
}

.libraryModal__inner {
  height: 100vh;
  overflow: scroll;
  position: relative;
  z-index: 99;
}

@media print, screen and (min-width: 736px) {
  .libraryModal__inner {
    padding: 10vh 0;
  }
}

@media screen and (max-width: 736px) {
  .libraryModal__inner {
    padding: 94px 32px;
  }
}

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

.libraryModal__bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.libraryModal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: .8;
}

.libraryModal__close .closeSVG {
  margin-left: 15px;
}

.libraryModal__close + .librarySect,
.librarySect + .libraryModal__close {
  margin-top: 20px;
}

.libraryModal.is-visible {
  opacity: 1;
  visibility: visible;
}

.librarySect {
  background: #444444;
  color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .librarySect {
    padding: 80px 100px;
    width: 1160px;
  }
}

@media screen and (max-width: 736px) {
  .librarySect {
    padding: calc(80 / 390 * 100vw) calc(36 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
}

.digitalLibraryIntro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0;
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 100px;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro__head {
    padding-bottom: 50px;
    width: 460px;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro__head {
    width: 100%;
  }
}

.digitalLibraryIntro__heading {
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-weight: 400;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro__heading {
    font-size: 30px;
    line-height: 1.333;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro__heading {
    font-size: 22px;
    line-height: 1.5;
  }
}

.digitalLibraryIntro__heading:after {
  background-color: #999999;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto;
  margin-top: 5px;
  width: 40px;
}

.digitalLibraryIntro__subheading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #2b2e26;
  border-bottom: 2px solid #c0b98d;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  opacity: .5;
  padding: 7px 30px;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro__subheading {
    margin-top: 80px;
    width: 460px;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro__subheading {
    margin-top: 40px;
  }
}

.digitalLibraryIntro__txt {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro__txt {
    font-size: 16px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro__txt {
    font-size: 14px;
    margin: 20px -15px 0;
  }
}

.digitalLibraryIntro__txt + .caption {
  margin-top: 12px;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro__cont {
    width: 260px;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro__cont {
    margin-top: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro__cont .photo {
    margin: 0 auto;
    width: 200px;
  }
}

.digitalLibraryIntro__summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro__summary {
    margin-top: 37px;
    padding: 7px 20px;
    width: 260px;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro__summary {
    margin-top: 45px;
    padding: 5px 18px;
    width: 100%;
  }
}

.digitalLibraryIntro__summary:before {
  border-bottom: 14px solid #ffffff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-style: solid;
  border-top: 0;
  bottom: calc(100% - 4px);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
}

.libraryStepSect {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .libraryStepSect {
    padding-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .libraryStepSect {
    padding-top: 20px;
  }
}

.libraryStepSect:before {
  background-color: #cccccc;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.libraryStepSect__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0;
}

.libraryStepSect__heading .en {
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: .8;
}

.libraryStepSect__heading .ja {
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

@media print, screen and (min-width: 736px) {
  .libraryStepSect__heading .ja {
    line-height: 1;
    margin-left: 10px;
  }
}

@media screen and (max-width: 736px) {
  .libraryStepSect__heading .ja {
    line-height: 1.5;
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro + .libraryStepSect {
    margin-top: 45px;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro + .libraryStepSect {
    margin-top: 80px;
  }
}

.libraryStep {
  counter-increment: libraryStepOrder;
  letter-spacing: 0;
}

@media print, screen and (min-width: 736px) {
  .libraryStep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.libraryStep__term {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .libraryStep__term {
    padding: 34px 40px 34px 34px;
    width: 300px;
  }
}

@media screen and (max-width: 736px) {
  .libraryStep__term {
    padding: 20px;
  }
}

.libraryStep__term:before {
  color: #ffffff;
  content: counter(libraryStepOrder) ".";
  font-family: "Cinzel", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

@media print, screen and (min-width: 736px) {
  .libraryStep__term:before {
    font-size: 30px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 736px) {
  .libraryStep__term:before {
    font-size: 22px;
    margin-right: 23px;
  }
}

.libraryStep__ttl {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.8;
}

@media print, screen and (min-width: 736px) {
  .libraryStep__ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .libraryStep__ttl {
    font-size: 14px;
  }
}

.libraryStep__desc {
  background-color: #ffffff;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .libraryStep__desc {
    padding: 34px 60px;
    width: 660px;
  }
  .libraryStep__desc:has(.photo) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 736px) {
  .libraryStep__desc {
    padding: 30px 22px;
  }
}

.libraryStep__desc .photo {
  max-width: 200px;
}

@media screen and (max-width: 736px) {
  .libraryStep__desc .photo {
    margin-top: 20px;
  }
}

.libraryStep__desc .cvBtn {
  max-width: 320px;
}

@media screen and (max-width: 736px) {
  .libraryStep__desc .cvBtn {
    margin-top: 20px;
  }
}

.libraryStep__desc--entry {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.libraryStep__txt {
  color: #333333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

@media print, screen and (min-width: 736px) {
  .libraryStep__txt + .cvBtn {
    margin-top: 22px;
  }
}

@media screen and (max-width: 736px) {
  .libraryStep__txt + .cvBtn {
    margin-top: 15px;
  }
}

.libraryStep__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 16px 0 rgba(38, 14, 68, 0.38);
          box-shadow: 0 0 16px 0 rgba(38, 14, 68, 0.38);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .libraryStep__link {
    font-size: 12px;
    height: 32px;
    margin-top: 13px;
    width: 138px;
  }
}

@media screen and (max-width: 736px) {
  .libraryStep__link {
    height: calc(32 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    width: 100%;
  }
}

@media print, screen and (min-width: 736px) {
  .libraryStep__link:hover:after {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .libraryStep__link:hover:after {
    opacity: .7;
  }
}

.libraryStep__link:after {
  background: linear-gradient(246deg, #c0b686 0%, #b0a047 97.07%);
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: -1;
}

.libraryStep:nth-of-type(even) .libraryStep__term {
  background-color: #202020;
}

@media screen and (max-width: 736px) {
  .libraryStep:not(:first-of-type) .libraryStep__term {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 736px) {
  .libraryStep:not(:first-of-type) .libraryStep__desc {
    padding: 30px 22px 50px;
  }
}

.libraryStep:not(:first-of-type) .libraryStep__desc:before {
  background-color: #cccccc;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .libraryStepSect__heading + .libraryStep {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .libraryStepSect__heading + .libraryStep {
    margin-top: 20px;
  }
}

.loopSlider {
  pointer-events: none;
}

.loopSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.loopSlider .swiper-slide {
  white-space: nowrap;
  width: auto;
}

.loopSlider .swiper-slide .photo__image {
  width: 100%;
}

.madoriBtn {
  display: block;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn:hover .madoriBtn__thumb img {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .madoriBtn:hover .madoriBtn__dir {
    background-color: #ffffff;
    color: #504338;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn:hover .madoriBtn__thumb img {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .madoriBtn:hover .madoriBtn__dir {
    background-color: #ffffff;
    color: #504338;
  }
}

.madoriBtn__head {
  position: relative;
}

.madoriBtn__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%), linear-gradient(90deg, #7f6200 0%, #b7a75a 50%, #7f6200 100%); */
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__label {
    gap: 16px;
    right: 16px;
    top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__label {
    gap: calc(16 / 390 * 100vw);
    right: calc(16 / 390 * 100vw);
    top: calc(8 / 390 * 100vw);
  }
}

.madoriBtn__label .item {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, right top, from(#7f6200), color-stop(50%, #b7a75a), to(#7f6200));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(90deg, #7f6200 0%, #b7a75a 50%, #7f6200 100%);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__label .item {
    border-radius: 20px;
    font-size: 16px;
    padding: 12px 40px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__label .item {
    border-radius: calc(12 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    padding: calc(5 / 390 * 100vw) calc(22 / 390 * 100vw);
  }
}

.madoriBtn__label .item--dark {
  background: rgba(46, 30, 17, 0.75);
}

.madoriBtn__thumb {
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__thumb {
    height: 342px;
  }
}

.madoriBtn__thumb img {
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: -webkit-filter,-webkit-transform;
  transition-property: -webkit-filter,-webkit-transform;
  transition-property: filter,transform;
  transition-property: filter,transform,-webkit-filter,-webkit-transform;
}

.madoriBtn__spec {
  color: #ffffff;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__spec {
    top: 68px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__spec {
    top: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__desc, .madoriBtn__length {
    padding-left: 64px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__desc, .madoriBtn__length {
    padding-left: calc(24 / 390 * 100vw);
  }
}

.madoriBtn__desc {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  letter-spacing: .08em;
  line-height: .8;
  position: relative;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__desc {
    font-size: 24px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: calc(16 / 390 * 100vw);
    gap: calc(8 / 390 * 100vw);
    padding-bottom: calc(16 / 390 * 100vw);
  }
}

.madoriBtn__desc:after {
  background-color: rgba(255, 255, 255, 0.4);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__desc:after {
    max-width: 384px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__desc:after {
    width: calc(200 / 390 * 100vw);
  }
}

.madoriBtn__type .strong {
  display: inline-block;
  line-height: .6;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__type .strong {
    font-size: 80px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__type .strong {
    font-size: calc(48 / 390 * 100vw);
  }
}

.madoriBtn__type .strong .small {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__type .strong .small {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__type .strong .small {
    font-size: calc(32 / 390 * 100vw);
  }
}

.madoriBtn__length {
  letter-spacing: .08em;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__length {
    font-size: 24px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__length {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
  }
}

.madoriBtn__length .unit {
  display: inline-block;
  font-family: "Cinzel", serif;
  line-height: .8;
}

.madoriBtn__length .unit .strong {
  line-height: .8;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__length .unit .strong {
    font-size: 64px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__length .unit .strong {
    font-size: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__length .tsubo {
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__length .tsubo {
    font-size: calc(12 / 390 * 100vw);
  }
}

.madoriBtn__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(68, 42, 20, 0.6);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  letter-spacing: .08em;
  line-height: .8;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__dir {
    bottom: 24px;
    font-size: 14px;
    gap: 16px;
    height: 40px;
    width: 500px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__dir {
    bottom: calc(16 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    gap: calc(16 / 390 * 100vw);
    padding: calc(12 / 390 * 100vw) 0;
    width: calc(254 / 390 * 100vw);
  }
}

.madoriBtn__dir .arrow {
  aspect-ratio: 6 / 10;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__dir .arrow {
    width: 6px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__dir .arrow {
    width: calc(6 / 390 * 100vw);
  }
}

.madoriBtn__dir .arrow .svgIcon {
  stroke: currentColor;
}

.madoriBtn__vr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
}

.madoriBtn__vr:before {
  background: url("../imgs/plan/bg-vr-btn.jpg") no-repeat center/cover;
  content: '';
  display: block;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__vr {
    bottom: 120px;
    font-size: 12px;
    height: 50px;
    letter-spacing: .15em;
    right: 30px;
    width: 230px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__vr {
    font-size: calc(10 / 390 * 100vw);
    height: calc(28 / 390 * 100vw);
    right: calc(70 / 390 * 100vw);
    top: calc(94 / 390 * 100vw);
    width: calc(100 / 390 * 100vw);
  }
}

.madoriBtn--premium .madoriBtn__label .item {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left top, right top, from(#7f6200), color-stop(50%, #b7a75a), to(#7f6200));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(90deg, #7f6200 0%, #b7a75a 50%, #7f6200 100%);
}

@media print, screen and (min-width: 736px) {
  .madoriBtn--entryMode:hover .madoriBtn__dir {
    color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn--entryMode:hover .madoriBtn__dir {
    color: #ffffff;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriBtn--entryMode .madoriBtn__thumb {
    height: 270px;
  }
}

.madoriBtn--entryMode .madoriBtn__thumb:after {
  border-left: 5px solid #7f6200;
  border-right: 5px solid #7f6200;
  border-top: 5px solid #7f6200;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.madoriBtn--entryMode .madoriBtn__dir {
  background: -webkit-gradient(linear, left top, right top, from(#7f6200), color-stop(50%, #b7a75a), to(#7f6200));
  background: linear-gradient(90deg, #7f6200 0%, #b7a75a 50%, #7f6200 100%);
  border: 0;
  font-family: "Shippori Mincho", serif;
  line-height: 1.44;
  position: static;
  -webkit-transform: initial;
          transform: initial;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn--entryMode .madoriBtn__dir {
    font-size: 14px;
    height: 70px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn--entryMode .madoriBtn__dir {
    font-size: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriBtn--entryMode .madoriBtn__dir .strong {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn--entryMode .madoriBtn__dir .strong {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 68px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__inner {
    padding-top: calc(120 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__head {
    padding: 88px 50px 0;
    width: 500px;
  }
}

.madoriDetail__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__label {
    gap: 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__label {
    gap: calc(16 / 390 * 100vw);
  }
}

.madoriDetail__label .item {
  background: -webkit-gradient(linear, left top, right top, from(#7f6200), color-stop(50%, #b7a75a), to(#7f6200));
  background: linear-gradient(90deg, #7f6200 0%, #b7a75a 50%, #7f6200 100%);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  line-height: 1.3;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__label .item {
    border-radius: 16px;
    font-size: 16px;
    padding: 8px 24px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__label .item {
    border-radius: calc(12 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__label + .madoriDetail__type {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__label + .madoriDetail__type {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__body {
    width: 576px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__body {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.madoriDetail__type {
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
  line-height: .8;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__type {
    font-size: 24px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__type {
    font-size: calc(16 / 390 * 100vw);
    padding-bottom: calc(45 / 390 * 100vw);
  }
}

.madoriDetail__type:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(165, 145, 106, 0)), color-stop(15%, #a5916a), color-stop(85%, #a5916a), to(rgba(165, 145, 106, 0)));
  background: linear-gradient(90deg, rgba(165, 145, 106, 0) 0%, #a5916a 15%, #a5916a 85%, rgba(165, 145, 106, 0) 100%);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__type .strong {
    font-size: 80px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__type .strong {
    font-size: calc(48 / 390 * 100vw);
    margin-right: calc(8 / 390 * 100vw);
  }
}

.madoriDetail__type .strong .small {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__type .strong .small {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__type .strong .small {
    font-size: calc(32 / 390 * 100vw);
  }
}

.madoriDetail__variation {
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
  line-height: .8;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__variation {
    font-size: 24px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__variation {
    font-size: calc(24 / 390 * 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__variation .strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__variation .strong {
    font-size: calc(40 / 390 * 100vw);
  }
}

.madoriDetail__spec {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__spec {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__spec {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__spec + .meritNote {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__spec + .meritNote {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.madoriDetail__vr {
  background: url("../imgs/plan/bg-vr-btn.jpg") no-repeat center/cover;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__vr {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__vr {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.madoriDetail__juko {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__juko {
    margin-top: 60px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__juko {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.madoriDetail__length {
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.madoriDetail__length .unit {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
  line-height: .8;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__length .unit {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__length .unit {
    font-size: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__length .unit .int {
    font-size: 64px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__length .unit .int {
    font-size: calc(40 / 390 * 100vw);
  }
}

.madoriDetail__length .mator {
  display: inline-block;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__length .mator {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__length .mator {
    font-size: calc(24 / 390 * 100vw);
  }
}

.madoriDetail__length .tsubo {
  display: inline-block;
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__length .tsubo {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__length .tsubo {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__subLength {
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__subLength {
    margin-top: calc(16 / 390 * 100vw);
  }
}

.madoriDetail__subLength .item {
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__subLength .item {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__subLength .item {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__subLength .item + .item {
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__subLength .item + .item {
    margin-top: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__note {
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__note {
    margin-top: calc(22 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__bottom {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .meritNote {
    margin: 0 auto;
    width: 320px;
  }
}

.meritNote__item {
  letter-spacing: .04em;
  line-height: 1.44;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .meritNote__item {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 736px) {
  .meritNote__item {
    font-size: calc(14 / 390 * 100vw);
    padding-left: calc(20 / 390 * 100vw);
  }
}

.meritNote__item:before {
  aspect-ratio: 1 / 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(28.9%, #504338), color-stop(49.94%, #a5916a), color-stop(70.63%, #504338));
  background: linear-gradient(90deg, #504338 28.9%, #a5916a 49.94%, #504338 70.63%);
  border-radius: 50%;
  content: '';
  left: 0;
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .meritNote__item:before {
    top: 4px;
    width: 10px;
  }
}

@media screen and (max-width: 736px) {
  .meritNote__item:before {
    top: calc(4 / 390 * 100vw);
    width: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .meritNote__item + .meritNote__item {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .meritNote__item + .meritNote__item {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.madoriDirection {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .madoriDirection {
    gap: 213px;
  }
  .madoriDirection:not(:has(.generalBtn:nth-child(2))) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .madoriDirection:not(:has(.generalBtn:nth-child(2))):has(.generalBtn--rev) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 736px) {
  .madoriDirection {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: calc(16 / 390 * 100vw);
  }
}

.madoriDirection__index {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../imgs/plan/bg-index-btn.jpg") no-repeat center/cover;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .04em;
  line-height: .8;
}

@media print, screen and (min-width: 736px) {
  .madoriDirection__index {
    font-size: 16px;
    gap: 10px;
    height: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 294px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDirection__index {
    font-size: calc(16 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    width: 100%;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDirection__index .arrow {
    width: 6px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDirection__index .arrow {
    width: calc(6 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDirection .generalBtn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 736px) {
  .madoriDirection .generalBtn {
    width: calc(160 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDirection .generalBtn--rev {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.madoriFig {
  background-color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .madoriFig {
    padding: 64px 0;
  }
}

@media screen and (max-width: 736px) {
  .madoriFig {
    padding: calc(40 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriList__item {
    width: 540px;
  }
}

@media screen and (max-width: 736px) {
  .madoriList__item + .madoriList__item {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.madoriPickup {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup {
    margin: 0 25px;
  }
}

.madoriPickup:before, .madoriPickup:after {
  background-color: rgba(51, 51, 51, 0.5);
  height: calc(560 / 390 * 100vw);
  position: absolute;
  width: calc(152 / 390 * 100vw);
  z-index: 0;
}

@media screen and (max-width: 736px) {
  .madoriPickup:before, .madoriPickup:after {
    content: '';
  }
}

.madoriPickup:before {
  left: 0;
  top: calc(60 / 390 * 100vw);
}

.madoriPickup:after {
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup + .madoriPickup {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup + .madoriPickup {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 68px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__inner {
    padding-top: calc(120 / 390 * 100vw);
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__head {
    background-color: rgba(51, 51, 51, 0.5);
    padding: 88px 50px 0;
    width: 420px;
  }
}

.madoriPickup__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__label {
    gap: 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__label {
    gap: calc(16 / 390 * 100vw);
  }
}

.madoriPickup__label .item {
  background: -webkit-gradient(linear, left top, right top, from(#7f6200), color-stop(50%, #b7a75a), to(#7f6200));
  background: linear-gradient(90deg, #7f6200 0%, #b7a75a 50%, #7f6200 100%);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__label .item {
    border-radius: 16px;
    font-size: 16px;
    padding: 8px 24px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__label .item {
    border-radius: calc(12 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__label + .madoriPickup__type {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__label + .madoriPickup__type {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.madoriPickup__body {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__body {
    margin-right: 50px;
    width: 576px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__body {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.madoriPickup__body:before {
  background-color: rgba(51, 51, 51, 0.5);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__body:before {
    content: '';
    height: 688px;
    top: -50px;
    width: 688px;
  }
}

.madoriPickup__type {
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
  line-height: .8;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__type {
    font-size: 24px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__type {
    font-size: calc(16 / 390 * 100vw);
    padding-bottom: calc(45 / 390 * 100vw);
  }
}

.madoriPickup__type:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(165, 145, 106, 0)), color-stop(15%, #a5916a), color-stop(85%, #a5916a), to(rgba(165, 145, 106, 0)));
  background: linear-gradient(90deg, rgba(165, 145, 106, 0) 0%, #a5916a 15%, #a5916a 85%, rgba(165, 145, 106, 0) 100%);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.madoriPickup__type .strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #e3d0ab), color-stop(50%, #a98c62));
  background: linear-gradient(to bottom, #e3d0ab 20%, #a98c62 50%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__type .strong {
    font-size: 80px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__type .strong {
    font-size: calc(48 / 390 * 100vw);
    margin-right: calc(8 / 390 * 100vw);
  }
}

.madoriPickup__type .strong .small {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__type .strong .small {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__type .strong .small {
    font-size: calc(32 / 390 * 100vw);
  }
}

.madoriPickup__type .type {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3d0ab), to(#a98c62));
  background: linear-gradient(to bottom, #e3d0ab, #a98c62);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.madoriPickup__variation {
  color: #ffffff;
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
  line-height: .8;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__variation {
    font-size: 24px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__variation {
    font-size: calc(24 / 390 * 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__variation .strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__variation .strong {
    font-size: calc(40 / 390 * 100vw);
  }
}

.madoriPickup__spec {
  color: #ffffff;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__spec {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__spec {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__spec + .meritNote {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__spec + .meritNote {
    margin-top: calc(80 / 390 * 100vw);
  }
}

.madoriPickup__length {
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.madoriPickup__length .unit {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
  line-height: .8;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__length .unit {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__length .unit {
    font-size: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__length .unit .int {
    font-size: 64px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__length .unit .int {
    font-size: calc(40 / 390 * 100vw);
  }
}

.madoriPickup__length .mator {
  display: inline-block;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__length .mator {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__length .mator {
    font-size: calc(24 / 390 * 100vw);
  }
}

.madoriPickup__length .tsubo {
  display: inline-block;
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__length .tsubo {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__length .tsubo {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__subLength {
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__subLength {
    margin-top: calc(16 / 390 * 100vw);
  }
}

.madoriPickup__subLength .item {
  font-family: YakuHanMP, "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__subLength .item {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__subLength .item {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__subLength .item + .item {
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__subLength .item + .item {
    margin-top: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__note {
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__note {
    margin-top: calc(22 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriPickup__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .madoriPickup__bottom {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .meritNote {
    margin: 0 auto;
    width: 320px;
  }
}

.meritNote__item {
  letter-spacing: .04em;
  line-height: 1.44;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .meritNote__item {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 736px) {
  .meritNote__item {
    font-size: calc(14 / 390 * 100vw);
    padding-left: calc(20 / 390 * 100vw);
  }
}

.meritNote__item:before {
  aspect-ratio: 1 / 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(28.9%, #504338), color-stop(49.94%, #a5916a), color-stop(70.63%, #504338));
  background: linear-gradient(90deg, #504338 28.9%, #a5916a 49.94%, #504338 70.63%);
  border-radius: 50%;
  content: '';
  left: 0;
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .meritNote__item:before {
    top: 4px;
    width: 10px;
  }
}

@media screen and (max-width: 736px) {
  .meritNote__item:before {
    top: calc(4 / 390 * 100vw);
    width: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .meritNote__item + .meritNote__item {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .meritNote__item + .meritNote__item {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.modalFigure {
  position: relative;
}

.modalFigure .figurePlot {
  border-radius: 0;
}

@media screen and (max-width: 736px) {
  .modalFigure .figurePlot {
    width: calc(46 / 390 * 100vw);
  }
}

.modalFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 736px) {
  .modalFigure .figurePlot .svgIcon {
    width: calc(30 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .modalFigure[data-modal-device='pc'] .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .modalFigure[data-modal-device='sp'] .figurePlot {
    display: none;
  }
}

.pageTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  letter-spacing: .24em;
  line-height: .8;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .pageTtl {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 48px;
    gap: 24px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 736px) {
  .pageTtl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: calc(32 / 390 * 100vw);
    gap: calc(20 / 390 * 100vw);
    padding-bottom: calc(32 / 390 * 100vw);
  }
}

.pageTtl:after {
  content: 'THE KICHIJOJI';
  display: block;
  letter-spacing: .08em;
  line-height: .8;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .pageTtl:after {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .pageTtl:after {
    font-size: calc(12 / 390 * 100vw);
  }
}

.pageTtl:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(165, 145, 106, 0)), color-stop(15%, #a5916a), color-stop(85%, #a5916a), to(rgba(165, 145, 106, 0)));
  background: linear-gradient(90deg, rgba(165, 145, 106, 0) 0%, #a5916a 15%, #a5916a 85%, rgba(165, 145, 106, 0) 100%);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.panoramaFigure {
  position: relative;
}

.panoramaFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.panoramaFigure__inner .photo,
.panoramaFigure__inner .photo__pic,
.panoramaFigure__inner .photo__image {
  height: 100%;
  max-width: unset;
  pointer-events: none;
  width: auto;
}

.panoramaFigure__capIn, .panoramaFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

.panoramaFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.panoramaFigure__capOut {
  left: 0;
  padding: 2px 0 0 5px;
  top: 100%;
}

.panoramaFigure__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .panoramaFigure__controller {
    padding: 0 60px;
  }
}

@media screen and (max-width: 736px) {
  .panoramaFigure__controller {
    padding: 0 calc(20 / 390 * 100vw);
    width: 100%;
  }
}

.panoramaFigure__direction {
  pointer-events: auto;
}

@media print, screen and (min-width: 736px) {
  .panoramaFigure__direction {
    cursor: pointer;
    width: 113px;
  }
}

@media screen and (max-width: 736px) {
  .panoramaFigure__direction {
    width: calc(106vw / 750 * 100);
  }
}

@media print, screen and (min-width: 736px) {
  .panoramaFigure .figurePlot {
    display: none;
  }
}

.panoramaFigure .figurePlot .svgIcon {
  aspect-ratio: 36 / 56;
}

@media screen and (max-width: 736px) {
  .panoramaFigure .figurePlot .svgIcon {
    width: calc(18 / 390 * 100vw);
  }
}

.parallaxPhoto {
  overflow: hidden;
  position: relative;
}

.parallaxPhoto--full .photo__image {
  width: 100%;
}

.photo {
  position: relative;
}

.photo + .caption {
  padding-top: 10px;
}

.photo__capIn, .photo__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
}

.photo__capIn {
  bottom: 5px;
  right: 5px;
  text-align: right;
  z-index: 10;
}

.photo__capOut {
  padding: 2px 10px 0;
  right: 0;
  top: 100%;
}

.photo__pic {
  display: block;
}

.photo--full .photo__image {
  width: 100%;
}

.photo--full .photo__pic {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo--multiply .photo__image {
  mix-blend-mode: multiply;
}

.photo--border:after {
  border: solid #ffffff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .photo--border:after {
    border-width: 4px;
  }
}

@media screen and (max-width: 736px) {
  .photo--border:after {
    border-width: calc(4 / 390 * 100vw);
  }
}

.pinchInFigure {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .pinchInFigure .figurePlot {
    display: none;
  }
}

.pinchInFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 736px) {
  .pinchInFigure .figurePlot .svgIcon {
    width: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .relativeBox {
    padding: 40px;
  }
}

@media screen and (max-width: 736px) {
  .relativeBox {
    padding: calc(40 / 390 * 100vw) calc(30 / 390 * 100vw);
  }
}

.sectTtl {
  bottom: 100%;
  color: #ffffff;
  display: inline-block;
  font-family: "Cinzel", serif;
  left: 50%;
  letter-spacing: .024em;
  line-height: .8;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .sectTtl {
    font-size: 16px;
    padding: 40px 0 26px;
    width: 480px;
  }
}

@media screen and (max-width: 736px) {
  .sectTtl {
    font-size: calc(16 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) 0 calc(17 / 390 * 100vw);
    width: 100%;
  }
}

.sectTtl:after {
  aspect-ratio: 1 / 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(28.9%, #504338), color-stop(49.94%, #a5916a), color-stop(70.63%, #504338));
  background: linear-gradient(90deg, #504338 28.9%, #a5916a 49.94%, #504338 70.63%);
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 5%);
          transform: translate(-50%, 5%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .sectTtl:after {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .sectTtl:after {
    width: calc(420 / 390 * 100vw);
  }
}

.sectTtl.sai-animate:after {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.streamModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 14px;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transition: opacity .9s;
  transition: opacity .9s;
  width: 100vw;
  z-index: 99999;
}

@media screen and (max-width: 736px) {
  .streamModal {
    padding-bottom: calc(60 / 390 * 100vw);
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
  .streamModal {
    padding-bottom: 0;
  }
}

.streamModal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.streamModal__cont {
  margin: auto;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .streamModal__cont {
    width: 960px;
  }
}

@media screen and (max-width: 736px) {
  .streamModal__cont {
    width: calc(365 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
  .streamModal__cont {
    width: calc(300 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .streamModal__cont:has(.swipeFigure__inner[data-mode='sp']) .swipeIcon {
    display: none;
  }
}

.streamModal__inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 736px) {
  .streamModal__inner {
    max-height: calc(100vh - (160 / 390 * 100vw));
    width: 100%;
  }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
  .streamModal__inner {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

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

@media screen and (max-width: 736px) {
  .streamModal__inner .swipeFigure {
    height: calc(420 / 390 * 100vw);
  }
}

.streamModal__close {
  aspect-ratio: 1 / 1;
  background-color: rgba(170, 170, 170, 0.8);
  bottom: 100%;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 736px) {
  .streamModal__close {
    width: 46px;
  }
}

@media screen and (max-width: 736px) {
  .streamModal__close {
    width: calc(46 / 390 * 100vw);
  }
}

.streamModal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.streamModal.is-active .streamModal__cont {
  width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .streamModal .movieFrame {
    height: calc(708.75vw / 1200 * 100);
    width: 100vw;
  }
}

@media screen and (max-width: 736px) {
  .streamModal .movieFrame {
    height: 169px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .streamModal .movieFrame--pcPlayer {
    display: none;
  }
}

.svgIcon {
  display: block;
  fill: currentColor;
  height: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: fill,stroke;
  transition-property: fill,stroke;
  width: 100%;
}

.swipeFigure {
  position: relative;
}

.swipeFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.swipeFigure__inner[data-mode=''] .photo,
.swipeFigure__inner[data-mode=''] .photo__pic,
.swipeFigure__inner[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media print, screen and (min-width: 736px) {
  .swipeFigure__inner[data-mode='pc'] .photo,
  .swipeFigure__inner[data-mode='pc'] .photo__pic,
  .swipeFigure__inner[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (max-width: 736px) {
  .swipeFigure__inner[data-mode='pc'] + .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .swipeFigure__inner[data-mode='sp'] + .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .swipeFigure__inner[data-mode='sp'] .photo,
  .swipeFigure__inner[data-mode='sp'] .photo__pic,
  .swipeFigure__inner[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

.swipeFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.swipeFigure__capOut {
  padding: 2px 5px 0;
  right: 0;
  top: 100%;
}

.swipeFigure .figurePlot .svgIcon {
  aspect-ratio: 36 / 56;
}

@media screen and (max-width: 736px) {
  .swipeFigure .figurePlot .svgIcon {
    width: calc(18 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect {
    padding: 0 100px;
  }
}

.topInformationSect__ttl {
  text-align: center;
}

@media screen and (max-width: 736px) {
  .topInformationSect__ttl {
    font-size: calc(14 / 390 * 100vw);
  }
}

.topInformationSect__ttl .en {
  font-family: "Cinzel", serif;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__ttl .en {
    font-size: 32px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__ttl .en {
    font-size: calc(20 / 390 * 100vw);
  }
}

.topInformationSect__announce {
  line-height: 1.6;
  background: linear-gradient(45deg, #00695b, #5e9db7);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 600;
  text-align: center;
  -webkit-text-fill-color: transparent;
}

.topInformationSect__announce:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.topInformationSect__announce:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__announce {
    font-size: 40px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__announce {
    font-size: calc(24 / 390 * 100vw);
    margin-top: calc(30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__announce + .topInformationSect__inner {
    margin: 40px auto 100px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__announce + .topInformationSect__inner {
    margin: calc(40 / 390 * 100vw) auto calc(80 / 390 * 100vw);
  }
}

.topInformationSect__announce .strong {
  background: linear-gradient(190.99deg, #cdbb7b 1.84%, #9a8c42 84.53%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__announce .strong {
    font-size: 52px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__announce .strong {
    font-size: calc(38 / 390 * 100vw);
    margin-left: -4px;
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__announce--second {
    font-size: 32px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__announce--second {
    font-size: calc(20 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__touroku {
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__touroku {
    margin-top: calc(25 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__touroku .cvBtn--touroku {
    width: 420px;
  }
}

.topInformationSect__touroku .cvBtn--touroku:after {
  background: linear-gradient(245.89deg, #cdbb7b 0%, #b8ab69 97.07%);
}

.topInformationSect__touroku .cvBtn--touroku .cvBtn__dir .generalArrow {
  color: #ffffff;
}

.topInformationSect__touroku .cvBtn--touroku .cvBtn__ttl {
  color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__touroku + .topInformationSect__inner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__touroku + .topInformationSect__inner {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__block {
    padding: 0 0 100px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__block {
    padding: 0 0 calc(60 / 390 * 100vw);
  }
}

.topInformationSect__block .topInformationSect__inner {
  margin: 0;
}

.topInformationSect__inner {
  background: -webkit-gradient(linear, left bottom, left top, from(#5b4f46), to(#5b4f46)), radial-gradient(50% 50% at 50% 50%, #8a8079 0%, #5b4f46 100%);
  background: linear-gradient(0deg, #5b4f46 0%, #5b4f46 100%), radial-gradient(50% 50% at 50% 50%, #8a8079 0%, #5b4f46 100%);
  border: 1px solid #ae9e7e;
  color: #2d2d2d;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__inner {
    padding: 63.5px 0;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__inner {
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

.topInformationSect__inner--online {
  background: -webkit-gradient(linear, left bottom, left top, from(#847366), to(#847366)), radial-gradient(48.85% 48.85% at 50% 50%, #867263 0%, #5e4b3d 100%);
  background: linear-gradient(0deg, #847366 0%, #847366 100%), radial-gradient(48.85% 48.85% at 50% 50%, #867263 0%, #5e4b3d 100%);
}

.topInformationSect__inner:after {
  background: no-repeat top left 40% / 130%;
  inset: 0;
  opacity: .8;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__inner:after {
    background-image: url("../imgs/pc/img-kv-bg@1.5x.png");
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__inner:after {
    background-image: url("../imgs/sp/img-kv-bg.png");
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__inner + .topInformationSect__inner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__inner + .topInformationSect__inner {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__inner + * {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__inner + * {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__inner--pattern01 {
    background-image: url("../imgs/pc/bg-information-01@1.5x.png");
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__inner--pattern01 {
    background-image: url("../imgs/sp/bg-information-01.png");
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__inner--pattern02 {
    background-image: url("../imgs/pc/bg-information-02@1.5x.png");
    margin: 120px auto;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__inner--pattern02 {
    background-image: url("../imgs/sp/bg-information-02.png");
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__inner--pattern02 .topInformationSect__block {
    padding-bottom: 70px;
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__inner--pattern03 {
    background-image: url("../imgs/pc/bg-information-03@1.5x.png");
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__inner--pattern03 {
    background-image: url("../imgs/sp/bg-information-03.png");
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__inner--pattern04 {
    background-image: url("../imgs/pc/bg-information-04@1.5x.png");
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__inner--pattern04 {
    background-image: url("../imgs/sp/bg-information-04.png");
  }
}

.topInformationSect__head {
  color: #a5916a;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__head + .topInformationSect__inner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__head + .topInformationSect__inner {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__head + .topInformationSect__cont {
    margin-top: 8px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__head + .topInformationSect__cont {
    margin-top: calc(8 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 36px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__bottom {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__btn {
    width: 340px;
  }
}

.topInformationSect__cap {
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__cap {
    margin: 0 auto;
    width: 580px;
  }
}

.topInformationSect__cap .txt {
  color: #666666;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__cap .txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__cap .txt {
    font-size: 12px;
  }
}

.topInformationSect__caption {
  bottom: 5px;
  position: absolute;
  right: 5px;
  z-index: 2;
}

* + .topInformationSect__cap {
  margin-top: 32px;
}

.topInformationSect__attention {
  border: 1px solid #a5916a;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.8;
}

.topInformationSect__attention:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  width: 0;
}

.topInformationSect__attention:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect__attention {
    font-size: 14px;
    margin: 0 auto 80px;
    padding: 20px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect__attention {
    font-size: 12px;
    margin: 0 auto calc(60 / 390 * 100vw);
    padding: 20px 10px;
  }
}

.topInformationSect__attention a {
  color: currentColor;
  text-decoration: underline;
}

@media print, screen and (min-width: 736px) {
  .topInformationSect .infoCard__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 736px) {
  .topInformationSect .infoCard__bottom {
    margin: 0 auto calc(60 / 390 * 100vw);
  }
}

.infoCard {
  text-align: center;
}

.infoCard__tag {
  color: #d0c2a5;
  font-family: "Cinzel", serif;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .infoCard__tag {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__tag {
    font-size: calc(18 / 390 * 100vw);
  }
}

.infoCard__tag:before {
  background-color: #5b4d32;
  left: -15px;
}

.infoCard__tag:after {
  background-color: #d7ccb6;
  right: -15px;
}

@media print, screen and (min-width: 736px) {
  .infoCard__tag + * {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__tag + * {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.infoCard__lead {
  line-height: 1.68;
}

.infoCard__lead:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.68) * .5em);
  width: 0;
}

.infoCard__lead:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.68) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .infoCard__lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__lead {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .infoCard__lead + * {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__lead + * {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.infoCard__heading {
  font-weight: 400;
}

@media print, screen and (min-width: 736px) {
  .infoCard__heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__heading {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .infoCard__heading + * {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__heading + * {
    margin-top: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .infoCard__heading .sub {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__heading .sub {
    font-size: calc(14 / 390 * 100vw);
  }
}

.infoCard__img {
  border: 1px solid;
  -o-border-image: linear-gradient(to bottom left, #cdbb7b, #9a8c42) 1;
     border-image: -webkit-gradient(linear, right top, left bottom, from(#cdbb7b), to(#9a8c42)) 1;
     border-image: linear-gradient(to bottom left, #cdbb7b, #9a8c42) 1;
  -webkit-box-shadow: 0 0 4px 0 rgba(40, 40, 40, 0.45);
          box-shadow: 0 0 4px 0 rgba(40, 40, 40, 0.45);
}

@media print, screen and (min-width: 736px) {
  .infoCard__img {
    margin: 40px auto 0;
    width: 700px;
  }
}

@media screen and (max-width: 736px) {
  .infoCard__img {
    margin: calc(24 / 390 * 100vw) auto 0;
  }
}

.infoBox {
  background-color: #ffffff;
  border: 1px solid;
  -o-border-image: linear-gradient(to bottom left, #cdbb7b, #9a8c42) 1;
     border-image: -webkit-gradient(linear, right top, left bottom, from(#cdbb7b), to(#9a8c42)) 1;
     border-image: linear-gradient(to bottom left, #cdbb7b, #9a8c42) 1;
}

@media print, screen and (min-width: 736px) {
  .infoBox {
    margin: 36px auto 0;
    max-width: 800px;
    padding: 24px 0 30px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .infoBox {
    margin: calc(24 / 390 * 100vw) auto 0;
    padding: calc(24 / 390 * 100vw) 0;
    width: 100%;
  }
}

.infoBox__ttl {
  color: #b8ab69;
}

@media print, screen and (min-width: 736px) {
  .infoBox__ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .infoBox__ttl {
    font-size: calc(14 / 390 * 100vw);
  }
}

.infoBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .infoBox__inner {
    gap: 6px 20px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 736px) {
  .infoBox__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: calc(20 / 390 * 100vw) auto 0;
  }
}

@media print, screen and (min-width: 736px) {
  .infoBox__inner--online {
    padding: 0 85px;
  }
}

.infoBox__item {
  letter-spacing: .05em;
  position: relative;
  text-align: left;
}

@media print, screen and (min-width: 736px) {
  .infoBox__item {
    font-size: 16px;
    padding-left: 1.5em;
  }
}

@media screen and (max-width: 736px) {
  .infoBox__item {
    font-size: calc(12 / 390 * 100vw);
    margin: 0 auto;
    padding-left: calc(14 / 390 * 100vw);
    width: calc(180 / 390 * 100vw);
  }
}

.infoBox__item:before {
  content: '◆';
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.txt {
  line-height: 1.68;
  letter-spacing: .02em;
}

.txt:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.68) * .5em);
  width: 0;
}

.txt:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.68) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .txt--large {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

@media screen and (max-width: 736px) {
  .txt--large {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .txt--small {
    font-size: 12px;
  }
}

@media screen and (max-width: 736px) {
  .txt--small {
    font-size: calc(12 / 390 * 100vw);
  }
}

.txt .caption {
  display: inline-block;
  line-height: 1.6;
}

.txt .caption:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.txt .caption:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .txt .caption {
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .txt .caption {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.usableList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usableList__note {
  margin-top: 10px;
}

.usageNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 736px) {
  .usageNote {
    gap: 8px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote {
    gap: calc(8 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .usageNote + .usageNote,
  .usageNote + .caption {
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote + .usageNote,
  .usageNote + .caption {
    margin-top: calc(18 / 390 * 100vw);
  }
}

.usageNote__item {
  display: inline-block;
}

.usageNote__item .caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usageNote__item .icon {
  aspect-ratio: 32 / 16;
  display: inline-block;
  vertical-align: sub;
}

@media print, screen and (min-width: 736px) {
  .usageNote__item .icon {
    height: 16px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote__item .icon {
    height: calc(16 / 390 * 100vw);
    margin-right: calc(8 / 390 * 100vw);
  }
}

.usageNote__item .icon--storage, .usageNote__item .icon--floor {
  width: 23px;
}

.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 26 / 6;
  vertical-align: middle;
}

@media print, screen and (min-width: 736px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 6px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: calc(7 / 390 * 100vw);
  }
}

.usageNote__item .icon--pole {
  aspect-ratio: 1 / 1;
  vertical-align: middle;
}

@media print, screen and (min-width: 736px) {
  .usageNote__item .icon--pole {
    height: 14px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote__item .icon--pole {
    height: calc(20 / 390 * 100vw);
  }
}

.usageNote__item .icon--gus {
  aspect-ratio: 24 / 13;
}

.usageNote__item .icon--area01 {
  background-color: #85ab9b;
}

.usageNote__item .icon--area02 {
  background-color: #889e72;
}

.usageNote__item .icon--area03 {
  background-color: #fae08d;
}

.usageNote__item .icon--area04 {
  background-color: #cb908e;
}

.usageNote__item .icon--area05 {
  background-color: #d9bbc4;
}

.zoomFigure {
  margin: 0 auto;
  position: relative;
}

.zoomFigure .figurePlot {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

@media screen and (max-width: 736px) {
  .zoomFigure .figurePlot {
    width: calc(80 / 390 * 100vw);
  }
}

.zoomFigure .figurePlot .svgIcon {
  aspect-ratio: 27 / 38;
  height: auto;
}

@media screen and (max-width: 736px) {
  .zoomFigure .figurePlot .svgIcon {
    width: calc(27 / 390 * 100vw);
  }
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

.zoomFigure__wrapper {
  overflow: hidden;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.zoomFigure__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background: rgba(170, 170, 170, 0.8);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 736px) {
  .zoomFigure__btn {
    width: calc(46 / 390 * 100vw);
  }
}

.zoomFigure__btn:not(:last-of-type) {
  margin-bottom: 2px;
}

.zoomFigure__btn .svgIcon {
  height: auto;
}

@media screen and (max-width: 736px) {
  .zoomFigure__btn .svgIcon {
    width: calc(36 / 390 * 100vw);
  }
}

.zoomFigure .caption,
.zoomFigure .capIn,
.zoomFigure .capOut {
  color: #666666;
  font-size: 10px;
  line-height: 1.8;
}

.zoomFigure .caption[data-color='white'],
.zoomFigure .capIn[data-color='white'],
.zoomFigure .capOut[data-color='white'] {
  color: #ffffff;
}

.zoomFigure .caption[data-color='black'],
.zoomFigure .capIn[data-color='black'],
.zoomFigure .capOut[data-color='black'] {
  color: #000000;
}

.zoomFigure .caption[data-color='sdw-wh'],
.zoomFigure .capIn[data-color='sdw-wh'],
.zoomFigure .capOut[data-color='sdw-wh'] {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.zoomFigure .caption[data-color='sdw-bl'],
.zoomFigure .capIn[data-color='sdw-bl'],
.zoomFigure .capOut[data-color='sdw-bl'] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.zoomFigure .caption[data-color='label'],
.zoomFigure .capIn[data-color='label'],
.zoomFigure .capOut[data-color='label'] {
  background: rgba(102, 102, 102, 0.8);
  color: #ffffff;
  line-height: 1;
  padding: 5px;
  right: auto;
}

.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}

.zoomFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.zoomFigure__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.zoomFigure__capOut {
  padding-top: 5px;
  right: 10px;
  top: 100%;
}

.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

@media screen and (max-width: 736px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}

/* stylelint-disable */
:root {
  --scrollbar: 0px;
}
