@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  color: #000;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
}

.arial {
  font-family: Arial, sans-serif;
}

.ryo-r {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ryo-m {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ryo-b {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1300px;
  }
}
.g-header {
  position: fixed;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  height: 70px;
  left: 0;
  top: 0;
}
.g-header-menu {
  position: absolute;
  z-index: 20;
  width: 36px;
  height: 36px;
  right: 12px;
  top: 14px;
  border-radius: 18px;
  background-color: #fff;
}
.g-header-menu span {
  position: absolute;
  width: 16px;
  height: 2px;
  left: 10px;
  background-color: #000;
}
.g-header-menu span:nth-of-type(1) {
  top: 12px;
  transition: top 0.2s 0.2s, transform 0.2s 0s;
}
.g-header-menu span:nth-of-type(2) {
  top: 17px;
  transition: opacity 0s 0.2s;
}
.g-header-menu span:nth-of-type(3) {
  top: 22px;
  transition: top 0.2s 0.2s, transform 0.2s 0s;
}
.g-header-menu.is-open span:nth-of-type(1) {
  top: 17px;
  transform: rotate(33deg);
  transition: top 0.2s 0s, transform 0.2s 0.2s;
}
.g-header-menu.is-open span:nth-of-type(2) {
  opacity: 0;
}
.g-header-menu.is-open span:nth-of-type(3) {
  top: 17px;
  transform: rotate(-33deg);
  transition: top 0.2s 0s, transform 0.2s 0.2s;
}
.g-header-logo {
  position: absolute;
  z-index: 9;
  display: block;
  width: 130px;
  height: 27.7px;
  left: 10px;
  top: 10px;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.g-header-logo.is-show {
  opacity: 1;
  pointer-events: auto;
}
.g-header-logo.is-show:active {
  opacity: 0.65;
}
.g-header-logo2 {
  position: absolute;
  z-index: 9;
  display: block;
  width: 83.2px;
  height: 54.2px;
  left: calc(50% - 41.6px);
  top: 10px;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.g-header-logo2.is-show {
  opacity: 1;
  pointer-events: auto;
}
.g-header-logo2.is-show:active {
  opacity: 0.65;
}
.g-header-nav {
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity 0.5s;
}
.g-header-nav::-webkit-scrollbar {
  display: none;
}
.g-header-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.g-header-nav nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% + 1px);
  padding-bottom: 50px;
  font-size: min(4.2vw, 16px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.g-header-nav-linktv {
  position: absolute;
  left: calc(50% - 65px);
  top: 20px;
  width: 130px;
  height: 27.7px;
}
.g-header-nav a {
  transition: opacity 0.3s;
  color: #fff;
}
.g-header-nav a:active {
  opacity: 0.65;
}
.g-header-nav a + a {
  margin-top: 2.5em;
}

.l-wrapper {
  position: relative;
  z-index: 1;
}

.l-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-image: url(../images/map.webp?0516);
  background-repeat: no-repeat;
  background-position: 70% top;
  background-size: cover;
}

.l-bg-tile {
  position: relative;
  z-index: 2;
  background-image: url(../images/bg_tile.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 4vw 4vw;
}

.c-header {
  position: relative;
  width: 100%;
  height: 178vw;
  overflow: hidden;
}
.c-header::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 8vw;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-header__bg {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-header__bg div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top_sp_0.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.c-header__bg picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.c-header__bg.is-hide div {
  transition: -webkit-clip-path 1.5s 1.8s ease;
  transition: clip-path 1.5s 1.8s ease;
  transition: clip-path 1.5s 1.8s ease, -webkit-clip-path 1.5s 1.8s ease;
  -webkit-clip-path: circle(0px at center 35%);
          clip-path: circle(0px at center 35%);
}
.c-header__bg.is-hide picture {
  transform-origin: bottom;
  transform: rotateX(-100deg);
  opacity: 0;
  transition: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-header__bg.is-hide picture.bg-1 {
  transition-delay: 1s;
}
.c-header__bg.is-hide picture.bg-2 {
  transition-delay: 1.2s;
}
.c-header__bg.is-hide picture.bg-3 {
  transition-delay: 1.4s;
}
.c-header__bg.is-show div {
  -webkit-clip-path: circle(120vw at center 35%);
          clip-path: circle(120vw at center 35%);
}
.c-header__bg.is-show picture {
  transform: rotateX(0deg);
  opacity: 1;
}
.c-header__ttl {
  position: absolute;
  z-index: 2;
  width: 71%;
  left: 14.5%;
  top: 11.5vw;
}
.c-header__ttl.is-hide {
  transform: translateY(-130%);
}
.c-header__ttl.is-show {
  animation: bounce-in-top 1s both;
}
.c-header__support {
  position: absolute;
  z-index: 2;
  width: 24%;
  left: 38%;
  top: 55vw;
}
.c-header__support p {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.2vw;
  line-height: 1;
  font-weight: bold;
}
.c-header__support p br {
  display: none;
}
.c-header__sticker {
  display: block;
  position: absolute;
  z-index: 2;
  width: 35%;
}
.c-header__sticker.yasukawa {
  left: 28.5%;
  top: 125vw;
  animation: stickerAnime 0.5s 4s step-start alternate infinite;
}
.c-header__sticker.toto {
  left: 39%;
  top: 135vw;
  animation: stickerAnime 0.5s 4s step-end alternate infinite;
}
.c-header__sticker.is-hide img {
  transition: 0.2s 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0);
}
.c-header__sticker.is-show img {
  transform: scale(1);
}
.c-header__card {
  display: none;
}
.c-header__subttl {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 144vw;
  overflow: hidden;
}
.c-header__subttl img {
  width: 115%;
  margin-left: -11%;
  transform: rotate(-1.5deg);
}
.c-header__subttl.is-hide img {
  opacity: 0;
  transform: rotate(-1.5deg) translateX(100%);
  transition: 0.4s 2.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-header__subttl.is-show img {
  transform: rotate(-1.5deg) translateX(0);
  opacity: 1;
}

.c-main-paper {
  position: relative;
}
.c-main-paper.map-hide .c-main-bgmovie {
  opacity: 1;
}
.c-main-paper.map-hide .c-introduction .c-main-paper-bg {
  opacity: 0;
}
.c-main-paper.map-hide .c-introduction__map {
  opacity: 0;
}
.c-main-paper.map-hide .c-movie__bg {
  opacity: 0;
}

.c-main-bgmovie {
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: opacity 0.8s;
}
.c-main-bgmovie video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  object-fit: cover;
  object-position: center center;
}
.c-main-bgmovie::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(232, 242, 192, 0.8);
}

.c-introduction {
  position: relative;
  margin-top: -100vh;
  padding: 7% 0 80vh;
}
.c-introduction .c-main-paper-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/bg_paper.webp);
  background-repeat: repeat;
  background-position: center top;
  background-size: 500px 500px;
  transition: opacity 0.8s;
}
.c-introduction__map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 44%;
  overflow: hidden;
  mix-blend-mode: multiply;
  transition: opacity 0.8s;
}
.c-introduction__map img {
  width: 205%;
  margin-left: -86%;
}
.c-introduction__map div {
  width: 100%;
  height: 100%;
  background-color: #e8f2c0;
}
.c-introduction__h2 {
  position: relative;
  width: 42%;
  margin: 0 auto;
}
.c-introduction__h2::before {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/h2_introduction.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  mix-blend-mode: color-burn;
}
.c-introduction__h2 img {
  position: relative;
  z-index: 3;
  opacity: 0.03;
}
.c-introduction__catch {
  position: relative;
  width: 92%;
  margin: 7% auto 0;
}
.c-introduction__catch::before, .c-introduction__catch::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
}
.c-introduction__catch::before {
  background-image: url(../images/introduction_catch-line1.webp);
}
.c-introduction__catch::after {
  background-image: url(../images/introduction_catch-line2.webp);
}
.c-introduction__catch.js-fade {
  opacity: 0;
  transform: scale(0.3);
  transform-origin: 60% bottom;
  transition: 0.3s ease-in;
}
.c-introduction__catch.js-fade::before, .c-introduction__catch.js-fade::after {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.c-introduction__catch.js-fade::before {
  transition: 0.3s 0.5s ease-out;
}
.c-introduction__catch.js-fade::after {
  transition: 0.3s 0.6s ease-out;
}
.c-introduction__catch.js-fadein {
  opacity: 1;
  transform: none;
}
.c-introduction__catch.js-fadein::before, .c-introduction__catch.js-fadein::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.c-introduction__text {
  position: relative;
  margin-top: 100%;
}
.c-introduction__text p {
  width: 92%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.075em;
}
.c-introduction__text p + p {
  margin-top: 2em;
}
.c-introduction__text.js-fade {
  transition: opacity 0.8s;
  opacity: 0;
}
.c-introduction__text.js-fadein {
  opacity: 1;
}

.c-movie {
  position: relative;
  padding: 7% 0 5%;
  overflow: hidden;
}
.c-movie__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.8s;
}
.c-movie__bg div {
  width: 100%;
  height: 100%;
  background-color: #e8f2c0;
}
.c-movie__h2 {
  position: relative;
  width: 19%;
  margin: 5% auto 20%;
}
.c-movie__h2::before {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/h2_movie.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  mix-blend-mode: color-burn;
}
.c-movie__h2 img {
  position: relative;
  z-index: 3;
  opacity: 0.03;
}
.c-movie__item {
  position: relative;
  width: 92%;
  margin: 0 auto 50vw;
  padding: 42vw 22px 44px;
  background-color: #fff;
  box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.3);
}
.c-movie__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  left: 8px;
  top: 8px;
  border: solid 3px #89CA4D;
}
.c-movie__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  left: 13px;
  top: 13px;
  border: solid 1px #89CA4D;
}
.c-movie__item.item1 .c-movie__film div {
  background-image: url(../images/movie_film_1b.webp);
}
.c-movie__item.item2 .c-movie__film div {
  background-image: url(../images/movie_film_2b.webp);
}
.c-movie__film {
  position: absolute;
  z-index: 2;
  width: calc(92vw - 44px);
  height: calc(53.5vw - 25.6px);
  left: 22px;
  top: -12vw;
  transform: rotate(-1deg);
  overflow: hidden;
}
.c-movie__film div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000%;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.c-movie__film.js-fade > div {
  opacity: 0;
  transition: opacity 0.8s, transform 2s cubic-bezier(0, 1.04, 0.27, 0.99);
}
.c-movie__film.js-fadein > div {
  opacity: 1;
  transform: translateY(-83%);
}
.c-movie__title1 {
  border-bottom: solid 1px #89CA4D;
}
.c-movie__title1 p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #89CA4D;
  font-size: 2vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-movie__title1 p span {
  display: block;
  color: #89CA4D;
}
.c-movie__title1 img {
  width: 80%;
  margin: 5% auto;
}
.c-movie__title2 {
  padding: 4% 0;
  border-bottom: solid 1px #89CA4D;
}
.c-movie__title2 p {
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.1em;
}
.c-movie__date {
  position: relative;
}
.c-movie__date > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5%;
}
.c-movie__date > div::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #89CA4D;
}
.c-movie__date > div p {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 26%;
  padding-top: 1em;
  text-align: right;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-movie__date > div p span {
  font-size: 50%;
  color: #89CA4D;
}
.c-movie__date > div > div {
  position: relative;
  z-index: 2;
  width: 72%;
  height: 0;
  padding-top: 9%;
}
.c-movie__date > div > div img {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.c-movie__date > div > div::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 131%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.c-movie__date > div > div.c-movie__line1::before {
  background-image: url(../images/movie_line_1.webp);
}
.c-movie__date > div > div.c-movie__line2::before {
  background-image: url(../images/movie_line_2.webp);
}
.c-movie__date .end-img {
  position: absolute;
  z-index: 3;
  width: 73%;
  left: 26%;
  top: 13%;
  transform: rotate(-9deg);
  opacity: 0.8;
}
.c-movie__date.js-fade > div .c-movie__line1::before {
  transition: 0.3s ease-out;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.c-movie__date.js-fade > div .c-movie__line2::before {
  transition: 0.3s 0.1s ease-out;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.c-movie__date.js-fade .end-img {
  transition: opacity 0.3s 0.2s linear, transform 0.3s 0.2s cubic-bezier(0.3, 1.54, 0.71, 0.78);
  transform: rotate(-9deg) scale(2);
  opacity: 0;
}
.c-movie__date.js-fadein > div .c-movie__line1::before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.c-movie__date.js-fadein > div .c-movie__line2::before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.c-movie__date.js-fadein .end-img {
  transform: rotate(-9deg) scale(1);
  opacity: 0.8;
}
.c-movie__text {
  padding: 5% 5px 0;
}
.c-movie__text p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.035em;
}
.c-movie__image1-1 {
  position: absolute;
  z-index: 2;
  width: 39%;
  right: -6%;
  bottom: -28vw;
  animation: stickerAnime 0.5s step-start alternate infinite;
}
.c-movie__image1-2 {
  position: absolute;
  z-index: 2;
  width: 45%;
  left: -9%;
  bottom: -23vw;
  animation: stickerAnime 0.5s step-end alternate infinite;
}
.c-movie__image2-1 {
  position: absolute;
  z-index: 2;
  width: 33%;
  left: -2%;
  bottom: -17vw;
  animation: stickerAnime 0.5s step-end alternate infinite;
}
.c-movie__image2-2 {
  position: absolute;
  z-index: 2;
  width: 79%;
  right: -8%;
  bottom: -18vw;
  animation: stickerAnime 0.5s step-start alternate infinite;
}

.c-film {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 35vw;
  margin-top: -17.5vw;
  padding: 6vw 0;
  overflow: hidden;
}
.c-film .swiper {
  width: 200.3vw;
  height: 23vw;
  margin-left: -37.5%;
  transform: rotate(-3deg);
}
.c-film .swiper-wrapper {
  transition-timing-function: linear !important;
}

.c-cast {
  position: relative;
  padding-top: 5%;
  padding-bottom: 16%;
}
.c-cast::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 14vw;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-cast .profileBtn {
  display: block;
  width: 100%;
  height: 30px;
  padding: 8px 0 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  border: solid 1px rgb(112, 112, 112);
  border-radius: 15px;
  background-color: rgba(112, 112, 112, 0);
  transition: background-color 0.3s, color 0.3s;
}
.c-cast .profileBtn:active {
  background-color: rgb(112, 112, 112);
  color: #fff;
}
.c-cast__h2 {
  width: 78%;
  margin: 0 auto 10%;
}
.c-cast__items {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  margin: 0 auto;
}
.c-cast__items hr {
  display: none;
}
.c-cast__item {
  width: 46.5%;
  margin-bottom: 9%;
}
.c-cast__photo img {
  width: 105%;
}
.c-cast__photo.photo1 img {
  transform: rotate(-2deg);
}
.c-cast__photo.photo2 img {
  transform: rotate(4deg);
}
.c-cast__profile .name {
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-cast__profile .jobtitle {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-cast__items2 {
  width: 89%;
  margin: 0 auto;
}
.c-cast__item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8%;
}
.c-cast__photo2 {
  width: 30%;
  overflow: hidden;
  border: solid 1px #707070;
  border-radius: 15vw;
}
.c-cast__profile2 {
  width: 64%;
}
.c-cast__profile2 .name {
  font-size: 4.8vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-cast__profile2 .name br.pc {
  display: none;
}
.c-cast__profile2 .jobtitle {
  margin-top: 5px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.m-heading-h2 {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: solid 1px #000;
}
.m-heading-h2 h2 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.m-heading-h2 img {
  width: 94px;
  margin: 10px auto 0;
}

.m-heading-h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.m-section {
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: solid 1px #000;
}

.c-outline {
  padding: 60px 0 70px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.c-outline__list .m-section dd p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.c-outline__list .m-section dd p span {
  display: block;
}
.c-outline__list .m-section dd p strong {
  display: block;
  margin-top: -15px;
  margin-bottom: 25px;
  font-size: 18px;
}
.c-outline__list .m-section dd ul li {
  padding-left: 1em;
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
  text-indent: -1em;
  letter-spacing: 0.075em;
}
.c-outline__list .m-section dd ul li a {
  text-decoration: underline;
}
.c-outline__list .m-section dd ul li br {
  display: none;
}
.c-outline__list .m-section dd ul li + li {
  margin-top: 0.5em;
}
.c-outline__list .m-section dd + dd {
  margin-top: 2em;
}
.c-outline__list .m-section .registBtnArea {
  margin: 30px auto 0;
}
.c-outline__list .m-section .registBtnArea .login {
  display: none;
}
.c-outline__list .m-section .registBtnArea .nologin a + a {
  margin-top: 30px;
}
.c-outline__list .m-section .registBtnArea a {
  display: block;
}
.c-outline__list .m-section .registBtnArea a img {
  will-change: filter;
  transition: filter 0.3s;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3)) opacity(100%);
}
.c-outline__list .m-section .registBtnArea a:active img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3)) opacity(65%);
}
.c-outline__list .m-section .registBtnArea.logged-in .login {
  display: block;
}
.c-outline__list .m-section .registBtnArea.logged-in .nologin {
  display: none;
}
.c-outline__list .m-section .c-outline-sponsor dd {
  width: 240px;
  margin: 0 auto;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 10px;
}

.c-registBtn {
  position: fixed;
  z-index: 8;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
}
.c-registBtn.is-show {
  opacity: 1;
  pointer-events: auto;
}
.c-registBtn.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-registBtn .login {
  display: none;
  padding: 2% 4% 4%;
}
.c-registBtn .login a {
  display: block;
  width: 100%;
}
.c-registBtn .nologin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 4% 4%;
}
.c-registBtn .nologin a {
  display: block;
  width: 49.5%;
}
.c-registBtn a img {
  will-change: filter;
  transition: filter 0.3s;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3)) opacity(100%);
}
.c-registBtn a:active img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3)) opacity(65%);
}
.c-registBtn.logged-in .login {
  display: block;
}
.c-registBtn.logged-in .nologin {
  display: none;
}

