@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

body {
	font-family: 'Zen Old Mincho', serif;
	background: #242633;
	color: #fff;
	overflow-x: hidden;
}

.cormorant {
	font-family: 'Cormorant Garamond', serif;
}

img {
	width: 100%;
	height: auto;
}

a {
	transition: all .7s;
}

/* a:hover {
	opacity: .8;
} */
.fadeIn {
	opacity: 0;
	transition: all 1.5s;
}

.late {
	transition-delay: .3s;
}

.fadeIn.is-show {
	opacity: 1;
}

.fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: all 1s;
}

.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.fadeIn_right {
	opacity: 0;
	transform: translate(50%, 0);
	transition: 1s;
}

.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
}

.swiper-slide {
	display: flex;
	position: relative;
}

.image-container {
	width: 33.33%;
	overflow: hidden;
	position: relative;
}

.swiper-slide.black .slide-background {
	background-color: #0D0D0D;
}

.slide-background {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: left 0.5s ease-out;
	z-index: 1;
}

.image-container img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0;
	transform: translateX(-100%);
	transition: transform .7s ease-out, opacity .7s ease-out;
	z-index: 2;
}

.mv {
	position: relative;
	background: #242633;
	z-index: 100;
}

.header {
	position: fixed;
	z-index: 200;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: calc(100% - 60px);
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-left {
	width: 220px;
}

.header-right {
	width: 600px;
	display: flex;
	justify-content: space-between;
}

.header-right ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 360px;
}

.header-right ul li {
	width: 48%;
}

.header-right ul li a {
	display: block;
	height: 50px;
	background: #fff;
	line-height: 49px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #242633;
	border: 1px solid #000;
}

.header-right ul li:nth-child(2) a {
	background: #D3262A;
	border: 1px solid #D3262A;
	color: #fff;
}

.header-right ul li a:hover {
	background: #000;
	color: #fff;
}

.header-right ul li:nth-child(2) a:hover {
	background: #fff;
	color: #D3262A;
	border-color: #fff;
}

.sns-list {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 190px;
}

.sns-list.pc {
	display: flex !important;
}

.sns-list.sp {
	display: none !important;
}

.sns-list-item {
	width: 37.5px;
}

.mv-logo {
	position: absolute;
	max-width: 1000px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 20px;
	z-index: 5;
}

.copy {
	position: relative;
	min-height: 100vh;
	padding-bottom: 60px;
}

.copy::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/top-message.jpg);
}

.copy-title {
	padding: 240px 0;
}

