@charset "utf-8";

body {
	background-color: #F7F7F7;
}

.wrap {
	margin: 0 auto;
}

.container {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
}

.wrap h1 {
	font-size: 55px;
}

.wrap h2 {
	font-size: 45px;
	letter-spacing: 0.1em;
}

.wrap h3 {
	font-size: 60px;
	line-height: 1.55;
}

.wrap h4 {
	font-size: 32px;
	line-height: 1.55;
	font-family: "Noto Sans JP", sans-serif;
}

.wrap h5 {
	font-size: 20px;
	line-height: 1.55;
	font-family: "Noto Sans JP", sans-serif;
}

.wrap p {
	font-size: 17px;
	line-height: 2.35;
}

.wrap img {
	max-width: 100%;
}

.NotoSans {
	font-family: "Noto Sans JP", sans-serif;
}

section[class*="Section0"] {
	margin: min(30%, 100px) 0;
	padding: 10px 0;
}

.sp_br {
	display: none;
}
@media screen and (max-width: 970px) {
	.wrap h1 {
		font-size: 48px;
	}
	.wrap h2 {
		font-size: 38px;
	}
	.wrap h3 {
		font-size: 53px;
	}
	.wrap h4 {
		font-size: 26px;
	}
	.wrap h5 {
		font-size: 18px;
	}
	.wrap p {
		font-size: 16px;
		line-height: 2;
	}
	.sp_br {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.wrap h1 {
		font-size: 32px;
	}
	.wrap h3 {
		font-size: 28px;
	}
	.wrap h2 {
		font-size: 20px;
	}
	.wrap h4 {
		font-size: 20px;
	}
}

/* --------------------------------------------------- */
/*TOP*/
/* --------------------------------------------------- */

.SectionTOP {
	width: 100%;
	height: calc(100vh - 217.5px);
	background: url(../images/pc_live_top02.jpg) no-repeat center/cover;
}

.SectionTOP .container {
	height: 100%;
	display: flex;
	align-items: center;
}

.TextBox01 {
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 1240px) {
	.SectionTOP {
		width: 100%;
		height: auto;
		aspect-ratio: 16/9;
	}
}

@media screen and (max-width: 450px) {
	.SectionTOP {
		aspect-ratio: 9/16;
		background: url(../images/sp_live_top02.jpg) no-repeat center/cover;
	}

	.SectionTOP .container {
		display: block;
	}

	.TextBox01 {
		height: 50%;
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
}

/* --------------------------------------------------- */
/*Section01*/
/* --------------------------------------------------- */

.Section01 {
	text-align: center;
}

.Section01 h3 {
	padding-bottom: 40px;
}

/* --------------------------------------------------- */
/*Section02*/
/* --------------------------------------------------- */
.Section02 h4 {
	text-align: center;
	padding-bottom: 80px;
}

.WhiteBox {
	width: 100%;
	padding: 68px min(8%, 68px);
	border-radius: 8px;
	border: solid 1px #515150;
	background-color: #fff;

}

.CardBox {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.S2Card {
	width: calc(100%/3);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 50px;
}

.S2Card:nth-child(2) {
	border-right: solid 1px #515150;
	border-left: solid 1px #515150;
}
.S2Card p {
	padding-top: 50px;
}
@media screen and (max-width: 700px) {
	.S2Card {
		width: calc(100%/2);
		padding: 20px 50px;
	}
	.S2Card:nth-child(2) {
		border-right: solid 1px transparent;
	}
}
@media screen and (max-width: 550px) {
	.Section02 h4 {
		padding-bottom: 40px;
	}
	.S2Card {
		width: 100%;
		padding: 50px 0;
	}
	.S2Card:nth-child(2) {
		border-right: solid 1px transparent;
		border-left: solid 1px transparent;
		position: relative;
	}
	.S2Card:nth-child(2)::before,.S2Card:nth-child(2)::after{
		position: absolute;
		content: '';
		width: 150px;
		height: 1px;
		background-color: #515150;		
	} 
	.S2Card:nth-child(2)::before {
		top: 0px;
	}
	.S2Card:nth-child(2)::after {
		bottom: 0px;
	}
}



/* --------------------------------------------------- */
/*Section03*/
/* --------------------------------------------------- */

.Section03 h4 {
	text-align: center;
	position: relative;
	padding-bottom: 80px;
}

.Section03 h4::after {
	position: absolute;
	content: '';
	width: 210px;
	height: 1px;
	background-color: #515150;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
}

.Section03 p {
	padding-bottom: 25px;
	text-align: center;
}

.Section03 .WhiteBox,
.Section05 .WhiteBox {
	width: fit-content;
	margin: 0 auto;
}

.CenterBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 450px) {
	.Section03 h4::after {
		width: 150px;
	}
}

/* --------------------------------------------------- */
/*Section04*/
/* --------------------------------------------------- */

.Section04 img {
	display: block;
	margin: 0 auto;
}

/* --------------------------------------------------- */
/*Section05*/
/* --------------------------------------------------- */

.Section05 p {
	text-align: center;
	padding-bottom: 25px;
}

/* --------------------------------------------------- */
/*Section06*/
/* --------------------------------------------------- */

.Section06 p,
.Section06 h5 {
	text-align: center;
}

.Section06 h5 {
	padding-bottom: 35px;
}

/* --------------------------------------------------- */
/*フェードイン*/
/* --------------------------------------------------- */
.Trigger01,.Trigger02,.Trigger03,.fadeInUpTrigger {
	opacity: 0;
}
.SlideLeft {
	animation-name: SlideLeftAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
	opacity: 0;
}
@keyframes SlideLeftAnime {
	from {
		opacity: 0;
		transform: translateX(-35px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@media screen and (max-width: 450px) {
	@keyframes SlideLeftAnime {
		from {
			opacity: 0;
			transform: translateY(-30px);
		}
	
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
}
.FadeIn {
	animation-name: FadeInAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes FadeInAnime {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.Fade {
	animation-name: FadeAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
	opacity: 0;
}
@keyframes FadeAnime {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}