@charset "utf-8";

.section--quaternary .chapter-section-header {
	margin-bottom: 30px;
}

/* --------------------------------------------------------- */
/* section title */
.extra .extra__ttl {
}

.ttl__anchor {
	position: relative;
	z-index: 1;
}

.smoke:after {
	top: 100px;
	bottom: auto;
	right: 0;
	left: 0;
	background-image: url(../img/global/parts-smoke-color.png);
	width: 180px;
	height: 45px;
}

#about .extra .smoke:after,
#grave .extra .smoke:after,
#support .extra .smoke:after {
	background-image: url(../img/global/parts-smoke-white.png);
}

.chapter-section-header__ttl.smoke:after {
	top: -80px;
}

/* extra__img */
.extra__img {
	overflow: visible;
}

.extra__img .extra__img-inner {
	border-radius: 5px;
	overflow: hidden;
}

.extra__img.smoke:after {
	margin: 0;
	left: -75px;
	right: auto;
	top: 15px;
	z-index: 10;
}

.-reverse .extra__img.smoke:after {
	right: -75px;
	left: auto;
}

/* --------------------------------------------------------- */
/* news */
.news {
	margin-bottom: 0;
}

#news .extra__ttl.smoke:after {
	bottom: 0;
	top: -20px;
	left: 15px;
	right: auto;
}

.news .bg--biased {
	width: 100%
}

.news-index-list {
	width: 100%;
}

.news .news-index {
	position: relative;
}

.news .extra-chapter__list {
	position: absolute;
	bottom: auto;
	left: auto;
	right: 0;
	top: -90px;
}

/* --------------------------------------------------------- */
/* about */
#about .extra .extra__ttl.smoke:after {
	right: -20px;
	left: auto;
	top: -73px;
}

#about .extra__body.smoke:after {
	right: auto;
	left: -45px;
	top: -35px;
	width: 195px;
	height: 40px;
	display: none;
	/*transform: scaleX(-1);*/
	background-image: url(../img/global/parts-smoke-white2.png);
}

#about a.extra__body {
	display: inline-block;
	cursor: pointer;
}

#about .extra__body {
	text-decoration: none;
}

#about .extra__txt {
	margin-bottom: 0;
}

/* --------------------------------------------------------- */
/* grave */
#grave .extra .extra__ttl.smoke:after {
	top: -73px;
	bottom: auto;
	right: auto;
	left: -20px;
}

/* --------------------------------------------------------- */
/* support */
#support .extra .extra__ttl.smoke:after {
	top: -73px;
	bottom: auto;
	right: auto;
	left: -20px;
}

#support .feature-index__img-inner {
	border: 1px solid rgba(102,102,102,.2);
}

#support .feature-index__img-inner img {
	width: auto;
	height: 100%;
	max-height: 190px;
	margin: 0 auto;
}

/* --------------------------------------------------------- */
/* cm */
#cm .extra__img-inner {
	position: relative;
}

#cm .extra__img-inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,.2);
	z-index: 8;
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#cm .extra__img-inner:after {
	content: "";
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url(../img/home/cm-playmark.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 90px;
	height: 90px;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#cm .extra__img a:hover .extra__img-inner:before {
	opacity: 0;
}

#cm .extra__img a:hover .extra__img-inner:after {
	transform: scale(1.05);
}

/* --------------------------------------------------------- */
/* relation */
.gf-inner {
	z-index: 0;
}

#relation {
	display: block;
	position: absolute;
	margin: auto;
	padding-top: 0;
	max-width: none;
	right: 0;
	left: 0;
	top: -35px;
	z-index: 10;
}

.relation__list {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.relation__list:before,
.relation__list:after {
	content: "";
	display: block;
	width: calc(50% - 10px);
}

.relation__list:before {
	order: 1;
}

.relation__list:after {
	order: 2;
}

.relation__item {
	width: calc(50% - 10px);
	margin-bottom: 10px;
	line-height: 0;
}

.relation__anchor {
	border-radius: 5px;
}

#relation.chapter-section:after {
	/*content: "";
	position: absolute;
	width: 100%;
	height: 500px;
	background-color: #f9f8f7;
	top: 65px;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	z-index: -1;*/
}

/* --------------------------------------------------------- */
/* contact */
#contact {
	margin-bottom: 160px;
}

/* --------------------------------------------------------- */
/* footer */
.gf-inner {
	padding-top: 360px;
}

.top-of-page {
	margin-top: 360px;
}

