/*
Theme Name: litpla theme
Author: himecas
Author URI: https://litpla.com/
Description: リトプラテーマ
Version: {release version}
License: GNU General Public License v2 or later
License URI: LICENSE
*/
@charset "UTF-8";
[data-hidden] {
  display: block;
  overflow: hidden;
}
[data-slides] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.is-playing [data-youtube-el='thumb'] {
  opacity: 0;
  pointer-events: none;
}
[data-accordion-el='content'] {
  height: 0;
  overflow: hidden;
}
[data-hero-el="slider"] .swiper-slide-active img,
[data-hero-el="slider"] .swiper-slide-duplicate-active img,
[data-hero-el="slider"] .swiper-slide-prev img {
  animation: zoomIn 1.33s cubic-bezier(0, 0.55, 0.45, 1);
}
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.loader {
  background: #00bfff;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.is-loaded .loader {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
}
.page-dinosaurfestival .loader {
  background: #fff;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.footer .copyright {
  font-weight: 300;
}
.main-contents .section-character .slider .slider-item .text ruby::after,
.main-contents .section-character .character-slider .slider-item .text ruby::after,
.main-contents .section-buy-ticket .ticket-list li .heaidng .text-small {
  font-weight: 400;
}
body,
th,
td {
  font-weight: 500;
}
.footer .links,
.main-contents .section-about .text-container .chara .chara-name,
.main-contents .section-app .section-heading .text-sub {
  font-weight: 600;
}
.main-wrapper .btn .btn-text,
.pc-contents .block-left .img-container .img-text,
.pc-contents .block-right .btn .btn-text,
.footer .btn-ticket .balloon .balloon-text,
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .heading .text-sub,
.main-contents .section-attraction .attraction-list .detail-wrapper .heading .text-sub,
.main-contents .section-attraction .attraction-list .accordion-btn .heading .text-sub,
.main-contents .section-guide .for-first .heading,
.main-contents .section-ticket .web-ticket .web-ticket-list li,
.main-contents .section-ticket .coupon .text-line-1,
.main-contents .section-ticket .btn-container .heading,
.main-contents .section-buy-ticket .main-text .text-marker,
.main-contents .section-buy-ticket .ticket-list li .heaidng,
.main-contents .section-buy-ticket .ticket-list li .contents .price,
.main-contents .section-buy-ticket .step .step-list .num .num-text,
.main-contents .section-buy-ticket .step .step-list .contents .stap-heading,
.main-contents .section-buy-ticket .btn-container .heading,
.main-contents .section-buy-ticket .about-coupon .heading,
.main-contents .section-app .img-container .img-text,
.main-contents .section-faq .accordion-btn,
.main-contents .section-faq .img-container .img-text {
  font-weight: 700;
}
.section-heading .text-sub,
.pc-contents .block-right .nav li a,
.pc-contents .block-right .coupon .text-line-1,
.pc-contents .block-right .coupon .text-line-2,
.header .menu-nav li a,
.footer .btn-pagetop .btn-text,
.footer .btn-ticket .balloon .balloon-text .text-line-2,
.footer .btn-ticket .pumpkin .btn-text,
.main-contents .section-about .text-container .heading,
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .heading .text-main,
.main-contents .section-attraction .attraction-list .detail-wrapper .heading .text-main,
.main-contents .section-attraction .attraction-list .accordion-btn .heading .text-main,
.main-contents .section-character .slider .slider-item .name,
.main-contents .section-character .character-slider .slider-item .name,
.main-contents .section-guide .main-text .text-dots-line,
.main-contents .section-ticket .web-ticket .heading,
.main-contents .section-ticket .ticket-type .ticket-type-list li,
.main-contents .section-ticket .coupon .text-line-2,
.main-contents .section-ticket .coupon .text-line-3,
.main-contents .section-buy-ticket .step .heading,
.main-contents .section-app .section-heading .text-large {
  font-weight: 800;
}
html {
  font-size: 62.5%;
}
body {
  color: #2f2e2e;
  font-family: 'M PLUS 1', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
}
img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
th,
td {
  font-family: 'Noto Sans JP', sans-serif;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
}
button,
input,
label,
select {
  cursor: pointer;
}
main,
section {
  position: relative;
}
a {
  color: #2f2e2e;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text],
  textarea {
    font-size: 4.266666666666667vw;
    transform-origin: left center;
  }
}
.visually-hidden {
  block-size: 4px !important;
  contain: strict !important;
  display: block !important;
  inline-size: 4px !important;
  inset: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
}
.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.loader {
  background: #6c249d;
}
@media only screen and (min-width: 768px) {
  .loader {
    background: #260a51;
  }
}
.wrapper {
  overflow: hidden;
  position: relative;
}
.main-wrapper {
  background: #6c249d;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-wrapper {
    margin-inline: auto;
    min-height: 100vh;
    width: 375px;
  }
}
.main-wrapper .btn {
  display: block;
  width: 87.2vw;
  height: 17.066666666666666vw;
  border-radius: 8.533333333333333vw;
  border: solid #1f0034;
  border-width: 0.533333333333333vw;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1.333333333333333vw;
  box-shadow: 0px 1.6vw 0px 0px #1f0034;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .main-wrapper .btn {
    width: 327px;
    height: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .main-wrapper .btn {
    border-radius: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .main-wrapper .btn {
    border-width: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .main-wrapper .btn {
    gap: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-wrapper .btn {
    box-shadow: 0px 6px 0px 0px #1f0034;
  }
}
.main-wrapper .btn .btn-text {
  color: #fff;
  font-size: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .main-wrapper .btn .btn-text {
    font-size: 1.8rem;
  }
}
.main-wrapper .btn .btn-icon {
  display: grid;
  place-items: center;
  width: 4.266666666666667vw;
  height: 4.266666666666667vw;
  background: #fff;
  border-radius: 50%;
  padding-left: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-wrapper .btn .btn-icon {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .main-wrapper .btn .btn-icon {
    padding-left: 1px;
  }
}
.main-wrapper .btn .btn-icon .icon-arrow {
  width: 2.133333333333333vw;
  height: 1.6vw;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) {
  .main-wrapper .btn .btn-icon .icon-arrow {
    width: 8px;
    height: 6px;
  }
}
.main-wrapper .bg-item {
  position: absolute;
}
.main-wrapper .btn-orange {
  background: #ff7403;
}
.main-wrapper .btn-orange .btn-icon .icon-arrow {
  fill: #ff7403;
}
.main-wrapper .btn-pink {
  background: #ff23e2;
}
.main-wrapper .btn-pink .btn-icon .icon-arrow {
  fill: #ff23e2;
}
.section-inner {
  position: relative;
}
.section-heading span {
  display: block;
}
.section-heading .text-sub {
  font-size: 3.733333333333334vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-heading .text-sub {
    font-size: 1.4rem;
  }
}
@keyframes img-carousel {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes wobble {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  15% {
    transform: rotate(3deg) translateY(-2px);
  }
  30% {
    transform: rotate(-3deg) translateY(2px);
  }
  45% {
    transform: rotate(2deg) translateY(-1px);
  }
  60% {
    transform: rotate(-2deg) translateY(1px);
  }
  75% {
    transform: rotate(1deg) translateY(0);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
.pc-contents {
  background-image: linear-gradient(#260a51, #641d94);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .pc-contents {
    display: none;
  }
}
.pc-contents .pc-contents-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: url("assets/img/event/halloween/pc-bg.png?hash=bbc461530aa9604d4efc96c43fe46ac4") center 57px no-repeat;
  background-size: 1409px 380px;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .pc-contents .pc-contents-inner {
    background: url("assets/img/event/halloween/pc-bg@2x.png?hash=562cbbbd9a675ada8465ff3d6323a778") center 57px no-repeat;
    background-size: 1409px 380px;
  }
}
.pc-contents .block-left,
.pc-contents .block-right {
  container-type: size;
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(50vw - 187.5px);
}
.pc-contents .block-left .block-left-contents,
.pc-contents .block-right .block-left-contents,
.pc-contents .block-left .block-right-contents,
.pc-contents .block-right .block-right-contents {
  container-type: size;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.pc-contents .block-left {
  align-items: end;
  container-name: pc-left-block;
  justify-content: end;
}
.pc-contents .block-left .block-left-contents {
  container-name: pc-left-contents;
  justify-content: end;
  margin-right: 100px;
  width: 290px;
}
@container pc-left-block (max-width: 490px) {
  .pc-contents .block-left .block-left-contents {
    margin-inline: auto;
  }
}
@container pc-left-block (max-width: 290px) {
  .pc-contents .block-left .block-left-contents {
    width: 100%;
  }
  .pc-contents .block-left .block-left-contents img {
    width: 100%;
  }
}
.pc-contents .block-left .block-left-contents-inner {
  padding-block: 20px 102px;
}
.pc-contents .block-left .img-container {
  margin-inline: auto;
  position: relative;
  width: 290px;
}
.pc-contents .block-left .img-container .img-text {
  position: absolute;
  left: 50%;
  margin-left: 10px;
  top: 33px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@container pc-left-block (max-width: 290px) {
  .pc-contents .block-left .img-container {
    width: 100%;
  }
  .pc-contents .block-left .img-container .img-text {
    margin-left: 3.448275862068965cqw;
    top: 11.379310344827587cqw;
    font-size: 4.137931034482759cqw;
  }
}
.pc-contents .block-left .download-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.pc-contents .block-left .download-links .btn-app {
  width: 114px;
}
.pc-contents .block-left .download-links .btn-google {
  width: 142px;
}
.pc-contents .block-left .download-links a {
  display: block;
}
@container pc-left-block (max-width: 290px) {
  .pc-contents .block-left .download-links {
    gap: 3.448275862068965cqw;
    margin-top: 3.448275862068965cqw;
  }
  .pc-contents .block-left .download-links .btn-app {
    width: 39.310344827586206cqw;
  }
  .pc-contents .block-left .download-links .btn-google {
    width: 48.96551724137931cqw;
  }
}
@container pc-left-contents (min-aspect-ratio: 290/421) {
  .pc-contents .block-left .block-left-contents-inner {
    align-self: end;
    height: 100%;
  }
}
@container pc-left-contents (min-aspect-ratio: 290/340) {
  .pc-contents .block-left img {
    height: 100%;
    width: auto;
  }
  .pc-contents .block-left .block-left-contents-inner {
    padding-block: 5.88235294117647vh;
  }
  .pc-contents .block-left .img-container {
    width: auto;
    height: 72.6470588235294vh;
  }
  .pc-contents .block-left .img-container .img {
    height: 100%;
  }
  .pc-contents .block-left .img-container .img-text {
    margin-left: 2.941176470588235vh;
    top: 9.705882352941178vh;
    font-size: 3.529411764705882vh;
  }
  .pc-contents .block-left .download-links {
    gap: 2.941176470588235vh;
    margin-top: 2.941176470588235vh;
  }
  .pc-contents .block-left .download-links .btn-app,
  .pc-contents .block-left .download-links .btn-google {
    width: auto;
  }
  .pc-contents .block-left .download-links a {
    width: 100%;
    height: 100%;
  }
  .pc-contents .block-left .download-links .btn-app {
    height: 12.647058823529411vh;
  }
  .pc-contents .block-left .download-links .btn-google {
    height: 12.352941176470589vh;
  }
}
.pc-contents .block-right {
  container-name: pc-right-block;
  justify-content: center;
}
.pc-contents .block-right .bg-item-cloud {
  animation: float 20s linear infinite;
  left: 325px;
  top: 7px;
  --x: 50px;
}
.pc-contents .block-right .block-right-contents {
  container-name: pc-right-contents;
  justify-content: center;
  margin-left: 38px;
  width: 332px;
}
@container pc-right-block (max-width: 408px) {
  .pc-contents .block-right .block-right-contents {
    margin-inline: auto;
  }
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .block-right-contents {
    width: 100%;
  }
  .pc-contents .block-right .block-right-contents img {
    width: 100%;
  }
}
.pc-contents .block-right .logo {
  margin-left: -2px;
  width: 340px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .logo {
    margin-left: -0.602409638554217cqw;
    width: 102.40963855421687cqw;
  }
}
.pc-contents .block-right .period {
  margin-left: 15px;
  margin-top: 3px;
  width: 313px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .period {
    margin-left: 4.518072289156627cqw;
    margin-top: 0.903614457831325cqw;
    width: 94.27710843373494cqw;
  }
}
.pc-contents .block-right .nav {
  margin-inline: auto;
  margin-top: 21px;
  width: 240px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .nav {
    margin-top: 6.325301204819277cqw;
    width: 72.28915662650603cqw;
  }
}
.pc-contents .block-right .nav li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.pc-contents .block-right .nav li a {
  font-size: 1.8rem;
  align-items: center;
  color: #fff;
  display: flex;
  padding-block: 19px 19px;
  padding-inline: 20px;
  white-space: nowrap;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .nav li a {
    font-size: 5.421686746987952cqw;
    padding-block: 5.72289156626506cqw 5.72289156626506cqw;
    padding-inline: 6.024096385542169cqw;
  }
}
.pc-contents .block-right .nav li a::before {
  background: #ff8207;
  border-radius: 50%;
  content: '';
  margin-right: 7px;
  width: 6px;
  height: 6px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .nav li a::before {
    margin-right: 1.80722891566265cqw;
    width: 1.80722891566265cqw;
    height: 1.80722891566265cqw;
  }
}
.pc-contents .block-right .nav li .icon-blank {
  fill: #fff;
  margin-left: 7px;
  width: 13px;
  height: 13px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .nav li .icon-blank {
    margin-left: 2.108433734939759cqw;
    width: 3.91566265060241cqw;
    height: 3.91566265060241cqw;
  }
}
.pc-contents .block-right .coupon {
  color: #fff;
  margin-top: 26px;
  text-align: center;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .coupon {
    margin-top: 7.83132530120482cqw;
  }
}
.pc-contents .block-right .coupon > span {
  display: block;
}
.pc-contents .block-right .coupon .text-line-1 {
  color: #ff0;
  font-size: 2rem;
  letter-spacing: 0.03em;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .coupon .text-line-1 {
    font-size: 6.024096385542169cqw;
  }
}
.pc-contents .block-right .coupon .text-line-1 .text-dots {
  font-size: 2.5rem;
  position: relative;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .coupon .text-line-1 .text-dots {
    font-size: 7.530120481927711cqw;
  }
}
.pc-contents .block-right .coupon .text-line-1 .text-dots span {
  display: inline-block;
  position: relative;
}
.pc-contents .block-right .coupon .text-line-1 .text-dots span::before {
  position: absolute;
  left: 50%;
  background: #ff0;
  border-radius: 50%;
  content: '';
  margin-left: -2px;
  width: 3px;
  height: 3px;
  top: -4px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .coupon .text-line-1 .text-dots span::before {
    margin-left: -0.602409638554217cqw;
    width: 0.903614457831325cqw;
    height: 0.903614457831325cqw;
    top: -1.204819277108434cqw;
  }
}
.pc-contents .block-right .coupon .text-line-2 {
  display: flex;
  justify-content: center;
  margin-top: 9px;
  font-size: 1.6rem;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .coupon .text-line-2 {
    font-size: 4.819277108433735cqw;
    margin-top: 2.710843373493976cqw;
  }
}
.pc-contents .block-right .coupon .text-line-2 span:nth-child(1) {
  margin-right: 8px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .coupon .text-line-2 span:nth-child(1) {
    margin-right: 2.409638554216868cqw;
  }
}
.pc-contents .block-right .coupon .text-line-2 span:nth-child(2) {
  margin-left: 5px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .coupon .text-line-2 span:nth-child(2) {
    margin-left: 1.506024096385542cqw;
  }
}
.pc-contents .block-right .btn {
  align-items: center;
  background: #ff7403;
  border: solid #1f0034;
  border-radius: 25px;
  border-width: 2px;
  box-shadow: 0px 5px 0px 0px #1f0034;
  display: flex;
  flex-shrink: 0;
  gap: 4px;
  justify-content: center;
  margin-inline: auto;
  margin-top: 14px;
  width: 260px;
  height: 50px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .btn {
    border-radius: 7.530120481927711cqw;
    border-width: 0.602409638554217cqw;
    box-shadow: 0px 1.506024096385542cqw 0px 0px #1f0034;
    gap: 1.204819277108434cqw;
    margin-top: 4.216867469879518cqw;
    width: 78.3132530120482cqw;
    height: 15.060240963855422cqw;
  }
}
.pc-contents .block-right .btn .btn-text {
  color: #fff;
  font-size: 1.4rem;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .btn .btn-text {
    font-size: 4.216867469879518cqw;
  }
}
.pc-contents .block-right .btn .btn-icon {
  background: #fff;
  border-radius: 50%;
  display: grid;
  margin-top: 2px;
  padding-left: 2px;
  place-items: center;
  width: 12px;
  height: 12px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .btn .btn-icon {
    margin-top: 0.602409638554217cqw;
    padding-left: 0.602409638554217cqw;
    width: 3.614457831325301cqw;
    height: 3.614457831325301cqw;
  }
}
.pc-contents .block-right .btn .btn-icon .icon-arrow {
  fill: #ff7403;
  width: 6px;
  height: 5px;
  transform: rotate(-90deg);
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .btn .btn-icon .icon-arrow {
    width: 1.80722891566265cqw;
    height: 1.506024096385542cqw;
  }
}
.pc-contents .block-right .follow-container {
  margin-top: 30px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .follow-container {
    margin-top: 9.036144578313253cqw;
  }
}
.pc-contents .block-right .follow-container .follow-heading {
  margin-inline: auto;
  width: 66px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .follow-container .follow-heading {
    width: 19.879518072289155cqw;
  }
}
.pc-contents .block-right .follow-container .follow-list {
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-top: 8px;
}
.pc-contents .block-right .follow-container .follow-list li {
  width: 42px;
  height: 42px;
}
.pc-contents .block-right .follow-container .follow-list a {
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.pc-contents .block-right .follow-container .follow-list .item-x img {
  width: 20px;
}
.pc-contents .block-right .follow-container .follow-list .item-insta img {
  width: 22px;
}
@container pc-right-block (max-width: 332px) {
  .pc-contents .block-right .follow-container .follow-list {
    gap: 3.91566265060241cqw;
    margin-top: 2.409638554216868cqw;
  }
  .pc-contents .block-right .follow-container .follow-list li {
    width: 12.048192771084338cqw;
    height: 12.048192771084338cqw;
  }
  .pc-contents .block-right .follow-container .follow-list .item-x img {
    width: 6.024096385542169cqw;
  }
  .pc-contents .block-right .follow-container .follow-list .item-insta img {
    width: 6.626506024096386cqw;
  }
}
@container pc-right-contents (min-aspect-ratio: 332/660) {
  .pc-contents .block-right .block-right-contents-inner {
    width: 50.303030303030305vh;
  }
  .pc-contents .block-right img {
    height: 100%;
    width: auto;
  }
  .pc-contents .block-right .block-right-contents {
    margin-left: 5.757575757575758vh;
    padding-block: 3.03030303030303vh;
    width: 50.303030303030305vh;
  }
  .pc-contents .block-right .logo {
    height: 23.484848484848484vh;
    margin-left: -0.303030303030303vh;
    width: auto;
  }
  .pc-contents .block-right .period {
    height: 5.454545454545454vh;
    margin-left: 2.272727272727273vh;
    margin-top: 0.454545454545455vh;
    width: auto;
  }
  .pc-contents .block-right .nav {
    margin-top: 3.181818181818182vh;
    width: 36.36363636363637vh;
  }
  .pc-contents .block-right .nav li a {
    font-size: 2.727272727272727vh;
    padding-block: 2.878787878787879vh 2.878787878787879vh;
    padding-inline: 3.03030303030303vh;
  }
  .pc-contents .block-right .nav li a::before {
    margin-right: 1.060606060606061vh;
    width: 0.909090909090909vh;
    height: 0.909090909090909vh;
  }
  .pc-contents .block-right .nav li .icon-blank {
    margin-left: 1.060606060606061vh;
    width: 1.96969696969697vh;
    height: 1.96969696969697vh;
  }
  .pc-contents .block-right .coupon {
    margin-top: 3.939393939393939vh;
  }
  .pc-contents .block-right .coupon .text-line-1 {
    font-size: 3.03030303030303vh;
  }
  .pc-contents .block-right .coupon .text-line-1 .text-dots {
    font-size: 3.787878787878788vh;
  }
  .pc-contents .block-right .coupon .text-line-1 .text-dots span::before {
    margin-left: -0.303030303030303vh;
    width: 0.454545454545455vh;
    height: 0.454545454545455vh;
    top: -0.606060606060606vh;
  }
  .pc-contents .block-right .coupon .text-line-2 {
    margin-top: 1.363636363636364vh;
    font-size: 2.424242424242424vh;
  }
  .pc-contents .block-right .coupon .text-line-2 span:nth-child(1) {
    margin-right: 1.212121212121212vh;
  }
  .pc-contents .block-right .coupon .text-line-2 span:nth-child(2) {
    margin-left: 0.757575757575758vh;
  }
  .pc-contents .block-right .btn {
    border-radius: 3.787878787878788vh;
    border-width: 0.303030303030303vh;
    box-shadow: 0px 0.757575757575758vh 0px 0px #1f0034;
    gap: 0.606060606060606vh;
    margin-top: 2.121212121212122vh;
    width: 39.39393939393939vh;
    height: 7.575757575757576vh;
  }
  .pc-contents .block-right .btn .btn-text {
    font-size: 2.121212121212122vh;
  }
  .pc-contents .block-right .btn .btn-icon {
    margin-top: 0.303030303030303vh;
    padding-left: 0.303030303030303vh;
    width: 1.818181818181818vh;
    height: 1.818181818181818vh;
  }
  .pc-contents .block-right .btn .btn-icon .icon-arrow {
    width: 0.909090909090909vh;
    height: 0.757575757575758vh;
  }
  .pc-contents .block-right .follow-container {
    margin-top: 4.545454545454546vh;
    text-align: center;
  }
  .pc-contents .block-right .follow-container .follow-heading {
    height: 2.575757575757576vh;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pc-contents .block-right .follow-container .follow-list {
    gap: 1.96969696969697vh;
    margin-top: 1.212121212121212vh;
  }
  .pc-contents .block-right .follow-container .follow-list li {
    width: 6.363636363636363vh;
    height: 6.363636363636363vh;
  }
  .pc-contents .block-right .follow-container .follow-list .item-x img {
    height: 3.181818181818182vh;
    width: auto;
  }
  .pc-contents .block-right .follow-container .follow-list .item-insta img {
    height: 3.484848484848485vh;
    width: auto;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header .header-inner {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header .header-inner {
    margin-inline: auto;
    width: 375px;
  }
}
.header .btn-menu {
  position: absolute;
  width: 7.466666666666668vw;
  height: 7.466666666666668vw;
  top: 3.733333333333334vw;
  right: 4.266666666666667vw;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .header .btn-menu {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .header .btn-menu {
    top: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .header .btn-menu {
    right: 16px;
  }
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .header .btn-menu {
    transition: 0.3s;
  }
  .header .btn-menu:hover {
    opacity: 0.7;
  }
}
.header .btn-menu .btn-menu-line {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 7.466666666666668vw;
  height: 0.8vw;
  background: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .header .btn-menu .btn-menu-line {
    width: 28px;
    height: 3px;
  }
}
.header .btn-menu .btn-menu-line:nth-child(1) {
  margin-top: -2.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .header .btn-menu .btn-menu-line:nth-child(1) {
    margin-top: -8px;
  }
}
.header .btn-menu .btn-menu-line:nth-child(3) {
  margin-top: 2.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .header .btn-menu .btn-menu-line:nth-child(3) {
    margin-top: 8px;
  }
}
.header .menu {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100vw;
  height: 100%;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}
.header .menu-inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header .menu-inner {
    margin-inline: auto;
    width: 375px;
  }
}
.header .btn-menu-close {
  position: absolute;
  width: 7.466666666666668vw;
  height: 7.466666666666668vw;
  top: 3.733333333333334vw;
  right: 4.266666666666667vw;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .header .btn-menu-close {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .header .btn-menu-close {
    top: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .header .btn-menu-close {
    right: 16px;
  }
}
.header .btn-menu-close .btn-menu-line {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8vw;
  height: 0.8vw;
  background: #ff7403;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .header .btn-menu-close .btn-menu-line {
    width: 30px;
    height: 3px;
  }
}
.header .btn-menu-close .btn-menu-line:nth-child(1) {
  transform: rotate(-45deg);
}
.header .btn-menu-close .btn-menu-line:nth-child(2) {
  transform: rotate(-135deg);
}
.header .menu-contents {
  background: #fff;
  min-height: 100vh;
  position: relative;
  width: 100%;
  height: 100%;
}
.header .menu-contents-inner {
  height: auto;
  padding-block: 16.53333333333333vw 18.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-contents-inner {
    padding-block: 62px 70px;
  }
}
.header .menu-inner {
  overflow: hidden;
}
.header .menu-nav {
  padding-inline: 10.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-nav {
    padding-inline: 40px;
  }
}
.header .menu-nav li {
  border-bottom: 1px solid rgba(47,46,46,0.2);
}
.header .menu-nav li a {
  font-size: 4.8vw;
  padding-inline: 5.333333333333334vw;
  padding-block: 5.866666666666666vw 6vw;
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header .menu-nav li a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .header .menu-nav li a {
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header .menu-nav li a {
    padding-block: 22px 22.5px;
  }
}
.header .menu-nav li a::before {
  background: #ff7403;
  content: '';
  width: 1.866666666666667vw;
  height: 1.866666666666667vw;
  border-radius: 50%;
  margin-right: 2vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-nav li a::before {
    width: 7px;
    height: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .header .menu-nav li a::before {
    margin-right: 7.5px;
  }
}
.header .btn {
  margin-top: 10.8vw;
}
@media only screen and (min-width: 768px) {
  .header .btn {
    margin-top: 40.5px;
  }
}
.header .period {
  width: 82.26666666666667vw;
  margin-top: 8.799999999999999vw;
  margin-left: 8.799999999999999vw;
}
@media only screen and (min-width: 768px) {
  .header .period {
    width: 308.5px;
  }
}
@media only screen and (min-width: 768px) {
  .header .period {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .header .period {
    margin-left: 33px;
  }
}
.footer .footer-inner {
  background: #440d69;
  position: relative;
  padding-block: 30.933333333333334vw 32.800000000000004vw;
  padding-inline: 6.4vw;
}
@media only screen and (min-width: 768px) {
  .footer .footer-inner {
    padding-block: 116px 123px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-inner {
    padding-inline: 24px;
  }
}
.footer .links {
  font-size: 3.733333333333334vw;
}
@media only screen and (min-width: 768px) {
  .footer .links {
    font-size: 1.4rem;
  }
}
.footer .links a {
  color: #fff;
  display: block;
  padding-block: 2.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .footer .links a {
    padding-block: 8px;
  }
}
.footer .logo {
  width: 59.46666666666667vw;
  margin-top: 4.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .footer .logo {
    width: 223px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .logo {
    margin-top: 17px;
  }
}
.footer .logo a {
  display: block;
}
.footer .copyright {
  margin-top: 2.4vw;
  color: #8d8d8d;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .footer .copyright {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 1.2rem;
  }
}
.footer .btn-pagetop {
  position: absolute;
  top: 0;
  left: 50%;
  width: 23.466666666666665vw;
  height: 23.466666666666665vw;
  border-radius: 50%;
  margin-top: -3.733333333333334vw;
  margin-left: -11.733333333333333vw;
  padding-top: 5.333333333333334vw;
  background: #fff;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .footer .btn-pagetop {
    width: 88px;
    height: 88px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-pagetop {
    margin-top: -14px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-pagetop {
    margin-left: -44px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-pagetop {
    padding-top: 20px;
  }
}
.footer .btn-pagetop span {
  display: block;
}
.footer .btn-pagetop .btn-icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 5.866666666666666vw;
  height: 5.866666666666666vw;
  background: #ff7403;
  border-radius: 50%;
  margin-inline: auto;
  transform: scale(1, -1);
  padding-top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .footer .btn-pagetop .btn-icon {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-pagetop .btn-icon {
    padding-top: 2px;
  }
}
.footer .btn-pagetop .btn-icon .icon-arrow {
  width: 2.933333333333333vw;
  height: 2.666666666666667vw;
  fill: #fff;
}
@media only screen and (min-width: 768px) {
  .footer .btn-pagetop .btn-icon .icon-arrow {
    width: 11px;
    height: 10px;
  }
}
.footer .btn-pagetop .btn-text {
  text-align: center;
  margin-top: 1.066666666666667vw;
  font-size: 3.733333333333334vw;
}
@media only screen and (min-width: 768px) {
  .footer .btn-pagetop .btn-text {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-pagetop .btn-text {
    font-size: 1.4rem;
  }
}
.footer .btn-ticket {
  position: absolute;
  bottom: 0.4vw;
  right: 0vw;
  align-items: end;
  display: flex;
  margin-left: auto;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket {
    bottom: 1.5px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .btn-ticket {
    position: fixed;
  }
}
.footer .btn-ticket .balloon {
  position: relative;
  width: 53.86666666666666vw;
  margin-bottom: 2.4vw;
  margin-right: -1.066666666666667vw;
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon {
    width: 202px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon {
    margin-right: -4px;
  }
}
.footer .btn-ticket .balloon .balloon-text {
  position: absolute;
  top: 4vw;
  left: 11.733333333333333vw;
  color: #4c2618;
  font-size: 3.2vw;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon .balloon-text {
    top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon .balloon-text {
    left: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon .balloon-text {
    font-size: 1.2rem;
  }
}
.footer .btn-ticket .balloon .balloon-text >span {
  display: block;
}
.footer .btn-ticket .balloon .balloon-text .text-line-2 {
  color: #ff7403;
  font-size: 4.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon .balloon-text .text-line-2 {
    font-size: 1.6rem;
  }
}
.footer .btn-ticket .balloon .balloon-text .text-line-2 .text-large {
  display: inline-block;
  margin-right: 0.266666666666667vw;
  font-size: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon .balloon-text .text-line-2 .text-large {
    margin-right: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon .balloon-text .text-line-2 .text-large {
    font-size: 2.6rem;
  }
}
.footer .btn-ticket .balloon .balloon-text .text-line-3 {
  margin-top: 0.8vw;
  letter-spacing: 0;
  margin-left: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon .balloon-text .text-line-3 {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .balloon .balloon-text .text-line-3 {
    margin-left: 1px;
  }
}
.footer .btn-ticket .pumpkin {
  position: relative;
  width: 27.200000000000003vw;
  animation: wobble 1s infinite ease-in-out;
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .pumpkin {
    width: 102px;
  }
}
.footer .btn-ticket .pumpkin .btn-text {
  position: absolute;
  top: 8.266666666666666vw;
  left: 5.600000000000001vw;
  color: #fff;
  font-size: 3.733333333333334vw;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .pumpkin .btn-text {
    top: 31px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .pumpkin .btn-text {
    left: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .btn-ticket .pumpkin .btn-text {
    font-size: 1.4rem;
  }
}
.main-contents .section-hero .text,
.main-contents .section-hero .balloon {
  position: absolute;
}
.main-contents .section-hero .text {
  width: 85.46666666666667vw;
  top: 149.33333333333334vw;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-hero .text {
    width: 320.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-hero .text {
    top: 560px;
  }
}
.main-contents .section-hero .balloon {
  width: 46.93333333333333vw;
  top: 122.39999999999999vw;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-hero .balloon {
    width: 176px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-hero .balloon {
    top: 459px;
  }
}
.main-contents .section-info {
  overflow: hidden;
}
.main-contents .section-info .bg-item-top {
  top: -6.133333333333333vw;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .bg-item-top {
    top: -23px;
  }
}
.main-contents .section-info .section-inner {
  padding-block: 15.2vw;
  background: url("assets/img/event/halloween/info-bg.png?hash=f1801f5a5cb8a59dd8d6498d562c8509") center 30.666666666666664vw no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .section-inner {
    padding-block: 57px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-info .section-inner {
    background: url("assets/img/event/halloween/info-bg@2x.png?hash=afbfe370ebe5774bd51aa9f9a900571d") center 30.666666666666664vw no-repeat;
    background-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .section-inner {
    background-position: center 115px;
  }
}
.main-contents .section-info .period {
  position: relative;
  width: 91.60000000000001vw;
  margin-left: 5.866666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .period {
    width: 343.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .period {
    margin-left: 22px;
  }
}
.main-contents .section-info .main-text {
  position: relative;
  text-align: center;
  font-size: 4.266666666666667vw;
  color: #fff;
  line-height: 1.8;
  margin-top: 6.4vw;
  padding-inline: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .main-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .main-text {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .main-text {
    padding-inline: 20px;
  }
}
.main-contents .section-info .movie-container {
  align-items: center;
  display: flex;
  width: 93.06666666666666vw;
  height: 54.666666666666664vw;
  background: url("assets/img/event/halloween/info-movie-frame.png?hash=41e659e843ab442ea2382016842604a6") center 0 no-repeat;
  background-size: 100%;
  margin-inline: auto;
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .movie-container {
    width: 349px;
    height: 205px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .movie-container {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-info .movie-container {
    background: url("assets/img/event/halloween/info-movie-frame@2x.png?hash=294d7b0db69658ffa9315091f5fc63c0") center 0 no-repeat;
    background-size: 100%;
  }
}
.main-contents .section-info .movie-container .movie {
  width: 87.46666666666667vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .movie-container .movie {
    width: 328px;
  }
}
.main-contents .section-info .movie-container .movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.main-contents .section-info .img-carousel {
  margin-top: 6.4vw;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .img-carousel {
    margin-top: 24px;
  }
}
.main-contents .section-info .img-carousel ul {
  animation: img-carousel 30s infinite linear 0.5s both;
  display: flex;
}
.main-contents .section-info .img-carousel ul li {
  width: 37.333333333333336vw;
  margin-right: 4vw;
  border-radius: 1.6vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .img-carousel ul li {
    width: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .img-carousel ul li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-info .img-carousel ul li {
    border-radius: 6px;
  }
}
.main-contents .section-about {
  z-index: 1;
}
.main-contents .section-about .section-inner {
  padding-block: 32.800000000000004vw 22.133333333333333vw;
  background: url("assets/img/event/halloween/about-bg.png?hash=081e282146cfc891b073b340acb3832c") center top no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .section-inner {
    padding-block: 123px 83px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-about .section-inner {
    background: url("assets/img/event/halloween/about-bg@2x.png?hash=f0cd2606c0cc2cfd07452898e7966cf6") center top no-repeat;
    background-size: 100%;
  }
}
.main-contents .section-about .section-heading .text-main {
  width: 45.06666666666666vw;
  margin-left: 27.46666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .section-heading .text-main {
    width: 169px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .section-heading .text-main {
    margin-left: 103px;
  }
}
.main-contents .section-about .section-heading .text-sub {
  color: #7827af;
  margin-top: 2.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .section-heading .text-sub {
    margin-top: 10.5px;
  }
}
.main-contents .section-about .text-container {
  position: relative;
  margin-top: 6.666666666666667vw;
  margin-left: 1.866666666666667vw;
  padding-top: 7.6vw;
  width: 95.19999999999999vw;
  height: 72.8vw;
  background: url("assets/img/event/halloween/about-text-bg.png?hash=e516756c64421345f4d281973932085c") center 0 no-repeat;
  background-size: 100%;
  color: #fff;
  display: grid;
  grid-template-areas: 'heading heading' 'chara text';
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container {
    margin-left: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container {
    padding-top: 28.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container {
    width: 357px;
    height: 273px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-about .text-container {
    background: url("assets/img/event/halloween/about-text-bg@2x.png?hash=903e4177609bf41a2aee0497f7e3b304") center 0 no-repeat;
    background-size: 100%;
  }
}
.main-contents .section-about .text-container .heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  font-size: 4.266666666666667vw;
  grid-area: heading;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  margin-left: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .heading {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .heading {
    margin-left: 10px;
  }
}
.main-contents .section-about .text-container .heading .text-dots,
.main-contents .section-about .text-container .heading .text-large {
  font-size: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .heading .text-dots,
  .main-contents .section-about .text-container .heading .text-large {
    font-size: 2rem;
  }
}
.main-contents .section-about .text-container .heading .text-dots {
  position: relative;
}
.main-contents .section-about .text-container .heading .text-dots span {
  display: inline-block;
  position: relative;
}
.main-contents .section-about .text-container .heading .text-dots span::before {
  position: absolute;
  left: 50%;
  content: '';
  top: -0.4vw;
  width: 1.066666666666667vw;
  height: 1.066666666666667vw;
  margin-left: -0.533333333333333vw;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .heading .text-dots span::before {
    top: -1.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .heading .text-dots span::before {
    width: 4px;
    height: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .heading .text-dots span::before {
    margin-left: -2px;
  }
}
.main-contents .section-about .text-container .chara {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: chara;
  position: relative;
  width: 26.400000000000002vw;
  margin-inline: 8.799999999999999vw 1.6vw;
  margin-top: 2vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .chara {
    width: 99px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .chara {
    margin-inline: 33px 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .chara {
    margin-top: 7.5px;
  }
}
.main-contents .section-about .text-container .chara .chara-name {
  position: absolute;
  top: 33.06666666666666vw;
  right: 2.933333333333333vw;
  font-size: 2.133333333333333vw;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .chara .chara-name {
    top: 124px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .chara .chara-name {
    right: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .chara .chara-name {
    font-size: 0.8rem;
  }
}
.main-contents .section-about .text-container .text {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  width: 51.733333333333334vw;
  margin-top: 1.066666666666667vw;
  grid-area: text;
  font-size: 3.733333333333334vw;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .text {
    width: 194px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .text {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .text-container .text {
    font-size: 1.4rem;
  }
}
.main-contents .section-about .map-container {
  position: relative;
  margin-top: -0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .map-container {
    margin-top: -1px;
  }
}
.main-contents .section-about .map-container .balloon {
  position: absolute;
  top: 15.733333333333333vw;
  left: 3.733333333333334vw;
  width: 41.6vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .map-container .balloon {
    top: 59px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .map-container .balloon {
    left: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .map-container .balloon {
    width: 156px;
  }
}
.main-contents .section-about .map-container .map-link {
  position: absolute;
  top: 5.333333333333334vw;
  left: 3.733333333333334vw;
  width: 92.53333333333333vw;
  height: 79.2vw;
  fill: transparent;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .map-container .map-link {
    top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .map-container .map-link {
    left: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .map-container .map-link {
    width: 347px;
    height: 297px;
  }
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .main-contents .section-about .map-container .map-link svg a path {
    transition: 0.3s;
  }
  .main-contents .section-about .map-container .map-link svg a:hover path {
    fill: #fff;
    opacity: 0.4;
  }
}
.main-contents .section-about .btn {
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-about .btn {
    margin-top: 10px;
  }
}
.main-contents .section-attraction .section-inner {
  padding-block: 24.266666666666666vw 20.266666666666666vw;
  margin-top: -3.733333333333334vw;
  background: url("assets/img/event/halloween/attraction-bg.png?hash=f05d8ea7c1b5a743fa3a86f1ddaf0ffe") center 0 no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .section-inner {
    padding-block: 91px 76px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .section-inner {
    margin-top: -14px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-attraction .section-inner {
    background: url("assets/img/event/halloween/attraction-bg@2x.png?hash=a230088a3b4c7a2fc74b0591952cf786") center 0 no-repeat;
    background-size: 100%;
  }
}
.main-contents .section-attraction .section-heading .text-main {
  width: 74.4vw;
  margin-left: 12.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .section-heading .text-main {
    width: 279px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .section-heading .text-main {
    margin-left: 47px;
  }
}
.main-contents .section-attraction .section-heading .text-sub {
  color: #ff0;
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .section-heading .text-sub {
    margin-top: 10px;
  }
}
.main-contents .section-attraction .main-text {
  position: relative;
  margin-top: 5.600000000000001vw;
  text-align: center;
  font-size: 4.266666666666667vw;
  color: #fff;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .main-text {
    margin-top: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .main-text {
    font-size: 1.6rem;
  }
}
.main-contents .section-attraction .main-text .note {
  margin-top: 1.333333333333333vw;
  margin-left: 20.266666666666666vw;
  font-size: 2.666666666666667vw;
  line-height: 1.8;
  text-align: left;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .main-text .note {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .main-text .note {
    margin-left: 76px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .main-text .note {
    font-size: 1rem;
  }
}
.main-contents .section-attraction .pickup {
  margin-top: 8.799999999999999vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .pickup {
    margin-top: 33px;
  }
}
.main-contents .section-attraction .pickup .pickup-heading {
  width: 39.733333333333334vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .pickup .pickup-heading {
    width: 149px;
  }
}
.main-contents .section-attraction .attraction-list-pickup,
.main-contents .section-attraction .attraction-list {
  position: relative;
  width: 87.2vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup,
  .main-contents .section-attraction .attraction-list {
    width: 327px;
  }
}
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper,
.main-contents .section-attraction .attraction-list .detail-wrapper {
  overflow: hidden;
}
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .detail-contents,
.main-contents .section-attraction .attraction-list .detail-wrapper .detail-contents {
  background: #fff;
  border-radius: 2.666666666666667vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup .detail-wrapper .detail-contents,
  .main-contents .section-attraction .attraction-list .detail-wrapper .detail-contents {
    border-radius: 10px;
  }
}
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .movie video,
.main-contents .section-attraction .attraction-list .detail-wrapper .movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .text-container,
.main-contents .section-attraction .attraction-list .detail-wrapper .text-container {
  padding-block: 6.266666666666667vw 6.533333333333332vw;
  padding-inline: 4.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup .detail-wrapper .text-container,
  .main-contents .section-attraction .attraction-list .detail-wrapper .text-container {
    padding-block: 23.5px 24.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup .detail-wrapper .text-container,
  .main-contents .section-attraction .attraction-list .detail-wrapper .text-container {
    padding-inline: 16px;
  }
}
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .heading,
.main-contents .section-attraction .attraction-list .detail-wrapper .heading {
  color: #f66802;
  line-height: 1.2;
  text-align: center;
}
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .heading span,
.main-contents .section-attraction .attraction-list .detail-wrapper .heading span {
  display: block;
}
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .heading .text-main,
.main-contents .section-attraction .attraction-list .detail-wrapper .heading .text-main {
  font-size: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup .detail-wrapper .heading .text-main,
  .main-contents .section-attraction .attraction-list .detail-wrapper .heading .text-main {
    font-size: 2rem;
  }
}
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .heading .text-sub,
.main-contents .section-attraction .attraction-list .detail-wrapper .heading .text-sub {
  margin-top: 1.2vw;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup .detail-wrapper .heading .text-sub,
  .main-contents .section-attraction .attraction-list .detail-wrapper .heading .text-sub {
    margin-top: 4.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup .detail-wrapper .heading .text-sub,
  .main-contents .section-attraction .attraction-list .detail-wrapper .heading .text-sub {
    font-size: 1.2rem;
  }
}
.main-contents .section-attraction .attraction-list-pickup .detail-wrapper .text,
.main-contents .section-attraction .attraction-list .detail-wrapper .text {
  margin-top: 2.666666666666667vw;
  font-size: 4.266666666666667vw;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup .detail-wrapper .text,
  .main-contents .section-attraction .attraction-list .detail-wrapper .text {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup .detail-wrapper .text,
  .main-contents .section-attraction .attraction-list .detail-wrapper .text {
    font-size: 1.6rem;
  }
}
.main-contents .section-attraction .attraction-list-pickup {
  margin-top: 2.666666666666667vw;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup {
    margin-top: 10px;
  }
}
.main-contents .section-attraction .attraction-list-pickup li:not(:first-child) {
  margin-top: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list-pickup li:not(:first-child) {
    margin-top: 20px;
  }
}
.main-contents .section-attraction .attraction-list {
  margin-top: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list {
    margin-top: 20px;
  }
}
.main-contents .section-attraction .attraction-list li:not(:first-child) {
  margin-top: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list li:not(:first-child) {
    margin-top: 12px;
  }
}
.main-contents .section-attraction .attraction-list .detail-wrapper .detail-container {
  padding-top: 1.6vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .detail-wrapper .detail-container {
    padding-top: 6px;
  }
}
.main-contents .section-attraction .attraction-list .accordion-btn {
  height: 24vw;
  align-items: center;
  background: #fff;
  display: flex;
  border-radius: 2.4vw;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn {
    height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn {
    border-radius: 9px;
  }
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .main-contents .section-attraction .attraction-list .accordion-btn {
    transition: 0.3s;
  }
  .main-contents .section-attraction .attraction-list .accordion-btn:hover {
    opacity: 0.7;
  }
}
.main-contents .section-attraction .attraction-list .accordion-btn::-webkit-details-marker {
  display: none;
}
.main-contents .section-attraction .attraction-list .accordion-btn .thumb {
  flex-shrink: 0;
  width: 32vw;
  margin-right: 3.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .thumb {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .thumb {
    margin-right: 12.5px;
  }
}
.main-contents .section-attraction .attraction-list .accordion-btn .heading {
  color: #f66802;
  line-height: 1.2;
}
.main-contents .section-attraction .attraction-list .accordion-btn .heading span {
  display: block;
}
.main-contents .section-attraction .attraction-list .accordion-btn .heading .text-main {
  font-size: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .heading .text-main {
    font-size: 1.8rem;
  }
}
.main-contents .section-attraction .attraction-list .accordion-btn .heading .text-sub {
  margin-top: 0.533333333333333vw;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .heading .text-sub {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .heading .text-sub {
    font-size: 1.2rem;
  }
}
.main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  position: relative;
  width: 7.466666666666668vw;
  height: 7.466666666666668vw;
  margin-left: auto;
  margin-right: 4vw;
  margin-top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon {
    margin-top: 2px;
  }
}
.main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon::before,
.main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
}
.main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon::before {
  background: #3a065d;
  top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon::before {
    top: 2px;
  }
}
.main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon::after {
  background: #fff;
  border: solid #3a065d;
  border-width: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon::after {
    border-width: 2px;
  }
}
.main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon .icon-arrow {
  position: relative;
  width: 2.666666666666667vw;
  height: 2.133333333333333vw;
  fill: #3a065d;
  z-index: 1;
  margin-top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon .icon-arrow {
    width: 10px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion-btn .accordion-btn-icon .icon-arrow {
    margin-top: 2px;
  }
}
.main-contents .section-attraction .attraction-list .accordion[open] .accordion-btn .accordion-btn-icon {
  padding-bottom: 1.066666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .attraction-list .accordion[open] .accordion-btn .accordion-btn-icon {
    padding-bottom: 4px;
  }
}
.main-contents .section-attraction .attraction-list .accordion[open] .accordion-btn .accordion-btn-icon .icon-arrow {
  transform: scale(1, -1);
}
.main-contents .section-attraction .btn {
  margin-top: 5.600000000000001vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-attraction .btn {
    margin-top: 21px;
  }
}
.main-contents .section-character {
  padding-block: 40vw 36vw;
  background: url("assets/img/event/halloween/character-bg-top.png?hash=391bb32fdd09a914af976439d6319595") left top no-repeat, url("assets/img/event/halloween/character-bg-bottom.png?hash=1fcadb6c86e396f82dadf8e1139dc181") left bottom no-repeat;
  background-size: 100%, 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character {
    padding-block: 150px 135px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-character {
    background: url("assets/img/event/halloween/character-bg-top@2x.png?hash=ceb90af3ca4217fa254f35e169ef59b7") left top no-repeat, url("assets/img/event/halloween/character-bg-bottom@2x.png?hash=32fc5ebf8d7d4d12b217051981bf6330") left bottom no-repeat;
    background-size: 100%, 100%;
  }
}
.main-contents .section-character .section-inner {
  background: #571087;
}
.main-contents .section-character .section-heading .text-main {
  width: 72.8vw;
  margin-left: 13.866666666666665vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .section-heading .text-main {
    width: 273px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .section-heading .text-main {
    margin-left: 52px;
  }
}
.main-contents .section-character .section-heading .text-sub {
  color: #ff0;
  margin-top: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .section-heading .text-sub {
    margin-top: 11px;
  }
}
.main-contents .section-character .main-text {
  margin-top: 5.333333333333334vw;
  text-align: center;
  font-size: 4.266666666666667vw;
  color: #fff;
  line-height: 1.8;
  padding-inline: 10.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .main-text {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .main-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .main-text {
    padding-inline: 40px;
  }
}
.main-contents .section-character .slider,
.main-contents .section-character .character-slider {
  margin-top: 10.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider,
  .main-contents .section-character .character-slider {
    margin-top: 40px;
  }
}
.main-contents .section-character .slider .slider-contents,
.main-contents .section-character .character-slider .slider-contents {
  overflow: hidden;
  padding-bottom: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-contents,
  .main-contents .section-character .character-slider .slider-contents {
    padding-bottom: 10px;
  }
}
.main-contents .section-character .slider .slider-item-list,
.main-contents .section-character .character-slider .slider-item-list {
  cursor: grab;
  display: flex;
  flex-wrap: nowrap;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.main-contents .section-character .slider .slider-item-list:active,
.main-contents .section-character .character-slider .slider-item-list:active {
  cursor: grabbing;
}
.main-contents .section-character .slider .slider-nav,
.main-contents .section-character .character-slider .slider-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 5.066666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-nav,
  .main-contents .section-character .character-slider .slider-nav {
    margin-top: 19px;
  }
}
.main-contents .section-character .slider .slider-nav .slider-btn-prev,
.main-contents .section-character .character-slider .slider-nav .slider-btn-prev,
.main-contents .section-character .slider .slider-nav .slider-btn-next,
.main-contents .section-character .character-slider .slider-nav .slider-btn-next {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  position: relative;
  width: 7.733333333333333vw;
  height: 7.733333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-nav .slider-btn-prev,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-prev,
  .main-contents .section-character .slider .slider-nav .slider-btn-next,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-next {
    width: 29px;
    height: 29px;
  }
}
.main-contents .section-character .slider .slider-nav .slider-btn-prev::before,
.main-contents .section-character .character-slider .slider-nav .slider-btn-prev::before,
.main-contents .section-character .slider .slider-nav .slider-btn-next::before,
.main-contents .section-character .character-slider .slider-nav .slider-btn-next::before,
.main-contents .section-character .slider .slider-nav .slider-btn-prev::after,
.main-contents .section-character .character-slider .slider-nav .slider-btn-prev::after,
.main-contents .section-character .slider .slider-nav .slider-btn-next::after,
.main-contents .section-character .character-slider .slider-nav .slider-btn-next::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
}
.main-contents .section-character .slider .slider-nav .slider-btn-prev::before,
.main-contents .section-character .character-slider .slider-nav .slider-btn-prev::before,
.main-contents .section-character .slider .slider-nav .slider-btn-next::before,
.main-contents .section-character .character-slider .slider-nav .slider-btn-next::before {
  background: #ec820d;
  top: 0.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-nav .slider-btn-prev::before,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-prev::before,
  .main-contents .section-character .slider .slider-nav .slider-btn-next::before,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-next::before {
    top: 2.5px;
  }
}
.main-contents .section-character .slider .slider-nav .slider-btn-prev::after,
.main-contents .section-character .character-slider .slider-nav .slider-btn-prev::after,
.main-contents .section-character .slider .slider-nav .slider-btn-next::after,
.main-contents .section-character .character-slider .slider-nav .slider-btn-next::after {
  background: #fff;
  border: solid #ec820d;
  border-width: 0.4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-nav .slider-btn-prev::after,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-prev::after,
  .main-contents .section-character .slider .slider-nav .slider-btn-next::after,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-next::after {
    border-width: 1.5px;
  }
}
.main-contents .section-character .slider .slider-nav .slider-btn-prev .icon-arrow,
.main-contents .section-character .character-slider .slider-nav .slider-btn-prev .icon-arrow,
.main-contents .section-character .slider .slider-nav .slider-btn-next .icon-arrow,
.main-contents .section-character .character-slider .slider-nav .slider-btn-next .icon-arrow {
  position: relative;
  width: 2.666666666666667vw;
  height: 2.133333333333333vw;
  fill: #ec820d;
  z-index: 1;
  margin-right: 0.266666666666667vw;
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-nav .slider-btn-prev .icon-arrow,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-prev .icon-arrow,
  .main-contents .section-character .slider .slider-nav .slider-btn-next .icon-arrow,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-next .icon-arrow {
    width: 10px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-nav .slider-btn-prev .icon-arrow,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-prev .icon-arrow,
  .main-contents .section-character .slider .slider-nav .slider-btn-next .icon-arrow,
  .main-contents .section-character .character-slider .slider-nav .slider-btn-next .icon-arrow {
    margin-right: 1px;
  }
}
.main-contents .section-character .slider .slider-nav .slider-btn-next,
.main-contents .section-character .character-slider .slider-nav .slider-btn-next {
  transform: scale(-1, 1);
}
.main-contents .section-character .slider .slider-nav .slider-dot-list,
.main-contents .section-character .character-slider .slider-nav .slider-dot-list {
  display: flex;
  justify-content: center;
  gap: 1.866666666666667vw;
  margin-inline: 4.399999999999999vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-nav .slider-dot-list,
  .main-contents .section-character .character-slider .slider-nav .slider-dot-list {
    gap: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-nav .slider-dot-list,
  .main-contents .section-character .character-slider .slider-nav .slider-dot-list {
    margin-inline: 16.5px;
  }
}
.main-contents .section-character .slider .slider-nav .slider-dot-list span,
.main-contents .section-character .character-slider .slider-nav .slider-dot-list span {
  display: block;
  width: 2.133333333333333vw;
  height: 2.133333333333333vw;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-nav .slider-dot-list span,
  .main-contents .section-character .character-slider .slider-nav .slider-dot-list span {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .main-contents .section-character .slider .slider-nav .slider-dot-list span,
  .main-contents .section-character .character-slider .slider-nav .slider-dot-list span {
    transition: 0.3s;
  }
  .main-contents .section-character .slider .slider-nav .slider-dot-list span:hover,
  .main-contents .section-character .character-slider .slider-nav .slider-dot-list span:hover {
    opacity: 0.7;
  }
}
.main-contents .section-character .slider .slider-nav .slider-dot-list span.is-active,
.main-contents .section-character .character-slider .slider-nav .slider-dot-list span.is-active {
  cursor: default;
  opacity: 1;
  pointer-events: none;
}
.main-contents .section-character .slider .slider-item,
.main-contents .section-character .character-slider .slider-item {
  color: #fff;
  flex-shrink: 0;
  width: 55.2vw;
  margin-inline: 2.4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item,
  .main-contents .section-character .character-slider .slider-item {
    width: 207px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item,
  .main-contents .section-character .character-slider .slider-item {
    margin-inline: 9px;
  }
}
.main-contents .section-character .slider .slider-item .img-container,
.main-contents .section-character .character-slider .slider-item .img-container {
  position: relative;
  height: 70.66666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .img-container,
  .main-contents .section-character .character-slider .slider-item .img-container {
    height: 265px;
  }
}
.main-contents .section-character .slider .slider-item .img-container .bg,
.main-contents .section-character .character-slider .slider-item .img-container .bg {
  background: rgba(255,255,255,0.4);
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .img-container .bg,
  .main-contents .section-character .character-slider .slider-item .img-container .bg {
    border-radius: 40px;
  }
}
.main-contents .section-character .slider .slider-item .img-container .img,
.main-contents .section-character .character-slider .slider-item .img-container .img {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-contents .section-character .slider .slider-item .img-container .img-item,
.main-contents .section-character .character-slider .slider-item .img-container .img-item {
  position: absolute;
}
.main-contents .section-character .slider .slider-item .name,
.main-contents .section-character .character-slider .slider-item .name,
.main-contents .section-character .slider .slider-item .text,
.main-contents .section-character .character-slider .slider-item .text {
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s;
}
.main-contents .section-character .slider .slider-item .name,
.main-contents .section-character .character-slider .slider-item .name {
  font-size: 5.333333333333334vw;
  margin-top: 5.600000000000001vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .name,
  .main-contents .section-character .character-slider .slider-item .name {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .name,
  .main-contents .section-character .character-slider .slider-item .name {
    margin-top: 21px;
  }
}
.main-contents .section-character .slider .slider-item .text,
.main-contents .section-character .character-slider .slider-item .text {
  width: 100vw;
  padding-inline: 8vw;
  font-size: 4.266666666666667vw;
  line-height: 2;
  margin-top: 2.8vw;
  margin-left: -22.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .text,
  .main-contents .section-character .character-slider .slider-item .text {
    width: 375px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .text,
  .main-contents .section-character .character-slider .slider-item .text {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .text,
  .main-contents .section-character .character-slider .slider-item .text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .text,
  .main-contents .section-character .character-slider .slider-item .text {
    margin-top: 10.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .text,
  .main-contents .section-character .character-slider .slider-item .text {
    margin-left: -83px;
  }
}
.main-contents .section-character .slider .slider-item .text ruby,
.main-contents .section-character .character-slider .slider-item .text ruby {
  display: inline-block;
  position: relative;
}
.main-contents .section-character .slider .slider-item .text ruby::after,
.main-contents .section-character .character-slider .slider-item .text ruby::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: attr(data-ruby);
  transform: translate(-50%);
  top: -0.533333333333333vw;
  line-height: 1;
  white-space: nowrap;
  font-size: 2.4vw;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .text ruby::after,
  .main-contents .section-character .character-slider .slider-item .text ruby::after {
    top: -2px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item .text ruby::after,
  .main-contents .section-character .character-slider .slider-item .text ruby::after {
    font-size: 0.9rem;
  }
}
.main-contents .section-character .slider .slider-item .text ruby.ruby-left::after,
.main-contents .section-character .character-slider .slider-item .text ruby.ruby-left::after {
  transform: translate(-60%);
}
.main-contents .section-character .slider .slider-item .text ruby rt,
.main-contents .section-character .character-slider .slider-item .text ruby rt {
  display: none;
}
.main-contents .section-character .slider .slider-item.is-selected .bg,
.main-contents .section-character .character-slider .slider-item.is-selected .bg {
  border: solid #ec820d;
  border-width: 1.066666666666667vw;
  border-radius: 10.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item.is-selected .bg,
  .main-contents .section-character .character-slider .slider-item.is-selected .bg {
    border-width: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .slider-item.is-selected .bg,
  .main-contents .section-character .character-slider .slider-item.is-selected .bg {
    border-radius: 40px;
  }
}
.main-contents .section-character .slider .slider-item.is-selected .name,
.main-contents .section-character .character-slider .slider-item.is-selected .name,
.main-contents .section-character .slider .slider-item.is-selected .text,
.main-contents .section-character .character-slider .slider-item.is-selected .text {
  opacity: 1;
}
.main-contents .section-character .slider .item-1 .img-container .img-item,
.main-contents .section-character .character-slider .item-1 .img-container .img-item {
  width: 39.2vw;
  top: 11.200000000000001vw;
  left: 8.4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-1 .img-container .img-item,
  .main-contents .section-character .character-slider .item-1 .img-container .img-item {
    width: 147px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-1 .img-container .img-item,
  .main-contents .section-character .character-slider .item-1 .img-container .img-item {
    top: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-1 .img-container .img-item,
  .main-contents .section-character .character-slider .item-1 .img-container .img-item {
    left: 31.5px;
  }
}
.main-contents .section-character .slider .item-2 .img-container .img-item,
.main-contents .section-character .character-slider .item-2 .img-container .img-item {
  width: 30.4vw;
  top: 17.066666666666666vw;
  left: 12.266666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-2 .img-container .img-item,
  .main-contents .section-character .character-slider .item-2 .img-container .img-item {
    width: 114px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-2 .img-container .img-item,
  .main-contents .section-character .character-slider .item-2 .img-container .img-item {
    top: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-2 .img-container .img-item,
  .main-contents .section-character .character-slider .item-2 .img-container .img-item {
    left: 46px;
  }
}
.main-contents .section-character .slider .item-2 .text,
.main-contents .section-character .character-slider .item-2 .text {
  padding-inline: 10.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-2 .text,
  .main-contents .section-character .character-slider .item-2 .text {
    padding-inline: 40px;
  }
}
.main-contents .section-character .slider .item-3 .img-container .img-item,
.main-contents .section-character .character-slider .item-3 .img-container .img-item {
  width: 47.199999999999996vw;
  top: 9.066666666666666vw;
  left: 4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-3 .img-container .img-item,
  .main-contents .section-character .character-slider .item-3 .img-container .img-item {
    width: 177px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-3 .img-container .img-item,
  .main-contents .section-character .character-slider .item-3 .img-container .img-item {
    top: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-3 .img-container .img-item,
  .main-contents .section-character .character-slider .item-3 .img-container .img-item {
    left: 15px;
  }
}
.main-contents .section-character .slider .item-3 .text,
.main-contents .section-character .character-slider .item-3 .text {
  padding-inline: 12vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-3 .text,
  .main-contents .section-character .character-slider .item-3 .text {
    padding-inline: 45px;
  }
}
.main-contents .section-character .slider .item-4 .img-container .img-item,
.main-contents .section-character .character-slider .item-4 .img-container .img-item {
  width: 32.93333333333333vw;
  top: 12vw;
  left: 11.200000000000001vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-4 .img-container .img-item,
  .main-contents .section-character .character-slider .item-4 .img-container .img-item {
    width: 123.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-4 .img-container .img-item,
  .main-contents .section-character .character-slider .item-4 .img-container .img-item {
    top: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-4 .img-container .img-item,
  .main-contents .section-character .character-slider .item-4 .img-container .img-item {
    left: 42px;
  }
}
.main-contents .section-character .slider .item-4 .text,
.main-contents .section-character .character-slider .item-4 .text {
  padding-inline: 9.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-character .slider .item-4 .text,
  .main-contents .section-character .character-slider .item-4 .text {
    padding-inline: 35px;
  }
}
.main-contents .section-guide {
  margin-top: -22.666666666666664vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide {
    margin-top: -85px;
  }
}
.main-contents .section-guide .section-inner {
  padding-block: 36.8vw 7.199999999999999vw;
  background: url("assets/img/event/halloween/guide-bg.png?hash=44416d921733e461ac94133f23f93c52") center top no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .section-inner {
    padding-block: 138px 27px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-guide .section-inner {
    background: url("assets/img/event/halloween/guide-bg@2x.png?hash=39e19d4e735a79b2c6a741ef2449e283") center top no-repeat;
    background-size: 100%;
  }
}
.main-contents .section-guide .section-heading .text-main {
  width: 74.13333333333333vw;
  margin-left: 13.066666666666665vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .section-heading .text-main {
    width: 278px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .section-heading .text-main {
    margin-left: 49px;
  }
}
.main-contents .section-guide .section-heading .text-sub {
  color: #571087;
  margin-top: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .section-heading .text-sub {
    margin-top: 12px;
  }
}
.main-contents .section-guide .main-text {
  text-align: center;
  font-size: 4.266666666666667vw;
  line-height: 1.6;
  margin-top: 5.466666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .main-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .main-text {
    margin-top: 20.5px;
  }
}
.main-contents .section-guide .main-text .text-dots-line {
  position: relative;
  border-bottom: dashed #2f2e2e;
  border-bottom-width: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .main-text .text-dots-line {
    border-bottom-width: 1px;
  }
}
.main-contents .section-guide .btn-orange {
  margin-top: 10.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .btn-orange {
    margin-top: 40.5px;
  }
}
.main-contents .section-guide .for-first {
  position: relative;
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .for-first {
    margin-top: 30px;
  }
}
.main-contents .section-guide .for-first .heading {
  text-align: center;
  font-size: 4.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .for-first .heading {
    font-size: 1.6rem;
  }
}
.main-contents .section-guide .for-first .btn-pink {
  margin-top: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .for-first .btn-pink {
    margin-top: 11px;
  }
}
.main-contents .section-guide .chara {
  width: 40.8vw;
  margin-top: 10.4vw;
  margin-left: 30.666666666666664vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .chara {
    width: 153px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .chara {
    margin-top: 39px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-guide .chara {
    margin-left: 115px;
  }
}
.main-contents .section-guide .bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-contents .section-ticket .bg-item-top {
  top: -7.733333333333333vw;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .bg-item-top {
    top: -29px;
  }
}
.main-contents .section-ticket .bg-item-bottom {
  bottom: -22vw;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .bg-item-bottom {
    bottom: -82.5px;
  }
}
.main-contents .section-ticket .section-inner {
  padding-block: 21.066666666666666vw 1.333333333333333vw;
  background: url("assets/img/event/halloween/ticket-bg.png?hash=e4be8919f6e5eb8f58d769d58de52ca7") center 24.53333333333333vw no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .section-inner {
    padding-block: 79px 5px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-ticket .section-inner {
    background: url("assets/img/event/halloween/ticket-bg@2x.png?hash=5e08483c8d81596f562b56794815b7fc") center 24.53333333333333vw no-repeat;
    background-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .section-inner {
    background-position: center 92px;
  }
}
.main-contents .section-ticket .section-heading .text-main {
  width: 45.6vw;
  margin-left: 27.200000000000003vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .section-heading .text-main {
    width: 171px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .section-heading .text-main {
    margin-left: 102px;
  }
}
.main-contents .section-ticket .section-heading .text-sub {
  color: #ff0;
  margin-top: 3.066666666666666vw;
  margin-right: 1.066666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .section-heading .text-sub {
    margin-top: 11.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .section-heading .text-sub {
    margin-right: 4px;
  }
}
.main-contents .section-ticket .main-text {
  color: #fff;
  text-align: center;
  font-size: 4.266666666666667vw;
  line-height: 1.8;
  margin-top: 5.333333333333334vw;
  padding-inline: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .main-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .main-text {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .main-text {
    padding-inline: 20px;
  }
}
.main-contents .section-ticket .web-ticket {
  margin-top: 7.733333333333333vw;
  margin-left: 4.266666666666667vw;
  width: 90.66666666666666vw;
  height: 49.86666666666667vw;
  background: url("assets/img/event/halloween/web-ticket-bg.png?hash=df027ae39f8ba70b8185f95dd9c21bd8") center 0 no-repeat;
  background-size: 100%;
  padding-top: 8.533333333333333vw;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket {
    margin-top: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket {
    width: 340px;
    height: 187px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-ticket .web-ticket {
    background: url("assets/img/event/halloween/web-ticket-bg@2x.png?hash=9a92f964ae016ab13c0eba3b4f14f641") center 0 no-repeat;
    background-size: 100%;
  }
}
.main-contents .section-ticket .web-ticket .heading {
  position: relative;
  font-size: 5.333333333333334vw;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2vw;
  margin-left: 13.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .heading {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .heading {
    padding-bottom: 7.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .heading {
    margin-left: 50px;
  }
}
.main-contents .section-ticket .web-ticket .heading::after {
  position: absolute;
  bottom: 0;
  left: 0.533333333333333vw;
  content: '';
  width: calc(100% - 0.5em);
  height: 0.533333333333333vw;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 0.8vw, transparent 0.8vw, transparent 1.6vw), repeating-linear-gradient(180deg, #fff, #fff 0.8vw, transparent 0.8vw, transparent 1.6vw), repeating-linear-gradient(90deg, #fff, #fff 0.8vw, transparent 0.8vw, transparent 1.6vw), repeating-linear-gradient(180deg, #fff, #fff 0.8vw, transparent 0.8vw, transparent 1.6vw);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 0.266666666666667vw, 0.266666666666667vw 100%, 100% 0.266666666666667vw, 0.266666666666667vw 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .heading::after {
    left: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .heading::after {
    height: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .heading::after {
    background-image: repeating-linear-gradient(90deg, #fff, #fff 3px, transparent 3px, transparent 6px), repeating-linear-gradient(180deg, #fff, #fff 3px, transparent 3px, transparent 6px), repeating-linear-gradient(90deg, #fff, #fff 3px, transparent 3px, transparent 6px), repeating-linear-gradient(180deg, #fff, #fff 3px, transparent 3px, transparent 6px);
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  }
}
.main-contents .section-ticket .web-ticket .web-ticket-list {
  margin-top: 3.2vw;
  margin-left: 11.200000000000001vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .web-ticket-list {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .web-ticket-list {
    margin-left: 42px;
  }
}
.main-contents .section-ticket .web-ticket .web-ticket-list li {
  display: flex;
  font-size: 4.266666666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .web-ticket-list li {
    font-size: 1.6rem;
  }
}
.main-contents .section-ticket .web-ticket .web-ticket-list li:not(:first-child) {
  margin-top: 0.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .web-ticket-list li:not(:first-child) {
    margin-top: 3px;
  }
}
.main-contents .section-ticket .web-ticket .web-ticket-list li::before {
  margin-top: 1.066666666666667vw;
  margin-right: 1.6vw;
  content: '';
  width: 4.266666666666667vw;
  height: 4.266666666666667vw;
  background: url("assets/img/event/halloween/web-ticket-icon.png?hash=292f3e41bfe726f4633a7012b7348cc7") center 0 no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .web-ticket-list li::before {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .web-ticket-list li::before {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .web-ticket .web-ticket-list li::before {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-ticket .web-ticket .web-ticket-list li::before {
    background: url("assets/img/event/halloween/web-ticket-icon@2x.png?hash=7070cef3440cffc98281fb22846725c1") center 0 no-repeat;
    background-size: 100%;
  }
}
.main-contents .section-ticket .ticket-type {
  background: #fff;
  border-radius: 2.666666666666667vw;
  width: 87.2vw;
  margin-inline: auto;
  margin-top: 2.133333333333333vw;
  padding-block: 4vw;
  padding-inline: 6.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type {
    width: 327px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type {
    padding-block: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type {
    padding-inline: 23px;
  }
}
.main-contents .section-ticket .ticket-type .heading {
  width: 63.33333333333333vw;
  margin-left: 5.600000000000001vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .heading {
    width: 237.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .heading {
    margin-left: 21px;
  }
}
.main-contents .section-ticket .ticket-type .ticket-type-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.666666666666667vw 3.466666666666666vw;
  margin-top: 4.933333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list {
    gap: 10px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list {
    margin-top: 18.5px;
  }
}
.main-contents .section-ticket .ticket-type .ticket-type-list li {
  align-items: center;
  display: flex;
  font-size: 4.8vw;
  width: 34.93333333333333vw;
  border-bottom: solid #dcd4d1;
  border-bottom-width: 0.266666666666667vw;
  padding-bottom: 1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list li {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list li {
    width: 131px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list li {
    border-bottom-width: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list li {
    padding-bottom: 7px;
  }
}
.main-contents .section-ticket .ticket-type .ticket-type-list li::before {
  content: '';
  width: 1.6vw;
  height: 1.6vw;
  background: #ff7403;
  border-radius: 50%;
  margin-right: 2.4vw;
  margin-top: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list li::before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list li::before {
    margin-right: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list li::before {
    margin-top: 1px;
  }
}
.main-contents .section-ticket .ticket-type .ticket-type-list li:nth-child(3),
.main-contents .section-ticket .ticket-type .ticket-type-list li:nth-child(4) {
  padding-bottom: 2.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .ticket-type-list li:nth-child(3),
  .main-contents .section-ticket .ticket-type .ticket-type-list li:nth-child(4) {
    padding-bottom: 8px;
  }
}
.main-contents .section-ticket .ticket-type .notes {
  padding-inline: 3.733333333333334vw;
  margin-top: 3.466666666666666vw;
  font-size: 2.666666666666667vw;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .notes {
    padding-inline: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .notes {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .ticket-type .notes {
    font-size: 1rem;
  }
}
.main-contents .section-ticket .coupon {
  margin-top: 10.666666666666668vw;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon {
    margin-top: 40px;
  }
}
.main-contents .section-ticket .coupon > span {
  display: block;
}
.main-contents .section-ticket .coupon .text-line-1 {
  font-size: 3.733333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-1 {
    font-size: 1.4rem;
  }
}
.main-contents .section-ticket .coupon .text-line-2 {
  color: #ff0;
  font-size: 6.4vw;
  letter-spacing: 0.03em;
  margin-top: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-2 {
    margin-top: 12px;
  }
}
.main-contents .section-ticket .coupon .text-line-2 .text-dots {
  font-size: 8.266666666666666vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-2 .text-dots {
    font-size: 3.1rem;
  }
}
.main-contents .section-ticket .coupon .text-line-2 .text-dots span {
  display: inline-block;
  position: relative;
}
.main-contents .section-ticket .coupon .text-line-2 .text-dots span::before {
  position: absolute;
  left: 50%;
  content: '';
  top: -0.8vw;
  width: 1.066666666666667vw;
  height: 1.066666666666667vw;
  margin-left: -0.533333333333333vw;
  background: #ff0;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-2 .text-dots span::before {
    top: -3px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-2 .text-dots span::before {
    width: 4px;
    height: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-2 .text-dots span::before {
    margin-left: -2px;
  }
}
.main-contents .section-ticket .coupon .text-line-3 {
  display: flex;
  justify-content: center;
  margin-top: 3.6vw;
  font-size: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-3 {
    margin-top: 13.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-3 {
    font-size: 2rem;
  }
}
.main-contents .section-ticket .coupon .text-line-3 span:nth-child(1) {
  margin-right: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-3 span:nth-child(1) {
    margin-right: 10px;
  }
}
.main-contents .section-ticket .coupon .text-line-3 span:nth-child(2) {
  margin-left: 1.6vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .coupon .text-line-3 span:nth-child(2) {
    margin-left: 6px;
  }
}
.main-contents .section-ticket .btn-container {
  margin-top: 9.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .btn-container {
    margin-top: 35px;
  }
}
.main-contents .section-ticket .btn-container .block:not(:first-child) {
  margin-top: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .btn-container .block:not(:first-child) {
    margin-top: 26px;
  }
}
.main-contents .section-ticket .btn-container .heading {
  color: #fff;
  font-size: 4.266666666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .btn-container .heading {
    font-size: 1.6rem;
  }
}
.main-contents .section-ticket .btn-container .btn {
  margin-top: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .btn-container .btn {
    margin-top: 11px;
  }
}
.main-contents .section-ticket .notes-container {
  color: #fff;
  width: 87.2vw;
  background-color: rgba(255,255,255,0.1);
  margin-inline: auto;
  border-radius: 1.066666666666667vw;
  margin-top: 10.4vw;
  padding-block: 3.733333333333334vw;
  padding-inline: 3.733333333333334vw 4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container {
    width: 327px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container {
    margin-top: 39px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container {
    padding-block: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container {
    padding-inline: 14px 15px;
  }
}
.main-contents .section-ticket .notes-container .heading {
  font-size: 4.266666666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container .heading {
    font-size: 1.6rem;
  }
}
.main-contents .section-ticket .notes-container ul {
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container ul {
    margin-top: 10px;
  }
}
.main-contents .section-ticket .notes-container li {
  display: flex;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container li {
    font-size: 1.2rem;
  }
}
.main-contents .section-ticket .notes-container li:not(:first-child) {
  margin-top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container li:not(:first-child) {
    margin-top: 2px;
  }
}
.main-contents .section-ticket .notes-container li::before {
  content: '';
  flex-shrink: 0;
  width: 1.6vw;
  height: 1.6vw;
  background: #fff;
  border-radius: 50%;
  margin-right: 1.6vw;
  margin-top: 1.6vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container li::before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container li::before {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .notes-container li::before {
    margin-top: 6px;
  }
}
.main-contents .section-ticket .chara {
  position: relative;
  width: 91.33333333333333vw;
  margin-top: -18vw;
  margin-left: -18.666666666666668vw;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .chara {
    width: 342.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .chara {
    margin-top: -67.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-ticket .chara {
    margin-left: -70px;
  }
}
.main-contents .section-ticket .chara.is-animated {
  animation: float 5s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  --y: 5px;
}
.main-contents .section-buy-ticket {
  background: #571087;
}
.main-contents .section-buy-ticket .section-inner {
  padding-block: 38.266666666666666vw 18.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .section-inner {
    padding-block: 143.5px 70px;
  }
}
.main-contents .section-buy-ticket .section-heading .text-main {
  width: 47.46666666666667vw;
  margin-left: 27.200000000000003vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .section-heading .text-main {
    width: 178px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .section-heading .text-main {
    margin-left: 102px;
  }
}
.main-contents .section-buy-ticket .main-text {
  text-align: center;
  font-size: 4.266666666666667vw;
  line-height: 1.25;
  color: #fff;
  margin-top: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .main-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .main-text {
    margin-top: 18px;
  }
}
.main-contents .section-buy-ticket .main-text .text-marker {
  display: block;
  margin-top: 2.4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .main-text .text-marker {
    margin-top: 9px;
  }
}
.main-contents .section-buy-ticket .main-text .text-marker .text-marker-line {
  background: #fff;
  color: #f66802;
  display: block;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .main-text .text-marker .text-marker-line {
    padding-bottom: 2px;
  }
}
.main-contents .section-buy-ticket .main-text .text-marker .text-marker-line:not(:first-child) {
  margin-top: 1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .main-text .text-marker .text-marker-line:not(:first-child) {
    margin-top: 7px;
  }
}
.main-contents .section-buy-ticket .main-text .text-marker .text-marker-line:nth-child(1) {
  padding-inline: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .main-text .text-marker .text-marker-line:nth-child(1) {
    padding-inline: 1px;
  }
}
.main-contents .section-buy-ticket .main-text .text-marker .text-marker-line:nth-child(2) {
  padding-inline: 1.6vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .main-text .text-marker .text-marker-line:nth-child(2) {
    padding-inline: 6px;
  }
}
.main-contents .section-buy-ticket .main-text .text-marker .text-marker-line:nth-child(3) span {
  display: inline-block;
  margin-inline: -0.3em;
}
.main-contents .section-buy-ticket .ticket-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-inline: 6.4vw;
  margin-top: 11.466666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list {
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list {
    margin-top: 43px;
  }
}
.main-contents .section-buy-ticket .ticket-list li {
  background: #ff7403;
  border: solid #ff7403;
  position: relative;
  border-width: 0.266666666666667vw;
  border-radius: 2.133333333333333vw;
  align-items: center;
  display: flex;
  width: 42.66666666666667vw;
  overflow: hidden;
  min-height: 14.399999999999999vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li {
    border-width: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li {
    width: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li {
    min-height: 54px;
  }
}
.main-contents .section-buy-ticket .ticket-list li .heaidng {
  width: 21.333333333333336vw;
  color: #fff;
  flex-shrink: 0;
  font-size: 3.733333333333334vw;
  line-height: 1.2;
  text-align: center;
  padding-top: 0.533333333333333vw;
  padding-right: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li .heaidng {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li .heaidng {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li .heaidng {
    padding-top: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li .heaidng {
    padding-right: 1px;
  }
}
.main-contents .section-buy-ticket .ticket-list li .heaidng .text-small {
  display: block;
  margin-top: 0.8vw;
  font-size: 3.2vw;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li .heaidng .text-small {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li .heaidng .text-small {
    font-size: 1.2rem;
  }
}
.main-contents .section-buy-ticket .ticket-list li .contents {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 3.733333333333334vw;
  line-height: 1.4;
  padding-left: 3.466666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li .contents {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li .contents {
    padding-left: 13px;
  }
}
.main-contents .section-buy-ticket .ticket-list li .contents .price {
  font-size: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li .contents .price {
    font-size: 1.8rem;
  }
}
.main-contents .section-buy-ticket .ticket-list li:nth-child(1) {
  width: 100%;
  margin-bottom: 2.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li:nth-child(1) {
    margin-bottom: 8px;
  }
}
.main-contents .section-buy-ticket .ticket-list li:nth-child(1) .ill {
  position: absolute;
  top: 5.333333333333334vw;
  right: 3.333333333333333vw;
  width: 21.333333333333336vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li:nth-child(1) .ill {
    top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li:nth-child(1) .ill {
    right: 12.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li:nth-child(1) .ill {
    width: 80px;
  }
}
.main-contents .section-buy-ticket .ticket-list li:nth-child(1) .contents {
  padding-left: 4.8vw;
  padding-block: 5.866666666666666vw 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li:nth-child(1) .contents {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li:nth-child(1) .contents {
    padding-block: 22px 20px;
  }
}
.main-contents .section-buy-ticket .ticket-list li:nth-child(1) .contents .price {
  margin-bottom: 0.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .ticket-list li:nth-child(1) .contents .price {
    margin-bottom: 2.5px;
  }
}
.main-contents .section-buy-ticket .step {
  padding-inline: 6.4vw;
  margin-top: 10.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step {
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step {
    margin-top: 38px;
  }
}
.main-contents .section-buy-ticket .step .heading {
  font-size: 5.333333333333334vw;
  background: url("assets/img/event/dinosaurfestival/buy-step-heading-bg.png?hash=4c6ebb0234ceaca07ec1660084a937db") center 2.933333333333333vw no-repeat;
  background-size: 87.6vw 0.533333333333333vw;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .heading {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .heading {
    background-position: center 11px;
    background-size: 328.5px 2px;
  }
}
.main-contents .section-buy-ticket .step .heading span {
  display: inline-block;
  padding-inline: 2.666666666666667vw;
  background: #571087;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .heading span {
    padding-inline: 10px;
  }
}
.main-contents .section-buy-ticket .step .step-list {
  margin-top: 3.466666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list {
    margin-top: 13px;
  }
}
.main-contents .section-buy-ticket .step .step-list li {
  display: flex;
  position: relative;
}
.main-contents .section-buy-ticket .step .step-list .num {
  text-align: center;
}
.main-contents .section-buy-ticket .step .step-list .num .num-text {
  color: #ff0;
  font-size: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .num .num-text {
    font-size: 1.2rem;
  }
}
.main-contents .section-buy-ticket .step .step-list .num .icon {
  display: grid;
  place-items: center;
  width: 17.599999999999998vw;
  height: 17.599999999999998vw;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .num .icon {
    width: 66px;
    height: 66px;
  }
}
.main-contents .section-buy-ticket .step .step-list .icon-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  fill: #ffeb15;
  width: 3.733333333333334vw;
  height: 2.133333333333333vw;
  margin-left: -1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .icon-arrow {
    width: 14px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .icon-arrow {
    margin-left: -7px;
  }
}
.main-contents .section-buy-ticket .step .step-list .contents {
  color: #fff;
  font-size: 3.733333333333334vw;
  line-height: 1.5;
  margin-left: 3.733333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .contents {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .contents {
    margin-left: 14px;
  }
}
.main-contents .section-buy-ticket .step .step-list .contents .stap-heading {
  position: relative;
  font-size: 4.266666666666667vw;
  padding-bottom: 0.533333333333333vw;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .contents .stap-heading {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .contents .stap-heading {
    padding-bottom: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .contents .stap-heading {
    margin-bottom: 3px;
  }
}
.main-contents .section-buy-ticket .step .step-list .contents .stap-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0.266666666666667vw;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 0.533333333333333vw, transparent 0.533333333333333vw, transparent 1.066666666666667vw), repeating-linear-gradient(180deg, #fff, #fff 0.533333333333333vw, transparent 0.533333333333333vw, transparent 1.066666666666667vw), repeating-linear-gradient(90deg, #fff, #fff 0.533333333333333vw, transparent 0.533333333333333vw, transparent 1.066666666666667vw), repeating-linear-gradient(180deg, #fff, #fff 0.533333333333333vw, transparent 0.533333333333333vw, transparent 1.066666666666667vw);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 0.266666666666667vw, 0.266666666666667vw 100%, 100% 0.266666666666667vw, 0.266666666666667vw 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .contents .stap-heading::after {
    height: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .contents .stap-heading::after {
    background-image: repeating-linear-gradient(90deg, #fff, #fff 2px, transparent 2px, transparent 4px), repeating-linear-gradient(180deg, #fff, #fff 2px, transparent 2px, transparent 4px), repeating-linear-gradient(90deg, #fff, #fff 2px, transparent 2px, transparent 4px), repeating-linear-gradient(180deg, #fff, #fff 2px, transparent 2px, transparent 4px);
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  }
}
.main-contents .section-buy-ticket .step .step-list .contents .notes {
  font-size: 2.666666666666667vw;
  line-height: 1.8;
  margin-top: 3.733333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .contents .notes {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .contents .notes {
    margin-top: 14px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-1 {
  padding-bottom: 4.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-1 {
    padding-bottom: 17px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-1 .num .icon {
  padding-left: 0.266666666666667vw;
  margin-top: 1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-1 .num .icon {
    padding-left: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-1 .num .icon {
    margin-top: 7px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-1 .num .icon img {
  width: 11.200000000000001vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-1 .num .icon img {
    width: 42px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-1 .contents {
  margin-top: 1.733333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-1 .contents {
    margin-top: 6.5px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-2 {
  margin-top: 2.4vw;
  padding-bottom: 4.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-2 {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-2 {
    padding-bottom: 16px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-2 .num {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-2 .num {
    margin-top: 15px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-2 .num .icon {
  padding-bottom: 1.066666666666667vw;
  margin-top: 1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-2 .num .icon {
    padding-bottom: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-2 .num .icon {
    margin-top: 7px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-2 .num .icon img {
  width: 11.333333333333332vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-2 .num .icon img {
    width: 42.5px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-3 {
  margin-top: 5.066666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-3 {
    margin-top: 19px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-3 .num {
  margin-top: -1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-3 .num {
    margin-top: -7px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-3 .num .icon {
  margin-top: 1.866666666666667vw;
  padding-bottom: 0.8vw;
  padding-left: 1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-3 .num .icon {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-3 .num .icon {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-3 .num .icon {
    padding-left: 7px;
  }
}
.main-contents .section-buy-ticket .step .step-list .step-3 .num .icon img {
  width: 9.2vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .step .step-list .step-3 .num .icon img {
    width: 34.5px;
  }
}
.main-contents .section-buy-ticket .notes-container {
  color: #fff;
  width: 87.2vw;
  background-color: rgba(255,255,255,0.1);
  margin-inline: auto;
  border-radius: 1.066666666666667vw;
  margin-top: 10.4vw;
  padding-block: 3.733333333333334vw;
  padding-inline: 3.733333333333334vw 4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container {
    width: 327px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container {
    margin-top: 39px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container {
    padding-block: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container {
    padding-inline: 14px 15px;
  }
}
.main-contents .section-buy-ticket .notes-container .heading {
  font-size: 4.266666666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container .heading {
    font-size: 1.6rem;
  }
}
.main-contents .section-buy-ticket .notes-container ul {
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container ul {
    margin-top: 10px;
  }
}
.main-contents .section-buy-ticket .notes-container li {
  display: flex;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container li {
    font-size: 1.2rem;
  }
}
.main-contents .section-buy-ticket .notes-container li:not(:first-child) {
  margin-top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container li:not(:first-child) {
    margin-top: 2px;
  }
}
.main-contents .section-buy-ticket .notes-container li::before {
  content: '';
  flex-shrink: 0;
  width: 1.6vw;
  height: 1.6vw;
  background: #fff;
  border-radius: 50%;
  margin-right: 1.6vw;
  margin-top: 1.6vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container li::before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container li::before {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .notes-container li::before {
    margin-top: 6px;
  }
}
.main-contents .section-buy-ticket .coupon {
  margin-top: 10.666666666666668vw;
  margin-left: 6.4vw;
  width: 88vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .coupon {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .coupon {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .coupon {
    width: 330px;
  }
}
.main-contents .section-buy-ticket .btn-container {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .btn-container {
    margin-top: 30px;
  }
}
.main-contents .section-buy-ticket .btn-container .block:not(:first-child) {
  margin-top: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .btn-container .block:not(:first-child) {
    margin-top: 26px;
  }
}
.main-contents .section-buy-ticket .btn-container .heading {
  color: #fff;
  font-size: 4.266666666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .btn-container .heading {
    font-size: 1.6rem;
  }
}
.main-contents .section-buy-ticket .btn-container .btn {
  margin-top: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .btn-container .btn {
    margin-top: 11px;
  }
}
.main-contents .section-buy-ticket .btn-container .text {
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
  margin-top: 2.4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .btn-container .text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .btn-container .text {
    margin-top: 9px;
  }
}
.main-contents .section-buy-ticket .about-coupon {
  color: #fff;
  width: 88vw;
  background-color: rgba(255,255,255,0.1);
  margin-inline: auto;
  border-radius: 1.066666666666667vw;
  margin-top: 8.266666666666666vw;
  padding-block: 3.733333333333334vw;
  padding-inline: 3.733333333333334vw 4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon {
    width: 330px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon {
    margin-top: 31px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon {
    padding-block: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon {
    padding-inline: 14px 15px;
  }
}
.main-contents .section-buy-ticket .about-coupon .heading {
  display: flex;
  margin-inline: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.866666666666667vw;
  font-size: 4.266666666666667vw;
  color: #ff0;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon .heading {
    gap: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon .heading {
    font-size: 1.6rem;
  }
}
.main-contents .section-buy-ticket .about-coupon .heading::before,
.main-contents .section-buy-ticket .about-coupon .heading::after {
  content: '';
  margin-top: 1.866666666666667vw;
  width: 3.733333333333334vw;
  height: 0.533333333333333vw;
  background: #ff0;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon .heading::before,
  .main-contents .section-buy-ticket .about-coupon .heading::after {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon .heading::before,
  .main-contents .section-buy-ticket .about-coupon .heading::after {
    width: 14px;
    height: 2px;
  }
}
.main-contents .section-buy-ticket .about-coupon ul {
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon ul {
    margin-top: 10px;
  }
}
.main-contents .section-buy-ticket .about-coupon li {
  display: flex;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon li {
    font-size: 1.2rem;
  }
}
.main-contents .section-buy-ticket .about-coupon li:not(:first-child) {
  margin-top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon li:not(:first-child) {
    margin-top: 2px;
  }
}
.main-contents .section-buy-ticket .about-coupon li::before {
  content: '';
  flex-shrink: 0;
  width: 1.6vw;
  height: 1.6vw;
  background: #fff;
  border-radius: 50%;
  margin-right: 1.6vw;
  margin-top: 1.6vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon li::before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon li::before {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-buy-ticket .about-coupon li::before {
    margin-top: 6px;
  }
}
.main-contents .section-buy-ticket .about-coupon li .text-yellow {
  color: #ff0;
}
.main-contents .section-app .section-inner {
  padding-block: 41.06666666666667vw 44.53333333333334vw;
  background: url("assets/img/event/halloween/app-bg.png?hash=d0ec70141add614ac475ae1aa3a6b42b") center top no-repeat #571087;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .section-inner {
    padding-block: 154px 167px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-app .section-inner {
    background: url("assets/img/event/halloween/app-bg@2x.png?hash=828ca1666c09d23d899cda104a4dea7c") center top no-repeat #571087;
    background-size: 100%;
  }
}
.main-contents .section-app .bg-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5.066666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .bg-bottom {
    bottom: -19px;
  }
}
.main-contents .section-app .section-heading {
  color: #fff;
  text-align: center;
}
.main-contents .section-app .section-heading .text-large {
  font-size: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .section-heading .text-large {
    font-size: 1.8rem;
  }
}
.main-contents .section-app .section-heading .text-sub {
  color: #fff;
  font-size: 3.733333333333334vw;
  margin-top: 3.733333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .section-heading .text-sub {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .section-heading .text-sub {
    margin-top: 14px;
  }
}
.main-contents .section-app .section-heading .text-main {
  width: 70.53333333333333vw;
  margin-inline: auto;
  margin-top: 2.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .section-heading .text-main {
    width: 264.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .section-heading .text-main {
    margin-top: 10.5px;
  }
}
.main-contents .section-app .main-text {
  text-align: center;
  font-size: 3.733333333333334vw;
  color: #fff;
  line-height: 1.8;
  margin-top: 3.466666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .main-text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .main-text {
    margin-top: 13px;
  }
}
.main-contents .section-app .img-container {
  position: relative;
  width: 85.6vw;
  margin-top: 6.133333333333333vw;
  margin-left: 10.4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .img-container {
    width: 321px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .img-container {
    margin-top: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .img-container {
    margin-left: 39px;
  }
}
.main-contents .section-app .img-container .img-text {
  position: absolute;
  left: 50%;
  top: 19.6vw;
  margin-left: -3.466666666666666vw;
  font-size: 3.733333333333334vw;
  color: #e64f0a;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .img-container .img-text {
    top: 73.5px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .img-container .img-text {
    margin-left: -13px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .img-container .img-text {
    font-size: 1.4rem;
  }
}
.main-contents .section-app .download-links {
  display: flex;
  gap: 2.666666666666667vw;
  margin-top: 1.866666666666667vw;
  margin-left: 16.266666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .download-links {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .download-links {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .download-links {
    margin-left: 61px;
  }
}
.main-contents .section-app .download-links .btn-app {
  width: 30.933333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .download-links .btn-app {
    width: 116px;
  }
}
.main-contents .section-app .download-links .btn-google {
  width: 37.86666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-app .download-links .btn-google {
    width: 142px;
  }
}
.main-contents .section-app .download-links a {
  display: block;
}
.main-contents .section-faq {
  background: #571087;
  margin-top: -13.333333333333334vw;
  padding-top: 13.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq {
    padding-top: 50px;
  }
}
.main-contents .section-faq .section-heading .text-main {
  width: 32.266666666666666vw;
  margin-left: 33.86666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .section-heading .text-main {
    width: 121px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .section-heading .text-main {
    margin-left: 127px;
  }
}
.main-contents .section-faq .section-heading .text-sub {
  color: #ff0;
  margin-top: 3.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .section-heading .text-sub {
    margin-top: 12.5px;
  }
}
.main-contents .section-faq .faq-list {
  width: 87.2vw;
  margin-inline: auto;
  margin-top: 6.4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .faq-list {
    width: 327px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .faq-list {
    margin-top: 24px;
  }
}
.main-contents .section-faq .accordion:not(:first-child) {
  margin-top: 2.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion:not(:first-child) {
    margin-top: 8px;
  }
}
.main-contents .section-faq .accordion[open] .accordion-btn .accordion-btn-icon {
  padding-bottom: 0.8vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion[open] .accordion-btn .accordion-btn-icon {
    padding-bottom: 3px;
  }
}
.main-contents .section-faq .accordion[open] .accordion-btn .accordion-btn-icon .icon-arrow {
  transform: scale(1, -1);
}
.main-contents .section-faq .accordion-btn {
  align-items: center;
  background: #fff;
  display: flex;
  border-radius: 2.666666666666667vw;
  padding-block: 5.333333333333334vw;
  padding-inline: 4.266666666666667vw 3.733333333333334vw;
  cursor: pointer;
  overflow: hidden;
  font-size: 4.266666666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn {
    padding-block: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn {
    padding-inline: 16px 14px;
  }
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .main-contents .section-faq .accordion-btn {
    transition: 0.3s;
  }
  .main-contents .section-faq .accordion-btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn {
    font-size: 1.6rem;
  }
}
.main-contents .section-faq .accordion-btn::-webkit-details-marker {
  display: none;
}
.main-contents .section-faq .accordion-btn .accordion-btn-icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  position: relative;
  width: 5.600000000000001vw;
  height: 5.600000000000001vw;
  margin-left: auto;
  margin-top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn .accordion-btn-icon {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn .accordion-btn-icon {
    margin-top: 2px;
  }
}
.main-contents .section-faq .accordion-btn .accordion-btn-icon::before,
.main-contents .section-faq .accordion-btn .accordion-btn-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
}
.main-contents .section-faq .accordion-btn .accordion-btn-icon::before {
  background: #2f2e2e;
  top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn .accordion-btn-icon::before {
    top: 2px;
  }
}
.main-contents .section-faq .accordion-btn .accordion-btn-icon::after {
  background: #fff;
  border: solid #2f2e2e;
  border-width: 0.4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn .accordion-btn-icon::after {
    border-width: 1.5px;
  }
}
.main-contents .section-faq .accordion-btn .accordion-btn-icon .icon-arrow {
  position: relative;
  width: 2.133333333333333vw;
  height: 1.6vw;
  fill: #2f2e2e;
  z-index: 1;
  margin-top: 0.4vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn .accordion-btn-icon .icon-arrow {
    width: 8px;
    height: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-btn .accordion-btn-icon .icon-arrow {
    margin-top: 1.5px;
  }
}
.main-contents .section-faq .accordion-contents {
  padding-top: 1.6vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-contents {
    padding-top: 6px;
  }
}
.main-contents .section-faq .accordion-contents-inner {
  background: #fff;
  border-radius: 2.666666666666667vw;
  font-size: 4.266666666666667vw;
  line-height: 1.5;
  padding-block: 5.333333333333334vw;
  padding-inline: 4.266666666666667vw;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-contents-inner {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-contents-inner {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-contents-inner {
    padding-block: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .accordion-contents-inner {
    padding-inline: 16px;
  }
}
.main-contents .section-faq .follow-container {
  position: relative;
  margin-top: -1.866666666666667vw;
  padding-block: 16.400000000000002vw 13.600000000000001vw;
  background: url("assets/img/event/halloween/follow-bg.png?hash=a63d5cdfae99c96d456fb9b39cb0b7fc") center top no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .follow-container {
    margin-top: -7px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .follow-container {
    padding-block: 61.5px 51px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-contents .section-faq .follow-container {
    background: url("assets/img/event/halloween/follow-bg@2x.png?hash=20dc6f2ca03ecce3d1b4ab680f0afb76") center top no-repeat;
    background-size: 100%;
  }
}
.main-contents .section-faq .follow-container .bg-bottom {
  position: absolute;
  left: 0;
  bottom: -18.666666666666668vw;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .follow-container .bg-bottom {
    bottom: -70px;
  }
}
.main-contents .section-faq .follow-container .follow-heading {
  width: 50.66666666666667vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .follow-container .follow-heading {
    width: 190px;
  }
}
.main-contents .section-faq .follow-container .follow-list {
  display: flex;
  justify-content: center;
  gap: 4vw;
  margin-top: 3.466666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .follow-container .follow-list {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .follow-container .follow-list {
    margin-top: 13px;
  }
}
.main-contents .section-faq .follow-container .follow-list li {
  width: 14.399999999999999vw;
  height: 14.399999999999999vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .follow-container .follow-list li {
    width: 54px;
    height: 54px;
  }
}
.main-contents .section-faq .follow-container .follow-list a {
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.main-contents .section-faq .follow-container .follow-list .item-x img {
  width: 7.066666666666667vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .follow-container .follow-list .item-x img {
    width: 26.5px;
  }
}
.main-contents .section-faq .follow-container .follow-list .item-insta img {
  width: 7.866666666666666vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .follow-container .follow-list .item-insta img {
    width: 29.5px;
  }
}
.main-contents .section-faq .img-container {
  position: relative;
  width: 68.8vw;
  margin-left: 14.399999999999999vw;
  margin-top: 7.199999999999999vw;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .img-container {
    width: 258px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .img-container {
    margin-left: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .img-container {
    margin-top: 27px;
  }
}
.main-contents .section-faq .img-container .img-text {
  position: absolute;
  left: 50%;
  top: 9.066666666666666vw;
  margin-left: -28.26666666666667vw;
  font-size: 3.733333333333334vw;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .img-container .img-text {
    top: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .img-container .img-text {
    margin-left: -106px;
  }
}
@media only screen and (min-width: 768px) {
  .main-contents .section-faq .img-container .img-text {
    font-size: 1.4rem;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.popup .popup-inner {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .popup .popup-inner {
    margin-inline: auto;
    width: 375px;
  }
}
.popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.popup .popup-contents {
  position: relative;
  width: 91.46666666666667vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .popup .popup-contents {
    width: 343px;
  }
}
.popup .popup-contents .movie {
  border-radius: 1.6vw;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .popup .popup-contents .movie {
    border-radius: 6px;
  }
}
.popup .popup-contents .movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.popup .btn-popup-close {
  position: absolute;
  width: 6.133333333333333vw;
  height: 6.133333333333333vw;
  top: -9.333333333333334vw;
  right: 2.666666666666667vw;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .popup .btn-popup-close {
    width: 23px;
    height: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .popup .btn-popup-close {
    top: -35px;
  }
}
@media only screen and (min-width: 768px) {
  .popup .btn-popup-close {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .popup .btn-popup-close {
    transition: 0.3s;
  }
  .popup .btn-popup-close:hover {
    opacity: 0.7;
  }
}
.popup .btn-popup-close .btn-menu-line {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6.133333333333333vw;
  height: 0.8vw;
  background: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .popup .btn-popup-close .btn-menu-line {
    width: 23px;
    height: 3px;
  }
}
.popup .btn-popup-close .btn-menu-line:nth-child(1) {
  transform: rotate(-45deg);
}
.popup .btn-popup-close .btn-menu-line:nth-child(2) {
  transform: rotate(-135deg);
}