@charset "UTF-8";
/* CSS Document */

/*
	story
-----------------------------------------------------------------------------------------------*/
/* common */
#pageCtsArea.storyCtsArea{
	background: none;
}
.isFixed #pageCtsArea.storyCtsArea{
	width: calc(100% - 160px);
	margin: 0 auto;
}
.storyCtsArea .storyKvArea {
	padding: 33% 0;
	position: relative;
	border-radius: var(--roundM);
}
.storyCtsArea .storyKvArea p{
	text-align: justify;
}
.storyCtsArea .storyKvArea .name {
	position: absolute;
	top: 10%;
	left: 5%;
	width: 23%;
	min-width: 300px;
}
.storyCtsArea .storyKvArea .name img {
	width: 100%;
}
.storyCtsArea .storyKvArea .txtArea {
	position: absolute;
	bottom: 10%;
	left: 5%;
}
.storyCtsArea .storyKvArea .txtArea .catch {
	line-height: 175%;
	letter-spacing: 0.1rem;
	font-size: clamp(24px, 2cqw, 86px);
}
.storyCtsArea .storyKvArea .txtArea .lead {
	line-height: 175%;
	margin: 10px 0 0 0;
	letter-spacing: 0.1rem;
	font-size: clamp(16px, 1.2cqw, 51px);
}

.storyIntroArea.ctsArea.col3 {
	padding: 140px 80px 0;
}
.storyIntroArea .txtArea .catch {
	font-size: 3.2rem;
	font-weight: 700;
}
.storyIntroArea .txtArea .lead {
	font-size: 1.6rem;
	line-height: 175%;
	margin: 45px 0 0 0;
}
.interviewerArea {
	display: flex;
	justify-content: space-between;
	gap: 0 50px;
	margin: 55px 0 0 0;
}
.interviewerArea .interviewerCts {
	width: 100%;
	background: #fff;
	border-radius: var(--roundM);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 50px;
	position: relative;
}
.interviewerArea .interviewerCts:nth-of-type(n + 2)::before{
	content: '';
	background: url(../images/story_icon_cross.svg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 80px;
	width: 80px;
	position: absolute;
	top: 50%;
	margin: -40px 0 0 0;
	left: -65px;
}
.interviewerArea .interviewerCts .imgArea {
	height: 180px;
	width: 180px;
	overflow: hidden;
	border-radius: 90px;
}
.interviewerArea .interviewerCts .imgArea img{
	width: 100%;
}
.interviewerArea .interviewerCts .nameArea{
	margin: 10px 0 0 0;
}
.interviewerArea .interviewerCts .nameArea .post {
	font-size: 1.2rem;
	line-height: 150%;
	text-align: center;
}
.interviewerArea .interviewerCts .nameArea .name {
	font-size: 2.4rem;
	line-height: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
.interviewerArea .interviewerCts .txt {
	font-size: 1.2rem;
	margin: 15px 0 0 0;
	line-height: 150%;
}

.storyCtsArea .loopSlider {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	margin: 40px 0 0 0;
}
.storyCtsArea .loopSlider .txt{
	color: #fff;
	font-size: 8rem;
	font-family: var(--ffEn);
	font-weight: 700;
	animation: loop 50s linear infinite;
	line-height: 100%;
}
@keyframes loop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
.storyCts{
	width: 1400px;
	padding: 0 80px;
	margin: 100px auto 0;
}
.storyCts:last-of-type{
	margin: 100px auto 140px;
}
.storyCtsKvArea {
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
}
.storyCtsKvArea img{
	width: 100%;
}

.storyCtsTxtArea {
	display: flex;
	justify-content: space-between;
	margin: 55px 0 0 0;
	gap: 0 50px;
	align-items: flex-start;
}
.storyCtsSubTit{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 175%;
}
.interviewBodyOut{
	width: 790px;
}
.interviewBody{
	display: flex;
	flex-direction: column;
	gap: 20px 0
}
.interviewBody:nth-of-type(n + 2){
	margin: 40px 0 0 0;
}
.storyQuestion {
	position: relative;
	padding: 0 0 0 40px;
}
.storyQuestion::before{
	content: '';
	height: 1px;
	width: 30px;
	background: #000;
	position: absolute;
	top: 12px;
	left: 0;
}
.interviewItem {
	display: flex;
	gap: 0 20px;
}
.interviewItem .imgArea .imgCts{
	height: 60px;
	width: 60px;
	overflow: hidden;
	border-radius: 30px;
}
.interviewItem .imgArea .imgCts img{
	width: 100%;
}
.interviewItem .imgArea .name{
	text-align: center;
	font-size: 1.2rem;
	line-height: 100%;
	margin: 5px 0 0 0;
}
.interviewItem .txtArea{
	width: calc(100% - 80px);
}
.interviewCaption img{
	width: 100%;
}

.productsLinkArea {
	margin: 140px 0;
}
.productsLinkInner.ctsArea.col2{
	padding: 40px;
	background: #fff;
	border-radius: var(--roundM);
}
.productsLinkInner .proSubCtsTit{
	overflow: hidden;
}
.productsLinkInner .proSubCtsTit .jsAnm{
	position: relative;
	font-size: 2rem;
	line-height: 100%;
	padding: 0 0 0 15px;
}
.productsLinkInner .proSubCtsTit .jsAnm::before {
	content: '';
	height: 8px;
	width: 8px;
	border: var(--clRed) 2px solid;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -4px 0 0 0;
}
.productsLinkInner .proSubCtsTit .jsAnm::after {
	content: '';
	height: 1px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 167px;
	width: 100%;
	top: 11px;
	z-index: -1;
}
.productsLinkInner .imgArea{
	margin: 20px 0 0 0 ;
}
.productsLinkInner .imgArea > a{
	position: relative;
}
.productsLinkInner .imgArea > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.5);
	border-radius: var(--roundS);
	transition: 0.3s;
}
.productsLinkInner .imgArea a:hover > img{
	transform: scale(1.04, 1.04);
}
.productsLinkInner .imgArea > a:hover::before {
	opacity: 0;
}
.productsLinkInner .imgArea a > img{
	width: 100%;
	transition: 0.3s;
}




