@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;
}

.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: "Zen Maru Gothic", sans-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: #5B4646;
}

.special-bg {
  background-image: url(../img_e4af2wxj/bg_tile.png);
}

.message_area--small {
  font-size: 90%;
}

.message_area--large {
  font-size: 120%;
  line-height: 1.6;
}

.message_comingsoon {
  font-size: 180%;
}

.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;
}

/*.detail_area>.detail_content {
  margin-bottom: 8%;
}

.detail_area>.detail_content:last-child {
  margin-bottom: 4%;
}*/

.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: 93%;
  margin: 0 auto;
}

.heading_accordion {
  width: 100%;
  display: block;
}

.heading_accordion {
  width: 100%;
  padding-top: 19.05%;
  height: 0;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
  background: url(../img_e4af2wxj/btn_open.png) no-repeat center bottom;
  background-size: cover;
  cursor: pointer;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.heading_accordion.open {
  background: url(../img_e4af2wxj/btn_close.png) no-repeat center bottom;
  background-size: cover;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.body_accordion {
  width: 100% !important;
  padding: 2% 4%;
  background-color: #FFFFFF;
  margin-top: 0 !important;
}

.body_accordion p {
  text-align: left !important;
}

.text_lead {
  font-size: 120%;
  line-height: 1.6;
  font-weight: 800 !important;
}

p.text-white {
  color: #fff;
}

.strong {
  font-size: 120%;
  color: #FB80C4;
  font-feature-settings: "palt";
}

.underline {
  border-bottom: 3px solid #FDBFCD;
  font-weight: 800 !important;
}

#area_eventinfo .detail_area>.detail_content>dd {
  margin: 2% auto;
  color: #492828;
}

.event_title p {
  padding: 2px 0 4px 0;
  display: inline-block;
  min-width: 9em;
  font-size: 110%;
  font-weight: 800 !important;
  color: #5B4646;
  background: #FBCDD7;
  border-radius: 9999px;
}

.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;
}

.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.font--500 {
  font-weight: 500 !important;
}

.font--700 {
  font-weight: 700 !important;
}

.font--900 {
  font-weight: 900 !important;
}

.line_under {
  box-shadow: inset 0 -10px 0 #E6BCBC;
}

#special .nav_area ul {
  font-size: 104%;
  margin-bottom: 40px;
}

#special .nav_area.nav_area_2columns ul li {
  width: 44%;
  margin: 0 2% 16px;
}

#special .nav_area ul li a {
  display: block;
  width: 100%;
  padding: 12px 0px;
  font-size: 104%;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #5B4646;
  border-radius: 9999px;
}

#special .nav_area ul li.green a {
  background-color: #9BD4C8;
  box-shadow: 0 4px 0 #74C8B6;
  border: solid 1px #74C8B6;
}

#special .nav_area ul li.pink a {
  background-color: #FDBFCD;
  box-shadow: 0 4px 0 #FBA8BB;
  border: solid 1px #FBA8BB;
}

.area {
  width: 94%;
  max-width: 1280px;
  padding: 8px;
  margin-inline: auto;
  position: relative;
  border-radius: 10px;
  margin-bottom: 48px;
}

.area:last-child {
  margin-bottom: 0;
}

.area.pink {
  background-color: #FDBFCD;
}

.area.green {
  background-color: #9BD4C8;
}

.area_box {
  position: relative;
  background-color: #fff;
  padding: 8% 12px 4%;
  margin-bottom: 0;
}

.area_box::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 38px;
  background-image: url(../img_e4af2wxj/img_clip.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -12px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detail_area>.detail_content {
  width: 100%;
  margin: 4% auto;
}

.detail_area>.detail_content:last-of-type {
  margin-bottom: 0;
}

.heading_text {
  width: 100%;
  border-bottom: 2px dotted #5B4646;
  padding-bottom: 16px;
  margin: 0 auto 24px;
  font-size: 200%;
  font-weight: 900;
  color: #5B4646;
  letter-spacing: 0;
}

.heading_text--small {
  font-size: 180%;
}

.title-row {
  display: flex;
  align-items: center;
  width: 100%;
}

.special-bg main p.comingsoon_text {
  font-size: 180%;
  font-family: "Courgette", cursive;
  margin-bottom: 4%;
}

.special-bg main p.comingsoon_text.pink {
  color: #F990A7;
}

.special-bg main p.comingsoon_text.green {
  color: #3F9B87;
}

.btn_heart {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 0px;
  font-size: 104%;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #5B4646;
  border-radius: 9999px;
  background-color: #FDBFCD;
  box-shadow: 0 4px 0 #FBA8BB;
  border: solid 1px #FBA8BB;
  background-color: #FDBFCD;
  box-shadow: 0 4px 0 #FBA8BB;
  border: solid 1px #FBA8BB;
}

.btn_heart::before,
.btn_heart::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img_e4af2wxj/icon_heart.png');
}

.btn_heart::before {
  left: 10px;
}

.btn_heart::after {
  right: 10px;
}

.subtitle {
  display: flex;
  align-items: center;
  color: #3F9B87;
  font-weight: 800;
  font-size: 140%;
  margin: 0;
  justify-content: center;
}

.subtitle::before {
  content: "";
  display: inline-block;
  background-image: url('../img_e4af2wxj/icon_check.png');
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

.marker_highlight {
  font-weight: 800 !important;
  background: linear-gradient(transparent 60%, #CDECE3 60%);
}