@media screen and (min-width: 541px) {

	/* --------------------------------------------------------- */
	/* relation */
	.relation__list:before,
	.relation__list:after {
		width: calc(33.3333% - 20px);
	}

	.relation__item {
		width: calc(33.3333% - 20px);
	}

}

@media screen and (min-width: 768px) {

	.smoke:after {
		width: 250px;
		height: 55px;
	}

	.extra__img.smoke:after {
		top: 30px;
		right: -125px;
	}

	.-reverse .extra__img.smoke:after {
		right: -125px;
	}

	/* --------------------------------------------------------- */
	/* news */
	.news {
		margin-bottom: 60px;
	}

	.news .feature-index__item {
	}

	/* --------------------------------------------------------- */
	/* grave */
	/*#grave .feature-index__item {
		width: calc(50% - 20px);
	}*/

	/* --------------------------------------------------------- */
	/* cm */
	#cm .extra__img-inner:after {
		width: 140px;
		height: 140px;
	}

	/* --------------------------------------------------------- */
	/* special */
	#special-pickup .feature-index__item {
		margin-bottom: 0 !important;
	}

	#special-pickup .feature-index__item .navigate--more {
		margin-bottom: 0;
	}

	/* --------------------------------------------------------- */
	/* relation */
	.relation__list:before,
	.relation__list:after {
		width: calc(20% - 10px);
	}

	.relation__item {
		width: calc(20% - 10px);
	}

	/* --------------------------------------------------------- */
	/* footer */
	.gf-inner {
		padding-top: 100px;
	}

	.top-of-page {
		margin-top: 0;
		padding-top: 80px;
	}

}

@media screen and (min-width: 1280px) {

	/* --------------------------------------------------------- */
	/* g-nav */
	.gh {
		padding: 0;
		top: auto;
		bottom: -160px;
	}

	.g-nav {
		padding-top: 40px;
		border-radius: 0 10px 0 0;
	}

	.g-nav:after {
		top: 65px;
		right: -5px;
		background-image: var(--svg-round-out-corners-LB-wt);
	}

	/* --------------------------------------------------------- */
	/* site-subheader */
	#site-subheader {
		opacity: 0;
		pointer-events: none;
		transition: opacity .4s ease .2s;
	}

	/* kv過ぎたら */
	.scroll-out #site-subheader {
		opacity: 1;
		pointer-events: auto;
	}
	/**/

	/* IE Only */
	.msie .section--secondary .extra__txt,
	.msie .section--tertiary .extra__txt {
		height: 100%;
	}

	/* smoke */
	#about .extra .extra__ttl.smoke:after,
	#grave .extra .extra__ttl.smoke:after,
	#support .extra .extra__ttl.smoke:after {
		top: 100px;
		bottom: auto;
		right: 0;
		left: 0;
	}

	/* --------------------------------------------------------- */
	/* news */
	.news {
		margin-bottom: 150px;
		max-width: none !important;
	}

	#news .bg--biased {
	}

	#news .chapter-section-header {
		text-align: right;
		height: 8em;
		max-width: 1580px;
	}

	#news .extra {
		display: block;
		height: 100%;
	}

	#news .extra__ttl-outer {
		height: 8em;
		top: -10px;
	}

	#news .extra__ttl.smoke:after {
		bottom: auto;
		top: -45px;
		right: 0;
		left: 0;
	}

	.news .news-index {
		padding-bottom: 4em;
	}

	.news .feature-index:before,
	.news .feature-index:after {
		width: calc(25% - 30px) !important;
	}

	.news .feature-index__item {
		width: calc(25% - 30px) !important;
		margin-bottom: 0 !important;
	}

	.news__anchor-inner:after {
		display: block;
	}

	.news .extra-chapter__list {
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-feature-settings: normal;
		top: auto;
		bottom: -145px;
		right: auto;
		left: 0;
	}

	/* --------------------------------------------------------- */
	/* about */
	#about .extra__body.smoke:after {
		display: block;
	}

	/* --------------------------------------------------------- */
	/* grave */

	/*#grave .feature-index__item {
		width: calc(50% - 30px);
	}*/

	/*#grave .feature-index__ttl {
		font-size: 2rem;
	}*/

	/* --------------------------------------------------------- */
	/* support */
	#support .feature-index__img-inner {
		border: none;
	}

	/* --------------------------------------------------------- */
	/* contact */
	#contact {
		margin-bottom: 200px;
	}

	/* --------------------------------------------------------- */
	/* relation */
	#relation {
		top: -70px;
	}

	.relation__list:before,
	.relation__list:after {
		width: calc(20% - 25px);
	}

	.relation__item {
		width: calc(20% - 25px);
	}

}















