@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　shiki専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#bb {
	padding: 0;
	color: #602D1D;
	font-size: 1.6rem;
}
#bb h1 {
	color: #333;
}
#bb h2 {
	margin: 0 0 40px;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	line-height: 1.6;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.br-599 {
	display: none;
}
.sup {
	display: block;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
	font-weight: normal;
}
.txt_link {
	color: #fff;
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
.link-new02 {
	margin-left: 3px;
	padding-left: 32px;
}
.reg_size {
	font-size: 2.0rem;
	vertical-align: bottom;
	line-height: 0.5rem;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg01 {
	background: url(/plan/tokushu/shiki/bb/images/bg01.webp);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: 100% auto;
}
.bg02 {
	position: relative;
	background: linear-gradient(135deg, #17198f 0%, #121478 6%, #0a0b63 15%, #07094a 26%, #0f1069 39%, #151673 49%, #090a57 58%, #060740 68%, #0f1069 80%, #070842 100%);
	z-index: 0;
}
.bg03 {
	position: relative;
	background: linear-gradient(135deg, #dc150e 0%, #c40a0a 6%, #b00300 15%, #960002 26%, #b40816 39%, #ab0625 49%, #a40800 58%, #8c0700 68%, #b40816 80%, #8e1100 100%);
	z-index: 0;
}
.bg02:before,
.bg03:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(/plan/tokushu/shiki/bb/images/bg02.webp) repeat;
	opacity: 0.04;
	z-index: -1;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 0;
	background: linear-gradient(#070106 0% 44%, #460a0e, #a41f20 100%);
	text-align: center;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin-top: 17px;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.lead_txt .finale_txt {
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
	background: url(/plan/tokushu/shiki/bb/images/bg_finale.webp);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
}
.lead_txt .finale_txt span {
	font-size: 2.7rem;
}
.lead_txt .finale_txt:before,
.lead_txt .finale_txt:after {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	background-image: url(/plan/tokushu/shiki/bb/images/ic_finale.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.lead_txt .finale_txt:before {
	top: -2px;
	left: -24px;
}
.lead_txt .finale_txt:after {
	bottom: -2px;
	right: -16px;
	transform: rotate(180deg);
}
.lead_txt .set_txt {
	display: inline-block;
	text-align: left;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_plan {
	text-align: center;
}
.anc_plan a {
	position: relative;
	display: inline-block;
	margin: 20px auto;
	padding: 15px 50px 15px 55px;
	border-radius: 50px;
	color: #fff;
	background: linear-gradient(#e60012, #80000b);
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 2px 4px rgb(82 13 18 / 40%);
	overflow: hidden;
	transition: .25s ease;
}
.anc_plan a:before {
	position: absolute;
	bottom: -8px;
	right: -2px;
	content: "";
	width: 70px;
	height: 63px;
	background-image: url(/plan/tokushu/shiki/bb/images/bg_btn.webp);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.15;
}
.anc_plan a span {
	position: relative;
	padding-right: 17px;
}
.anc_plan a span:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(90deg);
	content: '\e902';
	font-family: 'jttweb' !important;
	font-size: 1.0rem;
}
.anc_plan a:hover {
	transform: translateY(5px);
}

/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.about {
	padding: 40px 0 60px;
	color: #fff;
}
#bb .about h2 .rose {
	position: relative;
	display: inline-block;
	background: linear-gradient(135deg, #B67B03 0%, #DAAF08 15%, #FEE9A0 50%, #DAAF08 75%, #B67B03 90% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#bb .about h2 .rose:before {
	position: absolute;
	top: 0;
	left: -54px;
	content: "";
	width: 33px;
	height: 79px;
	background: url(/plan/tokushu/shiki/bb/images/ic_rose.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
#bb .about h2 .rose:after {
	position: absolute;
	top: 15px;
	right: -63px;
	content: "";
	width: 53px;
	height: 50px;
	background: url(/plan/tokushu/shiki/bb/images/ic_rosepetal.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.about .img_wrap {
	margin: 0 0 30px;
	padding: 0 15px;
}
.about .img_wrap li {
	margin: 0 8px;
}
.about .img_wrap figure {
	border: 1px solid #9e8a59;
}
#bb .slick-prev,
#bb .slick-next {
	top: 50%;
	margin: 0;
	padding: 10px;
	z-index: 1;
}
#bb .slick-prev {
	left: 0;
	transform: translateY(-50%) rotate(-135deg);
}
#bb .slick-next {
	right: 0;
	transform: translateY(-50%) rotate(45deg);
}
#bb .slick-prev:before,
#bb .slick-prev:after,
#bb .slick-next:before,
#bb .slick-next:after {
	position: absolute;
	top: 0;
	content: '';
	border: 2px solid #fff;
	background: #fff;
	opacity: 1;
}
#bb .slick-prev:before,
#bb .slick-prev:after {
	box-shadow: -2px -2px 4px 0px rgb(51 51 51 / 30%);
}
#bb .slick-next:before,
#bb .slick-next:after {
	box-shadow: 2px 2px 4px 0px rgb(51 51 51 / 30%);
}
#bb .slick-prev:before,
#bb .slick-next:before {
	left: 0;
	right: 0;
}
#bb .slick-prev:after,
#bb .slick-next:after {
	right: 0;
	bottom: 0;
}
.about .about_txt {
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	text-align: center;
}
.about .video_wrap {
	margin: 25px 0 35px;
	text-align: center;
}
.about .video_wrap .iframe-wrap {
	max-width: 430px;
	margin: 5px auto 0;
}
.about .video_wrap .iframe-wrap .video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.about .video_wrap .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.about .schedule {
	position: relative;
	padding: 24px 30px;
	border: 4px double #9e8a59;
	background: rgb(255 255 255 / 10%);
	text-align: center;
}
.about .schedule:before,
.about .schedule:after,
.about .schedule .schedule_bg:before,
.about .schedule .schedule_bg:after {
	position: absolute;
	content: "";
	width: 88px;
	height: 88px;
	background-image: url(/plan/tokushu/shiki/bb/images/bg_frame.webp);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.about .schedule:before {
	top: 0;
	left: 0;
}
.about .schedule:after {
	top: 0;
	right: 0;
	transform: rotate(90deg);
}
.about .schedule .schedule_bg:before {
	bottom: 0;
	left: 0;
	transform: rotate(270deg);
}
.about .schedule .schedule_bg:after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
.about .schedule dl + dl {
	margin-top: 33px;
}
.about .schedule dt {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 470px;
	margin: 0 auto 10px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: bold;
}
.about .schedule dt:before,
.about .schedule dt:after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background: #fff;
}
.about .schedule dt:before {
	margin-right: 20px;
}
.about .schedule dt:after {
	margin-left: 20px;
}
.about .schedule dl.info ul {
	display: inline-block;
	text-align: left;
}
.calendar_wrap {
	margin: 14px auto 12px;
	padding: 8px 18px 15px;
	color: #602D1D;
	background: #fff;
	font-weight: bold;
}
.calendar_box {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.calendar_tab {
	display: none;
}
.month_box {
	width: calc(100% / 3 - 10px);
}
.month span {
	font-size: 3rem;
}
.calendar {
	width: 100%;
	border: 2px solid #602D1D;
	background: #fff;
}
.calendar th,
.calendar td {
	border: 1px solid #602D1D;
	font-size: 1.1rem;
}
.calendar th {
	padding: 2px;
}
.calendar td {
	position: relative;
	height: 45px;
	padding: 0 3px;
	text-align: left;
	vertical-align: top;
}
.calendar td {
	position: relative;
	height: 45px;
	padding: 0 3px;
	text-align: left;
	vertical-align: top;
}
.calendar .mute {
	color: #b9b9b9;
	background: #f2f2f2;
}
.calendar .sat {
	color: #017cca;
}
.calendar .sun {
	color: #cc0313;
}
.calendar .mute.sat {
	color: #b5d4e8;
}
.calendar .mute.sun {
	color: #e8b6ba;
}
.calendar .in_stock {
	background: #fffde9;
}
.calendar .in_stock:before {
	position: absolute;
	top: calc(50% + 6px);
	left: 23px;
	transform: translate(-50%, -50%);
	content: "〇";
	font-size: 2.6rem;
	color: #db1d14;
}
.calendar_wrap .calendar_date {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 1.2rem;
	font-weight: normal;
}
.calendar_wrap .sup {
	margin-top: 20px;
}

/*------------------------------------------------------------------
プラン
------------------------------------------------------------------*/
.plan {
	padding: 40px 0 60px;
}
#bb .plan h2 span {
	position: relative;
	display: inline-block;
	padding: 15px 0;
	background: linear-gradient(135deg, #ffd42e 0%, #ffdb4c 15%, #ffeeb4 50%, #ffdb4c 75%, #ffd42e 90% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 3px 2px #333);
}
#bb .plan h2 span:before {
	position: absolute;
	top: 0;
	left: -54px;
	content: "";
	width: 33px;
	height: 79px;
	background: url(/plan/tokushu/shiki/bb/images/ic_rose.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
#bb .plan h2 span:after {
	position: absolute;
	top: 15px;
	right: -63px;
	content: "";
	width: 53px;
	height: 50px;
	background: url(/plan/tokushu/shiki/bb/images/ic_rosepetal.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.example_wrap {
	position: relative;
	width: 650px;
	margin: 0 auto;
	padding: 15px 30px;
	border: 3px double #9e8a59;
	background: #fff;
	text-align: center;
}
.example_wrap .example_txt {
	position: absolute;
	top: -20px;
	left: -20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 100px;
	color: #fff;
	background: #9e8a59;
	font-size: 1.2rem;
	font-weight: bold;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.example_wrap .example_plan {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	font-size: 2rem;
	font-weight: bold;
}
.example_wrap .price_wrap .txt-bold {
	display: inline-block;
	margin-bottom: 7px;
}
.example_wrap .price_wrap dl {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: baseline;
	-webkit-align-items: baseline;
	text-align: left;
	line-height: 1.4;
}
.example_wrap .price_wrap dl:first-of-type {
	margin-top: 7px;
}
.example_wrap .price_wrap dt {
	width: 130px;
}
.example_wrap .price_wrap dd {
	margin-left: 10px;
	color: #c20000;
	font-weight: bold;
}
.example_wrap .price_wrap dd span {
	font-size: 3.0rem;
}
.example_wrap .txt-large {
	font-size: 3.0rem;
}
.example_wrap .sup {
	display: inline-block;
	margin-top: 10px;
	text-align: left;
}
.plan .plan_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.plan .plan_wrap {
	width: calc(100% / 2 - 30px);
	margin-top: 30px;
	color: #fff;
	text-align: center;
}
.plan h3 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 330px;
	margin: 0 auto 16px;
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.plan h3:before,
.plan h3:after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background: #fff;
}
.plan h3:before {
	margin-right: 20px;
}
.plan h3:after {
	margin-left: 20px;
}
.plan .plan_contents {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.plan .plan_contents li {
	width: 93px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.plan .plan_contents li + li {
	margin-left: 30px;
}
.plan .plan_contents li figure {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto 6px;
	text-align: center;
}
.plan .plan_contents li + li figure:before {
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
	content: "+";
	font-size: 2rem;
}
.plan .plan_apply {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 20px auto 0;
}
.plan .plan_apply li {
	width: calc(100% / 2 - 20px);
}
.plan .plan_apply li:nth-of-type(2n) {
	margin-left: 10px;
}
.plan .plan_apply li:nth-of-type(n + 3) {
	margin-top: 10px;
}
.plan .plan_apply a {
	position: relative;
	display: block;
	padding: 10px 10px 11px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	box-shadow: 1px 2px 2px rgb(0 0 0 / 30%);
	transition: .25s ease;
}
.plan .plan_apply .area01 a {
	background: #ea5099;
}
.plan .plan_apply .area02 a {
	background: #41a3ef;
}
.plan .plan_apply .area03 a {
	background: #fa8513;
}
.plan .plan_apply .area04 a {
	background: #7abd29;
}
.plan .plan_apply .area05 a {
	background: #0023B5;
}
.plan .plan_apply a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	content: '\e902';
	font-family: 'jttweb' !important;
	font-size: 1.0rem;
}
.plan .plan_apply a:hover {
	background: #fff;
}
.plan .plan_apply .area01 a:hover {
	color: #ea5099;
}
.plan .plan_apply .area02 a:hover {
	color: #41a3ef;
}
.plan .plan_apply .area03 a:hover {
	color: #fa8513;
}
.plan .plan_apply .area04 a:hover {
	color: #7abd29;
}
.plan .plan_apply .area05 a:hover {
	color: #0023B5;
}
.plan .plan_wrap .sup {
	display: inline-block;
	margin-top: 7px;
	text-align: left;
}
.plan .ticket_plan {
	margin-top: 50px;
	color: #fff;
	text-align: center;
}
.plan .ticket_plan .plan_title span {
	margin-bottom: 14px;
	background: linear-gradient(135deg, #ffd42e 0%, #ffdb4c 15%, #ffeeb4 50%, #ffdb4c 75%, #ffd42e 90% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6rem;
	font-weight: bold;
	filter: drop-shadow(2px 3px 2px #333);
}
.plan .ticket_plan .plan_apply a {
	width: 215px;
	background: #daaf08;
}
.plan .ticket_plan .plan_apply a:hover {
	color: #daaf08;
	background: #fff;
}
.plan .plan_info {
	position: relative;
	margin-top: 40px;
	padding: 22px 30px 30px;
	background-image: url(/plan/tokushu/shiki/bb/images/bg_frame_top.webp), url(/plan/tokushu/shiki/bb/images/bg_frame_bottom.webp);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: contain, contain;
	font-size: 1.4rem;
}
.plan .plan_info:before {
	position: absolute;
	top: 50px;
	bottom: 50px;
	right: 0;
	left: 0;
	content: "";
	background-image: url(/plan/tokushu/shiki/bb/images/bg_frame_lr.webp);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: contain;
	z-index: -1;
}
.plan .plan_info h4 {
	margin-bottom: 14px;
	font-size: 1.6rem;
	text-align: center;
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#bb {
	font-size: 1.5rem;
}
#bb h2 {
	margin-bottom: 30px;
	font-size: min(3.2vw, 2.2rem);
}
.inner {
	padding: 0 14px;
}
.pc-show {
	display: none;
}
.sp-show {
	display: block;
}
.sup {
	font-size: 1.2rem;
}
.link-new02 {
	padding-left: 30px;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg01 {
	background-size: 120% auto;
}
.bg02:before,
.bg03:before {
	background-size: 150px auto;
}
.bg03:before {
	opacity: 0.06;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	font-size: 1.7rem;
}
.lead_txt .finale_txt span {
	font-size: 2.4rem;
}
.lead_txt .finale_txt:before,
.lead_txt .finale_txt:after {
	width: 23px;
	height: 23px;
}
.lead_txt .finale_txt:before {
	left: -22px;
}

/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.about {
	padding: 35px 0 45px;
}
#bb .about h2 .rose:before {
	left: -42px;
	width: 28px;
	height: 68px;
}
#bb .about h2 .rose:after {
	right: -55px;
	width: 48px;
	height: 45px;
}
.about .img_wrap {
	margin-bottom: 20px;
	padding: 0 20px;
}
.about .img_wrap li {
	margin: 0 5px;
}
#bb .slick-prev {
	left: 3px;
}
#bb .slick-next {
	right: 3px;
}
.about .about_txt {
	font-size: 1.6rem;
	text-align: left;
}
.about .schedule {
	padding: 20px 17px;
}
.about .schedule:before,
.about .schedule:after,
.about .schedule .schedule_bg:before,
.about .schedule .schedule_bg:after {
	width: 55px;
	height: 55px;
}
.about .schedule dt {
	width: 420px;
	font-size: 1.8rem;
}
.calendar_wrap {
	padding: 8px 12px 15px;
}
.month_box {
	width: calc(100% / 3 - 7px);
}
.month span {
	font-size: 2.6rem;
}
.calendar th,
.calendar td {
	font-size: 1.0rem;
}
.calendar td {
	height: 35px;
}
.calendar .in_stock:before {
	top: calc(50% + 6px);
	left: 2.2vw;
	font-size: min(3vw, 2rem);
}
.calendar_wrap .calendar_date {
	bottom: -18px;
	font-size: 1.0rem;
}

/*------------------------------------------------------------------
プラン
------------------------------------------------------------------*/
.plan {
	padding: 22px 0 40px;
}
#bb .plan h2 {
	margin-bottom: 20px;
}
#bb .plan h2 span {
	filter: drop-shadow(1px 1.5px 2px #333);
}
#bb .plan h2 span:before {
	left: -42px;
	width: 28px;
	height: 68px;
}
#bb .plan h2 span:after {
	right: -55px;
	width: 48px;
	height: 45px;
}
.example_wrap {
	width: 90%;
}
.plan .plan_list {
	display: block;
}
.plan .plan_wrap {
	width: 100%;
}
.plan h3 {
	font-size: min(3vw, 2rem);
}
.plan .plan_contents li {
	font-size: 1.4rem;
}
.plan .plan_apply {
	width: 500px;
}
.plan .ticket_plan {
	margin-top: 45px;
}
.plan .ticket_plan .plan_title span {
	margin-bottom: 8px;
	font-size: min(3.2vw, 2.2rem);
	filter: drop-shadow(1px 1.5px 2px #333);
}
.plan .ticket_plan .plan_apply a {
	width: calc(100% / 2 - 20px);
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#bb {
	font-size: 1.4rem;
}
#bb h2 {
	margin: 0 0 23px;
	font-size: min(4.5vw, 2rem);
}
.br-599 {
	display: block;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg02:before,
.bg03:before {
	background-size: 110px auto;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin-top: 11px;
	font-size: min(3.5vw, 1.7rem);
}
.lead_txt .finale_txt span {
	font-size: min(6vw, 2.4rem);
}
.lead_txt .finale_txt:before,
.lead_txt .finale_txt:after {
	width: 20px;
	height: 20px;
}
.lead_txt .finale_txt:before {
	top: -2px;
	left: -24px;
}
.lead_txt .finale_txt:after {
	bottom: -2px;
	right: -16px;
	transform: rotate(180deg);
}
.lead_txt .set_txt {
	text-align: center;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_plan a {
	margin: 12px auto 12px;
	padding: 10px 30px 12px 35px;
}
.anc_plan a:before {
	bottom: -4px;
	right: 0;
	width: 47px;
	height: 43px;
}

/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.about {
	padding: 22px 0 35px;
}
#bb .about h2 .rose:before {
	top: 22px;
	bottom: 0;
	left: -9%;
	width: 100%;
	height: auto;
}
#bb .about h2 .rose:after {
	top: min(9.6vw, 46px);
	bottom: 10px;
	right: -4%;
	width: 100%;
	height: auto;
	background-position: right center;
}
.about .img_wrap {
	margin-bottom: 15px;
	padding: 0 18px;
}
#bb .slick-prev:before,
#bb .slick-next:before {
	left: 4px;
}
#bb .slick-prev:after,
#bb .slick-next:after {
	bottom: 4px;
}
.about .img_wrap figure + figure {
	margin-top: 8px;
}
.about .about_txt {
	font-size: 1.4rem;
}
.about .video_wrap {
	margin: 20px 0 30px;
}
.about .schedule {
	margin-top: 20px;
}
.about .schedule:before,
.about .schedule:after,
.about .schedule .schedule_bg:before,
.about .schedule .schedule_bg:after {
	width: 40px;
	height: 40px;
}
.about .schedule dt {
	width: 100%;
	font-size: 1.6rem;
}
.about .schedule dt:before {
	margin-right: 12px;
}
.about .schedule dt:after {
	margin-left: 12px;
}
.about .schedule dl.place dd {
	text-align: left;
}
.calendar_wrap {
	width: 100%;
	padding: 12px 10px 10px;
}
.calendar_box {
	display: block;
	max-width: 340px;
	margin: 0 auto;
}
.calendar_tab {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.calendar_tab li {
	width: calc(100% / 3 - 2px);
	border: 1px solid #602D1D;
	border-bottom: 0;
	font-size: 1.2rem;
	cursor: pointer;
}
.calendar_tab li.active {
	color: #fff;
	background: #602D1D;
	pointer-events: none;
}
.calendar_tab li span {
	font-size: 1.8rem;
}
.month_box {
	display: none;
	width: 100%;
}
.month_box.active {
	display: block;
}
.month {
	display: none;
}
.calendar th,
.calendar td {
	font-size: 0.9rem;
}
.calendar td {
	height: 30px;
}
.calendar .in_stock:before {
	top: calc(50% + 2px);
	left: calc(50% + 3px);
	font-size: min(5.8vw, 2.3rem);
}
.calendar_wrap .calendar_date {
	bottom: -15px;
	font-size: 0.9rem;
}
.calendar_wrap .sup {
	margin-top: 17px;
	text-align: left;
}

/*------------------------------------------------------------------
プラン
------------------------------------------------------------------*/
.plan {
	padding: 25px 0 35px;
}
#bb .plan h2 {
	margin-bottom: 25px;
	font-size: min(5vw, 2rem);
}
#bb .plan h2 span {
	padding: 0 0 5px;
}
#bb .plan h2 span:before {
	left: -32px;
	width: 23px;
	height: 56px;
}
#bb .plan h2 span:after {
	top: 20px;
	right: -35px;
	width: 43px;
	height: 41px;
}
.example_wrap {
	width: 100%;
	padding: 15px;
}
.example_wrap .example_plan {
	font-size: 1.8rem;
}
.example_wrap .example_txt {
	left: -10px;
	width: 60px;
	height: 60px;
}
.example_wrap .price_wrap dt {
	width: 28vw;
	font-size: 3.4vw;
}
.example_wrap .price_wrap dd span {
	font-size: 5.5vw;
}
.plan h3 {
	width: 100%;
	font-size: min(4.5vw, 1.8rem);
}
.plan h3:before {
	margin-right: 12px;
}
.plan h3:after {
	margin-left: 12px;
}
.plan .plan_contents li {
	font-size: 1.4rem;
}
.plan .plan_contents li + li {
	margin-left: 20px;
}
.plan .plan_contents li + li figure:before {
	left: -30px;
}
.plan .plan_apply {
	width: 100%;
}
.plan .plan_apply li {
	width: calc(100% / 2 - 5px);
}
.plan .plan_apply a {
	padding: 6px 13px 7px 13px;
}
.plan .plan_apply a:after {
	right: 3px;
	font-size: 0.9rem;
}
.plan .ticket_plan {
	margin-top: 40px;
}
.plan .ticket_plan .plan_title span {
	font-size: min(5vw, 2rem);
}
.plan .ticket_plan .plan_apply a {
	width: calc(100% / 2 - 5px);
}
.plan .plan_info {
	margin-top: 40px;
	padding: 15px;
}
.plan .plan_info:before {
	top: 20px;
	bottom: 20px;
}
}