@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-image: url("../img_c64ebhyd/bg.png");
  background-repeat: repeat;    
  color: #1D1D1D;
}

.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
}

.message_area {
  width: 93%;
  max-width: 800px;
  margin: 3% auto;
  text-align: center;
}

/*****add******/

.font-weight100 {
  font-weight: 100;
}

.font-weight400 {
  font-weight: 400;
}

.font-weight800 {
  font-weight: 800;
}

.area {
  padding-top: 60px;
  margin-top: -60px;
}

.area,
.event_title p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.message_area {
  inline-size: fit-content;
  margin-inline: auto;
  text-align: initial;
}

.message_area--large {
  font-size: 120%;
  line-height: 1.4;
}

.heading {
  margin: 0 auto 3%;
}

.heading_img {
  width: auto;
  height: 8.5vw;
  max-height: 80px;
}

.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;
}

.subtitle {
  text-align: center;
  margin-top: 2%;
}

.subtitle--jp {
  height: 9.5vw;
  max-height: 70px;
  margin-bottom: 4px;
}

.subtitle--en {
  height: 3.5vw;
  max-height: 32px;
  margin-bottom: 16px;
}

.img_comingsoon {
  padding-top: 0.8em;
  padding-bottom: 1.5em;
}

.img_line {
  width: 80vw;
  margin-inline: auto;
  margin-bottom: 8%;
}

.img_line img {
  vertical-align: middle!important;
}

#special .nav_area {
  margin: 8% auto 4%;
}

.box_window_top01 {
  box-sizing: border-box;
  height: 24px;
  border: #2D2D2D solid 1px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: #FF9540;
}

.box_window_top01 p {
  display: flex;
  align-items: center;
  width: 40px;
  height: 100%;
  margin-left: 1em;
}

.box_window_top02 {
  box-sizing: border-box;
  height: 16px;
  border-right: #2D2D2D solid 1px;
  border-left: #2D2D2D solid 1px;;
  background: #FFB97E;
}

.box_window_contents {
  padding-top: 1em;
  padding-bottom: 0.4em;
  box-sizing: border-box;
  border-right: #2D2D2D solid 1px;
  border-bottom: #2D2D2D solid 1px;
  border-left: #2D2D2D solid 1px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #FFFFFF;
  font-size: 120%;
}

.box_window_contents .heading {
  margin-top: 0;
}

.area_tab {
  position: relative;
  background: #FFB97E;
  padding-top: 0px;
  margin-top: 26vw;
  padding-bottom: 4vw;
  border-bottom: solid 1px #2D2D2D;
}

.area_tab::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 0.1;
  background: center top / 100% no-repeat;
  top: -9.4vw;
}

#area_livestream::after {
  content: "";
  display: block;
  position: absolute;
  width: 12vw;
  aspect-ratio: 1 / 1.183;
  background: center top / 100% no-repeat;
  background-image: url(../img_c64ebhyd/img_microphone.png);
  top: -6vw;
  right: -1vw;
}

#area_campaign1::after,
#area_campaign2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 0.118;
  background: center top / 100% no-repeat;
  background-image: url(../img_c64ebhyd/img_garland.png);
  top: 0.5vw;
}

#area_campaign1 {
  padding-bottom: 18vw;
}

#area_campaign2 {
  margin-top: -16.5vw;
}

.area_tab--livestream::before {
  background-image: url(../img_c64ebhyd/contents_top_livestream.png);
}

.area_tab--special01::before {
  background-image: url(../img_c64ebhyd/contents_top_special01.png);
}

.area_tab--special02::before {
  background-image: url(../img_c64ebhyd/contents_top_special02.png);
}

.area_tab_inner {
  padding-top: 30px;
  padding-bottom: 20px;
}

.title_fukidashi {
  width: 30%;
  max-width: 320px;
  margin-inline: auto;
}

.box_roundedrectangle {
  background: #fff;
  border: solid 1px #2d2d2d;
  border-radius: 20px;
  padding: 4%;
}

.livestrema_info {
  width: 100%;
  margin: 5% auto 0;
  padding: 3%;
  border: solid 1px #f8ada8;
  background: #ffedec;
  color: #747474;
  text-align: left;
}

.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: #1d1d1d;
  background: #FFB97E;
  border-radius: 120px;
}

#area_eventinfo .detail_area > .detail_content > dd {
  margin: 2% auto 4%;
}

#coupon.summary_area {
  width: 100%;
  margin-bottom: 0;
  filter: none;
}

#coupon.summary_area .image_area {
  margin-bottom: 4%;
}

#coupon.summary_area dt {
  padding-top: 20%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
  margin: 0 auto;
  background: url(../img_c64ebhyd/btn_coupon_open.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_c64ebhyd/btn_coupon_close.png");
}

#coupon.summary_area dd {
  background: none;
  padding: 0;
  border: 0;
}

.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%;
}


