@charset "UTF-8";
.spi, .spib, .sp {
  display: none;
}

.pci {
  display: inline;
}

.pcib {
  display: inline-block;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pci, .pcib, .pc {
    display: none;
  }
  .spi {
    display: inline;
  }
  .spib {
    display: inline-block;
  }
  .sp {
    display: block;
  }
  * {
    max-width: none !important;
  }
  * {
    max-height: none !important;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav ul {
  list-style: none;
}

a, span {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  body::-webkit-scrollbar {
    display: none !important;
  }
  *::-webkit-scrollbar {
    display: none !important;
  }
}
body, html {
  scroll-behavior: smooth;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  position: fixed;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.loading {
  position: absolute;
  inset: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 250ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 250ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  z-index: 200;
  background: url(../img/common/logo-nitobe.webp) no-repeat center center/241px 255px;
}
@media screen and (max-width: 768px) {
  .loading {
    background-size: 32.1916666667vw 32.1916666667vw;
  }
}

.container {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .container {
    overflow: hidden;
    max-width: 100vw;
  }
}

.main {
  padding: 10.625vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .main {
    padding: 153px 0px 0px 0px;
  }
}
.main {
  min-height: calc(100vh - 22.2222222222vw);
}
@media screen and (min-width: 1440px) {
  .main {
    min-height: calc(100vh - 320px);
  }
}
@media screen and (max-width: 768px) {
  .main {
    min-height: calc(100svh - 77.3333333333vw);
    padding-top: 30.6666666667vw;
  }
}

body.home .main {
  padding: 0;
}

body.is-load {
  position: static;
}
body.is-load .loading {
  opacity: 0;
  pointer-events: none;
}
body.is-load .container {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 1000ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}

.header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}

body.home .header-nav {
  display: none;
}

.header-nav {
  position: absolute;
  inset: 0 auto auto 0;
  margin: 3.6805555556vw 0vw 0vw 12.2222222222vw;
}
@media screen and (min-width: 1440px) {
  .header-nav {
    margin: 53px 0px 0px 176px;
  }
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav a, .header-nav span {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .header-nav a, .header-nav span {
    font-size: 14px;
  }
}
.header-nav a, .header-nav span {
  text-decoration: none;
  line-height: 1;
  padding: 1em 0;
  color: #666666;
}
.header-nav a:after, .header-nav span:after {
  content: "／";
}
.header-nav a:last-child:after, .header-nav span:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-nav {
    margin: 20vw 0 0 4vw;
  }
  .header-nav a, .header-nav span {
    font-size: 2.4vw;
  }
}

.header-logo {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  margin: 1.7361111111vw 2.0833333333vw 1.7361111111vw 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  .header-logo {
    margin: 25px 30px 25px 30px;
  }
}
.header-logo {
  width: 6.8055555556vw;
  max-width: 98px;
  height: 5.3472222222vw;
  max-height: 77px;
}
.header-logo img {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-logo {
    margin: 4vw;
    width: 19.3333333333vw;
  }
}

.header-btn {
  position: absolute;
  inset: 0 0 auto auto;
  display: block;
  margin: 2.0833333333vw 2.4305555556vw 2.0833333333vw 2.4305555556vw;
}
@media screen and (min-width: 1440px) {
  .header-btn {
    margin: 30px 35px 30px 35px;
  }
}
.header-btn {
  width: 4.375vw;
  max-width: 63px;
  height: 4.1666666667vw;
  max-height: 60px;
  cursor: pointer;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.header-btn img {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-btn {
    margin: 4vw 2.6666666667vw;
    width: 10.4vw;
    height: 10vw;
  }
  .header-btn:active {
    opacity: 0.7;
  }
}

body.is-header-color .header-logo .is-color,
body.is-header-color .header-btn .is-color {
  opacity: 1;
}

body.is-header-white .header-logo .is-white,
body.is-header-white .header-btn .is-white {
  opacity: 1;
}

.nav {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.nav__frame {
  background: #fff;
  border-radius: 15px;
  position: absolute;
}
.nav__close {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  inset: 0 0 auto auto;
  width: 4.0277777778vw;
  max-width: 58px;
  height: 4.0277777778vw;
  max-height: 58px;
  margin: -1.6666666667vw -1.6666666667vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .nav__close {
    margin: -24px -24px 0px 0px;
  }
}
.nav__close {
  background: url(../img/common/nav-close.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .nav {
    -webkit-transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  }
  .nav__frame {
    border-radius: 0;
  }
  .nav__close {
    width: 10vw;
    height: 10vw;
    margin: 5.3333333333vw 4vw;
  }
}
.nav__frame {
  width: 88.1944444444vw;
  max-width: 1270px;
  padding: 2.7777777778vw 4.8611111111vw 17.3611111111vw 4.8611111111vw;
}
@media screen and (min-width: 1440px) {
  .nav__frame {
    padding: 40px 70px 250px 70px;
  }
}
.nav__frame:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: auto 0 0 0;
  margin: 0vw -0.6944444444vw 0vw -0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .nav__frame:after {
    margin: 0px -10px 0px -10px;
  }
}
.nav__frame:after {
  height: 11.9444444444vw;
  max-height: 172px;
  background: url(../img/common/nav-illust.svg) no-repeat center center/contain;
}
.nav__frame {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-height: 750px) and (min-aspect-ratio: 1/1) {
  .nav__frame {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .nav__frame {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .nav__frame {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.nav a {
  text-decoration: none !important;
}
.nav__ttl {
  font-size: 2.0138888889vw;
  font-size: max(2.0138888889vw,10px);
}
@media screen and (min-width: 1440px) {
  .nav__ttl {
    font-size: 29px;
  }
}
.nav__ttl {
  font-weight: 700;
  margin-bottom: 0;
}
.nav__ttl a {
  color: #000;
}
.nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.nav__col {
  height: 300px;
  width: 30.5555555556vw;
  max-width: 440px;
  margin-right: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .nav__col {
    margin-right: 20px;
  }
}
.nav__col:nth-child(3) {
  width: 11.5277777778vw;
  max-width: 166px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__col:nth-child(3) img {
  width: 100%;
}
.nav__item {
  height: 6.9444444444vw;
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5972222222vw;
  font-size: max(1.5972222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .nav__item {
    font-size: 23px;
  }
}
.nav__item {
  font-weight: 700;
  margin-bottom: 0em;
  color: #000;
  line-height: 1.2;
}
.nav__item small {
  display: block;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .nav__item small {
    font-size: 17px;
  }
}
.nav__item small {
  font-weight: 300;
  margin-bottom: 0.3em;
}
.nav__item.is-movie small {
  color: #fabe00;
}
.nav__item.is-message small {
  color: #e3007f;
}
.nav__item.is-contents small {
  color: #ca1172;
}
.nav__item.is-interview small {
  color: #18499d;
}
.nav__item.is-project small {
  color: #004980;
}
.nav__item.is-donation small {
  color: #c58546;
}
.nav__item.is-nfs small {
  color: #22a0b2;
}
.nav__item.is-banners small {
  color: #79bc28;
}
.nav__contact {
  margin-top: 1em;
  height: 3.6111111111vw;
  max-height: 52px;
  color: #fff;
  background: #000;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .nav__contact {
    font-size: 17px;
  }
}
.nav__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  }
  .nav__frame {
    background: #fff;
    border-radius: 15px;
    position: absolute;
  }
  .nav__close {
    z-index: 99;
    cursor: pointer;
    position: absolute;
    inset: 0 0 auto auto;
    width: 4.0277777778vw;
    max-width: 58px;
    height: 4.0277777778vw;
    max-height: 58px;
    margin: -1.6666666667vw -1.6666666667vw 0vw 0vw;
    background: url(../img/common/nav-close.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .nav__close {
    margin: -24px -24px 0px 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .nav {
    -webkit-transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  }
  .nav__frame {
    border-radius: 0;
  }
  .nav__close {
    width: 10vw;
    height: 10vw;
    margin: 5.3333333333vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .nav a:active {
    opacity: 0.7;
  }
  .nav__frame {
    width: 100vw;
    padding: 18vw 0 0 0;
    inset: 0;
  }
  .nav__frame:after {
    display: none;
  }
  .nav__ttl {
    border-top: solid 0.1333333333vw #b3b3b3;
    border-bottom: solid 0.1333333333vw #b3b3b3;
    font-size: 3.7333333333vw;
    padding: 1em 1em 1em 2em;
  }
  .nav__row {
    display: block;
    overflow: scroll;
  }
  .nav__col {
    height: auto !important;
    width: 100vw !important;
    margin: 0;
    display: block !important;
  }
  .nav__col:nth-child(3) {
    background: #F5F3F1;
    padding-top: 4vw;
  }
  .nav__col:nth-child(3) img {
    display: none;
  }
  .nav__item {
    height: auto;
    font-size: 3.7333333333vw;
    line-height: 1;
    padding: 1em 1em 1em 2em;
    border-bottom: solid 0.1333333333vw #b3b3b3;
  }
  .nav__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__item small {
    display: block;
    font-size: 2.8vw;
    margin: 0;
    width: 18.6666666667vw;
  }
  .nav__item:active {
    background: #ccc;
  }
  .nav__logo {
    position: absolute;
    inset: 0 auto auto 0;
    margin: 4vw;
    width: 13.8888888889vw;
    display: block;
  }
  .nav__logo img {
    width: 13.8888888889vw;
  }
  .nav__contact {
    margin: auto;
    width: 92vw;
    height: 11.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 3.3333333333vw;
  }
}

body.is-nav-open {
  position: fixed;
  width: 100%;
}
body.is-nav-open .header {
  pointer-events: none;
}
body.is-nav-open .nav {
  opacity: 1;
  pointer-events: auto;
}

.cv {
  z-index: 50;
  position: fixed;
  inset: auto 0 0 auto;
  width: 50vw;
  max-width: 720px;
  height: 2.0833333333vw;
  max-height: 30px;
  padding: 0vw 2.7777777778vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .cv {
    padding: 0px 40px 0px 0px;
  }
}
.cv {
  margin: 0vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .cv {
    margin: 0px 0px 0px 0px;
  }
}
.cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5555555556vw 0.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .cv {
    gap: 8px 8px;
  }
}
.cv a {
  border-color: #fff;
  border-width: 1px;
  border-style: solid solid none solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .cv a {
    font-size: 17px;
  }
}
.cv a {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 0.2em 1em;
  text-align: center;
  min-height: 2.7777777778vw;
}
.cv a br {
  display: none;
}
@media screen and (min-width: 1440px) {
  .cv a {
    min-height: 40px;
  }
}
.cv a.is-official {
  background: #409445;
}
.cv a.is-donate {
  background: #E9B341;
}
.cv a.is-nfs {
  background: #4B97C3;
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .cv a.is-nfs {
    font-size: 16px;
  }
}
.cv a.is-nfs {
  line-height: 1;
}
.cv a.is-nfs small {
  display: block;
  font-size: 0.5555555556vw;
  font-size: max(0.5555555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .cv a.is-nfs small {
    font-size: 8px;
  }
}
.cv a.is-nfs small {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cv {
    width: 100vw;
    height: 18.6666666667vw;
    padding: 2.6666666667vw 4vw;
    margin: 0;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #F5F3F1;
  }
  .cv a {
    line-height: 1.2;
    height: 11.3333333333vw;
    padding: 0;
    width: 29.0666666667vw;
    border: none;
    font-size: 3.3333333333vw;
    min-height: none;
    border-radius: 1.3333333333vw;
  }
  .cv a br {
    display: inline;
  }
  .cv a.is-nfs {
    font-size: 3.3333333333vw;
  }
  .cv a.is-nfs small {
    padding-top: 0.5em;
    letter-spacing: -0.05em;
    font-size: 2.1333333333vw !important;
  }
}

.footer {
  margin: 6.9444444444vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .footer {
    margin: 100px 0px 0px 0px;
  }
}
.footer {
  height: 22.2222222222vw;
  max-height: 320px;
  position: relative;
}
.footer__illust {
  height: 11.875vw;
  max-height: 171px;
  background: url(../img/common/foot-illust.svg) repeat-x center top/133.3333333333vw 11.875vw;
}
@media screen and (min-width: 1440px) {
  .footer__illust {
    background: url(../img/common/foot-illust.svg) repeat-x center top/1920px 171px;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.25vw;
  max-height: 90px;
}
.footer__sns {
  margin: 0vw 0vw 0vw 8.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .footer__sns {
    margin: 0px 0px 0px 120px;
  }
}
.footer__sns {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.6527777778vw;
  max-width: 67px;
}
.footer__sns a.is-x img {
  width: 2.9166666667vw;
  max-width: 42px;
}
.footer__sns a.is-i img {
  width: 4.6527777778vw;
  max-width: 67px;
}
.footer__sns a.is-y img {
  width: 2.9166666667vw;
  max-width: 42px;
}
.footer__sns a.is-f img {
  width: 2.9166666667vw;
  max-width: 42px;
}
.footer__sns a img {
  width: 100%;
}
.footer__util {
  margin: 0vw 6.9444444444vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .footer__util {
    margin: 0px 100px 0px 0px;
  }
}
.footer__util {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__util a {
  color: #000;
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .footer__util a {
    font-size: 14px;
  }
}
.footer__util a {
  text-decoration: none;
  display: block;
  padding: 1em 0.5em;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 300;
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .footer__copy {
    font-size: 14px;
  }
}
.footer__copy {
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
    height: auto;
  }
  .footer__illust {
    height: 20.4vw;
    background: url(../img/common/foot-illust-sp.svg) repeat-x center top/169.6vw 20.4vw;
  }
  .footer__wrap {
    display: block;
    height: auto;
  }
  .footer__sns {
    margin: 0 0 2.6666666667vw 0;
    width: 100vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__sns a {
    width: 12.6666666667vw;
  }
  .footer__sns a.is-x img {
    width: 8.5333333333vw;
  }
  .footer__sns a.is-i img {
    width: 12.6666666667vw;
  }
  .footer__sns a.is-y img {
    width: 8.5333333333vw;
  }
  .footer__sns a.is-f img {
    width: 8.5333333333vw;
  }
  .footer__util {
    margin: 0 0 2.6666666667vw 0;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__util a {
    color: #000;
    font-size: 2.8vw;
  }
  .footer__copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8666666667vw;
    padding: 0;
    margin-bottom: 8vw;
  }
}

.stalker {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 9999;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .stalker {
    display: none;
  }
}

.stalker img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  left: -100px;
  margin-left: -60px;
  margin-top: 10px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.is-changing img {
  -webkit-transform: scale(0) rotate(-20deg);
          transform: scale(0) rotate(-20deg);
  opacity: 0;
}

.icon-ttl {
  position: relative;
  padding-top: 4.8611111111vw;
}
@media screen and (min-width: 1440px) {
  .icon-ttl {
    padding-top: 70px;
  }
}
.icon-ttl {
  margin-bottom: 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .icon-ttl {
    margin-bottom: 50px;
  }
}
.icon-ttl:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: 3.4722222222vw;
  max-width: 50px;
  height: 3.4722222222vw;
  max-height: 50px;
  margin: 0vw 0vw 0vw -1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  .icon-ttl:before {
    margin: 0px 0px 0px -25px;
  }
}
.icon-ttl__ttl {
  font-size: 1.4583333333vw;
  font-size: max(1.4583333333vw,10px);
}
@media screen and (min-width: 1440px) {
  .icon-ttl__ttl {
    font-size: 21px;
  }
}
.icon-ttl__ttl {
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
.icon-ttl.is-flower:before {
  background: url(../img/common/icon-flower.svg) no-repeat center center/contain;
}
.icon-ttl.is-apple:before {
  background: url(../img/common/icon-apple.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .icon-ttl {
    padding-top: 12vw;
  }
  .icon-ttl:before {
    content: "";
    position: absolute;
    inset: 0 auto auto 50%;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin-left: -4.6666666667vw;
  }
  .icon-ttl__ttl {
    font-size: 4vw;
  }
  .icon-ttl.is-flower:before {
    background: url(../img/common/icon-flower.svg) no-repeat center center/contain;
  }
  .icon-ttl.is-apple:before {
    background: url(../img/common/icon-apple.svg) no-repeat center center/contain;
  }
}

.recommend-bar {
  background: #E6E6E6;
  padding: 3.4722222222vw 0vw 3.4722222222vw 0vw;
}
@media screen and (min-width: 1440px) {
  .recommend-bar {
    padding: 50px 0px 50px 0px;
  }
}
.recommend-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .recommend-bar {
    padding: 12vw 0;
  }
}

.back-link {
  padding: 6.9444444444vw 0vw 6.9444444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .back-link {
    padding: 100px 0px 100px 0px;
  }
}
.back-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  font-size: 1.25vw;
  font-size: max(1.25vw,10px);
}
@media screen and (min-width: 1440px) {
  .back-link a {
    font-size: 18px;
  }
}
.back-link a {
  font-weight: 500;
  border-radius: 999px;
  border: solid 1px #000;
  padding: 1em;
  min-width: 250px;
  width: 250px;
  text-decoration: none;
  color: #000;
}
@media (hover: hover) {
  .back-link a {
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    cursor: pointer;
  }
  .back-link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .back-link {
    padding: 13.3333333333vw 0;
  }
  .back-link a {
    font-size: 4vw;
    min-width: 75.3333333333vw;
    width: 75.3333333333vw;
  }
}

.fancybox__container .f-html {
  max-width: 80vw !important;
  max-height: 45vw !important;
}
@media screen and (max-width: 768px) {
  .fancybox__container .f-html {
    max-width: 98vw !important;
    max-height: 55.125vw !important;
  }
}

.ytp-copylink-button {
  display: none !important;
}

.f-button.is-close-button {
  margin-top: -25px !important;
  width: 50px !important;
  height: 50px !important;
}
.f-button.is-close-button svg {
  width: 50px !important;
  height: 50px !important;
}
@media screen and (max-width: 768px) {
  .f-button.is-close-button {
    margin-top: -2.6666666667vw !important;
    width: 9.3333333333vw !important;
    height: 9.3333333333vw !important;
  }
  .f-button.is-close-button svg {
    width: 9.3333333333vw !important;
    height: 9.3333333333vw !important;
  }
}

#fullpage {
  z-index: 5;
}

.fp-overflow {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  scroll-behavior: smooth;
}

.div[style^="z-index:99999"] {
  -webkit-filter: blur(9999999px) !important;
          filter: blur(9999999px) !important;
  pointer-events: none !important;
}

.fullpage-front,
.fullpage-back,
.fullpage-back2 {
  position: absolute;
  opacity: 0;
}

.fullpage-front {
  z-index: 10;
}

.fullpage-back {
  pointer-events: none;
  z-index: 3;
}

.fullpage-back2 {
  pointer-events: none;
  z-index: 2;
}

.line {
  pointer-events: none;
}
.line:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 266.6666666667vw;
  max-width: 3840px;
  height: 55.5555555556vw;
  max-height: 800px;
  margin: -28.125vw 0vw 0vw -133.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .line:after {
    margin: -405px 0px 0px -1920px;
  }
}
.line:after {
  -webkit-transition: all 1500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .line:after {
    inset: 0 0 0 0;
    margin: 0;
    width: 100vw;
    height: auto;
  }
}

[data-anchor=title] .line:after {
  inset: auto auto 16.6666666667vw 50%;
  margin: 0vw 0vw 0vw -133.3333333333vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=title] .line:after {
    margin: 0px 0px 0px -1920px;
  }
}
[data-anchor=title] .line:after {
  width: 266.6666666667vw;
  max-width: 3840px;
  background: url(../img/top/title/line.svg) no-repeat left bottom/178.5416666667vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=title] .line:after {
    inset: auto auto 240px 50%;
    background: url(../img/top/title/line.svg) no-repeat left bottom/2571px auto;
  }
}
@media screen and (max-height: 750px) and (min-aspect-ratio: 1/1) {
  [data-anchor=title] .line:after {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
}
@media screen and (max-height: 650px) and (min-aspect-ratio: 1/1) {
  [data-anchor=title] .line:after {
    -webkit-transform: translate3d(0, 190px, 0);
            transform: translate3d(0, 190px, 0);
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=title] .line:after {
    inset: auto auto 38.9333333333vw 0;
    margin: 0;
    width: 88.6666666667vw;
    height: 50.2666666667vw;
    background: url(../img/top/title/line-sp.svg) no-repeat left bottom/contain;
  }
}

.title-day {
  position: absolute;
  inset: auto auto 0 50%;
  margin: 0vw 0vw 35.0694444444vw 14.5833333333vw;
}
@media screen and (min-width: 1440px) {
  .title-day {
    margin: 0px 0px 505px 210px;
  }
}
@media screen and (max-height: 750px) and (min-aspect-ratio: 1/1) {
  .title-day {
    margin: 0vw 0vw 28.125vw 14.5833333333vw;
  }
}
@media screen and (max-height: 750px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .title-day {
    margin: 0px 0px 405px 210px;
  }
}
@media screen and (max-height: 650px) and (min-aspect-ratio: 1/1) {
  .title-day {
    margin: 0vw 0vw 21.1805555556vw 14.5833333333vw;
  }
}
@media screen and (max-height: 650px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .title-day {
    margin: 0px 0px 305px 210px;
  }
}
.title-day {
  width: 27.7777777778vw;
  max-width: 400px;
  height: 12.8472222222vw;
  max-height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.title-day__wrap {
  line-height: 1;
}
.title-day__lead {
  text-align: center;
  font-weight: 700;
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .title-day__lead {
    font-size: 16px;
  }
}
.title-day__lead {
  margin-bottom: 1em;
}
.title-day__day {
  text-align: center;
  font-weight: 700;
  font-size: 2.9166666667vw;
  font-size: max(2.9166666667vw,10px);
}
@media screen and (min-width: 1440px) {
  .title-day__day {
    font-size: 42px;
  }
}
.title-day__day small {
  font-size: 2.0833333333vw;
  font-size: max(2.0833333333vw,10px);
}
@media screen and (min-width: 1440px) {
  .title-day__day small {
    font-size: 30px;
  }
}
.title-day__day strong {
  font-size: 4.2361111111vw;
  font-size: max(4.2361111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .title-day__day strong {
    font-size: 61px;
  }
}
@media screen and (max-width: 768px) {
  .title-day {
    inset: auto auto 52.6666666667vw 29.3333333333vw;
    margin: 0;
    width: 46.6666666667vw;
    height: 26.6666666667vw;
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  }
  .title-day__lead {
    font-size: 2.4vw;
  }
  .title-day__day {
    font-size: 7.0666666667vw;
  }
  .title-day__day small {
    font-size: 5.3333333333vw;
  }
  .title-day__day strong {
    font-size: 10.4vw;
  }
}

.book {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: center calc(100% - 75px);
          transform-origin: center calc(100% - 75px);
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
@media screen and (max-height: 900px) and (min-aspect-ratio: 1/1) {
  .book {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-height: 800px) and (min-aspect-ratio: 1/1) {
  .book {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .book {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .book {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.books {
  position: absolute;
  inset: auto auto 0 50%;
  width: 133.8888888889vw;
  max-width: 1928px;
  height: 11.875vw;
  max-height: 171px;
  margin: 0vw 0vw 5.2083333333vw -66.875vw;
}
@media screen and (min-width: 1440px) {
  .books {
    margin: 0px 0px 75px -963px;
  }
}
.books {
  background: url(../img/top/book/books-transparent.svg) no-repeat center center/contain;
  -webkit-transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.books__illust, .books__photos, .books__obj {
  position: absolute;
  inset: auto auto 0 0;
  opacity: 0;
  -webkit-transition: all 1000ms 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.books__illust {
  width: 9.46875vw;
  max-width: 136.35px;
  height: 11.9236111111vw;
  max-height: 171.7px;
  margin: 0vw 0vw 0vw 37.0138888889vw;
}
@media screen and (min-width: 1440px) {
  .books__illust {
    margin: 0px 0px 0px 533px;
  }
}
.books__illust {
  background: url(../img/top/founder/illust1.svg) no-repeat center center/contain;
}
.books__photos {
  width: 13.8888888889vw;
  max-width: 200px;
  height: 8.8888888889vw;
  max-height: 128px;
  margin: 0vw 0vw 0vw 56.8055555556vw;
}
@media screen and (min-width: 1440px) {
  .books__photos {
    margin: 0px 0px 0px 818px;
  }
}
.books__photos {
  background: url(../img/top/founder/frame.svg) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .books {
    position: absolute;
    inset: auto auto 18.6666666667vw -24.9333333333vw;
    width: 149.98vw;
    height: 19.7106666667vw;
    margin: 0;
    background: url(../img/top/book/books-sp.svg) no-repeat center 3.3333333333vw/contain;
  }
  .books__illust, .books__photos, .books__obj {
    position: absolute;
    inset: auto auto 0 0;
    opacity: 0;
    -webkit-transition: all 1000ms 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 1000ms 300ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  }
  .books__illust {
    width: 13.1973333333vw;
    height: 16.564vw;
    margin: 0 0 0 32.8vw;
  }
  .books__photos {
    width: 19.3333333333vw;
    height: 12.4vw;
    margin: 0 0 0 60vw;
  }
}

.book-photo {
  width: 12.3611111111vw;
  max-width: 178px;
  height: 7.2916666667vw;
  max-height: 105px;
  background: #000;
  position: relative;
}
.book-photo__item {
  position: absolute;
  inset: 0 0 auto auto;
  width: 100%;
  height: 100%;
  -webkit-animation: photo-fade 15s infinite;
          animation: photo-fade 15s infinite;
}
.book-photo__item:nth-child(1) {
  background: url(../img/top/founder/founder01.webp) no-repeat center center/cover;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.book-photo__item:nth-child(2) {
  background: url(../img/top/founder/founder02.webp) no-repeat center center/cover;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.book-photo__item:nth-child(3) {
  background: url(../img/top/founder/founder03.webp) no-repeat center center/cover;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
@media screen and (max-width: 768px) {
  .book-photo {
    opacity: 1;
    width: 17.2vw;
    height: 10.2666666667vw;
    margin-right: 0.1333333333vw;
  }
}

@-webkit-keyframes photo-fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes photo-fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.title-ttl {
  position: absolute;
  inset: auto auto 0 50%;
  margin: 0vw 0vw 25.6944444444vw -38.1944444444vw;
}
@media screen and (min-width: 1440px) {
  .title-ttl {
    margin: 0px 0px 370px -550px;
  }
}
.title-ttl {
  width: 48.6111111111vw;
  max-width: 700px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.5833333333vw;
  font-size: max(4.5833333333vw,10px);
}
@media screen and (min-width: 1440px) {
  .title-ttl {
    font-size: 66px;
  }
}
.title-ttl {
  line-height: 1.25757576;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 1500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.title-ttl small {
  margin-top: 1em;
  display: block;
  font-size: 0.9027777778vw;
  font-size: max(0.9027777778vw,10px);
}
@media screen and (min-width: 1440px) {
  .title-ttl small {
    font-size: 13px;
  }
}
.title-ttl small {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title-ttl {
    inset: auto auto 91.3333333333vw 0;
    margin: 0 0 0 0;
    width: 108vw;
    font-size: 11.2vw;
    text-align: center;
  }
  .title-ttl small {
    text-align: center;
    font-size: 2.2666666667vw;
    padding-right: 4em;
  }
}

.fp-viewing-title .title-ttl,
.fp-viewing-founder .title-ttl {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.fp-viewing-movie .title-ttl {
  -webkit-transform: translate3d(0px, -100vh, 0px) !important;
          transform: translate3d(0px, -100vh, 0px) !important;
  -webkit-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
}

.fp-viewing-title .book,
.fp-viewing-founder .book,
.fp-viewing-movie .book {
  opacity: 1;
}

.fp-viewing-message .books {
  -webkit-transform: translate3d(50vw, 0, 0px) !important;
          transform: translate3d(50vw, 0, 0px) !important;
}

.fp-viewing-founder .books {
  -webkit-transform-origin: 38% bottom;
          transform-origin: 38% bottom;
  -webkit-transform: scale(3);
          transform: scale(3);
}
.fp-viewing-founder .books__illust,
.fp-viewing-founder .books__photos {
  opacity: 1;
}
.fp-viewing-founder .title-ttl {
  margin-bottom: 45.1388888889vw;
}
@media screen and (min-width: 1440px) {
  .fp-viewing-founder .title-ttl {
    margin-bottom: 650px;
  }
}
@media screen and (max-width: 768px) {
  .fp-viewing-founder .books {
    -webkit-transform: scale(4.27444474);
            transform: scale(4.27444474);
    -webkit-transform-origin: 45% bottom;
            transform-origin: 45% bottom;
    -webkit-animation: slideFounder 5s ease-in-out;
            animation: slideFounder 5s ease-in-out;
  }
  .fp-viewing-founder .title-ttl {
    margin: 0;
    inset: auto auto 106.6666666667vw 0;
  }
}

@-webkit-keyframes slideFounder {
  0% {
    -webkit-transform-origin: 18% bottom;
            transform-origin: 18% bottom;
  }
  100% {
    -webkit-transform-origin: 45% bottom;
            transform-origin: 45% bottom;
  }
}

@keyframes slideFounder {
  0% {
    -webkit-transform-origin: 18% bottom;
            transform-origin: 18% bottom;
  }
  100% {
    -webkit-transform-origin: 45% bottom;
            transform-origin: 45% bottom;
  }
}
.fp-viewing-movie .books {
  -webkit-transform-origin: 38% bottom;
          transform-origin: 38% bottom;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  background: url(../img/top/book/books.svg) no-repeat center center/contain;
}
.fp-viewing-movie .books__illust,
.fp-viewing-movie .books__photos {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fp-viewing-movie .books {
    -webkit-transform-origin: 20% bottom;
            transform-origin: 20% bottom;
    -webkit-transform: scale(1.6181469);
            transform: scale(1.6181469);
    background: url(../img/top/book/books-sp.svg) no-repeat center 3.3333333333vw/contain;
  }
  .fp-viewing-movie .books__illust,
  .fp-viewing-movie .books__photos {
    opacity: 1;
  }
}

.fp-viewing-message .books {
  -webkit-transform-origin: 38% bottom;
          transform-origin: 38% bottom;
  -webkit-transform: scale(1.6) translate3d(20vw, 0, 0) !important;
          transform: scale(1.6) translate3d(20vw, 0, 0) !important;
}

.title-bg {
  inset: 0 0 0 0;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.title-bg:after {
  content: "";
  position: absolute;
  inset: auto auto 0 50%;
  width: 83.75vw;
  max-width: 1206px;
  height: 73.4027777778vw;
  max-height: 1057px;
  margin: 0vw 0vw 16.4583333333vw -50vw;
}
@media screen and (min-width: 1440px) {
  .title-bg:after {
    margin: 0px 0px 237px -720px;
  }
}
.title-bg:after {
  background: url(../img/top/title/title-bg.webp) no-repeat left bottom/contain;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: all 1500ms cubic-bezier(0.175, 0.885, 0.325, 1.165);
  transition: all 1500ms cubic-bezier(0.175, 0.885, 0.325, 1.165);
}
@media screen and (max-width: 768px) {
  .title-bg:after {
    inset: auto auto 53.2vw -6.6666666667vw;
    width: 114.1333333333vw;
    height: 101.7333333333vw;
    margin: 0;
    background: url(../img/top/title/bg-sp.webp) no-repeat center center/contain;
  }
}

.founder-bg:after {
  content: "";
  position: absolute;
  inset: auto auto 0 50%;
  width: 8.3333333333vw;
  max-width: 120px;
  height: 18.4027777778vw;
  max-height: 265px;
  margin: 0vw 0vw 13.0555555556vw -12.5vw;
}
@media screen and (min-width: 1440px) {
  .founder-bg:after {
    margin: 0px 0px 188px -180px;
  }
}
.founder-bg:after {
  background: url(../img/top/founder/bg.webp) no-repeat left bottom/contain;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
  -webkit-transition: all 1500ms cubic-bezier(0.175, 0.885, 0.325, 1.165);
  transition: all 1500ms cubic-bezier(0.175, 0.885, 0.325, 1.165);
}

.fp-viewing-title .title-bg:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.fp-viewing-founder .founder-bg:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

[data-anchor=title].active .title-day {
  -webkit-transition: all 1000ms 1500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 1500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  opacity: 1;
}
[data-anchor=title].active .title-bg:after {
  opacity: 0.7;
  -webkit-transform: none;
          transform: none;
}

[data-anchor=movie] .line {
  z-index: 2;
}
[data-anchor=movie] .line:after {
  margin: 0vw 0vw 0vw -133.5416666667vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=movie] .line:after {
    margin: 0px 0px 0px -1923px;
  }
}
[data-anchor=movie] .line:after {
  width: 267.0833333333vw;
  max-width: 3846px;
  background: url(../img/top/movie/line.svg) no-repeat left bottom/267.0833333333vw auto;
  inset: auto auto 28.125vw 50%;
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  [data-anchor=movie] .line:after {
    margin: 0vw 0vw -6.9444444444vw -133.5416666667vw;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  [data-anchor=movie] .line:after {
    margin: 0px 0px -100px -1923px;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  [data-anchor=movie] .line:after {
    margin: 0vw 0vw -13.8888888889vw -133.5416666667vw;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  [data-anchor=movie] .line:after {
    margin: 0px 0px -200px -1923px;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) {
  [data-anchor=movie] .line:after {
    margin: 0vw 0vw -20.8333333333vw -133.5416666667vw;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  [data-anchor=movie] .line:after {
    margin: 0px 0px -300px -1923px;
  }
}
@media screen and (min-width: 1440px) {
  [data-anchor=movie] .line:after {
    inset: auto auto 405px 50%;
    background: url(../img/top/movie/line.svg) no-repeat left bottom/3846px auto;
  }
}

.movie-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000;
  pointer-events: none;
  z-index: 1;
  margin: 0vw 0vw 5.2083333333vw 0vw;
}
@media screen and (min-width: 1440px) {
  .movie-bg {
    margin: 0px 0px 75px 0px;
  }
}
.movie-bg:before, .movie-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: radial-gradient(rgba(0, 0, 0, 0.05) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, 0.05) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.movie-bg video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.5;
}

.movie-bird {
  position: absolute;
  inset: auto auto 0 50%;
  z-index: 2;
  pointer-events: none;
  width: 19.0972222222vw;
  max-width: 275px;
  height: 5.0694444444vw;
  max-height: 73px;
  margin: 0vw 0vw 43.8888888889vw -42.0138888889vw;
}
@media screen and (min-width: 1440px) {
  .movie-bird {
    margin: 0px 0px 632px -605px;
  }
}
.movie-bird {
  background: url(../img/top/movie/bird.svg) no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .movie-bird {
    margin: 0vw 0vw 36.9444444444vw -42.0138888889vw;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-bird {
    margin: 0px 0px 532px -605px;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .movie-bird {
    margin: 0vw 0vw 30vw -42.0138888889vw;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-bird {
    margin: 0px 0px 432px -605px;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) {
  .movie-bird {
    margin: 0vw 0vw 23.0555555556vw -42.0138888889vw;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-bird {
    margin: 0px 0px 332px -605px;
  }
}
@media screen and (max-width: 768px) {
  .movie-bird {
    position: absolute;
    inset: auto auto 106.6666666667vw -2.6666666667vw;
    width: 60.5973333333vw;
    height: 17.3333333333vw;
    margin: 0;
    background: url(../img/top/movie/bird-sp.svg) no-repeat center center/contain;
  }
}

.movie-ttl {
  color: #fff;
  position: absolute;
  pointer-events: none;
  inset: auto auto 0 50%;
  z-index: 2;
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw,10px);
}
@media screen and (min-width: 1440px) {
  .movie-ttl {
    font-size: 40px;
  }
}
.movie-ttl {
  font-weight: 700;
  margin: 0vw 0vw 37.2916666667vw -44.4444444444vw;
}
@media screen and (min-width: 1440px) {
  .movie-ttl {
    margin: 0px 0px 537px -640px;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .movie-ttl {
    margin: 0vw 0vw 30.3472222222vw -44.4444444444vw;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-ttl {
    margin: 0px 0px 437px -640px;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .movie-ttl {
    margin: 0vw 0vw 23.4027777778vw -44.4444444444vw;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-ttl {
    margin: 0px 0px 337px -640px;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) {
  .movie-ttl {
    margin: 0vw 0vw 16.4583333333vw -44.4444444444vw;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-ttl {
    margin: 0px 0px 237px -640px;
  }
}
@media screen and (max-width: 768px) {
  .movie-ttl {
    font-size: 6.6666666667vw;
    inset: auto 0 101.8666666667vw 0;
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  [data-anchor=movie].is-scroll .movie-play {
    opacity: 0;
    pointer-events: none;
  }
  [data-anchor=movie].is-scroll .movie-body {
    opacity: 1;
  }
}

.movie-body {
  z-index: 2;
  position: absolute;
  inset: auto auto 0 50%;
  width: 266.6666666667vw;
  max-width: 3840px;
  height: 150vw;
  max-height: 2160px;
  margin: 0vw 0vw 5.5555555556vw -133.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .movie-body {
    margin: 0px 0px 80px -1920px;
  }
}
.movie-body {
  padding: 92.3611111111vw 0vw 0vw 54.1666666667vw;
}
@media screen and (min-width: 1440px) {
  .movie-body {
    padding: 1330px 0px 0px 780px;
  }
}
.movie-body {
  overflow: scroll;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(119.4444444444vw, transparent), color-stop(119.5138888889vw, black), color-stop(126.4583333333vw, black), color-stop(140.3472222222vw, transparent), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 119.4444444444vw, black 119.5138888889vw, black 126.4583333333vw, transparent 140.3472222222vw, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(119.4444444444vw, transparent), color-stop(119.5138888889vw, black), color-stop(126.4583333333vw, black), color-stop(140.3472222222vw, transparent), to(transparent));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 119.4444444444vw, black 119.5138888889vw, black 126.4583333333vw, transparent 140.3472222222vw, transparent 100%);
}
@media screen and (min-width: 1440px) {
  .movie-body {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 1720px, black 1721px, black 1821px, transparent 2021px, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, transparent 1720px, black 1721px, black 1821px, transparent 2021px, transparent 100%);
  }
}
.movie-body__wrap {
  padding: 27.7777777778vw 104.1666666667vw 0vw 34.7222222222vw;
}
@media screen and (min-width: 1440px) {
  .movie-body__wrap {
    padding: 400px 1500px 0px 500px;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .movie-body {
    margin: 0vw 0vw -1.3888888889vw -133.3333333333vw;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-body {
    margin: 0px 0px -20px -1920px;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .movie-body {
    margin: 0vw 0vw -8.3333333333vw -133.3333333333vw;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-body {
    margin: 0px 0px -120px -1920px;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) {
  .movie-body {
    margin: 0vw 0vw -15.2777777778vw -133.3333333333vw;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-body {
    margin: 0px 0px -220px -1920px;
  }
}
.movie-body p {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .movie-body p {
    font-size: 16px;
  }
}
.movie-body p {
  color: #fff;
  line-height: 1.75;
  padding: 0vw 0vw 27.7777777778vw 0vw;
}
@media screen and (min-width: 1440px) {
  .movie-body p {
    padding: 0px 0px 400px 0px;
  }
}
.movie-body p {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .movie-body {
    opacity: 0;
    inset: auto auto 0vw 0;
    width: 100vw;
    height: 200vw;
    margin: 0;
    padding: 0;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100vw, transparent), color-stop(100vw, black), color-stop(140vw, black), color-stop(173.3333333333vw, transparent));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 100vw, black 100vw, black 140vw, transparent 173.3333333333vw);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100vw, transparent), color-stop(100vw, black), color-stop(140vw, black), color-stop(173.3333333333vw, transparent));
            mask-image: linear-gradient(to bottom, transparent 0%, transparent 100vw, black 100vw, black 140vw, transparent 173.3333333333vw);
  }
  .movie-body__wrap {
    padding: 106.6666666667vw 5.3333333333vw 0 5.3333333333vw;
  }
  .movie-body p {
    padding-top: 26.6666666667vw;
    padding-bottom: 106.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.88461538;
  }
}

.movie-body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.movie-body::-webkit-scrollbar {
  display: none;
}

.fp-viewing-movie .movie-bird {
  opacity: 1;
  -webkit-transition: all 600ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}

.movie-play {
  z-index: 2;
  position: absolute;
  inset: auto auto 0 50%;
  width: 32.3611111111vw;
  max-width: 466px;
  height: 16.3194444444vw;
  max-height: 235px;
  margin: 0vw 0vw 28.4722222222vw 7.2916666667vw;
}
@media screen and (min-width: 1440px) {
  .movie-play {
    margin: 0px 0px 410px 105px;
  }
}
.movie-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .movie-play {
    margin: 0vw 0vw 21.5277777778vw 7.2916666667vw;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-play {
    margin: 0px 0px 310px 105px;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .movie-play {
    margin: 0vw 0vw 18.0555555556vw 7.2916666667vw;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-play {
    margin: 0px 0px 260px 105px;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) {
  .movie-play {
    margin: 0vw 0vw 14.5833333333vw 7.2916666667vw;
  }
}
@media screen and (max-height: 500px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .movie-play {
    margin: 0px 0px 210px 105px;
  }
}
.movie-play p {
  pointer-events: none;
  line-height: 1.4;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .movie-play p {
    font-size: 17px;
  }
}
.movie-play p {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
.movie-play p strong {
  font-weight: 700;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .movie-play p strong {
    font-size: 19px;
  }
}
.movie-play a {
  width: 18.0555555556vw;
  max-width: 260px;
  height: 4.1666666667vw;
  max-height: 60px;
  background: #ED776F;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .movie-play a {
    font-size: 19px;
  }
}
.movie-play a {
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .movie-play a {
    font-size: 3.6vw;
    border-radius: 0.6666666667vw;
    -webkit-box-shadow: 0.4vw 0.4vw 0.8vw rgba(0, 0, 0, 0.3);
            box-shadow: 0.4vw 0.4vw 0.8vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .movie-play {
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    inset: auto 0 66.6666666667vw 0;
    width: 100vw;
    height: auto;
    margin: 0;
  }
  .movie-play p {
    pointer-events: none;
    font-size: 3.6vw;
  }
  .movie-play p strong {
    font-size: 4vw;
  }
  .movie-play a {
    width: 43.3333333333vw;
    height: 10vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 1.3194444444vw;
    font-size: max(1.3194444444vw,10px);
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .movie-play a {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .movie-play a {
    font-size: 3.6vw;
    border-radius: 0.6666666667vw;
    -webkit-box-shadow: 0.4vw 0.4vw 0.8vw rgba(0, 0, 0, 0.3);
            box-shadow: 0.4vw 0.4vw 0.8vw rgba(0, 0, 0, 0.3);
  }
}

.message-label {
  position: absolute;
  inset: auto 50% 0 auto;
  margin: 0vw 20.2777777778vw 42.3611111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .message-label {
    margin: 0px 292px 610px 0px;
  }
}
.message-label {
  width: 37.4305555556vw;
  max-width: 539px;
  height: 4.8611111111vw;
  max-height: 70px;
  background: url(../img/top/message/ttl.svg) no-repeat center center/contain;
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .message-label {
    margin: 0vw 20.2777777778vw 35.4166666667vw 0vw;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .message-label {
    margin: 0px 292px 510px 0px;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .message-label {
    margin: 0vw 20.2777777778vw 31.9444444444vw 0vw;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .message-label {
    margin: 0px 292px 460px 0px;
  }
}
@media screen and (max-width: 768px) {
  .message-label {
    inset: auto auto 128.2666666667vw -16.4vw;
    margin: 0;
    width: 69.4666666667vw;
    height: 8.1333333333vw;
    background: url(../img/top/message/ttl-sp.svg) no-repeat center center/contain;
  }
}

.message-txt {
  position: absolute;
  inset: auto 50% 0 auto;
  width: 41.6666666667vw;
  max-width: 600px;
  margin: 0vw 0vw 23.2638888889vw 0vw;
}
@media screen and (min-width: 1440px) {
  .message-txt {
    margin: 0px 0px 335px 0px;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .message-txt {
    margin: 0vw 0vw 19.7916666667vw 0vw;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .message-txt {
    margin: 0px 0px 285px 0px;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .message-txt {
    margin: 0vw 0vw 16.3194444444vw 0vw;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .message-txt {
    margin: 0px 0px 235px 0px;
  }
}
@media screen and (max-width: 768px) {
  .message-txt {
    position: absolute;
    inset: auto auto 97.8666666667vw 5.3333333333vw;
    width: 100vw;
    margin: 0;
  }
}

.message-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2638888889vw;
  font-size: max(3.2638888889vw,10px);
}
@media screen and (min-width: 1440px) {
  .message-ttl {
    font-size: 47px;
  }
}
.message-ttl {
  line-height: 1.34042553;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .message-ttl {
    font-size: 6.9333333333vw;
    line-height: 1;
  }
  .message-ttl br {
    display: none;
  }
  .message-ttl span {
    display: inline-block;
    position: relative;
    left: -0.3em;
  }
}

.message-sign {
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw,10px);
}
@media screen and (min-width: 1440px) {
  .message-sign {
    font-size: 15px;
  }
}
.message-sign span {
  display: block;
}
.message-sign span img {
  width: 12.2916666667vw;
  max-width: 177px;
}
@media screen and (max-width: 768px) {
  .message-sign {
    font-size: 3.0666666667vw;
  }
  .message-sign span {
    padding-top: 0.5em;
  }
  .message-sign span img {
    width: 24.9333333333vw;
  }
}

.message-message {
  position: absolute;
  inset: auto auto 0 50%;
  width: 38.1944444444vw;
  max-width: 550px;
  margin: 0vw 0vw 14.9305555556vw -2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .message-message {
    margin: 0px 0px 215px -40px;
  }
}
.message-message {
  z-index: 2;
}
.message-message p {
  height: 23.75vw;
  max-height: 342px;
  overflow: hidden;
  line-height: 2;
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .message-message p {
    font-size: 16px;
  }
}
.message-message p {
  font-weight: 500;
  margin: 0vw 0vw 0vw 2.7777777778vw;
}
@media screen and (min-width: 1440px) {
  .message-message p {
    margin: 0px 0px 0px 40px;
  }
}
.message-message p {
  text-align: justify;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(15.2777777778vw, black), color-stop(20.8333333333vw, transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 15.2777777778vw, transparent 20.8333333333vw);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(15.2777777778vw, black), color-stop(20.8333333333vw, transparent));
          mask-image: linear-gradient(to bottom, black 0%, black 15.2777777778vw, transparent 20.8333333333vw);
}
@media screen and (min-width: 1440px) {
  .message-message p {
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 220px, transparent 300px);
            mask-image: linear-gradient(to bottom, black 0%, black 220px, transparent 300px);
  }
}
.message-message p strong {
  display: block;
  font-size: 1.8055555556vw;
  font-size: max(1.8055555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .message-message p strong {
    font-size: 26px;
  }
}
.message-message p strong {
  margin-bottom: 0.5em;
}
.message-message a {
  width: 18.0555555556vw;
  max-width: 260px;
  height: 4.1666666667vw;
  max-height: 60px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .message-message a {
    font-size: 19px;
  }
}
.message-message a {
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .message-message a {
    font-size: 3.6vw;
    border-radius: 0.6666666667vw;
    -webkit-box-shadow: 0.4vw 0.4vw 0.8vw rgba(0, 0, 0, 0.3);
            box-shadow: 0.4vw 0.4vw 0.8vw rgba(0, 0, 0, 0.3);
  }
}
.message-message a {
  background: #55A197;
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .message-message {
    margin: 0vw 0vw 7.9861111111vw -2.7777777778vw;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .message-message {
    margin: 0px 0px 115px -40px;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .message-message {
    margin: 0vw 0vw 6.5972222222vw -2.7777777778vw;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .message-message {
    margin: 0px 0px 95px -40px;
  }
}
@media screen and (max-width: 768px) {
  .message-message {
    position: absolute;
    inset: auto auto 53.4666666667vw 5.3333333333vw;
    margin: 0;
    width: 89.3333333333vw;
  }
  .message-message p {
    max-height: none;
    height: 32vw;
    font-size: 3.4666666667vw;
    margin: 0;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(13.3333333333vw, black), color-stop(26.6666666667vw, transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 13.3333333333vw, transparent 26.6666666667vw);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(13.3333333333vw, black), color-stop(26.6666666667vw, transparent));
            mask-image: linear-gradient(to bottom, black 0%, black 13.3333333333vw, transparent 26.6666666667vw);
    font-weight: 400;
  }
  .message-message p strong {
    font-weight: 400;
    display: block;
    font-size: 3.4666666667vw;
    margin-bottom: auto;
  }
  .message-message a {
    margin: 0 auto 0 0;
    width: 43.3333333333vw;
    height: 10vw;
  }
}

.message-bar {
  position: absolute;
  inset: auto 0 0 0;
  height: 5.2083333333vw;
  max-height: 75px;
  background: #8ABE81;
}

.fp-viewing-contents .message-book {
  -webkit-transform: translate3d(30vw, 0, 0px) !important;
          transform: translate3d(30vw, 0, 0px) !important;
  -webkit-transition: all 1000ms ease-out !important;
  transition: all 1000ms ease-out !important;
}

.message-book {
  position: absolute;
  pointer-events: none;
  inset: auto auto 0 50%;
  width: 133.4027777778vw;
  max-width: 1921px;
  height: 21.875vw;
  max-height: 315px;
  margin: 0vw 0vw 5.2083333333vw -66.7013888889vw;
}
@media screen and (min-width: 1440px) {
  .message-book {
    margin: 0px 0px 75px -960.5px;
  }
}
.message-book {
  z-index: 1;
  background: url(../img/top/message/book.svg) no-repeat center bottom/contain;
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) {
  .message-book {
    width: 106.7222222222vw;
    max-width: 1536.8px;
    height: 17.5vw;
    max-height: 252px;
    margin: 0vw 0vw 5.2083333333vw -48.6111111111vw;
  }
}
@media screen and (max-height: 700px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .message-book {
    margin: 0px 0px 75px -700px;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .message-book {
    width: 80.0416666667vw;
    max-width: 1152.6px;
    height: 13.125vw;
    max-height: 189px;
    margin: 0vw 0vw 5.2083333333vw -38.1944444444vw;
  }
}
@media screen and (max-height: 600px) and (min-aspect-ratio: 1/1) and (min-width: 1440px) {
  .message-book {
    margin: 0px 0px 75px -550px;
  }
}
@media screen and (max-width: 768px) {
  .message-book {
    inset: auto auto 18.6666666667vw -4vw;
    margin: 0;
    width: 69.8666666667vw;
    height: 35.4666666667vw;
    background: url(../img/top/message/book-sp.svg) no-repeat center bottom/contain;
  }
}

[data-anchor=message] .fp-bg {
  z-index: 1;
}
[data-anchor=message] .line:after {
  pointer-events: none;
  inset: auto auto 0 50%;
  margin: 0vw 0vw -0.3472222222vw 20.9722222222vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=message] .line:after {
    margin: 0px 0px -5px 302px;
  }
}
[data-anchor=message] .line:after {
  width: 112.3611111111vw;
  max-width: 1618px;
  height: 52.7083333333vw;
  max-height: 759px;
  z-index: 2;
  background: url(../img/top/message/line.svg) no-repeat center bottom/contain;
}
@media screen and (min-width: 1440px) {
  [data-anchor=message] .line:after {
    background: url(../img/top/message/line.svg) no-repeat center bottom/contain;
  }
}

[data-anchor=message] .line:after {
  -webkit-transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
[data-anchor=message] .message-book,
[data-anchor=message] .message-txt,
[data-anchor=message] .message-label,
[data-anchor=message] .message-message {
  -webkit-transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
[data-anchor=message] .message-book {
  -webkit-transform: translate3d(-200px, 0, 0);
          transform: translate3d(-200px, 0, 0);
}

[data-anchor=message].active .line:after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
[data-anchor=message].active .message-book,
[data-anchor=message].active .message-txt,
[data-anchor=message].active .message-label,
[data-anchor=message].active .message-message {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}
[data-anchor=message].active .message-book {
  -webkit-transition: all 1500ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1500ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}

.message-popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.message-popup__frame {
  background: #fff;
  border-radius: 15px;
  position: absolute;
}
.message-popup__close {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  inset: 0 0 auto auto;
  width: 4.0277777778vw;
  max-width: 58px;
  height: 4.0277777778vw;
  max-height: 58px;
  margin: -1.6666666667vw -1.6666666667vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .message-popup__close {
    margin: -24px -24px 0px 0px;
  }
}
.message-popup__close {
  background: url(../img/common/nav-close.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .message-popup {
    -webkit-transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  }
  .message-popup__frame {
    border-radius: 0;
  }
  .message-popup__close {
    width: 10vw;
    height: 10vw;
    margin: 5.3333333333vw 4vw;
  }
}
.message-popup__frame {
  width: 61.1111111111vw;
  max-width: 880px;
  padding: 4.1666666667vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  .message-popup__frame {
    padding: 60px 30px 30px 30px;
  }
}
.message-popup__body {
  overflow: scroll;
  height: 34.7222222222vw;
  max-height: 500px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(24.3055555556vw, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 24.3055555556vw, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(24.3055555556vw, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 0%, black 24.3055555556vw, transparent 100%);
}
@media screen and (min-width: 1440px) {
  .message-popup__body {
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 350px, transparent 100%);
            mask-image: linear-gradient(to bottom, black 0%, black 350px, transparent 100%);
  }
}
.message-popup__track {
  padding: 0vw 0vw 3.4722222222vw 0vw;
}
@media screen and (min-width: 1440px) {
  .message-popup__track {
    padding: 0px 0px 50px 0px;
  }
}
.message-popup h2 {
  font-weight: 500;
  font-size: 1.8055555556vw;
  font-size: max(1.8055555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .message-popup h2 {
    font-size: 26px;
  }
}
.message-popup h2 {
  margin-bottom: 1em;
}
.message-popup p {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .message-popup p {
    font-size: 19px;
  }
}
.message-popup p {
  line-height: 2.47368421;
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .message-popup {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  }
  .message-popup__frame {
    background: #fff;
    border-radius: 15px;
    position: absolute;
  }
  .message-popup__close {
    z-index: 99;
    cursor: pointer;
    position: absolute;
    inset: 0 0 auto auto;
    width: 4.0277777778vw;
    max-width: 58px;
    height: 4.0277777778vw;
    max-height: 58px;
    margin: -1.6666666667vw -1.6666666667vw 0vw 0vw;
    background: url(../img/common/nav-close.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .message-popup__close {
    margin: -24px -24px 0px 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .message-popup {
    -webkit-transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  }
  .message-popup__frame {
    border-radius: 0;
  }
  .message-popup__close {
    width: 10vw;
    height: 10vw;
    margin: 5.3333333333vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .message-popup__frame {
    width: 100vw;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
  .message-popup__body {
    height: 100svh;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, black), to(transparent));
            mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
  }
  .message-popup__track {
    padding: 14.6666666667vw 0 40vw 0;
  }
  .message-popup h2 {
    font-size: 4.1333333333vw;
  }
  .message-popup p {
    font-size: 2.8vw;
  }
}

.message-popup__body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.message-popup__body::-webkit-scrollbar {
  display: none;
}

.message-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

[data-anchor=contents] {
  background: #8ABE81;
}

[data-anchor=contents] .contents:before,
[data-anchor=contents] .contents:after {
  -webkit-transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
[data-anchor=contents] .contents__wrap {
  -webkit-transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-anchor=contents].active .contents:before,
[data-anchor=contents].active .contents:after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
[data-anchor=contents].active .contents__wrap {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

.contents {
  overflow: hidden;
  height: 148.1944444444vw;
  max-height: 2134px;
  position: relative;
  padding: 17.3611111111vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .contents {
    padding: 250px 0px 0px 0px;
  }
}
.contents:before, .contents:after {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  pointer-events: none;
}
.contents:before {
  width: 208.4027777778vw;
  max-width: 3001px;
  height: 144.7916666667vw;
  max-height: 2085px;
  margin: 0vw 0vw 0vw -75.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .contents:before {
    margin: 0px 0px 0px -1088px;
  }
}
.contents:before {
  background: url(../img/top/contents/bg.svg) no-repeat center top/contain;
}
.contents:after {
  width: 92.5347222222vw;
  max-width: 1332.5px;
  height: 20.2777777778vw;
  max-height: 292px;
  margin: 42.2916666667vw 0vw 0vw -44.4444444444vw;
}
@media screen and (min-width: 1440px) {
  .contents:after {
    margin: 609px 0px 0px -640px;
  }
}
.contents:after {
  background: url(../img/top/contents/obj.webp) no-repeat center top/contain;
}
.contents__wrap {
  position: relative;
  z-index: 2;
}
.contents.is-one-row {
  height: 119.1666666667vw;
  max-height: 1716px;
  overflow: hidden;
}
.contents.is-one-row .contents-link {
  background: url(../img/top/contents/link-short.svg) no-repeat center center/contain;
  margin: 0vw 0vw 17.3611111111vw -5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .contents.is-one-row .contents-link {
    margin: 0px 0px 250px -80px;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    height: auto;
    padding: 51.4666666667vw 0 57.3333333333vw;
  }
  .contents:before {
    width: 131.4666666667vw;
    height: 43.6vw;
    inset: 5.6vw auto auto -16.8vw;
    margin: 0;
    background: url(../img/top/contents/bg-sp.svg) no-repeat center top/contain;
  }
  .contents:after {
    width: 165.8666666667vw;
    height: 18.4vw;
    margin: 0;
    inset: auto auto 16vw -20vw;
    background: url(../img/top/contents/lilne-sp.svg) no-repeat center top/contain;
  }
  .contents__wrap {
    position: relative;
    z-index: 2;
  }
  .contents.is-one-row {
    height: auto;
  }
}

.contents-ttl {
  color: #fff;
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 1440px) {
  .contents-ttl {
    margin-bottom: 75px;
  }
}
.contents-ttl__ttl {
  text-align: center;
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw,10px);
}
@media screen and (min-width: 1440px) {
  .contents-ttl__ttl {
    font-size: 40px;
  }
}
.contents-ttl__ttl {
  font-weight: 700;
  margin-bottom: 0.7em;
  line-height: 1;
}
.contents-ttl__desc {
  text-align: center;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .contents-ttl__desc {
    font-size: 19px;
  }
}
.contents-ttl__desc {
  line-height: 1.68421053;
}
@media screen and (max-width: 768px) {
  .contents-ttl {
    margin-bottom: 29.3333333333vw;
  }
  .contents-ttl__ttl {
    font-size: 7.3333333333vw;
  }
  .contents-ttl__desc {
    font-size: 3.4666666667vw;
  }
}

.contents-pickup {
  width: 62.5vw;
  max-width: 900px;
  margin: 0vw auto 5.5555555556vw auto;
}
@media screen and (min-width: 1440px) {
  .contents-pickup {
    margin: 0px auto 80px auto;
  }
}
.contents-pickup {
  position: relative;
}
.contents-pickup:before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0 auto auto 0;
  margin: 6.25vw 0vw 0vw -6.9444444444vw;
}
@media screen and (min-width: 1440px) {
  .contents-pickup:before {
    margin: 90px 0px 0px -100px;
  }
}
.contents-pickup:before {
  width: 5.9722222222vw;
  max-width: 86px;
  height: 7.7083333333vw;
  max-height: 111px;
  background: url(../img/top/contents/picup.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .contents-pickup {
    width: 88vw;
    margin-bottom: 11.3333333333vw;
  }
  .contents-pickup:before {
    inset: -18vw auto auto calc(50% - 6.6vw);
    margin: 0;
    width: 13.2vw;
    height: 14.6666666667vw;
    background: url(../img/top/contents/pickup-sp.svg) no-repeat center center/contain;
  }
}

.empty-item {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .empty-item {
    font-size: 16px;
  }
}
.empty-item {
  padding: 5em;
  text-align: center;
}
.empty-item.is-white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .empty-item {
    font-size: 3.3333333333vw;
  }
}

.contents-wrap {
  position: relative;
  height: 20.8333333333vw;
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .contents-wrap {
    height: auto;
  }
}

.contents-list {
  width: 78.0555555556vw;
  max-width: 1124px;
  margin: auto;
  opacity: 0;
  display: none;
  pointer-events: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.4722222222vw 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .contents-list {
    gap: 50px 20px;
  }
}
.contents-list.is-recommend {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  pointer-events: auto;
}
.contents-list__item {
  width: 18.4027777778vw;
  max-width: 265px;
}
@media screen and (max-width: 768px) {
  .contents-list {
    width: 88vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6.6666666667vw 6.6666666667vw;
  }
  .contents-list__item {
    width: auto;
  }
}

.contents-wrap[data-category=all] [data-category=all],
.contents-wrap[data-category=event] [data-category=event],
.contents-wrap[data-category=media] [data-category=media],
.contents-wrap[data-category=news] [data-category=news],
.contents-wrap[data-category=collabo] [data-category=collabo] {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}

.contents-item {
  display: block;
  text-decoration: none !important;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
@media (hover: hover) {
  .contents-item:hover * {
    opacity: 0.7;
  }
  .contents-item:hover .contents-item__frame {
    opacity: 1;
  }
}
.contents-item * {
  text-decoration: none !important;
  color: #000 !important;
}
.contents-item__frame {
  background: #fff;
  border-radius: 14px;
  padding: 2.0833333333vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .contents-item__frame {
    padding: 30px 20px 30px 20px;
  }
}
.contents-item__frame {
  position: relative;
}
.contents-item__category {
  position: absolute;
  inset: 0 auto auto 0;
  margin: -0.6944444444vw 0vw 0vw -0.6944444444vw;
}
@media screen and (min-width: 1440px) {
  .contents-item__category {
    margin: -10px 0px 0px -10px;
  }
}
.contents-item__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2083333333vw 0.2083333333vw;
}
@media screen and (min-width: 1440px) {
  .contents-item__category {
    gap: 3px 3px;
  }
}
.contents-item__category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 999px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.25vw;
  font-size: max(1.25vw,10px);
}
@media screen and (min-width: 1440px) {
  .contents-item__category span {
    font-size: 18px;
  }
}
.contents-item__category span {
  padding: 0 1em;
  color: #fff !important;
}
.contents-item__category span.is-all {
  display: none;
  background: #ca1172;
}
.contents-item__category span.is-event {
  background: #407636;
}
.contents-item__category span.is-media {
  background: #7DA941;
}
.contents-item__category span.is-news {
  background: #2ca6e0;
}
.contents-item__category span.is-collabo {
  background: #f5ae23;
}
.contents-item__img {
  border-radius: 10px;
  overflow: hidden;
  height: 11.1111111111vw;
  max-height: 160px;
}
.contents-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-item__ttl {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .contents-item__ttl {
    font-size: 16px;
  }
}
.contents-item__ttl {
  font-weight: 700;
  min-height: 3em;
  line-height: 1.5;
  margin: 1.3888888889vw 0vw 0.6944444444vw 0vw;
}
@media screen and (min-width: 1440px) {
  .contents-item__ttl {
    margin: 20px 0px 10px 0px;
  }
}
.contents-item__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.contents-item__desc {
  font-size: 0.9027777778vw;
  font-size: max(0.9027777778vw,10px);
}
@media screen and (min-width: 1440px) {
  .contents-item__desc {
    font-size: 13px;
  }
}
.contents-item__desc {
  text-align: justify;
  line-height: 1.76923077;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.contents-item.is-pickup .contents-item__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 22px;
  padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .contents-item.is-pickup .contents-item__frame {
    padding: 20px 20px 20px 20px;
  }
}
.contents-item.is-pickup .contents-item__img {
  width: 21.9444444444vw;
  max-width: 316px;
  height: 15.4166666667vw;
  max-height: 222px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contents-item.is-pickup .contents-item__txt {
  padding: 0;
}
.contents-item.is-pickup .contents-item__ttl {
  font-size: 1.5277777778vw;
  font-size: max(1.5277777778vw,10px);
}
@media screen and (min-width: 1440px) {
  .contents-item.is-pickup .contents-item__ttl {
    font-size: 22px;
  }
}
.contents-item.is-pickup .contents-item__ttl {
  line-height: 1.68181818;
  margin-bottom: 0.25em;
}
.contents-item.is-pickup .contents-item__desc {
  font-size: 1.25vw;
  font-size: max(1.25vw,10px);
}
@media screen and (min-width: 1440px) {
  .contents-item.is-pickup .contents-item__desc {
    font-size: 18px;
  }
}
.contents-item.is-pickup .contents-item__desc {
  line-height: 1.66666667;
}
@media screen and (max-width: 768px) {
  .contents-item__frame {
    border-radius: 1.8666666667vw;
    padding: 2.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents-item__category {
    inset: -2.6666666667vw auto auto -2.5333333333vw;
    margin: 0;
    gap: 0.6666666667vw;
  }
  .contents-item__category span {
    padding: 0 0.75em;
    border-radius: 2vw;
    font-size: 2.8vw;
  }
  .contents-item__img {
    border-radius: 1.0666666667vw;
    height: 24.6666666667vw;
    width: 35.3333333333vw;
  }
  .contents-item__txt {
    width: 44.6666666667vw;
  }
  .contents-item__ttl {
    font-size: 3.3333333333vw;
    margin: 0 0 0.5em 0;
  }
  .contents-item__desc {
    font-size: 2.9333333333vw;
    line-height: 1.54545455;
  }
  .contents-item.is-pickup .contents-item__frame {
    display: block;
    padding: 5.3333333333vw;
  }
  .contents-item.is-pickup .contents-item__img {
    width: auto;
    height: 54.2666666667vw;
  }
  .contents-item.is-pickup .contents-item__txt {
    width: auto;
    padding: 2.6666666667vw 0 0 0;
  }
  .contents-item.is-pickup .contents-item__ttl {
    font-size: 4.4vw;
    line-height: 1.45454545;
  }
  .contents-item.is-pickup .contents-item__desc {
    font-size: 3.0666666667vw;
    line-height: 1.65217391;
    -webkit-line-clamp: 4;
  }
}

.contents-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0vw 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .contents-nav {
    gap: 0px 20px;
  }
}
.contents-nav {
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .contents-nav {
    margin-bottom: 80px;
  }
}
.contents-nav__item span {
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw,10px);
}
@media screen and (min-width: 1440px) {
  .contents-nav__item span {
    font-size: 15px;
  }
}
.contents-nav__item span {
  font-weight: 700;
  line-height: 1;
  margin-top: 0.7em;
}
.contents-nav__item {
  color: #fff !important;
  text-decoration: none !important;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) {
  .contents-nav__item {
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    cursor: pointer;
  }
  .contents-nav__item:hover {
    opacity: 0.7;
  }
}
.contents-nav__item:before {
  content: "";
  display: block;
  width: 5.9027777778vw;
  max-width: 85px;
  height: 5.9027777778vw;
  max-height: 85px;
}
.contents-nav__item.is-all:before {
  background: url(../img/top/contents/icon-all.svg) no-repeat center center/contain;
}
.contents-nav__item.is-event:before {
  background: url(../img/top/contents/icon-event.svg) no-repeat center center/contain;
}
.contents-nav__item.is-media:before {
  background: url(../img/top/contents/icon-media.svg) no-repeat center center/contain;
}
.contents-nav__item.is-news:before {
  background: url(../img/top/contents/icon-news.svg) no-repeat center center/contain;
}
.contents-nav__item.is-collabo:before {
  background: url(../img/top/contents/icon-collabo.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .contents-nav {
    gap: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .contents-nav__item span {
    font-size: 2.9333333333vw;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.7em;
  }
  .contents-nav__item:before {
    width: 14.4vw;
    height: 14.4vw;
  }
}

.contents-link {
  display: none;
  position: absolute;
  inset: auto auto 0 50%;
  margin: 0vw 0vw 15.2777777778vw -5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .contents-link {
    margin: 0px 0px 220px -80px;
  }
}
.contents-link {
  width: 12.2916666667vw;
  max-width: 177px;
  height: 1.25vw;
  max-height: 18px;
  background: url(../img/top/contents/link.svg) no-repeat center center/contain;
  overflow: hidden;
  text-indent: -9999px;
}
@media (hover: hover) {
  .contents-link {
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    cursor: pointer;
  }
  .contents-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .contents-link {
    inset: auto auto 34.6666666667vw 30.4vw;
    margin: 0;
    width: 35.3333333333vw;
    height: 3.8666666667vw;
    background: url(../img/top/contents/link-sp.svg) no-repeat center center/contain !important;
  }
}

[data-anchor=interview] .interview__wrap {
  -webkit-transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
[data-anchor=interview] .interview:before,
[data-anchor=interview] .interview:after {
  -webkit-transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

[data-anchor=interview].active .interview__wrap {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}
[data-anchor=interview].active .interview:before,
[data-anchor=interview].active .interview:after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.interview {
  height: 148.8888888889vw;
  max-height: 2144px;
  position: relative;
  padding: 27.0833333333vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .interview {
    padding: 390px 0px 0px 0px;
  }
}
.interview:before, .interview:after {
  content: "";
  position: absolute;
}
.interview:before {
  inset: 0 auto auto 50%;
  width: 266.7361111111vw;
  max-width: 3841px;
  height: 52.8472222222vw;
  max-height: 761px;
  margin: 15.6944444444vw 0vw 0vw -133.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .interview:before {
    margin: 226px 0px 0px -1920px;
  }
}
.interview:before {
  background: url(../img/top/interview/line1.svg) no-repeat center top/contain;
}
.interview:after {
  inset: auto auto 0 50%;
  width: 266.7361111111vw;
  max-width: 3841px;
  height: 17.9861111111vw;
  max-height: 259px;
  margin: 0vw 0vw -2.5694444444vw -133.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .interview:after {
    margin: 0px 0px -37px -1920px;
  }
}
.interview:after {
  background: url(../img/top/interview/line2.svg) no-repeat center top/contain;
}
.interview__bg {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: 99.3055555556vw;
  max-width: 1430px;
  height: 144.0625vw;
  max-height: 2074.5px;
  margin: 5.9027777778vw 0vw 0vw -47.7083333333vw;
}
@media screen and (min-width: 1440px) {
  .interview__bg {
    margin: 85px 0px 0px -687px;
  }
}
.interview__bg {
  background: url(../img/top/interview/bg.webp) no-repeat center top/contain;
}
.interview__wrap {
  position: relative;
  z-index: 2;
}
.interview.is-one-row {
  height: 117.6388888889vw;
  max-height: 1694px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview {
    height: auto !important;
    position: relative;
    padding: 42.8vw 0 66.6666666667vw;
  }
  .interview:before {
    inset: 26vw auto auto -3.3333333333vw;
    margin: 0;
    width: 107.7333333333vw;
    height: 108.112vw;
    background: url(../img/top/interview/line1-sp.svg) no-repeat center top/contain;
  }
  .interview:after {
    inset: auto auto 28.6666666667vw -14.6666666667vw;
    width: 123.0666666667vw;
    height: 12.44vw;
    margin: 0;
    background: url(../img/top/interview/line2-sp.svg) no-repeat center top/contain;
  }
  .interview__bg {
    inset: 3.3333333333vw auto auto -17.2vw;
    width: 139.6666666667vw;
    height: 346vw;
    margin: 0;
    background: url(../img/top/interview/bg-sp.webp) no-repeat center top/contain;
  }
}

.interview-ttl {
  width: 41.6666666667vw;
  max-width: 600px;
  position: relative;
  left: 50%;
  margin: 0vw 0vw 18.75vw -7.6388888889vw;
}
@media screen and (min-width: 1440px) {
  .interview-ttl {
    margin: 0px 0px 270px -110px;
  }
}
.interview-ttl__ttl {
  font-size: 3.6111111111vw;
  font-size: max(3.6111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .interview-ttl__ttl {
    font-size: 52px;
  }
}
.interview-ttl__ttl {
  line-height: 1.30769231;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.interview-ttl__desc {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .interview-ttl__desc {
    font-size: 19px;
  }
}
.interview-ttl__desc {
  line-height: 1.68421053;
}
.interview-ttl__desc br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview-ttl {
    width: 100vw;
    left: auto;
    margin: 0 0 45.5651466667vw 0;
    text-align: center;
  }
  .interview-ttl__ttl {
    font-size: 7.3333333333vw;
    line-height: 1.36363636;
  }
  .interview-ttl__desc {
    font-size: 3.4666666667vw;
    line-height: 1.88461538;
    font-weight: 500;
  }
  .interview-ttl__desc br.is-sp {
    display: inline;
  }
}

.interview-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6944444444vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0vw 0vw 4.1666666667vw 0vw;
}
@media screen and (min-width: 1440px) {
  .interview-nav {
    margin: 0px 0px 60px 0px;
  }
}
@media screen and (min-width: 1440px) {
  .interview-nav {
    gap: 10px;
  }
}
.interview-nav__item {
  height: 2.7777777778vw;
  max-height: 40px;
  width: 11.875vw;
  max-width: 171px;
  border-radius: 999px;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .interview-nav__item {
    font-size: 17px;
  }
}
.interview-nav__item {
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (hover: hover) {
  .interview-nav__item {
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    cursor: pointer;
  }
  .interview-nav__item:hover {
    opacity: 0.7;
  }
}
.interview-nav__item {
  color: #000 !important;
  text-decoration: none;
  border: solid 1px #000;
}
.interview-nav__item.is-active {
  color: #fff !important;
  background: #000;
}
@media screen and (max-width: 768px) {
  .interview-nav {
    gap: 2.1333333333vw 1.7333333333vw;
    margin-bottom: 8vw;
  }
  .interview-nav__item {
    height: 9.2vw;
    width: 28.1777777773vw;
    font-size: 3.0666666667vw;
    border: solid 0.1333333333vw #000;
  }
}

.interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 77.7777777778vw;
  max-width: 1120px;
  margin: auto;
  display: none;
  opacity: 0;
  gap: 3.4722222222vw 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .interview-list {
    gap: 50px 50px;
  }
}
.interview-list__item {
  width: 16.6666666667vw;
  max-width: 240px;
}
.interview-list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .interview-list {
    width: 88vw;
    margin: auto;
    gap: 4vw;
  }
  .interview-list__item {
    width: 42vw;
  }
}

.interview-item {
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
}
@media (hover: hover) {
  .interview-item {
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    cursor: pointer;
  }
  .interview-item:hover {
    opacity: 0.7;
  }
}
.interview-item__img {
  height: 16.25vw;
  max-height: 234px;
}
.interview-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-item__txt {
  padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .interview-item__txt {
    padding: 15px 15px 15px 15px;
  }
}
.interview-item__txt {
  background: #e6e6e6;
}
.interview-item__ttl-wrap {
  height: 6.9444444444vw;
  max-height: 100px;
}
.interview-item__ttl {
  text-align: justify;
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .interview-item__ttl {
    font-size: 16px;
  }
}
.interview-item__ttl {
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.interview-item__pos, .interview-item__name {
  line-height: 1.5;
  text-align: center;
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .interview-item__pos, .interview-item__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .interview-item {
    border-radius: 1.3333333333vw;
  }
  .interview-item__img {
    height: 40.8vw;
  }
  .interview-item__txt {
    padding: 2.6666666667vw 2.6666666667vw;
  }
  .interview-item__ttl-wrap {
    height: 13.3333333333vw;
  }
  .interview-item__ttl {
    font-size: 3.0666666667vw;
    line-height: 1.34782609;
  }
  .interview-item__pos, .interview-item__name {
    font-size: 2.4vw;
  }
}

.interview-link {
  display: none;
  position: absolute;
  z-index: 3;
  inset: auto auto 0 50%;
  margin: 0vw 0vw 7.2916666667vw -5.9027777778vw;
}
@media screen and (min-width: 1440px) {
  .interview-link {
    margin: 0px 0px 105px -85px;
  }
}
.interview-link {
  width: 13.1944444444vw;
  max-width: 190px;
  height: 1.4888888889vw;
  max-height: 21.44px;
  background: url(../img/top/interview/link.svg) no-repeat center center/contain;
  overflow: hidden;
  text-indent: -9999px;
}
@media (hover: hover) {
  .interview-link {
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    cursor: pointer;
  }
  .interview-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .interview-link {
    inset: auto auto 30.6666666667vw calc(50% - 18.7333333333vw);
    margin: 0;
    width: 37.4666666667vw;
    height: 5.0933333333vw;
    background: url(../img/top/interview/link-sp.svg) no-repeat center center/contain !important;
  }
}

[data-anchor=project] .project-line {
  -webkit-transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
[data-anchor=project] .project-info {
  -webkit-transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-anchor=project].active .project-line {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
[data-anchor=project].active .project-info {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

.project {
  height: 130.4166666667vw;
  max-height: 1878px;
  overflow: hidden;
  position: relative;
  padding: 37.1527777778vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .project {
    padding: 535px 0px 0px 0px;
  }
}
.project:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: 266.5972222222vw;
  max-width: 3839px;
  height: 130.4513888889vw;
  max-height: 1878.5px;
  margin: 0vw 0vw 0vw -133.2986111111vw;
}
@media screen and (min-width: 1440px) {
  .project:before {
    margin: 0px 0px 0px -1919.5px;
  }
}
.project:before {
  background: url(../img/top/project/bg.webp) no-repeat center top/cover white;
}
.project__wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .project {
    height: 178.6vw;
    min-height: 100svh;
    position: relative;
    padding-top: 48.8vw;
  }
  .project:before {
    height: 178.6vw;
    width: 100vw;
    inset: 0;
    margin: 0;
    background: url(../img/top/project/bg-sp.webp) no-repeat center top/cover;
  }
}

.project-line {
  position: absolute;
  inset: 0 auto auto 50%;
  z-index: 1;
  width: 266.7361111111vw;
  max-width: 3841px;
  height: 122.9166666667vw;
  max-height: 1770px;
  margin: 7.6388888889vw 0vw 0vw -133.3680555556vw;
}
@media screen and (min-width: 1440px) {
  .project-line {
    margin: 110px 0px 0px -1920.5px;
  }
}
.project-line {
  background: url(../img/top/project/line.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .project-line {
    inset: 18.1333333333vw auto auto -6.2666666667vw;
    width: 122.6666666667vw;
    height: 143.9786666667vw;
    margin: 0;
    background: url(../img/top/project/line-sp.svg) no-repeat center center/contain;
  }
}

.project-info {
  font-size: 2.2916666667vw;
  font-size: max(2.2916666667vw,10px);
}
@media screen and (min-width: 1440px) {
  .project-info {
    font-size: 33px;
  }
}
.project-info {
  line-height: 1.84848485;
  color: #fff;
  font-weight: 700;
  width: 48.6111111111vw;
  max-width: 700px;
  position: relative;
  left: 50%;
}
.project-info:nth-child(1) {
  margin: 0vw 0vw 37.2916666667vw -38.1944444444vw;
}
@media screen and (min-width: 1440px) {
  .project-info:nth-child(1) {
    margin: 0px 0px 537px -550px;
  }
}
.project-info:nth-child(2) {
  margin: 0vw 0vw 0vw -10vw;
}
@media screen and (min-width: 1440px) {
  .project-info:nth-child(2) {
    margin: 0px 0px 0px -144px;
  }
}
.project-info br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .project-info {
    font-size: 4.6666666667vw;
    line-height: 2.05714286;
    width: 80vw;
    left: auto;
  }
  .project-info:nth-child(1) {
    margin: 0 0 30.6666666667vw 11.7333333333vw;
  }
  .project-info:nth-child(2) {
    margin: 0 0 0 24.6666666667vw;
  }
  .project-info br.is-sp {
    display: inline;
  }
}

[data-anchor=donate] .donate-line {
  -webkit-transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
[data-anchor=donate] .donate-ttl,
[data-anchor=donate] .donate-info {
  -webkit-transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-anchor=donate].active .donate-line {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
[data-anchor=donate].active .donate-ttl,
[data-anchor=donate].active .donate-info {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

.donate {
  padding: 0 0 47.1398856vw 0;
}
.donate__wrap {
  overflow-x: hidden;
  position: relative;
  z-index: 3;
  height: 70.2630347222vw;
  max-height: 1011.7877px;
  padding: 6.875vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .donate__wrap {
    padding: 99px 0px 0px 0px;
  }
}
.donate__wrap {
  background: #E9B242;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .donate {
    padding-bottom: 114.42193087vw;
  }
  .donate__wrap {
    height: 203.3333333333vw;
    padding-top: 16vw;
  }
}

.donate-bg {
  width: 100vw;
  height: 47.1398856vw;
  background: url(../img/top/donate/bg.webp) no-repeat center top/100% auto;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .donate-bg {
    background: url(../img/top/donate/bg-sp2.webp) no-repeat center top/100% auto;
    height: 114.421931vw;
  }
}

body.is-donate-bg {
  background: url(../img/top/donate/bg.webp) no-repeat center bottom/100% auto;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  body.is-donate-bg {
    background: url(../img/top/donate/bg-sp2.webp) no-repeat center bottom/100% auto;
  }
}

.donate-line {
  pointer-events: none;
  position: absolute;
  inset: 0 auto auto 50%;
  width: 213.8194444444vw;
  max-width: 3079px;
  height: 62.7777777778vw;
  max-height: 904px;
  margin: 1.3888888889vw 0vw 0vw -80.2083333333vw;
}
@media screen and (min-width: 1440px) {
  .donate-line {
    margin: 20px 0px 0px -1155px;
  }
}
.donate-line {
  background: url(../img/top/donate/line.svg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .donate-line {
    inset: 45.2vw auto auto 0vw;
    width: 100vw;
    height: 150.2666666667vw;
    margin: 0;
    background: url(../img/top/donate/line-sp.svg) no-repeat center top/cover;
  }
}

.donate-ttl {
  color: #fff;
  margin-bottom: 9.9305555556vw;
}
@media screen and (min-width: 1440px) {
  .donate-ttl {
    margin-bottom: 143px;
  }
}
.donate-ttl__ttl {
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw,10px);
}
@media screen and (min-width: 1440px) {
  .donate-ttl__ttl {
    font-size: 40px;
  }
}
.donate-ttl__ttl {
  font-weight: 700;
  line-height: 1.475;
  margin-bottom: 0.6em;
  text-align: center;
}
.donate-ttl__desc {
  text-align: center;
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .donate-ttl__desc {
    font-size: 19px;
  }
}
.donate-ttl__desc {
  line-height: 1.68421053;
}
@media screen and (max-width: 768px) {
  .donate-ttl {
    margin-bottom: 30.6666666667vw;
  }
  .donate-ttl__ttl {
    font-size: 7.3333333333vw;
    line-height: 1.4;
    margin-bottom: 0.4em;
  }
  .donate-ttl__desc {
    font-size: 3.7333333333vw;
  }
}

.donate-info {
  color: #fff;
  position: relative;
  left: 50%;
  width: 41.6666666667vw;
  max-width: 600px;
  margin: 0vw 0vw 0vw -30.0694444444vw;
}
@media screen and (min-width: 1440px) {
  .donate-info {
    margin: 0px 0px 0px -433px;
  }
}
.donate-info p {
  font-size: 1.25vw;
  font-size: max(1.25vw,10px);
}
@media screen and (min-width: 1440px) {
  .donate-info p {
    font-size: 18px;
  }
}
.donate-info p {
  line-height: 1.83333333;
  margin-bottom: 1em;
  text-align: center;
}
.donate-info p:last-child {
  margin-bottom: 0;
}
.donate-info p br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .donate-info {
    left: auto;
    width: 100%;
    margin: 0;
  }
  .donate-info p {
    font-size: 3.4666666667vw;
  }
  .donate-info p br.is-sp {
    display: inline;
  }
}

.donate-link {
  position: absolute;
  inset: auto auto 0 50%;
  margin: 0vw 0vw 12.8472222222vw 17.5vw;
}
@media screen and (min-width: 1440px) {
  .donate-link {
    margin: 0px 0px 185px 252px;
  }
}
.donate-link {
  width: 11.3194444444vw;
  max-width: 163px;
  height: 9.5833333333vw;
  max-height: 138px;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.donate-link span {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .donate-link span {
    font-size: 17px;
  }
}
.donate-link span {
  font-weight: 500;
  line-height: 1.29411765;
  text-align: center;
  color: #000;
}
.donate-link img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.donate-link img.is-w {
  opacity: 1;
}
.donate-link img.is-r {
  opacity: 0;
  -webkit-animation: fuwafuwa 2s infinite linear;
          animation: fuwafuwa 2s infinite linear;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
@media (hover: hover) {
  .donate-link:hover {
    -webkit-animation: purupuru 0.3s infinite linear;
            animation: purupuru 0.3s infinite linear;
  }
  .donate-link:hover span {
    color: #fff;
  }
  .donate-link:hover img.is-w {
    opacity: 0;
  }
  .donate-link:hover img.is-r {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .donate-link {
    position: absolute;
    inset: auto auto 0 50%;
    margin: 0 0 26.6666666667vw -14.48392vw;
    width: 28.96784vw;
    height: 24.45088vw;
  }
  .donate-link span {
    font-size: 3.4666666667vw;
    line-height: 1.34615385;
  }
  .donate-link:active {
    -webkit-animation: purupuru 0.3s infinite linear;
            animation: purupuru 0.3s infinite linear;
  }
  .donate-link:active span {
    color: #fff;
  }
  .donate-link:active img.is-w {
    opacity: 0;
  }
  .donate-link:active img.is-r {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}

[data-anchor=nfs] .nfs-line {
  -webkit-transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
[data-anchor=nfs] .nfs-list,
[data-anchor=nfs] .nfs-ttl,
[data-anchor=nfs] .nfs-body {
  -webkit-transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-anchor=nfs].active .nfs-line {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
[data-anchor=nfs].active .nfs-list,
[data-anchor=nfs].active .nfs-ttl,
[data-anchor=nfs].active .nfs-body {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

[data-anchor=nfs] {
  background: #4F9DB0;
}

.nfs__wrap {
  overflow: hidden;
  padding: 6.25vw 0vw 7.9861111111vw 0vw;
}
@media screen and (min-width: 1440px) {
  .nfs__wrap {
    padding: 90px 0px 115px 0px;
  }
}
.nfs__wrap {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 115px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .nfs__wrap {
    min-height: 100svh;
    padding: 33.3333333333vw 0 20vw 0;
  }
}

.nfs-line {
  pointer-events: none;
  position: absolute;
  inset: 0 auto auto 50%;
  width: 266.7361111111vw;
  max-width: 3841px;
  height: 20.625vw;
  max-height: 297px;
  margin: 4.1666666667vw 0vw 0vw -133.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .nfs-line {
    margin: 60px 0px 0px -1920px;
  }
}
.nfs-line {
  background: url(../img/top/nfs/line.svg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .nfs-line {
    inset: 21.3333333333vw auto auto -8.9333333333vw;
    margin: 0;
    width: 139.6vw;
    height: 57.3333333333vw;
    background: url(../img/top/nfs/line-sp.svg) no-repeat center top/cover;
  }
}

.nfs-list {
  width: 58.3333333333vw;
  max-width: 840px;
  margin: 0vw auto 5.2083333333vw auto;
}
@media screen and (min-width: 1440px) {
  .nfs-list {
    margin: 0px auto 75px auto;
  }
}
.nfs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.nfs-list__item {
  width: 19.4444444444vw;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 17.3611111111vw;
  max-height: 250px;
}
.nfs-list__item:nth-child(1) img {
  width: 8.5416666667vw;
  max-width: 123px;
}
.nfs-list__item:nth-child(2) img {
  width: 9.8611111111vw;
  max-width: 142px;
}
.nfs-list__item:nth-child(3) img {
  width: 8.4027777778vw;
  max-width: 121px;
}
@media screen and (max-width: 768px) {
  .nfs-list {
    width: 90vw;
    margin-bottom: 15.3333333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nfs-list__item {
    height: 36.6666666667vw;
  }
  .nfs-list__item:nth-child(1) {
    width: 33%;
  }
  .nfs-list__item:nth-child(1) img {
    width: 20.6499866667vw;
  }
  .nfs-list__item:nth-child(2) {
    width: 35%;
  }
  .nfs-list__item:nth-child(2) img {
    width: 23.89152vw;
  }
  .nfs-list__item:nth-child(3) {
    width: 30%;
  }
  .nfs-list__item:nth-child(3) img {
    width: 20.25928vw;
  }
}

.nfs-ttl {
  color: #fff;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.9166666667vw;
  font-size: max(2.9166666667vw,10px);
}
@media screen and (min-width: 1440px) {
  .nfs-ttl {
    font-size: 42px;
  }
}
.nfs-ttl strong {
  font-size: 3.0555555556vw;
  font-size: max(3.0555555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .nfs-ttl strong {
    font-size: 44px;
  }
}
.nfs-ttl {
  font-weight: 700;
  line-height: 1.24;
}
@media screen and (max-width: 768px) {
  .nfs-ttl {
    font-size: 7.0666666667vw;
  }
  .nfs-ttl strong {
    font-size: 7.0666666667vw;
  }
}

.nfs-body {
  color: #fff;
  text-align: center;
}
.nfs-body p {
  font-size: 1.25vw;
  font-size: max(1.25vw,10px);
}
@media screen and (min-width: 1440px) {
  .nfs-body p {
    font-size: 18px;
  }
}
.nfs-body p {
  line-height: 1.83333333;
  margin-bottom: 1em;
}
.nfs-body p:last-child {
  margin-bottom: 0;
}
.nfs-body p br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .nfs-body p {
    font-size: 3.4666666667vw;
  }
  .nfs-body p br.is-sp {
    display: inline;
  }
}

.nfs-link {
  position: relative;
  display: block;
  width: 15.8333333333vw;
  max-width: 228px;
  height: 7.9861111111vw;
  max-height: 115px;
  margin: 0vw 0vw 0vw -7.9166666667vw;
}
@media screen and (min-width: 1440px) {
  .nfs-link {
    margin: 0px 0px 0px -114px;
  }
}
.nfs-link {
  inset: auto auto 0 50%;
}
.nfs-link span {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .nfs-link span {
    font-size: 17px;
  }
}
.nfs-link span {
  font-weight: 500;
  line-height: 1.29411765;
  text-align: center;
  color: #fff;
  margin: -10.4166666667vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .nfs-link span {
    margin: -150px 0px 0px 0px;
  }
}
.nfs-link img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.nfs-link img.is-w {
  opacity: 1;
}
.nfs-link img.is-g {
  opacity: 0;
  -webkit-animation: fuwafuwa 2s infinite linear;
          animation: fuwafuwa 2s infinite linear;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
@media (hover: hover) {
  .nfs-link:hover img {
    -webkit-animation: purupuru 0.3s infinite linear;
            animation: purupuru 0.3s infinite linear;
  }
  .nfs-link:hover img.is-w {
    opacity: 0;
  }
  .nfs-link:hover img.is-g {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .nfs-link {
    display: block;
    position: relative;
    width: 34.62016vw;
    height: 17.8666666667vw;
    margin: 0 0 0 -17.31008vw;
    inset: auto auto auto 50%;
  }
  .nfs-link span {
    font-size: 3.3333333333vw;
    margin-top: -24vw;
  }
  .nfs-link:active:hover img {
    -webkit-animation: purupuru 0.3s infinite linear;
            animation: purupuru 0.3s infinite linear;
  }
  .nfs-link:active:hover img.is-w {
    opacity: 0;
  }
  .nfs-link:active:hover img.is-g {
    opacity: 1;
  }
}

.nfs-link-space {
  display: none;
}
@media screen and (max-width: 768px) {
  .nfs-link-space {
    display: block;
    height: 40vw;
    background: #fff;
  }
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0;
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes purupuru {
  0%, 100% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1.01, 0.99) rotate(0.2deg);
            transform: scale(1.01, 0.99) rotate(0.2deg);
  }
  75% {
    -webkit-transform: scale(0.99, 1.01) rotate(-0.2deg);
            transform: scale(0.99, 1.01) rotate(-0.2deg);
  }
}
@keyframes purupuru {
  0%, 100% {
    -webkit-transform: scale(1, 1) rotate(0deg);
            transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1.01, 0.99) rotate(0.2deg);
            transform: scale(1.01, 0.99) rotate(0.2deg);
  }
  75% {
    -webkit-transform: scale(0.99, 1.01) rotate(-0.2deg);
            transform: scale(0.99, 1.01) rotate(-0.2deg);
  }
}
[data-anchor=banners] .banner-link {
  -webkit-transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 800ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
[data-anchor=banners] .banners__frame,
[data-anchor=banners] .banner-school,
[data-anchor=banners] .banner-logo,
[data-anchor=banners] .banners__wrap:before {
  -webkit-transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-anchor=banners].active .banner-link {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
[data-anchor=banners].active .banners__frame,
[data-anchor=banners].active .banner-school,
[data-anchor=banners].active .banner-logo,
[data-anchor=banners].active .banners__wrap:before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

.banners {
  overflow: hidden;
  padding: 9.7222222222vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .banners {
    padding: 140px 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .banners {
    padding-top: 27.13644vw;
  }
}

.banners__wrap {
  position: relative;
}
.banners__wrap:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  pointer-events: none;
  width: 86.1805555556vw;
  max-width: 1241px;
  height: 47.2222222222vw;
  max-height: 680px;
  margin: 44.1666666667vw 0vw 0vw -44.375vw;
}
@media screen and (min-width: 1440px) {
  .banners__wrap:before {
    margin: 636px 0px 0px -639px;
  }
}
.banners__wrap:before {
  background: url(../img/top/banners/bg.webp) no-repeat center center/contain;
}
.banners__frame {
  width: 78.3091111111vw;
  max-width: 1127.6512px;
  margin: 0vw auto 20.8333333333vw auto;
}
@media screen and (min-width: 1440px) {
  .banners__frame {
    margin: 0px auto 300px auto;
  }
}
.banners__frame {
  border-radius: 20px;
  background: #f2f2f2;
  padding: 4.8611111111vw 4.8611111111vw 4.8611111111vw 4.8611111111vw;
}
@media screen and (min-width: 1440px) {
  .banners__frame {
    padding: 70px 70px 70px 70px;
  }
}
.banners__frame {
  position: relative;
}
.banners__frame:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  margin: -3.75vw 0vw 0vw -1.1805555556vw;
}
@media screen and (min-width: 1440px) {
  .banners__frame:before {
    margin: -54px 0px 0px -17px;
  }
}
.banners__frame:before {
  width: 82.9861111111vw;
  max-width: 1195px;
  height: 15.2430555556vw;
  max-height: 219.5px;
  background: url(../img/top/banners/leaf.webp) no-repeat center center/contain;
}
.banners__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.7777777778vw;
  font-size: max(2.7777777778vw,10px);
}
@media screen and (min-width: 1440px) {
  .banners__ttl {
    font-size: 40px;
  }
}
.banners__ttl {
  margin-bottom: 0.8em;
  line-height: 1;
}
.banners__desc {
  font-size: 1.25vw;
  font-size: max(1.25vw,10px);
}
@media screen and (min-width: 1440px) {
  .banners__desc {
    font-size: 18px;
  }
}
.banners__desc {
  text-align: center;
  line-height: 1;
  margin-bottom: 3em;
}
.banners__desc br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .banners {
    width: 100vw;
    overflow: hidden;
  }
  .banners__wrap:before {
    inset: auto auto 33.3333333333vw -3.3333333333vw;
    width: 100.8vw;
    height: 97.7333333333vw;
    margin: 0;
    background: url(../img/top/banners/bg-sp.webp) no-repeat center center/contain;
  }
  .banners__frame {
    width: 93.3333333333vw;
    margin-bottom: 24vw;
    border-radius: 2.8vw;
    padding: 16vw 4vw 9.3333333333vw;
  }
  .banners__frame:before {
    inset: -5.7333333333vw auto auto 0;
    margin: 0;
    width: 93.2vw;
    height: 15.8666666667vw;
    background: url(../img/top/banners/leaf-sp.webp) no-repeat center center/contain;
  }
  .banners__ttl {
    font-size: 7.3333333333vw;
  }
  .banners__desc {
    font-size: 3.4666666667vw;
    line-height: 1.88461538;
    margin-bottom: 2em;
  }
  .banners__desc br.is-sp {
    display: inline;
  }
}

.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4722222222vw;
  width: 59.0277777778vw;
  max-width: 850px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.4722222222vw 3.4722222222vw;
}
@media screen and (min-width: 1440px) {
  .banner-list {
    gap: 50px 50px;
  }
}
.banner-list__item {
  width: 17.3611111111vw;
  max-width: 250px;
}
.banner-list__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.3333333333vw;
    width: 82.6666666667vw;
  }
  .banner-list__item {
    width: 38.6666666667vw;
  }
}

.banner-school {
  width: 57.3611111111vw;
  max-width: 826px;
  margin: 0vw auto 11.8055555556vw auto;
}
@media screen and (min-width: 1440px) {
  .banner-school {
    margin: 0px auto 170px auto;
  }
}
.banner-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw 0vw;
}
@media screen and (min-width: 1440px) {
  .banner-school {
    gap: 20px 0px;
  }
}
.banner-school a {
  display: block;
  width: 16.6666666667vw;
  max-width: 240px;
}
.banner-school a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner-school {
    width: 88vw;
    margin-bottom: 16.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.6666666667vw 2vw;
  }
  .banner-school a {
    width: 43vw;
  }
}

.banner-logo {
  width: 13.8888888889vw;
  max-width: 200px;
  margin: 0vw auto 2.7777777778vw auto;
}
@media screen and (min-width: 1440px) {
  .banner-logo {
    margin: 0px auto 40px auto;
  }
}
.banner-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner-logo {
    width: 37.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}

.banner-link {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .banner-link {
    font-size: 19px;
  }
}
.banner-link {
  margin: auto;
  position: relative;
  width: 34.0277777778vw;
  max-width: 490px;
  height: 4.7222222222vw;
  max-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000;
}
.banner-link:after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  pointer-events: none;
  margin-right: -50.1388888889vw;
}
@media screen and (min-width: 1440px) {
  .banner-link:after {
    margin-right: -722px;
  }
}
.banner-link:after {
  width: 200.625vw;
  max-width: 2889px;
  height: 90.2777777778vw;
  max-height: 1300px;
  background: url(../img/top/banners/line.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .banner-link {
    font-size: 3.7333333333vw;
    width: 76.4vw;
    height: 10.9333333333vw;
  }
  .banner-link:after {
    inset: auto auto 0 -50.3843733333vw;
    margin: 0;
    width: 203.8666666667vw;
    height: 159.388vw;
    background: url(../img/top/banners/line-sp.svg) no-repeat center center/contain;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.prologue-ttl {
  font-size: 3.6111111111vw;
  font-size: max(3.6111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .prologue-ttl {
    font-size: 52px;
  }
}
.prologue-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.63461538;
  position: absolute;
  inset: 50% auto auto 50%;
  letter-spacing: 0.05em;
  margin: -1em 0 0 2em;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
@media screen and (max-width: 768px) {
  .prologue-ttl {
    font-size: 6.5333333333vw;
    line-height: 1.32653061;
    inset: 97.3333333333vw auto auto 40.1333333333vw;
    margin: 0;
  }
}

.prologue-mes {
  inset: 50% auto auto 50%;
  margin: -3.4722222222vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .prologue-mes {
    margin: -50px 0px 0px 0px;
  }
}
.prologue-mes {
  width: 50vw;
  overflow: hiddden;
  -webkit-transition: all 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.prologue-mes__track {
  -webkit-transition: all 800ms 300ms ease-in-out;
  transition: all 800ms 300ms ease-in-out;
}
.prologue-mes {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(9.0277777778vw, black), color-stop(14.5833333333vw, transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 9.0277777778vw, transparent 14.5833333333vw);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(9.0277777778vw, black), color-stop(14.5833333333vw, transparent));
          mask-image: linear-gradient(to bottom, black 0%, black 9.0277777778vw, transparent 14.5833333333vw);
}
@media screen and (min-width: 1440px) {
  .prologue-mes {
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 130px, transparent 210px);
            mask-image: linear-gradient(to bottom, black 0%, black 130px, transparent 210px);
  }
}
@media screen and (max-width: 768px) {
  .prologue-mes {
    inset: 100vw auto auto 9.3333333333vw;
    -webkit-transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    margin: 0;
    width: 81.3333333333vw;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(17.3333333333vw, black), color-stop(28vw, transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 17.3333333333vw, transparent 28vw);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(17.3333333333vw, black), color-stop(28vw, transparent));
            mask-image: linear-gradient(to bottom, black 0%, black 17.3333333333vw, transparent 28vw);
  }
}

@media screen and (max-width: 768px) {
  .fp-viewing-prologue02 .prologue-mes {
    inset: 100vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue03 .prologue-mes {
    inset: 101.3333333333vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue04 .prologue-mes {
    inset: 102.6666666667vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue05 .prologue-mes {
    inset: 104vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue06 .prologue-mes {
    inset: 105.3333333333vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue07 .prologue-mes {
    inset: 106.6666666667vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue08 .prologue-mes {
    inset: 108vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue09 .prologue-mes {
    inset: 109.3333333333vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue10 .prologue-mes {
    inset: 110.6666666667vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue11 .prologue-mes {
    inset: 112vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue12 .prologue-mes {
    inset: 113.3333333333vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue13 .prologue-mes {
    inset: 114.6666666667vw auto auto 9.3333333333vw;
  }
  .fp-viewing-prologue14 .prologue-mes {
    inset: 116vw auto auto 9.3333333333vw;
  }
}
.prologue-body {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .prologue-body {
    font-size: 19px;
  }
}
.prologue-body {
  line-height: 2.47368421;
  font-weight: 500;
  opacity: 1;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  position: relative;
}
.prologue-body strong {
  font-size: 2.0138888889vw;
  font-size: max(2.0138888889vw,10px);
}
@media screen and (min-width: 1440px) {
  .prologue-body strong {
    font-size: 29px;
  }
}
@media screen and (max-width: 768px) {
  .prologue-body {
    font-size: 2.5333333333vw;
  }
  .prologue-body strong {
    font-size: 3.8666666667vw;
  }
}

.fp-viewing-prologue02 .prologue-mes,
.fp-viewing-prologue03 .prologue-mes,
.fp-viewing-prologue04 .prologue-mes,
.fp-viewing-prologue05 .prologue-mes,
.fp-viewing-prologue06 .prologue-mes,
.fp-viewing-prologue07 .prologue-mes,
.fp-viewing-prologue08 .prologue-mes,
.fp-viewing-prologue09 .prologue-mes,
.fp-viewing-prologue10 .prologue-mes,
.fp-viewing-prologue11 .prologue-mes,
.fp-viewing-prologue12 .prologue-mes,
.fp-viewing-prologue13 .prologue-mes,
.fp-viewing-prologue14 .prologue-mes {
  -webkit-transition: all 1000ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1000ms 500ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  opacity: 1;
}

.prologue-mov {
  width: 78.75vw;
  max-width: 1134px;
  height: 44.296875vw;
  max-height: 637.875px;
  inset: 50% auto auto 50%;
  margin: -28.6111111111vw 0vw 0vw -56.0416666667vw;
}
@media screen and (min-width: 1440px) {
  .prologue-mov {
    margin: -412px 0px 0px -807px;
  }
}
.prologue-mov {
  background: url(../media/logo-poster.jpg) no-repeat center center/contain;
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.prologue-mov:after {
  content: "";
  z-index: 2;
  inset: 0;
  position: absolute;
  border: solid 2px #fff;
}
.prologue-mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .prologue-mov {
    width: 158.5333333333vw;
    height: 89.2vw;
    inset: 13.3333333333vw auto auto -16.6666666667vw;
    margin: 0;
  }
}

.fp-viewing-prologue12 .prologue-mov,
.fp-viewing-prologue13 .prologue-mov {
  opacity: 1;
}

.skip {
  position: absolute;
  inset: auto 0 0 auto;
  margin: 0vw 4.8611111111vw 3.4722222222vw 0vw;
}
@media screen and (min-width: 1440px) {
  .skip {
    margin: 0px 70px 50px 0px;
  }
}
.skip {
  cursor: pointer;
}
@media (hover: hover) {
  .skip a {
    -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
    cursor: pointer;
  }
  .skip a:hover {
    opacity: 0.7;
  }
}
.skip a {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .skip a {
    font-size: 16px;
  }
}
.skip a {
  font-weight: 300;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .skip {
    margin: 0 5.3333333333vw 21.3333333333vw 0;
  }
  .skip a {
    font-size: 2.8vw;
  }
}

.fp-viewing-prologue01 .skip,
.fp-viewing-prologue02 .skip,
.fp-viewing-prologue03 .skip,
.fp-viewing-prologue04 .skip,
.fp-viewing-prologue05 .skip,
.fp-viewing-prologue06 .skip,
.fp-viewing-prologue07 .skip,
.fp-viewing-prologue08 .skip,
.fp-viewing-prologue09 .skip,
.fp-viewing-prologue10 .skip,
.fp-viewing-prologue11 .skip,
.fp-viewing-prologue12 .skip,
.fp-viewing-prologue13 .skip {
  opacity: 1;
}

.prologue-img {
  pointer-events: none;
  position: absolute;
  inset: 50% auto auto 50%;
  margin: -28.125vw 0vw 0vw -50vw;
}
@media screen and (min-width: 1440px) {
  .prologue-img {
    margin: -405px 0px 0px -720px;
  }
}
.prologue-img {
  width: 100vw;
  max-width: 1440px;
  height: 56.25vw;
  max-height: 810px;
  opacity: 0.5;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 600ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.prologue-img img {
  width: 100%;
}
.prologue-img__item {
  position: absolute;
  z-index: 1;
  width: 150px;
  inset: 0 auto auto 0;
  -webkit-transition: all 5000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 5000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}
.prologue-img__item:nth-child(1) {
  -webkit-transform: translate3d(-20%, -20%, 0);
          transform: translate3d(-20%, -20%, 0);
}
.prologue-img__item:nth-child(2) {
  -webkit-transform: translate3d(20%, 20%, 0);
          transform: translate3d(20%, 20%, 0);
}
.prologue-img__item:nth-child(3) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.prologue-img__item:nth-child(4) {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.prologue-img__item:nth-child(5) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 768px) {
  .prologue-img {
    inset: 0 auto auto 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
  }
}

.section.active .prologue-img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.section.active .prologue-img__item {
  -webkit-transform: none !important;
          transform: none !important;
}
.section.active .line:after {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all 1500ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
  transition: all 1500ms 1000ms cubic-bezier(0.04, 0.51, 0.155, 0.985);
}

[data-anchor=prologue01] .line:after {
  inset: auto auto 30% 50%;
  height: 100vh;
  max-height: none;
  margin-top: 0;
  background: url(../img/top/prologue/line/01.svg) no-repeat right bottom/163.2638888889vw 92.5694444444vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue01] .line:after {
    background: url(../img/top/prologue/line/01.svg) no-repeat right bottom/2351px 1333px;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 1.2) {
  [data-anchor=prologue01] .line:after {
    inset: 0 0 auto auto;
    background: url(../img/top/prologue/line/01.svg) no-repeat right top/75vw auto;
  }
}
[data-anchor=prologue01] .prologue-img__item {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: -5.5555555556vw 0vw 0vw -16.6666666667vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue01] .prologue-img__item {
    margin: -80px 0px 0px -240px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue01] .line:after {
    inset: auto auto 18.6666666667vw 0;
    margin: 0;
    width: 70.8vw;
    height: 50.2666666667vw;
    background: url(../img/top/prologue/line/01-sp.svg) no-repeat center center/contain;
  }
  [data-anchor=prologue01] .prologue-img__item {
    width: 100vw;
    margin: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

[data-anchor=prologue02] .line:after {
  background: url(../img/top/prologue/line/02.svg) no-repeat left 3.8194444444vw/3840px auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue02] .line:after {
    background: url(../img/top/prologue/line/02.svg) no-repeat left 55px/3840px auto;
  }
}
[data-anchor=prologue02] .prologue-img__item {
  width: 38.4027777778vw;
  max-width: 553px;
  margin: 10.4166666667vw 0vw 0vw 8.3333333333vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue02] .prologue-img__item {
    margin: 150px 0px 0px 120px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue02] .line:after {
    background: url(../img/top/prologue/line/02-sp.svg) no-repeat left 28.6666666667vw/contain;
  }
  [data-anchor=prologue02] .prologue-img__item {
    width: 59.4vw;
    margin: 28.6666666667vw 0 0 14.5333333333vw;
  }
}

[data-anchor=prologue03] .line:after {
  background: url(../img/top/prologue/line/03.svg) no-repeat left 9.0277777778vw/267.0138888889vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue03] .line:after {
    background: url(../img/top/prologue/line/03.svg) no-repeat left 130px/3845px auto;
  }
}
[data-anchor=prologue03] .prologue-img__item:nth-child(1) {
  width: 18.8888888889vw;
  max-width: 272px;
  margin: 7.2916666667vw 0vw 0vw 5.8333333333vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue03] .prologue-img__item:nth-child(1) {
    margin: 105px 0px 0px 84px;
  }
}
[data-anchor=prologue03] .prologue-img__item:nth-child(2) {
  width: 20.9722222222vw;
  max-width: 302px;
  margin: 12.5vw 0vw 0vw 25.8333333333vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue03] .prologue-img__item:nth-child(2) {
    margin: 180px 0px 0px 372px;
  }
}
[data-anchor=prologue03] .prologue-img__item:nth-child(3) {
  width: 16.8055555556vw;
  max-width: 242px;
  margin: 26.9444444444vw 0vw 0vw 7.4305555556vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue03] .prologue-img__item:nth-child(3) {
    margin: 388px 0px 0px 107px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue03] .line:after {
    background: url(../img/top/prologue/line/03-sp.svg) no-repeat left 52.2666666667vw/contain;
  }
  [data-anchor=prologue03] .prologue-img__item:nth-child(1) {
    width: 34.9333333333vw;
    margin: 11.4666666667vw 0 0 30vw;
  }
  [data-anchor=prologue03] .prologue-img__item:nth-child(2) {
    width: 33.5333333333vw;
    margin: 28.6666666667vw 0 0 61.3333333333vw;
  }
  [data-anchor=prologue03] .prologue-img__item:nth-child(3) {
    width: 29.5333333333vw;
    margin: 46.2666666667vw 0 0 22.5333333333vw;
  }
}

[data-anchor=prologue04] .line:after {
  background: url(../img/top/prologue/line/04.svg) no-repeat right 6.9444444444vw/180.8333333333vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue04] .line:after {
    background: url(../img/top/prologue/line/04.svg) no-repeat right 100px/2604px auto;
  }
}
[data-anchor=prologue04] .prologue-img__item {
  width: 33.6458333333vw;
  max-width: 484.5px;
  margin: 15.2777777778vw 0vw 0vw 8.3333333333vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue04] .prologue-img__item {
    margin: 220px 0px 0px 120px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue04] .line:after {
    background: url(../img/top/prologue/line/04-sp.svg) no-repeat left 22.8vw/contain;
  }
  [data-anchor=prologue04] .prologue-img__item {
    width: 57.6666666667vw;
    margin: 37.4666666667vw 0 0 17.7333333333vw;
  }
}

[data-anchor=prologue05] .line:after {
  background: url(../img/top/prologue/line/05.svg) no-repeat right 4.8611111111vw/266.6666666667vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue05] .line:after {
    background: url(../img/top/prologue/line/05.svg) no-repeat right 70px/3840px auto;
  }
}
[data-anchor=prologue05] .prologue-img__item:nth-child(1) {
  width: 21.6666666667vw;
  max-width: 312px;
  margin: 3.125vw 0vw 0vw 31.7361111111vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue05] .prologue-img__item:nth-child(1) {
    margin: 45px 0px 0px 457px;
  }
}
[data-anchor=prologue05] .prologue-img__item:nth-child(2) {
  width: 20.625vw;
  max-width: 297px;
  margin: 14.0277777778vw 0vw 0vw 5.3472222222vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue05] .prologue-img__item:nth-child(2) {
    margin: 202px 0px 0px 77px;
  }
}
[data-anchor=prologue05] .prologue-img__item:nth-child(3) {
  width: 13.6805555556vw;
  max-width: 197px;
  margin: 32.2916666667vw 0vw 0vw 24.8611111111vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue05] .prologue-img__item:nth-child(3) {
    margin: 465px 0px 0px 358px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue05] .line:after {
    background: url(../img/top/prologue/line/05-sp.svg) no-repeat left 25.3333333333vw/contain;
  }
  [data-anchor=prologue05] .prologue-img__item:nth-child(1) {
    width: 37.0666666667vw;
    margin: 12vw 0 0 43.8666666667vw;
  }
  [data-anchor=prologue05] .prologue-img__item:nth-child(2) {
    width: 40.3333333333vw;
    margin: 37.4666666667vw 0 0 5.0666666667vw;
  }
  [data-anchor=prologue05] .prologue-img__item:nth-child(3) {
    width: 33.4666666667vw;
    margin: 49.4666666667vw 0 0 49.0666666667vw;
  }
}

[data-anchor=prologue06] .line:after {
  background: url(../img/top/prologue/line/06.svg) no-repeat right 0vw/266.6666666667vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue06] .line:after {
    background: url(../img/top/prologue/line/06.svg) no-repeat right 0px/3840px auto;
  }
}
[data-anchor=prologue06] .prologue-img__item:nth-child(1) {
  width: 22.8819444444vw;
  max-width: 329.5px;
  margin: 5.9027777778vw 0vw 0vw 23.4722222222vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue06] .prologue-img__item:nth-child(1) {
    margin: 85px 0px 0px 338px;
  }
}
[data-anchor=prologue06] .prologue-img__item:nth-child(2) {
  width: 17.8472222222vw;
  max-width: 257px;
  margin: 17.2916666667vw 0vw 0vw 3.125vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue06] .prologue-img__item:nth-child(2) {
    margin: 249px 0px 0px 45px;
  }
}
[data-anchor=prologue06] .prologue-img__item:nth-child(3) {
  width: 25.9722222222vw;
  max-width: 374px;
  margin: 29.1666666667vw 0vw 0vw 18.4027777778vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue06] .prologue-img__item:nth-child(3) {
    margin: 420px 0px 0px 265px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue06] .line:after {
    background: url(../img/top/prologue/line/06-sp.svg) no-repeat left 0vw/contain;
    width: 82.4vw;
  }
  [data-anchor=prologue06] .prologue-img__item:nth-child(1) {
    width: 38.4666666667vw;
    margin: 14.5333333333vw 0 0 44.9333333333vw;
  }
  [data-anchor=prologue06] .prologue-img__item:nth-child(2) {
    width: 35.8vw;
    margin: 30.4vw 0 0 5.8666666667vw;
  }
  [data-anchor=prologue06] .prologue-img__item:nth-child(3) {
    width: 43.1333333333vw;
    margin: 53.8666666667vw 0 0 36.5333333333vw;
  }
}

[data-anchor=prologue07] .line:after {
  background: url(../img/top/prologue/line/07.svg) no-repeat right 14.2361111111vw/266.6666666667vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue07] .line:after {
    background: url(../img/top/prologue/line/07.svg) no-repeat right 205px/3840px auto;
  }
}
[data-anchor=prologue07] .prologue-img__item:nth-child(1) {
  width: 26.4583333333vw;
  max-width: 381px;
  margin: 8.8194444444vw 0vw 0vw 3.0555555556vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue07] .prologue-img__item:nth-child(1) {
    margin: 127px 0px 0px 44px;
  }
}
[data-anchor=prologue07] .prologue-img__item:nth-child(1) {
  z-index: 2;
}
[data-anchor=prologue07] .prologue-img__item:nth-child(2) {
  width: 14.7916666667vw;
  max-width: 213px;
  margin: 7.8472222222vw 0vw 0vw 27.5694444444vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue07] .prologue-img__item:nth-child(2) {
    margin: 113px 0px 0px 397px;
  }
}
[data-anchor=prologue07] .prologue-img__item:nth-child(3) {
  width: 19.8611111111vw;
  max-width: 286px;
  margin: 31.4583333333vw 0vw 0vw 25.2777777778vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue07] .prologue-img__item:nth-child(3) {
    margin: 453px 0px 0px 364px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue07] .line:after {
    background: url(../img/top/prologue/line/07-sp.svg) no-repeat left 56.5333333333vw/contain;
  }
  [data-anchor=prologue07] .prologue-img__item:nth-child(1) {
    width: 50.7333333333vw;
    margin: 19.4666666667vw 0 0 6.8vw;
  }
  [data-anchor=prologue07] .prologue-img__item:nth-child(2) {
    width: 31.8666666667vw;
    margin: 20.9333333333vw 0 0 52.6666666667vw;
  }
  [data-anchor=prologue07] .prologue-img__item:nth-child(3) {
    width: 46.2vw;
    margin: 58.4vw 0 0 48.6666666667vw;
  }
}

[data-anchor=prologue08] .line:after {
  background: url(../img/top/prologue/line/08.svg) no-repeat right 6.9444444444vw/266.6666666667vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue08] .line:after {
    background: url(../img/top/prologue/line/08.svg) no-repeat right 100px/3840px auto;
  }
}
[data-anchor=prologue08] .prologue-img__item:nth-child(1) {
  width: 21.4236111111vw;
  max-width: 308.5px;
  margin: 3.0555555556vw 0vw 0vw 29.1666666667vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue08] .prologue-img__item:nth-child(1) {
    margin: 44px 0px 0px 420px;
  }
}
[data-anchor=prologue08] .prologue-img__item:nth-child(2) {
  width: 20.3472222222vw;
  max-width: 293px;
  margin: 11.1805555556vw 0vw 0vw 1.9444444444vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue08] .prologue-img__item:nth-child(2) {
    margin: 161px 0px 0px 28px;
  }
}
[data-anchor=prologue08] .prologue-img__item:nth-child(3) {
  width: 18.6111111111vw;
  max-width: 268px;
  margin: 26.5277777778vw 0vw 0vw 23.4722222222vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue08] .prologue-img__item:nth-child(3) {
    margin: 382px 0px 0px 338px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue08] .line:after {
    background: url(../img/top/prologue/line/08-sp.svg) no-repeat left 23.3333333333vw/contain;
  }
  [data-anchor=prologue08] .prologue-img__item:nth-child(1) {
    width: 40.3333333333vw;
    margin: 10.9333333333vw 0 0 43.0666666667vw;
  }
  [data-anchor=prologue08] .prologue-img__item:nth-child(2) {
    width: 35.1333333333vw;
    margin: 35.2vw 0 0 0vw;
  }
  [data-anchor=prologue08] .prologue-img__item:nth-child(3) {
    width: 41.5333333333vw;
    margin: 46.6666666667vw 0 0 32.6666666667vw;
  }
}

[data-anchor=prologue09] .line:after {
  background: url(../img/top/prologue/line/09.svg) no-repeat right 18.0555555556vw/266.6666666667vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue09] .line:after {
    background: url(../img/top/prologue/line/09.svg) no-repeat right 260px/3840px auto;
  }
}
[data-anchor=prologue09] .prologue-img__item:nth-child(1) {
  width: 13.3680555556vw;
  max-width: 192.5px;
  margin: 10vw 0vw 0vw 9.3055555556vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue09] .prologue-img__item:nth-child(1) {
    margin: 144px 0px 0px 134px;
  }
}
[data-anchor=prologue09] .prologue-img__item:nth-child(2) {
  width: 21.4236111111vw;
  max-width: 308.5px;
  margin: 22.5vw 0vw 0vw 7.1527777778vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue09] .prologue-img__item:nth-child(2) {
    margin: 324px 0px 0px 103px;
  }
}
[data-anchor=prologue09] .prologue-img__item:nth-child(3) {
  width: 16.25vw;
  max-width: 234px;
  margin: 2.7777777778vw 0vw 0vw 27.2222222222vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue09] .prologue-img__item:nth-child(3) {
    margin: 40px 0px 0px 392px;
  }
}
[data-anchor=prologue09] .prologue-img__item:nth-child(4) {
  width: 15.9375vw;
  max-width: 229.5px;
  margin: 17.2916666667vw 0vw 0vw 22.5vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue09] .prologue-img__item:nth-child(4) {
    margin: 249px 0px 0px 324px;
  }
}
[data-anchor=prologue09] .prologue-img__item:nth-child(5) {
  width: 15.5555555556vw;
  max-width: 224px;
  margin: 33.9583333333vw 0vw 0vw 26.1805555556vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue09] .prologue-img__item:nth-child(5) {
    margin: 489px 0px 0px 377px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue09] .line:after {
    background: url(../img/top/prologue/line/09-sp.svg) no-repeat left 40.6666666667vw/contain;
  }
  [data-anchor=prologue09] .prologue-img__item:nth-child(1) {
    width: 25.2666666667vw;
    margin: 25.2vw 0 0 21.6vw;
  }
  [data-anchor=prologue09] .prologue-img__item:nth-child(2) {
    width: 48.7333333333vw;
    margin: 44.6666666667vw 0 0 5.0666666667vw;
  }
  [data-anchor=prologue09] .prologue-img__item:nth-child(3) {
    width: 31.0666666667vw;
    margin: 11.3333333333vw 0 0 56.5333333333vw;
  }
  [data-anchor=prologue09] .prologue-img__item:nth-child(4) {
    width: 30.6vw;
    margin: 35.6vw 0 0 49.0666666667vw;
  }
  [data-anchor=prologue09] .prologue-img__item:nth-child(5) {
    width: 36.1333333333vw;
    margin: 64vw 0 0 59.4666666667vw;
  }
}

[data-anchor=prologue10] .line:after {
  background: url(../img/top/prologue/line/10.svg) no-repeat right 7.2916666667vw/171.7361111111vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue10] .line:after {
    background: url(../img/top/prologue/line/10.svg) no-repeat right 105px/2473px auto;
  }
}
[data-anchor=prologue10] .prologue-img__item:nth-child(1) {
  width: 21.875vw;
  max-width: 315px;
  margin: 10vw 0vw 0vw -1.7361111111vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue10] .prologue-img__item:nth-child(1) {
    margin: 144px 0px 0px -25px;
  }
}
[data-anchor=prologue10] .prologue-img__item:nth-child(2) {
  width: 17.2916666667vw;
  max-width: 249px;
  margin: 36.1805555556vw 0vw 0vw 5.7638888889vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue10] .prologue-img__item:nth-child(2) {
    margin: 521px 0px 0px 83px;
  }
}
[data-anchor=prologue10] .prologue-img__item:nth-child(3) {
  width: 21.3194444444vw;
  max-width: 307px;
  margin: 2.2222222222vw 0vw 0vw 25.625vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue10] .prologue-img__item:nth-child(3) {
    margin: 32px 0px 0px 369px;
  }
}
[data-anchor=prologue10] .prologue-img__item:nth-child(4) {
  width: 22.2222222222vw;
  max-width: 320px;
  margin: 23.8888888889vw 0vw 0vw 24.7222222222vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue10] .prologue-img__item:nth-child(4) {
    margin: 344px 0px 0px 356px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue10] .line:after {
    background: url(../img/top/prologue/line/10-sp.svg) no-repeat 26.9333333333vw 20vw/contain;
  }
  [data-anchor=prologue10] .prologue-img__item:nth-child(1) {
    width: 32.8vw;
    margin: 29.8666666667vw 0 0 6.1333333333vw;
  }
  [data-anchor=prologue10] .prologue-img__item:nth-child(2) {
    width: 26.6666666667vw;
    margin: 68.4vw 0 0 21.0666666667vw;
  }
  [data-anchor=prologue10] .prologue-img__item:nth-child(3) {
    width: 30.0666666667vw;
    margin: 17.3333333333vw 0 0 50.8vw;
  }
  [data-anchor=prologue10] .prologue-img__item:nth-child(4) {
    width: 53.8666666667vw;
    margin: 48.8vw 0 0 37.3333333333vw;
  }
}

[data-anchor=prologue11] .line:after {
  background: url(../img/top/prologue/line/11.svg) no-repeat right 0vw/266.6666666667vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue11] .line:after {
    background: url(../img/top/prologue/line/11.svg) no-repeat right 0px/3840px auto;
  }
}
[data-anchor=prologue11] .prologue-img__item:nth-child(1) {
  width: 32.3958333333vw;
  max-width: 466.5px;
  margin: 21.25vw 0vw 0vw 3.6805555556vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue11] .prologue-img__item:nth-child(1) {
    margin: 306px 0px 0px 53px;
  }
}
[data-anchor=prologue11] .prologue-img__item:nth-child(1) {
  z-index: 2;
}
[data-anchor=prologue11] .prologue-img__item:nth-child(2) {
  width: 14.5833333333vw;
  max-width: 210px;
  margin: 16.7361111111vw 0vw 0vw 31.3888888889vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue11] .prologue-img__item:nth-child(2) {
    margin: 241px 0px 0px 452px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue11] .line:after {
    background: url(../img/top/prologue/line/11-sp.svg) no-repeat left 13.3333333333vw/102vw;
  }
  [data-anchor=prologue11] .prologue-img__item:nth-child(1) {
    width: 52.5333333333vw;
    margin: 47.3333333333vw 0 0 8.4vw;
  }
  [data-anchor=prologue11] .prologue-img__item:nth-child(2) {
    width: 31.9333333333vw;
    margin: 57.6vw 0 0 59.3333333333vw;
  }
}

[data-anchor=prologue12] .line:after {
  background: url(../img/top/prologue/line/12.svg) no-repeat right 11.1111111111vw/266.6666666667vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue12] .line:after {
    background: url(../img/top/prologue/line/12.svg) no-repeat right 160px/3840px auto;
  }
}
[data-anchor=prologue12] .prologue-img__item:nth-child(1) {
  width: 19.6875vw;
  max-width: 283.5px;
  margin: 13.2638888889vw 0vw 0vw 18.75vw;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue12] .prologue-img__item:nth-child(1) {
    margin: 191px 0px 0px 270px;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue12] .line:after {
    background: url(../img/top/prologue/line/12-sp.svg) no-repeat left 89.3333333333vw/contain;
  }
  [data-anchor=prologue12] .prologue-img__item:nth-child(1) {
    width: 39.1333333333vw;
    margin: 29.3333333333vw 0 0 24vw;
  }
}

[data-anchor=prologue13] .line:after {
  background: url(../img/top/prologue/line/13.svg) no-repeat right 6.4583333333vw/266.6666666667vw auto;
}
@media screen and (min-width: 1440px) {
  [data-anchor=prologue13] .line:after {
    background: url(../img/top/prologue/line/13.svg) no-repeat right 93px/3840px auto;
  }
}
@media screen and (max-width: 768px) {
  [data-anchor=prologue13] .line:after {
    background: url(../img/top/prologue/line/13-sp.svg) no-repeat left 22vw/contain;
  }
}

.not404__ttl {
  font-size: 3.4722222222vw;
  font-size: max(3.4722222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .not404__ttl {
    font-size: 50px;
  }
}
.not404__ttl {
  font-weight: 700;
  text-align: center;
}
.not404__txt {
  font-size: 1.3888888889vw;
  font-size: max(1.3888888889vw,10px);
}
@media screen and (min-width: 1440px) {
  .not404__txt {
    font-size: 20px;
  }
}
.not404__txt {
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1em;
}
.not404__txt-s {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .not404__txt-s {
    font-size: 14px;
  }
}
.not404__txt-s {
  font-weight: 500;
  line-height: 1.642857143;
  text-align: center;
  margin-bottom: 2em;
}
.not404__bg {
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 1440px) {
  .not404__bg {
    margin-bottom: 45px;
  }
}
.not404__bg {
  padding: 3.8888888889vw 0vw 2.2222222222vw 0vw;
}
@media screen and (min-width: 1440px) {
  .not404__bg {
    padding: 56px 0px 32px 0px;
  }
}
.not404__bg {
  background-color: #E6E6E6;
}
.not404__link {
  display: block;
  width: 17.1701666667vw;
  max-width: 247.2504px;
  font-size: 1.25vw;
  font-size: max(1.25vw,10px);
}
@media screen and (min-width: 1440px) {
  .not404__link {
    font-size: 18px;
  }
}
.not404__link {
  font-weight: 500;
  line-height: 1.253333333;
  text-align: center;
  text-decoration: none;
  color: #000000;
  padding: 1.2em 2em;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 999px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .not404__link {
    margin: 0px auto 0px auto;
  }
}
@media screen and (max-width: 768px) {
  .not404__ttl {
    font-size: 7.7333333333vw;
  }
  .not404__txt {
    font-size: 3.0666666667vw;
    line-height: 1.565217391;
  }
  .not404__txt-s {
    font-size: 2.6666666667vw;
    line-height: 1.75;
  }
  .not404__bg {
    margin-bottom: 9.2vw;
    padding: 7.4666666667vw 0 4.2666666667vw 0;
  }
  .not404__link {
    width: 75.3333333333vw;
    font-size: 4vw;
    line-height: 1.168666667;
  }
}

.news {
  position: relative;
}
.news:before {
  content: "";
  width: 41.4799097222vw;
  max-width: 597.3107px;
  height: 18.6961805556vw;
  max-height: 269.225px;
  background-image: url("../img/news/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  margin: -7.9861111111vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .news:before {
    margin: -115px 0px 0px 0px;
  }
}
.news__wrap {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .news__wrap {
    margin: 0px auto 0px auto;
  }
}
.news__wrap02 {
  padding: 3.125vw 0vw 2.1527777778vw 0vw;
}
@media screen and (min-width: 1440px) {
  .news__wrap02 {
    padding: 45px 0px 31px 0px;
  }
}
.news__wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__date {
  font-size: 1.3194444444vw;
  font-size: max(1.3194444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .news__date {
    font-size: 19px;
  }
}
.news__date {
  font-weight: 400;
}
.news__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0vw 0.3472222222vw;
}
@media screen and (min-width: 1440px) {
  .news__cate {
    gap: 0px 5px;
  }
}
.news__cate {
  margin-left: 1.5em;
}
.news__cate span {
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw,10px);
}
@media screen and (min-width: 1440px) {
  .news__cate span {
    font-size: 15px;
  }
}
.news__cate span {
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #159AC7;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 3em;
}
.news__cate span.is-event {
  background: #407636;
}
.news__cate span.is-media {
  background: #7DA941;
}
.news__cate span.is-news {
  background: #2ca6e0;
}
.news__cate span.is-collabo {
  background: #f5ae23;
}
.news__ttl {
  font-size: 2.5vw;
  font-size: max(2.5vw,10px);
}
@media screen and (min-width: 1440px) {
  .news__ttl {
    font-size: 36px;
  }
}
.news__ttl {
  font-weight: 700;
  line-height: 1.361111111;
  margin-bottom: 1.5em;
  text-align: justify;
}
.news__pic-main {
  width: 100%;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .news__pic-main {
    margin-bottom: 20px;
  }
}
.news__pic-main img {
  max-width: 100%;
}
.news__txt {
  font-size: 1.1805555556vw;
  font-size: max(1.1805555556vw,10px);
}
@media screen and (min-width: 1440px) {
  .news__txt {
    font-size: 17px;
  }
}
.news__txt {
  font-weight: 400;
  line-height: 1.941176471;
  margin-bottom: 1.5em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .news:before {
    width: 49.87896vw;
    height: 22.48188vw;
    background-image: url("../img/news/line-sp.svg");
    margin: -16vw 0 0 0;
  }
  .news__wrap {
    width: 88vw;
    padding-top: 10.1333333333vw;
  }
  .news__date {
    font-size: 3.2vw;
  }
  .news__cate {
    gap: 0 0.2666666667vw;
    margin-left: 1.5em;
  }
  .news__cate span {
    font-size: 2.4vw;
    padding: 0.5em 1em;
  }
  .news__ttl {
    font-size: 4.2666666667vw;
  }
  .news__pic-main {
    margin-bottom: 2.6666666667vw;
  }
  .news__pic-main img {
    max-width: 100% !important;
  }
  .news__txt {
    font-size: 3.4666666667vw;
    line-height: 1.884615385;
  }
}

.news-content {
  width: 55.5555555556vw;
  max-width: 800px;
  margin: 0vw auto 6.9444444444vw auto;
}
@media screen and (min-width: 1440px) {
  .news-content {
    margin: 0px auto 100px auto;
  }
}
.news-content {
  position: relative;
  padding-bottom: 10.4166666667vw;
}
@media screen and (min-width: 1440px) {
  .news-content {
    padding-bottom: 150px;
  }
}
.news-content .toc_list {
  display: none;
}
.news-content:after {
  content: "";
  position: absolute;
  inset: auto auto 0 50%;
  margin: 0vw 0vw 0vw -133.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .news-content:after {
    margin: 0px 0px 0px -1920px;
  }
}
.news-content:after {
  width: 266.6666666667vw;
  max-width: 3840px;
  height: 4.7222222222vw;
  max-height: 68px;
  background: url(../img/common/book.svg) repeat-x center bottom/133.3333333333vw 4.7222222222vw;
}
@media screen and (min-width: 1440px) {
  .news-content:after {
    background: url(../img/common/book.svg) repeat-x center bottom/1920px 68px;
  }
}
@media screen and (max-width: 768px) {
  .news-content {
    width: 100%;
    margin-bottom: 13.3333333333vw;
    padding-bottom: 20vw;
  }
  .news-content:after {
    margin-left: -99.4666666667vw;
    width: 198.9333333333vw;
    height: 8.9333333333vw;
    background: url(../img/common/book.svg) no-repeat center bottom/198.9333333333vw 8.9333333333vw;
  }
}

.news-separate {
  width: 266.6666666667vw;
  max-width: 3840px;
  position: absolute;
}

.iv {
  position: relative;
}
.iv:before {
  content: "";
  width: 37.7364930556vw;
  max-width: 543.4055px;
  height: 20.7968958333vw;
  max-height: 299.4753px;
  background-image: url("../img/interview/line02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  margin: -14.5833333333vw 0vw auto auto;
}
@media screen and (min-width: 1440px) {
  .iv:before {
    margin: -210px 0px auto auto;
  }
}
.iv__ttl {
  font-size: 3.4722222222vw;
  font-size: max(3.4722222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .iv__ttl {
    font-size: 50px;
  }
}
.iv__ttl {
  font-weight: 700;
  line-height: 1.611111111;
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 1440px) {
  .iv__ttl {
    margin-top: 48px;
  }
}
.iv__ttl {
  margin-bottom: 1em;
}
.iv__cate {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .iv__cate {
    font-size: 14px;
  }
}
.iv__cate {
  font-weight: 400;
  line-height: 1.785714286;
  margin-left: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .iv__cate {
    margin-left: 20px;
  }
}
.iv__name {
  font-size: 2.0138888889vw;
  font-size: max(2.0138888889vw,10px);
}
@media screen and (min-width: 1440px) {
  .iv__name {
    font-size: 29px;
  }
}
.iv__name {
  font-weight: 700;
  line-height: 1.642857143;
  margin-left: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .iv__name {
    margin-left: 20px;
  }
}
.iv__wrap {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .iv__wrap {
    margin: 0px auto 0px auto;
  }
}
.iv__wrap {
  border-bottom: 1px solid #000000;
}
.iv__books {
  display: block;
  width: 15.8805972222vw;
  max-width: 228.6806px;
  margin: 0vw 0vw 0vw auto;
}
@media screen and (min-width: 1440px) {
  .iv__books {
    margin: 0px 0px 0px auto;
  }
}
.iv__books img {
  display: block;
}
.iv__ttl-s {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .iv__ttl-s {
    font-size: 16px;
  }
}
.iv__ttl-s {
  font-weight: 400;
  line-height: 1.5625;
  margin-bottom: 0.5em;
  margin: 1.3888888889vw 0vw 0vw 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .iv__ttl-s {
    margin: 20px 0px 0px 20px;
  }
}
.iv__txt-s {
  font-size: 0.9722222222vw;
  font-size: max(0.9722222222vw,10px);
}
@media screen and (min-width: 1440px) {
  .iv__txt-s {
    font-size: 14px;
  }
}
.iv__txt-s {
  font-weight: 400;
  line-height: 1.785714286;
  text-align: justify;
  margin: 0vw 1.7361111111vw 1.3888888889vw 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .iv__txt-s {
    margin: 0px 25px 20px 20px;
  }
}
.iv__wrap02 {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .iv__wrap02 {
    margin: 0px auto 0px auto;
  }
}
.iv__txt {
  font-size: 1.25vw;
  font-size: max(1.25vw,10px);
}
@media screen and (min-width: 1440px) {
  .iv__txt {
    font-size: 18px;
  }
}
.iv__txt {
  font-weight: 700;
  line-height: 1.777777778;
  color: #0071BC;
  margin: 1.5em 0 3em 0;
  text-align: justify;
}
.iv__movie {
  width: 69.4444444444vw;
  max-width: 1000px;
  height: 39.0277777778vw;
  max-height: 562px;
  margin: 0vw auto 4.8611111111vw auto;
}
@media screen and (min-width: 1440px) {
  .iv__movie {
    margin: 0px auto 70px auto;
  }
}
.iv__movie {
  background-color: #E6E6E6;
  border-radius: 0.6944444444vw;
  position: relative;
  display: block;
}
.iv__movie:before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/common/icon-play.svg) no-repeat center center/100px 100px;
}
.iv__movie img {
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .iv__movie {
    border-radius: 10px;
  }
}
.iv__wrap03 {
  background-color: #E6E6E6;
}
.iv__wrap04 {
  width: 69.4444444444vw;
  max-width: 1000px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1440px) {
  .iv__wrap04 {
    margin: 0px auto 0px auto;
  }
}
.iv__wrap04 {
  padding: 4.7222222222vw 0vw 1.3888888889vw 0vw;
}
@media screen and (min-width: 1440px) {
  .iv__wrap04 {
    padding: 68px 0px 20px 0px;
  }
}
.iv__wrap04 {
  position: relative;
}
.iv__point {
  font-size: 1.3694444444vw;
  font-size: max(1.3694444444vw,10px);
}
@media screen and (min-width: 1440px) {
  .iv__point {
    font-size: 19.72px;
  }
}
.iv__point {
  font-weight: 700;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19.0050277778vw;
  max-width: 273.6724px;
  height: 3.7149444444vw;
  max-height: 53.4952px;
  background-image: url("../img/interview/point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1.875vw;
}
@media screen and (min-width: 1440px) {
  .iv__point {
    margin-top: -27px;
  }
}
.iv__point-txt {
  font-size: 1.3888888889vw;
  font-size: max(1.3888888889vw,10px);
}
@media screen and (min-width: 1440px) {
  .iv__point-txt {
    font-size: 20px;
  }
}
.iv__point-txt {
  font-weight: 400;
  line-height: 1.219;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
  position: relative;
}
.iv__point-txt:before {
  width: 1.9852777778vw;
  max-width: 28.588px;
  height: 1.9852777778vw;
  max-height: 28.588px;
  content: "";
  background-image: url("../img/interview/bubble.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.iv__slider {
  padding: 4.8611111111vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .iv__slider {
    padding: 70px 0px 0px 0px;
  }
}
.iv__slider {
  margin: auto;
  width: 45.8333333333vw;
  max-width: 660px;
}
.iv__slider p {
  text-align: center;
  font-size: 1.0416666667vw;
  font-size: max(1.0416666667vw,10px);
}
@media screen and (min-width: 1440px) {
  .iv__slider p {
    font-size: 15px;
  }
}
.iv__slider p {
  margin: 1em 0;
}
.iv .f-carousel__slide img {
  width: 45.8333333333vw;
  max-width: 660px;
  height: 25.7638888889vw;
  max-height: 371px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #ccc;
}
.iv .f-thumbs__slide.is-selected {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .iv:before {
    width: 55.6140266667vw;
    height: 30.6493466667vw;
    margin: -37.3333333333vw 0 auto auto;
    right: auto;
    left: 50%;
  }
  .iv__ttl {
    font-size: 6.1333333333vw;
    margin-top: 6.4vw;
    line-height: 1.260869565;
    margin-bottom: 0.5em;
  }
  .iv__cate {
    font-size: 2.6666666667vw;
    line-height: 1.7;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
  .iv__name {
    font-size: 4.6666666667vw;
    line-height: 1;
    margin-left: 0;
    margin-bottom: 1em;
  }
  .iv__wrap {
    width: 88vw;
  }
  .iv__books {
    display: none;
  }
  .iv__ttl-s {
    font-size: 2.9333333333vw;
    line-height: 1.5;
    margin: 6.4vw 0 0 0;
  }
  .iv__txt-s {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    margin: 0 0 6.4vw 0;
    text-align: justify;
  }
  .iv__wrap02 {
    width: 88vw;
    margin: 0 auto 0 auto;
  }
  .iv__txt {
    font-size: 3.6vw;
    line-height: 1.814814815;
    margin: 1.5em 0 3em 0;
  }
  .iv__movie {
    width: 88vw;
    height: 49.5vw;
    margin-bottom: 12.6666666667vw;
    border-radius: 1.3333333333vw;
  }
  .iv__movie:before {
    background: url(../img/common/icon-play.svg) no-repeat center center/13.3333333333vw 13.3333333333vw;
  }
  .iv__wrap04 {
    width: 88vw;
    padding: 9.7333333333vw 0 5.2vw 0;
  }
  .iv__point {
    width: 37.1695066667vw;
    height: 7.09084vw;
    font-size: 3.4666666667vw;
    margin-top: -3.6vw;
  }
  .iv__point-txt {
    font-size: 3.9026666667vw;
    margin-bottom: 1em;
  }
  .iv__point-txt:before {
    width: 5.07204vw;
    height: 5.07204vw;
  }
  .iv__slider {
    padding: 8vw 0 0 0;
    width: 86.6666666667vw;
  }
  .iv__slider p {
    font-size: 2.6666666667vw;
  }
  .iv .f-carousel__slide img {
    width: 86.6666666667vw;
    height: 48.75vw;
  }
}

.iv-reco {
  padding: 20.8333333333vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .iv-reco {
    padding: 300px 0px 0px 0px;
  }
}
.iv-reco {
  position: relative;
}
.iv-reco:before {
  content: "";
  pointer-events: none;
  width: 100vw;
  height: 49.7222222222vw;
  max-height: 716px;
  position: absolute;
  inset: 0 auto auto 0;
  margin: -10.4166666667vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1440px) {
  .iv-reco:before {
    margin: -150px 0px 0px 0px;
  }
}
.iv-reco:before {
  background: url(../img/interview/line.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .iv-reco {
    padding-top: 20vw;
    position: relative;
  }
  .iv-reco:before {
    width: 156.2666666667vw;
    height: 37.7333333333vw;
    position: absolute;
    inset: 0 auto auto 50%;
    margin: -4vw 0 0 -78.1333333333vw;
    background: url(../img/interview/line-sp.svg) no-repeat center center/contain;
  }
}

.wp-content * {
  font-size: 1.1111111111vw;
  font-size: max(1.1111111111vw,10px);
}
@media screen and (min-width: 1440px) {
  .wp-content * {
    font-size: 16px;
  }
}
.wp-content * {
  word-break: break-all;
  word-wrap: break-word;
}
.wp-content:after {
  content: "";
  display: block;
  clear: both;
}
.wp-content .aligncenter {
  display: block;
  margin: auto;
}
.wp-content .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.wp-content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wp-content img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100% !important;
}
.wp-content img.alignleft,
.wp-content img.alignright {
  width: 50%;
  height: auto;
}
.wp-content strong {
  font-weight: bold;
}
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6, .wp-content ul, .wp-content dl, .wp-content ol, .wp-content table {
  clear: both;
}
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6, .wp-content p, .wp-content blockquote, .wp-content ul, .wp-content dl, .wp-content ol, .wp-content table {
  margin: 2em 0;
}
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 {
  line-height: 1.3;
}
.wp-content p, .wp-content blockquote, .wp-content li, .wp-content dt, .wp-content dd, .wp-content th, .wp-content td {
  line-height: 1.7;
}
.wp-content h1 {
  font-size: 1.6666666667vw;
  font-size: max(1.6666666667vw,10px);
}
@media screen and (min-width: 1440px) {
  .wp-content h1 {
    font-size: 24px;
  }
}
.wp-content h1 {
  font-weight: bold;
}
.wp-content h2 {
  font-size: 1.3888888889vw;
  font-size: max(1.3888888889vw,10px);
}
@media screen and (min-width: 1440px) {
  .wp-content h2 {
    font-size: 20px;
  }
}
.wp-content h2 {
  font-weight: bold;
}
.wp-content h3 {
  font-size: 1.25vw;
  font-size: max(1.25vw,10px);
}
@media screen and (min-width: 1440px) {
  .wp-content h3 {
    font-size: 18px;
  }
}
.wp-content h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px #999;
}
.wp-content ul, .wp-content dl {
  list-style-type: disc;
  padding-left: 2em;
}
.wp-content ol {
  padding-left: 2em;
}
.wp-content a:link, .wp-content a:visited {
  text-decoration: underline;
}
.wp-content table {
  width: 100%;
  border-collapse: collapse;
}
.wp-content table th, .wp-content table td {
  width: auto;
  padding: 1em;
  text-align: left;
  border: solid 1px #ccc;
  border-style: dotted none;
}
.wp-content table th {
  min-width: 100px;
  font-weight: bold;
}
.wp-content table td {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .wp-content * {
    font-size: 3.5vw;
  }
  .wp-content img.alignleft,
  .wp-content img.alignright {
    float: none;
    width: 100%;
    margin: 0 0 2vw 0;
  }
  .wp-content h2 {
    font-size: 4vw;
  }
  .wp-content h3 {
    font-size: 3.5vw;
  }
}
/*# sourceMappingURL=app.css.map */