@charset "UTF-8";
@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #027DCD;
  color: #027DCD;
  font-feature-settings: "palt";
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: 100vw;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

::-moz-selection {
  background: rgba(2, 125, 205, 0.5);
  color: #027DCD;
}

::selection {
  background: rgba(2, 125, 205, 0.5);
  color: #027DCD;
}

::-moz-selection {
  background: rgba(2, 125, 205, 0.5);
  color: #027DCD;
}

.svg-symbol {
  display: none;
}

svg {
  fill: #027DCD;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100vw;
  margin: 0 auto;
}

.txt--lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.txt--sub {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.txt--sub.red {
  color: #E02020;
}

.txt--sub.gray {
  color: #666666;
}

.txt--sub + .txt--sub {
  margin-top: 0.5em;
}

.txt--basic {
  font-size: 1.8rem;
  font-weight: 600;
}

.txt--link {
  text-decoration: underline;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  width: 300px;
}

.btn--main,
.btn--sub {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  padding: 20px 40px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  border-radius: 999px;
  letter-spacing: 0.1em;
}
.btn--main.soon,
.btn--sub.soon {
  pointer-events: none;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}

.btn--main {
  position: relative;
  background: #E04BC9;
  color: #fff;
  font-weight: 600;
  border: 1px solid;
  border-color: #E04BC9;
}

.btn--blue {
  background: #027DCD;
  border-color: #027DCD;
}

.block-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px auto;
}
.block-btn .btn {
  margin: 0;
}

