@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　harrypotter専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#harrypotter {
	padding: 0;
	color: #fff;
	font-size: 1.6rem;
}
#harrypotter h1 {
	color: #333;
}
#harrypotter h2 {
	position: relative;
	margin: 0 0 40px;
	padding-top: 85px;
	background: linear-gradient(90deg, #d8b559 20%, #f8efc3 42%, #f8efc3 45%, #e4d68c 68%, #d8b559 88%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	line-height: 1.6;
}
#harrypotter h2:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/plan/tokushu/harrypotter/images/h2_ttl.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 85% auto;
}
.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;
	text-decoration-skip-ink: none;
}
.txt_link:hover {
	text-decoration: none;
}
.link-new02 {
	display: inline;
	margin-left: 3px;
}
.link-pdf01 {
	margin-left: 3px;
	padding-left: 37px;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg01 {
	position: relative;
	background: linear-gradient(90deg, #0c0b13, #161523 20%, #1f1c2d 50%, #161523 60%, #0c0b13);
	overflow: hidden;
	z-index: 0;
}
.bg_dots {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 250%!important;
	height: 250%!important;
	filter: blur(6px) brightness(120%);
	z-index: -1;
}
.bg02 {
	position: relative;
	background: #00001c;
	z-index: 0;
}
.bg03 {
	position: relative;
	background: #3d0010;
	z-index: 0;
}
.bg02:before,
.bg03:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/plan/tokushu/harrypotter/images/bg_cloud.webp);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	opacity: 0.18;
	z-index: -1;
}
.border-bottom-in[data-v-0db5e050],
.border-bottom-out[data-v-0db5e050],
.border-left-in[data-v-0db5e050],
.border-left-out[data-v-0db5e050],
.border-right-in[data-v-0db5e050],
.border-right-out[data-v-0db5e050],
.border-top-in[data-v-0db5e050],
.border-top-out[data-v-0db5e050] {
	position: absolute;
	border: 1px solid #bd9246;
}
.border-bottom-out[data-v-0db5e050],
.border-top-out[data-v-0db5e050] {
	left: 23px;
	right: 23px;
	height: 24px;
}
.border-top-out[data-v-0db5e050] {
	top: 0;
	border-bottom: none;
}
.border-bottom-out[data-v-0db5e050] {
	bottom: 0;
	border-top: none;
}
.border-left-out[data-v-0db5e050],
.border-right-out[data-v-0db5e050] {
	top: 24px;
	bottom: 24px;
	width: 24px;
}
.border-left-out[data-v-0db5e050] {
	left: 0;
	border-right: none;
}
.border-right-out[data-v-0db5e050] {
	right: 0;
	border-left: none;
}
.border-bottom-in[data-v-0db5e050],
.border-top-in[data-v-0db5e050] {
	left: 27px;
	right: 27px;
	height: 24px;
}
.border-top-in[data-v-0db5e050] {
	top: 4px;
	border-bottom: none;
}
.border-bottom-in[data-v-0db5e050] {
	bottom: 4px;
	border-top: none;
}
.border-left-in[data-v-0db5e050],
.border-right-in[data-v-0db5e050] {
	top: 28px;
	bottom: 28px;
	width: 24px;
}
.border-left-in[data-v-0db5e050] {
	left: 4px;
	border-right: none;
}
.border-right-in[data-v-0db5e050] {
	right: 4px;
	border-left: none;
}

