@charset "UTF-8";

/*****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%;
}

.special-bg {
  background-color: #FFFADD;
  color: #383131;
}

.img_w100 {
	width: 100%;
}

.img_w80 {
	width: 80%;
	margin: auto;
}

.img_h100 {
  width: auto;
	height: 100%;
}

.area {
	margin-bottom: 50px;
}

#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 dt {
  width: 100%;
  aspect-ratio: 1 / 0.156;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
  margin: 0 auto;
  background: url(../img_s6rnijv7/about_close.png) no-repeat center bottom;
  background-size: cover;
  cursor: pointer;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.summary_area dt.open {
  background: url(../img_s6rnijv7/about_open.png) no-repeat center bottom;
  background-size: cover;
  border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.summary_area dd {
	margin: 0;
  padding: 0.5em 1em;
  color: #282828;
  box-sizing: border-box;
  border: solid 1px #567966;
  background-color: #FBFBFB;
	word-break: break-all;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-align: left;
}

.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;
}

.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%;	
}

.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
}

/*****add******/
.message_area,
.detail_content {
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: initial;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #313838;
}

.message_area--large {
  font-size: 120%;
  line-height: 1.6;
}

.font-weight700 {
  font-weight: 700;
}

.heading {
  margin: 0 auto 3%;
}

.heading_img {
  width: auto;
  height: max(8vw, 40px);
  max-height: 100px;
}

.heading_img img {
  width: auto;
  height: 100%;
}

.heading_livestream {
  position: relative;
}

.heading_livestream::before {
  content: "";
  display: block;
  position: absolute;
  width: 6vw;
  aspect-ratio: 1 / 1.103;
  background: center top / 100% no-repeat;
  background-image: url(../img_c64ebhyd/img_thunder.png);
  top: -3vw;
  left: 4vw;
}

.title_tag {
  width: 40vw;
  margin: auto;
  max-width: 240px;
}

.title_tag img {
  width: 100%;
}

.fukidashi {
  width: 40vw;
  margin: auto;
  max-width: 240px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.img_comingsoon {
  padding-top: 0.8em;
  padding-bottom: 1.5em;
}

.img_comingsoon img {
  width: 100%;
  max-width: 280px;
}

.area_box {
  margin-top: -70px;
  padding-top: 80px;
}

.area_box_inner {
  position: relative;
}

.area_box_inner .heading_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(-80px, -3vw, -20px);
}

.area_box_inner .detail_content {
  padding: 8% 4% 4% 4%;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  box-sizing: border-box;
  background-size: 24px 24px;
  background-color: #fff;
}

.area_box--green .detail_content {
  border: solid 2px #32F66A;
  background-image:
  linear-gradient(135deg, #32F66A 12px, transparent 0),
  linear-gradient(-135deg, #32F66A 12px, transparent 0),
  linear-gradient(45deg, #32F66A 12px, transparent 0),
  linear-gradient(-45deg, #32F66A 12px, transparent 0);
}

.area_box--orange .detail_content {
  border: solid 2px #FFC23E;
  background-image:
  linear-gradient(135deg, #FFC23E 12px, transparent 0),
  linear-gradient(225deg, #FFC23E 12px, transparent 0),
  linear-gradient(45deg, #FFC23E 12px, transparent 0),
  linear-gradient(-45deg, #FFC23E 12px, transparent 0);
}

#special .nav_area {
  margin: 8% auto;
}

.title_fukidashi {
  width: 30%;
  max-width: 320px;
  margin-inline: auto;
}

.title_info {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 4px 12px;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 120%;
  border-radius: 120px;
  letter-spacing: 0.08em;
}

.title_info--grey {
  background: #D9D9D9;
}

.event_title p {
  display: inline-block;
  width: 42vw;
  max-width: 320px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 120%;
  color: #FF8A15;
  background: #fff;
  border-radius: 120px;
  border: solid 1px #FF8A15;
}

#area_eventinfo .detail_area > .detail_content > dd {
  margin: 2% auto 4%;
  color: #313838;
}

#area_campaign1, #area_campaign2 {
  background-color: #FFE29D;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}

#area_campaign2 {
  padding-bottom: 20px;
  margin-top: -10px;
}

#area_campaign1 .detail_area {
  margin-bottom: 0;
}

#coupon.summary_area {
  width: 100%;
  margin-bottom: 0;
  filter: none;
}

#coupon.summary_area .image_area {
  margin-bottom: 4%;
}

#coupon.summary_area dt {
  padding-top: 0;
  aspect-ratio: 1/ 0.29;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: auto;
  margin: 0 auto;
  background: url(../img_q47vemjs/button_event_02.png) no-repeat center bottom;
  background-size: contain;
  cursor: pointer;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  margin-bottom: 5%;
}

#coupon.summary_area dt.open {
  background-image: url("../img_q47vemjs/button_event.png");
}

#coupon.summary_area dd {
  background: none;
  padding: 0;
  border: 0;
}

.btn_area2 {
  width: 100%;
}

.btn_area2 li {
  width: 48%;
}

.movie_area .movie_info_area_type2 .movie_info_l {
  width: 60%;
}

.movie_area .movie_info_area_type2 .movie_info_r {
  width: 39%;
}

.movie_area .movie_info_area_type2 .movie_info_l--50 {
  width: 49%;
  display: inline-block;
}

.movie_area .movie_info_area_type2 .movie_info_r--50 {
  width: 49%;
  display: inline-block;
}

.multiple-items, .multiple-items02 {
  max-width: 980px;
  margin: auto;
}

.slick-initialized .slick-slide {
  padding: 4px;
}

.slick-slide img {
  width: 100%;
}

.rakugaki {
  width: min(20vw, 120px);
}

.rakugaki img {
  width: 100%;
}

.rakugaki--left {
  margin-left: 20px;
}

.rakugaki--right {
  margin-left: auto;
  margin-right: 20px;
}