.g-modal {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.g-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.g-modal__bg {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.g-modal__bg div {
  display: none;
}
.g-modal__close {
  width: 42px;
  transition: opacity 0.3s;
}
.g-modal__close:active {
  opacity: 0.65;
}
.g-modal__close::before, .g-modal__close::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 1px;
  left: 0px;
  top: 20px;
  background-color: #707070;
}
.g-modal__close::before {
  transform: rotate(45deg);
}
.g-modal__close::after {
  transform: rotate(-45deg);
}
.g-modal__close.top {
  position: -webkit-sticky;
  position: sticky;
  z-index: 52;
  top: 24px;
  height: 42px;
  margin: 0 4px 0 auto;
}
.g-modal__close.bottom {
  position: relative;
  height: auto;
  margin: 40px auto 0;
  padding-top: 46px;
}
.g-modal__close.bottom p {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #000;
}
.g-modal__content {
  position: relative;
  z-index: 51;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}
.g-modal__content::-webkit-scrollbar {
  display: none;
}
.g-modal__inner {
  position: relative;
  min-height: calc(100% - 41px);
  padding: 58px 40px 130px 40px;
}
.g-modal__inner li + li {
  margin-top: 60px;
}
.g-modal__photo {
  width: 53vw;
  height: 72.7vw;
  margin: 0 auto;
}
.g-modal__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-2deg) translateX(6%);
}
.g-modal__photo img.jitsuishi, .g-modal__photo img.ichihara {
  transform: none;
}
.g-modal__profile {
  margin-top: 30px;
}
.g-modal__profile * {
  color: #000;
}
.g-modal__profile .name {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.g-modal__profile .name span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.g-modal__profile .jobtitle {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.g-modal__profile .profile {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.075em;
}

.g-footer {
  position: relative;
  z-index: 2;
  padding: 75px 0 calc(16px + 17%);
  background-color: #000;
}
.g-footer * {
  font-family: "ヒラギノ角ゴ ProN", ヒラギノ角ゴシック, メイリオ, 游ゴシック, 游ゴシック体, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, YuGothic, sans-serif;
}

.g-footer__logo {
  display: block;
  width: 320px;
  height: 54px;
  margin: 0 auto 74px;
}

.g-footer__copy {
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  display: block;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}

.g-footer-content {
  width: 93.33333vw;
  margin: 0 auto 35px;
}

.g-footer-content__logo {
  display: block;
  width: 106px;
  height: 41px;
  margin: 0 auto 16px;
}

.g-footer-nav {
  width: 100%;
}

.g-footer-list {
  display: flex;
  max-width: 360px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}

.g-footer-list-item + .g-footer-list-item {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.g-footer-list-item:nth-of-type(4), .g-footer-list-item:nth-of-type(6) {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.g-footer-list-item__link {
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  display: block;
  letter-spacing: 0.02em;
  color: #fff;
}

@media all and (min-width: 768px) {
  .g-header {
    min-width: 1300px;
    height: 100px;
  }
  .g-header-menu {
    display: none;
  }
  .g-header-logo {
    z-index: 11;
    width: 187.5px;
    height: 40px;
    left: 20px;
  }
  .g-header-logo:hover {
    opacity: 0.65;
  }
  .g-header-logo2 {
    z-index: 11;
    width: 128px;
    height: 83.3px;
    left: calc(50% - 41.6px);
    top: 8px;
  }
  .g-header-logo2:hover {
    opacity: 0.65;
  }
  .g-header-nav {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
  }
  .g-header-nav.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .g-header-nav nav {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 0 0 23px;
    font-size: 12px;
    letter-spacing: 0;
    filter: none;
  }
  .g-header-nav-linktv {
    display: none;
  }
  .g-header-nav a {
    margin-left: 0;
    margin-right: 30px;
    color: #000;
  }
  .g-header-nav a:hover {
    opacity: 0.65;
  }
  .g-header-nav a + a {
    margin-top: 0;
  }
  .l-bg {
    background-position: 80% center;
  }
  .l-bg-tile {
    background-size: 21px 21px;
  }
  .c-header {
    height: 880px;
  }
  .c-header::before {
    height: 30px;
  }
  .c-header__bg div {
    background-image: url(../images/top_pc_0.webp?0516);
    background-size: 1728px 880px;
  }
  .c-header__bg picture {
    position: absolute;
    left: calc(50% - 864px);
    width: 1728px;
    height: 880px;
  }
  .c-header__bg.is-hide div {
    transition: -webkit-clip-path 1.5s 1.8s ease;
    transition: clip-path 1.5s 1.8s ease;
    transition: clip-path 1.5s 1.8s ease, -webkit-clip-path 1.5s 1.8s ease;
    -webkit-clip-path: circle(0px at center 400px);
            clip-path: circle(0px at center 400px);
  }
  .c-header__bg.is-show div {
    -webkit-clip-path: circle(1000px at center 400px);
            clip-path: circle(1000px at center 400px);
  }
  .c-header__ttl {
    width: 530px;
    left: calc(50% - 265px);
    top: 60px;
  }
  .c-header__support {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 220px;
    left: calc(50% - 110px);
    top: 370px;
  }
  .c-header__support p {
    margin-bottom: 0;
    text-align: right;
    font-size: 10px;
  }
  .c-header__support p br {
    display: inline;
  }
  .c-header__support img {
    width: 150px;
  }
  .c-header__sticker {
    width: 180px;
  }
  .c-header__sticker.yasukawa {
    left: calc(50% - 396px);
    top: 258px;
    animation-delay: 4.5s;
  }
  .c-header__sticker.toto {
    left: calc(50% + 265px);
    top: 258px;
    animation-delay: 4.5s;
  }
  .c-header__sticker.is-hide img {
    transition: 0.2s 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-header__card {
    display: block;
    position: absolute;
    z-index: 2;
    width: 377px;
    top: 660px;
  }
  .c-header__card .end-img {
    position: absolute;
    width: 190px;
    height: auto;
    opacity: 0.8;
  }
  .c-header__card.yasukawa {
    left: max(10px, 50% - 795px);
    animation: stickerAnime 0.5s 4.3s step-end alternate infinite;
    transform-origin: left center;
  }
  .c-header__card.yasukawa .end-img {
    right: 30px;
    bottom: 55px;
    transform: rotate(-12deg);
  }
  .c-header__card.yasukawa.is-hide .card-img {
    transition-delay: 3.5s;
    transform: translateX(-200%) scaleX(2.5) scaleY(0.2);
  }
  .c-header__card.yasukawa.is-hide .end-img {
    transform: rotate(-12deg) scale(2);
  }
  .c-header__card.yasukawa.is-show .card-img {
    transform: none;
  }
  .c-header__card.yasukawa.is-show .end-img {
    transform: rotate(-12deg) scale(1);
  }
  .c-header__card.toto {
    right: max(10px, 50% - 795px);
    animation: stickerAnime 0.5s 4.5s step-start alternate infinite;
    transform-origin: left center;
  }
  .c-header__card.toto .end-img {
    right: 45px;
    bottom: 40px;
    transform: rotate(-5deg);
  }
  .c-header__card.toto.is-hide .card-img {
    transition-delay: 3.7s;
    transform: translateX(200%) scaleX(2.5) scaleY(0.2);
  }
  .c-header__card.toto.is-hide .end-img {
    transform: rotate(-5deg) scale(2);
  }
  .c-header__card.toto.is-show .card-img {
    transform: none;
  }
  .c-header__card.toto.is-show .end-img {
    transform: rotate(-5deg) scale(1);
  }
  .c-header__card.is-hide .card-img {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: 100% 50%;
    filter: blur(30px);
    opacity: 0;
  }
  .c-header__card.is-hide .end-img {
    transition: opacity 0.3s 4.5s linear, transform 0.3s 4.5s cubic-bezier(0.3, 1.54, 0.71, 0.78);
    opacity: 0;
  }
  .c-header__card.is-show .card-img {
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  .c-header__card.is-show .end-img {
    opacity: 0.8;
  }
  .c-header__subttl {
    top: 826px;
  }
  .c-header__subttl img {
    width: 1012px;
    margin-left: calc(50% - 515px);
    transform: none;
  }
  .c-introduction {
    box-sizing: content-box;
    padding: 150px 0 80vh;
    min-height: 712px;
  }
  .c-introduction__map {
    padding-top: 100px;
  }
  .c-introduction__map img {
    width: 1728px;
    margin-left: calc(50% - 810px);
  }
  .c-introduction__h2 {
    position: absolute;
    width: 43px;
    left: calc(50% - 850px);
    top: 70px;
    margin: 0;
  }
  .c-introduction__h2::before {
    background-image: url(../images/h2_introduction_pc.png);
  }
  .c-introduction__catch {
    width: 542px;
    margin: 0 auto 0 calc(50% - 650px);
  }
  .c-introduction__text {
    margin-top: 70px;
  }
  .c-introduction__text p {
    width: 520px;
    margin: 0 auto 0 calc(50% - 630px);
  }
  .c-movie {
    padding: 120px 0 150px;
  }
  .c-movie__h2 {
    position: absolute;
    width: 43px;
    left: calc(50% - 850px);
    top: 70px;
    margin: 0;
  }
  .c-movie__h2::before {
    background-image: url(../images/h2_movie_pc.png);
  }
  .c-movie__item {
    width: 1008px;
    margin: 0 auto 130px;
    padding: 55px 30px 45px;
    background-color: #fff;
  }
  .c-movie__item.item1 .c-movie__film {
    left: 34px;
    top: -80px;
  }
  .c-movie__item.item1 .c-movie__title1 {
    margin: 0 15px 0 auto;
  }
  .c-movie__item.item1 .c-movie__title2 {
    margin: 0 15px 0 auto;
  }
  .c-movie__item.item2 .c-movie__film {
    left: auto;
    right: 34px;
    top: -80px;
    transform: rotate(5deg);
  }
  .c-movie__item.item2 .c-movie__flex {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 15px;
  }
  .c-movie__item.item2 .c-movie__title1 {
    margin: 0 auto 0 15px;
  }
  .c-movie__item.item2 .c-movie__title2 {
    margin: 0 auto 0 15px;
  }
  .c-movie__film {
    width: 447px;
    height: 260px;
  }
  .c-movie__title1 {
    width: 435px;
  }
  .c-movie__title1 p {
    padding-bottom: 2px;
    font-size: 10px;
  }
  .c-movie__title1 img {
    width: 302px;
    margin: 15px auto;
  }
  .c-movie__title2 {
    width: 435px;
    padding: 15px 0;
  }
  .c-movie__title2 p {
    font-size: 18px;
  }
  .c-movie__title2 p br {
    display: none;
  }
  .c-movie__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 15px;
  }
  .c-movie__date > div {
    width: 444px;
    padding-top: 16px;
  }
  .c-movie__date > div p {
    width: 120px;
    padding-top: 1em;
    font-size: 18px;
  }
  .c-movie__date > div p span {
    font-size: 10px;
  }
  .c-movie__date > div > div {
    width: 324px;
    padding-top: 42px;
  }
  .c-movie__date > div > div::before {
    height: 53px;
  }
  .c-movie__date .end-img {
    width: 330px;
    left: 115px;
    top: 15px;
  }
  .c-movie__text {
    width: 435px;
    padding: 15px 5px 0;
  }
  .c-movie__text p {
    font-size: 16px;
    letter-spacing: 0.075em;
  }
  .c-movie__image1-1 {
    width: 190px;
    right: auto;
    left: -120px;
    bottom: -70px;
  }
  .c-movie__image1-2 {
    width: 242px;
    left: auto;
    right: -120px;
    bottom: auto;
    top: -120px;
  }
  .c-movie__image2-1 {
    width: 144px;
    left: -100px;
    bottom: auto;
    top: 70px;
  }
  .c-movie__image2-2 {
    width: 415px;
    right: -165px;
    bottom: -80px;
  }
  .c-film {
    height: 406px;
    margin-top: -203px;
    padding: 100px 0;
  }
  .c-film .swiper {
    width: max(1794px, 110%);
    height: 206px;
    margin-left: -5%;
  }
  .c-film .swiper-slide {
    width: 1794px;
  }
  .c-cast {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .c-cast::before {
    height: 50px;
  }
  .c-cast::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 250px;
    left: 0;
    top: -40px;
    background-image: url(../images/cast_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1820px 250px;
  }
  .c-cast .profileBtn {
    padding: 7px 0 9px;
    font-size: 14px;
  }
  .c-cast .profileBtn:hover {
    background-color: rgb(112, 112, 112);
    color: #fff;
    cursor: pointer;
  }
  .c-cast__h2 {
    width: 436px;
    margin: 0 auto 20px;
  }
  .c-cast__items {
    width: 1280px;
    overflow: hidden;
  }
  .c-cast__items hr {
    display: block;
    width: 1px;
    height: 490px;
    border: none;
    background-color: #707070;
  }
  .c-cast__item {
    width: 270px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .c-cast__photo img {
    width: 280px;
  }
  .c-cast__profile .name {
    font-size: 22px;
  }
  .c-cast__profile .jobtitle {
    margin-top: 18px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .c-cast__items2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 80px;
  }
  .c-cast__item2 {
    justify-content: center;
    margin: 0 20px 0;
  }
  .c-cast__photo2 {
    width: 162px;
    margin-right: 30px;
    border-radius: 81px;
  }
  .c-cast__profile2 {
    width: auto;
  }
  .c-cast__profile2 .name {
    font-size: 22px;
  }
  .c-cast__profile2 .name br.pc {
    display: inline;
  }
  .c-cast__profile2 .jobtitle {
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .c-cast__profile2 .profileBtn {
    width: 180px;
  }
  .m-heading-h2 {
    width: 1300px;
  }
  .m-heading-h2 h2 {
    font-size: 30px;
  }
  .m-heading-h2 img {
    width: 158px;
  }
  .m-heading-h3 {
    font-size: 22px;
  }
  .m-section {
    width: 1300px;
  }
  .c-outline {
    padding: 90px 0 70px;
  }
  .c-outline__list .m-section .c-outline-date {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1050px;
    margin: 0 auto;
  }
  .c-outline__list .m-section .c-outline-date dd {
    width: 500px;
  }
  .c-outline__list .m-section dd p {
    font-size: 18px;
  }
  .c-outline__list .m-section dd p span {
    display: inline-block;
  }
  .c-outline__list .m-section dd p span:first-child::after {
    content: "：";
  }
  .c-outline__list .m-section dd p strong {
    display: block;
    margin-top: -15px;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .c-outline__list .m-section dd ul li {
    text-align: center;
    padding-left: 0;
    text-indent: 0;
  }
  .c-outline__list .m-section dd ul li br {
    display: inline;
  }
  .c-outline__list .m-section dd ul li + li {
    margin-top: 0;
  }
  .c-outline__list .m-section dd + dd {
    margin-top: 0;
  }
  .c-outline__list .m-section .registBtnArea .login {
    display: none;
    width: 420px;
    margin: 0 auto;
  }
  .c-outline__list .m-section .registBtnArea .nologin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 930px;
    margin: 0 auto;
  }
  .c-outline__list .m-section .registBtnArea .nologin a {
    width: 450px;
  }
  .c-outline__list .m-section .registBtnArea .nologin a + a {
    margin-top: 0;
  }
  .c-outline__list .m-section .registBtnArea a:hover {
    cursor: pointer;
  }
  .c-outline__list .m-section .registBtnArea a:hover img {
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3)) opacity(65%);
  }
  .c-outline__list .m-section .c-outline-sponsor dd {
    width: 300px;
    padding: 20px 40px;
  }
  .c-registBtn {
    bottom: 20px;
    width: 314px;
  }
  .c-registBtn .login {
    padding: 0;
    height: 158px;
  }
  .c-registBtn .nologin {
    flex-direction: column;
    padding: 0;
    height: 316px;
  }
  .c-registBtn .nologin a {
    width: 100%;
  }
  .c-registBtn a {
    position: relative;
    height: 158px;
    padding: 10px 0 10px 10px;
    overflow: hidden;
  }
  .c-registBtn a img {
    position: absolute;
    width: 304px;
    right: 0;
    top: 10px;
    transform: translateX(0);
    transition: right 0.2s;
    animation: registBtnAnime 1.2s ease-in-out alternate infinite;
  }
  .c-registBtn a:nth-of-type(2) img {
    animation-direction: alternate-reverse;
  }
  .c-registBtn a:hover {
    cursor: pointer;
  }
  .c-registBtn a:hover img {
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3)) opacity(65%);
    transform: translateX(0);
    animation: none;
  }
  .g-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1300px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .g-modal__bg {
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  .g-modal__bg div {
    display: block;
    height: calc(100% + 1px);
  }
  .g-modal__bg::-webkit-scrollbar {
    display: none;
  }
  .g-modal__close:hover {
    opacity: 0.65;
    cursor: pointer;
  }
  .g-modal__close.top {
    top: 14px;
    margin-right: 14px;
  }
  .g-modal__close.bottom {
    display: none;
  }
  .g-modal__content {
    width: 1100px;
    max-height: calc(100vh - 100px);
    background-color: rgba(255, 255, 255, 0.95);
  }
  .g-modal__inner {
    padding: 58px 90px 100px 110px;
  }
  .g-modal__inner li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .g-modal__inner li + li {
    margin-top: 40px;
  }
  .g-modal__photo {
    width: 280px;
    height: 344px;
    margin: 0;
  }
  .g-modal__profile {
    width: 570px;
    margin-top: 0;
    padding-top: 10px;
  }
  .g-modal__profile .name {
    font-size: 22px;
  }
  .g-modal__profile .name span {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .g-modal__profile .jobtitle {
    font-size: 18px;
  }
  .g-modal__profile .profile {
    font-size: 16px;
  }
  .g-footer {
    min-width: 1300px;
    padding: 40px 0;
    background-color: #000;
  }
  .g-footer .lazy:before {
    transition: opacity 0.5s ease;
    opacity: 0;
  }
  .g-footer .lazy[data-loaded=true]:before {
    opacity: 1;
  }
  .g-footer__logo {
    display: block;
    width: 420px;
    height: 71px;
    margin: 0 auto 32px;
    transition: opacity 0.7s ease;
  }
  .g-footer__logo:hover {
    opacity: 0.5;
  }
  .g-footer__copy {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    display: block;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .g-footer-content {
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .g-footer-content__logo {
    width: 105px;
    transition: opacity 0.7s ease;
    margin: 0;
  }
  .g-footer-content__logo:hover {
    opacity: 0.5;
  }
  .g-footer-nav {
    width: 500px;
  }
  .g-footer-list {
    display: flex;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
    max-width: none;
  }
  .g-footer-list-item + .g-footer-list-item {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
  }
  .g-footer-list-item:nth-of-type(5) {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .g-footer-list-item__link {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    display: block;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .g-footer-list-item__link:hover {
    text-decoration: underline;
  }
}
@keyframes registBtnAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes stickerAnime {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-130%);
    animation-timing-function: ease-in;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  55% {
    transform: translateY(-17%);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-7.3%);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-2.1%);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}