/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
	margin: 0;
	background: #000;
	text-align: center;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin: 17px 0;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_plan {
	text-align: center;
}
.anc_plan a {
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto 22px;
	padding: 15px 25px;
	border-radius: 10px;
	color: #000;
	background-image: url(/plan/tokushu/harrypotter/images/bg_btn.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 2px 4px #000;
	transition: .25s ease;
}
.anc_plan a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "";
	width: 16px;
	height: 9px;
	background-image: url(/plan/tokushu/harrypotter/images/ic_arrow.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.anc_plan a:hover {
	transform: translateY(5px);
}

/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.about {
	padding: 40px 0 60px;
	color: #fff;
}
.about .img_wrap {
	margin: 0 0 30px;
	padding: 0 15px;
}
.about .img_wrap li {
	margin: 0 8px;
}
.about .img_wrap figure {
	border: 2px solid #9e8a59;
	border-image: linear-gradient(270deg, rgba(104, 93, 39, .5), hsla(50, 60%, 68%, .5) 35%, hsla(50, 60%, 68%, .5) 67%, rgba(95, 82, 38, .5)) 1;
}
#harrypotter .slick-prev,
#harrypotter .slick-next {
	top: 50%;
	margin: 0;
	padding: 10px;
	z-index: 1;
}
#harrypotter .slick-prev {
	left: 0;
	transform: translateY(-50%) rotate(-135deg);
}
#harrypotter .slick-next {
	right: 0;
	transform: translateY(-50%) rotate(45deg);
}
#harrypotter .slick-prev:before,
#harrypotter .slick-prev:after,
#harrypotter .slick-next:before,
#harrypotter .slick-next:after {
	position: absolute;
	top: 0;
	content: '';
	border: 2px solid #d8b559;
	opacity: 1;
}
#harrypotter .slick-prev:before,
#harrypotter .slick-prev:after {
	box-shadow: -2px -2px 4px 0px rgb(51 51 51 / 30%);
}
#harrypotter .slick-next:before,
#harrypotter .slick-next:after {
	box-shadow: 2px 2px 4px 0px rgb(51 51 51 / 30%);
}
#harrypotter .slick-prev:before,
#harrypotter .slick-next:before {
	left: 0;
	right: 0;
}
#harrypotter .slick-prev:after,
#harrypotter .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: 33px 0 40px;
	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;
	border: 1px solid hsla(50, 62%, 72%, .3);
	box-shadow: 4px 4px 20px hsla(50, 62%, 72%, .2), -4px -4px 20px hsla(50, 62%, 72%, .2);
	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: 30px;
	background: rgb(0 0 0 / 20%);
	text-align: center;
	clip-path: polygon(0 24px, 23px 24px, 23px 0, calc(100% - 23px) 0, calc(100% - 23px) 24px, 100% 24px, 100% calc(100% - 24px), calc(100% - 23px) calc(100% - 24px), calc(100% - 23px) 100%, 23px 100%, 23px calc(100% - 24px), 0 calc(100% - 24px));
}
.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: #d8b559;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: bold;
}
.about .schedule dt:before,
.about .schedule dt:after {
	content: "";
	flex-grow: 1;
	height: 9px;
	background-repeat: no-repeat;
	background-size: auto 9px;
}
.about .schedule dt:before {
	margin-right: 20px;
	background-image: url(/plan/tokushu/harrypotter/images/schedule_ttl_l.webp);
	background-position: 0;
}
.about .schedule dt:after {
	margin-left: 20px;
	background-image: url(/plan/tokushu/harrypotter/images/schedule_ttl_r.webp);
	background-position: 100%;
}
.about .schedule .access {
	margin-top: 7px;
	padding-top: 17px;
	background-image: url(/plan/tokushu/harrypotter/images/separator-star.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 130px auto;
}
.about .schedule .access span {
	display: block;
	width: fit-content;
	margin: 0 auto 3px;
	padding-left: 24px;
	background-image: url(/plan/tokushu/harrypotter/images/ic_train.webp);
	background-repeat: no-repeat;
	background-position: left top 1px;
	background-size: auto 80%;
}
.about .schedule ul.ulist01 {
	display: inline-block;
	text-align: left;
}
.calendar_wrap {
	margin: 14px auto 12px;
	padding: 12px 18px 18px;
	color: #1b1b33;
	background: #fff;
	font-weight: bold;
}
.plan_time {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	margin-bottom: 5px;
}
.plan_time li {
	width: fit-content;
	padding: 4px 10px 3px;
	border-radius: 5px;
	font-size: 1.4rem;
}
.plan_time li + li {
	margin-left: 8px;
}
.plan_time li.t12 {
	background: #ffceca;
}
.plan_time li.t18 {
	background: #b3dabf;
}
.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;
	margin-bottom: 10px;
}
.calendar_tab {
	display: none;
}
.month_box {
	width: calc(100% / 4 - 8px);
}
.month {
	font-family: "Noto Serif JP", serif;
}
.month span {
	font-size: 3rem;
}
.calendar {
	width: 100%;
	border: 2px solid #1b1b33;
	background: #fff;
}
.calendar th,
.calendar td {
	border: 1px solid #1b1b33;
	font-size: 1.1rem;
}
.calendar th {
	padding: 2px;
}
.calendar td {
	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 td.t12 {
	background: #ffceca;
}
.calendar td.t18 {
	background: #b3dabf;
}
.calendar_wrap .calendar_date {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 1.2rem;
	font-weight: normal;
}

/*------------------------------------------------------------------
プラン
------------------------------------------------------------------*/
.plan {
	padding: 40px 0 60px;
}
.example_wrap {
	position: relative;
	width: 650px;
	margin: 0 auto;
	padding: 15px 30px;
	border: 3px double #9e8a59;
	color: #333;
	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: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.plan .plan_wrap {
	width: calc(100% / 2 - 40px);
	margin-top: 30px;
	color: #fff;
	text-align: center;
}
.plan .plan_wrap:nth-of-type(2n) {
	margin-left: 80px;
}
.plan h3 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin: 0 auto 16px;
	color: #d8b559;
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	font-weight: bold;
}
.plan h3:before,
.plan h3:after {
	content: "";
	flex-grow: 1;
	height: 8.5px;
	background-image: url(/plan/tokushu/harrypotter/images/plan_ttl.webp);
	background-repeat: no-repeat;
	background-size: auto 8.5px;
}
.plan h3:before {
	margin-right: 15px;
	background-position: 100%;
}
.plan h3:after {
	margin-left: 15px;
	background-position: 0;
}
.plan .plan_contents {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.plan .plan_contents li {
	width: 120px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.plan .plan_contents li + li {
	margin-left: 10px;
}
.plan .plan_contents li figure {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto 10px;
	text-align: center;
}
.plan .plan_contents li + li figure:before {
	position: absolute;
	top: 50%;
	left: -37px;
	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 - 5px);
}
.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 .single a {
	background: #673ab7;
}
.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_apply .single a:hover {
	color: #673ab7;
}
.plan .plan_wrap .sup {
	display: inline-block;
	margin-top: 7px;
	text-align: left;
}
.plan .plan_info {
	position: relative;
	margin-top: 40px;
	padding: 30px 40px;
	background: #1b1b33;
	font-size: 1.4rem;
	clip-path: polygon(0 24px, 23px 24px, 23px 0, calc(100% - 23px) 0, calc(100% - 23px) 24px, 100% 24px, 100% calc(100% - 24px), calc(100% - 23px) calc(100% - 24px), calc(100% - 23px) 100%, 23px 100%, 23px calc(100% - 24px), 0 calc(100% - 24px));
}
.plan .plan_info + .plan_info {
	margin-top: 35px;
}
.plan .plan_info h4 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 14px;
	color: #d8b559;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	text-align: center;
}
.plan .plan_info h4:before,
.plan .plan_info h4:after {
	content: "";
	flex-grow: 1;
	width: auto;
	height: 13px;
	background-repeat: no-repeat;
	background-size: auto 13px;
}
.plan .plan_info h4:before {
	margin-right: 15px;
	background-image: url(/plan/tokushu/harrypotter/images/info_ttl_l.webp);
	background-position: 100%;
}
.plan .plan_info h4:after {
	margin-left: 15px;
	background-image: url(/plan/tokushu/harrypotter/images/info_ttl_r.webp);
	background-position: 0;
}
.plan .plan_info .red_line {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.9;
	text-decoration: underline;
	text-decoration-color: #f00;
	text-decoration-style: double;
	text-underline-offset: 5px;
}
.plan .plan_info .pickup_time {
	margin-top: 10px;
	margin-left: 6.5em;
	text-indent: -6.5em;
	font-size: 1.5rem;
	font-weight: bold;
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#harrypotter {
	font-size: 1.5rem;
}
#harrypotter h2 {
	margin-bottom: 30px;
	padding-top:   65px;
	font-size: min(3vw, 2.2rem);
}
#harrypotter h2:before {
	background-size: 90% auto;
}
.inner {
	padding: 0 14px;
}
.pc-show {
	display: none;
}
.sp-show {
	display: block;
}
.sup {
	font-size: 1.2rem;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg02:before,
.bg03:before {
	opacity: 0.2;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	font-size: 1.8rem;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_plan a {
	font-size: 1.6rem;
}

/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.about {
	padding: 35px 0 45px;
}
.about .img_wrap {
	margin-bottom: 20px;
	padding: 0 20px;
}
.about .img_wrap li {
	margin: 0 5px;
}
#harrypotter .slick-prev {
	left: 3px;
}
#harrypotter .slick-next {
	right: 3px;
}
.about .about_txt {
	font-size: 1.6rem;
	text-align: left;
}
.about .schedule {
	padding: 30px 17px;
}
.about .schedule dt {
	width: 420px;
	font-size: 1.8rem;
}
.about .schedule .access span {
	padding-left: 22px;
	background-position: left top 2px;
}
.calendar_wrap {
	padding: 12px 12px 18px;
}
.plan_time li {
	font-size: 1.2rem;
}
.month_box {
	width: calc(100% / 4 - 6px);
}
.month span {
	font-size: 2.6rem;
}
.calendar th,
.calendar td {
	font-size: 0.9rem;
}
.calendar td {
	height: 33px;
}
.calendar_wrap .calendar_date {
	bottom: -18px;
	font-size: 1.0rem;
}

