@charset "utf-8";

@keyframes wave_left {
0% {opacity: 0;transform: translateX(-100%);}
100% {opacity: 1;transform: translateX(0%);}
}
@keyframes wave_right {
0% {opacity: 0;transform: translateX(100%);}
100% {opacity: 1;transform: translateX(0%);}
}

#titleSCT {
padding-bottom: 13.5%;
}
#titleSCT .cont {
padding: 77px 0 0 0;
text-align: center;
}
#titleSCT.activeView h1,
#titleSCT.activeView .en {
animation: head 0.7s ease forwards;
}
#titleSCT .en {
color: var(--color-sub2);
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 48px;
letter-spacing: 0.1em;
line-height: 1.2;
opacity: 0;
}
#titleSCT h1 {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 15px;
letter-spacing: 0.15em;
line-height: 1.2;
opacity: 0;
}
@media screen and (min-width: 768px) {
	#titleSCT {
	padding-bottom: 10%;
	}
	#titleSCT .cont {
	padding: 139px 0 0 0;
	text-align: center;
	}
	#titleSCT .en {
	font-size: 110px;
	}
	#titleSCT h1 {
	font-size: 18px;
	}
}


#pressSCT {
position: relative;
background-color: var(--color-sub3);
}
#pressSCT.activeView {
animation: sct_bottom_sp 0.7s ease forwards;
}
#pressSCT .cont {
padding: 30px 20px 0 20px;
}
#pressSCT::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: calc(100% - 1px);
background: url("../../common/img/lin_wave.svg") no-repeat center center;
background-size: 100% auto;
width: 100%;
padding-top: 18.0433%;
}
#pressSCT h2 {
margin-bottom: 2px;
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 18px;
letter-spacing: 0.15em;
line-height: 1.2;
color: var(--color-sub1);
text-align: center;
}
#pressSCT p {
text-align: center;
}
#pressSCT strong {
font-weight: 400;
font-family: 'BIZ UDMincho', serif;
font-size: 24px;
letter-spacing: 0.3em;
}
#pressSCT mark {
font-style: normal;
color: #000 !important;
}

@media screen and (min-width: 768px) {
	#pressSCT.activeView {
	animation: sct_bottom_pc 0.7s ease forwards;
	}
	#pressSCT .cont {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 30px 0 80px 0;
	width: 1080px;
	}
	#pressSCT h2 {
	margin-bottom: 26px;
	font-size: 28px;
	}
	#pressSCT strong {
	position: relative;
	font-size: 42px;
	}
	#pressSCT strong::before {
	transform: translateY(-50%);
	content: '';
	position: absolute;
	left: -140px;
	top: 50%;
	background-color: #000;
	width: 100px;
	height: 1px;
	}
	#pressSCT strong::after {
	transform: translateY(-50%);
	content: '';
	position: absolute;
	right: -140px;
	top: 50%;
	background-color: #000;
	width: 100px;
	height: 1px;
	}
}