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

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

******************************/
/*****
 * 0. nomura-template
*****/
/*****
 * 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 only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .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");
}

/*****
 * Additional Fonts Ostrich Sans
*****/
@font-face {
  font-family: 'Ostrich Sans';
  font-weight: 300;
  src: url("../font/ostrich-sans/OstrichSans-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Ostrich Sans';
  font-weight: 400;
  src: url("../font/ostrich-sans/ostrich-regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Ostrich Sans';
  font-weight: 500;
  src: url("../font/ostrich-sans/OstrichSans-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Ostrich Sans';
  font-weight: 700;
  src: url("../font/ostrich-sans/OstrichSans-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Ostrich Sans';
  font-weight: 800;
  src: url("../font/ostrich-sans/OstrichSans-Heavy.otf") format("opentype");
}

@font-face {
  font-family: 'Ostrich Sans';
  font-weight: 900;
  src: url("../font/ostrich-sans/OstrichSans-Black.otf") format("opentype");
}

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

body.is-modalOpen {
  overflow: hidden;
}

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

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

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

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

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

.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: #000000;
}

.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: rgba(102, 102, 102, 0.8);
  bottom: 0;
  color: #ffffff;
  padding: 5px;
}

.caption[data-color='label'] .inner,
.capIn[data-color='label'] .inner,
.capOut[data-color='label'] .inner,
.numCap[data-color='label'] .inner {
  display: block;
  line-height: 1.4;
}

.caption[data-color='label'] .inner:before,
.capIn[data-color='label'] .inner:before,
.capOut[data-color='label'] .inner:before,
.numCap[data-color='label'] .inner:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.4) * .5em);
  width: 0;
}

.caption[data-color='label'] .inner:after,
.capIn[data-color='label'] .inner:after,
.capOut[data-color='label'] .inner:after,
.numCap[data-color='label'] .inner:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.4) * .5em);
  width: 0;
}

.photo {
  position: relative;
}

.photo__capIn, .photo__capOut {
  position: absolute;
}

.photo__capIn {
  bottom: 5px;
  right: 5px;
}

.photo__capOut {
  right: 0;
  top: 100%;
}

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

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

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

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

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

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

/*****
 * 4. Layout
*****/
/* Container */
#container {
  background-color: transparent;
  color: #4b4426;
  font-family: YakuHanMP, 'Shippori Mincho B1' , sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
  text-align: left;
  z-index: 1;
}

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

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .wrap {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .wrap {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 32px;
  }
}

.wrapper {
  min-width: 0;
  overflow: visible;
  overflow-x: clip;
}

/* ----------------------------------------------------------------------
ボトムエリア
---------------------------------------------------------------------- */
.bottomArea {
  background-color: #4b4426;
  padding: 100px 0;
}

.footerCap .caption {
  color: #cccccc;
}

/*****
 * 5. global.css 追加・変更
*****/
.nav-global-property-item.is-off .nav-global-property-link,
.footer-property-link-item.is-off {
  opacity: .3;
  pointer-events: none;
}

.box-bukken-contact-tel {
  pointer-events: none;
}

@media only screen and (max-width: 736px) {
  .box-bukken-contact-tel {
    pointer-events: auto;
  }
  .nav-global-property-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* ----------------------------------------------------------------------
フッターナビ
---------------------------------------------------------------------- */
.box-bukken {
  position: relative;
  z-index: 4;
}

.box-bukken-footerNav.box-bukken-footerNav {
  padding: 0;
}

@media only screen and (max-width: 736px) {
  .box-bukken-footerNav {
    display: none;
  }
}

.box-bukken-footerNav .nav-global-property-item {
  padding: 0 20px;
}

.box-bukken-footerNav .nav-global-property-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .box-bukken-footerNav .nav-global-property-list {
    width: 1200px;
  }
}

.box-bukken-footerNav .nav-global-property-link {
  font-size: 13px;
  letter-spacing: .2em;
  white-space: nowrap;
}

.box-bukken-footerNav .nav-global-property-item.nav-global-brand {
  background: none !important;
}