/*------------------------------------------------------------------
プラン
------------------------------------------------------------------*/
.plan {
	padding: 22px 0 40px;
}
.example_wrap {
	width: 90%;
}
.plan .plan_list {
	display: block;
}
.plan .plan_wrap {
	width: 100%;
}
.plan .plan_wrap:nth-of-type(2n) {
	margin-left: 0;
}
.plan h3 {
	max-width: 370px;
	font-size: min(3vw, 2rem);
}
.plan .plan_contents li {
	font-size: 1.4rem;
}
.plan .plan_apply {
	width: 500px;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅767px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.calendar_wrap {
	padding: 9px 10px 21px;
}
.plan_time {
	margin-bottom: 14px;
}
.plan_time li {
	font-size: 1rem;
}
.plan_time li + li {
	margin-left: 5px;
}
.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% / 4 - 2px);
	border: 1px solid #1b1b33;
	border-bottom: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	cursor: pointer;
}
.calendar_tab li.active {
	color: #fff;
	background: #1b1b33;
	pointer-events: none;
}
.calendar_tab li span {
	font-size: min(4.4vw, 1.8rem);
}
.month_box {
	display: none;
	width: 100%;
}
.month_box.active {
	display: block;
}
.month {
	display: none;
}
.calendar td {
	height: 30px;
}
.calendar_wrap .calendar_date {
	bottom: -15px;
	font-size: 0.9rem;
}
}

