@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.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

}



main p {
	font-size: 1.8rem;
	font-weight: 500;
}

.pc_none {
	display: none;
}

.sp_none {
	display: block;
}

.sp_450_under {
	display: none;
}



@media screen and (max-width:750px) {
	main p {
		font-size: 1.4rem;
	}

	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}
}

@media screen and (max-width:450px) {
	.sp_450_under {
		display: block;
	}
}



/*
-------------------------------------------------*/

/*共通パーツ
-------------------------------------------------*/

/* wrapper
//////////////////// */

.o-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	padding: 0 40px;
}

.o-wrapper.--sm {
	max-width: 1100px;
	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: 1600px;
	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;
	}

	.o-wrapper.--sm {
		max-width: 90%;
		max-width: 100%;
		margin: 0;
		width: 100%;
		padding: 0 20px;
	}

	.o-wrappwer-sp {
		padding: 0 20px;
	}
}


/* 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-55 {
	margin-bottom: 55px !important;
}

.o-spacer-mb-40 {
	margin-bottom: 40px !important;
}

.o-spacer-mb-30 {
	margin-bottom: 30px !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-80 {
		margin-bottom: 40px !important;
	}

	.o-spacer-mb-60 {
		margin-bottom: 30px !important;
	}

	.o-spacer-mb-55 {
		margin-bottom: 22px !important;
	}

	.o-spacer-mb-40 {
		margin-bottom: 20px !important;
	}

	.o-spacer-mb-30 {
		margin-bottom: 15px !important;
	}

	.o-spacer-mb-20 {
		margin-bottom: 10px !important;
	}

	.o-spacer-mb-100 {
		margin-bottom: 50px !important;
	}


	.o-spacer-spMb-95 {
		margin-bottom: 50px !important;
	}

	.o-spacer-spMb-70 {
		margin-bottom: 37px !important;
	}

	.o-spacer-spMb-65 {
		margin-bottom: 35px !important;
	}

	.o-spacer-spMb-60 {
		margin-bottom: 32px !important;
	}

	.o-spacer-spMb-50 {
		margin-bottom: 26px !important;
	}

	.o-spacer-spMb-40 {
		margin-bottom: 21px !important;
	}

	.o-spacer-spMb-30 {
		margin-bottom: 16px !important;
	}



}


.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;
	}
}



/* 
-------------------------------------------------*/
/* present */
.main_content {
	font-family: "Noto Sans Jp";
}

.present_ttlBox {
	padding: 18px 0;
	border: 2.6px solid;
	border-image: linear-gradient(to right, #f0266B, #2d53dc, #6cd0f1) 1;
	margin: 0 auto;

}

.present_ttl {
	line-height: 1;
	font-size: 3.6rem;
	font-weight: 700;
	background: linear-gradient(90deg, #f0266B 0%, #2d53dc 50%, #6cd0f1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.present_txt {
	font-size: 2.8rem;
	font-weight: 700;
}

.present_note {
	font-size: 1.8rem;
	font-weight: 600;

}

.present_deadline {
	font-size: 2.8rem;
	font-weight: 700;
}

.present_btn {
	font-size: 2.2rem;
	color: #fff;
	background: black;
	border-radius: 100vh;
	margin: 0 auto;
	width: 400px;
	height: 64px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
	cursor: pointer;


}

.present_btn_txt {
	display: inline-block;
	font-size: 2.2rem;
	color: #fff;
}

.present_btn::after {
	content: "";
	display: block;
	background-image: url(../images/btn_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 30px;
	width: 17px;
	height: 17px;
}

.present_btn:hover {
	/* background: linear-gradient(90deg, #f0266B 0%, #2d53dc 50%, #6cd0f1 100%); */
	background: #f0266B;
	transition: .5s;
}

.present_img_inner {
	display: flex;
	justify-content: space-around;
	gap: 52px;
}


@media screen and (max-width:750px) {
	.present_ttlBox {
		padding: 10px 0;
		border: 3px solid;
		border-image: linear-gradient(to right, #f0266B, #2d53dc, #6cd0f1) 1;
	}

	.present_ttl {
		font-size: 2.6rem;

	}

	.present_txt {
		font-size: 2.2rem;
	}

	.present_note {
		font-size: 1.6rem;
	}

	.present_deadline {
		font-size: 2rem;
	}

	.present_btn {
		line-height: 2.4;
		font-size: 2.2rem;
		margin: 0 auto;
		width: 320px;
		height: auto;
	}

	.present_img_inner {
		margin: 0 auto;
		max-width: 840px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}


}

/* video */
.video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	

}

@media screen and (max-width:750px) {
	.video iframe {
		max-width: 672px;
		width: 100%;
		height: auto;
	}
}

/* intro */
.intro_txt {
	font-size: 2.4rem;
	line-height: 2;
	font-weight: 700;
}

.intro_subImg_inner {
	display: flex;
	justify-content: space-between;
	gap: 64px;
}




@media screen and (max-width:750px) {
	.intro_txt {
		font-size: 1.6rem;
		text-align: left
	}

	.intro_subImg_inner {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0 auto;
	}

}

/* about */
.about_groupe {
	display: block;
	border: 3px solid;
	background-color: #fff;
	margin: 0 auto;

}

.about_ttl_box {
	background: linear-gradient(90deg, #f0266b 15%, #ee532b 50%, #ffb542 75%, #ffff88 100%);
	padding: 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;


}

.about_ttl {
	font-size: 3.2rem;
	letter-spacing: 0.02em;
	font-weight: 700;
	color: #fff;
	display: inline-block;

}

.about_top {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.about_mainImg_box {
	width: 50%;
}

.about_description {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.about_sub_ttl {
	font-size: 2.8rem;
	font-weight: 700;
	margin-top: 20px;
}

.about_name {
	font-size: 2rem;
	font-weight: 600;
}

.about_txt {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 600;
	max-width: 510px;
	height: auto;

}

.about_subImg_list {
	display: flex;
	justify-content: space-around;
	gap: 38px;



}

@media screen and (max-width:1350px) {
	.about_mainImg_box {
		width: auto;
	}

	.about_description {
		margin: 0;
		width: auto;
	}

	.about_top {
		display: flex;
		flex-direction: column;
		gap: 0;
	}


}


@media screen and (max-width:750px) {
	.about_groupe {
		display: block;
		border: 3px solid;
		background-color: #fff;
		margin: 0 auto;
	}

	.about_ttl_box {
		background: linear-gradient(90deg, #f0266b 15%, #ee532b 50%, #ffb542 75%, #ffff88 100%);
		padding: 15px 0;
	}

	.about_ttl {
		font-size: 2rem;
		color: #fff;
		line-height: 1.3;
	}

	.about_description {
		margin: 0 auto;
		text-align: left;
	}

	.about_sub_ttl {
		font-size: 2.3rem;
		margin-top: 0;
	}

	.about_name {
		font-size: 1.7rem;
	}

	.about_txt {
		font-size: 1.6rem;
		line-height: 2;
		max-width: none;
		height: auto;
	}

	.about_subImg_list {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}


}