.ph {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph::after {
  content: "";
  position: absolute;
  background: url(/../static/twice/fanclub/cmn/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph img {
  width: 100%;
  pointer-events: none;
}

footer {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  background-image: url(../img/paper_material.webp);
  bottom: calc(100% - 11px);
  aspect-ratio: 1367/199;
}
footer .inner {
  padding: 100px 0 30px;
}
footer .inner .block--logo {
  position: relative;
  width: min(35vw, 400px);
  margin: 0 auto;
}
footer .inner .block--logo .logo {
  display: block;
  fill: #027DCD;
  width: min(12vw, 130px);
  padding-right: 4%;
  margin: 0 auto 1.5em;
}
footer .inner .block--logo .blink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}
footer .inner .block--logo .blink .blink_l {
  width: 20%;
}
footer .inner .block--logo .blink .blink_r {
  width: 15%;
}
footer .inner .links li {
  margin-bottom: 0.5em;
  list-style: none;
}
footer .inner .links li a {
  font-size: 1.3rem;
  line-height: 1.2;
}
footer .inner .copyright {
  margin-top: 100px;
  font-size: 1.1rem;
  font-weight: 600;
}
footer .links {
  padding: 0;
}

.term,
.hours {
  display: flex;
  align-items: baseline;
  margin-top: -0.2em;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0;
  justify-content: center;
}
.term span,
.hours span {
  display: flex;
  align-items: baseline;
}
.term span span,
.hours span span {
  display: block;
  margin: 0 0.2em;
}
.term .to,
.hours .to {
  margin: 0 0.5em;
}

.term .year {
  font-size: 0.8em;
}
.term .year span,
.term .month span,
.term .date span,
.term .week,
.term .to {
  font-size: 1.6rem;
}
.term .week + .time {
  margin-left: 0.3em;
}

.hours {
  width: 100%;
}
.hours .to {
  font-size: 1.6rem;
}

.bg_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  opacity: 1;
}
.bg_wrap .inner {
  width: 100%;
  height: 100vh;
  background: url(../img/bg_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-main {
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
}

section {
  width: 100%;
  margin-bottom: 120px;
}
section .section-tit {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: min(11rem, 16vw);
  text-align: center;
}
section .section-tit,
section .box--tit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.6em;
}
section .section-tit svg,
section .box--tit svg {
  position: absolute;
  width: 0.7em;
  height: 0.7em;
}
section .section-tit svg:nth-child(1),
section .box--tit svg:nth-child(1) {
  top: 0;
  left: -1em;
}
section .section-tit svg:nth-child(2),
section .box--tit svg:nth-child(2) {
  bottom: 0;
  right: -1em;
}

.section--mv {
  position: relative;
  z-index: 11;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  margin-bottom: 0;
  background-image: url("../img/fv/fv_bg_pc.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section--mv::before, .section--mv::after {
  content: "";
  position: absolute;
  opacity: 0;
}
.section--mv::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  background-image: url(../img/paper_material.webp);
  bottom: -1px;
  aspect-ratio: 2734/337;
  transition: opacity 1s;
}
.section--mv .mainvisual {
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 60px;
  width: 50vh;
}
.section--mv .mainvisual_bg .bg_top::before, .section--mv .mainvisual_bg .bg_top::after, .section--mv .mainvisual_bg .bg_bottom::before, .section--mv .mainvisual_bg .bg_bottom::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  left: 0;
  opacity: 0;
}
.section--mv .mainvisual_bg .bg_top::before, .section--mv .mainvisual_bg .bg_top::after {
  background-position: top;
  top: 0;
}
.section--mv .mainvisual_bg .bg_top::before {
  background-image: url(../img/fv/fv_bg_pc_before_top.webp);
  aspect-ratio: 4098/1157;
}
.section--mv .mainvisual_bg .bg_top::after {
  background-image: url(../img/fv/fv_bg_pc_after_top.webp);
  z-index: 1;
  aspect-ratio: 4098/947;
}
.section--mv .mainvisual_bg .bg_bottom::before, .section--mv .mainvisual_bg .bg_bottom::after {
  background-position: bottom;
  bottom: 0;
}
.section--mv .mainvisual_bg .bg_bottom::before {
  background-image: url(../img/fv/fv_bg_pc_before_bottom.webp);
  aspect-ratio: 4098/1506;
}
.section--mv .mainvisual_bg .bg_bottom::after {
  background-image: url(../img/fv/fv_bg_pc_after_bottom.webp);
  z-index: 1;
  aspect-ratio: 4098/1294;
}
.section--mv .mainvisual_logo {
  position: relative;
  transform: rotate(20deg);
  width: 50vh;
}
.section--mv .mainvisual_logo::before {
  content: "";
  position: absolute;
  width: min(37%, 240px);
  aspect-ratio: 440/533;
  background: url(../img/fv/fv_tape_right.webp) no-repeat center/contain;
  top: 3%;
  right: 3%;
  z-index: 20;
  transform: rotate(-26deg);
}
.section--mv .mainvisual_logo::after {
  content: "";
  position: absolute;
  width: min(40%, 240px);
  aspect-ratio: 440/533;
  background: url(../img/fv/fv_tape_left.webp) no-repeat center/contain;
  top: 65%;
  left: -20%;
  z-index: 20;
  transform: rotate(-10deg);
}
.section--mv .paper {
  display: block;
  width: 100%;
}
.section--mv #svg-mask {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  mix-blend-mode: multiply;
  width: 37vh;
  height: auto;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.section--mv .oncejapan-logo {
  top: -3vh;
  right: -5vh;
  position: absolute;
  z-index: 20;
  width: 21vh;
}
.section--mv .memo-yellow {
  bottom: 1vh;
  left: -20vh;
  position: absolute;
  z-index: -1;
  transform: rotate(-27deg);
  width: 35vh;
}
.section--mv .twice_txt {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 100%;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: 0.6s;
}
.section--mv .anniv_logo {
  width: min(45vw, 600px);
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.6s 0.8s;
}
.section--mv .anniv_logo img {
  display: block;
  width: min(30vw, 450px);
  margin: 0 auto;
}
.section--mv .anniv_logo .blink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.section--mv .anniv_logo .blink .blink_l {
  width: 20%;
}
.section--mv .anniv_logo .blink .blink_r {
  width: 15%;
}
.section--mv .block_years {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.6s;
}
.section--mv .block_years .year {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.section--mv .block_years .border {
  height: 1px;
  width: 100px;
  background: #fff;
}

.loaded_delay .section--mv::before {
  opacity: 1;
}
.loaded_delay .section--mv .anniv_logo {
  opacity: 1;
}

.section--movie {
  background-color: #fff;
  position: relative;
  padding: 30px 100px 10px;
  z-index: 20;
}
.section--movie::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  background-image: url(../img/paper_material.webp);
  top: calc(100% - 11px);
  transform: rotate(180deg);
  background-position: 50% 50%;
  z-index: -1;
  aspect-ratio: 1367/199;
}
.section--movie .item {
  margin: 0 auto;
  position: relative;
  transform: rotate(-4deg);
}
.section--movie .ph {
  position: relative;
  margin: 0 auto 20px;
  width: min(90%, 550px);
  border: 10px solid #fff;
  border-bottom: 80px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.section--movie .ph::before {
  content: "";
  position: absolute;
  width: min(40%, 240px);
  aspect-ratio: 440/533;
  background: url(../img/movie/movie_tape_right.webp) no-repeat center/contain;
  top: -30%;
  right: -23%;
  z-index: 20;
}
.section--movie .ph::after {
  content: "";
  display: block;
  width: min(50%, 240px);
  aspect-ratio: 659/469;
  background: url(../img/movie/movie_tape_left.webp) no-repeat center;
  background-size: contain;
  bottom: -40%;
  top: unset;
  left: -20%;
  z-index: 20;
  top: unset;
}
.section--movie .tit {
  position: absolute;
  top: 10px;
  right: 100%;
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: min(4rem, 6vw);
  line-height: 0.7;
}
.section--movie .tit span {
  display: block;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}
.section--movie .item + .item {
  margin-top: 80px;
}
.section--movie .inner::before {
  content: "";
  position: absolute;
  width: min(40%, 240px);
  aspect-ratio: 440/533;
  background: url(../img/movie/movie_star_right.webp) no-repeat center/contain;
  top: -10%;
  right: -5%;
  z-index: 20;
}
.section--movie .inner::after {
  content: "";
  position: absolute;
  width: min(40%, 240px);
  aspect-ratio: 440/533;
  background: url(../img/movie/movie_star_left.webp) no-repeat center/contain;
  bottom: -35%;
  left: -5%;
  z-index: 20;
}
.section--movie .block--detail {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 2%;
}
.section--movie .block-tit {
  right: auto;
  width: min(60%, 200px);
  top: -90px;
  left: -110px;
  position: absolute;
  z-index: 20;
  transform: rotate(-20deg);
}
.section--movie .sticker {
  width: min(60%, 160px);
  bottom: -150px;
  right: -110px;
  position: absolute;
  z-index: 20;
  transform: rotate(30deg);
}
.section--movie .block-btn {
  display: flex;
  justify-content: center;
  margin: 90px auto 30px;
}
.section--movie .btn {
  margin: 0;
}
.section--movie .btn--sub {
  padding-right: calc(50px + 2em);
  padding-left: min(30px, 5vw);
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.section--movie .btn--sub .ico_play {
  position: absolute;
  top: 10px;
  right: 10px;
  width: calc(1em + 20px);
  height: calc(1em + 20px);
  background: #027DCD;
  border-radius: 999px;
}
.section--movie .btn--sub .ico_play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  width: 1em;
  height: 1em;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
}

.section--present {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 14vw;
  width: calc(100% - 13vw);
}
.section--present:first-of-type {
  margin-top: 100px;
}
.section--present::before {
  content: "";
  background-image: url(../img/memo_head_white.png);
  display: block;
  width: 100%;
  height: 55px;
  position: absolute;
  background-repeat: repeat-x;
  background-size: auto 55px;
  top: -54px;
}
.section--present::after {
  content: "";
  width: min(35%, 160px);
  bottom: -50px;
  right: -70px;
  transition: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  transform: rotate(20deg);
  aspect-ratio: 1/1;
}
.section--present .present--wrap {
  background-color: #F9FAFC;
  padding: 75px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.section--present .present--wrap .block-tit {
  width: min(38%, 200px);
  top: -140px;
  right: -50px;
  position: absolute;
  transform: rotate(20deg);
  z-index: 20;
}
.section--present .present--wrap .label-tit {
  width: min(60%, 300px);
  top: -100px;
  left: 10px;
  position: absolute;
  transform: rotate(2deg);
}
.section--present .present--wrap .label-tit::before {
  content: "";
  background-image: url(../img/a_clip_yellow.webp);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  width: 83px;
  height: 182px;
  top: 11px;
  left: 2px;
}
.section--present .present--wrap .label-mufj {
  position: absolute;
  top: 0;
  left: -80px;
  transform: rotate(-8deg);
}
.section--present .present--wrap .label-member {
  position: absolute;
  top: 30px;
  left: 20px;
  transform: rotate(-15deg);
  width: 280px;
}
.section--present .present--wrap .inner .txt--lead {
  font-size: 1.8rem;
}
.section--present .present--wrap .inner .txt--lead span {
  font-size: 3.2rem;
}
.section--present .present--wrap .inner .ph {
  width: 80%;
  margin: 3em auto 2.4em;
}
.section--present .present--wrap .inner .ph .winners {
  display: block;
  position: absolute;
  top: -20px;
  right: -40px;
  width: 9em;
  height: 9em;
  border-radius: 999px;
  background: #027DCD;
}
.section--present .present--wrap .inner .ph .winners .inner {
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  text-align: center;
  top: 53%;
  left: 50%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  gap: 1.7em;
}
.section--present .present--wrap .inner .ph .winners .inner .num {
  display: block;
  font-size: 2em;
}
.section--present .present--wrap .inner .txt--basic {
  margin: 20px auto;
  line-height: 1.8;
  max-width: 550px;
}
.section--present .present--wrap .inner .txt--basic .br {
  display: block;
}
.section--present .present--wrap .inner .block--detail dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 60px;
  text-align: center;
}
.section--present .present--wrap .inner .block--detail dl dt {
  display: inline-block;
  min-width: 7em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 2em;
  margin-top: 0.5em;
  padding: 0.4em 1.5em;
  border-radius: 999px;
  background: #027DCD;
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  margin: 40px auto 10px;
  font-size: 1.3rem;
}
.section--present .present--wrap .inner .block--detail dl dd {
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.section--present .present--wrap .inner .block--detail dl dd .txt--sub {
  width: 100%;
}
.section--present .present--wrap .inner .block-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px auto;
}
.section--present .present--wrap .inner .btn {
  margin: 0 auto;
  width: min(300px, 100%);
}
.section--present .present--wrap .inner .block--term .tit {
  min-width: 7em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 2em;
  margin-top: 0.5em;
  padding: 0.6em 3em;
  border-radius: 999px;
  border: 1px solid #027DCD;
  color: #027DCD;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 10px;
}
.section--present .present--wrap .inner .block--term .term--wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  color: #027DCD;
}
.section--present .present--wrap .inner .block--term .term {
  margin-bottom: 7px;
}
.section--present .present--wrap .inner .block--term .list--target {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section--present .present--wrap .inner .block--term .list--target .txt--sub {
  color: #666666;
}
.section--present .present--wrap .inner .block--notes {
  color: #666666;
  max-width: 700px;
  margin: 0 auto;
}
.section--present .present--wrap .inner .block--notes .tit {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1em;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
.section--present .present--wrap .inner .block--notes .tit::before, .section--present .present--wrap .inner .block--notes .tit::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(102, 102, 102, 0.5);
}

.section--present:nth-of-type(odd)::before {
  content: "";
  background-image: url(../img/memo_head_yellow.png);
  background-position: right;
}
.section--present:nth-of-type(odd)::after {
  bottom: 300px;
  left: -90px;
  transform: rotate(-20deg);
}
.section--present:nth-of-type(odd) .present--wrap {
  opacity: 1;
  background-image: linear-gradient(#F3F6DB 1.1px, transparent 1.1px), linear-gradient(to right, #F3F6DB 1.1px, #FCFFEA 1.1px);
  background-size: 22px 22px;
}
.section--present:nth-of-type(odd) .present--wrap .block-tit {
  left: -40px;
  top: -100px;
  right: auto;
  transform: rotate(-20deg);
}
.section--present:nth-of-type(odd) .present--wrap .label-tit {
  right: -10px;
  top: -55px;
  left: auto;
  transform: rotate(15deg);
}
.section--present:nth-of-type(odd) .present--wrap .label-tit::before {
  content: "";
  background-image: url(../img/a_clip_blue.webp);
  top: -67px;
  left: auto;
  right: 13px;
  transform: rotate(-16deg);
}
.section--present:nth-of-type(odd) .present--wrap .label-mufj {
  top: -3px;
  right: 150px;
  transform: rotate(-26deg);
  z-index: 1;
  width: 300px;
  left: auto;
}
.section--present:nth-of-type(odd) .present--wrap .label-member {
  top: 10px;
  right: -20px;
  transform: rotate(-2deg);
  left: auto;
  width: 280px;
}

#special02 {
  margin-top: 360px;
}
#special02::after {
  background-image: url(../img/member_sticker/sticker_jeongyeon.webp);
}

#special03::after {
  background-image: url(../img/member_sticker/sticker_momo.webp);
}