/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅599px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
#harrypotter {
	font-size: 1.4rem;
}
#harrypotter h2 {
	margin: 0 0 23px;
	padding-top: 40px;
	font-size: min(4.2vw, 2rem);
}
#harrypotter h2:before {
	background-size: 95% auto;
}
.br-599 {
	display: block;
}

/*------------------------------------------------------------------
背景
------------------------------------------------------------------*/
.bg02:before,
.bg03:before {
	background-repeat: repeat-y;
	background-size: 100% auto;
	opacity: 0.1;
}
.border-bottom-out[data-v-0db5e050],
.border-top-out[data-v-0db5e050] {
	left: 14px;
	right: 14px;
	height: 15px;
}
.border-left-out[data-v-0db5e050],
.border-right-out[data-v-0db5e050] {
	top: 15px;
	bottom: 15px;
	width: 15px;
}
.border-bottom-in[data-v-0db5e050],
.border-top-in[data-v-0db5e050] {
	left: 18px;
	right: 18px;
	height: 15px;
}
.border-left-in[data-v-0db5e050],
.border-right-in[data-v-0db5e050] {
	top: 19px;
	bottom: 19px;
	width: 15px;
}

/*------------------------------------------------------------------
リード文
------------------------------------------------------------------*/
.lead_txt {
	margin: 11px 0;
	font-size: min(3.7vw, 1.7rem);
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_plan a {
	margin-bottom: 17px;
	padding: 10px 25px 12px;
}

/*------------------------------------------------------------------
公演について
------------------------------------------------------------------*/
.about {
	padding: 22px 0 35px;
}
.about .img_wrap {
	margin-bottom: 18px;
	padding: 0 18px;
}
#harrypotter .slick-prev:before,
#harrypotter .slick-next:before {
	left: 4px;
}
#harrypotter .slick-prev:after,
#harrypotter .slick-next:after {
	bottom: 4px;
}
.about .img_wrap figure + figure {
	margin-top: 8px;
}
.about .about_txt {
	font-size: 1.4rem;
}
.about .video_wrap {
	margin: 26px 0 33px;
}
.about .schedule {
	margin-top: 20px;
	clip-path: polygon(0 15px, 14px 15px, 14px 0, calc(100% - 14px) 0, calc(100% - 14px) 15px, 100% 15px, 100% calc(100% - 15px), calc(100% - 14px) calc(100% - 15px), calc(100% - 14px) 100%, 14px 100%, 14px calc(100% - 15px), 0 calc(100% - 15px));
}
.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 .access {
	display: inline-block;
	text-align: left;
}

