@charset "UTF-8";
/* CSS Document */
/* stageSingleArea */
.ttlArea .inner h1 {
	padding-bottom: 50px;
}
.stageSingleArea .titleBox {
	text-align: center;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}
.stageSingleArea .mainImg img {
	width: 100%;
}
.stageSingleArea .titleBox h2 {
	font-size: min(3.5vw,28px);
	font-weight: 400;
	font-weight: 500;
	line-height: 1.4;
	padding: 30px 0 15px;
}
.stageSingleArea .titleBox .director {
	font-size: min(3vw,16px);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 2.5;
}
.stageSingleArea .inner {
	padding: 30px 50px 0;
}
.stageSingleArea .inner .item {
	max-width: 770px;
	margin: 0 auto;
}
.stageSingleArea .inner .btn{
	margin: 20px auto;
	text-align: center;
}
.stageSingleArea .inner .btn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 550px;
	padding: 10px 2em;
	border: 1px solid #FFF;
	border-radius: 25px;
	font-size: min(3.8vw,18px);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #000;
	background-color: #FFF;
	position: relative;
}
.stageSingleArea .inner .btn a:hover {
	color: #CCC;
	background-color: #111;
}
.stageSingleArea .inner .btn a:before {
	position: absolute;
	top: 9px;
	left: calc(50% - 8em);
	content: "";
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.stageSingleArea .inner .accordionArea {
	max-width: 1100px;
	margin: 0 auto 50px;
}
.stageSingleArea .inner .accordionArea h2.clickBtn {
	display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(4vw, 18px);
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    padding: 5px 4em 5px 15px;
}
.stageSingleArea .inner .information {
	max-width: 1100px;
    margin: 0 auto;
    padding: 25px 10px;
}
.stageSingleArea .inner .information dl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding-bottom:15px;
}
.stageSingleArea .inner .information dl:last-of-type {
	padding-bottom:0;
}
.stageSingleArea .inner .information dt {
	display: inline-block;
	font-size: min(3.5vw,14px);
	font-weight: 600;
}
.stageSingleArea .inner .information dt.under_txt {
	margin-bottom: 5px;
	border-bottom: 1px solid #FFF;
}
.stageSingleArea .inner .information dd {
	font-size: min(3vw,13px);
}
.stageSingleArea .inner .cast {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 10px;
}
.stageSingleArea .inner .cast .castList {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	gap: 40px;
}
.stageSingleArea .inner .cast .castList li {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	width: calc(50% - 20px);
}
.stageSingleArea .inner .cast .castList li .left {
    width: calc(40% - 8px);
}
.stageSingleArea .inner .cast .castList li .left img {
    width: 100%;
	object-fit: cover;
    aspect-ratio: 180 / 270;
}
.stageSingleArea .inner .cast .castList li .right {
	/* display: flex;
    justify-content: space-between;
    flex-direction: column; */
    width: calc(60% - 8px);
}
.stageSingleArea .inner .cast .castList li .right .castName {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 5px 2px 0;
    font-size: min(4vw, 18px);
    font-weight: bold;
    border-bottom: 1px solid #FFF;
}
.stageSingleArea .inner .cast .castList li .right .castTxt {
	padding-bottom: 1em;
    font-size: min(3vw, 12px);
}
.stageSingleArea .inner .cast .castList li .right .sns {
    display: flex;
    align-items: center;
	margin-top: 10px;
}
.stageSingleArea .inner .cast .castList li .right .sns a {
    position: relative;
	padding-left: 30px;
	line-height: 1.7;
}
.stageSingleArea .inner .cast .castList li .right .sns a::before {
    position: absolute;
	top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}
.stageSingleArea .inner .cast .castList li .right .sns a:hover {
    opacity: .7;
	color: #fff;
}
.stageSingleArea .inner .cast .castList li .right .sns a:hover::before {
    opacity: .7;
	transition: all 0.3s;
}
.stageSingleArea .inner .cast .castList li .right .sns a.instagram::before {
    content: url(../img/common/ig_w.svg);
}

