@charset "UTF-8";

/*番組共通
-------------------------------------------------*/
header,
footer {
	position: relative;
	z-index: 1;
}

header {
	z-index: 2;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

main {
	background-color: #fcf9f3;
}

.main_content {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

main p {
	font-size: 1.8rem;
	font-weight: 500;
}

@media screen and (max-width:750px) {
	main p {
		font-size: 1.4rem;
	}
}

/*
-------------------------------------------------*/

/*共通パーツ
-------------------------------------------------*/

/* 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 40px;
}

.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: 1150px;
	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;
	}
}


/* 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-text-lg {
	font-size: 2.4rem;
	color: #003564;
	font-weight: 700;
}

.u-text-sm {
	font-size: 1.6rem;
	color: #003564;
	font-weight: 700;
}

@media screen and (max-width:1281px) {
	.u-text-lg {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:750px) {
	.u-text-lg {
		font-size: 1.6rem;
	}

	.u-text-sm {
		font-size: 1.2rem;
	}
}


.u-align-center {
	text-align: center !important;
}

@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-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;
	}
}


.insta:hover {
	opacity: 0.7;
}


@media screen and (max-width:750px) {
	.contents_ttl {
		width: 250px;
		height: auto;
	}

	.insta {
		width: 40px;
		height: 40px;
	}
}




/*
-------------------------------------------------*/

/*MV
-------------------------------------------------*/

.top_mv img {
	width: 100%;
}


/*
-------------------------------------------------*/

/*intro
-------------------------------------------------*/

.contents_intro {
	position: relative;
}

.intro_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.intro_logo .logo {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.intro_logo .logo .ilife {
	margin-right: 30px;
}

.intro_logo .logo .ilife:hover {
	opacity: 0.7;
}

@media screen and (max-width:1281px) {
	.intro_logo .logo .ilife {
		width: 300px;
		height: auto;
	}
}

@media screen and (max-width:750px) {
	.intro_text {
		width: 100%;
	}

	.intro_logo .logo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.intro_logo .logo .ilife {

		margin-right: 0;
		margin-bottom: 30px;
	}
}


/*
-------------------------------------------------*/

/*cast
-------------------------------------------------*/

/* 上波線
//////////////////// */

/* .custom-shape-area {
	position: relative;
} */

.custom-shape-divider-top-1748404642 {
	position: absolute;
	top: -55px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1748404642 svg {
	position: relative;
	display: block;
	width: calc(150% + 1.3px);
	height: 58px;
	transform: rotateY(180deg);
}

.custom-shape-divider-top-1748404642 .shape-fill {
	fill: #FFFFFF;
}

@media screen and (max-width:750px) {
	.custom-shape-divider-top-1748404642 {
		top: -25px;
	}

	.custom-shape-divider-top-1748404642 svg {
		height: 25px;
	}
}

/* 
//////////////////// */

.cast-area {
	background-color: #fff;
	position: relative;
}

.cast-area .parts01 {
	position: absolute;
	left: 5vw;
	top: -100px;
}

.cast-area .parts02 {
	position: absolute;
	right: 5vw;
	top: -150px;
}

@media screen and (max-width:1280px) {
	.cast-area .parts01 {
		width: 30%;
		position: absolute;
		left: 5vw;
		top: -80px;
	}

	.cast-area .parts02 {
		width: 20%;
		position: absolute;
		right: 5vw;
		top: -120px;
	}
}

@media screen and (max-width:750px) {
	.cast-area .parts01 {
		width: 40%;
		position: absolute;
		left: 5vw;
		top: -20px;
	}

	.cast-area .parts02 {
		width: 30%;
		position: absolute;
		right: 5vw;
		top: -50px;
	}
}

.contents_cast {
	padding: 120px 0;
}

.cast_text-ttl {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: dotted 5px #003564;
	margin-bottom: 20px;
}

.cast_text-ttl .name {
	font-size: 4.0rem;
	font-weight: 700;
	color: #003564;
	margin: 0 40px;
	/* text-align: center; */
}

.cast_text-ttl .name .narrator {
	font-size: 2.4rem;
	font-weight: 500;
	color: #003564;
}

.cast_text-inner p {
	font-size: 2.6rem;
	font-weight: 500;
	color: #003564;
}

.cast_text-inner {
	margin-bottom: 30px;
}

@media screen and (max-width:750px) {
	.contents_cast {
		padding: 60px 0;
	}

	.cast_text-ttl {
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cast_text-ttl .name {
		font-size: 2.5rem;

		margin: 0 20px;
	}

	.cast_text-ttl .name .narrator {
		font-size: 1.6rem;
	}

	.cast_text-inner p {
		font-size: 1.6rem;
	}

	.cast_text-inner {
		margin-bottom: 15px;
	}
}


/* 下波線
//////////////////// */

.custom-shape-area {
	position: relative;
}

.custom-shape-divider-bottom-1748409573 {
	position: absolute;
	bottom: -55px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1748409573 svg {
	position: relative;
	display: block;
	width: calc(150% + 1.3px);
	height: 58px;
	transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1748409573 .shape-fill {
	fill: #FFFFFF;
}

@media screen and (max-width:750px) {
	.custom-shape-divider-bottom-1748409573 {
		bottom: -25px;
	}

	.custom-shape-divider-bottom-1748409573 svg {
		height: 25px;
	}
}


/* 
//////////////////// */

/*
-------------------------------------------------*/

/*archive
-------------------------------------------------*/

.archive_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 25px;
	row-gap: 60px;
}

.archive_list li {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.archive_list li a:hover {
	opacity: 0.7
}

.archive_list_img {
	margin-bottom: 15px;
}

.archive_list_img img {
	width: 100%;
	height: auto;
}

.archive_ttl {
	font-size: 2.1rem;
	font-weight: 700;
	color: #003564;
	margin-bottom: 10px;
}

.archive_txt {
	font-size: 1.8rem;
	font-weight: 500;
	color: #003564;
	line-height: 1.5;
}


@media screen and (max-width:750px) {
	.archive_list {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.archive_list li {
		font-size: 14px;
	}

	.archive_list_img {
		margin-bottom: 10px;
	}

	.archive_ttl {
		font-size: 1.6rem;
		font-weight: 700;
		color: #003564;
		margin-bottom: 5px;
	}

	.archive_txt {
		font-size: 1.4rem;
		font-weight: 500;
		color: #003564;
	}
}


/*
-------------------------------------------------*/

.yokoku {
	font-size: 3.5rem;
	font-weight: 700;
	color: #003564;
	text-align: center;
}

@media screen and (max-width:750px) {
	.yokoku {
		font-size: 2.0rem;
	}
}