.copy-title h2 {
	font-weight: 300;
	font-size: 100px;
	line-height: 1.4;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


.copy .scroll-cont {
	padding: 70px 0;
}

.small-en-title {
	margin-bottom: 20px;
}

.small-en-title h3 {
	font-weight: 700;
	font-size: 42px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.small-title {
	margin-bottom: 40px;
}

.small-title h4 {
	font-weight: 500;
	font-size: 32px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cont-txt p {
	font-weight: 400;
	font-size: 18px;
	line-height: 2;
	padding-bottom: 15px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cont-txt p:last-child {
	padding-bottom: 0;
}

.cast {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 100vh;
	background-color: #242633;
	z-index: 1;
}

.cast#cast02 {
	flex-direction: row-reverse;
}

.sticked-cont {
	width: 50%;
	position: relative;
}

.sticked-cont-img {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
}


.cast .scroll-cont {
	width: 50%;
	padding: 180vh 80px 200px;
}

.sticked-cont-txt {
	position: absolute;
	top: 160px;
	left: 42.5vw;
}

	#act .sticked-cont-txt-title {
	position: absolute;
    top: 360px;
	}

#cast02 .sticked-cont-txt {
	left: initial;
	right: 42.5vw;
}



.sticked-cont-txt-title {
	margin-bottom: 40px;
}

.sticked-cont-txt-title h2 {
	font-weight: 700;
	font-size: 100px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.sticked-cont-txt-title h2 span {
	font-weight: 700;
	font-size: 140px;
	padding-right: 10px;
	line-height: 1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.sticked-cont-txt-title p {
	font-weight: 600;
	font-size: 32px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.sticked-cont-txt-txt {
	margin-bottom: 60px;
}

.sticked-cont-txt-txt p {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.6;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.sticked-cont-txt-name span {
	font-weight: 600;
	font-size: 16px;
	display: block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	padding-bottom: 10px;
}

.sticked-cont-txt-name h3 {
	font-weight: 700;
	font-size: 100px;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.sticked-cont-txt-name p {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.6;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroll-cont-one {
	width: 100%;
	position: relative;
	padding: 50px 0;
}

.scroll-cont-one-img {
	width: 60%;
	margin-left: auto;
}

.scroll-cont-one-txt {
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	z-index: 1;
}

.scroll-cont-one-txt span {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 10px;
	display: block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroll-cont-one-txt h3 {
	font-weight: 700;
	font-size: 90px;
	line-height: 1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroll-cont-one-txt p {
	font-weight: 600;
	font-size: 24px;
	padding-top: 15px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroll-cont-two {
	width: 100%;
	position: relative;
	padding: 50px 0;
}

.scroll-cont-two-img {
	width: 60%;
	margin-right: auto;
}

.scroll-cont-two-txt {
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	z-index: 1;
}

.scroll-cont-two-txt span {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 10px;
	display: block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroll-cont-two-txt h3 {
	font-weight: 700;
	font-size: 90px;
	line-height: 1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroll-cont-two-txt p {
	font-weight: 600;
	font-size: 24px;
	padding-top: 15px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroll-cont-three {
	width: 100%;
	position: relative;
	padding: 50px 0;
}

.scroll-cont-three .small-title h4 {
	font-size: 24px;
	margin-bottom: 30px;
}

.scroll-cont-three .small-title p {
	font-size: 20px;
}

.scroll-cont-three .cont-txt p {
	font-size: 16px;
}

.scroll-cont-four {
	width: 100%;
	position: relative;
	padding: 50px 0;
}

.scroll-cont-four-img-top,
.scroll-cont-four-img-center,
.scroll-cont-four-img-bottom {
	display: flex;
	align-items: end;
	margin-bottom: 40px;
}

.scroll-cont-four-img-top {
	justify-content: center;
}

.scroll-cont-four-img-top .scroll-cont-four-img-cont:nth-child(1) {
	margin-right: 3.5%;
}

.scroll-cont-four-img-center,
.scroll-cont-four-img-bottom {
	justify-content: space-between;
}

.scroll-cont-four-img-cont {
	width: 31%;
}


.scroll-cont-four-img-cont-title {
	margin-bottom: 15px;
}


.scroll-cont-four-img-cont-title p {
	font-weight: 500;
	font-size: 16px;
}

.scroll-cont-four-img-cont-img img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

/* 20240106追加ここから */
.scroll-cont-four-img-cont-img-four img {
	display: block;
	width: 90%;
	margin-bottom: 10px;
}

.scroll-cont-four-img-cont-img-four p {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}

/* 20240106追加ここまで */

.scroll-cont-four-img-cont-img p {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}




.scroll-cont-four-txt-title {
	margin-bottom: 20px;
}

.scroll-cont-four-txt-title p {
	width: 100px;
	height: 40px;
	border: 1px solid #fff;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	line-height: 39px;
}

.scroll-cont-four-txt-list {
	margin-bottom: 40px;
}

.scroll-cont-four-txt-list ul li {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.6;
}

.scroll-cont-four-txt-list-left {
	width: 32.5%;
}

.scroll-cont-four-txt-list-right {
	width: 65%;
}

.scroll-cont-four-txt-caution {
	margin-bottom: 50px;
}

.scroll-cont-four-txt-caution p {
	font-size: 14px;
	line-height: 1.5em;
}

.cmn-btn a {
	display: block;
	max-width: 400px;
	background: #d3262a;
	border: 1px solid #d3262a;
	text-align: center;
	padding: 15px 0;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	transition: all .7s;
}

.cmn-btn a span {
	font-size: 16px;
	display: block;
	padding-bottom: 10px;
}

.cmn-btn a:hover {
	background: #fff;
	color: #D3262A;
	border-color: #fff;
}

.about {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 100vh;
	flex-direction: row-reverse;
	background-color: #242633;
	z-index: 1;
}

.interview {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 100vh;
	background-color: #242633;
	z-index: 1;
}

.interview#interview02 {
	flex-direction: row-reverse;
}

.about .scroll-cont,
.interview .scroll-cont {
	width: 50%;
	padding: 140vh 80px 200px;
}

#about .sticked-cont-txt,
.interview#interview02 .sticked-cont-txt {
	left: initial;
	right: 42.5vw;
}

/* 20240106追加ここから */
#act .sticked-cont-txt,
.interview#interview02 .sticked-cont-txt {
	left: initial;
	right: 42.5vw;
}
/* 20240106追加ここまで */

.swiper-button-next {
	background: url(../img/swiper_next.svg) no-repeat center center / contain;
}

.swiper-button-prev {
	background: url(../img/swiper_prev.svg) no-repeat center center / contain;
}

.swiper-button-prev,
.swiper-button-next {
	width: 80px;
	height: 80px;
}

.swiper-button-prev {
	left: 60px;
}

.swiper-button-next {
	right: 60px;
}

.schedule {
	background: #EFEFEF;
	padding: 100px 0;
	z-index: 1;
}

.cmn-title {
	margin-bottom: 60px;
	text-align: center;
}

.cmn-title h2 {
	font-weight: bold;
	font-size: 100px;
	text-align: center;
	color: #000;
	line-height: 1;
	padding-bottom: 25px;
}

.cmn-title p {
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: #000;
}

.schedule-list ul li {
	position: relative;
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	color: #000;
}

.schedule-list ul li::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background: #284377;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.schedule-list ul li:nth-child(3)::before {
	display: none;
}

.schedule-list ul li:nth-child(3) {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ticket,
.faq {
	padding: 100px 0;
	margin: 0;
	z-index: 1;
	background-color: #242633;
}

.ticket .cmn-title p,
.ticket .cmn-title h2,
.faq .cmn-title p,
.faq .cmn-title h2 {
	color: #fff;
}

.ticket-table {
	max-width: 1000px;
	margin: 0 auto 60px;
}

.ticket .cmn-btn a {
	width: 100%;
	border-radius: 0;
	margin-bottom: 15px;
}

/*
.ticket .cmn-btn:nth-child(1) a,
.ticket .cmn-btn:nth-child(3) a {
	background: initial;
	border: 1px solid #fff;
	color: #fff;
}

.ticket .cmn-btn:nth-child(1) a:hover,
.ticket .cmn-btn:nth-child(3) a:hover {
	background: #fff;
	color: #d3262a;
} */
.youtube {
	background: #EFEFEF;
	padding: 100px 0;
	z-index: 1;
}

.youtube-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.youtube-list ul li {
	width: 49%;
	margin-bottom: 20px;
}

.access {
	background: #EFEFEF;
	padding: 100px 0;
	z-index: 1;
}

.access-map iframe {
	margin-bottom: 40px;
}

.access-map p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
	color: #000;
}

.faq-list ul li {
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	padding: 0 30px 30px;
}

.faq-list ul li:nth-child(1) {
	border-top: 1px solid #fff;
	padding-top: 30px;
}

.faq-list ul li .faq-list-flex:nth-child(1) {
	margin-bottom: 20px;
}

.faq-list-flex {
	display: flex;
	justify-content: space-between;
}

.faq-list-flex-title {
	width: 60px;
	padding-top: 15px;
}

.faq-list-flex-title p {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 0.1em;
}

.faq-list-flex-txt {
	width: calc(100% - 60px);
}

.faq-list-flex-txt p {
	font-size: 18px;
	line-height: 1.9;
}

footer {
	margin: 0px;
	padding: 0px;
	background-color: initial;
}

.gallery {
	z-index: 1;
}

@media screen and (max-width:1300px) {
	.copy-title h2 {
		font-size: 100px;
	}

	.sticked-cont-txt-title h2 {
		font-size: 80px;
	}

	.sticked-cont-txt-title h2 span {
		font-size: 100px;
	}

	.sticked-cont-txt-title p {
		font-size: 24px;
	}

	.sticked-cont-txt-name h3 {
		font-size: 80px;
	}

	.scroll-cont-one-txt h3,
	.scroll-cont-two-txt h3 {
		font-size: 60px;
	}

	.scroll-cont-one-txt p,
	.scroll-cont-two-txt p {
		font-size: 20px;
	}

	.cast .scroll-cont {
		padding: 180vh 30px 160px;
	}

	.about .scroll-cont,
	.interview .scroll-cont {
		padding: 140vh 30px 160px;
	}

	.sticked-cont {
		width: 57.5%;
	}

	.cast .scroll-cont,
	.about .scroll-cont,
	.interview .scroll-cont {
		width: 42.5%;
	}
}

@media screen and (max-width:1200px) {
	.inner {
		max-width: 100%;
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.sticked-cont {
		width: 60%;
	}

	.cast .scroll-cont,
	.about .scroll-cont,
	.interview .scroll-cont {
		width: 40%;
	}
}

@media screen and (max-width:1100px) {
	.inner {
		max-width: 100%;
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.header-left {
		width: 180px;
	}

	.header-right {
		width: 570px;
	}

	.mv-logo {
		max-width: 700px;
		bottom: 20px;
	}

	.copy-title {
		padding: 200px 0;
	}

	.cast,
	.about,
	.interview {
		display: block;
	}

	.sticked-cont {
		width: 100%;
	}

	.sticked-cont-txt {
		position: relative;
		top: initial;
		left: initial;
		padding: 100px 20px;
	}

	.sticked-cont-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.sticked-cont-img img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		filter: brightness(.7);
	}

	.cast .scroll-cont,
	.about .scroll-cont,
	.interview .scroll-cont {
		width: 100%;
		padding: 40px 20px 60px;
		background-color: #242633;
		margin: 0 auto;
	}

	/* .cast,
	.about,
	.interview {
		background-attachment: fixed;
		background-size: cover;
		background-position: center top;
	}

	#cast01 {
		background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/cast01_01_img.jpg');
	}

	#cast02 {
		background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/cast02_01_img.jpg');
	}

	#cast03 {
		background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/cast03_01_img.jpg');
	}

	.about {
		background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/about_img.jpg');
	}

	.interview {
		background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/interview_img.jpg');
	} */
	#cast02 .sticked-cont-txt,
	#about .sticked-cont-txt,
	/* 20240106追加ここから */
	#act .sticked-cont-txt,
	/* 20240106追加ここまで */
	.interview#interview02 .sticked-cont-txt {
		left: initial;
		right: initial;
	}


}

@media screen and (min-width: 600px) and (max-width: 999px) {
	.pc {
		display: block !important;
	}
}

@media screen and (max-width:834px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.main {
		overflow: hidden;
	}

	.header {
		position: relative;
		z-index: 10;
		top: initial;
		left: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		width: 100%;
	}

	.header-left {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		top: 10px;
		left: 0px;
		padding: 0 15px;
	}

	.header-logo {
		width: 140px;
	}

	.sns-list.sp {
		display: flex !important;
		width: 150px;
	}

	.sns-list.pc {
		display: none !important;
	}

	.sns-list-item {
		width: 30px;
	}

	.header-right {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
	}

	.header-right ul {
		width: 100%;
	}

	.header-right ul li {
		width: 50%;
	}

	.header-right ul li a {
		font-size: 16px;
		height: 45px;
		line-height: 44px;
		border: none;
	}

	.mv-logo {
		max-width: 100%;
		width: 90%;
	}

	.copy {
		padding-bottom: 40px;
	}

	.copy-title {
		padding: 200px 0;
	}

	.copy-title h2 {
		font-size: 56px;
	}


	.copy .scroll-cont {
		padding: 40px 0;
	}

	.small-en-title {
		margin-bottom: 10px;
	}

	.small-en-title h3 {
		font-size: 32px;
	}

	.small-title {
		margin-bottom: 30px;
	}

	.small-title h4 {
		font-size: 20px;
	}

	.cont-txt p {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.sticked-cont-txt-title {
		margin-bottom: 30px;
	}

	.sticked-cont-txt-title h2 {
		font-size: 48px;
	}

	.sticked-cont-txt-title h2 span {
		font-size: 62px;
	}

	.sticked-cont-txt-title p {
		font-size: 20px;
	}

	.sticked-cont-txt-name h3 {
		font-size: 54px;
	}

	.sticked-cont-txt-name p {
		font-size: 20px;
	}

	.cast .scroll-cont,
	.about .scroll-cont,
	.interview .scroll-cont {
		padding: 30px 20px;
	}

	.scroll-cont-one,
	.scroll-cont-two,
	.scroll-cont-three,
	.scroll-cont-four {
		padding: 40px 0;
	}

	.scroll-cont-one-txt span,
	.scroll-cont-two-txt span {
		font-size: 16px;
	}

	.scroll-cont-one-txt h3,
	.scroll-cont-two-txt h3 {
		font-size: 48px;
	}

	.scroll-cont-one-txt p,
	.scroll-cont-two-txt p {
		font-size: 18px;
	}

	.scroll-cont-three .small-title h4 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.scroll-cont-three .small-title p {
		font-size: 18px;
	}

	.scroll-cont-three .cont-txt p {
		font-size: 14px;
	}

	.cmn-btn a {
		max-width: 300px;
		padding: 12.5px 0;
		font-size: 18px;
	}

	.cmn-btn a span {
		font-size: 14px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.swiper-button-next {
		right: 20px;
	}

	.swiper-button-prev {
		left: 20px;
	}

	.sticked-cont-txt {
		padding: 160px 20px;
	}

	.schedule,
	.ticket,
	.faq,
	.youtube,
	.access {
		padding: 70px 0;
	}

	.cmn-title {
		margin-bottom: 50px;
	}

	.cmn-title h2 {
		font-size: 54px;
		padding-bottom: 20px;
	}

	.cmn-title p {
		font-size: 18px;
		line-height: 1.4;
	}

	.schedule-list ul li {
		font-size: 16px;
		line-height: 1.4;
	}

	.schedule-list ul li::before {
		width: 45px;
	}

	.faq-list ul li:nth-child(1) {
		padding-top: 25px;
	}

	.faq-list ul li {
		margin-bottom: 25px;
		padding: 0 10px 25px;
	}

	.faq-list-flex-title {
		width: 45px;
		padding-top: 10px;
	}

	.faq-list-flex-title p {
		font-size: 24px;
	}

	.faq-list-flex-txt {
		width: calc(100% - 50px);
	}

	.faq-list-flex-txt p {
		font-size: 16px;
		line-height: 1.8;
	}

	.faq-list-flex-txt p {
		font-size: 16px;
		line-height: 1.8;
	}
/* 20240110追加ここから */
	.faq-list-flex-txt .news {
	width: 320px;
	}
/* 20240110追加ここまで */

	.access-map iframe {
		margin-bottom: 30px;
	}

	.access-map p {
		font-size: 16px;
	}

	.ticket-table {
		max-width: 500px;
		margin: 0 auto 40px;
	}

	.ticket-btn {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:500px) {
	.copy-title h2 {
		font-size: 54px;
	}

	.copy-title {
		padding: 160px 0;
	}

	.small-title h4 {
		font-size: 18px;
	}

	.scroll-cont-four-txt-list ul li {
		font-size: 12px;
	}

	.scroll-cont-four-txt-title p {
		width: 80px;
		height: 35px;
		font-size: 14px;
		line-height: 34px;
	}

	.scroll-cont-four-txt-caution p {
		font-size: 12px;
	}

	.scroll-cont-four-img-cont-title p {
		font-size: 14px;
	}

	.scroll-cont-four-img-cont-img p {
		font-size: 12px;
	}

/* 20240106追加ここから */
.scroll-cont-four-img-cont-img-four p {
		font-size: 12px;
	}
/* 20240106追加ここまで */

	.scroll-cont-one-txt h3,
	.scroll-cont-two-txt h3 {
		font-size: 42px;
	}

	.scroll-cont-one-txt p,
	.scroll-cont-two-txt p {
		padding-top: 10px;
	}

	.cont-txt p {
		font-size: 14px;
	}

	.copy::before {
		background-position: 80% center;
	}

	.sticked-cont-txt-txt {
		margin-bottom: 40px;
	}

	.sticked-cont-txt-name h3 {
		font-size: 48px;
		line-height: 1.1;
	}

	.scroll-cont-four-img-top,
	.scroll-cont-four-img-center,
	.scroll-cont-four-img-bottom {
		margin-bottom: 30px;
	}

	.scroll-cont-four-img-cont {
		width: 32%;
	}

	.scroll-cont-four-img-top .scroll-cont-four-img-cont:nth-child(1) {
		margin-right: 12.5%;
	}

	.scroll-cont-four-img-top .scroll-cont-four-img-cont:nth-child(1) .scroll-cont-four-img-cont-title p {
		white-space: nowrap;
	}

	.sticked-cont-txt {
		padding: 120px 20px;
	}

	.sticked-cont-txt-name p span {
		font-size: 14px;
		padding-bottom: 0;
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 30px;
		height: 30px;
		margin-top: -3%;
	}

	.ticket-table {
		max-width: 100%;
		margin: 0 auto 50px;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.ticket-table::-webkit-scrollbar {
		display: none;
	}

	.youtube-list ul {
		display: block;
	}

	.youtube-list ul li {
		width: 100%;
	}

	.youtube-list ul li iframe {
		height: 52.5vw;
	}
}

@media screen and (max-width:374px) {
	.sticked-cont-txt-title h2 span {
		font-size: 54px;
	}

	.cmn-title h2 {
		font-size: 48px;
	}

	.header-left {
		padding: 0 5px;
	}
}
#bannerarea{
	padding: 40px 0 0 0;
}
#bannerarea .iwai{
	width: 400px;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width:600px) {
	#bannerarea .iwai{
		width: 300px;
		display: block;
		margin: 0 auto;
	}
}