@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, 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, source {
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

body {
  background: url(../img/bg/bg_base_repeat.jpg) top center repeat;
  background-size: 500px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  body {
    background-size: 250px;
  }
}

.l-wrapper {
  position: relative;
  opacity: 0;
  padding-bottom: 36.4%;
  overflow: hidden;
}
.l-wrapper.is-load {
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-bottom: 91%;
  }
}
.l-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer/footer_decor_pc.png) bottom center repeat-x;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-wrapper::before {
    background-image: url(../img/footer/footer_decor_sp.png);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_alter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes jump {
  0% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(0%, -6px);
  }
  100% {
    transform: translate(0%, 0);
  }
}
.c-fow_run {
  position: relative;
  padding-top: 74.666%;
  width: 100%;
  overflow: hidden;
}
.c-fow_run img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-fow_run--1 img {
  transform: translate3d(0, 0%, 0);
}
.c-fow_run--2 img {
  transform: translate3d(0, -25%, 0);
}
.c-fow_run--3 img {
  transform: translate3d(0, -50%, 0);
}
.c-fow_run--4 img {
  transform: translate3d(0, -75.1%, 0);
}
.c-fow_run--rotate {
  transform: rotate(25deg);
}

.js-parallax {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js-parallax:nth-child(even) {
  transition-duration: 2s;
}

.js-modal {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .u-hover_jump:hover {
    animation: jump 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2;
  }
}

.l-header {
  position: relative;
  z-index: 1;
  padding-top: 12.25%;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 14.5%;
  }
}
.l-header.is-active .l-header_deco1 li {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-header.is-active .l-header_deco2 li {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
}
.l-header.is-active .l-header_content__title,
.l-header.is-active .l-header_content__game,
.l-header.is-active .l-header_content__txt {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.35s cubic-bezier(0.5, 0.85, 0.49, 1.25);
}
@media screen and (max-width: 767px) {
  .l-header.is-active .l-header_content__title,
  .l-header.is-active .l-header_content__game,
  .l-header.is-active .l-header_content__txt {
    transition: opacity 0.2s ease, transform 0.25s cubic-bezier(0.5, 0.85, 0.49, 1.55);
  }
}
.l-header.is-active .l-header_content__title {
  transition-delay: 0.7s, 0.7s;
}
@media screen and (max-width: 767px) {
  .l-header.is-active .l-header_content__title {
    transition-delay: 0.6s, 0.6s;
  }
}
.l-header.is-active .l-header_content__game {
  transition-delay: 0.55s, 0.55s;
}
@media screen and (max-width: 767px) {
  .l-header.is-active .l-header_content__game {
    transition-delay: 0.5s, 0.5s;
  }
}
.l-header.is-active .l-header_content__txt {
  transition-delay: 0.4s, 0.4s;
}
@media screen and (max-width: 767px) {
  .l-header.is-active .l-header_content__txt {
    transition-delay: 0.4s, 0.4s;
  }
}
.l-header.is-active .l-header_content__tree,
.l-header.is-active .l-header_content__marry,
.l-header.is-active .l-header_content__fow {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.l-header.is-active .l-header_content__tree {
  transition-delay: 0.9s, 0.9s;
}
@media screen and (max-width: 767px) {
  .l-header.is-active .l-header_content__tree {
    transition-delay: 0.8s, 0.8s;
  }
}
.l-header.is-active .l-header_content__marry {
  transition-delay: 1s, 1s;
}
@media screen and (max-width: 767px) {
  .l-header.is-active .l-header_content__marry {
    transition-delay: 0.9s, 0.9s;
  }
}
.l-header.is-active .l-header_content__fow {
  transition-delay: 1.1s, 1.1s;
}
@media screen and (max-width: 767px) {
  .l-header.is-active .l-header_content__fow {
    transition-delay: 1s, 1s;
  }
}
.l-header.is-active .l-header_logo {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
}
.l-header::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/key_visual/kv_bg_pc.png) top center no-repeat;
  background-size: 100%;
  padding-top: 53.9%;
  width: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-header::before {
    background-image: url(../img/key_visual/kv_bg_sp.jpg);
    padding-top: 133.33%;
  }
}
.l-header_deco1, .l-header_deco2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header_deco1 li, .l-header_deco2 li {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-header_deco1, .l-header_deco2 {
    display: none;
  }
}
.l-header_deco1 li {
  top: 0;
  width: 25%;
  max-width: 640px;
}
.l-header_deco1 li:nth-child(1) {
  left: 0;
  transform: translateX(-100%);
}
.l-header_deco1 li:nth-child(2) {
  right: 0;
  transform: translateX(100%);
  width: 17.2%;
}
.l-header_deco2 li {
  top: 0;
  width: 25%;
  max-width: 640px;
}
.l-header_deco2 li:nth-child(1) {
  left: 0;
  transform: translateX(-100%);
}
.l-header_deco2 li:nth-child(2) {
  right: 0;
  transform: translateX(100%);
}
.l-header_star__inner {
  transform: scale(0.1);
  opacity: 0;
}
.is-active .l-header_star__inner {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.l-header_star__item {
  position: absolute;
  animation: rotate 20s linear infinite;
  width: 9.25%;
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .l-header_star__item {
    width: 13.5%;
  }
}
.is-active .l-header_star__item:nth-child(odd) .l-header_star__inner {
  transition-delay: 0.4s, 0.4s;
}
.is-active .l-header_star__item:nth-child(even) .l-header_star__inner {
  transition-delay: 0.6s, 0.6s;
}
.l-header_star__item:nth-child(1) {
  top: 22%;
  left: 8.5%;
}
@media screen and (max-width: 767px) {
  .l-header_star__item:nth-child(1) {
    top: 10.5%;
    left: 12%;
  }
}
.l-header_star__item:nth-child(2) {
  top: 48%;
  left: 12.5%;
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .l-header_star__item:nth-child(2) {
    top: 58%;
    left: 3.5%;
  }
}
.l-header_star__item:nth-child(3) {
  top: 81%;
  left: 3.5%;
}
@media screen and (max-width: 767px) {
  .l-header_star__item:nth-child(3) {
    top: 83%;
  }
}
.l-header_star__item:nth-child(4) {
  top: 8.5%;
  right: 8.5%;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .l-header_star__item:nth-child(4) {
    top: 14.25%;
    right: 7.5%;
    width: 17.25%;
  }
}
.l-header_star__item:nth-child(5) {
  top: 47.5%;
  right: -1%;
}
@media screen and (max-width: 767px) {
  .l-header_star__item:nth-child(5) {
    top: 52.5%;
    right: 1%;
    width: 13%;
  }
}
.l-header_star__item:nth-child(6) {
  top: 75%;
  right: 17.3%;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .l-header_star__item:nth-child(6) {
    top: 70%;
    right: 5%;
    width: 16.25%;
  }
}
.l-header_content {
  position: relative;
  margin: 0 auto 2.5%;
  width: 63%;
  max-width: 1576px;
}
@media screen and (max-width: 767px) {
  .l-header_content {
    margin-bottom: 13.5%;
    width: 91%;
  }
}
.l-header_content__tree, .l-header_content__fow, .l-header_content__marry {
  position: absolute;
  transform: translate(0%, 35%);
  opacity: 0;
}
.l-header_content__tree {
  top: 0;
  width: 27%;
}
.l-header_content__tree img {
  transform: translate(0%, -48%);
}
.l-header_content__tree--1 {
  left: 19%;
}
.l-header_content__tree--2 {
  right: 19%;
}
.l-header_content__fow {
  top: -1%;
  width: 15%;
}
.l-header_content__fow .c-fow_run {
  transform: translate(0%, -75%);
}
.l-header_content__fow--1 {
  left: 3%;
}
.l-header_content__fow--2 {
  right: 3%;
}
.l-header_content__fow--2 .c-fow_run img {
  animation-delay: 0.5s;
}
.l-header_content__marry {
  top: 0%;
  left: 50%;
  width: 25%;
}
.l-header_content__marry img {
  transform: translate(-50%, -80%);
}
.l-header_content__title, .l-header_content__game, .l-header_content__txt {
  transform: scale(0.1);
  opacity: 0;
}
@-moz-document url-prefix() {
  .l-header_content__title, .l-header_content__game, .l-header_content__txt {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 767px) {
  .l-header_content__title, .l-header_content__game, .l-header_content__txt {
    transform: scale(0.5);
  }
}
.l-header_content__title {
  position: relative;
}
.l-header_content__title img {
  transform: translateX(0.5%);
}
.l-header_content__game {
  position: relative;
  margin: 0 auto;
  margin-top: -11%;
  width: 70%;
  max-width: 1155px;
}
@media screen and (max-width: 767px) {
  .l-header_content__game {
    width: 73%;
  }
}
.l-header_content__txt {
  position: relative;
  margin: 0 auto;
  margin-top: -1%;
  width: 67%;
}
@media screen and (max-width: 767px) {
  .l-header_content__txt {
    margin-top: -0.5%;
    width: 81%;
  }
}
.l-header_logo {
  transform: translateY(-200%);
  width: 13.5%;
  max-width: 365px;
}
.l-header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header_logo {
    position: absolute;
    top: 30px;
    left: 11.1%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_logo {
    position: relative;
    margin: 0 auto 14%;
    padding-left: 6%;
    width: 37%;
  }
}

.l-content {
  position: relative;
  margin-top: 3.8%;
}
@media screen and (max-width: 767px) {
  .l-content {
    margin-top: -2.2%;
  }
}
.l-content_deco, .l-content_present {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-content_deco, .l-content_present {
    display: none;
  }
}
.l-content_present_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-content_present_sp {
    display: block;
    position: relative;
    padding: 22.5% 10% 0;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .l-content_present_sp::before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -32%);
    background: url(../img/bg/bg_flag.png) top center no-repeat;
    background-size: 220%;
    padding-top: 38%;
    width: 100%;
    content: "";
  }
  .l-content_present_sp li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 19%;
    letter-spacing: normal;
  }
  .l-content_present_sp li:nth-child(1) {
    margin-left: 26%;
  }
  .l-content_present_sp li:nth-child(2) {
    margin-left: 33%;
    padding-top: 6%;
    width: 18%;
  }
  .l-content_present_sp li:nth-child(3) {
    margin-top: -12%;
    margin-right: 20%;
    width: 20%;
  }
  .l-content_present_sp li:nth-child(4) {
    margin-top: -13%;
    margin-left: 15%;
    width: 18%;
  }
}
.l-content_deco li, .l-content_present li {
  position: absolute;
}
.l-content_bg {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 70.5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-content_bg {
    display: none;
  }
}
.l-content_bg__inner {
  position: relative;
  background: #fff9d9;
  padding-top: 46.25%;
  width: 100%;
}
.l-content_bg__inner::before, .l-content_bg__inner::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
}
.l-content_bg__inner::before {
  top: 0;
  transform: translate(0, -99.5%);
  background-image: linear-gradient(to bottom left, transparent, transparent 50%, #fff9d9 50%, #fff9d9);
  height: 37.5%;
}
.l-content_bg__inner::after {
  bottom: 0;
  transform: translate(0, 99.8%);
  background-image: linear-gradient(to top left, transparent, transparent 50%, #fff9d9 50%, #fff9d9);
  height: 41%;
}
.l-content_present {
  top: 0;
  left: 0;
  height: 100%;
}
.l-content_present li {
  position: absolute;
  width: 7%;
  max-width: 188px;
}
.l-content_present--left li:nth-child(1) {
  top: 19%;
  left: 1.5%;
}
.l-content_present--left li:nth-child(2) {
  top: 56.5%;
  left: 2.4%;
  width: 7.8%;
}
.l-content_present--left li:nth-child(3) {
  top: 97.5%;
  left: 1.7%;
  width: 6.5%;
}
.l-content_present--right li:nth-child(1) {
  top: 14.5%;
  right: 1.5%;
  width: 7.5%;
}
.l-content_present--right li:nth-child(2) {
  top: 47%;
  right: 1%;
  width: 8%;
}
.l-content_present--right li:nth-child(3) {
  top: 65%;
  right: 1.5%;
  width: 7.5%;
}
.l-content_present--right li:nth-child(4) {
  top: 98%;
  right: 1%;
  width: 7.5%;
}
.l-content_deco li {
  position: absolute;
  left: 0;
  width: 100%;
}
.l-content_deco li img {
  width: 100%;
}
.l-content_deco li:nth-child(1) {
  top: 30.5%;
}
.l-content_deco li:nth-child(2) {
  top: 77%;
}
@media screen and (min-width: 1800px) {
  .l-content_deco li:nth-child(1) {
    top: 28%;
  }
  .l-content_deco li:nth-child(2) {
    top: 70%;
  }
}

.p-calender {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  z-index: 1;
  margin: -15px auto 0;
  padding: 20px 36px 0%;
  width: 100%;
  max-width: 1070px;
}
.p-calender.is-active {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.5, 0.85, 0.49, 1.25);
}
@media screen and (max-width: 767px) {
  .p-calender {
    margin-top: 0;
    padding: 20px 0 0%;
  }
}
.p-calender_head {
  position: absolute;
  top: 0;
  left: 0;
}
.p-calender_body {
  border-radius: 0 0 25px 25px;
  background: url(../img/calendar/cd_bg_repeat.jpg) top left repeat;
  background-size: auto 105px;
  padding: 21.75% 4% 13.3%;
  padding-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .p-calender_body {
    border-radius: 0;
    background-size: auto 60px;
    padding: 31.25% 0% 12%;
  }
}
.p-calender_roof img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-calender_roof {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 165%;
  }
}
.p-calender_schedule {
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-calender_schedule {
    width: 85%;
  }
}
.p-calender_date {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-calender_date {
    padding: 0 6%;
  }
}
.p-calender_date::before {
  position: absolute;
  right: 8.5%;
  bottom: -21.5%;
  background: url(../img/calendar/day_25_line.png) top left no-repeat;
  background-size: contain;
  padding-bottom: 34%;
  width: 34%;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-calender_date::before {
    right: 8%;
    bottom: -28%;
  }
}
.p-calender_date__box {
  position: relative;
  margin-bottom: 1.3%;
  margin-left: 1.8%;
  width: 18.5%;
}
.p-calender_date__box:nth-child(5n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-calender_date__box {
    margin-bottom: 1.75%;
    margin-left: 2.5%;
    width: 18%;
  }
}
.p-calender_last {
  position: relative;
  margin: 10% auto 0;
  width: 90%;
  max-width: 1636px;
}
@media screen and (max-width: 767px) {
  .p-calender_last {
    margin-top: 16%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-calender_last__fow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-calender_last__fow {
    margin-top: 8%;
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
}
.p-calender_last__fow li {
  width: 19%;
}
.p-calender_last__fow li:nth-child(2) .c-fow_run img {
  animation-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-calender_last__fow li {
    position: absolute;
    top: 8%;
  }
  .p-calender_last__fow li:nth-child(1) {
    left: 10%;
  }
  .p-calender_last__fow li:nth-child(2) {
    top: 9%;
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-calender_last__fow li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5%;
    width: 28%;
    letter-spacing: normal;
  }
  .p-calender_last__fow li:nth-child(1) {
    padding-top: 2%;
    width: 29%;
  }
  .p-calender_last__fow li:nth-child(2) {
    width: 28%;
  }
}
.p-calender_last__date {
  position: relative;
  margin: 0% auto 0;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-calender_last__date {
    width: 52%;
  }
}
.p-calender_last__date--bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  pointer-events: none;
  content: "";
}
.p-calender_last__date img {
  position: relative;
}
.p-calender_last__date img.is-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: 150%;
  max-width: none;
}
.p-calender_last__deco {
  position: relative;
  margin-top: -15%;
}
@media screen and (max-width: 767px) {
  .p-calender_last__deco {
    margin-top: -24%;
  }
}

