<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

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

:root {
  --color-bg: #F8F4EB;
  --font-en: "Barlow Condensed", sans-serif;
  --font-jp-r: "A1ゴシック R", "A1 Gothic R", "游ゴシック体 Pr6N R", "Yu Gothic Pr6N R", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  --font-jp-m: "A1ゴシック M", "A1 Gothic M", "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  --font-jp-b: "A1ゴシック B", "A1 Gothic B", "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  --font-yu-r: "游ゴシック体 Pr6N R", "Yu Gothic Pr6N R", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  --font-yu-m: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  --font-yu-b: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
}

body {
  background-color: var(--color-bg);
  color: #000;
  font-family: var(--font-jp-r);
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}

main {
  overflow: hidden;
}

p {
  line-break: strict;
}

a {
  color: inherit;
  text-decoration: none;
}
a.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 960.1px) {
  a.arrow {
    gap: 8px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  a.arrow {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
a.arrow::before {
  content: "";
  display: inline-block;
  border: 1px solid #000;
  border-radius: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 960.1px) {
  a.arrow::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 960px) {
  a.arrow::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
a.arrow::after {
  content: "";
  display: inline-block;
  background-color: #000;
  -webkit-mask-image: url(../img/btn_arrow.svg);
          mask-image: url(../img/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media print, screen and (min-width: 960.1px) {
  a.arrow::after {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 12px;
            mask-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  a.arrow::after {
    width: 6.4vw;
    height: 6.4vw;
    -webkit-mask-size: 3.2vw;
            mask-size: 3.2vw;
  }
}
@media (hover: hover) {
  a.arrow:hover::before {
    background-color: #000;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  a.arrow:hover::after {
    background-color: #fff;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}

img {
  vertical-align: bottom;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

.nv_togglePlay {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: url(../img/btn_pause.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width: 960.1px) {
  .nv_togglePlay {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 960px) {
  .nv_togglePlay {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.nv_togglePlay.is-paused {
  background-image: url(../img/btn_play.svg);
}

.onFadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.onFadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s cubic-bezier(0.785, 0.135, 0.150, 0.860), -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.150, 0.860) !important;
  transition: opacity 1s cubic-bezier(0.785, 0.135, 0.150, 0.860), -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.150, 0.860) !important;
  transition: opacity 1s cubic-bezier(0.785, 0.135, 0.150, 0.860), transform 1s cubic-bezier(0.785, 0.135, 0.150, 0.860) !important;
  transition: opacity 1s cubic-bezier(0.785, 0.135, 0.150, 0.860), transform 1s cubic-bezier(0.785, 0.135, 0.150, 0.860), -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.150, 0.860) !important;
}

header {
  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;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media print, screen and (min-width: 960.1px) {
  header {
    gap: 30px;
    padding: 0 99px 0 30px;
    height: 100px;
  }
}
@media screen and (max-width: 960px) {
  header {
    gap: 4vw;
    padding: 0 8vw 0 5.3333333333vw;
    height: 24.5333333333vw;
  }
}
header .logo {
  background-color: #000;
  -webkit-mask-image: url(../img/logo.svg);
          mask-image: url(../img/logo.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media print, screen and (min-width: 960.1px) {
  header .logo {
    width: 110px;
    height: 50px;
  }
}
@media screen and (max-width: 960px) {
  header .logo {
    width: 18.6666666667vw;
    height: 9.0666666667vw;
  }
}
header .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  font-family: var(--font-jp-m);
}
@media print, screen and (min-width: 960.1px) {
  header .title {
    gap: 12px;
    margin-bottom: 1px;
    font-size: 20px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 960px) {
  header .title {
    gap: 2.1333333333vw;
    margin-bottom: 1.0666666667vw;
    font-size: 4vw;
    letter-spacing: 0.1866666667vw;
  }
}
header .title small {
  padding-left: 0.03em;
  font-family: var(--font-en);
  font-weight: 500;
}
@media print, screen and (min-width: 960.1px) {
  header .title small {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  header .title small {
    font-size: 3.2vw;
    letter-spacing: 0.02em;
  }
}
header .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  font-family: var(--font-jp-m);
  z-index: 1;
}
@media print, screen and (min-width: 960.1px) {
  header .btn {
    padding: 13px 30px;
    border: 1px solid #000;
    border-radius: 100px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 960px) {
  header .btn {
    display: none;
  }
}
@media print, screen and (min-width: 960.1px) {
  header .btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .btn span::after {
  content: "";
  display: inline-block;
  background-color: #000;
  -webkit-mask-image: url(../img/icon_external-link-s.svg);
          mask-image: url(../img/icon_external-link-s.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media print, screen and (min-width: 960.1px) {
  header .btn span::after {
    margin-left: 10px;
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 960.1px) {
  header .btn small {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  header .btn small {
    font-family: var(--font-en);
    font-size: 4.2666666667vw;
    font-weight: 500;
    letter-spacing: 0.256vw;
  }
}
header .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--2, linear-gradient(90deg, #F19EC2 0%, #EB613B 30.6%, #FFE33F 61.2%));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  header .btn:hover {
    color: #fff;
    border-color: transparent;
  }
  header .btn:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  header .btn:hover span::after {
    background-color: #fff;
  }
}
header .nv_menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: fixed;
  z-index: 101;
}
@media print, screen and (min-width: 960.1px) {
  header .nv_menu {
    gap: 10px;
    width: 40px;
    height: 22px;
    top: 39px;
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  header .nv_menu {
    gap: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 5.8666666667vw;
    top: 8.5333333333vw;
    right: 8vw;
  }
}
header .nv_menu span {
  display: block;
  background-color: rgb(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media print, screen and (min-width: 960.1px) {
  header .nv_menu span {
    width: 100%;
    height: 2px;
  }
}
@media screen and (max-width: 960px) {
  header .nv_menu span {
    width: 100%;
    height: 2px;
  }
}
header .nv_menu span::before, header .nv_menu span::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media print, screen and (min-width: 960.1px) {
  header .nv_menu span::before, header .nv_menu span::after {
    width: 100%;
    height: 2px;
  }
}
@media screen and (max-width: 960px) {
  header .nv_menu span::before, header .nv_menu span::after {
    width: 100%;
    height: 2px;
  }
}
header .nv_menu span::before {
  top: 0;
}
header .nv_menu span::after {
  bottom: 0;
}
header .nv_menu.is-opened span {
  background-color: rgba(0, 0, 0, 0);
}
header .nv_menu.is-opened span::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(26.57deg);
          transform: translateY(-50%) rotate(26.57deg);
}
header .nv_menu.is-opened span::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(153.43deg);
          transform: translateY(50%) rotate(153.43deg);
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: var(--color-bg);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media print, screen and (min-width: 960.1px) {
  #menu {
    padding-left: 81px;
    width: 445px;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 960px) {
  #menu {
    padding-left: 16vw;
    width: 100%;
  }
}
#menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960.1px) {
  #menu ul {
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  #menu ul {
    gap: 10.6666666667vw;
  }
}
#menu ul li {
  color: #000;
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media print, screen and (min-width: 960.1px) {
  #menu ul li {
    font-size: 32px;
    letter-spacing: 1.92px;
  }
}
@media screen and (max-width: 960px) {
  #menu ul li {
    font-size: 7.4666666667vw;
    letter-spacing: 0.448vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #menu ul li ul {
    margin-top: 30px;
    margin-left: 10px;
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  #menu ul li ul {
    margin-top: 8vw;
    margin-left: 2.6666666667vw;
    gap: 5.3333333333vw;
  }
}
#menu ul li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 960.1px) {
  #menu ul li ul li {
    gap: 6px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}
@media screen and (max-width: 960px) {
  #menu ul li ul li {
    gap: 1.6vw;
    font-size: 5.8666666667vw;
    letter-spacing: 0.352vw;
  }
}
#menu ul li ul li::before {
  content: "";
  display: inline-block;
  background-color: #000;
}
@media print, screen and (min-width: 960.1px) {
  #menu ul li ul li::before {
    width: 7px;
    height: 2px;
  }
}
@media screen and (max-width: 960px) {
  #menu ul li ul li::before {
    width: 1.8666666667vw;
    height: 0.5333333333vw;
  }
}

.floating-btn {
  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;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media print, screen and (min-width: 960.1px) {
  .floating-btn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
    padding: 12px 20px 14px 24px;
    border-radius: 0 0 40px 40px;
    right: 99px;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: 50;
  }
  .floating-btn.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 960px) {
  .floating-btn {
    padding: 5.3333333333vw 1.6vw 4.2666666667vw 2.1333333333vw;
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
    top: 29.8666666667vw;
    right: 0;
    -webkit-box-shadow: 0px 0.8vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0.8vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
  }
  .floating-btn .en {
    display: none;
  }
  .floating-btn.is-active {
    -webkit-transform: translateY(-7.4666666667vw);
            transform: translateY(-7.4666666667vw);
  }
}
.floating-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.floating-btn .jp {
  font-family: var(--font-jp-m);
}
@media print, screen and (min-width: 960.1px) {
  .floating-btn .jp {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .floating-btn .jp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.32vw;
  }
}
.floating-btn .jp::after {
  content: "";
  display: inline-block;
  background-color: #000;
  -webkit-mask-image: url(../img/icon_external-link.svg);
          mask-image: url(../img/icon_external-link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media print, screen and (min-width: 960.1px) {
  .floating-btn .jp::after {
    margin-left: 10px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .floating-btn .jp::after {
    margin-top: 1.8666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.floating-btn .en {
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 500;
}
@media print, screen and (min-width: 960.1px) {
  .floating-btn .en {
    font-size: 16px;
    letter-spacing: 0.9px;
  }
}
.floating-btn small {
  font-size: 75%;
}
@media screen and (max-width: 960px) {
  .floating-btn small {
    display: none;
  }
}
.floating-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 960.1px) {
  .floating-btn::before {
    background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(30.6%, #EB613B), color-stop(61.2%, #FFE33F));
    background: linear-gradient(90deg, #F19EC2 0%, #EB613B 30.6%, #FFE33F 61.2%);
  }
}
@media screen and (max-width: 960px) {
  .floating-btn::before {
    background: linear-gradient(-135deg, #F19EC2 0%, #EB613B 30.6%, #FFE33F 61.2%);
  }
}
@media (hover: hover) {
  .floating-btn:hover {
    color: #fff;
    border-color: transparent;
  }
  .floating-btn:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .floating-btn:hover span::after {
    background-color: #fff;
  }
}

footer {
  background-color: #3B3B41;
}
@media print, screen and (min-width: 960.1px) {
  footer .logo {
    padding: 67px 0 50px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  footer .logo {
    padding: 8vw 5.3333333333vw;
    text-align: left;
  }
}
footer .logo span {
  display: inline-block;
  background-color: #fff;
  -webkit-mask-image: url(../img/logo.svg);
          mask-image: url(../img/logo.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media print, screen and (min-width: 960.1px) {
  footer .logo span {
    width: 102px;
    height: 46px;
  }
}
@media screen and (max-width: 960px) {
  footer .logo span {
    width: 20vw;
    height: 9.3333333333vw;
  }
}
footer .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #44444D;
  color: #c4c4c4;
}
@media print, screen and (min-width: 960.1px) {
  footer .foot {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 45px;
    padding: 0 100px;
  }
}
@media screen and (max-width: 960px) {
  footer .foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
footer .foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .foot ul li {
  font-family: var(--font-jp-r);
}
@media print, screen and (min-width: 960.1px) {
  footer .foot ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  footer .foot ul li {
    font-size: 3.2vw;
  }
}
footer .foot ul li + li::before {
  content: "/";
  margin: 0 0.5em;
}
footer .foot .copyright {
  color: #C4C4C4;
  font-family: Helvetica, Arial, sans-serif;
}
@media print, screen and (min-width: 960.1px) {
  footer .foot .copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 960px) {
  footer .foot .copyright {
    font-size: 2.6666666667vw;
  }
}

#mv {
  position: relative;
}
#mv .slideshow {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow {
    aspect-ratio: 1366/768;
    height: auto;
    min-height: 768px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow {
    height: 100svh;
  }
}
#mv .slideshow .slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mv .slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
  height: 100%;
}
#mv .slideshow .slide.is-active {
  opacity: 1;
}
#mv .slideshow .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .slideshow .controls button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow .controls button {
    width: 11px;
    height: 20px;
    bottom: 64px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow .controls button {
    width: 2.6666666667vw;
    height: 4.8vw;
    bottom: 13.8666666667vw;
  }
}
#mv .slideshow .controls .prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow .controls .prev {
    left: 30px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow .controls .prev {
    left: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow .controls .next {
    left: 93px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow .controls .next {
    left: 20.2666666667vw;
  }
}
#mv .slideshow .controls .toggle-pause {
  background-image: url(../img/icon_pause.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow .controls .toggle-pause {
    width: 12px;
    height: 18px;
    left: 61px;
    bottom: 65px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow .controls .toggle-pause {
    width: 3.2vw;
    height: 4.2666666667vw;
    left: 12.8vw;
    bottom: 14.1333333333vw;
  }
}
#mv .slideshow .controls .toggle-pause.is-paused {
  background-image: url(../img/icon_play.svg);
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow .controls .toggle-pause.is-paused {
    background-size: 11.25px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow .controls .toggle-pause.is-paused {
    background-size: contain;
  }
}
#mv .slideshow .indicator {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  position: absolute;
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow .indicator {
    width: 258px;
    height: 8px;
    left: 30px;
    bottom: 36px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow .indicator {
    width: 51.6vw;
    height: 1.6vw;
    left: 5.3333333333vw;
    bottom: 8vw;
  }
}
#mv .slideshow .dots {
  position: relative;
  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;
  width: 100%;
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow .dots {
    height: 8px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow .dots {
    height: 1.6vw;
  }
}
#mv .slideshow .dot {
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  z-index: 2;
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow .dot {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow .dot {
    width: 1.6vw;
    height: 1.6vw;
  }
}
#mv .slideshow .dot::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-113.22%, #F19EC2), color-stop(7.66%, #EB613B), color-stop(121.28%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 -113.22%, #EB613B 7.66%, #FFE33F 121.28%);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#mv .slideshow .dot.is-active::before {
  opacity: 1;
}
#mv .slideshow .progress-bar {
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(30.6%, #EB613B), color-stop(61.2%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 0%, #EB613B 30.6%, #FFE33F 61.2%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 960.1px) {
  #mv .slideshow .progress-bar {
    left: 30px;
    height: 8px;
  }
}
@media screen and (max-width: 960px) {
  #mv .slideshow .progress-bar {
    left: 5.3333333333vw;
    height: 1.6vw;
  }
}
#mv .slideshow .progress-bar::before {
  content: "";
  width: var(--progress-width, 0%);
  height: 100%;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(30.6%, #EB613B), color-stop(61.2%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 0%, #EB613B 30.6%, #FFE33F 61.2%);
  position: absolute;
  top: 0;
  left: 0;
}
#mv .pal {
  pointer-events: none;
  z-index: 10;
}
#mv .pal img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: opacity 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
#mv .pal.is-show img {
  opacity: 1;
}
#mv .pal .pal1 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media print, screen and (min-width: 960.1px) {
  #mv .pal .pal1 {
    width: max(428px, 31.3323572474vw);
    top: max(108px, 7.906295754vw);
    left: max(-80px, -5.8565153734vw);
  }
}
@media screen and (max-width: 960px) {
  #mv .pal .pal1 {
    width: 67.7333333333vw;
    top: 16vw;
    left: -21.8666666667vw;
  }
}
#mv .pal .pal2 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media print, screen and (min-width: 960.1px) {
  #mv .pal .pal2 {
    width: max(656.5px, 48.0600292826vw);
    top: max(242px, 17.7159590044vw);
    right: max(-190px, -13.9092240117vw);
  }
}
@media screen and (max-width: 960px) {
  #mv .pal .pal2 {
    width: 114.1333333333vw;
    top: calc(100svh - 80.2666666667vw);
    right: -41.0666666667vw;
  }
}
#mv .pal .pal3 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
@media print, screen and (min-width: 960.1px) {
  #mv .pal .pal3 {
    width: max(505px, 36.9692532943vw);
    top: max(540px, 39.5314787701vw);
    left: max(-144px, -10.541727672vw);
  }
}
@media screen and (max-width: 960px) {
  #mv .pal .pal3 {
    width: 88.5333333333vw;
    top: calc(100svh - 47.4666666667vw);
    left: -39.4666666667vw;
  }
}
#mv .pal .pal4 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media print, screen and (min-width: 960.1px) {
  #mv .pal .pal4 {
    width: max(520px, 38.0673499268vw);
    top: max(920px, 67.3499267936vw);
    right: max(36px, 2.635431918vw);
  }
}
@media screen and (max-width: 960px) {
  #mv .pal .pal4 {
    display: none;
  }
}
#mv .pal .pal5 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
@media print, screen and (min-width: 960.1px) {
  #mv .pal .pal5 {
    width: max(498.5px, 36.4934114202vw);
    top: max(1026px, 75.1098096633vw);
    left: max(-160px, -11.7130307467vw);
  }
}
@media screen and (max-width: 960px) {
  #mv .pal .pal5 {
    width: 87.4666666667vw;
    top: calc(100svh + 23.7333333333vw);
    left: -42.6666666667vw;
  }
}
#mv .pal .pal6 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
@media print, screen and (min-width: 960.1px) {
  #mv .pal .pal6 {
    width: max(661px, 48.3894582723vw);
    top: max(1486px, 108.78477306vw);
    left: max(-180px, -13.17715959vw);
  }
}
@media screen and (max-width: 960px) {
  #mv .pal .pal6 {
    width: 115.2vw;
    top: calc(100svh + 101.3333333333vw);
    left: -64.5333333333vw;
  }
}
#mv .pal .pal7 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
@media print, screen and (min-width: 960.1px) {
  #mv .pal .pal7 {
    width: max(564.5px, 41.3250366032vw);
    top: max(1332px, 97.5109809663vw);
    right: max(-44px, -3.2210834553vw);
  }
}
@media screen and (max-width: 960px) {
  #mv .pal .pal7 {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    width: 90.6666666667vw;
    top: calc(100svh + 74.6666666667vw);
    right: -44.2666666667vw;
  }
}
#mv .pal .pal8 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media print, screen and (min-width: 960.1px) {
  #mv .pal .pal8 {
    width: max(367.5px, 26.9033674963vw);
    top: max(1338px, 97.9502196193vw);
    right: max(-54px, -3.953147877vw);
  }
}
@media screen and (max-width: 960px) {
  #mv .pal .pal8 {
    display: none;
  }
}
#mv .catch {
  position: absolute;
}
@media print, screen and (min-width: 960.1px) {
  #mv .catch {
    right: 34px;
    bottom: 32px;
  }
}
@media screen and (max-width: 960px) {
  #mv .catch {
    left: 5.3333333333vw;
    bottom: 25.3333333333vw;
  }
}
#mv .catch h1 {
  color: #FFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
  font-family: var(--font-jp-m);
  line-height: 150%;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all 1.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