.box-bukken-contact-attention {
  background-color: #ffffff;
  border: 1px solid #b52d44;
  color: #b52d44;
  line-height: 1.8;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .box-bukken-contact-attention {
    font-size: 12px;
    margin-bottom: 27px;
    padding: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 768px) {
  .box-bukken-contact-attention {
    font-size: calc(12 / 390 * 100vw);
    margin-bottom: 14px;
    padding: calc(16 / 390 * 100vw);
  }
}

.box-bukken-contact-attention a {
  color: currentColor;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 !important;
  transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.backBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border-radius: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 326px;
  z-index: 1;
}

.backBtn:before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #4b4426), to(transparent));
  background: linear-gradient(to right, transparent 0%, #4b4426 50%, transparent 100%);
  bottom: 0;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  width: 120%;
  z-index: -1;
}

.backBtn__txt {
  font-family: "Barlow Semi Condensed", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.backBtn__arrow {
  left: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
}

.backBtn__arrow .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .backBtn:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .backBtn:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

.bgLayer__inner {
  background-color: #d7d5cc;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.bgLayer .waveBG {
  display: block;
  margin: 0;
  padding: 0;
}

.bgLayer .waveBG--top {
  margin-bottom: -5px;
}

.bgLayer .waveBG--bottom {
  margin-top: -5px;
}

.bgLayer--lightBlue .bgLayer__inner {
  background-color: #e5f5f7;
}

.bgLayer--beige .bgLayer__inner {
  background-color: #c6bda5;
}

.bgLayer--lightBeige .bgLayer__inner {
  background-color: #d7d5cc;
}

.bgLayer--gray .bgLayer__inner {
  background-color: #f4f4f4;
}

.bgLayer--darkBrown .bgLayer__inner {
  background-color: #4b4426;
  color: #ffffff;
}

.bgLayer--darkBrown .bgLayer__inner .caption {
  color: #ffffff;
}

.bgLayer--darkBrown .bgLayer__inner .generalSlider__dir {
  border-color: rgba(255, 255, 255, 0.6);
}

.bgLayer--darkBrown .bgLayer__inner .generalSlider__dir .arrowSVG path {
  stroke: rgba(255, 255, 255, 0.6);
}

.bgLayer--darkBrown .bgLayer__inner .generalSlider__progress {
  color: #ffffff;
}

.bgLayer--bottomSpace .bgLayer__inner {
  padding-bottom: calc(189 / 1440 * 100vw);
}

.bgLayer--overlap {
  margin-top: calc(-189 / 1440 * 100vw);
}

.bgLayer--overlap .bgLayer__inner {
  padding-top: calc(189 / 1440 * 100vw);
}

.bgLayer--overlap:has(.waveBG--top) .bgLayer__inner {
  padding-top: 0;
}

.bgLayer--priority {
  z-index: 2;
}

.contentBG {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  width: 100%;
  z-index: -1;
}

.contentBG__wrap {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.contentBG__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.contentBG__sticky {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media print, screen and (min-width: 769px) {
  .contentBG__sticky {
    height: calc(100dvh - var(--header-height));
    top: var(--header-height);
  }
}

@media only screen and (max-width: 768px) {
  .contentBG__sticky {
    height: 100vh;
  }
}

.contentBG__shape {
  aspect-ratio: 1 / 1;
  background: linear-gradient(301deg, #ffffff 9.09%, #8feefa 46.95%, #abdae0 65.89%, #d8fafe 84.82%);
  border-radius: 50%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: .3;
  position: absolute;
  -webkit-transition: background-image .2s ease, opacity .2s ease;
  transition: background-image .2s ease, opacity .2s ease;
}

.contentBG__shape--01 {
  -webkit-animation: featherFloat1 12s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
          animation: featherFloat1 12s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  right: 0;
  top: 0;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .contentBG__shape--01 {
    width: calc(534 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .contentBG__shape--01 {
    width: 213px;
  }
}

.contentBG__shape--02 {
  -webkit-animation: featherFloat2 16s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
          animation: featherFloat2 16s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  .contentBG__shape--02 {
    left: calc(80 / 1440 * 100vw);
    top: calc(80 / 1440 * 100vw);
    width: calc(307 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .contentBG__shape--02 {
    right: 40px;
    top: 40px;
    width: 122px;
  }
}

.contentBG__shape--03 {
  -webkit-animation: featherFloat3 14s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
          animation: featherFloat3 14s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .contentBG__shape--03 {
    width: calc(534 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .contentBG__shape--03 {
    width: 213px;
  }
}

.contentBG__wing {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  z-index: 2;
}

.contentBG__wing--01 {
  -webkit-animation: wingFloat1 20s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: wingFloat1 20s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  left: 0;
  top: 0;
}

@media print, screen and (min-width: 769px) {
  .contentBG__wing--01 {
    width: calc(501 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .contentBG__wing--01 {
    width: 200px;
  }
}

.contentBG__wing--02 {
  -webkit-animation: wingFloat2 24s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: wingFloat2 24s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  bottom: 0;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .contentBG__wing--02 {
    width: calc(353 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .contentBG__wing--02 {
    width: 241px;
  }
}

@-webkit-keyframes featherFloat1 {
  0%, 100% {
    opacity: .3;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    opacity: .28;
    -webkit-transform: translate(-50%, 40%);
            transform: translate(-50%, 40%);
  }
  50% {
    opacity: .32;
    -webkit-transform: translate(45%, -50%);
            transform: translate(45%, -50%);
  }
  75% {
    opacity: .27;
    -webkit-transform: translate(48%, 45%);
            transform: translate(48%, 45%);
  }
}

@keyframes featherFloat1 {
  0%, 100% {
    opacity: .3;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    opacity: .28;
    -webkit-transform: translate(-50%, 40%);
            transform: translate(-50%, 40%);
  }
  50% {
    opacity: .32;
    -webkit-transform: translate(45%, -50%);
            transform: translate(45%, -50%);
  }
  75% {
    opacity: .27;
    -webkit-transform: translate(48%, 45%);
            transform: translate(48%, 45%);
  }
}

@-webkit-keyframes featherFloat2 {
  0%, 100% {
    opacity: .3;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    opacity: .32;
    -webkit-transform: translate(50%, 42%);
            transform: translate(50%, 42%);
  }
  40% {
    opacity: .26;
    -webkit-transform: translate(55%, -45%);
            transform: translate(55%, -45%);
  }
  60% {
    opacity: .29;
    -webkit-transform: translate(-48%, -50%);
            transform: translate(-48%, -50%);
  }
  80% {
    opacity: .31;
    -webkit-transform: translate(-42%, 48%);
            transform: translate(-42%, 48%);
  }
}

@keyframes featherFloat2 {
  0%, 100% {
    opacity: .3;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    opacity: .32;
    -webkit-transform: translate(50%, 42%);
            transform: translate(50%, 42%);
  }
  40% {
    opacity: .26;
    -webkit-transform: translate(55%, -45%);
            transform: translate(55%, -45%);
  }
  60% {
    opacity: .29;
    -webkit-transform: translate(-48%, -50%);
            transform: translate(-48%, -50%);
  }
  80% {
    opacity: .31;
    -webkit-transform: translate(-42%, 48%);
            transform: translate(-42%, 48%);
  }
}

@-webkit-keyframes featherFloat3 {
  0%, 100% {
    opacity: .3;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  18% {
    opacity: .27;
    -webkit-transform: translate(-45%, 52%);
            transform: translate(-45%, 52%);
  }
  35% {
    opacity: .31;
    -webkit-transform: translate(-55%, -42%);
            transform: translate(-55%, -42%);
  }
  55% {
    opacity: .28;
    -webkit-transform: translate(50%, -55%);
            transform: translate(50%, -55%);
  }
  75% {
    opacity: .3;
    -webkit-transform: translate(45%, 50%);
            transform: translate(45%, 50%);
  }
  90% {
    opacity: .29;
    -webkit-transform: translate(-30%, -25%);
            transform: translate(-30%, -25%);
  }
}

@keyframes featherFloat3 {
  0%, 100% {
    opacity: .3;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  18% {
    opacity: .27;
    -webkit-transform: translate(-45%, 52%);
            transform: translate(-45%, 52%);
  }
  35% {
    opacity: .31;
    -webkit-transform: translate(-55%, -42%);
            transform: translate(-55%, -42%);
  }
  55% {
    opacity: .28;
    -webkit-transform: translate(50%, -55%);
            transform: translate(50%, -55%);
  }
  75% {
    opacity: .3;
    -webkit-transform: translate(45%, 50%);
            transform: translate(45%, 50%);
  }
  90% {
    opacity: .29;
    -webkit-transform: translate(-30%, -25%);
            transform: translate(-30%, -25%);
  }
}

@-webkit-keyframes wingFloat1 {
  0%, 100% {
    opacity: .95;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  33% {
    opacity: .9;
    -webkit-transform: translate(-35%, -30%) rotate(-2deg) scale(1.02);
            transform: translate(-35%, -30%) rotate(-2deg) scale(1.02);
  }
  66% {
    opacity: .85;
    -webkit-transform: translate(40%, -45%) rotate(1.5deg) scale(0.98);
            transform: translate(40%, -45%) rotate(1.5deg) scale(0.98);
  }
}

@keyframes wingFloat1 {
  0%, 100% {
    opacity: .95;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  33% {
    opacity: .9;
    -webkit-transform: translate(-35%, -30%) rotate(-2deg) scale(1.02);
            transform: translate(-35%, -30%) rotate(-2deg) scale(1.02);
  }
  66% {
    opacity: .85;
    -webkit-transform: translate(40%, -45%) rotate(1.5deg) scale(0.98);
            transform: translate(40%, -45%) rotate(1.5deg) scale(0.98);
  }
}

@-webkit-keyframes wingFloat2 {
  0%, 100% {
    opacity: .95;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  30% {
    opacity: .88;
    -webkit-transform: translate(45%, -38%) rotate(2deg) scale(1.03);
            transform: translate(45%, -38%) rotate(2deg) scale(1.03);
  }
  70% {
    opacity: .85;
    -webkit-transform: translate(-40%, -50%) rotate(-1.5deg) scale(0.97);
            transform: translate(-40%, -50%) rotate(-1.5deg) scale(0.97);
  }
}

@keyframes wingFloat2 {
  0%, 100% {
    opacity: .95;
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  30% {
    opacity: .88;
    -webkit-transform: translate(45%, -38%) rotate(2deg) scale(1.03);
            transform: translate(45%, -38%) rotate(2deg) scale(1.03);
  }
  70% {
    opacity: .85;
    -webkit-transform: translate(-40%, -50%) rotate(-1.5deg) scale(0.97);
            transform: translate(-40%, -50%) rotate(-1.5deg) scale(0.97);
  }
}

.contentCard {
  color: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .contentCard {
    -webkit-filter: drop-shadow(0 50px 50px rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0 50px 50px rgba(0, 0, 0, 0.08));
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .contentCard {
    -webkit-filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.08));
    width: 180px;
  }
}

.contentCard__ttl {
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .contentCard__ttl {
    bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .contentCard__ttl {
    bottom: 50px;
  }
}

.contentCard__ttl .jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}

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

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

.contentCard__ttl .en {
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

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

@media only screen and (max-width: 768px) {
  .contentCard__ttl .en {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .contentCard__ttl .en + .jp {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .contentCard__ttl .en + .jp {
    margin-top: 8px;
  }
}

.contentCard__arrow {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .contentCard__arrow {
    bottom: 30px;
    width: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .contentCard__arrow {
    bottom: 25px;
    width: 14px;
  }
}

.contentCard__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

.contentCard__bg .photo__image {
  -webkit-transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: transform .6s ease, filter .6s ease;
  transition: transform .6s ease, filter .6s ease, -webkit-transform .6s ease, -webkit-filter .6s ease;
}

@media print, screen and (min-width: 769px) {
  .contentCard:hover .contentCard__bg .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentCard:hover .contentCard__bg .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.contentListArea {
  background-color: #d7d5cc;
  padding: 160px 0;
  position: relative;
  z-index: 1;
}

.contentListArea__head {
  margin: 0 auto;
  text-align: center;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .contentListArea__head {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .contentListArea__head {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .contentListArea__head {
    padding: 0 32px;
  }
}

.contentListArea__ttl {
  color: transparent;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-stroke: 1px #a59c7f;
  text-stroke: 1px #a59c7f;
}

@media print, screen and (min-width: 769px) {
  .contentListArea__head + .contentListArea__cont {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 768px) {
  .contentListArea__head + .contentListArea__cont {
    margin-top: 60px;
  }
}

.contentListArea__cap {
  margin: 0 auto;
  margin-top: 60px;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .contentListArea__cap {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .contentListArea__cap {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .contentListArea__cap {
    padding: 0 32px;
  }
}

.contentSlider .swiper-wrapper {
  -webkit-perspective-origin: center center;
          perspective-origin: center center;
}

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

@media print, screen and (min-width: 769px) {
  .contentSlider .swiper-container {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .contentSlider .swiper-container {
    padding-bottom: 42px;
  }
}

.contentSlider .swiper-slide {
  will-change: transform;
}

@media print, screen and (min-width: 769px) {
  .contentSlider .swiper-slide {
    width: 264px;
  }
}

@media only screen and (max-width: 768px) {
  .contentSlider .swiper-slide {
    width: 180px;
  }
}

.contentSlider__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;
  margin: 0 auto;
  width: 326px;
}

.contentSlider__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

.contentSlider__progress {
  color: #7e7a6a;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7e7a6a;
  border-radius: 30px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 16px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

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

@media only screen and (max-width: 768px) {
  .cvBtn {
    width: 326px;
  }
}

.cvBtn__inner {
  font-family: "Barlow Semi Condensed", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.2;
}

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

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

.cvBtn__circle {
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: left .5s ease, top .5s ease, opacity .8s ease, visibility .8s ease, -webkit-transform .8s ease;
  transition: left .5s ease, top .5s ease, opacity .8s ease, visibility .8s ease, -webkit-transform .8s ease;
  transition: left .5s ease, top .5s ease, opacity .8s ease, visibility .8s ease, transform .8s ease;
  transition: left .5s ease, top .5s ease, opacity .8s ease, visibility .8s ease, transform .8s ease, -webkit-transform .8s ease;
  visibility: hidden;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .cvBtn__circle {
    width: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .cvBtn:hover {
    -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .cvBtn:hover .cvBtn__circle {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover {
    -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .cvBtn:hover .cvBtn__circle {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
}

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

@media print, screen and (min-width: 769px) {
  .descriptionCard__ttl {
    gap: 16px 5px;
  }
}

@media only screen and (max-width: 768px) {
  .descriptionCard__ttl {
    gap: 8px 5px;
  }
}

.descriptionCard__ttl .caption {
  width: 100%;
}

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

@media only screen and (max-width: 768px) {
  .descriptionCard__ttl + .txt {
    margin-top: 16px;
  }
}

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

@media only screen and (max-width: 768px) {
  .descriptionCard__visual + .descriptionCard__detail {
    margin-top: 24px;
  }
}

.descriptionCard__label {
  background-color: #8e894c;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px 8px;
}

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

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

.descriptionCard__detail .txt .caption {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .descriptionCard__detail .txt .caption {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .descriptionCard__detail .txt .caption {
    margin-top: 16px;
  }
}

.enTtl {
  color: #a59c7f;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.2;
}

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

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

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

@media only screen and (max-width: 768px) {
  .enTtl {
    font-size: 70px;
  }
}

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

@media only screen and (max-width: 768px) {
  .enTtl--small {
    font-size: 50px;
  }
}

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
}

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

.flowCVBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7e7a6a;
  border-radius: 20px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 199px;
  overflow: hidden;
  padding: 15px 32px;
  position: relative;
  z-index: 1;
}

.flowCVBtn:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#c6bda5));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #c6bda5);
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: .6s ease opacity;
  transition: .6s ease opacity;
  width: 100%;
  z-index: -1;
}

.flowCVBtn__inner {
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1.6;
}

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

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

.flowCVBtn__arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .flowCVBtn:hover:before {
    opacity: .4;
  }
}

@media (hover: hover) and (pointer: fine) {
  .flowCVBtn:hover:before {
    opacity: .4;
  }
}

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

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

@media only screen and (max-width: 768px) 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 {
  background-color: #ffffff;
  margin: auto;
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .generalModal__cont {
    height: 100%;
    max-height: 80vh;
    max-width: 1200px;
    width: 100%;
  }
}

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

@media print, screen and (min-width: 769px) {
  .generalModal__cont:has(.swipeFigure__inner[data-mode='sp']) .swipeIcon {
    display: none;
  }
}

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

@media print, screen and (min-width: 769px) {
  .generalModal__inner {
    height: 100%;
  }
}

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

@media only screen and (max-width: 768px) 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 only screen and (max-width: 768px) {
  .generalModal__inner .swipeFigure {
    height: calc(420 / 750 * 100vw);
  }
}

.generalModal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 46px;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .generalModal__close {
    right: 20px;
    top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .generalModal__close {
    right: 10px;
    top: 10px;
  }
}

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

.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 only screen and (max-width: 768px) {
  .generalModal .movieFrame {
    height: 169px;
    width: 100%;
  }
}

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

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

.generalSlider__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.generalSlider__scrollbar {
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .generalSlider__scrollbar {
    width: 180px;
  }
}

@media only screen and (max-width: 768px) {
  .generalSlider__scrollbar {
    width: 230px;
  }
}

.generalSlider__scrollbar .swiper-scrollbar-drag {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  height: 4px;
  top: -2px;
}

.generalSlider__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

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

@media only screen and (max-width: 768px) {
  .generalSlider__bottom {
    margin-top: 32px;
  }
}

.generalSlider__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
}

.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;
  margin: 0 auto;
  width: 326px;
}

.generalSlider__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

.generalSlider__progress {
  color: #7e7a6a;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

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

@media print, screen and (min-width: 769px) {
  .generalSlider--disableMode .swiper-wrapper {
    gap: 48px;
  }
}

.generalSlider--disableMode .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media print, screen and (min-width: 769px) {
  .generalSlider--disableMode .swiper-slide {
    width: calc((100% - 96px) / 3);
  }
}

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

.heading {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .heading {
    line-height: 2;
  }
  .heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    width: 0;
  }
  .heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .heading {
    line-height: 1.6;
  }
  .heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

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

@media only screen and (max-width: 768px) {
  .heading--large {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .heading--large {
    font-size: calc(18px * 375 / 390);
  }
}

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

@media only screen and (max-width: 768px) {
  .heading--large + .txt {
    margin-top: 40px;
  }
}

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

@media only screen and (max-width: 768px) {
  .heading--default {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .heading--default {
    font-size: calc(18px * 375 / 390);
  }
}

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

@media only screen and (max-width: 768px) {
  .heading--default + .txt {
    margin-top: 32px;
  }
}

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

@media only screen and (max-width: 768px) {
  .heading--small {
    font-size: 16px;
  }
}

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

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

@media only screen and (max-width: 768px) {
  .heading--small + .txt {
    margin-top: 32px;
  }
}

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

@media only screen and (max-width: 768px) {
  .heading--xsmall {
    font-size: 13px;
  }
}

@media only screen and (max-width: 375px) {
  .heading--xsmall {
    font-size: calc(13px * 375 / 390);
  }
}

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

@media only screen and (max-width: 768px) {
  .heading--xxSmall {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .heading--xxSmall {
    font-size: calc(14px * 375 / 390);
  }
}

.heading--xxSmall + .txt {
  margin-top: 24px;
}

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

.headingUnit {
  position: relative;
}

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

.informationSect {
  color: #4b4426;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .informationSect {
    padding: 140px 0 70px;
  }
}

@media only screen and (max-width: 768px) {
  .informationSect {
    padding: 120px 0 70px;
  }
}

.informationSect__inner {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .informationSect__inner {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .informationSect__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .informationSect__inner {
    padding: 0 32px;
  }
}

.informationSect__head {
  text-align: center;
}

.informationSect__btn {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.informationSect__ttl .jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}

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

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

.informationSect__ttl .en {
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1;
}

.informationSect__ttl .en + .jp {
  margin-top: 14px;
}

.informationSect__heading {
  letter-spacing: 0;
  line-height: 2;
}

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

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

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

@media only screen and (max-width: 768px) {
  .informationSect__heading {
    font-size: 26px;
  }
}

.informationSect__ttl + .informationSect__heading {
  margin-top: 80px;
}

.informationSect__txt {
  letter-spacing: 0;
  line-height: 1.6;
}

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

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

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

@media only screen and (max-width: 768px) {
  .informationSect__txt {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 769px) {
  .informationSect__heading + .informationSect__txt {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .informationSect__heading + .informationSect__txt {
    margin-top: 24px;
  }
}

.informationSect__head + .informationSect__cont {
  margin-top: 80px;
}

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

.informationSect__bg .shapeSVG {
  height: auto;
  width: 100%;
}

.keyVisual {
  background-color: #cbecf0;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .keyVisual {
    height: calc(800 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .keyVisual {
    height: 628px;
  }
}

.keyVisual__head {
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .keyVisual__head {
    bottom: calc(177 / 1440 * 100vw);
    right: calc(120 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .keyVisual__head {
    left: 0;
    padding: 0 32px;
    top: 426px;
    width: 100%;
  }
}

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

@media print, screen and (min-width: 769px) {
  .keyVisual__ttl {
    text-align: right;
  }
}

.keyVisual__ttl .wing {
  display: block;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 0;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 2.2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 2.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: opacity 2.2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 2.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 2.5s cubic-bezier(0.45, 0, 0.55, 1), opacity 2.2s cubic-bezier(0.45, 0, 0.55, 1), filter 2.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 2.5s cubic-bezier(0.45, 0, 0.55, 1), opacity 2.2s cubic-bezier(0.45, 0, 0.55, 1), filter 2.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 2.5s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .keyVisual__ttl .wing {
    left: 50%;
    top: -33px;
    -webkit-transform: rotate(-41.45deg) translate(calc(-50% + 40px), -50px);
            transform: rotate(-41.45deg) translate(calc(-50% + 40px), -50px);
    width: 210px;
  }
}

@media only screen and (max-width: 768px) {
  .keyVisual__ttl .wing {
    right: 32px;
    top: -44px;
    -webkit-transform: rotate(-41.45deg) translate(30px, -40px);
            transform: rotate(-41.45deg) translate(30px, -40px);
    width: 112px;
  }
}

.keyVisual__ttl .jp {
  color: #4c421f;
  display: block;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  letter-spacing: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.45, 0, 0.55, 1) 2s, -webkit-filter 1.5s cubic-bezier(0.45, 0, 0.55, 1) 2s;
  transition: opacity 1.5s cubic-bezier(0.45, 0, 0.55, 1) 2s, -webkit-filter 1.5s cubic-bezier(0.45, 0, 0.55, 1) 2s;
  transition: opacity 1.5s cubic-bezier(0.45, 0, 0.55, 1) 2s, filter 1.5s cubic-bezier(0.45, 0, 0.55, 1) 2s;
  transition: opacity 1.5s cubic-bezier(0.45, 0, 0.55, 1) 2s, filter 1.5s cubic-bezier(0.45, 0, 0.55, 1) 2s, -webkit-filter 1.5s cubic-bezier(0.45, 0, 0.55, 1) 2s;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .keyVisual__ttl .jp {
    font-size: calc(20 / 1440 * 100vw);
  }
}

.is-tb .keyVisual__ttl .jp {
  font-size: calc(20 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .keyVisual__ttl .jp {
    font-size: 16px;
    line-height: 1.6;
  }
  .keyVisual__ttl .jp:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .keyVisual__ttl .jp:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

.keyVisual__ttl .en {
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .keyVisual__ttl .en {
    font-size: 160px;
    letter-spacing: -.05em;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .keyVisual__ttl .en {
    font-size: calc(160 / 1440 * 100vw);
  }
}

.is-tb .keyVisual__ttl .en {
  font-size: calc(160 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .keyVisual__ttl .en {
    font-size: 70px;
    letter-spacing: 0;
  }
}

.keyVisual__ttl .en .t {
  color: #ffffff;
  display: inline-block;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transform: translateY(-10%) rotate(2deg);
          transform: translateY(-10%) rotate(2deg);
  -webkit-transition: opacity 1.8s cubic-bezier(0.45, 0, 0.55, 1), color 2.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: opacity 1.8s cubic-bezier(0.45, 0, 0.55, 1), color 2.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 2s cubic-bezier(0.45, 0, 0.55, 1), opacity 1.8s cubic-bezier(0.45, 0, 0.55, 1), filter 2s cubic-bezier(0.45, 0, 0.55, 1), color 2.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 2s cubic-bezier(0.45, 0, 0.55, 1), opacity 1.8s cubic-bezier(0.45, 0, 0.55, 1), filter 2s cubic-bezier(0.45, 0, 0.55, 1), color 2.5s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media print, screen and (min-width: 769px) {
  .keyVisual__ttl .en + .jp {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 768px) {
  .keyVisual__ttl .en + .jp {
    margin-top: 40px;
  }
}

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

.keyVisual__image .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.keyVisual__image .photo__pic, .keyVisual__image .photo__image {
  height: 100%;
  width: 100%;
}

.keyVisual__image .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-filter 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: -webkit-filter 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: filter 2s cubic-bezier(0.45, 0, 0.55, 1), transform 2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: filter 2s cubic-bezier(0.45, 0, 0.55, 1), transform 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-filter 2s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 2s cubic-bezier(0.45, 0, 0.55, 1);
}

.keyVisual__image .photo__capIn {
  left: 12px;
  right: auto;
}

@media print, screen and (min-width: 769px) {
  .keyVisual__image .photo__capIn {
    bottom: calc(90 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .keyVisual__image .photo__capIn {
    bottom: calc(90 / 390 * 100vw);
  }
}

@media only screen and (min-width: 428px) and (max-width: 440px) {
  .keyVisual__image .photo__capIn {
    bottom: calc(120 / 390 * 100vw);
  }
}

@media only screen and (max-width: 375px) {
  .keyVisual__image .photo__capIn {
    bottom: calc(70 / 370 * 100vw);
  }
}

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

@media print, screen and (min-width: 769px) {
  .keyVisual__bg {
    bottom: calc(-10 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .keyVisual__bg {
    bottom: -1px;
  }
}

.keyVisual__bg .bgSVG {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .keyVisual__bg .bgSVG.sp {
    display: block;
  }
}

.keyVisual.sai-animate .keyVisual__ttl .wing {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: .7;
}

@media print, screen and (min-width: 769px) {
  .keyVisual.sai-animate .keyVisual__ttl .wing {
    -webkit-transform: rotate(-41.45deg) translate(-50%, 0);
            transform: rotate(-41.45deg) translate(-50%, 0);
  }
}

@media only screen and (max-width: 768px) {
  .keyVisual.sai-animate .keyVisual__ttl .wing {
    -webkit-transform: rotate(-41.45deg) translate(0, 0);
            transform: rotate(-41.45deg) translate(0, 0);
  }
}

.keyVisual.sai-animate .keyVisual__ttl .en .t {
  color: #a59c7f;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}

.keyVisual.sai-animate .keyVisual__ttl .jp {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

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

@media print, screen and (min-width: 769px) {
  .keyVisual--concept .keyVisual__bg {
    bottom: calc(-170 / 1440 * 100vw);
  }
}

@media print, screen and (min-width: 769px) {
  .keyVisual--concept .keyVisual__ttl {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .keyVisual--concept .keyVisual__head {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.keyVisual--concept .keyVisual__image .photo__capIn {
  bottom: 5px;
  left: auto;
  right: 5px;
}

@media only screen and (max-width: 768px) {
  .keyVisual--design {
    height: 711px;
  }
}

@media only screen and (max-width: 768px) {
  .keyVisual--design .keyVisual__head {
    top: 420px;
  }
}

.keyVisual--roomplan {
  background-color: #d7d5cc;
}

@media print, screen and (min-width: 769px) {
  .keyVisual--roomplan {
    height: calc(922 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .keyVisual--roomplan {
    height: 711px;
  }
}

.keyVisual--roomplan.sai-animate .keyVisual__ttl .wing {
  -webkit-filter: brightness(1.06) blur(4px);
          filter: brightness(1.06) blur(4px);
  opacity: 1;
}

.labelTtl {
  background-color: #4b4426;
  border-radius: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .labelTtl {
    font-size: 20px;
    padding: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .labelTtl {
    font-size: 18px;
    padding: 16px;
  }
}

.labelTtl .inner {
  display: block;
  line-height: 2;
}

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

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

@media print, screen and (min-width: 769px) {
  .labelTtl + .headingUnit,
  .labelTtl + .photo {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .labelTtl + .headingUnit,
  .labelTtl + .photo {
    margin-top: 24px;
  }
}

.leadTtl {
  font-family: "Ostrich Sans", sans-serif;
  font-weight: 300;
  line-height: .7;
  -webkit-perspective: 800px;
          perspective: 800px;
  text-align: center;
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .leadTtl {
    font-size: 170px;
    letter-spacing: .06em;
  }
}

@media only screen and (max-width: 768px) {
  .leadTtl {
    font-size: 82px;
    letter-spacing: .06em;
  }
}

@media only screen and (max-width: 375px) {
  .leadTtl {
    font-size: 74px;
  }
}

.leadTtl__inner .t {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateZ(-0.5em) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
          transform: translateZ(-0.5em) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: opacity 0.75s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1.5s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition: opacity 0.75s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1.5s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition: transform 1.5s cubic-bezier(0.32, 0.94, 0.6, 1), opacity 0.75s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition: transform 1.5s cubic-bezier(0.32, 0.94, 0.6, 1), opacity 0.75s cubic-bezier(0.32, 0.94, 0.6, 1), -webkit-transform 1.5s cubic-bezier(0.32, 0.94, 0.6, 1);
  will-change: transform, opacity;
}

.leadTtl__inner .t--03, .leadTtl__inner .t--11 {
  letter-spacing: -.04em;
}

.leadTtl.sai-animate .t {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.libraryBtn {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  color: #4b4426;
  display: block;
  padding: 20px 40px;
  -webkit-transition: -webkit-box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

@media print, screen and (min-width: 769px) {
  .libraryBtn {
    min-width: 340px;
  }
}

@media only screen and (max-width: 768px) {
  .libraryBtn {
    width: 100%;
  }
}

.libraryBtn__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.libraryBtn__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(102, 102, 102, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

.libraryBtn__icon .arrowSVG {
  display: block;
  height: auto;
  width: 6px;
}

.libraryBtn__txt {
  text-align: left;
}

.libraryBtn__txt .jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}

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

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

.libraryBtn__txt .en {
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1;
}

.libraryBtn__txt .en + .jp {
  margin-top: 8px;
}

@media print, screen and (min-width: 769px) {
  .libraryBtn:hover {
    -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .libraryBtn:hover {
    -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

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

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

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

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

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

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

.libraryModal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: .05em;
  line-height: 1;
}

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

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

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

.librarySect {
  background: #ffffff;
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .librarySect {
    max-width: 1200px;
    padding: 80px 104px;
  }
}

@media only screen and (max-width: 768px) {
  .librarySect {
    padding: 80px 30px;
  }
}

.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: 769px) {
  .digitalLibraryIntro {
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

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

.digitalLibraryIntro__head .caption {
  color: #20323c;
}

.digitalLibraryIntro__heading {
  color: #333333;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 400;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
}

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

@media only screen and (max-width: 768px) {
  .digitalLibraryIntro__heading {
    font-size: 20px;
    line-height: 1.2;
  }
}

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

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

@media only screen and (max-width: 768px) {
  .digitalLibraryIntro__heading:after {
    margin-top: 15px;
  }
}

.digitalLibraryIntro__subheading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #4b4426;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 10px 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.digitalLibraryIntro__summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "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: 769px) {
  .digitalLibraryIntro__summary {
    margin-top: 37px;
    padding: 7px 20px;
    width: 260px;
  }
}

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

.digitalLibraryIntro__summary:before {
  border-bottom: 14px solid #efefef;
  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: 769px) {
  .libraryStepSect {
    padding-top: 20px;
  }
}

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

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

.libraryStepSect__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 {
  color: #c6bda5;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
}

.libraryStepSect__heading .ja {
  color: #333333;
  display: block;
  letter-spacing: 0;
  margin-left: 15px;
}

@media print, screen and (min-width: 769px) {
  .libraryStepSect__heading .ja {
    font-family: "Shippori Mincho B1", serif;
    font-size: 12px;
    line-height: 1.6;
  }
  .libraryStepSect__heading .ja:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .libraryStepSect__heading .ja:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .libraryStepSect__heading .ja {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    line-height: 1.5;
  }
  .libraryStepSect__heading .ja:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.5) * .5em);
    width: 0;
  }
  .libraryStepSect__heading .ja:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.5) * .5em);
    width: 0;
  }
}

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

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

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

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

.libraryStep__term {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c6bda5;
  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: 769px) {
  .libraryStep__term {
    padding: 34px 40px 34px 34px;
    width: 312px;
  }
}

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

.libraryStep__term:before {
  color: #4b4426;
  content: counter(libraryStepOrder) ".";
  font-family: "Barlow Semi Condensed", serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
  text-align: right;
}

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

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

.libraryStep__ttl {
  line-height: 1.8;
}

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

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

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

@media only screen and (max-width: 768px) {
  .libraryStep__ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .libraryStep__desc {
    -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;
    padding: 34px 60px;
    width: 660px;
  }
}

@media only screen and (max-width: 768px) {
  .libraryStep__desc {
    border-left: 1px solid #d7d5cc;
    border-right: 1px solid #d7d5cc;
    padding: 30px 22px;
  }
}

@media print, screen and (min-width: 769px) {
  .libraryStep__desc:before {
    background-color: #d7d5cc;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

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

@media only screen and (max-width: 768px) {
  .libraryStep__desc .photo {
    margin: 20px auto 0;
  }
}

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

.libraryStep__txt {
  color: #333333;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

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

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

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

@media only screen and (max-width: 768px) {
  .libraryStep__txt {
    font-size: 13px;
  }
}

.libraryStep__txt .caption {
  color: #333333;
  display: block;
  line-height: 1.5;
  margin-top: 20px;
}

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

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

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

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

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

.libraryStep:last-of-type .libraryStep__desc:after {
  background-color: #d7d5cc;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

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

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

@media print, screen and (min-width: 769px) {
  .madoriBtn {
    width: 264px;
  }
}

.madoriBtn__premium {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #857c64 0%, #ffeec0 50%, #857c64 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#857c64), color-stop(50%, #ffeec0), to(#857c64));
     border-image: linear-gradient(90deg, #857c64 0%, #ffeec0 50%, #857c64 100%);
  border-image-slice: 1;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: .8;
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .madoriBtn__premium {
    font-size: 16px;
    left: 50%;
    padding: 8px 0;
    text-align: center;
    top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 182px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriBtn__premium {
    font-size: 12px;
    left: 0;
    min-width: 121px;
    padding: 0 0 5px 24px;
    text-align: right;
    top: 10px;
  }
}

.madoriBtn__premium .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7c79e));
  background: linear-gradient(180deg, #ffffff 0%, #d7c79e 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}

.madoriBtn__inner {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .madoriBtn__inner {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .madoriBtn__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    width: calc(100% - 48px);
  }
}

@media only screen and (max-width: 375px) {
  .madoriBtn__inner {
    gap: 16px;
    width: calc(100% - 36px);
  }
}

@media print, screen and (min-width: 769px) {
  .madoriBtn__premium + .madoriBtn__inner {
    padding-top: 38px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriBtn__premium + .madoriBtn__inner {
    padding-top: 16px;
  }
}

.madoriBtn__type {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

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

@media only screen and (max-width: 768px) {
  .madoriBtn__type {
    font-size: 13px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 375px) {
  .madoriBtn__type {
    font-size: calc(13px * 375 / 390);
  }
}

.madoriBtn__type .strong {
  display: block;
  letter-spacing: .05em;
  line-height: .8;
  margin-bottom: 16px;
}

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

@media only screen and (max-width: 768px) {
  .madoriBtn__type .strong {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .madoriBtn__type .strong {
    font-size: calc(30px * 375 / 390);
  }
}

@media print, screen and (min-width: 769px) {
  .madoriBtn__spec {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriBtn__spec {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.madoriBtn__length {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  letter-spacing: .05em;
  margin-top: 16px;
  line-height: 1.2;
}

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

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

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

@media only screen and (max-width: 768px) {
  .madoriBtn__length .unit {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .madoriBtn__length .unit {
    font-size: calc(24px * 375 / 390);
  }
}

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

@media only screen and (max-width: 768px) {
  .madoriBtn__length .meter {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .madoriBtn__length .meter {
    font-size: calc(24px * 375 / 390);
  }
}

.madoriBtn__variation {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.2;
}

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

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

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

@media only screen and (max-width: 768px) {
  .madoriBtn__variation {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .madoriBtn__variation {
    font-size: calc(18px * 375 / 390);
  }
}

@media only screen and (max-width: 768px) {
  .madoriBtn__variation .num,
  .madoriBtn__variation .ldk {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .madoriBtn__variation .num,
  .madoriBtn__variation .ldk {
    font-size: calc(24px * 375 / 390);
  }
}

@media print, screen and (min-width: 769px) {
  .madoriBtn__variation .small {
    display: block;
    font-size: 20px;
  }
}

.madoriBtn__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: background-color .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: background-color .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: background-color .4s ease-in-out, transform .4s ease-in-out;
  transition: background-color .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 46px;
}

@media print, screen and (min-width: 769px) {
  .madoriBtn__icon {
    margin: 32px auto 0;
  }
}

@media only screen and (max-width: 375px) {
  .madoriBtn__icon {
    width: 40px;
  }
}

.madoriBtn__icon .svgIcon {
  display: block;
  height: auto;
  width: 17px;
}

.madoriBtn__bg {
  -webkit-transition: -webkit-filter .8s ease-in-out;
  transition: -webkit-filter .8s ease-in-out;
  transition: filter .8s ease-in-out;
  transition: filter .8s ease-in-out, -webkit-filter .8s ease-in-out;
}

.madoriBtn__link {
  display: block;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .madoriBtn__link:hover .madoriBtn__bg {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .madoriBtn__link:hover .madoriBtn__icon {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn__link:hover .madoriBtn__bg {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .madoriBtn__link:hover .madoriBtn__icon {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.madoriDetail {
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .madoriDetail {
    padding: 180px 0 200px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriDetail {
    padding: 122px 0 140px;
  }
}

.madoriDetail__shape {
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: 2;
}

.madoriDetail__shape .shapeSVG {
  height: auto;
  width: 100%;
}

.madoriDetail__head {
  color: #a59c7f;
}

@media print, screen and (min-width: 769px) {
  .madoriDetail__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.madoriDetail__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .madoriDetail__inner {
    max-width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .madoriDetail__inner {
    width: 100%;
  }
}

.is-tb .madoriDetail__inner {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .madoriDetail__inner {
    padding: 0 32px;
  }
}

.madoriDetail__type {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

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

@media only screen and (max-width: 768px) {
  .madoriDetail__type {
    font-size: 50px;
  }
}

.madoriDetail__type .strong {
  display: block;
  line-height: .8;
}

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

@media only screen and (max-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 140px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .madoriDetail__spec {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 40px;
    margin-left: 95px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriDetail__spec {
    margin-top: 80px;
    padding-left: 24px;
  }
}

.madoriDetail__spec:before {
  background-color: currentColor;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 1px;
}

@media print, screen and (min-width: 769px) {
  .madoriDetail__spec:before {
    min-height: 170px;
  }
}

.madoriDetail__variation {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
}

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

@media only screen and (max-width: 768px) {
  .madoriDetail__variation {
    font-size: 30px;
  }
}

.madoriDetail__variation .premium {
  color: #00aec4;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  letter-spacing: .05em;
  line-height: .8;
}

@media print, screen and (min-width: 769px) {
  .madoriDetail__variation .premium {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriDetail__variation .premium {
    margin-bottom: 32px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .madoriDetail__variation .num {
    font-size: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriDetail__variation .num {
    font-size: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriDetail__length {
    margin-top: 32px;
  }
}

.madoriDetail__mainLength .jp {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}

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

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

.madoriDetail__mainLength .unit {
  display: inline-block;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriDetail__mainLength .meter {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriDetail__mainLength .tsubo {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
}

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

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

.madoriDetail__mainLength .caption {
  display: inline-block;
}

.madoriDetail__subLength {
  margin-top: 16px;
}

.madoriDetail__subItem .jp {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
}

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

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

.madoriDetail__subItem .unit {
  display: inline-block;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriDetail__subItem .meter {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriDetail__subItem:not(:first-child) {
  margin-top: 8px;
}

.madoriDetail__body {
  background-color: #ffffff;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .madoriDetail__body {
    border-radius: 40px;
    margin-top: 120px;
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .madoriDetail__body {
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 80px;
    padding: 40px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .madoriDetail__body .madoriFigPC {
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .madoriDetail__body .madoriFigSP {
    display: none;
  }
}

.madoriDetail__body .madoriFigSP .swipeFigure__inner {
  height: calc(585 / 390 * 100vw);
}

.madoriDetail__body .madoriFigSP .swipeFigure__guide {
  padding: 0 32px;
}

.madoriDetail__body .madoriFigSP .madoriFigImg {
  height: calc(585 / 390 * 100vw);
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: auto;
}

.madoriDetail__note {
  margin-top: 24px;
}

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

@media print, screen and (min-width: 769px) {
  .madoriDetail__dir {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .madoriDetail__dir {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .madoriDetail__dir .backBtn {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}

@media only screen and (max-width: 768px) {
  .madoriDetail__dir .backBtn {
    margin-top: 32px;
  }
}

.madoriDetail--premium .madoriDetail__shape .shapeSVG__path {
  fill: #c6bda5;
}

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

.madoriDirection__txt {
  font-family: "Barlow Semi Condensed", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.madoriDirection__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 40px;
}

.madoriDirection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7e7a6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media print, screen and (min-width: 769px) {
  .madoriDirection__link:hover .madoriDirection__arrow {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(4px) scale(1.08);
            transform: translateX(4px) scale(1.08);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover .madoriDirection__arrow {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(4px) scale(1.08);
            transform: translateX(4px) scale(1.08);
  }
}

.madoriDirection__link--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media print, screen and (min-width: 769px) {
  .madoriDirection__link--prev:hover .madoriDirection__arrow {
    -webkit-transform: translateX(-4px) scale(1.08);
            transform: translateX(-4px) scale(1.08);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link--prev:hover .madoriDirection__arrow {
    -webkit-transform: translateX(-4px) scale(1.08);
            transform: translateX(-4px) scale(1.08);
  }
}

@media print, screen and (min-width: 769px) {
  .madoriList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 769px) {
  .madoriList__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 768px) {
  .madoriList__item:not(:first-child) {
    margin-top: 16px;
  }
}

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

.maskedImage__cap[data-align='left'] {
  padding-left: 1em;
  text-align: left;
}

.maskedImage__cap[data-align='right'] {
  padding-right: 1em;
  text-align: right;
}

.maskedImage__cap[data-align='center'] {
  text-align: center;
}

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

@media print, screen and (min-width: 769px) {
  .meritCard {
    height: 239px;
    width: 440px;
  }
}

@media only screen and (max-width: 768px) {
  .meritCard {
    height: 160px;
  }
}

.meritCard__ttl {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 200;
  left: 0;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .meritCard__ttl {
    font-size: 40px;
    padding-left: 87px;
    top: -38px;
  }
}

@media only screen and (max-width: 768px) {
  .meritCard__ttl {
    font-size: 24px;
    padding-left: 19px;
    top: -9px;
  }
}

.meritCard__ttl .num {
  display: inline-block;
  letter-spacing: 0;
  line-height: .8;
}

@media print, screen and (min-width: 769px) {
  .meritCard__ttl .num {
    font-size: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .meritCard__ttl .num {
    font-size: 50px;
  }
}

.meritCard__txt {
  font-size: 18px;
  left: 0;
  letter-spacing: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  line-height: 1.6;
}

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

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

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

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

@media only screen and (max-width: 768px) {
  .meritCard__bg {
    width: 336px;
  }
}

.meritCard__bg .photo {
  height: 100%;
  width: 100%;
}

.meritCard__bg .photo__pic, .meritCard__bg .photo__image {
  height: 100%;
  width: 100%;
}

.meritCard__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

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

@media print, screen and (min-width: 769px) {
  .meritList__item {
    width: 440px;
  }
}

@media print, screen and (min-width: 769px) {
  .meritList__item:nth-child(2n) {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .meritList__item:nth-child(2n) {
    padding-left: 9px;
  }
}

@media print, screen and (min-width: 769px) {
  .meritList__item:not(:first-child) {
    margin-left: -39px;
  }
}

.meritList + .caption {
  text-align: right;
}

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

@media only screen and (max-width: 768px) {
  .meritList + .caption {
    margin-top: 10px;
  }
}

.meritSect {
  color: #4b4426;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .meritSect {
    padding: 70px 0 140px;
  }
}

@media only screen and (max-width: 768px) {
  .meritSect {
    padding: 70px 0 120px;
  }
}

.meritSect__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .meritSect__inner {
    max-width: 1242px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .meritSect__inner {
    width: 100%;
  }
}

.is-tb .meritSect__inner {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .meritSect__inner {
    padding: 0 26px;
  }
}

.meritSect__head {
  text-align: center;
}

.meritSect__ttl .jp {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}

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

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

.meritSect__ttl .en {
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1;
}

.meritSect__ttl .en + .jp {
  margin-top: 14px;
}

.meritSect__cont .libraryBtn {
  margin: 80px auto 0;
}

@media print, screen and (min-width: 769px) {
  .meritSect__head + .meritSect__cont {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .meritSect__head + .meritSect__cont {
    margin-top: 80px;
  }
}

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

.modalFigure__guide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: absolute;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  .modalFigure__guide {
    left: 20px;
    top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .modalFigure__guide {
    left: 10px;
    top: 10px;
  }
}

.modalFigure__guide .t {
  color: #ffffff;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  text-shadow: 0 0 4px #000000;
  line-height: 2;
}

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

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

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

.modalFigure__guide .figurePlot .svgIcon {
  width: 20px;
}

@media only screen and (max-width: 768px) {
  .modalFigure[data-modal-device='pc'] .modalFigure__guide {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .modalFigure[data-modal-device='sp'] .modalFigure__guide {
    display: none;
  }
}

.modalFigure + .usageNote {
  margin-top: 20px;
}

.morphingSVG {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.morphingSVG svg {
  display: block;
  height: auto;
  width: 100%;
}

.morphingSVG svg path {
  will-change: d;
}

.newsList {
  display: grid;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .newsList {
    gap: 20px 40px;
    grid-template-columns: 65px 1fr;
    max-width: 498px;
  }
}

@media only screen and (max-width: 768px) {
  .newsList {
    gap: 24px 32px;
    grid-template-columns: 58px 1fr;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.newsList__date {
  color: #c6bda5;
  letter-spacing: 0;
  line-height: 2;
}

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

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

@media print, screen and (min-width: 769px) {
  .newsList__date {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .newsList__date {
    font-size: 14px;
  }
}

.newsList__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0;
}

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

@media only screen and (max-width: 768px) {
  .newsList__txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .newsList__txt:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .newsList__txt:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

.pageHead {
  background: -webkit-gradient(linear, left top, right top, from(#c6bda5), to(#acc7c6));
  background: linear-gradient(90deg, #c6bda5 0%, #acc7c6 100%);
  color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .pageHead {
    height: calc(300 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .pageHead {
    height: 260px;
  }
}

.pageHead__wing {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-30%, -30px);
          transform: translate(-30%, -30px);
  -webkit-transition: opacity .8s ease-in-out, visibility .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, visibility .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out, opacity .8s ease-in-out, visibility .8s ease-in-out;
  transition: transform .8s ease-in-out, opacity .8s ease-in-out, visibility .8s ease-in-out, -webkit-transform .8s ease-in-out;
  visibility: hidden;
  z-index: 3;
}

@media print, screen and (min-width: 769px) {
  .pageHead__wing {
    top: calc(80 / 1440 * 100vw);
    width: 128px;
  }
}

@media only screen and (max-width: 768px) {
  .pageHead__wing {
    top: 130px;
    width: 100px;
  }
}

.pageHead__ttl {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .8s ease-in-out, visibility .8s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: opacity .8s ease-in-out, visibility .8s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: opacity .8s ease-in-out, visibility .8s ease-in-out, filter .8s ease-in-out;
  transition: opacity .8s ease-in-out, visibility .8s ease-in-out, filter .8s ease-in-out, -webkit-filter .8s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 4;
}

@media print, screen and (min-width: 769px) {
  .pageHead__ttl {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .pageHead__ttl {
    top: 146px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.pageHead__ttl .jp {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}

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

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

.pageHead__ttl .en {
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.2;
}

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

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

@media print, screen and (min-width: 769px) {
  .pageHead__ttl .en {
    font-size: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .pageHead__ttl .en {
    font-size: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .pageHead__ttl .en + .jp {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .pageHead__ttl .en + .jp {
    margin-top: 16px;
  }
}

.pageHead__shape {
  bottom: -5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .pageHead__shape {
    height: calc(200 / 1440 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .pageHead__shape {
    height: 130px;
  }
}

.pageHead__shape .shapeSVG {
  height: auto;
  width: 100%;
}

.pageHead.sai-animate .pageHead__ttl {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  visibility: visible;
}

.pageHead.sai-animate .pageHead__wing {
  opacity: .5;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  visibility: visible;
}

.pageHead--lightBlue {
  background: -webkit-gradient(linear, left top, right top, from(#cbecf0), to(#b6d3d6));
  background: linear-gradient(90deg, #cbecf0 0%, #b6d3d6 100%);
  color: #7e7a6a;
}

.pageHead--lightBlue .pageHead__shape .shapeSVG__path {
  fill: #cbecf0;
}

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

.parallaxPhoto--full .photo__image {
  width: 100%;
}

.photo {
  position: relative;
}

.photo + .caption {
  padding-top: 10px;
}

.photo__capIn, .photo__capOut {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
  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--full .photo__image {
  width: 100%;
}

.photo--full .photo__pic {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo--multiply .photo__image {
  mix-blend-mode: multiply;
}

.photo--radius .photo__radiusLayer {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .photo--radius .photo__capIn {
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .photo--radius .photo__capIn {
    right: 10px;
  }
}

.photo--radius .photo__capIn[data-color='label'] {
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .photo--radius .photo__capIn[data-color='label'] {
    padding: 5px 25px 5px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .photo--radius .photo__capIn[data-color='label'] {
    padding: 5px 15px 5px 10px;
  }
}

.photo__radiusLayer {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .photo__radiusLayer[data-pc-topLeft='5'] {
    border-top-left-radius: 5px;
  }
  .photo__radiusLayer[data-pc-topRight='5'] {
    border-top-right-radius: 5px;
  }
  .photo__radiusLayer[data-pc-bottomRight='5'] {
    border-bottom-right-radius: 5px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='5'] {
    border-bottom-left-radius: 5px;
  }
  .photo__radiusLayer[data-pc-topLeft='10'] {
    border-top-left-radius: 10px;
  }
  .photo__radiusLayer[data-pc-topRight='10'] {
    border-top-right-radius: 10px;
  }
  .photo__radiusLayer[data-pc-bottomRight='10'] {
    border-bottom-right-radius: 10px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='10'] {
    border-bottom-left-radius: 10px;
  }
  .photo__radiusLayer[data-pc-topLeft='15'] {
    border-top-left-radius: 15px;
  }
  .photo__radiusLayer[data-pc-topRight='15'] {
    border-top-right-radius: 15px;
  }
  .photo__radiusLayer[data-pc-bottomRight='15'] {
    border-bottom-right-radius: 15px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='15'] {
    border-bottom-left-radius: 15px;
  }
  .photo__radiusLayer[data-pc-topLeft='20'] {
    border-top-left-radius: 20px;
  }
  .photo__radiusLayer[data-pc-topRight='20'] {
    border-top-right-radius: 20px;
  }
  .photo__radiusLayer[data-pc-bottomRight='20'] {
    border-bottom-right-radius: 20px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='20'] {
    border-bottom-left-radius: 20px;
  }
  .photo__radiusLayer[data-pc-topLeft='25'] {
    border-top-left-radius: 25px;
  }
  .photo__radiusLayer[data-pc-topRight='25'] {
    border-top-right-radius: 25px;
  }
  .photo__radiusLayer[data-pc-bottomRight='25'] {
    border-bottom-right-radius: 25px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='25'] {
    border-bottom-left-radius: 25px;
  }
  .photo__radiusLayer[data-pc-topLeft='30'] {
    border-top-left-radius: 30px;
  }
  .photo__radiusLayer[data-pc-topRight='30'] {
    border-top-right-radius: 30px;
  }
  .photo__radiusLayer[data-pc-bottomRight='30'] {
    border-bottom-right-radius: 30px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='30'] {
    border-bottom-left-radius: 30px;
  }
  .photo__radiusLayer[data-pc-topLeft='35'] {
    border-top-left-radius: 35px;
  }
  .photo__radiusLayer[data-pc-topRight='35'] {
    border-top-right-radius: 35px;
  }
  .photo__radiusLayer[data-pc-bottomRight='35'] {
    border-bottom-right-radius: 35px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='35'] {
    border-bottom-left-radius: 35px;
  }
  .photo__radiusLayer[data-pc-topLeft='40'] {
    border-top-left-radius: 40px;
  }
  .photo__radiusLayer[data-pc-topRight='40'] {
    border-top-right-radius: 40px;
  }
  .photo__radiusLayer[data-pc-bottomRight='40'] {
    border-bottom-right-radius: 40px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='40'] {
    border-bottom-left-radius: 40px;
  }
  .photo__radiusLayer[data-pc-topLeft='45'] {
    border-top-left-radius: 45px;
  }
  .photo__radiusLayer[data-pc-topRight='45'] {
    border-top-right-radius: 45px;
  }
  .photo__radiusLayer[data-pc-bottomRight='45'] {
    border-bottom-right-radius: 45px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='45'] {
    border-bottom-left-radius: 45px;
  }
  .photo__radiusLayer[data-pc-topLeft='50'] {
    border-top-left-radius: 50px;
  }
  .photo__radiusLayer[data-pc-topRight='50'] {
    border-top-right-radius: 50px;
  }
  .photo__radiusLayer[data-pc-bottomRight='50'] {
    border-bottom-right-radius: 50px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='50'] {
    border-bottom-left-radius: 50px;
  }
  .photo__radiusLayer[data-pc-topLeft='55'] {
    border-top-left-radius: 55px;
  }
  .photo__radiusLayer[data-pc-topRight='55'] {
    border-top-right-radius: 55px;
  }
  .photo__radiusLayer[data-pc-bottomRight='55'] {
    border-bottom-right-radius: 55px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='55'] {
    border-bottom-left-radius: 55px;
  }
  .photo__radiusLayer[data-pc-topLeft='60'] {
    border-top-left-radius: 60px;
  }
  .photo__radiusLayer[data-pc-topRight='60'] {
    border-top-right-radius: 60px;
  }
  .photo__radiusLayer[data-pc-bottomRight='60'] {
    border-bottom-right-radius: 60px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='60'] {
    border-bottom-left-radius: 60px;
  }
  .photo__radiusLayer[data-pc-topLeft='65'] {
    border-top-left-radius: 65px;
  }
  .photo__radiusLayer[data-pc-topRight='65'] {
    border-top-right-radius: 65px;
  }
  .photo__radiusLayer[data-pc-bottomRight='65'] {
    border-bottom-right-radius: 65px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='65'] {
    border-bottom-left-radius: 65px;
  }
  .photo__radiusLayer[data-pc-topLeft='70'] {
    border-top-left-radius: 70px;
  }
  .photo__radiusLayer[data-pc-topRight='70'] {
    border-top-right-radius: 70px;
  }
  .photo__radiusLayer[data-pc-bottomRight='70'] {
    border-bottom-right-radius: 70px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='70'] {
    border-bottom-left-radius: 70px;
  }
  .photo__radiusLayer[data-pc-topLeft='75'] {
    border-top-left-radius: 75px;
  }
  .photo__radiusLayer[data-pc-topRight='75'] {
    border-top-right-radius: 75px;
  }
  .photo__radiusLayer[data-pc-bottomRight='75'] {
    border-bottom-right-radius: 75px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='75'] {
    border-bottom-left-radius: 75px;
  }
  .photo__radiusLayer[data-pc-topLeft='80'] {
    border-top-left-radius: 80px;
  }
  .photo__radiusLayer[data-pc-topRight='80'] {
    border-top-right-radius: 80px;
  }
  .photo__radiusLayer[data-pc-bottomRight='80'] {
    border-bottom-right-radius: 80px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='80'] {
    border-bottom-left-radius: 80px;
  }
  .photo__radiusLayer[data-pc-topLeft='85'] {
    border-top-left-radius: 85px;
  }
  .photo__radiusLayer[data-pc-topRight='85'] {
    border-top-right-radius: 85px;
  }
  .photo__radiusLayer[data-pc-bottomRight='85'] {
    border-bottom-right-radius: 85px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='85'] {
    border-bottom-left-radius: 85px;
  }
  .photo__radiusLayer[data-pc-topLeft='90'] {
    border-top-left-radius: 90px;
  }
  .photo__radiusLayer[data-pc-topRight='90'] {
    border-top-right-radius: 90px;
  }
  .photo__radiusLayer[data-pc-bottomRight='90'] {
    border-bottom-right-radius: 90px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='90'] {
    border-bottom-left-radius: 90px;
  }
  .photo__radiusLayer[data-pc-topLeft='95'] {
    border-top-left-radius: 95px;
  }
  .photo__radiusLayer[data-pc-topRight='95'] {
    border-top-right-radius: 95px;
  }
  .photo__radiusLayer[data-pc-bottomRight='95'] {
    border-bottom-right-radius: 95px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='95'] {
    border-bottom-left-radius: 95px;
  }
  .photo__radiusLayer[data-pc-topLeft='100'] {
    border-top-left-radius: 100px;
  }
  .photo__radiusLayer[data-pc-topRight='100'] {
    border-top-right-radius: 100px;
  }
  .photo__radiusLayer[data-pc-bottomRight='100'] {
    border-bottom-right-radius: 100px;
  }
  .photo__radiusLayer[data-pc-bottomLeft='100'] {
    border-bottom-left-radius: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .photo__radiusLayer[data-sp-topLeft='5'] {
    border-top-left-radius: calc((5 * 1) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='5'] {
    border-top-right-radius: calc((5 * 1) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='5'] {
    border-bottom-right-radius: calc((5 * 1) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='5'] {
    border-bottom-left-radius: calc((5 * 1) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='10'] {
    border-top-left-radius: calc((5 * 2) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='10'] {
    border-top-right-radius: calc((5 * 2) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='10'] {
    border-bottom-right-radius: calc((5 * 2) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='10'] {
    border-bottom-left-radius: calc((5 * 2) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='15'] {
    border-top-left-radius: calc((5 * 3) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='15'] {
    border-top-right-radius: calc((5 * 3) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='15'] {
    border-bottom-right-radius: calc((5 * 3) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='15'] {
    border-bottom-left-radius: calc((5 * 3) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='20'] {
    border-top-left-radius: calc((5 * 4) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='20'] {
    border-top-right-radius: calc((5 * 4) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='20'] {
    border-bottom-right-radius: calc((5 * 4) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='20'] {
    border-bottom-left-radius: calc((5 * 4) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='25'] {
    border-top-left-radius: calc((5 * 5) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='25'] {
    border-top-right-radius: calc((5 * 5) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='25'] {
    border-bottom-right-radius: calc((5 * 5) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='25'] {
    border-bottom-left-radius: calc((5 * 5) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='30'] {
    border-top-left-radius: calc((5 * 6) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='30'] {
    border-top-right-radius: calc((5 * 6) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='30'] {
    border-bottom-right-radius: calc((5 * 6) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='30'] {
    border-bottom-left-radius: calc((5 * 6) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='35'] {
    border-top-left-radius: calc((5 * 7) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='35'] {
    border-top-right-radius: calc((5 * 7) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='35'] {
    border-bottom-right-radius: calc((5 * 7) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='35'] {
    border-bottom-left-radius: calc((5 * 7) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='40'] {
    border-top-left-radius: calc((5 * 8) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='40'] {
    border-top-right-radius: calc((5 * 8) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='40'] {
    border-bottom-right-radius: calc((5 * 8) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='40'] {
    border-bottom-left-radius: calc((5 * 8) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='45'] {
    border-top-left-radius: calc((5 * 9) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='45'] {
    border-top-right-radius: calc((5 * 9) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='45'] {
    border-bottom-right-radius: calc((5 * 9) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='45'] {
    border-bottom-left-radius: calc((5 * 9) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='50'] {
    border-top-left-radius: calc((5 * 10) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='50'] {
    border-top-right-radius: calc((5 * 10) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='50'] {
    border-bottom-right-radius: calc((5 * 10) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='50'] {
    border-bottom-left-radius: calc((5 * 10) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='55'] {
    border-top-left-radius: calc((5 * 11) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='55'] {
    border-top-right-radius: calc((5 * 11) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='55'] {
    border-bottom-right-radius: calc((5 * 11) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='55'] {
    border-bottom-left-radius: calc((5 * 11) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='60'] {
    border-top-left-radius: calc((5 * 12) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='60'] {
    border-top-right-radius: calc((5 * 12) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='60'] {
    border-bottom-right-radius: calc((5 * 12) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='60'] {
    border-bottom-left-radius: calc((5 * 12) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='65'] {
    border-top-left-radius: calc((5 * 13) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='65'] {
    border-top-right-radius: calc((5 * 13) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='65'] {
    border-bottom-right-radius: calc((5 * 13) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='65'] {
    border-bottom-left-radius: calc((5 * 13) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='70'] {
    border-top-left-radius: calc((5 * 14) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='70'] {
    border-top-right-radius: calc((5 * 14) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='70'] {
    border-bottom-right-radius: calc((5 * 14) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='70'] {
    border-bottom-left-radius: calc((5 * 14) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='75'] {
    border-top-left-radius: calc((5 * 15) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='75'] {
    border-top-right-radius: calc((5 * 15) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='75'] {
    border-bottom-right-radius: calc((5 * 15) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='75'] {
    border-bottom-left-radius: calc((5 * 15) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='80'] {
    border-top-left-radius: calc((5 * 16) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='80'] {
    border-top-right-radius: calc((5 * 16) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='80'] {
    border-bottom-right-radius: calc((5 * 16) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='80'] {
    border-bottom-left-radius: calc((5 * 16) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='85'] {
    border-top-left-radius: calc((5 * 17) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='85'] {
    border-top-right-radius: calc((5 * 17) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='85'] {
    border-bottom-right-radius: calc((5 * 17) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='85'] {
    border-bottom-left-radius: calc((5 * 17) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='90'] {
    border-top-left-radius: calc((5 * 18) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='90'] {
    border-top-right-radius: calc((5 * 18) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='90'] {
    border-bottom-right-radius: calc((5 * 18) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='90'] {
    border-bottom-left-radius: calc((5 * 18) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='95'] {
    border-top-left-radius: calc((5 * 19) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='95'] {
    border-top-right-radius: calc((5 * 19) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='95'] {
    border-bottom-right-radius: calc((5 * 19) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='95'] {
    border-bottom-left-radius: calc((5 * 19) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topLeft='100'] {
    border-top-left-radius: calc((5 * 20) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-topRight='100'] {
    border-top-right-radius: calc((5 * 20) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomRight='100'] {
    border-bottom-right-radius: calc((5 * 20) / 375 * 100vw);
  }
  .photo__radiusLayer[data-sp-bottomLeft='100'] {
    border-bottom-left-radius: calc((5 * 20) / 375 * 100vw);
  }
}

.photo--shadow {
  -webkit-filter: drop-shadow(0 50px 50px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 50px 50px rgba(0, 0, 0, 0.08));
}

.pic {
  position: relative;
}

.pic__capIn, .pic__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.pic__capIn, .pic__capOut {
  position: absolute;
}

.pic__capIn {
  bottom: 5px;
  right: 5px;
}

.pic__capOut {
  padding-top: 5px;
  right: 0;
  top: 100%;
}

.pic__pic {
  display: block;
}

.pinchInFigure {
  position: relative;
}

.pinchInFigure .attPlot {
  opacity: 0;
}

@media print, screen and (min-width: 769px) {
  .pinchInFigure .attPlot {
    display: none;
  }
}

.pinchInFigure.sai-animate .attPlot {
  -webkit-animation: plotMove02 3s linear .8s;
          animation: plotMove02 3s linear .8s;
  will-change: transform;
}

.streamMovie {
  aspect-ratio: 640 / 360;
  margin: 0 auto;
  width: 100%;
}

.streamMovie iframe {
  height: 100% !important;
  width: 100% !important;
}

.streamPlayer {
  position: relative;
}

.streamPlayer__btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.streamPlayer__btn .photo__image {
  -webkit-transition: -webkit-filter .6s ease;
  transition: -webkit-filter .6s ease;
  transition: filter .6s ease;
  transition: filter .6s ease, -webkit-filter .6s ease;
}

@media print, screen and (min-width: 769px) {
  .streamPlayer__btn:hover .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
}

@media (hover: hover) and (pointer: fine) {
  .streamPlayer__btn:hover .photo__image {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
}

.streamPlayer__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 769px) {
  .streamPlayer__icon {
    gap: 14px;
    width: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .streamPlayer__icon {
    gap: 10px;
    width: 80px;
  }
}

.streamPlayer__icon .t {
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

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

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

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

@media only screen and (max-width: 768px) {
  .streamPlayer__icon .t {
    font-size: 12px;
  }
}

.streamPlayer__icon .svgIcon {
  display: block;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .streamPlayer__icon .svgIcon {
    width: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .streamPlayer__icon .svgIcon {
    width: 9px;
  }
}

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

@media only screen and (max-width: 768px) {
  .streamModal {
    padding-bottom: 60px;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

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

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

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

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

@media only screen and (max-width: 768px) {
  .streamModal__cont {
    width: calc(730 / 750 * 100vw);
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .streamModal__cont {
    width: calc(600 / 750 * 100vw);
  }
}

.streamModal__inner {
  overflow-y: auto;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .streamModal__inner {
    max-height: calc(100vh - 160px);
  }
}

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

@media only screen and (max-width: 768px) {
  .streamModal__inner {
    width: 100%;
  }
}

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

.streamModal__inner .streamMovie iframe {
  aspect-ratio: 960 / 540;
  height: auto !important;
  width: 100% !important;
}

.streamModal__close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .streamModal__close {
    bottom: calc(100% + 20px);
    height: 30px;
    right: 0;
    width: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .streamModal__close {
    bottom: calc(100% + 10px);
    height: calc(32 / 750 * 100vw);
    right: 0;
    width: calc(32 / 750 * 100vw);
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .streamModal__close {
    bottom: 100%;
  }
}

.streamModal__close:before, .streamModal__close:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .streamModal__close:before, .streamModal__close:after {
    height: 1px;
  }
}

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

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

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

.swipeFigure {
  position: relative;
}

.swipeFigure[data-mode=''] .photo,
.swipeFigure[data-mode=''] .photo__radiusLayer,
.swipeFigure[data-mode=''] .photo__pic,
.swipeFigure[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

.swipeFigure[data-mode=''] .photo__radiusLayer {
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .swipeFigure[data-mode='pc'] .photo,
  .swipeFigure[data-mode='pc'] .photo__radiusLayer,
  .swipeFigure[data-mode='pc'] .photo__pic,
  .swipeFigure[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
  .swipeFigure[data-mode='pc'] .photo__radiusLayer {
    overflow: auto;
  }
}

@media only screen and (max-width: 768px) {
  .swipeFigure[data-mode='pc'] .swipeFigure__guide {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .swipeFigure[data-mode='sp'] .swipeFigure__guide {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .swipeFigure[data-mode='sp'] .photo,
  .swipeFigure[data-mode='sp'] .photo__radiusLayer,
  .swipeFigure[data-mode='sp'] .photo__pic,
  .swipeFigure[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
  .swipeFigure[data-mode='sp'] .photo__radiusLayer {
    overflow: auto;
  }
}

.swipeFigure__guide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.swipeFigure__guide .t {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 2;
}

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

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

.swipeFigure__guide .figurePlot .svgIcon {
  width: 20px;
}

.swipeFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.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 0 0;
  right: 0;
  top: 100%;
}

@media only screen and (max-width: 768px) {
  .swipeFigure--full .swipeFigure__inner {
    margin-left: -32px;
    margin-right: -32px;
  }
}

.ttlUnit {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .ttlUnit {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .ttlUnit {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .ttlUnit {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .ttlUnit {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .ttlUnit .heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 768px) {
  .ttlUnit .heading {
    margin-top: 32px;
  }
}

.txt {
  letter-spacing: 0;
  line-height: 2;
}

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

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

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

@media only screen and (max-width: 768px) {
  .txt {
    font-size: 13px;
  }
}

@media only screen and (max-width: 375px) {
  .txt {
    font-size: calc(13px * 375 / 390);
  }
}

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

@media only screen and (max-width: 375px) {
  .txt--small {
    font-size: calc(13px * 375 / 390);
  }
}

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

@media only screen and (max-width: 768px) {
  .txt--xSmall {
    font-size: 12px;
    line-height: 1.6;
  }
  .txt--xSmall:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .txt--xSmall:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 375px) {
  .txt--xSmall {
    font-size: calc(12px * 375 / 390);
  }
}

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

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

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

@media only screen and (max-width: 375px) {
  .txt .caption {
    margin-top: calc(10 / 375 * 100vw);
  }
}

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

.usableBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border-radius: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding: 12px 22px;
  position: relative;
  -webkit-transition: background-color .8s ease-in-out;
  transition: background-color .8s ease-in-out;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .usableBtn {
    min-width: 326px;
  }
}

@media only screen and (max-width: 768px) {
  .usableBtn {
    width: 100%;
  }
}

.usableBtn .en {
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.2;
}

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

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

.usableBtn .jp {
  display: block;
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.8;
}

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

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

.usableBtn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .usableBtn__arrow {
    right: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .usableBtn__arrow {
    right: 10px;
  }
}

.usableBtn__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

.usableBtn__arrow .arrowSVG__path {
  fill: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .usableBtn:hover {
    background-color: #7e7a6a;
  }
}

@media (hover: hover) and (pointer: fine) {
  .usableBtn:hover {
    background-color: #7e7a6a;
  }
}

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

.usableList__note {
  margin-top: 10px;
}

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

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

@media only screen and (max-width: 768px) {
  .usageNote + .usageNote,
  .usageNote + .caption {
    margin-top: 4px;
  }
}

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

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

@media only screen and (max-width: 768px) {
  .usageNote__item {
    margin-right: 10px;
  }
}

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

.usageNote__item .icon {
  aspect-ratio: 32 / 13;
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
}

.usageNote__item .icon--floor {
  aspect-ratio: 15 / 4;
  background-color: #ebe2e5;
  vertical-align: middle;
  width: 30px;
}

.usageNote__item .icon--storage {
  aspect-ratio: 15 / 4;
  background-color: #d4cab3;
  vertical-align: middle;
  width: 30px;
}

.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 29 / 6;
  vertical-align: middle;
  width: 29px;
}

.usageNote__item .icon--wind .svgIcon, .usageNote__item .icon--light .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}

.usageNote__item .icon--outlet {
  aspect-ratio: 30 / 8;
  width: 30px;
}

.waveBG {
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.waveBG .waveSVG {
  display: block;
  height: auto;
  width: 100%;
}

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

.zoomFigure__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
}

.zoomFigure__btn:not(:last-of-type) {
  margin-bottom: 4px;
}

.zoomFigure__btn .svgIcon {
  display: block;
  height: auto;
  width: 27px;
}

.zoomFigure__wrapper {
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}

@media print, screen and (min-width: 769px) {
  .zoomFigure .figurePlot {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .zoomFigure .figurePlot {
    aspect-ratio: 1 / 1;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: visibility 2s ease 4s, opacity 2s ease 4s;
    transition: visibility 2s ease 4s, opacity 2s ease 4s;
    width: 80px;
    will-change: visibility, opacity;
    z-index: 2;
  }
}

.zoomFigure .figurePlot .svgIcon {
  display: block;
  height: auto;
  width: 27px;
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
  visibility: hidden;
}

.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 only screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .zoomFigure__wrapper {
    cursor: default;
  }
}

@media only screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .zoomFigure[data-mode='sp'] .zoomFigure__wrapper {
    cursor: default;
  }
}

@media print, screen and (min-width: 769px) {
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .zoomFigure--radius .zoomFigure__wrapper {
    border-radius: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .zoomFigure--radius .zoomFigure__wrapper {
    border-radius: 20px;
  }
}

/* stylelint-disable */
:root {
  --scrollbar: 0;
  --header-height: 0;
}
