@charset "UTF-8";



/* -------------------------------------------

header

------------------------------------------- */
header {
	position: absolute;
	z-index: 10;
	width: 100%;
}
h1 {
	position: absolute;
	right: 15rem;
	top: 5rem;
	width: 18rem;
}
@media screen and (max-width: 768px) {
	h1 {
		right: auto;
		left: 2rem;
		top: 2rem;
	}
}



/* -------------------------------------------

about

------------------------------------------- */
.about {
	padding-top: 4rem;
}
.about p {
	margin-bottom: 6rem;
	text-align: center;
	font-family: var(--font-serif);
	font-size: 1.8rem;
}
.about ul {
	display: flex;
	justify-content: space-between;
	gap: 3rem;
	width: 64rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.about {
		padding-top: 4rem;
	}
	.about p {
		margin-bottom: 4rem;
		text-align: left;
		font-size: 1.6rem;
		padding: 0 2rem;
	}
	.about ul {
		width: auto;
		gap: 2rem;
		padding: 0 2rem;
		flex-wrap: wrap;
	}
	.about li {
		width: calc((100% - 2rem) / 2);
	}
}



/* -------------------------------------------

story

------------------------------------------- */
.story {
	padding: 10rem 0;
}
.story p {
	text-align: center;
	font-family: var(--font-serif);
	font-size: 1.8rem;
	line-height: 2.8;
}
.story p span {
	display: block;
	font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
	.story {
		padding: 10rem 0;
	}
	.story p {
		padding: 0 2rem;
		text-align: left;
		font-size: 1.6rem;
		line-height: 2;
	}
	.story p span {
		text-align: right;
		font-size: 2.4rem;
		margin-top: 2rem;
	}
}



