@charset "UTF-8";

/*番組共通
-------------------------------------------------*/
header,
footer {
	position: relative;
	z-index: 1;
}

header {
	z-index: 2;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

main {
	background-image: url(../images/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.main_content {
	font-family: "M PLUS Rounded 1c", sans-serif;
	transform: rotate(0.03deg);
	width: 99.9%;
}



main p {
	font-size: 1.8rem;
	font-weight: 500;
}

@media screen and (max-width:750px) {
	main p {
		font-size: 1.4rem;
	}

	main {
		background-image: none;
	}

	.main_content {
		font-family: "M PLUS Rounded 1c", sans-serif;
		transform: rotate(0.03deg);
		z-index: 2;
		position: relative;
		width: auto;
	}

	.banner_head {
		position: relative;
		z-index: 2;
	}

	/* .header_block{
		position: relative;
		z-index: 1000000;
	} */

	header {
		position: fixed;
		z-index: 10000000;
	}
}

/*
-------------------------------------------------*/

/*共通パーツ
-------------------------------------------------*/

/* wrapper
//////////////////// */

.o-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
}

.o-wrapper.--sm {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
}

.o-wrapper.--md {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	padding: 0 60px;
}

.o-wrapper.--lg {
	max-width: 1800px;
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
}

.o-wrapper-sp {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.o-wrapper-pc.--sm {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	padding: 0 90px;
}



@media screen and (max-width:750px) {

	.o-wrapper,
	.o-wrapper.--md,
	.o-wrapper.--sm,
	.o-wrapper.--lg {
		max-width: 100%;
		margin: 0;
		width: 100%;
		padding: 0 20px;
	}

	.o-wrapper-sp {
		max-width: 100%;
		margin: 0;
		width: 100%;
		padding: 0 20px;
	}

	.o-wrapper-pc.--sm {
		max-width: 100%;
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}

	.o-wrapper-sp-0 {
		max-width: 100%;
		width: 100%;
		padding: 0 !important;
		margin: 0;
	}
}

.u-padding-0 {
	padding: 0 !important;
}

.u-padding-b-120 {
	padding-bottom: 120px !important;
}

@media screen and (max-width:750px) {
	.u-padding-b-120 {
		padding-bottom: 60px !important;
	}
}


/* margin
//////////////////// */

.o-spacer-mb-250 {
	margin-bottom: 250px !important;
}

.o-spacer-mb-120 {
	margin-bottom: 120px !important;
}

.o-spacer-mb-100 {
	margin-bottom: 100px !important;
}

.o-spacer-mb-80 {
	margin-bottom: 80px !important;
}

.o-spacer-mb-60 {
	margin-bottom: 60px !important;
}

.o-spacer-mb-40 {
	margin-bottom: 40px !important;
}

.o-spacer-mb-20 {
	margin-bottom: 20px !important;
}

.o-spacer-mb-10 {
	margin-bottom: 10px !important;
}

@media screen and (max-width:750px) {

	.o-spacer-mb-250 {
		margin-bottom: 125px !important;
	}

	.o-spacer-mb-120 {
		margin-bottom: 60px !important;
	}

	.o-spacer-mb-100 {
		margin-bottom: 50px !important;
	}

	.o-spacer-mb-80 {
		margin-bottom: 40px !important;
	}

	.o-spacer-mb-60 {
		margin-bottom: 30px !important;
	}

	.o-spacer-mb-40 {
		margin-bottom: 20px !important;
	}

	.o-spacer-mb-20 {
		margin-bottom: 10px !important;
	}

	.o-spacer-mb-10 {
		margin-bottom: 5px !important;
	}
}




.u-align-center {
	text-align: center !important;
}

.u-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:750px) {
	.u-align-center-sp {
		text-align: center !important;
	}

}


.u-line-1-5 {
	line-height: 1.5 !important;
}

.u-line-2 {
	line-height: 2 !important;
}

.u-line-2-5 {
	line-height: 2.5 !important;
}

@media screen and (max-width:750px) {
	.u-line-1-5-sp {
		line-height: 1.5 !important;
	}

	.u-line-2-sp {
		line-height: 2 !important;
	}

	.u-line-2-5-sp {
		line-height: 2.5 !important;
	}
}



.o-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-row-gap: 60px;
	grid-column-gap: 60px;
}

.o-grid-item-6 {
	grid-column: auto / span 6;
}

.o-grid-item-5 {
	grid-column: auto / span 5;
}

.o-grid-item-4 {
	grid-column: auto / span 4;
}

.o-grid-item-3 {
	grid-column: auto / span 3;
}

.o-grid-item-8 {
	grid-column: auto / span 8;
}

.o-grid-item-7 {
	grid-column: auto / span 7;
}

@media screen and (max-width:750px) {
	.o-grid {
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.o-grid-item-12-sp {
		grid-column: auto / span 12;
	}

	.o-grid-item-6-sp {
		grid-column: auto / span 6;
	}
}


.insta:hover {
	opacity: 0.7;
}


@media screen and (max-width:750px) {
	.contents_ttl {
		width: 250px;
		height: auto;
	}

	.insta {
		width: 40px;
		height: 40px;
	}
}




/*
-------------------------------------------------*/

/*mv
-------------------------------------------------*/

.main_bg {
	background-color: #fff;

}

.content_area {
	padding-top: 120px;
}

.content_mv {
	position: relative;
	z-index: 5;
}

@media screen and (max-width:750px) {
	.content_area {
		padding-top: 50px;
	}



	.sp-bg {
		position: relative;
		z-index: 1;
	}

	.sp-bg::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		background-image: url(../images/bg.png);
		background-size: cover;

	}
}

/*
-------------------------------------------------*/

/*about
-------------------------------------------------*/

.content_about {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.content_about p {
	font-size: 3.1rem;
	color: #000;
	text-align: center;
	font-weight: 700;
	line-height: 2.0;
}

.content_about p span.shiro {
	background-color: #000;
	border: solid 4px #000;
	padding: 2px 5px;
	color: #fff;
}

.content_about p span.kuro {
	background-color: #fff;
	border: solid 4px #000;
	padding: 2px 5px;
}


@media screen and (max-width:750px) {
	.content_about p {
		font-size: 1.9rem;
		font-weight: 800;
		line-height: 1.8;
	}
}



/*
-------------------------------------------------*/


/*cast
-------------------------------------------------*/


.content_cast p {
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.content_cast p span {
	font-size: 2.5rem;
	font-weight: 700;
}

@media screen and (max-width:750px) {
	.content_cast p {
		font-size: 2.5rem;
		font-weight: 700;
		text-align: center;
		color: #000;
	}

	.content_cast p span {
		font-size: 2.0rem;
		font-weight: 700;
	}
}

/*
-------------------------------------------------*/

/*content
-------------------------------------------------*/

.content_box .content_ttl {
	background-color: #fff;
	border: solid 5px #000;
	border-radius: 50vw;
	padding: 20px 0;
	padding-right: 20px;
	color: #000;
	font-size: 3.5rem;
	font-weight: 800;
	text-align: end;
	position: relative;
}

.content_box .content_ttl h2 {
	position: absolute;
	top: -2.5px;
	left: -2.5px;
	width: 62%;
	background-color: #000;
	border-radius: 50vw;
	padding: 20px 0;
	text-align: center;
	font-size: 5.5rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
}

.content_box .content_ttl h2 span {
	font-size: 3.5rem;
}

@media screen and (max-width:750px) {
	.content_box .content_ttl {
		border: solid 3px #000;
		padding: 10px 0;
		padding-right: 10px;
		font-size: 1.5rem;
	}

	.content_box .content_ttl h2 {
		position: absolute;
		top: -2px;
		left: -2px;
		width: 60%;
		padding: 10px 0;
		font-size: 2.5rem;
	}

	.content_box .content_ttl h2 span {
		font-size: 1.5rem;
	}
}

.content_box p {
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 2.0;
}

@media screen and (max-width:750px) {
	.content_box p {
		font-size: 1.6rem;
		font-weight: 700;
		color: #000;
		text-align: left;
		line-height: 1.5;
	}
}

.content_box .content-img_pc {
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

@media screen and (max-width:750px) {
	.content_box .content-img_pc {
		display: none;
	}
}

.content_box iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

/*
-------------------------------------------------*/

/*spot
-------------------------------------------------*/




.content_spot .spot_ttl {
	text-align: center;
	position: relative;
}

.content_spot .spot_ttl::before {
	content: '';
	position: absolute;
	width: 42%;
	top: 50%;
	left: 0;
	border-bottom: dotted 6px #000;
}

.content_spot .spot_ttl::after {
	content: '';
	position: absolute;
	width: 42%;
	top: 50%;
	right: 0;
	border-bottom: dotted 6px #000;
}

.content_spot .spot_ttl p {
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
	color: #000;
	margin: 0 20px;
	line-height: 1.0;
}

@media screen and (max-width:750px) {
	.content_spot .spot_ttl::before {
		content: '';
		position: absolute;
		width: 35%;
		top: 50%;
		left: 0;
		border-bottom: dotted 4px #000;
	}

	.content_spot .spot_ttl::after {
		content: '';
		position: absolute;
		width: 35%;
		top: 50%;
		right: 0;
		border-bottom: dotted 4px #000;
	}

	.content_spot .spot_ttl p {
		text-align: center;
		font-size: 1.8rem;
		font-weight: 700;
		color: #000;
		margin: 0 20px;
		line-height: 1.0;
	}
}


.content_spot .spot_inner dt {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	padding: 10px 0;
	border-radius: 50vw;
	border: solid 4px #000;
}

.content_spot .spot_inner dt.--black {
	background-color: #000;
	color: #fff;
}

.content_spot .spot_inner dd {
	border-bottom: dotted 2px #000;
	padding: 35px 0;
}

.content_spot .spot_inner dt.--white {
	background-color: #fff;
	color: #000;
}

.content_spot .spot_inner dd p {
	font-size: 1.8rem;
	font-weight: 500;
	color: #000;
	padding-left: 10px;
}

.content_spot .spot_inner dd p.--title {
	font-size: 2.1rem;
	font-weight: 700;
	color: #000;
	padding-left: 10px;
	line-height: 1.2;
}

.content_spot .spot_inner dd span {
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	padding-left: 10px;
	margin-bottom: 10px;
}

.content_spot .spot_inner ul li {
	position: relative;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
}

.content_spot .spot_inner ul li::before {
	position: absolute;
	top: .5em;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
	content: "";
}

.content_spot .spot_inner ul li span {
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
	padding-left: 10px;
}

@media screen and (max-width:750px) {
	.content_spot .spot_inner dt {
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.7;
		padding: 5px 0;
	}

	.content_spot .spot_inner dd {
	border-bottom: dotted 2px #000;
	padding: 25px 0;
}

	.content_spot .spot_inner dd p {
		font-size: 1.5rem;
		font-weight: 500;
		color: #000;
	}

	.content_spot .spot_inner dd p.--title {
		font-size: 1.8rem;
		font-weight: 700;
		color: #000;
		text-indent: -1.5rem;
		padding-left: 2.5rem;
	}

	.content_spot .spot_inner dd span {
		font-size: 1.4rem;
		font-weight: 500;
		color: #000;
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.content_spot .spot_inner ul li {
		position: relative;
		padding-left: 10px;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.5;
	}

	.content_spot .spot_inner ul li::before {
		position: absolute;
		top: .5em;
		left: 0;
		display: block;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: #000;
		content: "";
	}
}



/*
-------------------------------------------------*/