.l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding-bottom: 50px;
  width: 100%;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 11%;
    font-weight: 500;
  }
}
.l-footer_copy {
  padding-top: 1.5%;
}
@media screen and (max-width: 767px) {
  .l-footer_copy {
    padding-top: 6%;
  }
}
.l-footer_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 21%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .l-footer_link {
    transform: translateX(1%);
    width: 69%;
  }
}
.l-footer_link li {
  width: 46.5%;
}
@media screen and (min-width: 768px) {
  .l-footer_link li {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_link li {
    padding: 0 1.5%;
  }
}
.l-footer_link li + li {
  width: 53.5%;
}
.l-footer_link li a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer_link li a img {
  width: 100%;
}

.l-eligibility {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  margin: 50px auto 0;
  border-radius: 26px;
  background: #fff;
  padding: 48px 7% 51px;
  width: 86%;
  max-width: 1000px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-eligibility {
    margin-top: 20px;
    padding: 48px 5% 46px;
    font-size: 11px;
    line-height: 1.6em;
  }
}
.l-eligibility.is-active {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.5, 0.85, 0.49, 1.25);
}
.l-eligibility h3 {
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-eligibility h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-eligibility_list {
    margin-top: 3px;
  }
}
.l-eligibility_list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .l-eligibility_list li:nth-child(n+2) {
    margin-top: 2px;
  }
}