/* -------------------------------------------

play

------------------------------------------- */
.play ul {
	display: flex;
	justify-content: space-between;
}
.play li {
	width: 21%;
	padding: 1.5rem 1rem;
	border: solid 0.15rem var(--prime);
	position: relative;
}
.play li:not(:last-child):before {
	content: "";
	width: 0;
	height: 0;
	border-left: 2.5rem solid var(--prime);
	border-top: 1.4rem solid transparent;
	border-bottom: 1.4rem solid transparent;
	position: absolute;
	right: -3.6rem;
	top: calc(50% - 1.4rem)
}
.play dt {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.play dt span {
	color: #fff;
	background: #978a5a;
	width: 100%;
	font-family: var(--font-jost);
	font-size: 1.8rem;
	text-align: center;	
	padding: 0.2rem 0 0 0;
	letter-spacing: 0.15em;
}
.play dt i {
	font-weight: bold;
	font-size: 1.3rem;
	white-space: nowrap;
	margin: 1.2rem 0;
	line-height: 1;
}
.play img {
	margin-bottom: 1rem;
}
.play p {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
}
.play p:not(:last-of-type) {
	margin-bottom: 0.8rem;
}
.play li:nth-child(2) strong {
	color: #e60012;
	font-size: 1.5rem;
	line-height: 1.3;
}
.play li:nth-child(3) strong,
.play li:nth-child(4) strong {
	color: var(--prime);
}
.play li p + span {
	display: block;
	font-size: 0.8rem;
	text-align: center;
	margin-top: 1rem;
}
.play .more-wrap {
	margin-top: 3rem;
}
.play .more {
	width: 100%;
	font-size: 1rem;
}
@media screen and (max-width: 768px) {
	.play {
		padding: 0 2rem;
	}	
	.play .heading-1 {
		margin-bottom: 2rem;
	}
	.play ul {
		display: block;
	}
	.play li {
		width: 100%;
		padding: 2rem;
	}
	.play li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.play li:not(:last-child):before {
		border-bottom: none;
		border-left: 2rem solid transparent;
		border-right: 2rem solid transparent;
		border-top: 2rem solid var(--prime);
		right: calc(50% - 2rem);
		top: auto;
		bottom: -3.1rem;
	}
	.play dt span {
		font-size: 2.4rem;
		padding: 0.3rem 0 0 0;
	}
	.play dt i {
		font-size: 1.8rem;
		margin: 1.2rem 0 1.4rem 0;
	}
	.play img {
		margin-bottom: 1rem;
	}
	.play p {
		font-size: 1.6rem;
	}
	.play li:nth-child(2) strong {
		font-size: 2rem;
	}
	.play li p + span {
		font-size: 1.2rem;
	}
	.play .more-wrap {
		margin-top: 1rem;
	}
	.play .more {
		width: 100%;
		font-size: 1.4rem;
	}
}


/* -------------------------------------------

schedule

------------------------------------------- */
.schedule {
	padding-top: 10rem;
}
.schedule h3 {
	margin-bottom: 1.5rem;
}
.schedule h3 span {
	color: #fff;
}
.schedule h3 span::before {
	background: url(../img/ttl-deco-3.png) no-repeat center / contain;
	margin-right: 1.5rem;
}
.schedule h3 span::after {
	background: url(../img/ttl-deco-4.png) no-repeat center / contain;
	margin-left: 1.5rem;
}
.schedule-rica {
	margin-bottom: 6rem;
}
.schedule-rica p {
	text-align: center;
	margin-bottom: 3rem;
	font-family: var(--font-serif);
	font-size: 1.8rem;
}
.schedule-rica .date {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #978a5a;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.15em;	
	font-family: var(--font-en);
	padding-top: 0.1rem;
}
.schedule-rica .time {
	text-align: center;
	font-family: var(--font-serif);	
	font-size: 2rem;
}
.schedule-rica ul {
	margin: 3rem auto 0 auto;
	display: flex;
	gap: 3rem;
	width: 70%;
}
.schedule-rica li {
	flex: 1;
	display: flex;
	justify-content: center;
	gap: 3rem;
}
.schedule-rica li > dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--font-serif);	
}
.schedule-rica li > dl > dt {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #978a5a;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.15em;	
	font-family: var(--font-en);
	padding-top: 0.1rem;
}
.schedule-rica li > dl > dt i {
	font-family: var(--font-serif);
	font-size: 1.2rem;
	margin-bottom: 0.4rem;
	margin-left: -0.5rem;
}
.schedule-rica li > dl > dd {
	margin: 1.5rem 0 1.5rem 0;
	font-size: 2rem;
}
.schedule-rica li > dl > dd dl {
	display: flex;
	flex-wrap: wrap;
}
.schedule-rica li > dl > dd dl > * {
	width: 50%;
	font-size: 1.8rem;
}
.schedule-rica li > dl > dd dl > dt {
	text-align: right;
}
.schedule-rica li > dl > dd dl > dd i {
	font-size: 1.2rem;
}
.schedule-cast ul {
	display: flex;
	justify-content: space-between;
	padding: 0 8rem;
}
.schedule-cast li {
	width: 26%;
	font-family: var(--font-serif);
	text-align: center;
	font-size: 1.7rem
}
.schedule-cast dt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.8rem;
}
.schedule > p {
	color: var(--prime);
	font-family: var(--font-serif);
	font-size: 2rem;
	text-align: center;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.schedule {
		padding: 10rem 2rem 0 2rem;
	}
	.schedule h3 {
		margin-bottom: 1.5rem;
	}
	.schedule-rica {
		margin-bottom: 6rem;
	}
	.schedule-rica p {
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.schedule-rica .date {

		width: 100%;
		font-size: 2.4rem;
	}
	.schedule-rica .time {
		margin: 1.5rem 0 1.5rem 0;
		font-size: 2.4rem;
	}
	.schedule-rica ul {
		display: block;
		margin: 0;
		width: 100%;
	}
	.schedule-rica ul li:not(:last-child) {
		margin-bottom: 2rem;
	}
	.schedule-rica li {
		display: block;
		width: 100%;
	}
	.schedule-rica li > dl {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-family: var(--font-serif);	
	}
	.schedule-rica li > dl > dt {
		font-size: 2.4rem;
	}
	.schedule-rica li > dl > dt i {
		font-size: 1.6rem;
	}
	.schedule-rica li > dl > dd {
		font-size: 2.4rem;
	}
	.schedule-cast ul {
		padding: 0;
	}
	.schedule-cast li {
		width: 31%;
		font-size: 1.1rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.schedule-cast li figure {
		width: 90%;
		margin-bottom: 0.5rem;
	}	
	.schedule-cast dt {
		height: auto;
	}
	.schedule > p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}



/* -------------------------------------------

notice

------------------------------------------- */
.notice {
	padding-top: 10rem;
}
.notice .inner > span {
	font-size: 1.8rem;
	font-family: var(--font-serif);
	text-align: center;
	margin-bottom: 1rem;
	display: block;
}
.notice .acd-content p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.notice {
		padding: 10rem 2rem 0 2rem;
	}
	.notice .inner > span {
		font-size: 1.6rem;
	}
}
/* accordion */
.acd-toggle {
	color: #fff;
	transition: all .3s;
	background: #978a5a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 2.2rem;
	height: 4.8rem;
	line-height: 1;
	padding-bottom: 0.15rem;
}
.acd-toggle:hover {
	cursor: pointer;
	opacity: 0.6;
}
.acd-toggle.open img {
	transform: rotate(180deg);
}
.acd-toggle img {
	width: 2rem;
	margin-top: 0.5rem;
	transition: all .3s;
}
.acd-toggle img:nth-of-type(1) {
	margin-right: 10rem;
}
.acd-toggle img:nth-of-type(2) {
	margin-left: 10rem;
}
.acd-content {
	background: #fff;
	color: #000;
	padding: 3rem;
}
@media screen and (max-width: 768px) {
	.acd-toggle img:nth-of-type(1) {
		margin-right: 2rem;
	}
	.acd-toggle img:nth-of-type(2) {
		margin-left: 2rem;
	}
	.acd-content {
		padding: 2rem;
	}
}



/* -------------------------------------------

faq

------------------------------------------- */
.faq {
	padding-top: 10rem;
}
.faq-list {
	font-weight: 500;
}
.faq-list dt {
	padding-top: 2rem;
	align-items: center;
	font-weight: bold;
	font-size: 1.8rem;
}
.faq-list dd:not(:last-of-type) {
	border-bottom: solid 0.12rem #000;
	padding-bottom: 2rem;
}
.faq-list dt,
.faq-list dd {
	display: flex;
}
.faq-list dt > span:nth-child(1),
.faq-list dd > span:nth-child(1) {
	font-size: 2.4rem;
	font-weight: bold;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.faq-list dt:first-of-type {
	padding: 0;
}
.faq-list dt > span:nth-child(1) {
	padding-bottom: 0.5rem;
}
.faq-list dd > span:nth-child(1) {
	color: #e60012;
}
.faq-list dt > span:nth-child(2),
.faq-list dd > span:nth-child(2) {
	padding-left: 1rem;
	width: calc(100% - 3rem);
}
.faq-list dd > span:nth-child(2) {
	padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
	.faq {
		padding: 0 2rem 10rem 2rem;
	}
	.faq-list dt {
		font-size: 1.7rem;
		line-height: 1.3;
	}
}



/* -------------------------------------------

access

------------------------------------------- */
.access {
	padding: 10rem 0;
}
.access .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.access .wrap > * {
	width: 48%;
}
.access .logo {
	display: flex;
	align-items: flex-end;
}
.access .logo img {
	width: 22rem;
}
.access dl {
	margin: 3rem 0 4rem 0;
	display: flex;
	flex-wrap: wrap;
}
.access dl dt {
	width: 9rem;
}
.access dl dd {
	width: calc(100% - 9rem);
}
.access dl dt::after {
	content: "／";
	margin-left: 0.9rem;
}
@media screen and (max-width: 768px) {
	.access {
		padding: 0 2rem 10rem 2rem;
	}
	.access .wrap {
		display: block;
	}
	.access .wrap > * {
		width: 100%;
	}
	.access .gmap {
		margin-bottom: 3rem;
	}
	.access .logo img {
		width: 20rem;
	}
	.access dl dd {
		word-break: break-all;
		line-height: 1.3;
	}
	.access dl dt:not(:last-of-type),
	.access dl dd:not(:last-of-type) {
		margin-bottom: 1rem;
	}
	.access p {
		line-height: 1.5;
	}
}



/* -------------------------------------------

footer

------------------------------------------- */
footer .logo {
	width: 30rem;
	margin: 0 auto 2rem auto;
}
footer .wrap {
	border-top: solid 0.15rem var(--prime);
	background: linear-gradient(to right,#12100f,#252120,#12100f);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem 0;	
}
footer .wrap > div a {
	font-size: 4rem;
	line-height: 1;
}
footer .wrap > ul {
	margin: 3rem 0;
	display: flex;
	justify-content: center;
}
footer .wrap > ul li:not(:last-child)::after {
	content: "／";
}
footer small {
	font-size: 1.1rem;
}

footer .sns ul {
	display: flex;
	justify-content: center;
	gap: 3rem;
}
footer .sns .instagram img {
	width: 4rem;
}