@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: 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 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******/

.special-bg p,
.special-bg span,
.special-bg h3,
.special-bg h4,
.message_area,
.detail_content,
.accordion {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.message_area,
.detail_content,
.accordion {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.6;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: initial;
  font-weight: 400;
  font-style: normal;
  color: #4D3029;
}

.special-bg {
  background: #FFF5E4;
}

.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;
}

.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: 2%;
}

.area {
  margin-bottom: 0;;
}

.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--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;
}

.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;
}

.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: 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;
}

.area--w100 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.detail_area--green {
  width: 100%;
  position: relative;
  padding: 4% 0 8%;
  background-color: #C9F0E2;
}

.detail_area--green::before,
.detail_area--green::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: top;
  background-image: url(../img_e9jtku2y/border_section.png);
}

.detail_area--green::before {
  top: 1px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.detail_area--green::after {
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detail_area--cream {
  width: 100%;
  padding: 1% 0 8%;
  background-color: #FFF5E4;
}

.heading_img {
  text-align: left;
  margin-bottom: 6%;
}

.heading_img img {
  width: auto;
  height: 6vh;
  max-height: 64px;
  min-height: 48px;
}

.memo {
  width: 93%;
  margin: 1.5em auto;
  position: relative;
  background-image: url(../img_e9jtku2y/bg_memo.png);
}

.memoinner {
  width: 100%;
  height: 100%;
  padding: 1.4em 1em;
  position: relative;
}

.memoinner > *:not(:last-child) {
  margin-bottom: 1em;
}

.memoinner .image_area {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.memo::before, .memo::after,
.memoinner::before, .memoinner::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

.memo::before {
  top: -4px;
  left: -4px;
}

.memo::after {
  top: -4px;
  right: -4px;
  transform-origin: center center;
  transform: rotate(90deg);
}

.memoinner::before {
  bottom: -4px;
  left: -4px;
  transform-origin: center center;
  transform: rotate(270deg);
}

.memoinner::after {
  bottom: -4px;
  right: -4px;
  transform-origin: center center;
  transform: rotate(180deg);
}

.memo--green::before, .memo--green::after,
.memoinner--green::before, .memoinner--green::after {
  background-image: url(../img_e9jtku2y/box_corner_green.png);
}

.memo--cream::before, .memo--cream::after,
.memoinner--cream::before, .memoinner--cream::after {
  background-image: url(../img_e9jtku2y/box_corner_cream.png);
}

.memo .message_area {
  margin-bottom: 0;
}

.title_memo {
  font-size: 1.2em;
  color: #704744;
  font-weight: 700;
}

.subtitle_wrap {
  width: 93%;
  padding-bottom: 4px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.subtitle_wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-image: url("../img_e9jtku2y/line_dot.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.icon_cup {
  position: relative;
  padding-left: 1.8em;
  text-align: left;
  font-size: 1.4em;
  font-weight: 700;
  color: #4D3029;
}

.icon_cup::before { 
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img_e9jtku2y/icon_teapot.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.movie_area {
  margin: 3% auto 0;
}

.list_movie {
  width: 93%;
  margin: 3% auto;
  border-right: solid 1px #79524D;
  border-left: solid 1px #79524D;
  border-bottom: solid 1px #79524D;
}

.list_movie_link {
  width: 100%;
  background-color: #FDFDFD;
  border-top: solid 1px #79524D;
}

.list_movie_link a {
  width: 100%;
  padding: 4% 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4D3029;
  text-decoration: none;
  font-size: 1em;
}

.title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_movie_number {
  display: block;
  padding: 2px 4px;
  font-size: 12px;
  background-color: #79524D;
  color: #fff;
}

.list_movie--title {
  font-size: 1.5em;
}

.title_wrap p:first-child {
  width: 4em;
  margin-right: 24px;
}

.title_wrap:last-child {
  white-space: nowrap;
}

.list_movie--arrow {
  width: 36px;
  height: 36px;
}

.date_area {
  letter-spacing: 0.04em;
  padding: 1%;
  font-size: 1.1em;
  font-weight: 700;
}

#special .nav_area {
    margin: 4% auto 4%;
}

.info_box { 
  text-align: center;
  margin-bottom: 2%;
}

.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.list_banner li {
  margin-bottom: 4%;
}

.info_box p { 
  font-size: 1.2em;
  margin-top: 2%;
  font-weight: 700;
  color: #4D3029;
}

#playback .summary_area.corner_detail_1 dt {
    height: auto;
    overflow: visible;
    text-indent: 0; 
    white-space: normal; 
    background: #EAB598; 
    margin: 0 auto 4%;
    padding: 1em 3em 1em 1em;
    position: relative;
    color: #4D3029;
    font-size: 1.3em;
    font-weight: 700;
    border: solid 1px #704743;
    border-radius: .5em;
}

.summary_area dt.open {
    border-radius: .5em;
}

#playback .summary_area dt::before {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #704743;
    transform: translateY(-50%);
}

#playback .summary_area dt::after {
    content: "";
    position: absolute;
    right: calc(1em + 7px);
    top: 50%;
    width: 2px;
    height: 16px;
    background: #704743;
    transform: translateY(-50%);
}

#playback .summary_area dt.open::after {
    display: none;
}

#playback .summary_area dd {
    display: none;
    margin: 0;
    padding: 0 0 4% 0;
    background: none;
}

#playback .summary_area dd .movie_area {
  width: 100%;
}

@media (min-width: 767px) {
	.heading_img img {
		height: 120px;
    max-height: none;
	}
}