@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%;
}

body {
  background: #DFAEB7;
  color: #FFF;
  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;
}

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(255, 255, 255, 0.5);
  color: #DFAEB7;
}

::selection {
  background: rgba(255, 255, 255, 0.5);
  color: #DFAEB7;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.5);
  color: #FFF;
}

.svg-symbol {
  display: none;
}

svg {
  fill: #FFF;
}

.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: 600;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.txt--sub {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

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

.txt--basic {
  font-size: 1.4rem;
}

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

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

.btn--main,
.btn--sub {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  padding: 20px 50px;
  border: 1px solid;
  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: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.btn--main {
  position: relative;
  background: #fff5cf;
  border-color: #dc788e;
  color: #dc788e;
  font-weight: 600;
  box-shadow: 5px 5px 0 #dc788e;
}

.btn--sub {
  color: #FFF;
  background: #dc788e;
  border: 1px solid #FFF;
}

.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;
}

.drawer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10001;
  overflow: hidden;
  width: 7em;
  height: 7em;
  padding: 0.5em 1.4em;
  border-radius: 999px;
  border: 3px solid #fff;
  background: #df8c9e;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.drawer__btn::before {
  content: "MENU";
  display: block;
  width: 100%;
  height: 1.5em;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 1.4rem;
}

.drawer {
  position: fixed;
  top: 60px;
  right: 40px;
  z-index: 900;
  opacity: 0;
  background-color: #df8c9e;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 30px 30px;
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(205, 152, 161, 0.6705882353);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.drawer .inner {
  padding: 40px 60px 40px 30px;
}
.drawer .inner ul li {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 0.8em;
}
.drawer .inner ul li:last-child {
  margin-bottom: 0;
}
.drawer .inner ul li svg {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.2em;
  margin-bottom: 0.1em;
}
.drawer .inner ul li.list--sub ul {
  padding-left: 2em;
}
.drawer .inner ul li.list--sub ul li {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  margin-top: 0.5em;
}
.drawer .inner ul li.list--sub ul li a {
  position: relative;
}
.drawer .inner ul li.list--sub ul li a::before {
  display: block;
  position: absolute;
  content: "";
  width: 0.8em;
  height: 1px;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%);
  background: #fff;
}

.drawer-visible .drawer__btn {
  opacity: 1 !important;
}
.drawer-visible .drawer__btn::before {
  content: "CLOSE";
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}

footer {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .inner {
  padding: 160px 0 30px;
}
footer .inner .block--logo {
  position: relative;
  width: min(35vw, 400px);
  margin: 0 auto;
}
footer .inner .block--logo .logo {
  display: block;
  fill: #fff;
  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;
}
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: 400;
  opacity: 0.8;
}

.term,
.hours {
  display: flex;
  align-items: baseline;
  margin-top: -0.2em;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0;
}
.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_texture {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background: #DFAEB7;
  opacity: 0.3;
}
.bg_texture .inner {
  width: 100%;
  height: 100%;
  background: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/texture.webp) no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}

.bg_shooting {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  opacity: 0;
}
.bg_shooting.visible {
  opacity: 1;
}
.bg_shooting .star {
  display: flex;
  align-items: center;
  position: absolute;
  -webkit-clip-path: circle(141.1% at 100% 100%);
          clip-path: circle(141.1% at 100% 100%);
  animation: starAnimate 3s ease-out 1.5s infinite;
  transform: rotate(45deg);
  opacity: 0;
}
.bg_shooting .star__line {
  display: block;
  width: 80px;
  height: 2px;
  margin-right: 10px;
  background-color: #fff;
  transform-origin: bottom right;
  transform: scaleX(1.3);
  border-radius: 100%;
}
.bg_shooting .star__main {
  display: block;
  color: #fff;
  width: 20px;
  height: 20px;
  align-self: flex-end;
}
.bg_shooting .star__main svg {
  width: 100%;
  height: 100%;
}
.bg_shooting .star:nth-child(1) {
  animation-delay: 2.5s;
  animation-duration: 4.8s;
}
.bg_shooting .star:nth-child(2) {
  animation-delay: 2.8s;
  animation-duration: 3.8s;
}
.bg_shooting .star:nth-child(3) {
  animation-delay: 0.5s;
  animation-duration: 3.8s;
}
.bg_shooting .star:nth-child(4) {
  animation-delay: 0.1s;
  animation-duration: 4.3s;
}
.bg_shooting .star:nth-child(5) {
  animation-delay: 0.2s;
  animation-duration: 4.7s;
}
.bg_shooting .star:nth-child(6) {
  animation-delay: 0.2s;
  animation-duration: 4.2s;
}
.bg_shooting .star:nth-child(7) {
  animation-delay: 0.5s;
  animation-duration: 4s;
}
.bg_shooting .star:nth-child(8) {
  animation-delay: 2.4s;
  animation-duration: 4.1s;
}
.bg_shooting .star:nth-child(9) {
  animation-delay: 0.4s;
  animation-duration: 3.7s;
}
.bg_shooting .star:nth-child(10) {
  animation-delay: 3.1s;
  animation-duration: 4.7s;
}
.bg_shooting .star:nth-child(11) {
  animation-delay: 3.1s;
  animation-duration: 4.4s;
}
.bg_shooting .star:nth-child(12) {
  animation-delay: 2.9s;
  animation-duration: 4.7s;
}
.bg_shooting .star:nth-child(13) {
  animation-delay: 0.5s;
  animation-duration: 4.8s;
}
.bg_shooting .star:nth-child(14) {
  animation-delay: 0.1s;
  animation-duration: 4.4s;
}
.bg_shooting .star:nth-child(15) {
  animation-delay: 0.3s;
  animation-duration: 5s;
}
.bg_shooting .star:nth-child(16) {
  animation-delay: 0.4s;
  animation-duration: 5s;
}
.bg_shooting .star:nth-child(1) {
  top: -7vh;
  left: -22vw;
}
.bg_shooting .star:nth-child(2) {
  top: -4vh;
  left: -13vw;
}
.bg_shooting .star:nth-child(3) {
  top: -1vh;
  left: -9vw;
}
.bg_shooting .star:nth-child(4) {
  top: -17vh;
  left: -23vw;
}
.bg_shooting .star:nth-child(5) {
  top: -4vh;
  left: 21vw;
}
.bg_shooting .star:nth-child(6) {
  top: -16vh;
  left: 3vw;
}
.bg_shooting .star:nth-child(7) {
  top: -15vh;
  left: 34vw;
}
.bg_shooting .star:nth-child(8) {
  top: -15vh;
  left: 42vw;
}
.bg_shooting .star:nth-child(9) {
  top: -8vh;
  left: 69vw;
}
.bg_shooting .star:nth-child(10) {
  top: -11vh;
  left: 74vw;
}
.bg_shooting .star:nth-child(11) {
  top: 17vh;
  left: -19vw;
}
.bg_shooting .star:nth-child(12) {
  top: 3vh;
  left: -15vw;
}
.bg_shooting .star:nth-child(13) {
  top: 32vh;
  left: -11vw;
}
.bg_shooting .star:nth-child(14) {
  top: 29vh;
  left: -20vw;
}
.bg_shooting .star:nth-child(15) {
  top: 52vh;
  left: -2vw;
}
.bg_shooting .star:nth-child(16) {
  top: 70vh;
  left: -5vw;
}