#special04::after {
  background-image: url(../img/member_sticker/sticker_sana.webp);
}

#special05::after {
  background-image: url(../img/member_sticker/sticker_jihyo.webp);
}

#special06::after {
  background-image: url(../img/member_sticker/sticker_mina.webp);
}
#special06 .label-tit {
  top: -16px;
}
#special06 .label-tit::before {
  top: -72px;
}
#special06 .label-tit .label-mufj {
  top: -57px;
  left: 130px;
  transform: rotate(10deg);
  z-index: 1;
}
#special06 .label-tit .label-member {
  top: -22px;
  left: 0px;
}

#special07::after {
  background-image: url(../img/member_sticker/sticker_dahyun.webp);
}
#special07 .label-tit {
  width: min(60%, 340px);
}
#special07 .label-tit::before {
  top: -72px;
}
#special07 .label-tit .label-mufj {
  top: -13px;
  right: 20px;
  transform: rotate(-6deg);
  z-index: 1;
  width: 360px;
  left: auto;
}

#special08::after {
  background-image: url(../img/member_sticker/sticker_chaeyoung.webp);
}
#special08 .label-tit {
  width: min(60%, 340px);
}
#special08 .label-tit .label-mufj {
  top: 50px;
  right: 15px;
  left: auto;
}

