@charset "UTF-8";

/* ------------------------------------
 * ANIMATION
 * ------------------------------------ */

/*** fadein ***/

.animated {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 4s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInUP {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/*****common*****/

#special .mainvisual {
  width: 100%;
}

.area {
  margin-bottom: 5%;
}

#area_banner {
  width: 93%;
  margin: auto;
}

#area_banner dl dd {
  margin-bottom: 4%;
}

#area_banner a {
  display: inline-block;
}

#special .nav_area {
  margin: 8% auto 0%;
}

#special .nav_area.nav_area_2columns ul li {
  width: 48%;
  margin: 0 auto 10px;
}

#special .nav_area li img {
  width: 90%;
}

.summary_area {
  width: 93%;
  margin: 3% auto 3%;
}

.summary_area dd em {
  color: #ff116b;
}

#area_eventinfo .detail_area>.detail_content>dt {
  background: none;
}

.detail_area>.detail_content {
  width: 93%;
  margin: 4% auto 0;
  text-align: center;
}

.message_area {
  width: 93%;
  max-width: 800px;
  margin: 3% auto;
  text-align: center;
  color: #001B35;
}

.message_area--sub {
  margin-top: 20px;
  border-top: solid 1px #888;
  padding-top: 10px;
  width: 100%;
  text-align: left;
  font-size: 90%;
  color: #2c2c2c;
}

#area_eventinfo .detail_area>.detail_content>dt>img {
  width: auto;
  max-width: 100%;
}

.item_centering {
  text-align: center !important;
}

.text_presentschedule {
  font-size: 110%;
  font-weight: 700;
}

.text_present {
  display: inline-block;
  font-size: 110%;
  text-align: left;
}

.text_presentsg {
  font-weight: 700;
  color: #ff5298;
}

.notice_centering {
  width: 100%;
}

.notice_message {
  font-size: 108%;
}

.title_box {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  padding: 0px 12px;
  font-size: 200%;
}

.btn_apply {
  width: 80%;
  display: block;
  margin: 4% auto;
}

.notice_groupe {
  margin: 4% auto 0;
  padding: 4%;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #313131
}

.slider_area ul {
  width: 93% !important;
  margin: 0 auto !important;
}

.slider_area ul li {
  display: inline-block;
  width: 50%;
  padding: 0 .4em;
}

.slider_area ul li img {
  width: 100%;
}

/*****add******/

.special-bg main p,
.special-bg main span,
.special-bg main h3,
.special-bg main h4,
.message_area,
.detail_content,
.accordion,
.heading {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.message_area,
.detail_content,
.accordion,
.storydetail span {
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.6;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: initial;
  font-weight: 400;
  font-style: normal;
  color: #1C1C1C;
}

.special-bg {
  background-color: #53C9FF;
}

.message_area--small {
  font-size: 90%;
}

.message_area--large {
  font-size: 120%;
  line-height: 1.6;
}

.comingsoon {
  border-radius: 10px;
  background: #fff;
  border: 0px;
}

.message_comingsoon {
  font-size: 140%;
  color: #001B35;
  font-weight: 800!important;
}

.message_info {
  font-size: 150% !important;
}

.attention {
  font-size: 90%;
}

.text_red {
  color: #DB563B;
}

.list_cautions {
  padding-left: 1em;
  color: #FF0000;
  text-align: left;
  margin-bottom: 1em;
}

.list_notice {
  inline-size: fit-content;
  margin-inline: auto;
  margin-bottom: 1em;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.list_notice li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.area img {
  width: 100%;
  max-width: 100%;
}

.img_goods {
  width: 80%;
  margin: 2% auto;
}

.img_cs {
  width: 60%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 0;
}

.accordion {
  width: 100%;
  margin: 0 auto;
}

.heading_accordion {
  width: 100%;
  display: block;
}

.heading_accordion {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 8px 16px;
  border: solid 1px #8DE6FF;
  background: linear-gradient(#59A5CC, #62CAFF);
  border-radius: 9999px;
  box-shadow: inset 0 2px 2px 0 #33BAFF, 0 2px 4px rgba(62, 181, 241, .9);
}

.heading_accordion span.label {
  font-size: 170%;
  color: #ffffff;
  text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
  flex-shrink: 1;
  width: 100%;
  text-align: center;
}

.heading_accordion span.icon-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
  transform: rotate(180deg);
}

.heading_accordion.open span.icon-wrap {
  transform: rotate(0deg);
}

.body_accordion {
  width: 100% !important;
  padding: 2% 4%;
  background-color: #FFFFFF;
  margin-top: 1em;
  border-radius: 10px;
}

.body_accordion p {
  text-align: left !important;
}

.text_lead {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700 !important;
  margin-bottom: 1em;
  color: #001B35;
}

p.text-white {
  color: #fff;
}

.strong {
  font-size: 120%;
  color: #FB80C4;
  font-feature-settings: "palt";
}

.underline {
  border-bottom: 3px solid #DD886D;
  font-weight: 600 !important;
}

#area_eventinfo .detail_area>.detail_content>dd {
  margin: 2% auto;
  color: #FFFFFF;
}

.event_title p {
  padding: 2px 0 4px 0;
  display: inline-block;
  min-width: 9em;
  font-size: 110%;
  font-weight: 600 !important;
  color: #1C1C1C !important;
  background: #FFFFFF;
  border-radius: 9999px;
}

#area_eventinfo .detail_area>.detail_content>dd a {
  color: #0025A1;
}