@media screen and (width <= 812px){
	.storyCtsArea .storyKvArea {
		padding: 65% 0;
	}
	.storyCtsArea .storyKvArea .name {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 60%;
		min-width: auto;
	}
	.storyCtsArea .storyKvArea .txtArea {
		bottom: 5%;
		left: 5%;
	}
	.storyCtsArea .storyKvArea .txtArea .catch {
		font-size: clamp(14px, 3cqw, 36px);
	}
	.storyCtsArea .storyKvArea .txtArea .lead {
		margin: 5px 0 0 0;
		font-size: clamp(12px, 3.1cqw, 24px);
		width: 95%;
	}
	.storyIntroArea.ctsArea.col3 {
		padding: 50px 15px 0;
	}
	.storyCts {
		width: 100%;
		padding: 0 15px;
		margin: 60px auto 0;
	}
	.storyIntroArea .txtArea .catch {
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 150%;
	}
	.storyIntroArea .txtArea .lead {
		font-size: 1.4rem;
		line-height: 150%;
		margin: 15px 0 0 0;
	}
	.interviewerArea {
		flex-direction: column;
		gap: 15px 0;
		margin: 30px 0 0 0;
	}
	.interviewerArea .interviewerCts {
		padding: 20px 25px;
	}
	.interviewerArea .interviewerCts .imgArea {
		height: 140px;
		width: 140px;
		border-radius: 70px;
	}
	.interviewerArea .interviewerCts .nameArea {
		margin: 10px 0 0 0;
	}
	.interviewerArea .interviewerCts .nameArea .post {
		font-size: 1rem;
	}
	.interviewerArea .interviewerCts .nameArea .name {
		font-size: 1.8rem;
		margin: 5px 0 0 0;
	}
	.interviewerArea .interviewerCts:nth-of-type(n + 2)::before {
		content: '';
		height: 30px;
		width: 30px;
		top: -23px;
		margin: 0 0 0 -15px;
		left: 50%;
	}
	.interviewerArea .interviewerCts .txt {
		margin: 10px 0 0 0;
	}
	.storyCtsArea .loopSlider .txt {
		font-size: 4rem;
	}
	.storyCtsTxtArea {
		flex-direction: column;
		gap: 20px 0;
		margin: 20px 0 0;
	}
	.storyCtsSubTit {
		font-size: 2.2rem;
		line-height: 150%;
	}
	.interviewBodyOut {
		width: 100%;
	}
	.storyQuestion {
		padding: 0 0 0 30px;
	}
	.storyQuestion::before {
		width: 20px;
		top: 12px;
		left: 0;
	}
	.interviewItem {
		gap: 0 8px;
	}
	/* .interviewItem .imgArea{
		display: flex;
		align-items: center;
		gap: 0 5px;
	} */
	.interviewItem .imgArea .imgCts {
		height: 50px;
		width: 50px;
		border-radius: 25px;
	}
	.interviewItem .txtArea{
		width: 100%;
		letter-spacing: 0.1rem;
	}
	.interviewBody {
		gap: 10px 0;
	}
	.interviewBody:nth-of-type(n + 2) {
		margin: 30px 0 0 0;
	}
	.productsLinkArea {
		margin: 50px 0;
		padding: 0 15px;
	}
	.productsLinkInner .proSubCtsTit .jsAnm {
		font-size: 1.6rem;
	}
	.productsLinkInner .proSubCtsTit .jsAnm::after {
		left: 140px;
	}
	.productsLinkInner.ctsArea.col2 {
		padding: 20px;
	}
	.productsLinkInner .imgArea {
		margin: 10px 0 0 0;
	}
	.productsLinkInner .imgArea > a::before {
		display: none;
	}




}






/* Waltz */
.waltz .storyCtsArea .storyKvArea{
	background: url(../images/story_waltz_main_kv_pc.png) no-repeat;
	background-position: center;
	background-size: cover;
}



@media screen and (width <= 812px){
	.waltz .storyCtsArea .storyKvArea{
		background: url(../images/story_waltz_main_kv_sp.png) no-repeat;
		background-position: center;
		background-size: cover;
	}
}