/*galleryArea*/
.galleryArea {
	margin: 0 auto;
}
.galleryArea .inner {
	padding: 80px 50px 0;
}
.galleryArea .galleryBox {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
 }
.galleryArea .title {
	font-family: 'Lusitana', serif;
	font-weight: 400;
	color: #fff;
	font-size: min(5vw,26px);
	padding-bottom: 30px;
	text-align: center;
}
.galleryArea .inner .movie {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.galleryArea .inner .movie iframe {
	max-width: 1000px;
	margin: 0 auto;
	height: 300px;
}
.galleryArea .inner .swiper-container01 {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.galleryArea .inner .swiper-container01 a img {
    object-fit: cover;
    width: 100%;
    /* aspect-ratio: 400/220; */
	aspect-ratio: 3 / 2;
}
.galleryArea .inner .swiper-container01 a:hover img {
	opacity: .8;
}

/*sponsorArea*/
.sponsorArea {
	margin: 0 auto;
}
.sponsorArea .inner {
	padding: 80px 50px 120px;
}
.sponsorArea .title {
	font-family: 'Lusitana', serif;
	font-weight: 400;
	color: #fff;
	font-size: min(5vw,26px);
	padding-bottom: 30px;
	text-align: center;
}
.sponsorArea .title span {
	font-size: .7em;
	padding-left: 1em;
}
.sponsorList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto 30px;
	max-width: 1000px;
}
.sponsorList li {
    width: calc(25% - 16px);
    margin: 0 8px;
}
.sponsorList li a:hover img {
	opacity: .7;
}

.sponsorList01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    max-width: 1000px;
}
.sponsorList01 li {
    display: flex;
    justify-content: center;
    margin: 1rem 8px;
    width: calc(70% - 1rem);
}
.sponsorList01 li a img {
    aspect-ratio: 485 / 75;
    object-fit: cover
}
.sponsorlist01 li a:hover img {
	opacity: .7;
}
.sponsorList02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1000px;
}
.sponsorList02 li {
    width: calc(50% - 16px);
    margin: 8px 0;
}
.sponsorList02 li a img {
    max-width: 270;
}
.sponsorList02 li a:hover img {
	opacity: .7;
}

/*requestArea*/
.requestArea .inner {
	max-width: 1400px;
	padding-bottom: 100px;
	padding: 80px 50px 0;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.requestArea .inner .h2Area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	margin-bottom: 30px;
}
.requestArea .inner .h2Area h2 {
	position: relative;
	display: inline-block;
	font-family: 'Lusitana', serif;
    font-weight: 400;
    color: #fff;
    font-size: min(5vw, 26px);
	padding: 6px 1.5em;
}
.requestArea .inner .h2Area h2:before {
	position: absolute;
    content: "";
    background-color: #700000;
    width: 300%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
}
.requestArea .inner .h2Area .btn a {
    padding: 10px 2em;
	display: inline-block;
    border: 1px solid #FFF;
    border-radius: 25px;
    font-size: min(4vw, 14px);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: center;
    min-width: 250px;
}
.requestArea .inner .h2Area .btn a:hover {
    border: 1px solid #000;
    background-color: #000;
}
.requestArea .inner .text01 {
	padding: 15px 5vw;
    text-align: left;
	font-family: 'Lusitana', serif;
    font-size: min(3.5vw, 16px);
    line-height: 1.8;
}

