@charset "UTF-8";
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

.sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 834px) {
  html {
    overflow-x: hidden;
  }
}

body {
  position: relative;
  width: 100%;
  font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  color: #009673;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: vw(14);
    min-width: 0;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #009673;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 835px) {
  a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

/*===================================
画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.c-outer {
  width: 100%;
  max-width: 1170px;
  margin-inline: auto;
}

.c-inner {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

@media screen and (max-width: 834px) {
  .c-inner {
    width: calc(350 / 375 * 100vw);
  }
}
/*===================================
font
===================================*/
/*===================================
LINK
===================================*/
.c-link-button {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 1px;
}
.c-link-button--black {
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}
.c-link-button--orange {
  color: #fff;
  background: #C97006;
}
.c-link-arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-link-arrow::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 35px;
  display: block;
  width: 50px;
  height: 1px;
  background: #009673;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
}
.c-link-arrow--white::before {
  background: #fff;
}
@media only screen and (min-width: 835px) {
  .c-link-arrow:hover {
    opacity: 1;
  }
  .c-link-arrow:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media only screen and (max-width: 834px) {
  .c-link-arrow::before {
    right: calc(35 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
  }
}
.c-txt-eng {
  font-family: serif;
  font-weight: 400;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.c-modal__wrap {
  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;
  width: 100%;
  height: 100%;
}
.c-modal__block {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-weight: 700;
  pointer-events: visible;
  overflow: auto;
  z-index: 1;
}
.c-modal__close {
  position: sticky;
  top: 0;
  width: calc(60 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  margin: 0 calc(-10 / 375 * 100vw) calc(-20 / 375 * 100vw) auto;
  background: url(../img/icon_close.svg) no-repeat center/contain;
  -webkit-transform: translateY(calc(-20 / 375 * 100vw));
          transform: translateY(calc(-20 / 375 * 100vw));
}

@media only screen and (min-width: 835px) {
  .c-modal__close {
    width: 60px;
    height: 60px;
    margin: 0 -10px -20px auto;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.l-header-title {
  display: none;
}
.l-header-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  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;
  width: 48px;
  height: 48px;
  background: #ea477e;
  z-index: 10;
}
.l-header-hamburger__line {
  position: relative;
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
}
.l-header-hamburger__line::before, .l-header-hamburger__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-hamburger__line::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.l-header-hamburger__line::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.l-header-hamburger.is-open .l-header-hamburger__line {
  background: none;
}
.l-header-hamburger.is-open .l-header-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header-hamburger.is-open .l-header-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header-nav {
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  height: calc(100vh - 46px);
  overflow: auto;
  background: #ea477e;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 8;
}
.l-header-nav.is-open {
  -webkit-transform: none;
          transform: none;
}
.l-header-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(25 / 375 * 100vw);
  padding: calc(50 / 375 * 100vw) 0;
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 700;
}
.l-header-nav__wrap a {
  color: #fff;
}
.l-header-nav__wrap span {
  font-size: 0.8em;
  margin-left: 1em;
}
.l-header-nav__sns {
  display: none;
}

@media only screen and (min-width: 835px) {
  .l-header {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding: 60px 0 0 60px;
  }
  .l-header::before, .l-header::after {
    content: "";
    position: fixed;
    display: block;
    width: 1417px;
    height: 790px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .l-header::before {
    bottom: 20px;
    background-image: url(../img/header_back_left.svg);
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  .l-header::after {
    top: 100px;
    background-image: url(../img/header_back_right.svg);
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .l-header-title {
    display: block;
    width: 100%;
    max-width: 625px;
  }
  .l-header-hamburger {
    display: none;
  }
  .l-header-nav {
    position: sticky;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    background: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: 0;
    transition: 0;
    z-index: 0;
  }
  .l-header-nav__wrap {
    gap: 20px;
    padding: 25px 0;
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .l-header-nav__wrap span {
    font-size: 1em;
    margin-left: 1.5em;
  }
  .l-header-nav__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 50px;
  }
  .l-header-nav__sns img {
    width: 38px;
  }
}
.l-footer {
  font-size: calc(12 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
  padding: calc(40 / 375 * 100vw) 0;
  color: #fff;
  background: #ea477e;
}

@media only screen and (min-width: 835px) {
  .l-footer {
    font-size: 1.2rem;
    letter-spacing: 0em;
    line-height: 1.33;
    padding: 40px 0 90px;
  }
}
main {
  padding-top: 48px;
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.33;
  font-weight: 700;
  background: #ea477e;
  overflow: hidden;
}

.limit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 48px;
  background: #009673;
  z-index: 9;
  overflow: hidden;
}
.limit::before, .limit::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #fff;
}
.limit::after {
  top: auto;
  bottom: 3px;
}
.limit.--top {
  position: fixed;
  top: 0;
  left: 0;
}
.limit.--bottom {
  z-index: 5;
}
.limit.--bottom .limit-text {
  animation-direction: reverse;
}
.limit-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: limit-marquee 10s linear infinite;
          animation: limit-marquee 10s linear infinite;
}
.limit-text__head {
  width: 145px;
}
.limit-text__head:nth-of-type(n+2) {
  margin-left: 50px;
}
.limit-text__bottom {
  width: 17px;
}
.limit-text__main {
  width: 287px;
  margin-left: 15px;
}
.limit-text__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  width: 80px;
}
.limit-text__number img {
  width: auto;
  height: 25px;
}

.info {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(30 / 375 * 100vw);
}
.info + .info {
  margin-top: calc(15 / 375 * 100vw);
}
.info__title {
  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-size: calc(18 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.22;
  text-align: center;
  min-width: calc(96 / 375 * 100vw);
  height: calc(30 / 375 * 100vw);
  margin-bottom: calc(15 / 375 * 100vw);
  color: #fff;
  border-radius: 100vmax;
}

.hero {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(630 / 375 * 100vw);
  overflow: hidden;
}
.hero-title {
  position: relative;
  width: calc(320 / 375 * 100vw);
  height: calc(575 / 375 * 100vw);
  background: #fffaf0;
  border: calc(6 / 375 * 100vw) solid #ea477e;
  border-radius: calc(24 / 375 * 100vw);
}
.hero-title__text {
  position: relative;
  z-index: 2;
}
.hero-title__back {
  position: absolute;
  top: 49%;
  left: 55%;
  width: calc(404 / 375 * 100vw);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero__icon {
  position: absolute;
  top: calc(10 / 375 * 100vw);
  left: calc(10 / 375 * 100vw);
  width: calc(108 / 375 * 100vw);
  z-index: 3;
  border: calc(4 / 375 * 100vw) solid #fffaf0;
  border-radius: 100vmax;
}
.hero__guest {
  position: absolute;
  bottom: calc(-95 / 375 * 100vw);
  left: calc(-105 / 375 * 100vw);
  width: calc(264 / 375 * 100vw);
  border: calc(4 / 375 * 100vw) solid #ea477e;
  border-radius: 100vmax;
}

.about {
  position: relative;
  padding: calc(55 / 375 * 100vw) calc(22 / 375 * 100vw);
  background: #009673;
  overflow: hidden;
}
.about__wrap {
  position: relative;
  padding: 0 0 calc(40 / 375 * 100vw);
  background: #fffaf0;
}
.about__circle {
  position: absolute;
  left: calc(-32 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 64 / 375 * 100vw);
  pointer-events: none;
}
.about__circle::before, .about__circle::after {
  content: "";
  display: block;
  width: calc(64 / 375 * 100vw);
  height: calc(64 / 375 * 100vw);
  background: #009673;
  border-radius: 100vmax;
}
.about__circle--top {
  top: calc(-32 / 375 * 100vw);
}
.about__circle--bottom {
  bottom: calc(-32 / 375 * 100vw);
}
.about__figure {
  position: absolute;
  bottom: calc(65 / 375 * 100vw);
  left: calc(10 / 375 * 100vw);
  width: calc(338 / 375 * 100vw);
  z-index: 1;
  pointer-events: none;
}
.about-heading {
  position: relative;
  top: calc(-30 / 375 * 100vw);
  margin-bottom: calc(-30 / 375 * 100vw);
}
.about-heading__title {
  position: relative;
  z-index: 2;
}
.about-heading__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about__icon {
  width: calc(252 / 375 * 100vw);
  margin: calc(25 / 375 * 100vw) auto 0;
}
.about-body {
  margin-top: calc(35 / 375 * 100vw);
  padding: 0 calc(20 / 375 * 100vw);
}
.about-body span {
  color: #ea477e;
}
.about-info {
  margin-top: 30;
}
.about-info__title {
  background: #ea477e;
}
.about-info__body {
  color: #ea477e;
  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;
  gap: 1em;
}
.about-info__body strong {
  font-size: 2em;
}

.greeting {
  position: relative;
  padding: calc(55 / 375 * 100vw) calc(22 / 375 * 100vw);
  background: #ea477e;
}
.greeting__wrap {
  position: relative;
  padding: 0 0 calc(40 / 375 * 100vw);
  background: #fffaf0;
}
.greeting__circle {
  position: absolute;
  left: calc(-32 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 64 / 375 * 100vw);
  pointer-events: none;
}
.greeting__circle::before, .greeting__circle::after {
  content: "";
  display: block;
  width: calc(64 / 375 * 100vw);
  height: calc(64 / 375 * 100vw);
  background: #ea477e;
  border-radius: 100vmax;
}
.greeting__circle--top {
  top: calc(-32 / 375 * 100vw);
}
.greeting__circle--bottom {
  bottom: calc(-32 / 375 * 100vw);
}
.greeting-heading {
  position: relative;
  top: calc(-40 / 375 * 100vw);
  margin-bottom: calc(-30 / 375 * 100vw);
}
.greeting-heading__title {
  position: relative;
  z-index: 2;
}
.greeting-heading__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.greeting__person {
  width: calc(191 / 375 * 100vw);
  font-size: calc(21 / 375 * 100vw);
  letter-spacing: 0.075em;
  line-height: 1.9;
  text-align: center;
  margin: 0 auto;
}
.greeting__body {
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.5;
  color: #ea477e;
  margin-top: 1em;
  padding: 0 calc(20 / 375 * 100vw);
}
.greeting__button {
  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;
  width: calc(134 / 375 * 100vw);
  height: calc(38 / 375 * 100vw);
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0.075em;
  line-height: 1;
  margin: calc(25 / 375 * 100vw) auto 0;
  color: #fff;
  background: #009673;
  border: none;
  border-radius: 100vmax;
  cursor: pointer;
}
.greeting .splide__arrow {
  top: calc(95 / 375 * 100vw);
  width: calc(16 / 375 * 100vw);
  height: calc(50 / 375 * 100vw);
  background: #ea477e;
  border-radius: 0;
}
.greeting .splide__arrow svg {
  display: none;
}
.greeting .splide__arrow--next {
  right: calc(40 / 375 * 100vw);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.greeting .splide__arrow--prev {
  left: calc(40 / 375 * 100vw);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.greeting-slide__data .greeting__body {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 4.6em;
}
.greeting-slide__data .greeting__body br {
  display: none;
}

.guest {
  position: relative;
  padding: 0 calc(22 / 375 * 100vw);
  color: #fff;
  background: #009673;
}
.guest::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(375 / 375 * 100vw + 2px);
  height: calc(77 / 375 * 100vw);
  background: #ea477e;
  clip-path: polygon(0% 0, 100% 0, 0 100%);
}
.guest__wrap {
  position: relative;
  padding: 0 0 calc(40 / 375 * 100vw);
}
.guest-heading {
  padding-top: calc(20 / 375 * 100vw);
}
.guest-heading__title {
  position: relative;
  z-index: 2;
}
.guest-heading__text {
  font-size: calc(36 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.06;
  text-align: center;
}
.guest-heading__text span {
  font-size: calc(28 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.64;
}
.guest-heading__figure {
  width: calc(333 / 375 * 100vw);
  margin: calc(20 / 375 * 100vw) auto 0;
}
.guest-heading__figure figcaption {
  width: calc(332 / 375 * 100vw);
  margin: calc(10 / 375 * 100vw) auto 0;
}
.guest-text {
  padding: 0 calc(20 / 375 * 100vw);
}
.guest-text__title {
  margin-top: calc(25 / 375 * 100vw);
}
.guest-text__title--mt {
  margin-top: calc(80 / 375 * 100vw);
}
.guest-text__body {
  margin-top: calc(15 / 375 * 100vw);
  text-align: center;
}
.guest-text__body--justify {
  text-align: justify;
}
.guest-text__body strong {
  font-size: 1.5em;
}
.guest-text__body small {
  font-size: 0.8em;
}
.guest-text__button {
  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;
  width: calc(240 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: -0.02em;
  line-height: 1.22;
  font-weight: bold;
  text-align: center;
  margin: calc(15 / 375 * 100vw) auto 0;
  color: #009673;
  background: #fff;
  border-radius: 100vmax;
}
.guest-text__note {
  font-size: calc(12 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.83;
}
.guest-text__note--center {
  text-align: center;
}
.guest-text__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.guest-text-info strong {
  font-size: 1.5em;
}
.guest-text-info strong:nth-of-type(n+2) {
  margin-top: calc(25 / 375 * 100vw);
}
.guest-text-info__title {
  min-width: calc(130 / 375 * 100vw);
  margin-bottom: calc(5 / 375 * 100vw);
  padding: 0 1em;
  background: #ea477e;
  border: calc(2 / 375 * 100vw) solid #fff;
}
.guest-text-info__title--attention {
  margin: calc(50 / 375 * 100vw) auto calc(20 / 375 * 100vw);
}
.guest-text-info__body {
  text-align: center;
  white-space: nowrap;
}

#Introduction {
  padding: calc(130 / 375 * 100vw) calc(22 / 375 * 100vw) calc(70 / 375 * 100vw);
}
#Introduction::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(375 / 375 * 100vw + 2px);
  height: calc(77 / 375 * 100vw);
  background: #009673;
  clip-path: polygon(0% 0, 100% 0, 0 100%);
}
#Introduction .greeting-heading {
  top: calc(-20 / 375 * 100vw);
}
#Introduction .greeting-heading__back {
  width: calc(350 / 375 * 100vw);
  margin-top: calc(-10 / 375 * 100vw);
  margin-left: calc(-10 / 375 * 100vw);
}
#Introduction .greeting-slide {
  margin-top: calc(30 / 375 * 100vw);
}
#Introduction .splide__pagination {
  position: static;
  gap: calc(10 / 375 * 100vw);
  margin-top: calc(25 / 375 * 100vw);
}
#Introduction .splide__pagination__page {
  width: calc(15 / 375 * 100vw);
  height: calc(15 / 375 * 100vw);
  margin: 0;
  background: none;
  border: 1px solid #ea477e;
  border-radius: 100vmax;
  opacity: 1;
}
#Introduction .splide__pagination__page.is-active {
  background: #ea477e;
  -webkit-transform: none;
          transform: none;
}

.faq {
  position: relative;
  padding: calc(20 / 375 * 100vw) calc(22 / 375 * 100vw) calc(70 / 375 * 100vw);
}
.faq__wrap {
  position: relative;
  padding: 0 0 calc(75 / 375 * 100vw);
  background: #fffaf0;
}
.faq__circle {
  position: absolute;
  left: calc(-32 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 64 / 375 * 100vw);
  pointer-events: none;
}
.faq__circle::before, .faq__circle::after {
  content: "";
  display: block;
  width: calc(64 / 375 * 100vw);
  height: calc(64 / 375 * 100vw);
  background: #ea477e;
  border-radius: 100vmax;
}
.faq__circle--top {
  top: calc(-32 / 375 * 100vw);
}
.faq__circle--bottom {
  bottom: calc(-32 / 375 * 100vw);
}
.faq__figure {
  position: absolute;
  bottom: calc(30 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
  width: calc(332 / 375 * 100vw);
  z-index: 1;
  pointer-events: none;
}
.faq-heading {
  position: relative;
  top: calc(-30 / 375 * 100vw);
  margin-bottom: calc(-30 / 375 * 100vw);
}
.faq-heading__title {
  position: relative;
  z-index: 2;
}
.faq-heading__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.faq-body {
  margin-top: calc(35 / 375 * 100vw);
  padding: 0 calc(20 / 375 * 100vw);
}
.faq-body dl {
  margin-top: calc(25 / 375 * 100vw);
}
.faq-body dt,
.faq-body dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.14;
}
.faq-body dt::before,
.faq-body dd::before {
  width: calc(40 / 375 * 100vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: calc(36 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
  margin-top: -0.1em;
}
.faq-body dt {
  position: relative;
  color: #ea477e;
  cursor: pointer;
  margin-bottom: 0.5em;
}
.faq-body dt::before {
  content: "Q";
}
.faq-body dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc(30 / 375 * 100vw);
  height: calc(30 / 375 * 100vw);
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.faq-body dt.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-body dd::before {
  content: "A";
  padding-left: 0.05em;
}

.sns,
.notice,
.access {
  position: relative;
  padding: calc(20 / 375 * 100vw) calc(22 / 375 * 100vw) calc(50 / 375 * 100vw);
  background: #ea477e;
}
.sns__wrap,
.notice__wrap,
.access__wrap {
  position: relative;
  padding: 0 0 calc(50 / 375 * 100vw);
  background: #fffaf0;
}
.sns__circle,
.notice__circle,
.access__circle {
  position: absolute;
  left: calc(-32 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 64 / 375 * 100vw);
  pointer-events: none;
}
.sns__circle::before, .sns__circle::after,
.notice__circle::before,
.notice__circle::after,
.access__circle::before,
.access__circle::after {
  content: "";
  display: block;
  width: calc(64 / 375 * 100vw);
  height: calc(64 / 375 * 100vw);
  background: #ea477e;
  border-radius: 100vmax;
}
.sns__circle--top,
.notice__circle--top,
.access__circle--top {
  top: calc(-32 / 375 * 100vw);
}
.sns__circle--bottom,
.notice__circle--bottom,
.access__circle--bottom {
  bottom: calc(-32 / 375 * 100vw);
}
.sns-heading,
.notice-heading,
.access-heading {
  position: relative;
  top: calc(-15 / 375 * 100vw);
  margin-bottom: calc(-15 / 375 * 100vw);
}
.sns-heading__title,
.notice-heading__title,
.access-heading__title {
  position: relative;
  z-index: 2;
}
.sns-icon,
.notice-icon,
.access-icon {
  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;
  gap: calc(40 / 375 * 100vw);
  margin-top: 30px;
}
.sns-icon img,
.notice-icon img,
.access-icon img {
  width: calc(40 / 375 * 100vw);
}

.sponsors {
  position: relative;
  padding: calc(20 / 375 * 100vw) calc(22 / 375 * 100vw) calc(35 / 375 * 100vw);
  background: #ea477e;
}
.sponsors__wrap {
  position: relative;
  padding: 0 0 calc(75 / 375 * 100vw);
  background: #fffaf0;
}
.sponsors__circle {
  position: absolute;
  left: calc(-32 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 64 / 375 * 100vw);
  pointer-events: none;
}
.sponsors__circle::before, .sponsors__circle::after {
  content: "";
  display: block;
  width: calc(64 / 375 * 100vw);
  height: calc(64 / 375 * 100vw);
  background: #ea477e;
  border-radius: 100vmax;
}
.sponsors__circle--top {
  top: calc(-32 / 375 * 100vw);
}
.sponsors__circle--bottom {
  bottom: calc(-32 / 375 * 100vw);
}
.sponsors__figure {
  position: absolute;
  bottom: calc(0 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
  width: calc(332 / 375 * 100vw);
  z-index: 1;
  pointer-events: none;
}
.sponsors-heading {
  position: relative;
  top: calc(-25 / 375 * 100vw);
  margin-bottom: calc(-25 / 375 * 100vw);
}
.sponsors-heading__title {
  position: relative;
  z-index: 2;
}
.sponsors-heading__back {
  position: absolute;
  top: calc(-7 / 375 * 100vw);
  left: calc(-10 / 375 * 100vw);
  width: calc(357 / 375 * 100vw);
}
.sponsors-icon {
  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;
  gap: calc(40 / 375 * 100vw);
  margin-top: 30px;
}
.sponsors-icon img {
  width: calc(40 / 375 * 100vw);
}

.notice {
  padding-top: calc(40 / 375 * 100vw);
}
.notice-note {
  margin-top: calc(25 / 375 * 100vw);
  padding: 0 calc(20 / 375 * 100vw);
  color: #ea477e;
}
.notice-note dt {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #ea477e;
}

.access {
  padding-bottom: 0;
}
.access__wrap {
  padding-bottom: 0;
  background: none;
}
.access-heading__back {
  position: absolute;
  top: calc(-5 / 375 * 100vw);
  left: calc(-10 / 375 * 100vw);
  width: calc(345 / 375 * 100vw);
}
.access-map {
  width: 100%;
  height: calc(240 / 375 * 100vw);
  padding: 0 calc(10 / 375 * 100vw);
  margin-top: calc(50 / 375 * 100vw);
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
.access-text {
  padding: 0 calc(10 / 375 * 100vw);
  margin-top: calc(35 / 375 * 100vw);
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.29;
  color: #fff;
}
.access-text__body {
  margin-top: 0.75em;
}

@media only screen and (min-width: 835px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    background: #ea477e;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1100px) {
  body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 835px) {
  main {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px;
    padding-top: 46.5px;
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.33;
    overflow: visible;
    z-index: 1;
  }
  .limit {
    height: 48px;
  }
  .limit::before, .limit::after {
    top: 3px;
  }
  .limit::after {
    bottom: 3px;
  }
  .limit.--top {
    position: fixed;
    top: 0;
    left: 0;
  }
  .limit.--bottom {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .limit-text {
    gap: 10px;
    white-space: nowrap;
    will-change: transform;
    -webkit-animation: limit-marquee-pc 10s linear infinite;
            animation: limit-marquee-pc 10s linear infinite;
  }
  .limit-text__head {
    width: 145px;
  }
  .limit-text__head:nth-of-type(n+2) {
    margin-left: 250px;
  }
  .limit-text__bottom {
    width: 17px;
  }
  .limit-text__main {
    width: 287px;
    margin-left: 215px;
  }
  .limit-text__number {
    gap: 2px;
    width: 70px;
  }
  .limit-text__number img {
    height: 25px;
  }
  .info {
    margin-top: 30px;
  }
  .info + .info {
    margin-top: 15px;
  }
  .info__title {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.22;
    min-width: 96px;
    height: 30px;
    margin-bottom: 15px;
  }
  .hero {
    height: auto;
    overflow: visible;
    margin-top: 0;
    padding-top: 45px;
  }
  .hero-title {
    width: 400px;
    height: auto;
    border: none;
    border-radius: 24px;
  }
  .hero-title__back {
    top: 50%;
    width: 520px;
  }
  .hero__icon {
    top: 20px;
    left: 20px;
    width: 138px;
    border: 4px solid #fffaf0;
  }
  .hero__guest {
    bottom: -90px;
    left: -30px;
    width: 262px;
    border: 6px solid #ea477e;
  }
  .about {
    margin-top: 50px;
    padding: 55px 22px;
  }
  .about__wrap {
    padding: 0 0 40px;
  }
  .about__circle {
    position: absolute;
    left: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% + 64px);
    pointer-events: none;
  }
  .about__circle::before, .about__circle::after {
    width: 64px;
    height: 64px;
  }
  .about__circle--top {
    top: -32px;
  }
  .about__circle--bottom {
    bottom: -32px;
  }
  .about__figure {
    bottom: 65px;
    left: 10px;
    width: 338px;
  }
  .about-heading {
    top: -30px;
    margin-bottom: -30px;
  }
  .about__icon {
    width: 252px;
    margin: 25px auto 0;
  }
  .about-body {
    margin-top: 35px;
    padding: 0 20px;
  }
  .about-info {
    margin-top: 30;
  }
  .greeting {
    padding: 55px 22px;
  }
  .greeting__wrap {
    padding: 0 0 40px;
    max-width: 800px;
    margin: 0 auto;
  }
  .greeting__circle {
    left: -32px;
    width: calc(100% + 64px);
  }
  .greeting__circle::before, .greeting__circle::after {
    width: 64px;
    height: 64px;
  }
  .greeting__circle--top {
    top: -32px;
  }
  .greeting__circle--bottom {
    bottom: -32px;
  }
  .greeting-heading {
    top: -40px;
    margin-bottom: -30px;
  }
  .greeting__person {
    width: 191px;
    font-size: 2.1rem;
    letter-spacing: 0.075em;
    line-height: 1.9;
  }
  .greeting__body {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .greeting__button {
    width: 134px;
    height: 38px;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    line-height: 1;
    margin: 25px auto 0;
    color: #fff;
  }
  .greeting .splide__arrow {
    top: 95px;
    width: 16px;
    height: 50px;
  }
  .greeting .splide__arrow--next {
    right: 40px;
  }
  .greeting .splide__arrow--prev {
    left: 40px;
  }
  .guest {
    padding: 0 22px;
  }
  .guest::before {
    width: 502px;
    height: 77px;
  }
  .guest__wrap {
    padding: 0 0 40px;
  }
  .guest-heading {
    padding-top: 20px;
  }
  .guest-heading__text {
    font-size: 3.6rem;
    letter-spacing: 0em;
    line-height: 1.06;
  }
  .guest-heading__text span {
    font-size: 2.8rem;
    letter-spacing: 0em;
    line-height: 1.64;
  }
  .guest-heading__figure {
    width: 333px;
    margin: 20px auto 0;
  }
  .guest-heading__figure figcaption {
    width: 332px;
    margin: 10px auto 0;
  }
  .guest-text {
    padding: 0 20px;
  }
  .guest-text__title {
    margin-top: 25px;
  }
  .guest-text__title--mt {
    margin-top: 80px;
  }
  .guest-text__body {
    margin-top: 15px;
  }
  .guest-text__body strong {
    font-size: 1.5em;
  }
  .guest-text__body small {
    font-size: 0.8em;
  }
  .guest-text__button {
    width: 240px;
    height: 60px;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    line-height: 1.22;
    margin: 15px auto 0;
  }
  .guest-text__note {
    font-size: 1.2rem;
    letter-spacing: 0em;
    line-height: 1.83;
  }
  .guest-text-info strong:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .guest-text-info__title {
    min-width: 130px;
    margin-bottom: 5px;
    border: 2px solid #fff;
  }
  .guest-text-info__title--attention {
    margin: 50px auto 20px;
  }
  #Introduction {
    padding: 130px 22px 70px;
  }
  #Introduction::before {
    width: 502px;
    height: 77px;
  }
  #Introduction .greeting-heading {
    top: -20px;
  }
  #Introduction .greeting-heading__back {
    width: 480px;
    margin-top: -10px;
    margin-left: -10px;
  }
  #Introduction .greeting-slide {
    margin-top: 30px;
  }
  #Introduction .splide__pagination {
    position: static;
    gap: 10px;
    margin-top: 25px;
  }
  #Introduction .splide__pagination__page {
    width: 15px;
    height: 15px;
  }
  .faq {
    padding: 20px 22px 70px;
  }
  .faq::before {
    width: 502px;
    height: 77px;
  }
  .faq__wrap {
    padding: 0 0 75px;
  }
  .faq__circle {
    left: -32px;
    width: calc(100% + 64px);
  }
  .faq__circle::before, .faq__circle::after {
    width: 64px;
    height: 64px;
  }
  .faq__circle--top {
    top: -32px;
  }
  .faq__circle--bottom {
    bottom: -32px;
  }
  .faq__figure {
    bottom: 30px;
    left: 20px;
    width: 332px;
  }
  .faq-heading {
    top: -30px;
    margin-bottom: -30px;
  }
  .faq-body {
    margin-top: 35px;
    padding: 0 20px;
  }
  .faq-body dl {
    margin-top: 25px;
  }
  .faq-body dt,
  .faq-body dd {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .faq-body dt::before,
  .faq-body dd::before {
    width: 40px;
    font-size: 3.6rem;
    letter-spacing: 0em;
    line-height: 1;
  }
  .faq-body dt::after {
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sns,
  .notice,
  .access {
    padding: 20px 22px 50px;
  }
  .sns__wrap,
  .notice__wrap,
  .access__wrap {
    padding: 0 0 50px;
  }
  .sns__circle,
  .notice__circle,
  .access__circle {
    left: -32px;
    width: calc(100% + 64px);
  }
  .sns__circle::before, .sns__circle::after,
  .notice__circle::before,
  .notice__circle::after,
  .access__circle::before,
  .access__circle::after {
    width: 64px;
    height: 64px;
  }
  .sns__circle--top,
  .notice__circle--top,
  .access__circle--top {
    top: -32px;
  }
  .sns__circle--bottom,
  .notice__circle--bottom,
  .access__circle--bottom {
    bottom: -32px;
  }
  .sns-heading,
  .notice-heading,
  .access-heading {
    top: -15px;
    margin-bottom: -15px;
  }
  .sns-icon,
  .notice-icon,
  .access-icon {
    gap: 40px;
    margin-top: 30px;
  }
  .sns-icon img,
  .notice-icon img,
  .access-icon img {
    width: 40px;
  }
  .sponsors {
    padding: 20px 22px 35px;
  }
  .sponsors__wrap {
    padding: 0 0 75px;
  }
  .sponsors__circle {
    left: -32px;
    width: calc(100% + 64px);
  }
  .sponsors__circle::before, .sponsors__circle::after {
    width: 64px;
    height: 64px;
  }
  .sponsors__circle--top {
    top: -32px;
  }
  .sponsors__circle--bottom {
    bottom: -32px;
  }
  .sponsors__figure {
    bottom: 0px;
    left: 20px;
    width: 332px;
  }
  .sponsors-heading {
    top: -25px;
    margin-bottom: -25px;
  }
  .sponsors-heading__back {
    top: -7px;
    left: -10px;
    width: 357px;
  }
  .sponsors-icon {
    gap: 40px;
    margin-top: 30px;
  }
  .sponsors-icon img {
    width: 40px;
  }
  .notice {
    padding-top: 40px;
  }
  .notice-note {
    margin-top: 25px;
    padding: 0 20px;
  }
  .access {
    padding-bottom: 0;
  }
  .access__wrap {
    padding-bottom: 0;
    background: none;
  }
  .access-heading__back {
    position: absolute;
    top: -35px;
    left: -10px;
    width: 485px;
  }
  .access-map {
    width: 100%;
    height: 240px;
    padding: 0 10px;
    margin-top: 50px;
  }
  .access-map iframe {
    width: 100%;
    height: 100%;
  }
  .access-text {
    padding: 0 10px;
    margin-top: 35px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.29;
    color: #fff;
  }
  .access-text__body {
    margin-top: 0.75em;
  }
}
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: right;
}

@media only screen and (max-width: 834px) {
  .u-mt10 {
    margin-top: 10px;
  }
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt30 {
    margin-top: 13px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt50 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt70 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 35px;
  }
  .u-mt90 {
    margin-top: 45px;
  }
  .u-mt100 {
    margin-top: 60px;
  }
}
.u-inview {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
@-webkit-keyframes limit-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-322px);
            transform: translateX(-322px);
  }
}
@keyframes limit-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-322px);
            transform: translateX(-322px);
  }
}
@-webkit-keyframes limit-marquee-pc {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-512px);
            transform: translateX(-512px);
  }
}
@keyframes limit-marquee-pc {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-512px);
            transform: translateX(-512px);
  }
}
@-webkit-keyframes animate-bg-left {
  to {
    -webkit-transform: translateX(calc(-330 / 375 * 100vw));
            transform: translateX(calc(-330 / 375 * 100vw));
  }
}
@keyframes animate-bg-left {
  to {
    -webkit-transform: translateX(calc(-330 / 375 * 100vw));
            transform: translateX(calc(-330 / 375 * 100vw));
  }
}
@-webkit-keyframes animate-bg-right {
  to {
    -webkit-transform: translateX(calc(330 / 375 * 100vw));
            transform: translateX(calc(330 / 375 * 100vw));
  }
}
@keyframes animate-bg-right {
  to {
    -webkit-transform: translateX(calc(330 / 375 * 100vw));
            transform: translateX(calc(330 / 375 * 100vw));
  }
}
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
  will-change: mask-position;
}
@media only screen and (max-width: 834px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
    will-change: mask-position;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 1s ease-out forwards;
          animation: animate-maskRight 1s ease-out forwards;
  will-change: mask-position;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
translate
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}

.u-zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}

.u-role-in {
  opacity: 0;
  -webkit-transform: translate(-150px, 0) rotate(-360deg);
          transform: translate(-150px, 0) rotate(-360deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-translate 1.3s forwards;
          animation: animate-translate 1.3s forwards;
}

@-webkit-keyframes animate-translate {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes animate-translate {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}