#special09::after {
  background-image: url(../img/member_sticker/sticker_tzuyu.webp);
}
#special09 .block--detail {
  margin-bottom: 0px;
}
#special09 .block--benefit dd {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: left;
  display: block;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
#special09 .block--benefit .benefit {
  background-color: #E04BC9;
}
#special09 .benefit--wrap {
  margin-bottom: 3em;
  padding: 1.6em 6em;
  border: 1px solid;
  position: relative;
  max-width: 600px;
  margin: 10px auto 10px;
}
#special09 .benefit--wrap .item--example {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  color: #027DCD;
  width: 50px;
  min-width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 600;
}
#special09 .benefit--wrap .txt--lead {
  font-size: 1.5rem;
  margin: 0 auto;
}
#special09 .benefit--wrap .txt--lead.total {
  border-top: 1px dotted #027DCD;
  margin-top: 10px;
  padding-top: 10px;
}

#special10 {
  margin-bottom: 27vw;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0;
  overflow: hidden;
  background: #027DCD;
  background-size: 100%;
  transition: none;
  opacity: 1;
  transition: opacity 0.5s;
}
#loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 73px;
  margin: -40px 0 0 -36px;
  fill: #FFF;
  animation: logoanim 1s linear infinite;
}

@keyframes logoanim {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
body.loaded_delay #loading {
  opacity: 0;
  transition: opacity 0.5s;
}