.open .bg_shooting .star {
  opacity: 1;
}

.content-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

section {
  width: 100%;
  margin-bottom: 120px;
}
section .section--tit {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(7rem, 5.1vw);
  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.5em;
}
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;
}
.section--mv::before, .section--mv::after {
  content: "";
  position: absolute;
  transition: 0.5s ease-in;
  opacity: 0;
}
.section--mv::before {
  top: -20vw;
  right: -15vw;
  transform: rotate(14deg);
  width: 40vw;
  height: 40vw;
  background: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/mv_blob_top.svg) no-repeat;
  background-size: contain;
}
.section--mv::after {
  bottom: -25vw;
  left: -15vw;
  transform: rotate(10deg);
  width: 30vw;
  height: 30vw;
  background: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/mv_blob_btm.svg) no-repeat;
  background-size: contain;
}
.section--mv .twice_logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.section--mv .twice_logo svg {
  width: 50px;
}
.section--mv .twice_txt {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 100%;
  font-family: "Outfit", sans-serif;
  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: "Outfit", sans-serif;
  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 {
  top: -17vw;
  right: -10vw;
  opacity: 1;
}
.loaded_delay .section--mv::after {
  bottom: -18vw;
  left: -10vw;
  opacity: 1;
}
.loaded_delay .section--mv .twice_logo svg {
  animation: logoanim 1s linear infinite;
}
.loaded_delay .section--mv .anniv_logo {
  opacity: 1;
}

.open .section--mv .twice_logo svg {
  animation: none;
}
.open .section--mv .twice_txt,
.open .section--mv .block_years {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.section--message {
  position: relative;
  z-index: 10;
  width: min(80%, 1200px);
  padding: calc(35vh + 20vw) 0 calc(20vh + 2vw);
  margin-left: auto;
  margin-right: auto;
  background: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/message_bg.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.section--message::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(20vh - 10vw);
  right: -5vw;
  width: min(42vw, 500px);
  height: 42vw;
  background: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/message_blob.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}
.section--message .block--tit {
  position: absolute;
  top: calc(20vh + 15vw);
  left: 2vw;
}
.section--message .txt--lead,
.section--message .txt--basic {
  color: #dc788e;
}
.section--message .txt--lead {
  width: 90%;
  margin: 0 auto 1em;
  font-size: 2.6rem;
  text-align: center;
}
.section--message .txt--lead span {
  display: block;
  margin-bottom: 0.15em;
}
.section--message .txt--basic {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 10vw;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.section--movie .txt--lead {
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10em auto 4em;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.8rem, 6vw);
}
.section--movie .txt--lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 0;
  padding-top: 150%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}
.section--movie .tit {
  position: absolute;
  top: 10px;
  right: 100%;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.section--movie .item + .item {
  margin-top: 80px;
}
.section--movie .ph {
  position: relative;
  margin: 0 auto 20px;
  width: 60vw;
  min-width: 800px;
  border-radius: 30px;
  border: 10px solid #FFF;
  overflow: hidden;
}
.section--movie .block--detail {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 2%;
}
.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: #FFF;
  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 #dc788e;
  border-right: 0;
}

.section--present {
  position: relative;
  margin: 10vw 0 15vw;
}
.section--present::before, .section--present::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 20%;
  background: rgba(175, 114, 125, 0.25);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.section--present::before {
  margin-bottom: -1px;
  -webkit-mask-image: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/present_mask_top.svg);
          mask-image: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/present_mask_top.svg);
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.section--present::after {
  margin-top: -1px;
  padding-top: 15%;
  -webkit-mask-image: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/present_mask_btm.svg);
          mask-image: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/present_mask_btm.svg);
  -webkit-mask-position: top;
          mask-position: top;
}
.section--present .present--wrap {
  padding: 40px 0;
  background: rgba(175, 114, 125, 0.25);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.section--present .present--wrap > .inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 40px auto 0;
}
.section--present .txt--lead {
  text-align: center;
}
.section--present .ph {
  position: relative;
  width: 40%;
}
.section--present .winners {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 7em;
  height: 7em;
  border-radius: 999px;
  background: #fff;
  filter: drop-shadow(2px 4px 6px rgba(160, 85, 102, 0.2));
}
.section--present .winners .inner {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: 600;
  color: #dc788e;
  white-space: nowrap;
}
.section--present .winners .inner .num {
  display: block;
  font-size: 1.6em;
}
.section--present .winners svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  transform: scale(-1, 1);
  fill: #dc788e;
}
.section--present .winners svg path {
  animation: blink 8s 5.1s infinite;
}
.section--present .winners svg path:nth-child(2) {
  animation-delay: 5s;
}
.section--present .block--detail {
  width: 55%;
}
.section--present .block--detail .btn {
  margin: 20px 0;
}
.section--present .block--term {
  margin: 30px 0;
}
.section--present .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.4em 1.5em;
  border-radius: 999px;
  background: #FFF;
  color: #dc788e;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.section--present .block--term .term--wrap {
  display: flex;
  flex-wrap: wrap;
}