/*------------------------------------------------------------------
プラン
------------------------------------------------------------------*/
.plan {
	padding: 25px 0 35px;
}
#harrypotter .plan h2 {
	font-size: min(4.8vw, 2rem);
}
.example_wrap {
	width: 100%;
	padding: 15px;
}
.example_wrap .example_plan {
	font-size: 1.7rem;
}
.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 {
	max-width: 350px;
	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 a {
	padding: 6px 13px 7px 13px;
}
.plan .plan_apply a:after {
	right: 3px;
	font-size: 0.9rem;
}
.plan .plan_info {
	margin-top: 35px;
	padding: 25px 15px;
	font-size: 1.3rem;
	clip-path: polygon(0 15px, 14px 15px, 14px 0, calc(100% - 14px) 0, calc(100% - 14px) 15px, 100% 15px, 100% calc(100% - 15px), calc(100% - 14px) calc(100% - 15px), calc(100% - 14px) 100%, 14px 100%, 14px calc(100% - 15px), 0 calc(100% - 15px));
}
.plan .plan_info + .plan_info {
	margin-top: 25px;
}
.plan .plan_info h4 {
	font-size: min(4.3vw, 1.6rem);
}
.plan .plan_info h4:before,
.plan .plan_info h4:after {
	height: 8px;
	background-size: auto 8px;
}
.plan .plan_info h4:before {
	margin-right: 8px;
}
.plan .plan_info h4:after {
	margin-left: 8px;
}
.plan .plan_info .red_line {
	font-size: 1.4rem;
}
.plan .plan_info .pickup_time {
	font-size: 1.4rem;
}
}