.btn_area2 {
  overflow: hidden;
  width: 93%;
  margin: 1em auto 0;
  font-size: 0;
}

.btn_area2 li {
  display: inline-block;
  width: 49%;
  font-size: 16px;
}

.btn.btn_type3 {
  border: solid 1px #a8a8a8;
  background: #ffffff;
  color: #a8a8a8;
}

.image_area {
  max-width: 800px;
}

.movie_area {
  margin: 3% auto 0;
}

.font--500 {
  font-weight: 500 !important;
}

.font--700 {
  font-weight: 700 !important;
}

.font--900 {
  font-weight: 900 !important;
}

#special .nav_area {
  position: relative;
  background: 
    url("../img_j2uc8xtb/bg_dot.png") center center/ auto repeat,
    linear-gradient(#FFEC9F, #CDFFE1, #87E9FF);
  padding-top: 8%;
  padding-bottom: calc(8% + 10px);
  margin-top: calc(-8% + -20px);
}

#special .nav_area::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img_j2uc8xtb/section-wave--yellow.svg") top center/ auto 10px repeat-x;
  height: 10px;
  width: 100%;
  top: -10px;
}

#special .nav_area ul {
  font-size: 104%;
  display: flex;
  flex-wrap: wrap;
}

#special .nav_area.nav_area_2columns ul li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

#special .nav_area.nav_area_2columns ul li {
  width: calc((100% - 24px) / 2);
  margin-bottom: 2%;
  display: block;
}

#special .nav_area ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 0px;
  border: solid 1px #8DE6FF;
  background: linear-gradient(#59A5CC, #62CAFF);
  font-size: 112%;
  color: #ffffff;
  text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 9999px;
  box-shadow: inset 0 2px 2px 0 #33BAFF , 0 2px 4px rgba(62, 181, 241, .9);
}

.area.aqua {
  background-color: #53C9FF;
  position: relative;
  padding: 2% 0 8%;
  z-index: 5;
  margin-bottom: 0;
}

.area.aqua::before,
.area.aqua::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img_j2uc8xtb/section-wave.svg") top center/ auto 10px repeat-x;
    height: 10px;
    width: 100%;
}

.area.aqua::before {
  top: -10px;
}

.area.aqua::after {
  bottom: -10px;
  transform: rotate(180deg);
}

.area.grad {
  background:
    url("../img_j2uc8xtb/bg_dot.png") center center/ auto repeat,
    linear-gradient(#FFEC9F, #CDFFE1, #87E9FF);
  padding: 8% 0%;
  margin-bottom: 0;
}

.area_box--aqua,
.area_box--yellow {
  position: relative;
}

.area_box--aqua::before,
.area_box--aqua::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 80px;
  aspect-ratio: 186 / 263;
  background-size: contain;
  z-index: -1;
}

.area_box--aqua::before {
  background-image: url(../img_j2uc8xtb/bg_fireworks_left.png);
  background-position: top left;
  top: 0;
  left: 0;
}

.area_box--aqua::after {
  background-image: url(../img_j2uc8xtb/bg_fireworks_rigth.png);
  background-position: top right;
  top: 0;
  right: 0;
}

.area_box--yellow::before,
.area_box--yellow::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 60px;
  aspect-ratio: 11 / 14;
  background-size: contain;
  z-index: -1;
  background-image: url(../img_j2uc8xtb/title_sparkler.png);
}

.area_box--yellow::before {
  background-position: top left;
  top: 10px;
  left: 10px;
}

.area_box--yellow::after {
  background-position: top right;
  top: 10px;
  right: 10px;
  transform: scaleX(-1);
}

.heading_sub {
  font-size: 20px;
  color: #fff;
}

.special-bg main p.heading_sub--en {
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.14em;
}

.special-bg main p.heading_sub--jp {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
}

.heading_sub.aqua {
  text-shadow:
    -1px 0 0 #87D7FF,
    1px 0 0 #87D7FF,
    0 -1px 0 #87D7FF,
    0 1px 0 #87D7FF;
}

.heading_sub.orange {
  text-shadow:
    -1px 0 0 #F58616,
    1px 0 0 #F58616,
    0 -1px 0 #F58616,
    0 1px 0 #F58616;
}

.heading_main {
  font-size: 32px;
}

.heading_main.aqua {
  color: #0025A1;
}

.heading_main.orange {
  color: #F77700;
}

.box-simple {
  background-color: #fff;
  border-radius: 10px;
  padding: 1em;
}

.box-info {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #001B35;
  margin-bottom: 4%;
}

.box-title {
  padding: 0.5em 0;
  font-size: 20px;
  font-weight: 700!important;
}

.box-dark .box-title {
  background-color: #53C9FF;
  color: #0025A1;
}

.box-body {
  padding: 1em;
  color: #001B35;
  font-size: 110%;
}

.area:last-of-type {
  margin-bottom: 12%;
}

#area_eventinfo .detail_area>.detail_content>dt {
  padding: 1.5%;
  background: none;
  text-align: center;
}

.event_title p {
  border-radius: 999px;
  padding: 2px 0 4px 0;
  display: inline-block;
  min-width: 9em;
  font-size: 110%;
  font-weight: 700;
  background: #53C9FF;
  color: #0025A1;
}

#area_eventinfo .detail_area>.detail_content>dd {
  margin: 2% auto;
  color: #001B35;
}

@media (min-width: 780px) {
  .area.aqua {
    padding: 24px 0;
  }
}