body.open #loading {
  display: none;
}

.delighter {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  transition: transform 0.6s, opacity 0.4s;
}

.delighter.started {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.section--mv .mainvisual_logo .oncejapan-logo, .section--mv .mainvisual_logo::after, .section--mv .mainvisual_logo::before {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.section--mv .paper, .section--mv .memo-yellow {
  opacity: 0;
  transform-origin: center center;
  transform: translateY(-40px) rotate(-12deg) scale(1.08);
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.18));
  will-change: transform, opacity, filter;
}

.loaded_delay .btn_pop {
  opacity: 1;
  transition-delay: 2.6s, 0s;
  animation: pop 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.loaded_delay .section--mv .bg_top::before, .loaded_delay .section--mv .bg_bottom::before {
  animation: bgShow 0.2s 0.4s linear forwards;
}
.loaded_delay .section--mv .bg_top::after, .loaded_delay .section--mv .bg_bottom::after {
  animation: bgShow 0.2s 0.8s linear forwards;
}
.loaded_delay .section--mv .mainvisual_logo .oncejapan-logo {
  animation: stickerReveal 0.9s 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.loaded_delay .section--mv .mainvisual_logo::after {
  animation: tape 1.5s 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.loaded_delay .section--mv .mainvisual_logo::before {
  animation: tape 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.loaded_delay .section--mv .paper {
  animation: paperDrop 0.4s 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.loaded_delay .section--mv .memo-yellow {
  animation: paperDropReveal 0.5s 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.loaded_delay #mask-path {
  fill: none;
  stroke: #fff;
  stroke-width: 90;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 15000;
  stroke-dashoffset: 15000;
  animation: draw 3.5s 1.1s ease forwards;
}

.section--present .block-tit {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transform-origin: left center;
  transform: rotate(-20deg) skewX(-6deg);
  will-change: clip-path, transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.section--present.started .block-tit {
  animation: stickerReveal 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section--present:nth-of-type(odd).started .block-tit {
  animation: stickerRevealReverse 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.section--movie .block-tit, .section--movie .sticker {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transform-origin: left center;
  transform: rotate(-20deg) skewX(-6deg);
  will-change: clip-path, transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.section--movie .inner.started .block-tit {
  animation: stickerRevealReverse 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section--movie .inner.started .sticker {
  animation: stickerReveal 1.5s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.section--movie .inner::before, .section--movie .inner::after {
  animation: starswing 1.4s step-start infinite;
}

.section--present::after {
  animation: stickerswing 1.4s step-start infinite;
}

.section--present:nth-of-type(odd)::after {
  animation: stickerswingReveal 1.4s step-start infinite;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes stickerReveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transform: rotate(8deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: rotate(18deg) scale(1.1);
    opacity: 1;
  }
}
@keyframes stickerRevealReverse {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transform: rotate(-8deg) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: rotate(-18deg) scale(1.1);
    opacity: 1;
  }
}
@keyframes tape {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transform: rotate(-8deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: rotate(-10deg) scale(1);
    opacity: 1;
  }
}
@keyframes paperDrop {
  0% {
    opacity: 0;
    transform: translateY(-30px) rotate(-10deg) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes paperDropReveal {
  0% {
    opacity: 0;
    transform: translateY(30px) rotate(-10deg) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(-17deg) scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes resevationPop {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(0.95, 0.85);
  }
  50% {
    transform: scale(1.05, 1.1);
  }
  70% {
    transform: scale(1, 0.98);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes bgShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movingIllust {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes starswing {
  20% {
    transform: rotate(6deg);
  }
  40% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(6deg);
    opacity: 1;
  }
}
@keyframes stickerswing {
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(20deg);
    opacity: 1;
  }
}
@keyframes stickerswingReveal {
  20% {
    transform: rotate(-30deg);
  }
  40% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-30deg);
    opacity: 1;
  }
}
.btn_pop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 13em;
  height: 13em;
  font-size: min(1.6rem, 3.5vw);
  z-index: 99;
  transition: 0.3s;
  transform: rotate(20deg);
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.4s ease;
}
.btn_pop a {
  padding: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.5em);
  height: calc(100% - 0.5em);
  line-height: 1.2;
  font-weight: 600;
}

body.nav-in-footer .btn_pop {
  opacity: 0 !important;
  pointer-events: none;
  transition-delay: 0.2s, 0s;
}

@media screen and (min-width: 961px) {
  .btn--main,
  .btn--sub {
    transition: 0.2s ease-in-out;
  }
  .btn--main:hover {
    color: #E04BC9;
    background: #fff;
    border-color: #E04BC9;
    border: 1px solid;
  }
  .btn--sub:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .btn--blue:hover {
    color: #027DCD;
  }
  .resevation_btn:hover {
    animation: resevationPop 0.8s forwards;
  }
  .swiper-button-next,
  .swiper-button-prev {
    transition: 0.4s;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
  dd a {
    transition: 0.4s;
  }
  dd a:hover {
    opacity: 0.5;
  }
  footer .links a {
    transition: 0.4s;
  }
  footer .links a:hover {
    opacity: 0.5;
  }
  .btn_pop:hover {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--lead {
    font-size: 1.4rem;
  }
  .btn {
    max-width: 280px;
  }
  .btn--main,
  .btn--sub {
    font-size: min(1.6rem, 3.4vw);
    letter-spacing: 0.04em;
    padding: 15px 50px;
  }
  .block-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 30px auto;
  }
  footer::before {
    height: 135px;
    background-position: 50% 50%;
  }
  footer .inner {
    padding: 50px 0 30px;
  }
  footer .inner .block--logo {
    width: min(80vw, 400px);
  }
  footer .inner .block--logo .logo {
    width: min(25vw, 130px);
  }
  .drawer__btn {
    top: -30px;
    right: -25px;
  }
  .drawer__btn::before {
    transform: translate(-5px, 7px);
  }
  .drawer {
    top: 20px;
    right: 20px;
  }
  .term,
  .hours {
    font-size: 2.6rem;
  }
  .bg_wrap .inner {
    background: url(../img/bg_sp.webp) no-repeat;
    background-size: cover;
  }
  .btn_pop {
    bottom: 4px;
    right: -25px;
    width: 11em;
    height: 11em;
    z-index: 99;
  }
  section {
    width: 100%;
    margin-bottom: 120px;
  }
  section .section--tit {
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: min(3.5rem, 8.9vw);
    text-align: center;
  }
  section .section--tit svg:nth-child(1) {
    left: -0.8em;
  }
  section .section--tit svg:nth-child(2) {
    right: -0.8em;
  }
  .section--mv {
    background-image: url("../img/fv/fv_bg_sp.webp");
  }
  .section--mv::before {
    bottom: -1px;
    width: 100%;
    background-position: 50% 50%;
    aspect-ratio: 2000/550;
  }
  .section--mv .mainvisual_bg .bg_top::before {
    background-image: url(../img/fv/fv_bg_sp_before_top.webp);
    aspect-ratio: 1500/2800;
  }
  .section--mv .mainvisual_bg .bg_top::after {
    background-image: url(../img/fv/fv_bg_sp_after_top.webp);
    z-index: -1;
    aspect-ratio: 1500/845;
  }
  .section--mv .mainvisual_bg .bg_bottom::before {
    background-image: url(../img/fv/fv_bg_sp_before_bottom.webp);
    aspect-ratio: 1500/1071;
  }
  .section--mv .mainvisual_bg .bg_bottom::after {
    background-image: url(../img/fv/fv_bg_sp_after_bottom.webp);
    aspect-ratio: 1500/1294;
  }
  .section--mv .mainvisual_logo {
    width: min(70%, 410px);
  }
  .section--mv #svg-mask {
    width: min(75%, 370px);
  }
  .section--mv .oncejapan-logo {
    top: -22px;
    right: -18px;
    width: min(44%, 150px);
    z-index: 20;
  }
  .section--mv .memo-yellow {
    width: min(50%, 340px);
    bottom: 90px;
    left: -25px;
    transform: scaleX(-1) rotate(10deg);
  }
  .section--movie {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }
  .section--movie::after {
    aspect-ratio: 1377/550;
  }
  .section--movie .mainvisual {
    top: 48%;
  }
  .section--movie .txt--lead {
    margin-top: 8em;
  }
  .section--movie .item {
    width: 100%;
  }
  .section--movie .item::after {
    bottom: -70px;
    left: -20px;
  }
  .section--movie .item::before {
    top: -50px;
    right: -10px;
  }
  .section--movie .item + .item {
    margin-top: 60px;
  }
  .section--movie .ph {
    min-width: auto;
    margin: 0 auto 10px;
    border-width: 5px;
    border-bottom: 30px solid #fff;
  }
  .section--movie .block--detail {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .section--movie .block--detail .btn {
    width: 100%;
    max-width: 450px;
  }
  .section--movie .block--detail .btn a {
    padding-left: min(30px, 5vw);
    padding-right: calc(35px + 2em);
    text-align: center;
  }
  .section--movie .block-btn {
    margin: 85px auto 30px;
  }
  .section--movie .block-tit {
    width: min(37%, 140px);
    top: -61px;
    left: -48px;
  }
  .section--movie .sticker {
    width: min(36%, 160px);
    bottom: -87px;
    right: -41px;
  }
  .section--movie .inner::before {
    width: min(40%, 240px);
    top: -10%;
    right: -18%;
  }
  .section--movie .inner::after {
    width: min(40%, 240px);
    bottom: -32%;
    left: -11%;
  }
  .section--present {
    margin-bottom: 45vw;
  }
  .section--present::before {
    content: "";
    background-size: auto 39px;
    top: -38px;
  }
  .section--present::after {
    bottom: -75px;
    right: -7%;
  }
  .section--present .present--wrap {
    padding: 16px 16px 50px;
  }
  .section--present .present--wrap .block-tit {
    top: -110px;
    right: -30px;
  }
  .section--present .present--wrap .label-tit {
    top: -45px;
    left: -20px;
  }
  .section--present .present--wrap .label-tit::before {
    width: 53px;
    height: 116px;
    top: -12px;
    left: 25px;
  }
  .section--present .present--wrap .label-tit .label-member {
    top: 6px;
    left: 0px;
  }
  .section--present .present--wrap .inner .txt--lead {
    font-size: 1.4rem;
    margin-top: 3.5rem;
  }
  .section--present .present--wrap .inner .txt--lead span {
    font-size: 2.6rem;
  }
  .section--present .present--wrap .inner .ph {
    width: min(100%, 460px);
    margin: 1.8em auto;
  }
  .section--present .present--wrap .inner .ph .winners {
    top: -15px;
    right: -10px;
    width: 6em;
    height: 6em;
  }
  .section--present .present--wrap .inner .ph .winners .inner {
    font-size: 1.5rem;
  }
  .section--present .present--wrap .inner .ph .winners .inner .num {
    display: block;
  }
  .section--present .present--wrap .inner .txt--basic {
    font-size: 1.4rem;
  }
  .section--present .present--wrap .inner .block--term {
    margin-top: 30px;
  }
  .section--present .present--wrap .inner .block--term .tit {
    min-width: 7em;
    margin-right: 2em;
    margin-top: 0.5em;
    padding: 0.4em 1.5em;
    font-size: 1.4rem;
    margin: 0 auto 10px;
  }
  .section--present .present--wrap .inner .block--term .term--wrap {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  .section--present .present--wrap .inner .block--term .term {
    margin-bottom: 7px;
  }
  .section--present .present--wrap .inner .block--detail dl {
    margin: 0 auto;
  }
  .section--present .present--wrap .inner .block--detail dl dt {
    margin: 0 auto 10px;
  }
  .section--present .present--wrap .inner .block--detail dl dd {
    text-align: center;
    margin: 0 auto 30px;
  }
  .section--present .present--wrap .inner .block--detail dl dd .txt--sub {
    width: 100%;
  }
  #special02 {
    margin-top: 270px;
  }
  #special10 {
    margin-bottom: 220px;
  }
  .section--present:nth-of-type(odd)::after {
    bottom: -80px;
    left: -21px;
  }
  .section--present:nth-of-type(odd) .present--wrap .label-tit {
    right: -10px;
    top: -45px;
    left: auto;
    transform: rotate(15deg);
  }
  .section--present:nth-of-type(odd) .present--wrap .label-tit::before {
    top: -32px;
    left: auto;
    right: -4px;
  }
  .section--present:nth-of-type(odd) .present--wrap .label-member {
    top: 6px;
    right: -34px;
    left: auto;
  }
  .section--present:nth-of-type(odd) .present--wrap .label-mufj {
    top: -23px;
    right: 50px;
    width: 280px;
    left: auto;
  }
  .section--present:nth-of-type(odd) .present--wrap .label-member {
    top: 10px;
    right: -20px;
    transform: rotate(-2deg);
    left: auto;
    width: 280px;
  }
  .section--present:nth-of-type(odd) .present--wrap .block-tit {
    top: -60px;
  }
  #special06 .label-tit {
    top: -18px;
  }
  #special06 .label-tit::before {
    top: -42px;
  }
  #special06 .label-tit .label-mufj {
    top: -62px;
    left: 63px;
  }
  #special06 .label-tit .label-member {
    top: -32px;
    left: -8px;
  }
  #special07 .label-tit {
    width: min(70%, 340px);
  }
  #special07 .label-tit::before {
    top: -36px;
  }
  #special07 .label-tit .label-mufj {
    top: 7px;
    right: -5px;
  }
  #special08 .label-tit {
    width: min(70%, 340px);
  }
  #special08 .label-tit .label-mufj {
    top: 2px;
    right: -22px;
  }
  #special09 .block--benefit dd {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: left;
    display: block;
    margin-left: 0;
  }
  #special09 .block--benefit .benefit {
    background-color: #E04BC9;
  }
  #special09 .benefit--wrap {
    padding: 2.2em 1.2em 1.2em;
    margin: 24px auto 10px;
  }
  #special09 .benefit--wrap .item--example {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: 600;
  }
  #special09 .benefit--wrap .txt--lead {
    font-size: 1.5rem;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 680px) and (max-width: 960px) {
  .btn {
    max-width: 320px;
  }
  .section--mv .mainvisual {
    z-index: 20;
    top: 42%;
  }
  .section--mv .mainvisual .mainvisual_logo {
    margin-left: 40px;
  }
  .section--present::after {
    bottom: -105px;
  }
  .section--present .present--wrap .block-tit {
    width: min(25%, 180px);
    top: -130px;
  }
  .section--present .present--wrap .label-tit::before {
    top: -14px;
  }
  .section--present:nth-of-type(odd)::after {
    bottom: -112px;
  }
  .section--present:nth-of-type(odd) .present--wrap .label-tit::before {
    top: -45px;
  }
  .section--present:nth-of-type(odd) .present--wrap .label-member {
    top: 20px;
    right: -60px;
  }
  #special02 {
    margin-top: 440px;
  }
  #special06 .label-tit {
    top: -18px;
  }
  #special06 .label-tit::before {
    top: -40px;
  }
  #special06 .label-tit .label-mufj {
    top: -73px;
    left: 113px;
  }
}/*# sourceMappingURL=style.css.map */