.section--store {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}
.section--store .block--tit {
  width: 100%;
  margin: 0 auto 20px;
}
.section--store .block--tit .tit_blink_l,
.section--store .block--tit .tit_blink_r {
  position: absolute;
  width: 2em;
  height: 2em;
  opacity: 0.2;
}
.section--store .block--tit .tit_blink_l {
  top: -0.5em;
  left: -1.2em;
}
.section--store .block--tit .tit_blink_r {
  top: -0.3em;
  right: -1em;
}
.section--store .box--tit {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: min(5rem, 3.6vw);
  text-align: center;
}
.section--store dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 600px;
  margin: 0 auto;
}
.section--store dl:last-child {
  margin-bottom: 30px;
}
.section--store 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: #FFF;
  color: #dc788e;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}
.section--store dl dd {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 9em);
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 20px;
}
.section--store dl dd:last-child {
  margin-bottom: 0;
}
.section--store dl dd .txt--sub {
  width: 100%;
}
.section--store .box--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 60px;
  margin-bottom: 120px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.section--store .box--info::before, .section--store .box--info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
}
.section--store .box--info::before {
  top: 0;
  left: 0;
  border-top: 3px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.section--store .box--info::after {
  bottom: 0;
  left: 0;
  border-top: 1px solid #FFF;
  border-bottom: 3px solid #FFF;
}
.section--store .box--info .block--tit {
  margin: 0 0 20px;
  text-align: left;
}
.section--store .box--info .block--tit .box--tit {
  margin: 0;
}
.section--store .box--info .block--detail {
  width: 40%;
}
.section--store .box--info dl dd {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section--store .box--info dl dd ul li {
  margin-top: 5px;
  line-height: 1.4;
}
.section--store .box--info dl dd ul li a svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-bottom: 0.2em;
}
.section--store .box--info dl dd ul li a svg.pin {
  margin-right: 0.3em;
}
.section--store .box--info dl dd ul li a svg.blank {
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.3em;
}
.section--store .box--info dl dd ul li:first-child {
  margin-top: 10px;
}
.section--store .box--info dl dd ul + .txt--sub {
  margin-top: 1em;
}
.section--store .box--info .map {
  position: relative;
  width: 55%;
  height: 0;
  padding-top: 41.25%;
  border-radius: 20px;
  border: 10px solid #FFF;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.section--store .box--info .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section--store .box--lineup {
  width: 80%;
  margin: 0 auto 160px;
}
.section--store .box--lineup .ph--wrap {
  position: relative;
}
.section--store .box--lineup .ph--wrap > .txt--lead {
  width: 100%;
  padding: min(20vw, 150px) 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.8rem, 6vw);
}
.section--store .box--lineup .ph--wrap > .txt--lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
}
.section--store .box--lineup .ph {
  border-radius: 30px;
  border: 10px solid #FFF;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.section--store .box--lineup .ph + .ph {
  margin-top: 60px;
}
.section--store .box--lineup .resevation_btn {
  position: absolute;
  z-index: 10;
  top: -5em;
  right: -1em;
  width: 9em;
  height: 9em;
  background: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/reservation_btn_bg.svg) no-repeat;
  background-size: contain;
  background-position: center;
  font-size: min(3rem, 2vw);
}
.section--store .box--lineup .resevation_btn a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.1em 0.5em 1em 1.5em;
  color: #dc788e;
  font-weight: 600;
}
.section--store .box--lineup .resevation_btn a span {
  display: block;
  margin-top: 0.6em;
  font-size: 2rem;
}
.section--store .box--lineup .block--detail {
  padding: 60px;
  border-radius: 30px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.section--store .box--lineup .block--detail .tit {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.section--store .box--lineup .block--detail dl {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section--store .box--lineup .block--detail dl dt {
  margin: 0;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  font-size: 1.2rem;
}
.section--store .box--lineup .block--detail dl dd {
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
}
.section--store .box--lineup .block--detail .block--notes {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
.section--store .box--lineup .block--detail .block--notes .txt--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section--store .box--lineup .block--teaser {
  margin-top: 60px;
  padding: 60px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.section--store .box--lineup .block--teaser > .tit {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(4rem, 3vw);
  text-align: center;
  margin-bottom: 0.5em;
}
.section--store .box--lineup .block--teaser .txt--lead {
  text-align: center;
  margin-top: 60px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.section--store .box--lineup .block--teaser .ph + .ph {
  margin-top: 40px;
}
.section--store .box--lineup .ph {
  display: block;
  border-width: 5px;
}
.section--store .box--reservation {
  position: relative;
  width: 80%;
  margin: 0 auto 200px;
}
.section--store .box--reservation::before, .section--store .box--reservation::after {
  position: relative;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 25%;
  background: #cd98a1;
  -webkit-mask-image: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/reservation_bg_mask.svg);
          mask-image: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/reservation_bg_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.section--store .box--reservation::before {
  margin-bottom: -1px;
}
.section--store .box--reservation::after {
  margin-top: -1px;
  transform: scale(1, -1);
}
.section--store .box--reservation .reservation--wrap {
  padding: 0 10%;
  background: #cd98a1;
}
.section--store .box--reservation .reservation--wrap .btn {
  margin: 60px auto 0;
  width: 100%;
  max-width: 450px;
  padding: 20px 10px;
}
.section--store .box--reservation .reservation--wrap .btn + .btn {
  margin-top: 20px;
}
.section--store .box--reservation .box--tit {
  font-size: 2.4rem;
}
.section--store .box--reservation .box--tit span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
.section--store .box--reservation .box--tit span svg {
  top: 50%;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
}
.section--store .box--reservation .box--tit span svg:nth-child(1) {
  left: -1em;
}
.section--store .box--reservation .box--tit span svg:nth-child(2) {
  right: -1em;
}
.section--store .box--reservation dl {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.section--store .box--reservation dl dt {
  margin: 0;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
.section--store .box--reservation dl dd {
  justify-content: center;
}
.section--store .box--reservation dl dd .term {
  justify-content: center;
}
.section--store .box--reservation dl dd .txt--sub {
  margin-top: 20px;
  text-align: center;
}
.section--store .box--reservation dl dd:first-of-type {
  display: flex;
  justify-content: center;
}
.section--store .box--reservation .block--notes {
  max-width: 700px;
  margin: 0 auto;
}
.section--store .box--reservation .block--notes .tit {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1em;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
.section--store .box--reservation .block--notes .tit::before, .section--store .box--reservation .block--notes .tit::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.section--store .box--reservation .block--notes + .block--notes {
  margin-top: 40px;
}
.section--store .box--event,
.section--store .box--event_members {
  position: relative;
  padding: 30px 0 60px;
  border-radius: 30px;
  border: 10px solid #FFF;
  background-color: #f6e8eb;
  background-image: linear-gradient(90deg, rgba(223, 174, 183, 0.1) 1px, transparent 1px), linear-gradient(rgba(223, 174, 183, 0.1) 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 30px 30px;
  color: #dc788e;
  overflow: hidden;
}
.section--store .box--event .box--tit,
.section--store .box--event_members .box--tit {
  font-size: min(6rem, 4.4vw);
  margin-bottom: 0;
}
.section--store .box--event .box--tit .num,
.section--store .box--event_members .box--tit .num {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-text-stroke: 2px #dc788e;
  color: transparent;
  margin-left: 0.2em;
}
.section--store .box--event .block--tit .txt--lead,
.section--store .box--event_members .block--tit .txt--lead {
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.section--store .box--event .block--tit .txt--lead::before,
.section--store .box--event_members .block--tit .txt--lead::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: -1em;
  z-index: -1;
  width: 4em;
  height: 3em;
  background: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/tit_blob.svg) no-repeat;
  background-size: contain;
}
.section--store .box--event .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section--store .box--event .bg svg {
  fill: #dc788e;
}
.section--store .box--event .bg svg.blink_l {
  position: absolute;
  top: 25%;
  left: 18%;
  width: 15%;
}
.section--store .box--event .bg svg.blink_r {
  position: absolute;
  bottom: 80px;
  right: 25%;
  width: 8%;
}
.section--store .box--event .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: calc(10px - 5em);
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--store .box--event .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
  background: #FFF;
  opacity: 1;
}
.section--store .box--event .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #dc788e;
}
.section--store .box--event .swiper-button-next,
.section--store .box--event .swiper-button-prev {
  width: 4em;
  height: 4em;
  top: auto;
  bottom: calc(10px - 4em);
  z-index: 20;
  border-radius: 999px;
  background: #fff;
  color: #dc788e;
}
.section--store .box--event .swiper-button-next::after,
.section--store .box--event .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4em;
  height: 0.4em;
}
.section--store .box--event .swiper-button-prev::after {
  border-bottom: 3px solid #dc788e;
  border-left: 3px solid #dc788e;
  transform: translate(-40%, -50%) rotate(45deg);
}
.section--store .box--event .swiper-button-next::after {
  border-top: 3px solid #dc788e;
  border-right: 3px solid #dc788e;
  transform: translate(-60%, -50%) rotate(45deg);
}
.section--store .box--event .block--item {
  position: relative;
  z-index: 10;
  margin: 40px auto 0;
}
.section--store .box--event .block--item ul {
  padding-bottom: 8em;
}
.section--store .box--event .block--item .item {
  position: relative;
}
.section--store .box--event .block--item .item .block--ph {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section--store .box--event .block--item .item .block--ph .ph {
  position: relative;
  width: min(50vh, 30vw);
  border-radius: 999px;
  overflow: hidden;
  border: 10px solid #fff;
  margin: 0 auto;
}
.section--store .box--event .block--item .item .block--ph .tit {
  position: relative;
  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: #dc788e;
  color: #FFF;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  margin: -1em auto 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  z-index: 10;
}
.section--store .box--event .block--item .item .block--ph dl {
  position: absolute;
  justify-content: center;
  align-items: center;
  top: calc(100% + 2em);
  width: 100%;
}
.section--store .box--event .block--item .item .block--ph dl dt {
  margin: 0;
  font: 1.2rem;
}
.section--store .box--event .block--item .item .block--ph dl dd {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}
.section--store .box--event .block--item .item .block--detail {
  color: #dc788e;
  font-weight: 600;
  line-height: 1.8;
}
.section--store .box--event_members {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 320px;
}
.section--store .box--event_members dl {
  max-width: none;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.section--store .box--event_members dl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #dc788e;
  color: #FFF;
  font-size: 1.2rem;
}
.section--store .box--event_members dl dd {
  font-size: 1.6rem;
}
.section--store .box--event_members .txt--lead + dl {
  margin-top: 40px;
}
.section--store .box--event_members .term {
  font-size: 2.2rem;
}
.section--store .box--event_members .hours {
  font-size: 1.8rem;
}
.section--store .box--event_members .item {
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 2px dotted rgba(223, 174, 183, 0.5);
}
.section--store .box--event_members .item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section--store .box--event_members .item .tit {
  position: relative;
  z-index: 10;
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: 600;
}
.section--store .box--event_members .item .tit .tit--sub {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -0.5em;
  z-index: -1;
  left: 0;
  font-size: 3em;
  color: #FFF;
  font-family: adobe-handwriting-ernie, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
}
.section--store .box--event_members .item .tit .tit--sub span {
  letter-spacing: -0.1em;
  margin-left: -0.1em;
  margin-right: 0.1em;
}
.section--store .box--event_members .item .txt--lead {
  position: relative;
  z-index: 20;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.section--store .box--event_members .item .item--inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section--store .box--event_members .item .block--detail {
  width: 50%;
}
.section--store .box--event_members .item .block--ph {
  position: relative;
  width: 45%;
}
.section--store .box--event_members .item .block--ph .ph {
  border-radius: 999px;
  border: 10px solid #fff;
  overflow: hidden;
}
.section--store .box--event_members .item .block--ph svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #dc788e;
}
.section--store .box--event_members .item--photobooth dl dt {
  min-width: 8em;
}
.section--store .box--event_members .item--photobooth dl dd {
  width: calc(100% - 9em);
}
.section--store .box--event_members .item--photobooth .btn {
  margin: 3em 0 0;
}
.section--store .box--event_members .item--photobooth .btn .btn--main {
  margin: 0;
}
.section--store .box--event_members .item--photocard .tit,
.section--store .box--event_members .item--photocard .txt--lead,
.section--store .box--event_members .item--messagecard .tit,
.section--store .box--event_members .item--messagecard .txt--lead {
  text-align: center;
}
.section--store .box--event_members .item--photocard .tit .tit--sub,
.section--store .box--event_members .item--messagecard .tit .tit--sub {
  left: 50%;
  transform: translatex(-50%);
}
.section--store .box--event_members .item--photocard .block--exchange {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.section--store .box--event_members .item--photocard .block--exchange .item--exchange {
  width: 48%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  color: #dc788e;
  text-align: center;
  font-weight: 600;
}
.section--store .box--event_members .item--photocard .block--exchange .item--exchange .target {
  font-size: 1.4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted rgba(223, 174, 183, 0.5);
}
.section--store .box--event_members .item--photocard .block--exchange .item--exchange .num {
  font-size: 1.4rem;
}
.section--store .box--event_members .item--photocard .block--exchange .item--exchange .num span {
  font-size: 1.3em;
  margin: 0 0.2em;
}
.section--store .box--event_members .item--photocard .exchange_method {
  max-width: 600px;
  margin: 60px auto 0;
}
.section--store .box--event_members .item--photocard .exchange_method .method-tit {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.section--store .box--event_members .item--photocard .exchange_method ul li {
  position: relative;
  margin-bottom: 3em;
  padding: 1em 2em;
  border: 1px solid;
}
.section--store .box--event_members .item--photocard .exchange_method ul li::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: calc(100% + 1.5em);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 10;
  margin-top: -0.4em;
  border: 0px;
  border-bottom: solid 2px #dc788e;
  border-right: solid 2px #dc788e;
  cursor: pointer;
  transition: 0.3s;
}
.section--store .box--event_members .item--photocard .exchange_method ul li:last-child::before {
  display: none;
}
.section--store .box--event_members .item--photocard .exchange_method ul li .tit {
  margin: 0;
  font-size: 1.6rem;
}
.section--store .box--event_members .item--photocard .exchange_method ul li .tit + .txt--sub {
  margin-top: 1em;
}
.section--store .box--event_members .item--photocard .exchange_method ul li .btn {
  width: 100%;
  min-width: auto;
}
.section--store .box--event_members .item--photocard .exchange_method ul li .btn .btn--sub {
  padding: 20px 0;
  max-width: 100%;
}
.section--store .box--event_members .item--quiz .item--inner {
  align-items: flex-start;
}
.section--store .box--event_members .item--quiz .block--prize {
  width: 45%;
}
.section--store .box--event_members .item--quiz .block--prize .item--prize .tit {
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 10px;
  padding: 0.5em 1.5em;
  border-radius: 999px;
  background: #fff5cf;
  font-size: 1.4rem;
  border: 1px solid #dc788e;
}
.section--store .box--event_members .item--quiz .block--prize .item--prize .prize--detail {
  margin-top: -10px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  color: #dc788e;
}
.section--store .box--event_members .item--quiz .block--prize .item--prize .prize--detail .txt--lead {
  margin-bottom: 0;
}
.section--store .box--event_members .item--quiz .block--prize .item--prize .prize--detail .ph {
  width: 100%;
  max-width: 350px;
  margin: 10px 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 10px #ddd;
}
.section--store .box--event_members .item--quiz .block--prize .item--prize + .item--prize {
  margin-top: 20px;
}
.section--store .box--event_members .block--setting {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
}
.section--store .box--event_members .block--setting .setting--tit {
  width: 100%;
  margin-bottom: 1.5em;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.section--store .box--event_members .block--setting .item--setting {
  width: 48%;
  padding: 20px;
  background: #DFAEB7;
}
.section--store .box--event_members .block--setting .item--setting .tit {
  position: relative;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
}
.section--store .box--event_members .block--setting .item--setting .tit .toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
}
.section--store .box--event_members .block--setting .item--setting .tit .toggle::before, .section--store .box--event_members .block--setting .item--setting .tit .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #fff;
}
.section--store .box--event_members .block--setting .item--setting .tit .toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.section--store .box--event_members .block--setting .item--setting .tit.open .toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.section--store .box--event_members .block--setting .item--setting .list--step {
  display: none;
  padding: 40px 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}
.section--store .box--event_members .block--setting .item--setting .list--step li {
  position: relative;
  padding-left: 2.8em;
  line-height: 1.6;
}
.section--store .box--event_members .block--setting .item--setting .list--step li .num {
  position: absolute;
  left: 0;
  width: 2em;
  height: 2em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.95;
}
.section--store .box--event_members .block--setting .item--setting .list--step li + li {
  margin-top: 2em;
}

body.modal-is-visible {
  overflow-y: hidden;
}

.modal__open {
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.modal__content {
  position: relative;
  width: 90vw;
  max-width: 800px;
  height: 90vh;
  background-color: #f6e8eb;
  background-image: linear-gradient(90deg, rgba(223, 174, 183, 0.1) 1px, transparent 1px), linear-gradient(rgba(223, 174, 183, 0.1) 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 30px 30px;
  border: 10px solid #FFF;
  color: #dc788e;
  border-radius: 20px;
  overflow: hidden;
}
.modal__content .modal__inner {
  height: 100%;
  overflow-y: scroll;
  padding: min(60px, 5vw);
}
.modal__content .modal__inner .txt--lead {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em;
  text-align: center;
  font-size: min(2.4rem, 5.5vw);
  font-weight: 700;
  line-height: 1.4;
}
.modal__content .modal__inner .txt--lead svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  fill: #dc788e;
}
.modal__content .modal__inner .txt--lead svg:nth-of-type(1) {
  left: -2em;
}
.modal__content .modal__inner .txt--lead svg:nth-of-type(2) {
  right: -2.2em;
}
.modal__content .modal__inner .map_tit {
  position: relative;
  z-index: 10;
  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: #dc788e;
  color: #fff;
  text-align: center;
  font-size: min(1.8rem, 3.6vw);
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -1em;
  text-align: center;
  font-weight: 700;
}
.modal__content .modal__inner img {
  border-radius: 10px;
}
.modal__content .modal__inner .map + .map {
  margin-top: 60px;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #dc788e;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0;
  overflow: hidden;
  background: #DFAEB7;
  background-size: 100%;
  transition: none;
  opacity: 1;
  transition: opacity 1s;
}
#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 .blink_l > g path,
.section--mv .blink_r > g path,
footer .blink_l > g path,
footer .blink_r > g path {
  animation: blink 4s 4s infinite;
}
.section--mv .blink_l .blink_02 path,
.section--mv .blink_r .blink_02 path,
footer .blink_l .blink_02 path,
footer .blink_r .blink_02 path {
  animation-delay: 4.15s;
}
.section--mv .blink_l .blink_03 path,
.section--mv .blink_r .blink_03 path,
footer .blink_l .blink_03 path,
footer .blink_r .blink_03 path {
  animation-delay: 4.4s;
}
.section--mv .blink_l .blink_04 path,
.section--mv .blink_r .blink_04 path,
footer .blink_l .blink_04 path,
footer .blink_r .blink_04 path {
  animation-delay: 4.55s;
}
.section--mv .blink_l .blink_05 path,
.section--mv .blink_r .blink_05 path,
footer .blink_l .blink_05 path,
footer .blink_r .blink_05 path {
  animation-delay: 4.7s;
}

.box--event .blink_l > g g,
.box--event .blink_r > g g {
  animation: blink 8s infinite;
}
.box--event .blink_l > g g.blink_02,
.box--event .blink_r > g g.blink_02 {
  animation-delay: 0.15s;
}
.box--event .blink_l > g g.blink_03,
.box--event .blink_r > g g.blink_03 {
  animation-delay: 0.4s;
}
.box--event .blink_l > g g.blink_04,
.box--event .blink_r > g g.blink_04 {
  animation-delay: 0.55s;
}
.box--event .blink_l > g g.blink_05,
.box--event .blink_r > g g.blink_05 {
  animation-delay: 0.7s;
}
.box--event .blink_l > g g.blink_06,
.box--event .blink_r > g g.blink_06 {
  animation-delay: 0.85s;
}

#ph_blink path {
  animation: blink 8s infinite;
}
#ph_blink path:nth-child(2) {
  animation-delay: 0.3s;
}
#ph_blink path:nth-child(3) {
  animation-delay: 0.45s;
}

#tit_blink_l path {
  animation: blink 8s infinite;
}
#tit_blink_l path:nth-child(2) {
  animation-delay: 0.3s;
}

#tit_blink_r path {
  animation: blink 8s 2s infinite;
}
#tit_blink_r path:nth-child(2) {
  animation-delay: 2.3s;
}

@keyframes starAnimate {
  from {
    opacity: 0;
    transform: translate(0) rotate(45deg);
    -webkit-clip-path: circle(0% at 100% 100%);
            clip-path: circle(0% at 100% 100%);
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    -webkit-clip-path: circle(200% at 100% 100%);
            clip-path: circle(200% at 100% 100%);
  }
  80% {
    -webkit-clip-path: circle(0% at 100% 100%);
            clip-path: circle(0% at 100% 100%);
  }
  to {
    opacity: 0;
    transform: translate(min(150vh, 150vw), min(150vh, 150vw)) rotate(45deg);
    -webkit-clip-path: circle(0% at 100% 100%);
            clip-path: circle(0% at 100% 100%);
  }
}
@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 blink {
  0%, 10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.btn_pop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 8em;
  height: 8em;
  font-size: min(1.6rem, 3.5vw);
  z-index: 99;
  transition: 0.3s;
  background: #dc788e;
  border-radius: 999px;
}
.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;
  border-radius: 999px;
  border: 2px solid;
  font-weight: 600;
}

