@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%;
}

.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_b2jmvip6/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_b2jmvip6/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%;	
}

.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
}

/*****add******/
.message_area,
.detail_content,
.accordion {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: initial;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.special-bg {
  background: url(../img_b2jmvip6/bg.png) repeat;
}

.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;
}

.font--500 {
  font-weight: 500;
}

.font--700 {
  font-weight: 700;
}

.font--900 {
  font-weight: 900;
}

.attention {
  font-size: 90%;
}

.text_red {
   color: #DB563B;
}

.text_en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
}

.list_cautions {
  padding-left: 1em;
  color: #FF0000;
  text-align: left;
  margin-bottom: 1em;
}

.area img {
  width: 100%;
  max-width: 100%;
}

.img_goods {
  width: 80%;
  margin: 2% auto;
}

.img_cs {
  padding: 4% 0;
}

.accordion {
  width: 93%;
  margin: 0 auto;
}

.heading_accordion {
  width: 100%;
  display: block;
}

.heading_accordion--large {
  width: 100%;
  aspect-ratio: 239 / 50;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
  background: url(../img_b2jmvip6/accrdion_close.png) no-repeat center bottom;
  background-size: cover;
  cursor: pointer;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.heading_accordion--large.open {
  background: url(../img_b2jmvip6/accrdion_open.png) no-repeat center bottom;
  background-size: cover;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.heading_accordion--regular {
  width: 100%;
  aspect-ratio: 676 / 135;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
  background: url(../img_b2jmvip6/coupon_close.png) no-repeat center bottom;
  background-size: contain;
  cursor: pointer;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.heading_accordion--regular.open {
  background: url(../img_b2jmvip6/coupon_open.png) no-repeat center bottom;
  background-size: contain;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.accordion {
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.4));
}

.body_accordion {
  width: 100% !important;
  padding: 2% 4%;
  background-color: #FFFFFF;
  margin-top: 0 !important;
}

.body_accordion--large {
  border: solid 1px #FC2A17;
}

.body_accordion p {
  text-align: left!important;
}

.detail_area > .detail_content--red {
  width: 100%;
  margin: 0;
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #C0001C;
}

.detail_area > .detail_content--gray {
  width: 100%;
  margin: 0;
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #E5E5E5;
}

.detail_area > .detail_content--green {
  width: 100%;
  margin: 0;
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #ABE1D1;
}

.text_lead {
  font-size: 140%;
  margin-bottom: 1em;
  color: #000;
  line-height: 1.4;
}

p.text-white {
  color: #fff;
}

.strong {
  font-size: 120%;
  color: #D92020;  
  font-feature-settings: "palt";
}

.underline {
  background: linear-gradient(transparent 60%, #ABE1D1 0%);
}

.box {
  width: 93%;
  padding: 4% 4%;
  margin: 4% auto;
  background: #FFFDF5;
}

.button_check a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 2% auto;
  background-color: #FFFFFF;
  border: solid 1px #476CAC;
  padding: 0.4em 0;
  font-size: 140%;
  font-weight: 900;
  text-decoration: none;
  border-radius: 8px;
}

#area_eventinfo .detail_area > .detail_content > dd {
  margin: 2% auto;
  color: #fff;
}

.event_title p {
  padding: 1% 4%;
  display: inline-block;
  min-width: 9em;
  font-size: 110%;
  font-weight: 500;
  color: #fff;
  background: #D21100;
}

.btn_area2 {
  overflow: hidden;
  width: 93%;
  margin: 1rem 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;
}

.ribbon_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 32px;
  white-space: nowrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  padding-top: 4px;
  padding-bottom: 2px;
}

.ribbon_inner {
  display: flex;
  height: 96%;
  flex: 0 0 auto;
  animation: scroll 10s linear infinite;
}

.ribbon_img {
  display: flex;
  height: 100%;
}

.ribbon_img img {
  height: 100%;
  width: auto;
  display: block;
}

.ribbon_inner--reverse {
  animation: scroll-right 10s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
} 

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

#area_personality .image_area {
  width: 80%;
  max-width: 800px;
}

.movie_area {
  margin: 3% auto 0;
}

.list_movie {
  width: 90%;
  margin: auto;
  border-top: solid 1px #000;
}

.list_movie_link a {
  display: flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  justify-content: space-around;
  border-bottom: solid 1px #000;
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #fff;
}


.title_wrap {
  display: flex;
  position: relative;
  align-items: center;
  gap: 24px;
}

.list_movie_item {
  display: inline-block;
  line-height: 0;
}

.list_movie--number {
  width: 15%;
  max-width: 120px;
}

.list_movie--title {
  font-size: 180%;
  color: #000;
}

.list_movie--arrow {
  width: 10%;
  max-width: 60px;
}