@media print, screen and (min-width: 960.1px) {
  #mv .catch h1 {
    font-size: 58px;
    letter-spacing: 5.8px;
  }
}
@media screen and (max-width: 960px) {
  #mv .catch h1 {
    font-size: 10.1333333333vw;
    letter-spacing: 1.0133333333vw;
  }
}
#mv .catch h1.is-show {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#mv .catch .lead {
  color: #FFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
  font-family: var(--font-jp-m);
  font-style: normal;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: opacity 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
@media print, screen and (min-width: 960.1px) {
  #mv .catch .lead {
    margin-top: 11px;
    margin-left: 4px;
    font-size: 16px;
    line-height: 32px; /* 200% */
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 960px) {
  #mv .catch .lead {
    margin-top: 5.3333333333vw;
    margin-left: 0.5333333333vw;
    font-size: 3.2vw;
    line-height: 5.6vw; /* 175% */
  }
}
#mv .catch .lead.is-show {
  opacity: 1;
}

#movie {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 960.1px) {
  #movie {
    padding-top: 164px;
  }
}
@media screen and (max-width: 960px) {
  #movie {
    padding-top: 23.4666666667vw;
  }
}
#movie h2 {
  font-family: var(--font-en);
  font-weight: 500;
  line-height: normal;
}
@media print, screen and (min-width: 960.1px) {
  #movie h2 {
    font-size: 44px;
    letter-spacing: 2.2px;
  }
}
@media screen and (max-width: 960px) {
  #movie h2 {
    font-size: 6.4vw;
    line-height: 10.1333333333vw;
    letter-spacing: 0.32vw;
  }
}
#movie .movie {
  margin: auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../img/movie_thumb.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media print, screen and (min-width: 960.1px) {
  #movie .movie {
    margin-top: 64px;
    width: 910px;
    height: 360px;
  }
}
@media screen and (max-width: 960px) {
  #movie .movie {
    margin-top: 10.6666666667vw;
    width: 89.3333333333vw;
    height: 42.1333333333vw;
  }
}
#movie .movie::before {
  content: "";
  display: block;
  background: url(../img/icon_equilateral.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.6));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 960.1px) {
  #movie .movie::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 960px) {
  #movie .movie::before {
    width: 7.6922666667vw;
    height: 7.6922666667vw;
  }
}
@media (hover: hover) {
  #movie .movie:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
  }
}