@media screen and (min-width: 961px) {
  .btn--main,
  .btn--sub {
    transition: 0.3s ease-in-out;
  }
  .btn--main:hover {
    transform: translate(5px, 5px);
    box-shadow: 0px 0px 0px #dc788e;
  }
  .btn--sub:hover {
    background: rgba(220, 120, 142, 0.5);
  }
  .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);
  }
  .drawer .inner ul li a {
    transition: 0.3s;
  }
  .drawer .inner ul li a:hover {
    opacity: 0.5;
  }
  .section--store .box--event .block--item .item .block--ph {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .section--store .box--event .block--item .item .block--detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: calc(45vw - 30px);
    padding: 15px 15px 15px calc(min(50vh, 30vw) / 2 + 20px);
    background: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
  }
  .section--store .box--event .block--item .item .block--detail .txt--basic {
    font-size: min(1.4rem, 1.1vw);
  }
  .section--store .box--event .block--item .item .block--detail .txt--sub {
    font-size: min(1.2rem, 1vw);
    margin-top: 0;
  }
  .section--store .box--event_members .item--photobooth .tit,
  .section--store .box--event_members .item--photobooth .txt--lead {
    text-align: center;
  }
  .section--store .box--event_members .item--photobooth .item--inner {
    flex-direction: column;
  }
  .section--store .box--event_members .item--photobooth .item--inner .block--detail,
  .section--store .box--event_members .item--photobooth .item--inner .block--ph {
    width: 100%;
  }
  .section--store .box--event_members .item--photobooth .block--ph .ph {
    border-radius: 20px;
    margin-bottom: 60px;
  }
  .section--store .box--event_members .item--photobooth .block--detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section--store .box--event_members .item--photobooth .detail--inner {
    display: flex;
    justify-content: space-between;
  }
  .section--store .box--event_members .item--photobooth .detail--inner dl {
    width: 50%;
  }
  .section--store .box--event_members .item--photobooth .detail--inner .block--notes {
    width: 45%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--lead {
    font-size: 1.6rem;
  }
  .btn--main,
  .btn--sub {
    font-size: min(1.6rem, 3.4vw);
    letter-spacing: 0.04em;
  }
  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_shooting .star__line {
    width: 60px;
    height: 1px;
  }
  .bg_shooting .star__main {
    width: 14px;
    height: 14px;
  }
  .bg_shooting .star:nth-child(1) {
    top: -15vh;
    left: -43vw;
  }
  .bg_shooting .star:nth-child(2) {
    top: -15vh;
    left: -57vw;
  }
  .bg_shooting .star:nth-child(3) {
    display: none;
  }
  .bg_shooting .star:nth-child(4) {
    display: none;
  }
  .bg_shooting .star:nth-child(5) {
    top: -22vh;
    left: 54vw;
  }
  .bg_shooting .star:nth-child(6) {
    top: -3vh;
    left: 34vw;
  }
  .bg_shooting .star:nth-child(7) {
    display: none;
  }
  .bg_shooting .star:nth-child(8) {
    display: none;
  }
  .bg_shooting .star:nth-child(9) {
    display: none;
  }
  .bg_shooting .star:nth-child(10) {
    display: none;
  }
  .bg_shooting .star:nth-child(11) {
    top: 5vh;
    left: -69vw;
  }
  .bg_shooting .star:nth-child(12) {
    top: 24vh;
    left: -13vw;
  }
  .bg_shooting .star:nth-child(13) {
    top: 28vh;
    left: -72vw;
  }
  .bg_shooting .star:nth-child(14) {
    top: 48vh;
    left: -61vw;
  }
  .bg_shooting .star:nth-child(15) {
    top: 73vh;
    left: -11vw;
  }
  .bg_shooting .star:nth-child(16) {
    top: 70vh;
    left: -64vw;
  }
  section {
    width: 100%;
    margin-bottom: 120px;
  }
  section .section--tit {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    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::before {
    top: -45vw;
    right: -40vw;
    width: 80vw;
    height: 80vw;
  }
  .section--mv::after {
    bottom: -56vw;
    left: -48vw;
    width: 70vw;
    height: 70vw;
  }
  .section--mv .twice_logo {
    top: 30px;
  }
  .section--mv .twice_logo svg {
    width: 40px;
    height: 40px;
  }
  .section--mv .twice_txt {
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8;
  }
  .section--mv .anniv_logo {
    top: 50svh;
    width: min(90vw, 600px);
  }
  .section--mv .anniv_logo img {
    display: block;
    width: 90%;
    margin: 0 auto;
    pointer-events: none;
  }
  .section--mv .anniv_logo .blink {
    top: 40%;
    overflow: visible;
  }
  .section--mv .block_years {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    gap: 10px;
  }
  .section--mv .block_years .border {
    width: 30px;
  }
  .loaded_delay .section--mv::before {
    top: -28vw;
    right: -23vw;
  }
  .loaded_delay .section--mv::after {
    bottom: -40vw;
    left: -25vw;
  }
  .section--message {
    width: 100%;
    padding: calc(40vh + 5vw) 0 calc(10vh - 3vw);
    margin-top: 15vh;
    background-size: min(230%, 900px);
    background-position: 20% center;
  }
  .section--message::before {
    left: 0;
    height: 10vh;
  }
  .section--message::after {
    top: min(5vh, 10vw);
    right: min(-13vw, -30px);
    width: min(60vw, 400px);
    height: min(60vw, 400px);
  }
  .section--message .block--tit {
    top: calc(23vh + 10vw);
    left: 8vw;
  }
  .section--message .txt--lead {
    font-size: 2rem;
  }
  .section--message .txt--basic {
    font-size: 1.4rem;
  }
  .section--movie {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .section--movie .txt--lead {
    margin-top: 8em;
  }
  .section--movie .item {
    width: 90%;
  }
  .section--movie .item + .item {
    margin-top: 60px;
  }
  .section--movie .ph {
    width: 100%;
    min-width: auto;
    margin: 0 auto 10px;
    border-width: 5px;
    border-radius: 20px;
  }
  .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--present {
    margin-bottom: 15vh;
  }
  .section--present .present--wrap {
    padding: 60px 0;
  }
  .section--present .present--wrap > .inner {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .section--present .ph {
    width: 90%;
    max-width: 500px;
  }
  .section--present .winners {
    width: 6em;
    height: 6em;
  }
  .section--present .winners .inner {
    font-size: 1.3rem;
  }
  .section--present .block--detail {
    width: 100%;
  }
  .section--present .block--detail .btn {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .section--present .block--detail .btn a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section--present .block--term .tit {
    margin-left: auto;
    margin-right: auto;
  }
  .section--present .block--term .term--wrap {
    justify-content: center;
  }
  .section--store {
    width: calc(100% - max(20px, 10vw));
  }
  .section--store .block--tit .tit_blink_l,
  .section--store .block--tit .tit_blink_r {
    transform: scale(-1, 1);
    width: 2.5em;
    height: 2.5em;
  }
  .section--store .block--tit .tit_blink_l {
    top: -0.8em;
    left: -0.8em;
  }
  .section--store .block--tit .tit_blink_r {
    top: -0.5em;
  }
  .section--store .box--tit {
    font-size: min(3rem, 7.6vw);
    text-align: center;
  }
  .section--store .term,
  .section--store .hours {
    font-size: min(2.4rem, 6vw);
  }
  .section--store .term .year,
  .section--store .hours .year {
    font-size: 1.6rem;
  }
  .section--store .term .year span,
  .section--store .term .month span,
  .section--store .term .date span,
  .section--store .term .week,
  .section--store .term .to,
  .section--store .hours .year span,
  .section--store .hours .month span,
  .section--store .hours .date span,
  .section--store .hours .week,
  .section--store .hours .to {
    font-size: 1.2rem;
  }
  .section--store dl dt {
    font-size: 1.2rem;
  }
  .section--store dl dd {
    font-size: 1.6rem;
  }
  .section--store .box--info {
    padding: 40px 30px;
    flex-direction: column;
  }
  .section--store .box--info .block--tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .section--store .box--info .block--detail {
    width: 100%;
  }
  .section--store .box--info .map {
    width: 100%;
    padding-top: 75%;
    border-width: 5px;
    border-radius: 20px;
  }
  .section--store .box--lineup {
    width: 100%;
    margin-bottom: 80px;
  }
  .section--store .box--lineup .ph--wrap > .txt--lead::before {
    border-radius: 20px;
  }
  .section--store .box--lineup .ph {
    border-radius: 20px;
    border-width: 5px;
  }
  .section--store .box--lineup .ph + .ph {
    margin-top: 30px;
  }
  .section--store .box--lineup .resevation_btn {
    top: auto;
    bottom: -5em;
    font-size: 1.6rem;
  }
  .section--store .box--lineup .resevation_btn a span {
    font-size: 1.2rem;
  }
  .section--store .box--lineup .block--detail {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .section--store .box--lineup .block--detail .tit {
    font-size: 2rem;
  }
  .section--store .box--lineup .block--detail dl dd {
    width: 100%;
  }
  .section--store .box--lineup .block--teaser {
    margin-top: 30px;
    padding: 60px 5%;
    border-radius: 20px;
  }
  .section--store .box--lineup .block--teaser > .tit {
    margin-bottom: 1em;
    font-size: min(2.4rem, 5.6vw);
  }
  .section--store .box--lineup .block--teaser .ph + .ph {
    margin-top: 20px;
  }
  .section--store .box--lineup .ph {
    border-width: 3px;
  }
  .section--store .box--reservation {
    width: 100vw;
    margin-left: calc(max(10px, 5vw) * -1);
  }
  .section--store .box--reservation .reservation--wrap {
    padding: 30px max(5%, 30px);
  }
  .section--store .box--reservation .box--tit {
    font-size: 2rem;
  }
  .section--store .box--reservation .box--tit span {
    font-size: 1.2rem;
  }
  .section--store .box--reservation dl,
  .section--store .box--reservation .block--notes {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .section--store .box--reservation dl dd {
    width: 100%;
  }
  .section--store .box--reservation dl dd:first-of-type {
    flex-direction: column;
  }
  .section--store .box--event,
  .section--store .box--event_members {
    padding: 30px 0;
    border-radius: 20px;
    border-width: 5px;
  }
  .section--store .box--event .box--tit,
  .section--store .box--event_members .box--tit {
    font-size: min(3rem, 7.6vw);
  }
  .section--store .box--event .box--tit .num,
  .section--store .box--event_members .box--tit .num {
    -webkit-text-stroke-width: 1px;
  }
  .section--store .box--event .block--tit .txt--lead,
  .section--store .box--event_members .block--tit .txt--lead {
    font-size: 1.4rem;
  }
  .section--store .box--event {
    padding-bottom: 5em;
  }
  .section--store .box--event .bg svg {
    overflow: visible;
  }
  .section--store .box--event .bg svg.blink_l g > g, .section--store .box--event .bg svg.blink_r g > g {
    transform-origin: center;
  }
  .section--store .box--event .bg svg.blink_l {
    top: 9.5em;
    left: 18%;
    width: 10%;
  }
  .section--store .box--event .bg svg.blink_l g g {
    transform: scale(3);
  }
  .section--store .box--event .bg svg.blink_l g g:nth-child(2) {
    transform: scale(3) translate(-18%, -15%);
  }
  .section--store .box--event .bg svg.blink_l g g:nth-child(3) {
    transform: scale(3) translate(-28%, -18%);
  }
  .section--store .box--event .bg svg.blink_r {
    bottom: auto;
    top: calc(min(min(75vw, 500px), 37vh) + 7em);
    right: 5%;
    width: 10%;
  }
  .section--store .box--event .bg svg.blink_r g g {
    transform: scale(2);
  }
  .section--store .box--event .bg svg.blink_r g g:nth-child(2) {
    transform: scale(2) translate(-10%, -10%);
  }
  .section--store .box--event .bg svg.blink_r g g:nth-child(3) {
    transform: scale(2) translate(-20%, -10%);
  }
  .section--store .box--event .swiper-button-next,
  .section--store .box--event .swiper-button-prev {
    bottom: -3.5em;
  }
  .section--store .box--event .block--item {
    margin-top: 20px;
  }
  .section--store .box--event .block--item ul {
    padding-bottom: 2em;
  }
  .section--store .box--event .block--item .item {
    padding: 0 5%;
  }
  .section--store .box--event .block--item .item .block--ph {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section--store .box--event .block--item .item .block--ph .ph {
    width: min(100%, 35vh);
    border-width: 5px;
  }
  .section--store .box--event .block--item .item .block--ph .tit {
    position: relative;
    margin: -1em auto 1em;
    transform: none;
    top: 0;
    left: 0;
  }
  .section--store .box--event .block--item .item .block--ph dl {
    position: static;
  }
  .section--store .box--event .block--item .item .block--detail {
    margin-top: 30px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .section--store .box--event .block--item .item .block--detail .txt--basic {
    font-size: 1.3rem;
  }
  .section--store .box--event_members {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 160px;
  }
  .section--store .box--event_members .block--tit {
    margin-bottom: 40px;
  }
  .section--store .box--event_members dl {
    padding: 20px;
  }
  .section--store .box--event_members dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
  .section--store .box--event_members .term,
  .section--store .box--event_members .hours {
    font-size: 1.8rem;
  }
  .section--store .box--event_members .item {
    padding-top: 0;
  }
  .section--store .box--event_members .item .tit {
    font-size: min(2rem, 5vw);
    text-align: center;
  }
  .section--store .box--event_members .item .tit .tit--sub {
    bottom: -0.2em;
    font-size: min(3em, 11vw);
  }
  .section--store .box--event_members .item .txt--lead {
    font-size: 1.4rem;
    text-align: left;
  }
  .section--store .box--event_members .item .item--inner {
    flex-direction: column;
  }
  .section--store .box--event_members .item .block--detail {
    width: 100%;
  }
  .section--store .box--event_members .item .block--ph {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .section--store .box--event_members .item .block--ph .ph {
    border-width: 5px;
  }
  .section--store .box--event_members .item .btn {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .section--store .box--event_members .item--photobooth .item--inner {
    flex-direction: column;
  }
  .section--store .box--event_members .item--photobooth .block--ph .ph {
    border-radius: 20px;
  }
  .section--store .box--event_members .item--photobooth dl dd {
    width: 100%;
  }
  .section--store .box--event_members .item--photocard .block--exchange {
    flex-direction: column;
  }
  .section--store .box--event_members .item--photocard .block--exchange .item--exchange {
    width: 100%;
  }
  .section--store .box--event_members .item--photocard .block--exchange .item--exchange + .item--exchange {
    margin-top: 1em;
  }
  .section--store .box--event_members .item--photocard .exchange_method ul li {
    padding: 1em;
  }
  .section--store .box--event_members .item--photocard .exchange_method ul li .tit {
    font-size: 1.4rem;
  }
  .section--store .box--event_members .item--quiz .block--prize {
    width: 100%;
    margin-bottom: 40px;
  }
  .section--store .box--event_members .item--quiz .block--prize .item--prize .tit {
    margin: 0 auto;
  }
  .section--store .box--event_members .item--quiz .block--prize .item--prize .txt--lead {
    text-align: center;
  }
  .section--store .box--event_members .item--quiz .block--prize .item--prize .prize--detail .ph {
    margin: 10px auto;
  }
  .modal__content {
    border-width: 5px;
  }
  .modal__content .modal__inner {
    padding: 40px 5vw;
  }
  .modal__content .modal__inner .txt--lead svg:nth-of-type(1) {
    left: -0.5em;
    overflow: visible;
  }
  .modal__content .modal__inner .txt--lead svg:nth-of-type(1) use {
    transform: scale(-1, 1);
  }
  .modal__close {
    top: 10px;
    right: 10px;
    width: 2em;
    height: 2em;
  }
}
@media screen and (min-width: 680px) and (max-width: 960px) {
  .section--store .box--event .block--item .item {
    width: min(min(75vw, 500px), 50vh);
  }
}