@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");
}

@-webkit-keyframes hoverDir {
  10% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes hoverDir {
  10% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

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

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

a:hover {
  text-decoration: none;
}

.cap,
.caption {
  background: none;
  color: #7a8c99;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}

.cap {
  padding-top: 5px;
}

.caption,
.capIn,
.capOut,
.numCap {
  color: #7a8c99;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

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

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

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

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

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

.caption[data-color='sdw-wh'],
.capIn[data-color='sdw-wh'],
.capOut[data-color='sdw-wh'],
.numCap[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'],
.numCap[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'],
.numCap[data-color='label'] {
  background-color: rgba(85, 85, 85, 0.85);
  color: #ffffff;
  line-height: 1.5;
  padding: 5px;
  right: auto;
}

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

.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 {
  pointer-events: none;
}

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

/*****
 * 4. Layout
*****/
#container {
  background-color: transparent;
  color: #555555;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2;
  position: relative;
  text-align: left;
}

@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%;
  }
}

.wrap {
  margin: 0 auto;
  width: 100%;
}

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

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

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

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

@media print, screen and (min-width: 736px) {
  .bottomArea-induction {
    padding: 80px 0 105px;
  }
}

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

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

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

/* COMPONENTS */
[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'] {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -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: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s, -webkit-mask-position 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: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: -webkit-mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: mask-position 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s, -webkit-mask-position 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;
}

.aerialFigure {
  position: relative;
}

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

.aerialFigure__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5b646f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  line-height: .7;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

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

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

.aerialFigure__heading:before, .aerialFigure__heading:after {
  background-color: #5b646f;
  content: '';
  height: 1px;
  width: 100%;
}

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

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

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

.swiper-slide .aerialFigure .photo__capOut {
  position: static;
  text-align: right;
}

.bgLayer {
  position: relative;
}

.bgLayer:before {
  width: calc(100vw - var(--scrollbar));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

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

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .bgLayer:before {
    margin-left: 0;
    width: 100%;
  }
}

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

.bgLayer > *:not(.bgLayer) {
  position: relative;
}

.bgLayer--texture01:before {
  background: repeat-y center center / 100% auto;
}

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

@media screen and (max-width: 736px) {
  .bgLayer--texture01:before {
    background-image: url("../imgs/sp/bg-texture-01.jpg");
  }
}

.bgLayer--pattern01:before {
  background-color: #e5ded5;
  mix-blend-mode: multiply;
}

.bgLayer--pattern02 {
  color: #ffffff;
}

.bgLayer--pattern02:before {
  background: -webkit-gradient(linear, left top, right top, from(#242831), color-stop(50%, #3c4651), to(#242831));
  background: linear-gradient(90deg, #242831 0%, #3c4651 50%, #242831 100%);
}

.bgLayer--pattern03 {
  color: #ffffff;
}

.bgLayer--pattern03:before {
  background-color: #5b646f;
}

.bgLayer--pattern04:before {
  background-color: rgba(179, 193, 200, 0.23);
}

.bgLayer--pattern05 {
  color: #ffffff;
}

.bgLayer--pattern05:before {
  background-color: #3f4f62;
}

.cvBtn {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .cvBtn {
    height: 90px;
    width: 620px;
  }
}

@media screen and (max-width: 736px) {
  .cvBtn {
    height: calc(60 / 390 * 100vw);
    width: calc(310 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .cvBtn:hover:after {
    opacity: .7;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .cvBtn:hover .cvBtn__dir {
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
  .cvBtn:hover .cvBtn__ttl {
    letter-spacing: .08em;
  }
  .cvBtn:hover .cvBtn__ttl .en {
    letter-spacing: .8em;
  }
  .cvBtn:hover .cvBtn__ttl .ja {
    letter-spacing: .1em;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover:after {
    opacity: .7;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .cvBtn:hover .cvBtn__dir {
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
  .cvBtn:hover .cvBtn__ttl {
    letter-spacing: .08em;
  }
  .cvBtn:hover .cvBtn__ttl .en {
    letter-spacing: .8em;
  }
  .cvBtn:hover .cvBtn__ttl .ja {
    letter-spacing: .1em;
  }
}

.cvBtn:after {
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  z-index: -1;
}

.cvBtn__ttl {
  line-height: 1.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .01em;
  -webkit-transition: letter-spacing .6s ease;
  transition: letter-spacing .6s ease;
}

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

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

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

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

.cvBtn__ttl .en {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .6em;
  line-height: .7;
  -webkit-transition: letter-spacing .6s ease;
  transition: letter-spacing .6s ease;
}

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

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

.cvBtn__ttl .ja {
  display: inline-block;
  letter-spacing: .01em;
  line-height: 1;
  -webkit-transition: letter-spacing .6s ease;
  transition: letter-spacing .6s ease;
}

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

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

.cvBtn__dir {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

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

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

@media print, screen and (min-width: 736px) {
  .cvBtn--small {
    border-radius: 15px;
    height: 28px;
    width: 150px;
  }
}

@media screen and (max-width: 736px) {
  .cvBtn--small {
    border-radius: calc(15 / 390 * 100vw);
    height: calc(28 / 390 * 100vw);
    width: calc(150 / 390 * 100vw);
  }
}

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

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

.cvBtn--dBlue {
  background-color: #384451;
}

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

.cvBtn--lBlue {
  background-color: #415e7e;
}

.cvBtn--lBlue:after {
  background: -webkit-gradient(linear, left top, right top, from(#415e7e), to(#163e6d));
  background: linear-gradient(90deg, #415e7e 0%, #163e6d 100%);
}

.cvBtn--gold {
  background-color: #c3a153;
}

.cvBtn--gold:before {
  border: 1px solid #ffffff;
  content: '';
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 736px) {
  .cvBtn--gold:before {
    height: calc(100% - 7px);
    width: calc(100% - 7px);
  }
}

@media screen and (max-width: 736px) {
  .cvBtn--gold:before {
    height: calc(100% - (3 / 390 * 100vw) - 2px);
    width: calc(100% - (3 / 390 * 100vw) - 2px);
  }
}

.cvBtn--gold:after {
  background: -webkit-gradient(linear, left top, right top, from(#c3a153), to(#7f5e14));
  background: linear-gradient(90deg, #c3a153 0%, #7f5e14 100%);
}

.enTtl {
  color: #a88245;
  font-family: "Cinzel", serif;
  letter-spacing: .4em;
  line-height: .7;
}

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

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

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

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

.enTtl--white {
  color: #ffffff;
}

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(153, 153, 153, 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(50 / 390 * 100vw);
  }
}

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

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

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

@media screen and (max-width: 736px) {
  .generalAnchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 390 * 100vw);
  }
}

.generalAnchor__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .08em;
  line-height: 1;
  opacity: .6;
  position: relative;
  text-align: center;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: box-shadow,opacity,transform;
  transition-property: box-shadow,opacity,transform,-webkit-box-shadow,-webkit-transform;
  z-index: 1;
}

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

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

@media print, screen and (min-width: 736px) {
  .generalAnchor__link:hover {
    -webkit-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalAnchor__link:hover {
    -webkit-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
}

.generalAnchor__link:after {
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.generalAnchor__link .arrow {
  aspect-ratio: 1 / 1;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media print, screen and (min-width: 736px) {
  .generalAnchor__link .arrow {
    right: 16px;
    width: 20px;
  }
}

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

.generalAnchor__link.is-active {
  -webkit-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}

.generalAnchor__item:nth-child(1) .generalAnchor__link:after {
  background: -webkit-gradient(linear, left top, right top, from(#c9ae70), to(#927a45));
  background: linear-gradient(90deg, #c9ae70 0%, #927a45 100%);
}

.generalAnchor__item:nth-child(2) .generalAnchor__link:after {
  background: -webkit-gradient(linear, left top, right top, from(#c48d63), to(#8e5f3b));
  background: linear-gradient(90deg, #c48d63 0%, #8e5f3b 100%);
}

.generalArrow {
  aspect-ratio: 24 / 19;
  display: block;
  fill: currentColor;
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
  width: 100%;
}

.generalBnr {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}

@media print, screen and (min-width: 736px) {
  .generalBnr {
    -webkit-box-shadow: 0 10px 20px 0 rgba(56, 127, 177, 0.2);
            box-shadow: 0 10px 20px 0 rgba(56, 127, 177, 0.2);
  }
}

@media screen and (max-width: 736px) {
  .generalBnr {
    -webkit-box-shadow: 0 calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) 0 rgba(56, 127, 177, 0.2);
            box-shadow: 0 calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) 0 rgba(56, 127, 177, 0.2);
  }
}

@media print, screen and (min-width: 736px) {
  .generalBnr {
    border-radius: 4px;
    width: 370px;
  }
}

@media screen and (max-width: 736px) {
  .generalBnr {
    border-radius: calc(4 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .generalBnr:hover .generalBnr__body:after {
    opacity: .8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .generalBnr:hover .generalBnr__visual .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) {
  .generalBnr:hover .generalBnr__body:after {
    opacity: .8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .generalBnr:hover .generalBnr__visual .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.generalBnr + .caption {
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .generalBnr + .caption {
    margin-top: 20px;
    width: 370px;
  }
}

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

.generalBnr__visual {
  overflow: hidden;
}

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

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

.generalBnr__visual .photo__image {
  -webkit-transition: .6s ease;
  transition: .6s 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;
}

.generalBnr__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .generalBnr__body {
    gap: 16px;
    width: calc(100% - 118px);
  }
}

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

.generalBnr__body:after {
  background: linear-gradient(97deg, #a9d4d6 0%, #07558d 100%);
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  z-index: -1;
}

.generalBnr__ttl {
  font-weight: 500;
  letter-spacing: .05em;
}

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

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

.generalBnr__ttl .en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: .7;
}

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

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

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

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

.generalBnr__coming {
  letter-spacing: .05em;
  line-height: .7;
}

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

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

.generalBnr.is-off {
  pointer-events: none;
}

.generalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

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

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

.generalBtn__ttl {
  letter-spacing: .08em;
  line-height: 1;
}

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

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

.generalBtn__ttl .en {
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: .7;
}

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

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

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

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

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

.generalBtn--pattern01 {
  background-color: #83919b;
  border-color: #83919b;
}

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

@media (hover: hover) and (pointer: fine) {
  .generalBtn--pattern01:hover {
    background-color: #ffffff;
    color: #83919b;
  }
}

.generalBtn--pattern02 {
  background-color: #334151;
  border-color: #334151;
}

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

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

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

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

.generalBtn--pattern04 {
  background-color: #5b646f;
  border-color: #5b646f;
}

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

@media (hover: hover) and (pointer: fine) {
  .generalBtn--pattern04:hover {
    background-color: #ffffff;
    color: #5b646f;
  }
}

.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;
  }
}

.generalSlider .swiper-container {
  overflow: visible;
}

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

.generalSlider__body {
  position: relative;
}

.generalSlider__controller {
  -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;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}

.generalSlider__direction {
  pointer-events: auto;
}

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

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

.generalSlider__direction .generalArrow {
  height: 100%;
  width: auto;
}

.generalSlider__direction--prev .generalArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

.generalSlider__bottom .swiper-pagination {
  -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;
  position: static;
}

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

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

.generalSlider__bottom .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  border: 1px solid #5b646f;
  height: auto;
  opacity: 1;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

@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 / 390 * 100vw);
  }
}

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

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

.generalSlider--disableMode .swiper-container {
  overflow: visible;
}

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

.generalSlider--disableMode .swiper-slide {
  display: inline-block;
  width: auto;
}

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

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

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

.generalTab__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.2);
  color: #5b646f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .08em;
  line-height: 1.75;
  position: relative;
  text-align: center;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: -webkit-box-shadow,-webkit-transform;
  transition-property: -webkit-box-shadow,-webkit-transform;
  transition-property: box-shadow,transform;
  transition-property: box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  z-index: 1;
}

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

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

@media print, screen and (min-width: 736px) {
  .generalTab__trigger:hover {
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  .generalTab__trigger:hover:after {
    opacity: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalTab__trigger:hover {
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  .generalTab__trigger:hover:after {
    opacity: 0;
  }
}

.generalTab__trigger:after {
  background-color: rgba(255, 255, 255, 0.35);
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.generalTab__trigger.is-active {
  -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}

.generalTab__trigger.is-active:after {
  opacity: 0;
}

.heading {
  color: #222222;
  letter-spacing: .08em;
  position: relative;
}

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

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

.heading--large {
  line-height: 1.7;
}

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

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

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

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

.heading--default {
  line-height: 1.6;
}

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

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

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

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

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

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

.heading--medium {
  line-height: 1.75;
}

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

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

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

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

.heading--small {
  line-height: 1.75;
}

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

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

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

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

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

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

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

.heading--white {
  color: #ffffff;
}

.heading--white .strong {
  color: #f2c57e;
}

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

.heading--gold {
  color: #d7a75b;
}

.heading--red {
  color: #884e43;
}

.heading--box {
  background: -webkit-gradient(linear, left top, right top, from(#c9ae70), to(#927a45));
  background: linear-gradient(90deg, #c9ae70 0%, #927a45 100%);
  color: #ffffff;
  text-align: center;
}

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

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

.heading--box:after {
  border: 1px solid #ffffff;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 736px) {
  .heading--box:after {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
  }
}

@media screen and (max-width: 736px) {
  .heading--box:after {
    height: calc(100% - (6 / 390 * 100vw));
    width: calc(100% - (6 / 390 * 100vw));
  }
}

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

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

.heading--border {
  border-bottom: 1px solid #a88245;
  border-top: 1px solid #a88245;
  text-align: center;
}

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

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

@media print, screen and (min-width: 736px) {
  .heading--border + .txt {
    text-align: center;
  }
}

.heading--underline {
  border-bottom: 1px solid currentColor;
}

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

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

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

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

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

.headingCombi {
  position: relative;
}

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

@media print, screen and (min-width: 736px) {
  .headingCombi--center .heading + .txt {
    text-align: center;
  }
}

.holidayAtt {
  text-align: center;
}

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

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

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

.holidayAtt__txt {
  line-height: 1.6;
  border: 1px solid currentColor;
  font-family: 'Noto SansJapanese Light', 'Lucida Grande', 'Lucida Sans Unicode', 'Noto SansJapanese', “游ゴシック”, YuGothic, 'ヒラギノ角ゴシック ProN', Hiragino Kaku Gothic ProN, sans-serif;
  letter-spacing: .1em;
  margin: 0 auto;
}

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

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

@media print, screen and (min-width: 736px) {
  .holidayAtt__txt {
    font-size: 13px;
    padding: 16px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

.holidayAtt__txt a {
  color: currentColor;
  text-decoration: underline;
}

.inductionSect__head {
  text-align: center;
}

.inductionSect__head .enTtl {
  color: #3f4f62;
}

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

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

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

@media screen and (max-width: 736px) {
  .inductionSect__body {
    display: grid;
    gap: calc(9 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

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

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

@media print, screen and (min-width: 736px) {
  .inductionCard:hover .inductionCard__visual .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .inductionCard:hover .inductionCard__cont:after {
    opacity: .6;
  }
}

@media (hover: hover) and (pointer: fine) {
  .inductionCard:hover .inductionCard__visual .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .inductionCard:hover .inductionCard__cont:after {
    opacity: .6;
  }
}

.inductionCard__visual {
  overflow: hidden;
}

.inductionCard__visual .photo__image {
  -webkit-transition: .6s ease;
  transition: .6s 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;
  will-change: filter,transform;
}

.inductionCard__visual .photo__capIn {
  opacity: .7;
}

.inductionCard__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
}

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

.inductionCard__ttl {
  line-height: 1;
  position: relative;
  text-align: center;
}

.inductionCard__ttl .en {
  font-family: "Cinzel", serif;
  letter-spacing: .2em;
  line-height: .7;
}

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

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

.inductionCard__ttl .ja {
  display: block;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: .05em;
  line-height: 1;
}

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

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

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

@media print, screen and (min-width: 736px) {
  .inductionCard__ttl .dir {
    left: calc(100% + 10px);
    width: 10px;
  }
}

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

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

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

.informationSect__ttl {
  color: #a88245;
  font-family: "Cinzel", serif;
  letter-spacing: .8em;
  line-height: .7;
  text-align: center;
}

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

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

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

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

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

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

.infoCard + .holidayAtt .holidayAtt__txt {
  background-color: rgba(255, 255, 255, 0.6);
}

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

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

.infoCard__heading {
  line-height: 1.8;
  color: #222222;
  letter-spacing: .05em;
  text-align: center;
}

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

.infoCard__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .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(18 / 390 * 100vw);
  }
}

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

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

.infoCard__txt {
  line-height: 1.68;
  letter-spacing: .04em;
  text-align: center;
}

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

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

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

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

@media print, screen and (min-width: 736px) {
  .entryMerit {
    display: grid;
    gap: 7.5px;
    grid-template-columns: repeat(3, 1fr);
  }
}

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

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

.entryMerit__item {
  position: relative;
}

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

.entryMerit__desc {
  line-height: 1.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .3em;
  position: absolute;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

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

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

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

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

.entryMerit__desc .en {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .12em;
  line-height: 1;
}

.entryMerit__desc .small {
  letter-spacing: .4em;
}

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

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

.keyVisual {
  position: relative;
}

.keyVisual__bg {
  opacity: 0;
  overflow: hidden;
  position: relative;
}

.keyVisual__bg .photo__image {
  -webkit-filter: blur(20px) brightness(1.2);
          filter: blur(20px) brightness(1.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.keyVisual__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  inset: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 8px #000000,0 0 8px #000000,0 0 8px #000000;
}

@media print, screen and (min-width: 736px) {
  .keyVisual__inner {
    padding-top: calc(162 / 1440 * 100%);
  }
}

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

.keyVisual__desc {
  position: relative;
  width: 100%;
}

.keyVisual__desc > * {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  position: relative;
  z-index: 1;
}

.keyVisual__heading {
  letter-spacing: .04em;
}

@media print, screen and (min-width: 736px) {
  .keyVisual__heading {
    line-height: 1.44;
    font-size: 28px;
  }
  .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 screen and (max-width: 736px) {
  .keyVisual__heading {
    line-height: 1.7;
    font-size: calc(22 / 390 * 100vw);
  }
  .keyVisual__heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.7) * .5em);
    width: 0;
  }
  .keyVisual__heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.7) * .5em);
    width: 0;
  }
}

@media print, screen and (min-width: 736px) {
  .pageTtl + .keyVisual__heading {
    margin-top: 48px;
  }
}

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

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

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

.keyVisual__lead {
  letter-spacing: .04em;
}

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

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

.keyVisual__scroll {
  color: #ffffff;
  opacity: 0;
  position: absolute;
  -webkit-transition: .6s ease 2s;
  transition: .6s ease 2s;
  z-index: 2;
}

@media print, screen and (min-width: 736px) {
  .keyVisual__scroll {
    bottom: -24px;
    left: 40px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .keyVisual--concept .keyVisual__inner {
    padding-top: calc(208 / 1440 * 100%);
  }
}

@media screen and (max-width: 736px) {
  .keyVisual--concept .keyVisual__inner {
    padding-top: calc(232 / 390 * 100vw);
  }
}

.keyVisual--design .keyVisual__bg:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38.94%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.94%, rgba(0, 0, 0, 0.6) 100%);
  content: '';
  inset: 0;
  position: absolute;
}

.keyVisual.is-loaded .keyVisual__bg {
  opacity: 1;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}

.keyVisual.is-loaded .keyVisual__bg .photo__image {
  -webkit-filter: blur(0) brightness(1);
          filter: blur(0) brightness(1);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-filter 1.6s ease, -webkit-transform 2s ease;
  transition: -webkit-filter 1.6s ease, -webkit-transform 2s ease;
  transition: filter 1.6s ease, transform 2s ease;
  transition: filter 1.6s ease, transform 2s ease, -webkit-filter 1.6s ease, -webkit-transform 2s ease;
  will-change: filter,transform;
}

.keyVisual.is-loaded .keyVisual__desc:before {
  opacity: 1;
  -webkit-transition: opacity 1.2s ease .8s;
  transition: opacity 1.2s ease .8s;
}

.keyVisual.is-loaded .keyVisual__desc > * {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: 1s ease 1s;
  transition: 1s ease 1s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: filter,opacity;
  transition-property: filter,opacity,-webkit-filter;
}

.keyVisual.is-loaded .keyVisual__scroll {
  opacity: 1;
}

.libraryModal {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Old 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;
}

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

@media screen and (max-width: 736px) {
  .libraryModal {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

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

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

.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

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

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

.libraryModal__close .icon {
  cursor: pointer;
  display: block;
}

@media print, screen and (min-width: 736px) {
  .libraryModal__close .icon {
    height: 28px;
    width: 28px;
  }
}

@media screen and (max-width: 736px) {
  .libraryModal__close .icon {
    height: calc(28 / 390 * 100vw);
    width: calc(28 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 736px) {
  .librarySect + .libraryModal__close {
    padding: calc(22 / 390 * 100vw) 0 calc(144 / 390 * 100vw);
  }
}

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

.librarySect {
  background-color: #f7f8fa;
  color: #20323c;
  position: relative;
  z-index: 1;
}

@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);
  }
}

.librarySect:after {
  background: no-repeat center center / 100% 100%;
  content: '';
  height: 100%;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

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

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

.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;
  }
}

@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: 664px;
  }
}

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

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

@media screen and (max-width: 736px) {
  .digitalLibraryIntro__head .entryMerit {
    margin: 8.20513vw calc(-20 / 390 * 100vw) 0;
  }
}

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

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

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro__head .entryMerit .meritCard__ttl .num {
    font-size: 22px;
  }
}

@media screen and (max-width: 736px) {
  .digitalLibraryIntro__head .entryMerit .meritCard__ttl .num {
    font-size: calc(22 / 390 * 100vw);
  }
}

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

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

.digitalLibraryIntro__heading {
  font-family: "Cinzel", serif;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
  text-align: center;
}

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

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

.digitalLibraryIntro__heading:after {
  background-color: #7f9cb2;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro__heading:after {
    margin-top: 24px;
    width: 40px;
  }
}

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

.digitalLibraryIntro__subheading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: -webkit-gradient(linear, left top, right top, from(#c9ae70), to(#927a45));
  background: linear-gradient(90deg, #c9ae70 0%, #927a45 100%);
  border-bottom: 2px solid #8f7243;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 7px 30px;
  text-align: center;
}

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

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

.digitalLibraryIntro__txt {
  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: calc(14 / 390 * 100vw);
    margin: calc(20 / 390 * 100vw) calc(-16 / 390 * 100vw) 0;
  }
}

.digitalLibraryIntro__txt + .caption {
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .digitalLibraryIntro__txt + .caption {
    margin-top: 20px;
  }
}

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

@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: calc(200 / 390 * 100vw);
  }
}

.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: YakuHanJP, "Zen Kaku Gothic New", 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: calc(42 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
    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: calc(20 / 390 * 100vw);
  }
}

.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;
  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-style: normal;
  font-weight: 400;
  line-height: .8;
}

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

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

.libraryStepSect__heading .ja {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
}

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

@media screen and (max-width: 736px) {
  .libraryStepSect__heading .ja {
    font-size: calc(10 / 390 * 100vw);
    line-height: 1.5;
    margin-left: calc(15 / 390 * 100vw);
  }
}

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

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

.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: #d9e2e8;
  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: calc(24 / 390 * 100vw) calc(18 / 390 * 100vw);
  }
}

.libraryStep__term:before {
  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: calc(22 / 390 * 100vw);
    margin-right: calc(23 / 390 * 100vw);
  }
}

.libraryStep__ttl {
  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: calc(14 / 390 * 100vw);
  }
}

.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: calc(30 / 390 * 100vw) calc(22 / 390 * 100vw);
  }
}

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

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

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

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

.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 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

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

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

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

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

.libraryStep:nth-of-type(even) .libraryStep__term {
  background-color: rgba(217, 226, 232, 0.5);
}

.libraryStep:not(:first-of-type) .libraryStep__desc:before {
  background-color: #f0f6fa;
  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: calc(20 / 390 * 100vw);
  }
}

.loopSlider__wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.loopSlider__item .photo__image {
  width: 100%;
}

.madoriBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn {
    gap: 32px;
    height: 126px;
    padding: 14px 32px;
    width: 373px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn {
    gap: calc(20 / 390 * 100vw);
    height: calc(126 / 390 * 100vw);
    padding: calc(14 / 390 * 100vw) calc(32 / 390 * 100vw);
  }
}

.madoriBtn:before, .madoriBtn:after {
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.madoriBtn:before {
  background: -webkit-gradient(linear, left top, right top, from(#747e88), to(#213140));
  background: linear-gradient(90deg, #747e88 0%, #213140 100%);
}

.madoriBtn:after {
  border: 6px solid #5b646f;
}

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

.madoriBtn__type {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cinzel", serif;
  letter-spacing: .25em;
  line-height: .7;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__type {
    font-size: 12px;
    gap: 10px;
    padding: 26px 20px 26px 0;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__type {
    font-size: calc(10 / 390 * 100vw);
    gap: calc(8 / 390 * 100vw);
    padding: calc(30 / 390 * 100vw) calc(16 / 390 * 100vw) calc(30 / 390 * 100vw) 0;
  }
}

.madoriBtn__type .strong {
  line-height: .7;
}

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

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

.madoriBtn__variation {
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: 1.2;
  white-space: nowrap;
}

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

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

.madoriBtn__variation .strong {
  display: inline-block;
  line-height: .7;
}

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

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

.madoriBtn__variation .ja {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
  line-height: 1;
}

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

.madoriBtn__length {
  line-height: 1;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__length {
    margin-top: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

.madoriBtn__length .unit {
  display: inline-block;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__length .unit {
    margin: 0 8px;
  }
}

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

.madoriBtn__length .unit .val {
  display: inline-block;
  font-family: "Cinzel", serif;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__length .unit .val {
    font-size: 30px;
  }
}

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

.madoriBtn__length .unit .mator {
  display: inline-block;
  line-height: 1;
}

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

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

.madoriBtn__length .ja {
  display: inline-block;
  letter-spacing: 0;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__length .ja {
    font-size: 10px;
    line-height: 1;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn__length .ja {
    font-size: calc(10 / 390 * 100vw);
    line-height: 1.4;
  }
}

.madoriBtn__length .tsubo {
  letter-spacing: 0;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__length .tsubo {
    display: block;
    font-size: 12px;
    margin: 10px 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

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

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

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

.madoriDetail__head {
  position: relative;
}

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

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

.madoriDetail__head:before {
  width: calc(100vw - var(--scrollbar));
  background-color: #e5ded5;
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
}

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

@media only screen and (min-width: 736px) and (max-width: 998px) {
  .madoriDetail__head:before {
    margin-left: 0;
    width: 100%;
  }
}

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

.madoriDetail__head + .madoriDetail__body {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__head + .madoriDetail__body {
    margin-top: -130px;
  }
}

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

.madoriDetail__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .madoriDetail__spec {
    -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;
    text-align: center;
  }
}

.madoriDetail__type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a88245;
  color: #5b646f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .25em;
  line-height: .7;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__type {
    font-size: 24px;
    gap: 16px;
    padding: 32px 0;
    width: 213px;
  }
}

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

.madoriDetail__type .strong {
  line-height: .7;
}

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

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

.madoriDetail__type .floor {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
  line-height: 1;
}

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

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

.madoriDetail__variation {
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__variation {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 38px;
    line-height: 1.2;
    margin-left: 50px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__variation {
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.4;
    margin-top: calc(40 / 390 * 100vw);
  }
}

.madoriDetail__variation .strong {
  display: inline-block;
  line-height: .7;
}

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

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

.madoriDetail__variation .ja {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__variation .ja {
    font-size: 32px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__variation .ja {
    font-size: calc(22 / 390 * 100vw);
    letter-spacing: -.1em;
  }
}

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

.madoriDetail__variation .usageNote .caption {
  color: #555555;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__area {
    border-left: 1px solid #a88245;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 58px;
    padding-left: 50px;
  }
}

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

.madoriDetail__length {
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .madoriDetail__length {
    text-align: center;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__length .unit {
    margin: 0 8px;
  }
}

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

.madoriDetail__length .unit .val {
  display: inline-block;
  font-family: "Cinzel", serif;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__length .unit .val {
    font-size: 34px;
  }
}

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

.madoriDetail__length .unit .mator {
  display: inline-block;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__length .unit .mator {
    font-size: 26px;
  }
}

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

.madoriDetail__length .ja,
.madoriDetail__length .tsubo {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
}

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

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

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

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

.madoriDetail__subLength .item {
  line-height: 1.6;
}

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

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

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

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

.madoriDetail__merit .meritNote {
  background-color: #9198a1;
  color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__merit .meritNote {
    padding: 50px 115px;
  }
}

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

.madoriDetail__merit .meritNote__ttl {
  font-family: "Cinzel", serif;
  letter-spacing: .04em;
  line-height: .7;
}

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

@media screen and (max-width: 736px) {
  .madoriDetail__merit .meritNote__ttl {
    font-size: calc(18 / 390 * 100vw);
    text-align: center;
  }
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__merit .meritNote__ttl + .meritNote__body {
    margin-top: 16px;
  }
}

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

.madoriDetail__merit .meritNote__body {
  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) {
  .madoriDetail__merit .meritNote__body {
    gap: 16px;
  }
}

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

.madoriDetail__merit .meritNote__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.madoriDetail__merit .meritNote__item .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #5b646f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__merit .meritNote__item .num {
    font-size: 18px;
    width: 30px;
  }
}

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

.madoriDetail__merit .meritNote__item .cont {
  line-height: 1.8;
  letter-spacing: 0;
}

.madoriDetail__merit .meritNote__item .cont:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  width: 0;
}

.madoriDetail__merit .meritNote__item .cont:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__merit .meritNote__item .cont {
    font-size: 14px;
    margin-top: 7px;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__merit .meritNote__item .cont {
    font-size: 3.33333vw;
    width: calc(100% - (40 / 390  * 100vw));
  }
}

.madoriDetail__figure {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

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

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

@media print, screen and (min-width: 736px) {
  .madoriDetail__figure img {
    width: 640px;
  }
}

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

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

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

.madoriDetail__bottom {
  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) {
  .madoriDetail__bottom {
    gap: 120px;
    margin-top: 120px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .madoriDetail--a .madoriDetail__figure, .madoriDetail--b .madoriDetail__figure {
    padding-left: 48px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail--a .madoriDetail__figure, .madoriDetail--b .madoriDetail__figure {
    padding-left: calc(24 / 390 * 100vw);
  }
}

.madoriDirection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

.madoriDirection__link {
  color: rgba(91, 100, 111, 0.6);
  display: block;
  pointer-events: auto;
}

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

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

.madoriDirection__link .generalArrow {
  height: 100%;
  width: auto;
}

.madoriDirection__link--prev .generalArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media print, screen and (min-width: 736px) {
  .madoriList {
    -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;
    gap: 32px 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .madoriList:not(:has(.madoriList__item:nth-child(n+3))) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.mapBlock {
  background-color: #cccccc;
  color: #666666;
  height: 100%;
  width: 100%;
}

.mapBlock .centerLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00703c;
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1 !important;
  overflow: visible !important;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .mapBlock .centerLabel {
    height: 79px;
    -webkit-transform: translate(-50%, -128px);
            transform: translate(-50%, -128px);
    width: 96px;
  }
}

@media screen and (max-width: 736px) {
  .mapBlock .centerLabel {
    height: 55px;
    -webkit-transform: translate(-50%, -104px);
            transform: translate(-50%, -104px);
    width: 67px;
  }
}

@media print, screen and (min-width: 736px) {
  .mapBlock .centerLabel img {
    height: 49px;
  }
}

@media screen and (max-width: 736px) {
  .mapBlock .centerLabel img {
    height: 34px;
  }
}

.miuntesCard {
  position: relative;
}

.miuntesCard__desc {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cinzel", serif;
  font-weight: 500;
  inset: 0;
  position: absolute;
}

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

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

.miuntesCard__desc:before {
  background: linear-gradient(-28deg, rgba(142, 95, 59, 0) 48.52%, #724f34 85.35%);
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  opacity: .8;
  position: absolute;
}

.miuntesCard__desc > * {
  position: relative;
  z-index: 1;
}

.miuntesCard__name {
  letter-spacing: .1em;
  line-height: .7;
}

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

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

.miuntesCard__time {
  letter-spacing: 0;
  line-height: .7;
}

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

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

.miuntesCard__time .num {
  display: inline-block;
  letter-spacing: 0;
  line-height: .7;
}

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

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

.miuntesCard--rev .miuntesCard__desc {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.miuntesCard--rev .miuntesCard__desc:before {
  background: linear-gradient(208deg, rgba(142, 95, 59, 0) 48.52%, #724f34 85.35%);
}

.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 {
  text-align: center;
}

.pageTtl .en {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .35em;
  line-height: .7;
}

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

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

.pageTtl .ja {
  display: block;
  letter-spacing: .04em;
}

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

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

.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__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.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 / 390 * 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 {
  position: relative;
}

.parallaxPhoto .photo__image {
  will-change: transform;
}

.parallaxPhoto__capIn, .parallaxPhoto__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
}

.parallaxPhoto__capIn {
  bottom: 5px;
  right: 5px;
  text-align: right;
  z-index: 10;
}

.parallaxPhoto__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.parallaxPhoto__capOut {
  padding: 2px 0 0 5px;
  right: 0;
  top: 100%;
}

.parallaxPhoto__inner {
  overflow: hidden;
}

.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__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.photo__capOut {
  padding: 2px 0 0 5px;
  right: 0;
  top: 100%;
}

.photo__pic {
  display: block;
}

.photo .numCap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(85, 85, 85, 0.8);
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 0;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 736px) {
  .photo .numCap {
    width: 20px;
  }
}

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

.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;
}

@media print, screen and (min-width: 736px) {
  .photo--shadow {
    -webkit-box-shadow: 0 15px 30px 0 rgba(56, 127, 177, 0.2);
            box-shadow: 0 15px 30px 0 rgba(56, 127, 177, 0.2);
  }
}

@media screen and (max-width: 736px) {
  .photo--shadow {
    -webkit-box-shadow: 0 calc(15 / 390 * 100vw) calc(30 / 390 * 100vw) 0 rgba(56, 127, 177, 0.2);
            box-shadow: 0 calc(15 / 390 * 100vw) calc(30 / 390 * 100vw) 0 rgba(56, 127, 177, 0.2);
  }
}

.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);
  }
}

.relatedBox {
  background-color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .relatedBox {
    padding: 60px 56px;
  }
}

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

.scrollAssist {
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: .7;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

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

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

.scrollAssist .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

.scrollAssist .border {
  background-color: #a88245;
  display: block;
  position: relative;
  width: 1px;
}

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

@media screen and (max-width: 736px) {
  .scrollAssist .border {
    height: calc(80 / 390 * 100vw);
  }
}

.scrollAssist .border:after {
  -webkit-animation: borderAnimation 3s ease infinite;
          animation: borderAnimation 3s ease infinite;
  background-color: currentColor;
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 1;
}

.scrollAssist .dot {
  -webkit-animation: dotAnimation 3s ease infinite;
          animation: dotAnimation 3s ease infinite;
  aspect-ratio: 1 / 1;
  background-color: currentColor;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 736px) {
  .scrollAssist .dot {
    left: -2px;
    width: 5px;
  }
}

@media screen and (max-width: 736px) {
  .scrollAssist .dot {
    left: calc(-2 / 390 * 100vw);
    width: calc(6 / 390 * 100vw);
  }
}

@-webkit-keyframes borderAnimation {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes borderAnimation {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@-webkit-keyframes dotAnimation {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@keyframes dotAnimation {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

.streamMovie {
  aspect-ratio: 640 / 360;
}

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

.streamPlayer__thumbnail {
  cursor: pointer;
  position: relative;
}

.streamPlayer__thumbnail:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(200, 248, 255, 0.38)), to(rgba(200, 248, 255, 0.38)));
  background: linear-gradient(0deg, rgba(200, 248, 255, 0.38) 0%, rgba(200, 248, 255, 0.38) 100%);
  content: '';
  inset: 0;
  position: absolute;
}

.streamPlayer__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 0 20px rgba(56, 127, 177, 0.03));
          filter: drop-shadow(0 0 20px rgba(56, 127, 177, 0.03));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

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

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

.streamPlayer__icon .arrow {
  aspect-ratio: 15 / 18;
}

@media print, screen and (min-width: 736px) {
  .streamPlayer__icon .arrow {
    width: 15px;
  }
}

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

.streamPlayer__thumbnail {
  overflow: hidden;
}

@media print, screen and (min-width: 736px) {
  .streamPlayer__thumbnail:hover .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) {
  .streamPlayer__thumbnail:hover .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.streamPlayer__thumbnail .photo__image {
  -webkit-transition: 1s ease;
  transition: 1s 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;
}

.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;
}

@media print, screen and (min-width: 736px) {
  .swipeFigure + .caption {
    margin-top: 20px;
  }
}

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

.swipeFigure__inner {
  height: 100%;
}

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

.swipeFigure__inner[data-mode=''] {
  overflow: scroll;
}

.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'] {
    overflow: scroll;
  }
  .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'] {
    overflow: scroll;
  }
  .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__scrollBar {
  background-color: #d5e2eb;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .swipeFigure__scrollBar {
    border-radius: 4px;
    height: 4px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .swipeFigure__scrollBar {
    border-radius: calc(4 / 390 * 100vw);
    height: calc(4 / 390 * 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
}

.swipeFigure__scrollBar .line {
  background-color: #5e727b;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 736px) {
  .swipeFigure__scrollBar .line {
    border-radius: 4px;
  }
}

@media screen and (max-width: 736px) {
  .swipeFigure__scrollBar .line {
    border-radius: calc(4 / 390 * 100vw);
  }
}

.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__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.swipeFigure__capOut {
  padding: 2px 5px;
  right: 0;
  top: 100%;
}

.swipeFigure .figurePlot .svgIcon {
  aspect-ratio: 22 / 28;
}

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

.txt {
  line-height: 1.8;
}

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

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

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

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

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

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

.txt .caption {
  display: inline-block;
  line-height: 1.5;
}

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

.txt .caption:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .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);
  }
}

.txt--small {
  line-height: 1.6;
}

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

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

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

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

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

.usableList__note {
  margin-top: 10px;
  text-align: right;
}

@media print, screen and (min-width: 736px) {
  .usageNote + .usageNote,
  .usageNote + .caption {
    margin-top: 5px;
  }
}

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

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

.usageNote__item {
  display: inline-block;
}

@media print, screen and (min-width: 736px) {
  .usageNote__item {
    margin-right: 10px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote__item {
    margin-right: calc(10 / 390 * 100vw);
  }
}

.usageNote__item:last-child {
  margin-right: 0;
}

.usageNote__item .icon {
  display: inline-block;
  vertical-align: baseline;
}

.usageNote__item .icon--storage, .usageNote__item .icon--floor {
  aspect-ratio: 30 / 8;
}

@media print, screen and (min-width: 736px) {
  .usageNote__item .icon--storage, .usageNote__item .icon--floor {
    height: 8px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote__item .icon--storage, .usageNote__item .icon--floor {
    height: calc(8 / 390 * 100vw);
  }
}

.usageNote__item .icon--wind {
  aspect-ratio: 34 / 7;
}

@media print, screen and (min-width: 736px) {
  .usageNote__item .icon--wind {
    height: 7px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote__item .icon--wind {
    height: calc(7 / 390 * 100vw);
  }
}

.usageNote__item .icon--light {
  aspect-ratio: 28 / 8;
}

@media print, screen and (min-width: 736px) {
  .usageNote__item .icon--light {
    height: 8px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote__item .icon--light {
    height: calc(8 / 390 * 100vw);
  }
}

.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;
  gap: 4px;
  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;
  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(40 / 390 * 100vw);
  }
}

.zoomFigure__btn .svgIcon {
  fill: none;
}

.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;
}