template {
  display: none;
}

.l-modal {
  position: relative;
  z-index: 999;
}
.l-modal.is-open .l-modal_content__inner {
  transform: translate(0, 0) rotate(0deg);
  opacity: 1;
  transition: opacity 0.5s ease, transform 1.8s cubic-bezier(0.68, -0.15, 0.5, 1.1);
}
.l-modal.is-open .l-modal_content__deco li {
  transform: translate(0%, 0%) rotate(0deg);
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.8s cubic-bezier(0.68, -0.15, 0.5, 1.25);
}
.l-modal.is-open .l-modal_content__deco li:nth-child(1) {
  transition-delay: 0.8s, 0.8s;
}
.l-modal.is-open .l-modal_content__deco li:nth-child(2) {
  transition-delay: 1.15s, 1.15s;
}
.l-modal.is-open .l-modal_content__deco li:nth-child(3) {
  transition-delay: 1.1s, 1.1s;
}
.l-modal.is-open .l-modal_content__deco li:nth-child(4) {
  transition-delay: 1.05s, 1.05s;
}
.l-modal.is-open .l-modal_content__deco li:nth-child(5) {
  transition-delay: 1s, 1s;
}
.l-modal.is-open .l-modal_content__deco li:nth-child(6) {
  transition-delay: 0.95s, 0.95s;
}
.l-modal.is-open .l-modal_content__deco li:nth-child(7) {
  transition-delay: 0.9s, 0.9s;
}
.l-modal.is-open .l-modal_content__deco li:nth-child(8) {
  transition-delay: 0.85s, 0.85s;
}
.l-modal.is-open .l-modal_content__deco li:nth-child(9) {
  transition-delay: 1.2s, 1.2s;
}
.l-modal.is-open .l-modal_content__light {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: opacity 1.5s ease 2.6s, transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
}
.l-modal.is-open .l-modal_cover {
  transform: translate(-1250px, 0%) rotate(-300deg);
  opacity: 0;
  transition: opacity 0.5s ease 4s, transform 2.5s cubic-bezier(0.68, -0.15, 0.2, 1.15) 2.3s;
}
.l-modal.is-open .l-modal_img::before {
  opacity: 1;
  transition: opacity 0.8s ease 3.6s;
}
.l-modal.is-open .l-modal_img__inner {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.1s ease 3.9s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 3.9s;
}
.l-modal.is-end {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
}
.l-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(23, 15, 0, 0.8);
  width: 100%;
  height: 100%;
}
.l-modal_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 335px;
}
.l-modal_content__inner {
  position: relative;
  transform: translate(0%, -900px) rotate(-180deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-modal_content__inner {
    transform: translate(0%, -500px) rotate(-180deg);
  }
}
.l-modal_content.is-last {
  max-width: 400px;
}
.l-modal_content__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-modal_content__deco li {
  position: absolute;
  transform: translate(0, -1000px) rotate(-120deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li {
    transform: translate(0, -500px) rotate(-120deg);
  }
}
.l-modal_content__deco li:nth-child(2n) {
  transform: translate(0, -1000px) rotate(120deg);
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(2n) {
    transform: translate(0, -500px) rotate(120deg);
  }
}
.l-modal_content__deco li:nth-child(1) {
  top: -26%;
  left: -13%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(1) {
    width: 35%;
  }
}
.l-modal_content__deco li:nth-child(2) {
  top: 24%;
  left: -70%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(2) {
    width: 35%;
  }
}
.l-modal_content__deco li:nth-child(3) {
  top: 92.5%;
  left: -85%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(3) {
    width: 35%;
  }
}
.l-modal_content__deco li:nth-child(4) {
  top: 89%;
  left: 2.5%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(4) {
    width: 35%;
  }
}
.l-modal_content__deco li:nth-child(5) {
  top: 130%;
  left: -2%;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(5) {
    width: 25%;
  }
}
.l-modal_content__deco li:nth-child(5) img {
  transform: rotate(-78deg);
}
.l-modal_content__deco li:nth-child(6) {
  top: -5%;
  left: 90%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(6) {
    width: 35%;
  }
}
.l-modal_content__deco li:nth-child(6) img {
  transform: rotate(-70deg);
}
.l-modal_content__deco li:nth-child(7) {
  top: 0%;
  left: 145%;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(7) {
    width: 25%;
  }
}
.l-modal_content__deco li:nth-child(8) {
  top: 48%;
  left: 145%;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(8) {
    width: 30%;
  }
}
.l-modal_content__deco li:nth-child(9) {
  top: 118%;
  left: 95%;
  width: 24.5%;
}
@media screen and (max-width: 767px) {
  .l-modal_content__deco li:nth-child(9) {
    width: 35%;
  }
}
.l-modal_content__light {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  width: 200%;
  height: 200%;
}
.l-modal_content__light::before {
  position: absolute;
  top: 0%;
  left: 0%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.l-modal_content__light--1::before {
  animation: rotate 15s linear infinite;
  background-image: url(../img/modal/bg_base_light_white.png);
}
.l-modal_content__light--2::before {
  animation: rotate_alter 40s linear infinite;
  background-image: url(../img/modal/bg_base_light_yellow.png);
}
.l-modal_box {
  position: relative;
}
.l-modal_img {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(-51%, -50%);
  width: 100%;
}
.l-modal_img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -50%);
  opacity: 0;
  background: url(../img/modal/bg_base_light_top.png) center center no-repeat;
  background-size: contain;
  width: 200%;
  height: 200%;
  content: "";
}
.l-modal_img__inner {
  position: relative;
  transform: scale(0.1);
  opacity: 0;
  width: 100%;
}
.l-modal_img.is-more-small {
  width: 52%;
}
.l-modal_img.is-small {
  width: 60%;
}
.l-modal_img.is-middle {
  width: 70%;
}
.l-modal_img.is-big {
  width: 126%;
}
.l-modal_img.is-special {
  transform: translate(-51%, -58%);
  width: 158%;
}
.l-modal_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-modal_cover img {
  width: 100%;
  height: 100%;
}

.m-modal_img {
  position: relative;
}
.m-modal_img .is-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150%;
  max-width: none;
}
.m-modal__bg {
  background: rgba(53, 9, 0, 0.8) !important;
}
.m-modal__content {
  transform: translate(-50%, -50%);
  width: 60% !important;
  min-width: 0 !important;
  max-width: 340px !important;
}
.m-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .m-modal__close {
    top: 10px;
    right: 2%;
    width: 40px;
    height: 40px;
  }
}
.m-modal__close::before, .m-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 90%;
  height: 2px;
  content: "";
}
.m-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}