#about {
  text-align: center;
}
@media print, screen and (min-width: 960.1px) {
  #about {
    margin-top: 286px;
  }
}
@media screen and (max-width: 960px) {
  #about {
    margin-top: 56.5333333333vw;
  }
}
#about h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--font-en);
  font-weight: 500;
  position: relative;
}
@media print, screen and (min-width: 960.1px) {
  #about h2 {
    padding-bottom: 14px;
    font-size: 72px;
    letter-spacing: 3.6px;
  }
}
@media screen and (max-width: 960px) {
  #about h2 {
    padding-bottom: 2.1333333333vw;
    font-size: 11.2vw;
    letter-spacing: 0.56vw;
  }
}
#about h2 .line {
  display: block;
  margin: auto;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(30.6%, #EB613B), color-stop(61.2%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 0%, #EB613B 30.6%, #FFE33F 61.2%);
  position: absolute;
  top: 100%;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 1.4s 0.06s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all 1.4s 0.06s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
@media print, screen and (min-width: 960.1px) {
  #about h2 .line {
    width: calc(100% - 6px);
    height: 12px;
    left: 3px;
  }
}
@media screen and (max-width: 960px) {
  #about h2 .line {
    width: calc(100% - 0.8vw);
    height: 1.6vw;
    left: 0.4vw;
  }
}
#about h2 .line.is-show {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#about h2 .dot1 {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(50%, #EB613B), color-stop(97%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 0%, #EB613B 50%, #FFE33F 97%);
  border-radius: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.24s linear;
  transition: -webkit-transform 0.24s linear;
  transition: transform 0.24s linear;
  transition: transform 0.24s linear, -webkit-transform 0.24s linear;
}
@media print, screen and (min-width: 960.1px) {
  #about h2 .dot1 {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 960px) {
  #about h2 .dot1 {
    width: 1.6vw;
    height: 1.6vw;
  }
}
#about h2 .dot1.is-show {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#about h2 .dot2 {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(50%, #EB613B));
  background: linear-gradient(90deg, #F19EC2 0%, #EB613B 50%);
  border-radius: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s 1.14s linear;
  transition: -webkit-transform 0.3s 1.14s linear;
  transition: transform 0.3s 1.14s linear;
  transition: transform 0.3s 1.14s linear, -webkit-transform 0.3s 1.14s linear;
}
@media print, screen and (min-width: 960.1px) {
  #about h2 .dot2 {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 960px) {
  #about h2 .dot2 {
    width: 1.6vw;
    height: 1.6vw;
  }
}
#about h2 .dot2.is-show {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#about h3 {
  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;
}
@media print, screen and (min-width: 960.1px) {
  #about h3 {
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  #about h3 {
    gap: 4.2666666667vw;
  }
}
#about h3 .en {
  font-family: var(--font-en);
  font-weight: 500;
}
@media print, screen and (min-width: 960.1px) {
  #about h3 .en {
    font-size: 45px;
    letter-spacing: 2.25px;
  }
}
@media screen and (max-width: 960px) {
  #about h3 .en {
    font-size: 8.5333333333vw;
    letter-spacing: 0.32vw;
  }
}
#about h3 .jp {
  font-family: var(--font-jp-m);
}
@media print, screen and (min-width: 960.1px) {
  #about h3 .jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #about h3 .jp {
    font-size: 3.7333333333vw;
    line-height: normal;
  }
}
#about .catch {
  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;
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 960.1px) {
  #about .catch {
    gap: 15px;
    margin-top: 112px;
    width: 690px;
    height: 194px;
  }
}
@media screen and (max-width: 960px) {
  #about .catch {
    gap: 1.0666666667vw;
    margin-top: 20vw;
    padding-bottom: 2.1333333333vw;
    width: 77.6vw;
    height: 50.6666666667vw;
  }
}
#about .catch .jp {
  font-family: var(--font-jp-b);
}
@media print, screen and (min-width: 960.1px) {
  #about .catch .jp {
    font-size: 48px;
    letter-spacing: 9.6px;
  }
}
@media screen and (max-width: 960px) {
  #about .catch .jp {
    font-size: 7.4666666667vw;
    letter-spacing: 1.344vw;
  }
}
#about .catch .en {
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(24.97%, #EB613B), color-stop(74.92%, #F2CF00), color-stop(99.9%, #72BB2B));
  background: linear-gradient(90deg, #F19EC2 0%, #EB613B 24.97%, #F2CF00 74.92%, #72BB2B 99.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width: 960.1px) {
  #about .catch .en {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 960px) {
  #about .catch .en {
    font-size: 7.4666666667vw;
    line-height: 10.1333333333vw;
    letter-spacing: 0.3733333333vw;
  }
}
#about .catch::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0 0 1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 960.1px) {
  #about .catch::before {
    width: 70px;
    height: 40px;
  }
}
@media screen and (max-width: 960px) {
  #about .catch::before {
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
}
#about .catch::after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #000;
  border-width: 0 1px 1px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 960.1px) {
  #about .catch::after {
    width: 70px;
    height: 40px;
  }
}
@media screen and (max-width: 960px) {
  #about .catch::after {
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
}
#about .lead h4 {
  font-family: var(--font-jp-m);
  line-height: normal;
}
@media print, screen and (min-width: 960.1px) {
  #about .lead h4 {
    margin-top: 70px;
    font-size: 36px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 960px) {
  #about .lead h4 {
    margin-top: 8vw;
    padding: 0 10.6666666667vw;
    font-size: 6.6666666667vw;
    line-height: 12vw;
    letter-spacing: 0.3333333333vw;
    text-align: left;
  }
}
#about .lead p {
  font-family: var(--font-jp-m);
  line-height: 200%;
  font-weight: 500;
}
@media print, screen and (min-width: 960.1px) {
  #about .lead p {
    margin-top: 36px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 960px) {
  #about .lead p {
    margin-top: 10.6666666667vw;
    padding: 0 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    letter-spacing: 0.2986666667vw;
    text-align: left;
  }
}
@media print, screen and (min-width: 960.1px) {
  #about .lead p + p {
    margin-top: 36px;
  }
}
@media screen and (max-width: 960px) {
  #about .lead p + p {
    margin-top: 5.8666666667vw;
  }
}
#about .image-movie {
  position: relative;
}
@media print, screen and (min-width: 960.1px) {
  #about .image-movie {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  #about .image-movie {
    margin-top: 14.9333333333vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #about .image-movie video {
    width: 442px;
  }
}
@media screen and (max-width: 960px) {
  #about .image-movie video {
    width: 78.4vw;
  }
}
#about .image-movie + p {
  font-family: var(--font-jp-r);
}
@media print, screen and (min-width: 960.1px) {
  #about .image-movie + p {
    margin-top: 80px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 960px) {
  #about .image-movie + p {
    margin-top: 13.3333333333vw;
    padding: 0 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    letter-spacing: 0.1866666667vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #about .image-movie .nv_togglePlay {
    left: calc(50% + 248px);
    bottom: 12px;
  }
}
@media screen and (max-width: 960px) {
  #about .image-movie .nv_togglePlay {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
}
#about .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  overflow: hidden;
  font-family: var(--font-jp-m);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media print, screen and (min-width: 960.1px) {
  #about .btn {
    margin-top: 30px;
    width: 382px;
    height: 94px;
    border-radius: 40px;
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 960px) {
  #about .btn {
    margin-top: 6.4vw;
    width: 78.6666666667vw;
    height: 18.6666666667vw;
    border-radius: 100px;
    font-size: 4.8vw;
    letter-spacing: 0.24vw;
  }
}
#about .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--2, linear-gradient(90deg, #F19EC2 0%, #EB613B 30.6%, #FFE33F 61.2%));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
#about .btn::after {
  content: "";
  display: inline-block;
  background-color: #000;
  -webkit-mask-image: url(../img/icon_external-link.svg);
          mask-image: url(../img/icon_external-link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background 0.3s 0;
  transition: background 0.3s 0;
}
@media print, screen and (min-width: 960.1px) {
  #about .btn::after {
    margin-left: 6px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  #about .btn::after {
    margin-left: 1.6vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media (hover: hover) {
  #about .btn:hover {
    color: #fff;
    border-color: transparent;
  }
  #about .btn:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #about .btn:hover::after {
    background-color: #fff;
  }
}

