@charset "UTF-8";

.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-antique-medium {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-antique-black {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}

#special .mainvisual {
	width: 100%;
}
.special-bg {
  background-color: #FFEEF2;
  background-image: url("../img_t27kxir3/bg.png");
  background-repeat: repeat;    
  color: #623540;
}
.area {
	margin-bottom: 50px;
}
#area_banner {
	width: 93%;
	margin: auto;
}
#area_banner dl dd {
	margin-bottom: 4%;	
}
#area_banner a {
	display: inline-block;
}
.img_100 img {
	width: 100%;
}
#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;
}
.prof_img {
	text-align: center;	
}
.prof_img img {
	width: 100%;
}
#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%;
}
.comingsoon_img {
	margin: 40px auto;
	text-align: center;
}
.comingsoon_img img {
	width: 80%;
}
.goods_img img {
	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;
}
.btn_apply_w100 {
	width: 100%;
	display: block;
	margin: 6% auto;
}
.img_w80 {
	width: 80%;
	margin: auto;
}
.notice_groupe {
	margin: 4% auto 0;
	padding: 4%;
	background: #fff;
	border-radius: 20px;
	border: solid 1px #313131
}
.list-movie {
	border-top: 1px solid #000;
}

.list-movie li {
    padding: 14px 10px;
	text-align: left;
    border-bottom: 1px solid #000;
    position: relative;

}
.list-movie li:nth-child(even) {
	background-color: #E1F7FF;
}
.list-movie li:nth-child(odd) {
	background-color: #FFE4FD;
}
.list-movie li p.list-movie--name {
    display: inline-block;
    font-weight: bold;
	font-size: 110%;
	text-align: left;
	color: #483030;
}

.list-movie li a.list-movie--btn {
	display: block;
	text-align: center;
	text-decoration: none;
    width: 34%;
    max-width: 80px;
    padding: 6px 0px;
    position: absolute;
    right: 2%;
	top: 50%;
	transform: translate(0,-50%);
}
.list_4col {
    padding: 2% 0;
    font-size: 0;
}
.list_4col li {
    display: inline-block;
    width: 25%;
    padding: 2%;
}
.list_4col li a {
	display: block;
	width: 100%;
}
.list_4col li a img {
	width: 100%;
}
.readmore{
    position: relative;
    box-sizing: border-box;
	margin-bottom: 30px;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    height: 170px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,217,0.8) 50%, #fef7da 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,217,0.8) 50%, #fef7da 100%);
}

/* 続きを読むボタン */
.readmore-label{
	display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    width: 90%;
    padding: 10px;
    border: solid 1px #fffde7;
    border-radius: 10px;
    background-color: #121a6f;
    color: #fffde7;
    text-align: center;
    cursor: pointer;
}
.readmore-label:before{
    content: '続きを見る';
}
.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

.message_area {
    width: 93%;
    max-width: 800px;
    margin: 3% auto;
    text-align: center;
}


/*****add******/

.summary_area  {
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.25));
  margin-bottom: 50px;
}

#coupon.summary_area {
  margin-bottom: 0;
  filter: none;
}

#coupon.summary_area dt {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
  margin: 0 auto;
  background: url(../img_t27kxir3/btn_coupon_close.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_t27kxir3/btn_coupon_open.png");
  background-color: #FFFFFF;
}

#coupon.summary_area dd {
  background: none;
  padding: 0;
  border: 0;
}

.notice_groupe {
  border: 0;
  background: none;
}

.event_title {
  width: 40%;
  max-width: 400px;
  margin-inline: auto;
}

.btn_back {
  background: #fff;
}

#area_about {
  margin-top: 5%;
}

.area__lace {
  position: relative;
  background-color: #fff;
  margin-top: 50px!important;
  margin-bottom: 50px!important;
}

.area__lace::before,
.area__lace::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  max-height: 40px;
  aspect-ratio: 1 / 0.06;
  background-image: url("../img_t27kxir3/lacework.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: bottom center;
}

.area__lace::before {
  top: -20px;
}

.area__lace::after {
  bottom: -20px;
  transform: rotate(180deg);
}

.area__lace .heading {
  margin: 0 auto 3%;
}

.area__lace .detail_area {
  margin-bottom: 0;
}

.multiple-items {
  max-width: 980px;
  margin: auto;
}

.slick-initialized .slick-slide {
  padding: 4px;
}

.slick-slide img {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .area__lace::before {
    top: -30px;
  }
  
  .area__lace::after {
    bottom: -30px;
  }
}