@charset "utf-8";

/* 活躍する女性
============================ */
body {
	background: #faf6f6;
}

/* webフォント
------------------------------------------------- */
/*
* "Shippori Mincho" licensed under the Open Font License.
* https://fonts.google.com/specimen/Shippori+Mincho
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/
/*
* "Allura" licensed under the Open Font License.
* https://fonts.google.com/specimen/Allura?query=Allura
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/

/* キャッチコピー
------------------------------------------------- */
.second #contentsArea {
	padding-top: 0;
	overflow: hidden;
}
#contentsArea #videoCover {
	position: fixed;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(73, 70, 70, 0.8);
	z-index: 1;
}

#contentsArea .copy {
	position: relative;
	z-index: 1;
	color: #fff;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#contentsArea .copy h2 {
	font-size: 1.3rem;
	font-weight: 300;
	padding-bottom: 20px;
}
#contentsArea .copy h2 span {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	padding-left: 0;
}
#contentsArea .copy h2 span::before {
	display: none;
}
#contentsArea .copy h2::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70px;
	height: 2px;
	background: #e0bdbd;
}
.copy h3 {
	font-size: 2.5rem;
	font-family: 'Shippori Mincho', serif;
	line-height: 1.7;
	margin-top: 30px;
	padding-left: 0;
}
#contentsArea .copy h2::before,
.copy h3::before {
	display: none;
}
#contentsArea .copy .name {
	font-size: 1.5rem;
	font-weight: 300;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .copy {
		padding-top: 90px;
	}
	#contentsArea .copy h2 {
		font-size: 1.8rem;
		padding-bottom: 40px;
	}
	#contentsArea .copy h2 span {
		font-size: 3.6rem;
	}
	#contentsArea .copy h2::after {
		width: 80px;
	}
	.copy h3 {
		font-size: 4.6rem;
		line-height: 1.5;
		margin-top: 60px;
	}
	#contentsArea .copy .name {
		font-size: 2rem;
	}
}

