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

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

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

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

#noscript span {
  color: #cc0000;
}

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

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

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

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

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

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

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

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

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

.wrapper {
  overflow: visible;
}

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

a:hover {
  text-decoration: none;
}

.cap,
.caption {
  background: none;
  color: #7a8c99;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.5;
}

.cap {
  padding-top: 5px;
}

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

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

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

.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: #251e1c;
  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);
  color: #ffffff;
  line-height: 1;
  padding: 5px;
  right: auto;
}

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

.sp,
img.sp,
br.sp {
  display: none;
}

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

.telephone {
  pointer-events: none;
}

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------
ボトムエリア
---------------------------------------------------------------------- */
.bottomArea {
  background-color: #222222;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
}

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

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

.bottomArea .box-bukken {
  background-color: #27355d;
}

.bottomArea:has(.box-bukken) {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 736px) {
  .footer-copyright {
    padding-top: 60px;
  }
}

.footer-copyright-corporate {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-corporate {
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-corporate {
    -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;
    gap: 40px;
    margin: 0 auto 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer-copyright-corporate-nomura,
.footer-copyright-corporate-mitsubishi,
.footer-copyright-corporate-mitsui,
.footer-copyright-corporate-daiwahouse {
  display: block;
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-corporate-nomura .footer-copyright-vendor {
    margin-bottom: 10px;
    margin-left: 70px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-corporate-nomura .footer-copyright-vendor {
    margin-bottom: 8px;
    margin-left: 70px;
  }
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-corporate-mitsubishi .footer-copyright-vendor {
    margin-left: 34px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-corporate-mitsubishi .footer-copyright-vendor {
    margin-bottom: 6px;
    margin-left: 44px;
  }
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-corporate-mitsui .footer-copyright-vendor {
    margin-left: 27px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-corporate-mitsui .footer-copyright-vendor {
    margin-bottom: 6px;
    margin-left: 28px;
  }
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-corporate-daiwahouse .footer-copyright-vendor {
    margin-left: 54px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-corporate-daiwahouse .footer-copyright-vendor {
    margin-bottom: 6px;
    margin-left: 52px;
  }
}

.footer-copyright-vendor {
  color: #999999;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-vendor {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-vendor {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-logo-nomura {
    height: 28px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-logo-nomura {
    height: 26px;
  }
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-logo-mitsui {
    height: 29px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-logo-mitsui {
    height: 27px;
  }
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-logo-mitsubishi {
    height: 28px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-logo-mitsubishi {
    height: 30px;
  }
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-logo-daiwahouse {
    height: 48px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-logo-daiwahouse {
    height: 46px;
  }
}

.footer-copyright-image,
.footer-copyright-image img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bgLayer:after {
  width: calc(100vw - var(--scrollbar));
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

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

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

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

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

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

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

.bgLayer--texture02:after {
  background: repeat-y center top / 100% auto;
}

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

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

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

.bgLayer--texture03:after {
  background: repeat-y center top / 100% auto;
}

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

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

.bgLayer--texture04:after {
  background: repeat-y center top / 100% auto;
}

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

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

.bgLayer--texture05:after {
  background: repeat-y center top / 100% auto;
}

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

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

.bgLayer--texture06:after {
  background: repeat-y center top / 100% auto;
}

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

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

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

.bgLayer--texture07:after {
  background: repeat-y center top / 100% auto;
}

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

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

.bgLayer--texture08:after {
  background: repeat-y center top / 100% auto;
}

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

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

.bgLayer--texture09:after {
  background: repeat-y center top / 100% auto;
}

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

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

.countSlider__num {
  color: #786d4a;
  font-family: "Roboto", sans-serif;
  line-height: .7;
  text-align: right;
}

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

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

.countSlider__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.countSlider__direction {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(165, 148, 114, 0.4);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.countSlider__direction:after {
  aspect-ratio: 12 / 7;
  background: url("../imgs/icon-arrow-01.png") no-repeat center/cover;
  content: '';
}

@media print, screen and (min-width: 736px) {
  .countSlider__direction:after {
    width: 12px;
  }
}

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

.countSlider__direction--next:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.countSlider--disableMode .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countSlider--disableMode .countSlider__bottom {
  display: none;
}

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e8e0a1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .cvBtn {
    height: 80px;
    padding-left: 50px;
    width: 472px;
  }
}

@media screen and (max-width: 736px) {
  .cvBtn {
    height: calc(70 / 390 * 100vw);
    padding-left: calc(30 / 390 * 100vw);
    width: 100%;
  }
}

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

.cvBtn:after {
  background: url("../imgs/bg-cv-01@1.5x.png") no-repeat center/cover;
  content: '';
  inset: 0;
  position: absolute;
  -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: -1;
}

@media print, screen and (min-width: 736px) {
  .cvBtn:hover:before {
    opacity: .9;
  }
  .cvBtn:hover:after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .cvBtn:hover .cvBtn__dir {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover:before {
    opacity: .9;
  }
  .cvBtn:hover:after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .cvBtn:hover .cvBtn__dir {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.cvBtn__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  line-height: 1;
}

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

@media screen and (max-width: 736px) {
  .cvBtn__ttl {
    -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;
    gap: calc(10 / 390 * 100vw);
  }
}

.cvBtn__ttl .en {
  font-family: "Roboto", sans-serif;
  line-height: .7;
}

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

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

.cvBtn__ttl .ja {
  line-height: 1;
}

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

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

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

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

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

.cvBtn--entry:before {
  background: -webkit-gradient(linear, left top, right top, from(#294f96), to(#19325e));
  background: linear-gradient(90deg, #294f96 0%, #19325e 100%);
}

.cvBtn--small {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

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

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

.cvBtn--small:after {
  content: initial;
}

@media print, screen and (min-width: 736px) {
  .cvBtn--small .cvBtn__dir {
    right: 14px;
    width: 8px;
  }
}

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

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

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

.decorationTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1a325e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: .7;
  position: relative;
  text-align: center;
}

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

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

.decorationTtl .icon {
  aspect-ratio: 29.888 / 6.1568;
}

@media print, screen and (min-width: 736px) {
  .decorationTtl .icon {
    width: 29.888px;
  }
}

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

.decorationTtl .ja {
  color: #1a325e;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  line-height: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

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

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

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

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

.descriptionCard__body .enTtl {
  font-weight: 700;
}

.entryFlow {
  padding-bottom: 1px;
}

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

.entryFlow__item {
  position: relative;
}

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

.entryFlow__item:not(:last-child):after {
  background-color: #1a325e;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .entryFlow__item:not(:last-child):after {
    aspect-ratio: 15 / 40;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    left: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 15px;
  }
}

@media screen and (max-width: 736px) {
  .entryFlow__item:not(:last-child):after {
    aspect-ratio: 32 / 12;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(32 / 390 * 100vw);
  }
}

.entryStepCard {
  background-color: #ffffff;
  border: 1px solid  #98b0d0;
  color: #1a325e;
  height: 100%;
  position: relative;
}

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

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

.entryStepCard__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: .7;
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .entryStepCard__label {
    aspect-ratio: 1 / 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    gap: 6px;
    left: 10px;
    top: -45px;
    width: 64px;
  }
}

@media screen and (max-width: 736px) {
  .entryStepCard__label {
    aspect-ratio: 69 / 43;
    font-size: calc(10 / 390 * 100vw);
    gap: calc(6 / 390 * 100vw);
    left: 0;
    top: calc(-16 / 390 * 100vw);
    width: calc(69 / 390 * 100vw);
  }
}

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

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

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

.entryStepCard__label .bg .svgIcon {
  display: none;
}

@media print, screen and (min-width: 736px) {
  .entryStepCard__label .bg .svgIcon:nth-child(1) {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .entryStepCard__label .bg .svgIcon:nth-child(2) {
    display: block;
  }
}

.entryStepCard__heading {
  line-height: 1.4;
  text-align: center;
}

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

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

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

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

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

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

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

.entryGuideBtn__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #251e1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

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

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

.entryGuideBtn__arrow {
  aspect-ratio: 23 / 24;
  background: -webkit-gradient(linear, left top, right top, from(#294f96), to(#19325e));
  background: linear-gradient(90deg, #294f96 0%, #19325e 100%);
  border-radius: 50%;
}

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

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

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

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

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

.entryGuideBtn__ttl .en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: .7;
}

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

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

.entryGuideBtn__ttl .ja {
  line-height: 1;
}

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

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

.entryMerit__list {
  display: grid;
}

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

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

.entryMerit__item .meritCard__inner {
  position: relative;
}

.entryMerit__item .meritCard__count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: .7;
  position: absolute;
  text-align: center;
  z-index: 1;
}

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

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

.entryMerit__item .meritCard__count .num {
  display: inline-block;
  line-height: .7;
}

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

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

.entryMerit__item .meritCard__ttl {
  letter-spacing: 0;
  text-align: center;
}

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

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

.entryMerit__bottom {
  margin-top: 10px;
}

.enTtl {
  color: #786d4a;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: .7;
}

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

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

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

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

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

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

.enTtl--l-blue {
  color: #bfd3e0;
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 736px) {
  .generalBnr:hover .generalBnr__body:after {
    opacity: .8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .generalBnr:hover .generalBnr__visual .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .generalBnr:hover .generalDecoration {
    -webkit-animation: hoverDir 1s ease;
            animation: hoverDir 1s ease;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBnr:hover .generalBnr__body:after {
    opacity: .8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .generalBnr:hover .generalBnr__visual .photo__image {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .generalBnr:hover .generalDecoration {
    -webkit-animation: hoverDir 1s ease;
            animation: hoverDir 1s ease;
  }
}

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

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

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

.generalBnr__visual {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 736px) {
  .generalBtn {
    border-radius: 20px;
    height: 40px;
    width: 326px;
  }
}

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

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

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

.generalBtn__ttl .en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: .7;
}

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

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

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

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

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

.generalBtn--pattern02 {
  background-color: #ecb378;
  border: 1px solid #ecb378;
}

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

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

.generalBtn--rev .generalBtn__dir {
  right: auto;
}

@media print, screen and (min-width: 736px) {
  .generalBtn--rev .generalBtn__dir {
    left: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.generalSlider__bottom .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 40 / 2;
  background-color: #1a325e;
  border: 0;
  border-radius: 0;
  height: auto;
  opacity: 1;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

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

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

.generalSlider__bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.25, 3);
          transform: scale(1.25, 3);
}

.generalSlider__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background: -webkit-gradient(linear, left top, right top, from(#294f96), to(#19325e));
  background: linear-gradient(90deg, #294f96 0%, #19325e 100%);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.generalSlider__controller:after {
  aspect-ratio: 9 / 12;
  background-color: #ffffff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 67% 100%, 67% 0, 33% 0, 33% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 67% 100%, 67% 0, 33% 0, 33% 100%, 0 100%, 0 0);
  content: '';
}

@media print, screen and (min-width: 736px) {
  .generalSlider__controller:after {
    width: 9px;
  }
}

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

.generalSlider__controller.is-stop:after {
  -webkit-clip-path: polygon(20% 0, 20% 100%, 100% 50%);
          clip-path: polygon(20% 0, 20% 100%, 100% 50%);
}

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

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

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

.generalSlider__direction {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #70a6cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
}

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

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

.generalSlider__direction .arrow {
  display: block;
}

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

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

.generalSlider__direction--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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

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

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

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

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

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

@media screen and (max-width: 736px) {
  .generalTab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 calc(-16 / 390 * 100vw);
    row-gap: calc(16 / 390 * 100vw);
  }
}

.generalTab__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(97deg, #a9d4d6 0%, #07558d 100%);
  color: #70a6cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  z-index: 1;
}

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

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

@media print, screen and (min-width: 736px) {
  .generalTab__trigger {
    border-radius: 4px;
    gap: 8px;
    padding: 12px 0 10px;
    width: 187px;
  }
}

@media screen and (max-width: 736px) {
  .generalTab__trigger {
    border-radius: calc(4 / 390 * 100vw);
    gap: calc(8 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0 calc(8 / 390 * 100vw);
    width: calc(171 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .generalTab__trigger:hover {
    color: #bfd3e0;
  }
  .generalTab__trigger:hover .ttl {
    color: #ffffff;
    -webkit-transition: color .6s ease;
    transition: color .6s ease;
  }
  .generalTab__trigger:hover:after {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalTab__trigger:hover {
    color: #bfd3e0;
  }
  .generalTab__trigger:hover .ttl {
    color: #ffffff;
    -webkit-transition: color .6s ease;
    transition: color .6s ease;
  }
  .generalTab__trigger:hover:after {
    opacity: 1;
  }
}

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

.generalTab__trigger:before {
  background-color: #ffffff;
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
}

@media print, screen and (min-width: 736px) {
  .generalTab__trigger:before {
    border-radius: 3px;
  }
}

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

.generalTab__trigger:after {
  background: linear-gradient(97deg, #a9d4d6 0%, #07558d 100%);
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.generalTab__trigger .num {
  font-family: "Roboto", sans-serif;
  line-height: .7;
}

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

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

.generalTab__trigger .ttl {
  color: #387fb1;
  line-height: 1.25;
}

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

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

.generalTab__trigger .arrow {
  aspect-ratio: 1 / 1;
  stroke: currentColor;
}

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

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

.generalTab__trigger.is-active {
  color: #bfd3e0;
  pointer-events: none;
}

.generalTab__trigger.is-active .ttl {
  color: #ffffff;
}

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

.generalTab--rev .generalTab__trigger {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.generalTab--rev .generalTab__trigger .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.heading {
  line-height: 1.4;
  color: #1a325e;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading--brackets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

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

@media screen and (max-width: 736px) {
  .heading--brackets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 390 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.heading--brackets:before, .heading--brackets:after {
  margin: 0;
}

@media print, screen and (min-width: 736px) {
  .heading--brackets:before, .heading--brackets:after {
    height: 71px;
    width: 21px;
  }
}

@media screen and (max-width: 736px) {
  .heading--brackets:before, .heading--brackets:after {
    height: calc(20 / 390 * 100vw);
    width: calc(70 / 390 * 100vw);
  }
}

.heading--brackets:before {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}

@media print, screen and (min-width: 736px) {
  .heading--brackets:before {
    margin-bottom: auto;
  }
}

.heading--brackets:after {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

@media print, screen and (min-width: 736px) {
  .heading--brackets:after {
    margin-top: auto;
  }
}

@media screen and (max-width: 736px) {
  .heading--brackets:after {
    margin-left: auto;
  }
}

@media print, screen and (min-width: 736px) {
  .heading--brackets + .txt {
    margin: 40px auto 0;
    max-width: 784px;
  }
}

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

.heading--underline {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.heading--underline:before, .heading--underline:after {
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.heading--underline:before {
  height: 3px;
}

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

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

.heading--underline:after {
  bottom: 0;
  height: 1px;
}

.heading--underline.heading--color-blue:before, .heading--underline.heading--color-blue:after {
  background-color: #97bec6;
}

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 736px) {
  .heading--label {
    font-size: 24px;
    padding: 4px 0 8px;
  }
}

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

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

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

.heading--label.heading--color-blue {
  background-color: #97bec6;
}

.heading--label.heading--color-brown {
  background-color: #6a3906;
}

.heading--label.heading--color-l-brown {
  background-color: #786d4a;
}

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

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

.heading--brown {
  color: #786d4a;
}

.headingCombi {
  position: relative;
}

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

.headingNum {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  border-radius: 50%;
  color: #70a6cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: .7;
  margin: 0 auto;
}

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

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

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

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

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

.inductionSect__head {
  color: #ffffff;
}

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

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

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

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

@media screen and (max-width: 736px) {
  .inductionSect__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(10 / 390 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.inductionSect__item:has(.inductionCard.is-off) {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

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

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

.inductionSect__note .caption {
  color: #ffffff;
}

.inductionCard {
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .inductionCard {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 152px;
  }
}

@media screen and (max-width: 736px) {
  .inductionCard {
    border-radius: calc(10 / 390 * 100vw);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: calc(314 / 390 * 100vw);
  }
}

.inductionCard__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

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

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

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

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

.inductionCard__visual {
  position: relative;
}

.inductionCard__visual .capIn {
  bottom: 0;
  line-height: 1;
  position: absolute;
  right: 0;
}

.inductionCard__lead {
  line-height: 1.6;
  color: #786d4a;
  letter-spacing: 0;
}

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

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

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

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

.inductionCard__soon {
  aspect-ratio: 140 / 64;
  background: url("../imgs/txt-soon.svg") no-repeat center/cover;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

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

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

.inductionCard__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  position: relative;
  width: 100%;
}

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

@media screen and (max-width: 736px) {
  .inductionCard__ttl {
    border-radius: calc(5 / 390 * 100vw);
    gap: calc(7 / 390 * 100vw);
    padding: calc(7 / 390 * 100vw) 0;
  }
}

.inductionCard__ttl .en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .7;
}

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

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

.inductionCard__ttl .ja {
  letter-spacing: 0;
  line-height: 1;
}

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

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

.inductionCard__ttl:after {
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .inductionCard__ttl:after {
    bottom: 8px;
    right: 8px;
    width: 8px;
  }
}

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

.inductionSect__item:nth-child(1) .inductionCard .inductionCard__lead {
  color: #016133;
}

.inductionSect__item:nth-child(1) .inductionCard .inductionCard__ttl {
  background-color: #2d8a7b;
}

.inductionSect__item:nth-child(2) .inductionCard .inductionCard__lead {
  color: #016133;
}

.inductionSect__item:nth-child(2) .inductionCard .inductionCard__ttl {
  background-color: #016133;
}

.inductionSect__item:nth-child(3) .inductionCard .inductionCard__lead {
  color: #70bb8f;
}

.inductionSect__item:nth-child(3) .inductionCard .inductionCard__ttl {
  background-color: #70bb8f;
}

.inductionSect__item:nth-child(4) .inductionCard .inductionCard__ttl {
  background-color: #bfa8bc;
}

.inductionSect__item:nth-child(6) .inductionCard .inductionCard__ttl {
  background-color: #ecb378;
}

.inductionSect__item:nth-child(8) .inductionCard .inductionCard__ttl {
  background-color: #a8b57f;
}

.inductionSect__item:nth-child(9) .inductionCard .inductionCard__ttl {
  background-color: #97bec6;
}

.inductionSect__item:nth-child(10) .inductionCard .inductionCard__ttl {
  background-color: #e4af9c;
}

@media screen and (max-width: 736px) {
  .inductionCard.is-even .inductionCard__visual {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
}

.inductionCard.is-off {
  background-color: #bec2ce;
  pointer-events: none;
}

@media screen and (max-width: 736px) {
  .inductionCard.is-off {
    width: calc(153 / 390 * 100vw);
  }
}

.inductionCard.is-off .inductionCard__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 736px) {
  .inductionCard.is-off .inductionCard__body {
    grid-column: auto / span 2;
  }
}

.inductionCard.is-off .inductionCard__icon {
  opacity: .5;
}

.inductionCard.is-off .inductionCard__ttl {
  color: #251e1c;
  margin-top: 0;
}

.inductionCard.is-off .inductionCard__ttl:after {
  content: initial;
}

.inductionCard.is-off .inductionCard__ttl .ja {
  border-top: 1px solid #999999;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .inductionCard.is-off .inductionCard__ttl .ja {
    padding-top: 8px;
  }
}

@media screen and (max-width: 736px) {
  .inductionCard.is-off .inductionCard__ttl .ja {
    padding-top: calc(8 / 390 * 100vw);
  }
}

.informationSect {
  background-color: rgba(255, 255, 255, 0.9);
}

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

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

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

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

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

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

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

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

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

.informationSect__acodBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efefef;
  border: 1px solid  #cccccc;
  color: #1a325e;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .informationSect__acodBtn {
    font-size: 18px;
    gap: 24px;
    height: 60px;
  }
}

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

.informationSect__acodBtn .icon {
  aspect-ratio: 1 / 1;
  background-color: rgba(102, 102, 102, 0.5);
  position: relative;
}

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

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

.informationSect__acodBtn .icon:before, .informationSect__acodBtn .icon:after {
  background-color: #ffffff;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media print, screen and (min-width: 736px) {
  .informationSect__acodBtn .icon:before, .informationSect__acodBtn .icon:after {
    width: 12px;
  }
}

@media screen and (max-width: 736px) {
  .informationSect__acodBtn .icon:before, .informationSect__acodBtn .icon:after {
    width: calc(12 / 390 * 100vw);
  }
}

.informationSect__acodBtn .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.informationSect__acodBtn.is-active .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.informationSect__acodBtn.is-active .icon:after {
  -webkit-transform: translate(-50%, -50%) scale(0, 1);
          transform: translate(-50%, -50%) scale(0, 1);
}

.informationSect__acodBody {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows .8s ease;
  transition: grid-template-rows .8s ease;
  transition: grid-template-rows .8s ease, -ms-grid-rows .8s ease;
}

.informationSect__acodBody.is-active {
  grid-template-rows: 1fr;
}

.informationSect__acodCont {
  overflow: hidden;
}

@media print, screen and (min-width: 736px) {
  .informationSect__acodCont > *:first-child {
    padding-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .informationSect__acodCont > *:first-child {
    padding-top: calc(40 / 390 * 100vw);
  }
}

.informationSect--top {
  background: none;
  padding: 0;
}

.infoCard__head {
  text-align: center;
}

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

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

.infoCard__heading {
  line-height: 1.4;
  letter-spacing: 0;
}

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

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

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

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

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

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

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

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

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

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

.newsList {
  border-top: 1px solid #cccccc;
}

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

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

.newsList__body {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .newsList__body {
    gap: 14px 40px;
  }
}

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

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

.newsList .data {
  color: #a59472;
  line-height: 1;
}

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

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

.keyVisual {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.keyVisual__head {
  width: calc(100vw - var(--scrollbar));
  position: relative;
}

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

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

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

.keyVisual__visual .photo:nth-child(1) .photo__pic {
  overflow: hidden;
}

.keyVisual__visual .photo:nth-child(1) .photo__image {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-property: -webkit-filter,-webkit-transform;
  transition-property: -webkit-filter,-webkit-transform;
  transition-property: filter,transform;
  transition-property: filter,transform,-webkit-filter,-webkit-transform;
  will-change: filter,transform;
}

.keyVisual__visual .photo__capOut {
  padding-right: 5px;
  text-align: right;
}

.keyVisual__body {
  color: #ffffff;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  position: relative;
  text-align: center;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
  -webkit-transition: .8s ease .6s;
  transition: .8s ease .6s;
  -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,transform;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .keyVisual__body .txt {
    text-align: left;
  }
}

.keyVisual__emblem {
  margin: 0 auto;
}

.keyVisual__ttl {
  letter-spacing: 0;
}

.keyVisual__ttl .en {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: .7;
}

.keyVisual--pattern01 .keyVisual__head:after {
  aspect-ratio: 565 / 233;
  background: url("../imgs/img-kv-leaf@1.5x.png") no-repeat center/cover;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern01 .keyVisual__head:after {
    bottom: calc(-78 / 600 * 100%);
    left: 0;
    width: calc(565 / 1440 * 100%);
  }
}

@media screen and (max-width: 736px) {
  .keyVisual--pattern01 .keyVisual__head:after {
    bottom: calc(-29 / 390 * 100vw);
    left: calc(-82.5 / 390 * 100vw);
    width: calc(225.5 / 390 * 100vw);
  }
}

.keyVisual--pattern01 .keyVisual__emblem {
  aspect-ratio: 119 / 191;
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern01 .keyVisual__emblem {
    margin-top: -100px;
    width: 119px;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual--pattern01 .keyVisual__emblem {
    margin-top: calc(-78 / 390 * 100vw);
    width: calc(84.5 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern01 .keyVisual__ttl {
    margin-top: 100px;
  }
}

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

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

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

.keyVisual--pattern01 .keyVisual__ttl .ja {
  display: block;
  font-weight: 400;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern01 .keyVisual__ttl .ja {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual--pattern01 .keyVisual__ttl .ja {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
}

.keyVisual--pattern01 .keyVisual__lead {
  line-height: 1.4;
  letter-spacing: 0;
}

.keyVisual--pattern01 .keyVisual__lead:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.4) * .5em);
  width: 0;
}

.keyVisual--pattern01 .keyVisual__lead:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.4) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern01 .keyVisual__lead {
    font-size: 60px;
    margin-top: 60px;
  }
}

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

.keyVisual--pattern01 .keyVisual__label {
  background-color: #568a7c;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern01 .keyVisual__label {
    font-size: 26px;
    line-height: 1.4;
    margin-top: 80px;
    padding: 31px;
    width: 992px;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual--pattern01 .keyVisual__label {
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.8;
    margin-top: calc(60 / 390 * 100vw);
    padding: calc(17 / 390 * 100vw) calc(31 / 390 * 100vw);
  }
}

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

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern01 .keyVisual__label:before {
    height: calc(100% - 14px);
    width: calc(100% - 14px);
  }
}

@media screen and (max-width: 736px) {
  .keyVisual--pattern01 .keyVisual__label:before {
    height: calc(100% - (14 / 390 * 100vw));
    width: calc(100% - (14 / 390 * 100vw));
  }
}

.keyVisual--pattern01 .keyVisual__label:after {
  aspect-ratio: 40 / 30;
  background-color: #568a7c;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: '';
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern01 .keyVisual__label:after {
    width: 40px;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual--pattern01 .keyVisual__label:after {
    width: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern01 .keyVisual__label + .txt {
    margin-top: 90px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern02 .keyVisual__body {
    padding-top: 200px;
  }
}

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

.keyVisual--pattern02 .keyVisual__emblem {
  aspect-ratio: 117 / 188;
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern02 .keyVisual__emblem {
    width: 117px;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual--pattern02 .keyVisual__emblem {
    width: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern02 .keyVisual__ttl {
    margin-top: 24px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern02 .keyVisual__ttl .en {
    font-size: 90px;
  }
}

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

.keyVisual--pattern02 .keyVisual__lead {
  line-height: 1.4;
  letter-spacing: 0;
}

.keyVisual--pattern02 .keyVisual__lead:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.4) * .5em);
  width: 0;
}

.keyVisual--pattern02 .keyVisual__lead:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.4) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .keyVisual--pattern02 .keyVisual__lead {
    font-size: 40px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .keyVisual--pattern02 .keyVisual__lead {
    font-size: calc(30 / 390 * 100vw);
    margin-top: calc(60 / 390 * 100vw);
  }
}

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

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

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

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

@media print, screen and (min-width: 736px) {
  .keyVisual--concept .keyVisual__head:after {
    left: auto;
    right: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@media print, screen and (min-width: 736px) {
  .keyVisual--concept .keyVisual__visual .photo__capOut {
    left: 5px;
    right: auto;
  }
}

.keyVisual--redevelopment .keyVisual__label {
  background-color: #376139;
}

.keyVisual--redevelopment .keyVisual__label:after {
  background-color: #376139;
}

.keyVisual--lifestyle .keyVisual__label {
  background-color: #8abb91;
}

.keyVisual--lifestyle .keyVisual__label:after {
  background-color: #8abb91;
}

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

.keyVisual.is-load {
  opacity: 1;
}

.keyVisual.is-load .keyVisual__visual .photo__image {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.keyVisual.is-load .keyVisual__body {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

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

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

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

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

.libraryModal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

.digitalLibraryIntro {
  letter-spacing: 0;
}

@media print, screen and (min-width: 736px) {
  .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;
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

.digitalLibraryIntro__heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
}

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

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

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

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

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

.digitalLibraryIntro__subheading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #786d4a;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 7px 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.digitalLibraryIntro__summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

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

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

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

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

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

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

.libraryStepSect__heading .en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: .7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.libraryStep__desc:before {
  border-right: 1px solid #98b0d0;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .libraryStep__desc:before {
    border-top: 1px solid #98b0d0;
  }
}

@media screen and (max-width: 736px) {
  .libraryStep__desc:before {
    border-left: 1px solid #98b0d0;
  }
}

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

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

.libraryStep__desc .cvBtn {
  margin: 0;
}

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

.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: 736px) {
  .libraryStep__txt {
    font-size: 14px;
  }
}

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

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

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

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

.libraryStep:last-of-type .libraryStep__desc:before {
  border-bottom: 1px solid #98b0d0;
}

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

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

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

.loopSlider__item .photo__image {
  width: 100%;
}

.madoriBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 473 / 340;
  background: url("../imgs/plan/bg-plan-btn-01.png") no-repeat center top/cover;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn {
    gap: 23px;
    padding: 0 24px 5px 0;
    width: 473px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn {
    gap: calc(13 / 390 * 100vw);
    margin: 0 calc(-17 / 390 * 100vw);
    padding: 0 calc(18 / 390 * 100vw) calc(5 / 390 * 100vw) 0;
    width: calc(360 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .madoriBtn:hover .madoriBtn__thumb .image {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
            transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn:hover .madoriBtn__thumb .image {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
            transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
  }
}

.madoriBtn__spec {
  background-color: #d79d69;
  border: 4px solid #a59472;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  z-index: 1;
}

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

@media screen and (max-width: 736px) {
  .madoriBtn__spec {
    padding: calc(18 / 390 * 100vw) calc(6 / 390 * 100vw);
    width: calc(140 / 390 * 100vw);
  }
}

.madoriBtn__spec:after {
  border: 1px solid #a59472;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__spec:after {
    height: calc(100% + 16px);
    width: calc(100% + 16px);
  }
}

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

.madoriBtn__type {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: .7;
  width: 100%;
}

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

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

.madoriBtn__type .strong {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  font-weight: 600;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__type .strong {
    font-size: 44px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

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

.madoriBtn__variation {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #ffffff;
  color: #e8943b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: .7;
}

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

@media screen and (max-width: 736px) {
  .madoriBtn__variation {
    font-size: calc(14 / 390 * 100vw);
    gap: calc(3 / 390 * 100vw);
    margin-top: calc(16 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw) 0;
  }
}

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

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

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

.madoriBtn__length {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: .7;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__length {
    font-size: 18px;
    gap: 2px;
    margin-top: 12px;
  }
}

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

.madoriBtn__length .unit {
  display: inline-block;
  font-weight: 700;
}

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

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

.madoriBtn__direction {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__direction {
    font-size: 20px;
    margin-top: 8px;
    padding-top: 8px;
  }
}

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

.madoriBtn__thumb {
  background: url("../imgs/plan/bg-plan-btn-thumb.jpg");
  overflow: hidden;
  position: relative;
}

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

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

.madoriBtn__thumb .image {
  height: auto;
  left: 50%;
  max-width: initial;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  width: 180%;
}

.madoriBtn__guide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #251e1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .7;
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .madoriBtn__guide {
    bottom: 15px;
    font-size: 16px;
    gap: 8px;
    right: 12px;
  }
}

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

.madoriBtn__guide .arrow {
  aspect-ratio: 1 / 1;
}

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

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

.madoriBtn--limited {
  background-image: url("../imgs/plan/bg-plan-btn-02.png");
}

.madoriBtn--limited:before {
  background: -webkit-gradient(linear, left top, right top, from(#352309), color-stop(50%, #352309), to(#756319));
  background: linear-gradient(90deg, #352309 0%, #352309 50%, #756319 100%);
}

.madoriBtn--limited .madoriBtn__spec {
  background-color: #a59472;
}

.madoriBtn--limited .madoriBtn__variation {
  color: #a59472;
}

.madoriBtn--limited .madoriBtn__limitedGuide {
  line-height: 1.6;
  background-color: rgba(145, 124, 62, 0.8);
  color: #ffffff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

@media print, screen and (min-width: 736px) {
  .madoriBtn--limited .madoriBtn__limitedGuide {
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 0;
    width: 172px;
  }
}

@media screen and (max-width: 736px) {
  .madoriBtn--limited .madoriBtn__limitedGuide {
    border-radius: calc(4 / 390 * 100vw);
    font-size: calc(11 / 390 * 100vw);
    padding: calc(6 / 390 * 100vw) 0;
    width: calc(132 / 390 * 100vw);
  }
}

.madoriBtn--fsg .madoriBtn__thumb .image {
  -webkit-transform: translate(-65%, -40%) rotate(45deg);
          transform: translate(-65%, -40%) rotate(45deg);
}

@media print, screen and (min-width: 736px) {
  .madoriBtn--fsg:hover .madoriBtn__thumb .image {
    -webkit-transform: translate(-65%, -40%) rotate(45deg) scale(1.1);
            transform: translate(-65%, -40%) rotate(45deg) scale(1.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriBtn--fsg:hover .madoriBtn__thumb .image {
    -webkit-transform: translate(-65%, -40%) rotate(45deg) scale(1.1);
            transform: translate(-65%, -40%) rotate(45deg) scale(1.1);
  }
}

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

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

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

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

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

.madoriDetail__wrapper {
  background: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__wrapper {
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 80px 104px;
  }
}

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

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

.madoriDetail__head {
  background-color: #f4eee2;
  border: 3px solid  #a59472;
  margin: 0 -3px;
  position: relative;
  text-align: center;
}

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

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

.madoriDetail__ttl {
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__ttl {
    left: 30px;
    top: -10px;
    width: 265px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__ttl {
    left: calc(13 / 390 * 100vw);
    top: calc(-7 / 390 * 100vw);
    width: calc(199 / 390 * 100vw);
  }
}

.madoriDetail__type {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #786d4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: .7;
}

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

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

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

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

.madoriDetail__variation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e8943b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__variation {
    gap: 16px;
    margin: 24px auto 0;
    padding: 10px 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

.madoriDetail__variation .var {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: .7;
}

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

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

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

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

.madoriDetail__variation .direction {
  background-color: #ffffff;
  color: #c1711c;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__variation .direction {
    border-radius: 5px;
    font-size: 18px;
    padding: 6px 16px;
  }
}

@media screen and (max-width: 736px) {
  .madoriDetail__variation .direction {
    border-radius: calc(5 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    padding: calc(6 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}

.madoriDetail__label {
  line-height: 2;
  color: #c1711c;
}

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

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

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

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

.madoriDetail__spec {
  border-top: 2px solid #786d4a;
}

@media print, screen and (min-width: 736px) {
  .madoriDetail__spec {
    margin-top: 60px;
    padding-top: 30px;
  }
}

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

.madoriDetail__length {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #786d4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
}

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

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

.madoriDetail__length .unit {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: .7;
}

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

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

.madoriDetail__length .mator {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  line-height: .7;
}

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

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

.madoriDetail__length .tsubo {
  color: #666666;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}

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

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

.madoriDetail__subLength {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.madoriDetail__subLength .item {
  color: #666666;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}

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

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

.madoriDetail__merit {
  border-bottom: 1px solid #a59472;
  border-top: 1px solid #a59472;
  text-align: left;
}

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

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

.madoriDetail__merit .item {
  text-align: center;
}

.madoriDetail__merit .item + .item {
  border-top: 0;
}

.madoriDetail__merit .inner {
  line-height: 2;
  color: #251e1c;
}

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

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

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

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

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

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

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

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

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

.madoriDetail__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.madoriDirection {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.madoriDirection__link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #786d4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: .7;
  position: relative;
}

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

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

@media print, screen and (min-width: 736px) {
  .madoriDirection__link:hover:after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover:after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.madoriDirection__link:after {
  background-color: #786d4a;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  width: 100%;
}

.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: 736px) {
  .madoriDirection__link--prev:hover:after {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link--prev:hover:after {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.madoriDirection__link--prev:after {
  -webkit-transform-origin: right;
          transform-origin: right;
}

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

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

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

.madoriList__item {
  display: inline-block;
}

.modalFigure {
  position: relative;
}

.modalFigure .figurePlot {
  border-radius: 0;
}

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

.modalFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

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

@media screen and (max-width: 736px) {
  .modalFigure[data-modal-device='pc'] .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .modalFigure[data-modal-device='sp'] .figurePlot {
    display: none;
  }
}

.pageTtl {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1;
}

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

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

.panoramaFigure {
  position: relative;
}

.panoramaFigure__inner {
  height: 100%;
  overflow: scroll;
}

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

.panoramaFigure__inner .photo,
.panoramaFigure__inner .photo__pic,
.panoramaFigure__inner .photo__image {
  height: 100%;
  max-width: unset;
  pointer-events: none;
  width: auto;
}

.panoramaFigure__capIn, .panoramaFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

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

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

.panoramaFigure__capOut {
  left: 0;
  padding: 2px 0 0 5px;
  top: 100%;
}

.panoramaFigure__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}

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

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

.panoramaFigure__direction {
  pointer-events: auto;
}

@media print, screen and (min-width: 736px) {
  .panoramaFigure__direction {
    cursor: pointer;
    width: 113px;
  }
}

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

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

.panoramaFigure .figurePlot .svgIcon {
  aspect-ratio: 36 / 56;
}

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

.parallaxPhoto {
  position: relative;
}

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

.parallaxPhoto--isHidden {
  overflow: hidden;
}

.parallaxPhoto--full .photo__image {
  width: 100%;
}

.photo {
  position: relative;
}

.photo + .caption {
  padding-top: 10px;
}

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

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

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

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

.photo__pic {
  display: block;
}

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

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

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

.photo--full .photo__image {
  width: 100%;
}

.photo--full .photo__pic {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo--multiply .photo__image {
  mix-blend-mode: multiply;
}

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

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

.pinchInFigure {
  position: relative;
}

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

.pinchInFigure .figurePlot .svgIcon {
  aspect-ratio: 1 / 1;
}

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

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

.sectHeadGroup__head .svgTtl {
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .sectHeadGroup__head + .txt {
    margin-top: 80px;
    text-align: center;
  }
}

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

.sectHeadGroup--brackets .sectHeadGroup__head + .txt {
  text-align: left;
}

@media print, screen and (min-width: 736px) {
  .sectHeadGroup--brackets .sectHeadGroup__head + .txt {
    margin: 40px auto 0;
    max-width: 784px;
  }
}

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

.sectHeadGroup--bg .sectHeadGroup__head:after {
  width: calc(100vw - var(--scrollbar));
  content: '';
  height: auto;
  inset: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: -1;
}

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

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

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

.sectHeadGroup--bg .heading {
  color: #ffffff;
}

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

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

.sectHeadGroup--bg .heading .caption {
  color: #ffffff;
}

.sectHeadGroup--bg.sectHeadGroup--blue .sectHeadGroup__head:after {
  background-color: #97bec6;
}

.sectHeadGroup--bg.sectHeadGroup--pink .sectHeadGroup__head:after {
  background-color: #e4af9b;
}

.sectHeadGroup--bg.sectHeadGroup--purple .sectHeadGroup__head:after {
  background-color: #bfa8bc;
}

.sectHeadGroup--bg.sectHeadGroup--gold .sectHeadGroup__head:after {
  background-color: #b6a569;
}

.sectHeadGroup--bg.sectHeadGroup--orange .sectHeadGroup__head:after {
  background-color: #ecb378;
}

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

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

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

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

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

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

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

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

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

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

.streamPlayer__thumbnail {
  overflow: hidden;
}

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

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

.streamPlayer__thumbnail .photo__image {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-property: -webkit-filter,-webkit-transform;
  transition-property: -webkit-filter,-webkit-transform;
  transition-property: filter,transform;
  transition-property: filter,transform,-webkit-filter,-webkit-transform;
}

.svgIcon {
  display: block;
  fill: currentColor;
  height: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: fill,stroke;
  transition-property: fill,stroke;
  width: 100%;
}

.swipeFigure {
  position: relative;
}

.swipeFigure__inner {
  position: relative;
}

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

.swipeFigure__inner[data-mode='']::-webkit-scrollbar {
  display: none;
}

.swipeFigure__inner[data-mode=''] .photo,
.swipeFigure__inner[data-mode=''] .photo__pic,
.swipeFigure__inner[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media print, screen and (min-width: 736px) {
  .swipeFigure__inner[data-mode='pc'] {
    height: 100%;
    overflow: scroll;
  }
  .swipeFigure__inner[data-mode='pc']::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure__inner[data-mode='pc'] .photo,
  .swipeFigure__inner[data-mode='pc'] .photo__pic,
  .swipeFigure__inner[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (max-width: 736px) {
  .swipeFigure__inner[data-mode='pc'] + .figurePlot {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .swipeFigure__inner[data-mode='sp'] + .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .swipeFigure__inner[data-mode='sp'] {
    height: 100%;
    overflow: scroll;
  }
  .swipeFigure__inner[data-mode='sp']::-webkit-scrollbar {
    display: none;
  }
  .swipeFigure__inner[data-mode='sp'] .photo,
  .swipeFigure__inner[data-mode='sp'] .photo__pic,
  .swipeFigure__inner[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

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

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

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

.swipeFigure--border:after {
  border: 1px solid #cccccc;
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.swipeFigure--border[data-mode='']:after {
  content: '';
}

@media print, screen and (min-width: 736px) {
  .swipeFigure--border[data-mode=''] .swipeFigure__inner {
    padding: 10px;
  }
}

@media screen and (max-width: 736px) {
  .swipeFigure--border[data-mode=''] .swipeFigure__inner {
    padding: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .swipeFigure--border[data-mode='pc']:after {
    content: '';
  }
  .swipeFigure--border[data-mode='pc'] .swipeFigure__inner {
    padding: 10px;
  }
}

@media screen and (max-width: 736px) {
  .swipeFigure--border[data-mode='sp']:after {
    content: '';
  }
  .swipeFigure--border[data-mode='sp'] .swipeFigure__inner {
    padding: calc(10 / 390 * 100vw);
  }
}

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

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

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

.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: 736px) {
  .txt {
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 736px) {
  .usageNote + .usageNote,
  .usageNote + .caption {
    margin-top: 5px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote + .usageNote,
  .usageNote + .caption {
    margin-top: calc(5 / 390 * 100vw);
  }
}

.usageNote__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usageNote__item {
  display: inline-block;
}

@media print, screen and (min-width: 736px) {
  .usageNote__item {
    margin-right: 10px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote__item {
    margin-right: calc(10 / 390 * 100vw);
  }
}

.usageNote__item:last-child {
  margin-right: 0;
}

.usageNote__item .icon {
  aspect-ratio: 29 / 7;
  display: inline-block;
  vertical-align: baseline;
}

@media print, screen and (min-width: 736px) {
  .usageNote__item .icon {
    height: 7px;
  }
}

@media screen and (max-width: 736px) {
  .usageNote__item .icon {
    height: calc(7 / 390 * 100vw);
    margin-right: calc(4 / 390 * 100vw);
  }
}

.zoomFigure {
  margin: 0 auto;
  position: relative;
}

.zoomFigure .figurePlot {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

@media screen and (max-width: 736px) {
  .zoomFigure .figurePlot {
    width: calc(80 / 390 * 100vw);
  }
}

.zoomFigure .figurePlot .svgIcon {
  aspect-ratio: 27 / 38;
  height: auto;
}

@media screen and (max-width: 736px) {
  .zoomFigure .figurePlot .svgIcon {
    width: calc(27 / 390 * 100vw);
  }
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

.zoomFigure__wrapper {
  overflow: hidden;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.zoomFigure__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 736px) {
  .zoomFigure__btn {
    width: calc(40 / 390 * 100vw);
  }
}

.zoomFigure__btn .svgIcon {
  fill: none;
}

.zoomFigure .caption,
.zoomFigure .capIn,
.zoomFigure .capOut {
  color: #666666;
  font-size: 10px;
  line-height: 1.8;
}

.zoomFigure .caption[data-color='white'],
.zoomFigure .capIn[data-color='white'],
.zoomFigure .capOut[data-color='white'] {
  color: #ffffff;
}

.zoomFigure .caption[data-color='black'],
.zoomFigure .capIn[data-color='black'],
.zoomFigure .capOut[data-color='black'] {
  color: #000000;
}

.zoomFigure .caption[data-color='sdw-wh'],
.zoomFigure .capIn[data-color='sdw-wh'],
.zoomFigure .capOut[data-color='sdw-wh'] {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.zoomFigure .caption[data-color='sdw-bl'],
.zoomFigure .capIn[data-color='sdw-bl'],
.zoomFigure .capOut[data-color='sdw-bl'] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.zoomFigure .caption[data-color='label'],
.zoomFigure .capIn[data-color='label'],
.zoomFigure .capOut[data-color='label'] {
  background: rgba(102, 102, 102, 0.8);
  color: #ffffff;
  line-height: 1;
  padding: 5px;
  right: auto;
}

.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}

.zoomFigure__capIn {
  bottom: 5px;
  right: 5px;
}

.zoomFigure__capIn[data-color='label'] {
  bottom: 0;
  right: 0;
}

.zoomFigure__capOut {
  padding-top: 5px;
  right: 10px;
  top: 100%;
}

.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
}

.zoomFigure__inner::-webkit-scrollbar {
  display: none;
}

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

@media screen and (max-width: 736px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}