/*モーダルエリア*/
.modal-001__wrap {
	margin-bottom: 30px;
	text-align: center;
}
.modal-001__wrap input {
    display: none;
}
.modal-001__open-label,
.modal-001__close-label {
	cursor: pointer;
}
.modal-001__open-label {
	display: inline-block;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: .4em 2em;
    border: none;
    border-radius: 5px;
    /* background-color: #FFF; */
    color: #FFF;
    font-size: min(4.2vw, 16px);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-decoration: underline;
}
.all-reserved-txt {
    display: flex;
	justify-content: center;
	align-items: center;
	max-width: 550px;
	margin: 30px auto 0;
	padding: .4em 2em;
	border: none;
	border-radius: 5px;
	background-color: #FFF;
	color: #000;
	font-size: min(4.2vw,16px);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.modal-001__open-label:hover {
	color: #700000;
	transition: all 0.3s;
}
.modal-001 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.modal-001__open-input:checked + label + input + .modal-001 {
	display: block;
	animation: modal-001-animation .6s;
}
.modal-001__content-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 770px;
	background-color: #fefefe;
	z-index: 2;
	border-radius: 5px;
	border: 11px solid #CCC;
}
.modal-001__close-label {
	background-color: #777;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	width: 36px;
	height: 36px;
	line-height: 1.8;
	text-align: center;
	display: table-cell;
	position: fixed;
	top: -15px;
	right: -2%;
	z-index: 99999;
	font-size: 1.3em;
}
.modal-001__content {
	max-height: 80vh;
	overflow-y: auto;
	padding: 39px 45px 40px;
	color: #000;
}
.modal-001__content h4 {
	font-size: min(4vw,20px);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
	background-color: #CCC;
}
.modal-001__content ol {
	padding: 25px 15px;
	text-align: left;
}
.modal-001__content ol li {
	padding-bottom: 35px;
	position: relative;
}
.modal-001__content ol li:after {
	position: absolute;
	content: "▼";
	bottom: 15px;
	left: 3em;
}

.modal-001__content ol.paymentMethod li:after {
    content: none;
}

.modal-001__content ol.feeBox li {
	padding-bottom: 20px;
}
.modal-001__content ol.feeBox li:after {
	content: none;
}
.modal-001__content ol li:last-child:after {
	display: none;
}
.modal-001__content ol li h5 {
	font-size: min(3.8vw,16px);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	position: relative;
	padding-left: 1.5em;
}
.modal-001__content ol li h5:before {
	position: absolute;
	content: "-";
	top: 0;
	left: 0;
}
.modal-001__content ol li p {
	font-size: min(3.2vw,13px);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 0 2em;
}
.modal-001__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	z-index: 1;
}

@keyframes modal-001-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1000px) {
/* stageSingleArea */
	.stageSingleArea .inner {
		padding: 30px 6vw;
	}
/*galleryArea*/
	.galleryArea .inner {
		padding: 30px 6vw 0;
	}
/*sponsorArea*/
	.sponsorArea .inner {
		padding: 30px 6vw 80px;
	}
/*requestArea*/
	.requestArea .inner .h2Area {
		display: block;
	}
	.requestArea .inner .btn {
		margin: 30px auto 0;
		text-align: center;
	}
	.requestArea .inner {
		padding: 60px 6vw;
	}
}

@media screen and (max-width: 767px) {
	.stageSingleArea .inner .btn {
		margin: 10px auto;
	}
	.stageSingleArea .inner .accordionArea {
		margin: 0 auto 20px;
	}
	.stageSingleArea .inner .cast .castList li {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
/* stageSingleArea */
	.stageSingleArea .inner .information {
		padding: 25px 5px;
	}
	.stageSingleArea .inner .information dl {
		flex-wrap: wrap;
	}
	.stageSingleArea .inner .information dd {
		width: 100%;
		padding-bottom: 10px;
	}
	.stageSingleArea .inner .cast {
        padding: 25px 5px;
    }

/*sponsorArea*/
	.sponsorList li {
		width: calc(50% - 16px);
		margin: 0 8px 12px;
	}
     .sponsorList01 li {
		width: calc(100% - 16px);
		margin: 0 8px 12px;
	}
	.sponsorList02 li {
		width: calc(100% - 16px);
		margin: 0 8px 12px;
	}
}

@media only screen and (max-width: 520px) {
    .modal-001__open-label {
        max-width: 100%;
        padding: 10px 2.1em 10px 2.6em;
    }
    .modal-001__close-label {
        top: -17px;
        right: -4%;
    }
    .modal-001__content-wrap {
        width: 90vw;
    }
    .modal-001__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 500px) {
/* stageSingleArea */
	.stageSingleArea .inner .cast .castList li .left {
		width: 80%;
		margin: 0 auto 12px;
	}
	.stageSingleArea .inner .cast .castList li .right {
		width: 100%;
	}
}