/* インタビューエリア
------------------------------------------------- */
.itvArea {
	background: #faf6f6;
	position: relative;
	z-index: 5;
	padding: 90px 0 50px;
}
.itvArea h4 {
	font-size: 2.4rem;
	font-family: 'Shippori Mincho', serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
	line-height: 1.9 !important;
	color: #333;
	white-space: nowrap;
	background: transparent;
	margin: 0 auto;
}
.itvArea .txt p {
	font-weight: 400;
	color: #333;
	margin-bottom: 1em;
	text-align: left;
	line-height: 2.2;
}
.itvArea .itv01,
.itvArea .itv02,
.itvArea .itv03 {
	width: 100%;
	position: relative;
}
.itvArea .pic01 + p,
.itvArea .pic02 + p,
.itvArea .pic04 + p {
	width: 100%;
	display: block;
	position: absolute;
	font-size: 8rem;
	color: #e0bdbd;
	background: -webkit-linear-gradient(-54deg, rgba(233,194,185,1) 0%, rgba(208,173,205,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Allura', cursive;
	line-height: 0.7;
	z-index: 0;
	padding: 1em 0;
	transform: rotate(-8deg);
	}
.itvArea h4 {
	padding: 40px 0 0;
}
.itvArea .txt {
	width: 80%;
	margin: 30px auto 0;
	}
	@media screen and (min-width:1025px) {
	.itvArea {
		padding-top: 190px;
	}
	.itvArea h4 {
		font-size: 4.2rem;
		line-height: 1.9 !important;
	}
	.itvArea .txt {
		margin-top: 70px;
	}
	.itvArea .txt p {
		font-weight: 300;
		color: #000;
		margin-bottom: 1em;
		text-align: left;
	}
	.itvArea .itv01 .pic01 + p,
	.itvArea .pic02 + p,
	.itvArea .pic04 + p {
		font-size: 10vw;
		line-height: 0.7;
		transform: rotate(-14deg);
	}
}

/* itv01 */
.itvArea .itv01 .pic01 {
	width: 90%;
	margin-left: auto;
}
.itvArea .itv01 .pic01 + p {
	top: -120px;
	left: -35px;
}
	@media screen and (min-width:1025px) {
	.itvArea .itv01 {
		width: 1200px;
		margin: 0 auto;
	}
	.itvArea .itv01 .pic01 {
		width: 100%;
	}
	.itvArea .itv01 .pic01 + p {
		top: -1.3em;
		left: -35%;
	}
	.itvArea .itv01 h4 {
		position: absolute;
		top: 180px;
		right: 0;
		padding: 90px 40px 0 90px;
		background: #faf6f6;
	}
	.tb .itvArea .itv01 h4 {
		right: 130px;
	}
	.itvArea .itv01 .txt {
		width: 86%;
		margin: 70px auto 0;
		padding-right: 20%;
	}
}

/* itv02 */
.itvArea .itv02 {
	margin-top: 140px;
}
.itvArea .itv02 .pic02 {
	width: 90%;
	margin-right: auto;
}
.itvArea .itv02 .pic02 + p {
	top: -165px;
	right: -50px;
}
.itvArea .itv02 .pic03 {
	width: 80%;
	margin: 30px auto 0;
	}
	@media screen and (min-width:1025px) {
	.itvArea .itv02 {
		min-width: 1200px;
		width: 90%;
		margin: 140px 0 90px auto;
	}
	.itvArea .itv02 h4 {
		position: absolute;
		top: 340px;
		left: 0;
		padding: 0;
		line-height: 1.8 !important;
	}
	.itvArea .itv02 .pic02 + p {
		top: -0.9em;
		left: -28%;
		text-indent: -1.5em;
	}
	.itvArea .itv02 .pic02 {
		width: 70%;
		margin-left: auto;
		margin-right: 0;
	}
	.itvArea .itv02 .txt {
		width: 70%;
		padding-right: 20%;
		margin-right: 0;
	}
	.itvArea .itv02 .pic03 {
		width: 65%;
		margin-top: 70px;
		padding-right: 10%;
	}
}

/* itv03 */
.itvArea .itv03 {
	margin-top: 90px;
}
.itvArea .itv03 .pic04 {
	width: 90%;
	margin-left: auto;
}
.itvArea .itv03 .pic04 + p {
	top: -120px;
	left: -35px;
}
.itvArea .itv03 .pic05 {
	width: 80%;
	margin: 30px auto 0;
	}
	@media screen and (min-width:1025px) {
	.itvArea .itv03 {
			min-width: 1200px;
			width: 87.5%;
			margin: 140px auto 90px 0;
	}
	.itvArea .itv03 h4 {
		position: absolute;
		top: 260px;
		right: 0;
		padding: 0;
	}
	.itvArea .itv03 .pic04 + p {
		text-align: right;
		top: 0.1em;
		right: 0;
		left: auto;
		text-indent: -1.5em;
	}
	.itvArea .itv03 .pic04 {
		width: 72%;
		margin-right: auto;
		margin-left: 0;
	}
	.itvArea .itv03 .txt {
		width: 72%;
		padding-left: 20%;
		margin-left: 0;
	}
	.itvArea .itv03 .pic05 {
		width: 65%;
		margin-top: 70px;
		padding-left: 10%;
	}
}

/* 動画背景
------------------------------------------------- */
video#bgvid {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}

/* おすすめコンテンツ調整
------------------------------------------------- */
.recommendWrap {
	position:relative;
	top:0;
	background:#faf6f6;
	z-index: 1;
}
.recommendArea {
	background: #faf6f6;
	margin-top: 0;
}


/* for appear
============================ */
.diversity .copy h3,
.diversity .copy .name,
.diversity .itv01,
.diversity .itv02,
.diversity .itv03,
.diversity .txt,
.diversity .pic03,
.diversity .pic05 {
	opacity: 0;
	position: relative;
	top: 50px;
}