@media print, screen and (min-width: 960.1px) {
  #roadmap {
    margin-top: 133px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 960px) {
  #roadmap {
    margin-top: 26.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .wrapper {
    overflow: scroll;
  }
}
#roadmap .wrapper.is-show .flow::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#roadmap .wrapper.is-show .flow::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#roadmap .wrapper.is-show h4,
#roadmap .wrapper.is-show p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#roadmap .container {
  margin: auto;
  overflow: visible;
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .container {
    width: calc(100% - 230px);
    max-width: 1206px;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .container {
    width: 61.3333333333vw;
  }
}
#roadmap .h-scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .h-scroll-container {
    gap: 79px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .h-scroll-container {
    gap: 21.0666666667vw;
    margin-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
#roadmap .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow {
    width: 230px;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow {
    width: 61.3333333333vw;
  }
}
#roadmap .flow::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #000;
  margin: 0 auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow::before {
    margin-bottom: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow::before {
    margin-bottom: 8vw;
    width: 8vw;
    height: 8vw;
  }
}
#roadmap .flow:nth-child(1)::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(-98.6%, #F19EC2), color-stop(0.84%, #EB613B), color-stop(94.3%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 -98.6%, #EB613B 0.84%, #FFE33F 94.3%);
}
#roadmap .flow:nth-child(2)::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(-35.09%, #F19EC2), color-stop(32.59%, #EB613B), color-stop(96.21%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 -35.09%, #EB613B 32.59%, #FFE33F 96.21%);
}
#roadmap .flow:nth-child(3)::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(-35.09%, #F19EC2), color-stop(48.46%, #EB613B), color-stop(127.01%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 -35.09%, #EB613B 48.46%, #FFE33F 127.01%);
}
#roadmap .flow:nth-child(4)::before {
  background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(66.01%, #EB613B), color-stop(128.06%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 0%, #EB613B 66.01%, #FFE33F 128.06%);
}
#roadmap .flow:nth-child(5)::before {
  background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(98.6%, #EB613B), color-stop(191.28%, #FFE33F));
  background: linear-gradient(90deg, #F19EC2 0%, #EB613B 98.6%, #FFE33F 191.28%);
}
#roadmap .flow:nth-child(6)::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.57%, #0071BD), color-stop(75.75%, #4AC1F1), color-stop(152.07%, #72BB2B));
  background: linear-gradient(90deg, #0071BD -0.57%, #4AC1F1 75.75%, #72BB2B 152.07%);
  -webkit-transform: scale(1);
          transform: scale(1);
}
#roadmap .flow::after {
  content: "";
  display: block;
  background-image: url(../img/flow_bar.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow::after {
    width: 309px;
    height: 30px;
    background-size: 1578px;
    top: 0;
    left: 115px;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow::after {
    width: 82.4vw;
    height: 8vw;
    background-size: 420.8vw;
    top: 0;
    left: 30.6666666667vw;
  }
}
#roadmap .flow:nth-child(1)::after {
  background-position: 0 center;
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow:nth-child(2)::after {
    background-position: -309px center;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow:nth-child(2)::after {
    background-position: -82.4vw center;
  }
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow:nth-child(3)::after {
    background-position: -618px center;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow:nth-child(3)::after {
    background-position: -164.8vw center;
  }
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow:nth-child(4)::after {
    background-position: -927px center;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow:nth-child(4)::after {
    background-position: -247.2vw center;
  }
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow:nth-child(5)::after {
    background-position: -1236px center;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow:nth-child(5)::after {
    background-position: -329.6vw center;
  }
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow:nth-child(6)::after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow:nth-child(6)::after {
    width: 49.6vw;
    background: none;
  }
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow:nth-child(1)::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #roadmap .flow:nth-child(2)::before {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #roadmap .flow:nth-child(3)::before {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  #roadmap .flow:nth-child(4)::before {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #roadmap .flow:nth-child(5)::before {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  #roadmap .flow:nth-child(6)::before {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  #roadmap .flow:nth-child(1)::after {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #roadmap .flow:nth-child(2)::after {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #roadmap .flow:nth-child(3)::after {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #roadmap .flow:nth-child(4)::after {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  #roadmap .flow:nth-child(5)::after {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  #roadmap .flow:nth-child(1) h4 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #roadmap .flow:nth-child(2) h4 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  #roadmap .flow:nth-child(3) h4 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #roadmap .flow:nth-child(4) h4 {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  #roadmap .flow:nth-child(5) h4 {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  #roadmap .flow:nth-child(6) h4 {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  #roadmap .flow:nth-child(1) p {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #roadmap .flow:nth-child(2) p {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #roadmap .flow:nth-child(3) p {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  #roadmap .flow:nth-child(4) p {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  #roadmap .flow:nth-child(5) p {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  #roadmap .flow:nth-child(6) p {
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow:nth-child(1)::before {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  #roadmap .flow:nth-child(2)::before {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  #roadmap .flow:nth-child(3)::before {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  #roadmap .flow:nth-child(4)::before {
    -webkit-transition-delay: 2.6s;
            transition-delay: 2.6s;
  }
  #roadmap .flow:nth-child(5)::before {
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
  }
  #roadmap .flow:nth-child(6)::before {
    -webkit-transition-delay: 3.4s;
            transition-delay: 3.4s;
  }
  #roadmap .flow:nth-child(1)::after {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #roadmap .flow:nth-child(2)::after {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  #roadmap .flow:nth-child(3)::after {
    -webkit-transition-delay: 2.3s;
            transition-delay: 2.3s;
  }
  #roadmap .flow:nth-child(4)::after {
    -webkit-transition-delay: 2.7s;
            transition-delay: 2.7s;
  }
  #roadmap .flow:nth-child(5)::after {
    -webkit-transition-delay: 3.1s;
            transition-delay: 3.1s;
  }
}
#roadmap .flow h4 {
  text-align: center;
  font-family: var(--font-jp-m);
  line-height: 150%;
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow h4 {
    font-size: 22px;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 1.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 1.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow h4 {
    font-size: 4.8vw;
    letter-spacing: 0.24vw;
  }
}
#roadmap .flow h4 .year {
  font-family: var(--font-en);
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow h4 .year {
    margin-bottom: 12px;
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow h4 .year {
    margin-bottom: 3.2vw;
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow h4 .year small {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow h4 .year small {
    font-size: 4.2666666667vw;
  }
}
#roadmap .flow p {
  text-align: left;
}
@media print, screen and (min-width: 960.1px) {
  #roadmap .flow p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 30px; /* 187.5% */
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 1.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 1.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  }
}
@media screen and (max-width: 960px) {
  #roadmap .flow p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}

#project {
  margin: auto;
  background-color: #fff;
}
@media print, screen and (min-width: 960.1px) {
  #project {
    padding-top: 80px;
    padding-bottom: 70px;
    max-width: 1206px;
    border-radius: 53px;
  }
}
@media screen and (max-width: 960px) {
  #project {
    padding-top: 18.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
#project .head {
  margin: auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 960.1px) {
  #project .head {
    padding: 70px 30px;
    width: 828px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#036EB8), color-stop(50%, #2EA7E0), to(#C8C897));
    background: linear-gradient(180deg, #036EB8 0%, #2EA7E0 50%, #C8C897 100%);
  }
}
#project .head::before {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media print, screen and (min-width: 960.1px) {
  #project .head::before {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 93px;
  }
}
#project h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960.1px) {
  #project h3 {
    gap: 28px;
  }
}
#project h3 .jp {
  font-family: var(--font-jp-m);
  line-height: 175%;
}
@media print, screen and (min-width: 960.1px) {
  #project h3 .jp {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 960px) {
  #project h3 .jp {
    font-size: 4.2666666667vw;
    letter-spacing: 0.2133333333vw;
  }
}
#project h3 .en {
  font-family: var(--font-en);
  font-weight: 500;
}
@media print, screen and (min-width: 960.1px) {
  #project h3 .en {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 960px) {
  #project h3 .en {
    font-size: 7.4666666667vw;
    line-height: 1.35;
    letter-spacing: 0.3733333333vw;
  }
}
#project .lead p {
  font-family: var(--font-jp-r);
}
@media print, screen and (min-width: 960.1px) {
  #project .lead p {
    font-size: 16px;
    line-height: 30px; /* 187.5% */
  }
}
@media screen and (max-width: 960px) {
  #project .lead p {
    padding: 0 5.3333333333vw;
    letter-spacing: -0.0373333333vw;
  }
}
#project .tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 960.1px) {
  #project .tree {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-top: 194px;
    padding: 0 50px;
  }
}
@media print and (max-width: 1120px), screen and (min-width: 960.1px) and (max-width: 1120px) {
  #project .tree {
    margin-top: 144px;
  }
}
@media screen and (max-width: 960px) {
  #project .tree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    margin-top: 16vw;
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #project .tree .branch {
    position: absolute;
    width: 828px;
    height: 240px;
    top: -194px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print and (max-width: 1120px), screen and (min-width: 960.1px) and (max-width: 1120px) {
  #project .tree .branch {
    width: calc(100% - 374px);
    top: -144px;
  }
}
@media print, screen and (min-width: 960.1px) {
  #project .tree .branch &gt; div {
    position: absolute;
  }
  #project .tree .branch .branch1 {
    width: 100%;
    height: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#036EB8), color-stop(25%, #2EA7E0), color-stop(50%, #C8C897), color-stop(75%, #2EA7E0), to(#036EB8));
    background: linear-gradient(90deg, #036EB8 0%, #2EA7E0 25%, #C8C897 50%, #2EA7E0 75%, #036EB8 100%);
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 0.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 0.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 0.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 0.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    z-index: 2;
  }
  #project .tree .branch .branch2 {
    width: 8px;
    height: 175px;
    background: -webkit-gradient(linear, left top, left bottom, from(#C8C897), color-stop(50%, #C8C897), to(#EB613B));
    background: linear-gradient(to bottom, #C8C897 0%, #C8C897 50%, #EB613B 100%);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 1.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 1.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 1.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 1.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 1.4s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  }
  #project .tree .branch .branch3 {
    width: 8px;
    height: 171px;
    background: #036EB8;
    top: 70px;
    left: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  }
  #project .tree .branch .branch4 {
    width: 8px;
    height: 171px;
    background: #036EB8;
    top: 70px;
    right: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 1.4s 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  }
  #project .tree .branch.is-show .branch1 {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
  #project .tree .branch.is-show .branch2 {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  #project .tree .branch.is-show .branch3 {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  #project .tree .branch.is-show .branch4 {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen and (max-width: 960px) {
  #project .tree .branch {
    display: none;
  }
}
#project .tree &gt; div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div {
    gap: 23px;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div {
    gap: 6.1333333333vw;
    padding: 8vw 5.3333333333vw;
    border-radius: 8vw;
    position: relative;
    z-index: 1;
  }
  #project .tree &gt; div::after {
    content: "";
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -5.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div.effort1 {
    max-width: 279px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #project .tree &gt; div.effort1 h4 {
    margin-bottom: 44px;
    background: linear-gradient(140deg, #036EB8 0%, #2EA7E0 50%, #C8C897 100%);
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div.effort1 {
    background: linear-gradient(70deg, #036EB8 0%, #2EA7E0 50%, #C8C897 100%);
  }
  #project .tree &gt; div.effort1::after {
    background-image: url(../img/num1.webp);
  }
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div.effort2 {
    max-width: 279px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #project .tree &gt; div.effort2 h4 {
    margin-bottom: 44px;
    background: linear-gradient(220deg, #036EB8 0%, #2EA7E0 50%, #C8C897 100%);
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div.effort2 {
    background: linear-gradient(70deg, #036EB8 0%, #2EA7E0 50%, #C8C897 100%);
  }
  #project .tree &gt; div.effort2::after {
    background-image: url(../img/num2.webp);
  }
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div.effort3 {
    margin-bottom: -64px;
    max-width: 382px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateY(-59px);
            transform: translateY(-59px);
  }
  #project .tree &gt; div.effort3 h4 {
    background: -webkit-gradient(linear, left top, right top, from(#F19EC2), color-stop(50%, #EB613B), to(#FFE33F));
    background: linear-gradient(90deg, #F19EC2 0%, #EB613B 50%, #FFE33F 100%);
    font-size: 36px;
    line-height: 62px;
    letter-spacing: 3.6px;
  }
}
@media print and (max-width: 1120px), screen and (min-width: 960.1px) and (max-width: 1120px) {
  #project .tree &gt; div.effort3 {
    margin-bottom: 0;
    max-width: 279px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #project .tree &gt; div.effort3 h4 {
    margin-bottom: 44px;
    font-size: 28px;
    line-height: 42px; /* 150% */
    letter-spacing: 2.8px;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div.effort3 {
    background: linear-gradient(50deg, #F19EC2 0%, #EB613B 50%, #FFE33F 100%);
  }
  #project .tree &gt; div.effort3::after {
    background-image: url(../img/num3.webp);
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div::before {
    content: "";
    background: #ffffff;
    border-radius: 7.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    width: calc(100% - 1.6vw);
    height: calc(100% - 1.6vw);
  }
}
#project .tree &gt; div h4 {
  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;
  font-family: var(--font-jp-m);
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div h4 {
    aspect-ratio: 1/1;
    border-radius: 100%;
    font-size: 28px;
    line-height: 42px; /* 150% */
    letter-spacing: 2.8px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.94s 0.26s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: -webkit-transform 0.94s 0.26s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform 0.94s 0.26s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform 0.94s 0.26s cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 0.94s 0.26s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div h4 {
    min-height: 16vw;
    font-size: 4.8vw;
    line-height: 8vw;
    letter-spacing: 0.48vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div h4::before {
    content: "";
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
#project .tree &gt; div h4 span {
  opacity: 0;
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div h4 span {
    -webkit-transition: opacity 0.6s 1.2s linear;
    transition: opacity 0.6s 1.2s linear;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div h4 span {
    -webkit-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
  }
}
#project .tree &gt; div.is-show h4 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#project .tree &gt; div.is-show h4 span {
  opacity: 1;
}
#project .tree &gt; div .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div .body {
    gap: 23px;
  }
}
@media print and (max-width: 1120px), screen and (min-width: 960.1px) and (max-width: 1120px) {
  #project .tree &gt; div .body {
    margin-top: -30px;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div .body {
    gap: 6.1333333333vw;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div .acc-trigger::after {
    content: "";
    display: block;
    width: 4vw;
    height: 2vw;
    background-image: url(../img/icon_arrow_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 8vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #project .tree &gt; div .acc-trigger.is-opened::after {
    -webkit-transform: translate(0, -50%) scaleY(-1);
            transform: translate(0, -50%) scaleY(-1);
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div .acc-content {
    max-height: 0;
    overflow: hidden;
    position: absolute;
  }
  #project .tree &gt; div .acc-content.is-opened {
    max-height: 1000px;
    position: relative;
    -webkit-transition: max-height 0.6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: max-height 0.6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  }
}
#project .tree &gt; div p {
  text-align: left;
  font-family: var(--font-jp-r);
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div p {
    font-size: 16px;
    line-height: 30px; /* 187.5% */
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div p {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    letter-spacing: -0.0373333333vw;
  }
}
#project .tree &gt; div .center {
  text-align: center;
}
#project .tree &gt; div dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div dl {
    gap: 6px;
  }
  #project .tree &gt; div dl.dir_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div dl {
    gap: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div dl + dl {
    margin-top: 7px;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div dl + dl {
    margin-top: 2.6666666667vw;
  }
}
#project .tree &gt; div dl dt {
  font-family: var(--font-jp-m);
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div dl dt {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div dl dt {
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#project .tree &gt; div dl dd {
  font-family: var(--font-jp-r);
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div dl dd {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div dl dd {
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div figure {
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 960.1px) {
  #project .tree &gt; div figure img {
    width: 328px;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #project .tree &gt; div figure img {
    width: 70.4vw;
  }
}

@media print, screen and (min-width: 960.1px) {
  #system {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  #system {
    margin-top: 26.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
#system p.lead {
  font-family: var(--font-jp-r);
}
@media print, screen and (min-width: 960.1px) {
  #system p.lead {
    margin-top: 60px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  #system p.lead {
    margin-top: 16vw;
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
#system .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 960.1px) {
  #system .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 960px) {
  #system .cards {
    gap: 5.8666666667vw;
    margin: 10.6666666667vw -5.3333333333vw 0;
    padding: 5.3333333333vw;
    overflow: scroll;
  }
}
#system .cards .card {
  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;
  background-color: #fff;
}
@media print, screen and (min-width: 960.1px) {
  #system .cards .card {
    gap: 20px;
    padding: 50px 30px 30px;
    max-width: 382px;
    border-radius: 53px;
  }
}
@media screen and (max-width: 960px) {
  #system .cards .card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw 8vw;
    width: 78.6666666667vw;
    border-radius: 10.6666666667vw;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (min-width: 960.1px) {
  #system .cards .card figure img {
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  #system .cards .card figure img {
    width: 41.8666666667vw;
  }
}
#system .cards .card h4 {
  font-family: var(--font-yu-b);
}
@media print, screen and (min-width: 960.1px) {
  #system .cards .card h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 10px;
    height: 80px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 960px) {
  #system .cards .card h4 {
    margin-top: 2.6666666667vw;
    min-height: 19.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.2133333333vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #system .cards .card h4 strong {
    font-size: 26px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 960px) {
  #system .cards .card h4 strong {
    font-size: 5.6vw;
  }
}
#system .cards .card h4 strong.num {
  padding: 0 0.15em;
  font-family: var(--font-en);
  font-weight: 500;
}
@media print, screen and (min-width: 960.1px) {
  #system .cards .card h4 strong.num {
    font-size: 52px;
    letter-spacing: 2.6px;
  }
}
@media screen and (max-width: 960px) {
  #system .cards .card h4 strong.num {
    font-size: 11.2vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  #system .cards .card h4 small {
    font-size: 16px;
  }
}
#system .cards .card p {
  text-align: left;
  font-family: var(--font-yu-m);
  font-weight: 500;
}
@media print, screen and (min-width: 960.1px) {
  #system .cards .card p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  #system .cards .card p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}

@media print, screen and (min-width: 960.1px) {
  #center {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  #center {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  #center h3 .en {
    letter-spacing: 0;
  }
}
#center p {
  font-family: var(--font-yu-m);
}
@media print, screen and (min-width: 960.1px) {
  #center p {
    margin: 60px auto 0;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  #center p {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}

.photo-loop {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 960.1px) {
  .photo-loop {
    margin-top: 80px;
    height: 510px;
  }
}
@media screen and (max-width: 960px) {
  .photo-loop {
    margin-top: 14.4vw;
    height: 93.3333333333vw;
  }
}
.photo-loop .lane {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 200%; /* 必要な最小幅を明示 */
  z-index: 1;
}
@media print, screen and (min-width: 960.1px) {
  .photo-loop .lane {
    height: 255px;
  }
}
@media screen and (max-width: 960px) {
  .photo-loop .lane {
    height: 46.6666666667vw;
  }
}
.photo-loop .lane .track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 初期位置を設定 */
}
@media print, screen and (min-width: 960.1px) {
  .photo-loop .lane .track.is-move {
    -webkit-animation: scroll var(--scroll-speed, 36s) linear infinite;
            animation: scroll var(--scroll-speed, 36s) linear infinite;
  }
}
@media screen and (max-width: 960px) {
  .photo-loop .lane .track.is-move {
    -webkit-animation: scroll var(--scroll-speed, 36s) linear infinite;
            animation: scroll var(--scroll-speed, 36s) linear infinite;
  }
}
.photo-loop .lane.lane1 .track {
  -webkit-animation-direction: normal;
          animation-direction: normal; /* 右方向 */
}
@media print, screen and (min-width: 960.1px) {
  .photo-loop .lane.lane2 {
    top: 255px;
  }
}
@media screen and (max-width: 960px) {
  .photo-loop .lane.lane2 {
    top: 46.6666666667vw;
  }
}
.photo-loop .lane.lane2 .track {
  animation-direction: reverse; /* 左方向 */
}
.photo-loop .lane img {
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 382/255;
  z-index: 1;
}
@media print, screen and (min-width: 960.1px) {
  .photo-loop .lane img {
    max-width: 382px;
    height: 255px;
  }
}
@media screen and (max-width: 960px) {
  .photo-loop .lane img {
    max-width: 69.8666666667vw;
    height: 46.6666666667vw;
  }
}
@media print, screen and (min-width: 960.1px) {
  .photo-loop .nv_togglePlay {
    right: 30px;
    bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .photo-loop .nv_togglePlay {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
}
.photo-loop .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* アニメーションの定義 */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* トラック全体の半分を移動 */
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* トラック全体の半分を移動 */
  }
}
@media print, screen and (min-width: 960.1px) {
  #tour {
    margin-top: 150px;
    padding: 75px 80px 100px;
    background-image: url(../img/bg_tour_pc.webp);
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 960px) {
  #tour {
    margin-top: 18.1333333333vw;
  }
}
#tour .inner {
  margin: auto;
}
@media print, screen and (min-width: 960.1px) {
  #tour .inner {
    max-width: 1206px;
  }
}
#tour .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 960.1px) {
  #tour .head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print and (max-width: 1120px), screen and (min-width: 960.1px) and (max-width: 1120px) {
  #tour .head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  #tour .head {
    padding: 18.6666666667vw 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../img/bg_tour_sp.webp);
    background-position: center;
    background-size: cover;
  }
}
#tour .head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960.1px) {
  #tour .head h2 {
    gap: 24px;
  }
}
@media print and (max-width: 1180px), screen and (min-width: 960.1px) and (max-width: 1180px) {
  #tour .head h2 {
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  #tour .head h2 {
    gap: 5.3333333333vw;
  }
}
#tour .head h2 .en {
  font-family: var(--font-en);
  font-weight: 600;
}
@media print, screen and (min-width: 960.1px) {
  #tour .head h2 .en {
    font-size: 72px;
    letter-spacing: 3.6px;
  }
}
@media screen and (max-width: 960px) {
  #tour .head h2 .en {
    font-size: 8.5333333333vw;
    letter-spacing: 0.4266666667vw;
  }
}
#tour .head h2 .jp {
  font-family: var(--font-jp-m);
}
@media print, screen and (min-width: 960.1px) {
  #tour .head h2 .jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  #tour .head h2 .jp {
    font-size: 3.7333333333vw;
  }
}
#tour .head .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--font-jp-r);
}
@media print, screen and (min-width: 960.1px) {
  #tour .head .lead {
    padding-top: 5px;
    gap: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
    line-height: 36px; /* 200% */
    letter-spacing: 0.9px;
  }
}
@media print and (max-width: 1030px), screen and (min-width: 960.1px) and (max-width: 1030px) {
  #tour .head .lead br {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  #tour .head .lead {
    margin-top: 16vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    letter-spacing: 0.1493333333vw;
  }
}
@media screen and (max-width: 960px) {
  #tour .head .lead p + p {
    margin-top: 1.5em;
  }
}
#tour .head .btn {
  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;
  background: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 960.1px) {
  #tour .head .btn {
    gap: 10px;
    width: 382px;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 40px;
    border: 8px solid rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media print and (max-width: 1120px), screen and (min-width: 960.1px) and (max-width: 1120px) {
  #tour .head .btn {
    position: relative;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 960px) {
  #tour .head .btn {
    gap: 2.6666666667vw;
    margin-top: 11.2vw;
    min-height: 24vw;
    border-radius: 8.5333333333vw;
    position: relative;
  }
}
#tour .head .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFE33F), color-stop(#EB613B), to(#F19EC2)) border-box border-box;
  background: linear-gradient(to right, #FFE33F, #EB613B, #F19EC2) border-box border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media print, screen and (min-width: 960.1px) {
  #tour .head .btn::before {
    border: 8px solid transparent;
    border-radius: 40px;
  }
}
@media screen and (max-width: 960px) {
  #tour .head .btn::before {
    border: 1.0666666667vw solid transparent;
    border-radius: 10.6666666667vw;
  }
}
#tour .head .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: var(--font-jp-m);
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 960.1px) {
  #tour .head .btn span {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 960px) {
  #tour .head .btn span {
    font-size: 4.8vw;
    letter-spacing: 0.24vw;
  }
}
#tour .head .btn span::after {
  content: "";
  display: inline-block;
  background-color: #000;
  -webkit-mask-image: url(../img/icon_external-link.svg);
          mask-image: url(../img/icon_external-link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media print, screen and (min-width: 960.1px) {
  #tour .head .btn span::after {
    margin-left: 8px;
    margin-bottom: 1px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 960px) {
  #tour .head .btn span::after {
    margin-left: 2.1333333333vw;
    margin-bottom: 0.2666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
#tour .head .btn small {
  font-family: var(--font-en);
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 960.1px) {
  #tour .head .btn small {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 960px) {
  #tour .head .btn small {
    font-size: 4.2666666667vw;
    letter-spacing: 0.4266666667vw;
  }
}
#tour .head .btn::after {
  content: "";
  background: var(--2, linear-gradient(90deg, #F19EC2 0%, #EB613B 30.6%, #FFE33F 61.2%));
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 960.1px) {
  #tour .head .btn::after {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 960px) {
  #tour .head .btn::after {
    width: calc(100% + 1.6vw);
    height: calc(100% + 1.6vw);
    top: -0.8vw;
    left: -0.8vw;
    border-radius: 10.6666666667vw;
  }
}
@media (hover: hover) {
  #tour .head .btn:hover {
    background: transparent;
    color: #fff;
  }
  #tour .head .btn:hover::before {
    opacity: 0;
  }
  #tour .head .btn:hover::after {
    opacity: 1;
  }
  #tour .head .btn:hover span {
    color: #fff;
  }
  #tour .head .btn:hover span::after {
    background-color: #fff;
  }
}
#tour .body {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 960.1px) {
  #tour .body {
    margin-top: 100px;
    padding: 40px 30px 30px;
    width: 100%;
    border-radius: 40px;
  }
  #tour .body div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 960px) {
  #tour .body {
    margin: 17.0666666667vw auto 0;
    padding: 8vw 8vw 8vw;
    width: 89.3333333333vw;
    border-radius: 10.6666666667vw;
  }
}
#tour .body h3 {
  font-family: var(--font-jp-m);
}
@media print, screen and (min-width: 960.1px) {
  #tour .body h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  #tour .body h3 {
    font-size: 4.8vw;
    line-height: 150%;
  }
}
@media screen and (max-width: 960px) {
  #tour .body h3 small {
    display: block;
    font-size: 88%;
  }
}
@media print, screen and (min-width: 960.1px) {
  #tour .body p {
    font-size: 16px;
    line-height: 30px; /* 187.5% */
  }
}
@media screen and (max-width: 960px) {
  #tour .body p {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}
#tour .body p b {
  font-family: var(--font-jp-m);
}
@media print, screen and (min-width: 960.1px) {
  #tour .body dl {
    margin-top: auto;
  }
}
@media screen and (max-width: 960px) {
  #tour .body dl {
    margin-top: 5.3333333333vw;
  }
}
#tour .body dl dt {
  padding-left: 3em;
  text-indent: -3em;
}
@media print, screen and (min-width: 960.1px) {
  #tour .body dl dt {
    font-size: 16px;
    line-height: 30px; /* 187.5% */
  }
}
@media screen and (max-width: 960px) {
  #tour .body dl dt {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
#tour .body dl dd {
  padding-left: 3em;
}
@media print, screen and (min-width: 960.1px) {
  #tour .body dl dd {
    font-size: 16px;
    line-height: 30px; /* 187.5% */
  }
}
@media screen and (max-width: 960px) {
  #tour .body dl dd {
    margin-top: 0.5em;
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#tour .body dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#tour .body dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tour .body dl dd ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 960.1px) {
  #tour .body dl dd ul li::before {
    margin-right: 6px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  #tour .body dl dd ul li::before {
    margin-right: 2.1333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

@media print, screen and (min-width: 960.1px) {
  .contact {
    padding: 150px;
  }
}
@media screen and (max-width: 960px) {
  .contact {
    padding-top: 21.3333333333vw;
  }
}
.contact .btn {
  display: block;
  margin: auto;
  border: 1px solid #000;
  overflow: hidden;
  text-align: center;
  font-family: var(--font-jp-m);
  position: relative;
}
@media print, screen and (min-width: 960.1px) {
  .contact .btn {
    padding: 36px 0;
    width: 382px;
    border-radius: 40px;
    border-radius: 40px;
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 960px) {
  .contact .btn {
    padding: 6.9333333333vw 0;
    width: 78.6666666667vw;
    border-radius: 100px;
    font-size: 4.8vw;
    letter-spacing: 0.24vw;
  }
}
.contact .btn span {
  font-family: var(--font-en);
  font-weight: 400;
}
@media print, screen and (min-width: 960.1px) {
  .contact .btn span {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.contact .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--2, linear-gradient(90deg, #F19EC2 0%, #EB613B 30.6%, #FFE33F 61.2%));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .contact .btn:hover {
    color: #fff;
    border-color: transparent;
  }
  .contact .btn:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .contact .btn:hover::after {
    background-color: #fff;
  }
}
.contact .notice {
  margin: 2em;
  font-size: 88%;
  text-align: center;
  line-height: 150%;
}

.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  line-height: 150%;
}
@media print, screen and (min-width: 960.1px) {
  .caption {
    gap: 10px;
    padding: 0 20px 60px;
    max-width: 1205px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .caption {
    gap: 2.1333333333vw;
    margin-top: 26.6666666667vw;
    padding: 0 5.3333333333vw 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.caption p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 88%;
}
@media print, screen and (min-width: 960.1px) {
  .caption p {
    gap: 12px;
  }
}
@media screen and (max-width: 960px) {
  .caption p {
    gap: 5.3333333333vw;
  }
}
.caption p span:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.caption p b {
  font-family: var(--font-jp-m);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 動画コンテナ */
.modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9; /* 動画のアスペクト比 */
}

/* iframeのサイズを親要素にフィットさせる */
#youtubeIframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* クローズボタン */
.close-modal {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: fixed;
  z-index: 1001;
}
@media print, screen and (min-width: 960.1px) {
  .close-modal {
    gap: 10px;
    width: 40px;
    height: 22px;
    top: 39px;
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .close-modal {
    gap: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 5.8666666667vw;
    top: 8.5333333333vw;
    right: 8vw;
  }
}
.close-modal span {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media print, screen and (min-width: 960.1px) {
  .close-modal span {
    width: 100%;
    height: 2px;
  }
}
@media screen and (max-width: 960px) {
  .close-modal span {
    width: 100%;
    height: 2px;
  }
}
.close-modal span::before, .close-modal span::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media print, screen and (min-width: 960.1px) {
  .close-modal span::before, .close-modal span::after {
    width: 100%;
    height: 2px;
  }
}
@media screen and (max-width: 960px) {
  .close-modal span::before, .close-modal span::after {
    width: 100%;
    height: 2px;
  }
}
.close-modal span::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(26.57deg);
          transform: translateY(-50%) rotate(26.57deg);
}
.close-modal span::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(153.43deg);
          transform: translateY(50%) rotate(153.43deg);
}</pre></body></html>