@charset "utf-8";

/* l-content-wrapper */

.l-content-wrapper {
	position: relative;
	padding: 0 0 60px;
	background: #296d7d;
	background-image:
		url("../images/parts-bg.png");
	background-position:
		top -230px center;
	background-repeat:
		no-repeat;
	background-size:
		1200px auto;
}

@media screen and (max-width: 1119px) {
	.l-content-wrapper {
		background-position:
			top -20vw center;
		background-size:
			100% auto;
	}
}

@media screen and (max-width: 767px) {
	.l-content-wrapper {
		background-position:
			top 50vw center;
		background-size:
			150vw auto;
	}
}

/* section-head */

.section-head {
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.section-head {

	}
}

.kv {
	position: relative;
	overflow: hidden;
}

.kv__image {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1119px) {
	.kv__image {
	}
}

@media screen and (max-width: 767px) {
	.kv__image {
	}
}

.kv__image__alt {
	display: none;
}

.kv__image__image {
}

.kv__image__image--pc {
	display: block;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.kv__image__image--sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.kv__image__image--pc {
		display: none;
	}

	.kv__image__image--sp {
		display: block;
		width: 100%;
	}
}

/* section-body */

.section-body {
}

@media screen and (max-width: 767px) {
	.section-body {
	}
}

.detail {
	position: relative;
	max-width: 1120px;
	margin: 0 auto 0;
}

@media screen and (max-width: 1119px) {
	.detail {
		max-width: none;
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.detail {
		max-width: none;
		margin: 0;
	}
}

.detail-item {
	position: relative;
	overflow: hidden;
}

.detail-item + .detail-item {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.detail-item + .detail-item.detail-item--02 {
		margin-top: 0;
	}
}

.detail__image__alt {
	display: none;
}

.detail__btn {
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 50%;
	padding-left: 10px;
}

.detail__btn-anchor {
	position: relative;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 30px 20px;
	border-radius: 500px;
	background: #fc0;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #184049;
	opacity: 1;
	transition: filter .8s;
}

@media screen and (max-width: 1119px) {
	.detail__btn {
		bottom: 1.3vw;
	}
	.detail__btn-anchor {
		width: 35vw;
		padding: 2.5vw 20px;
	}
}

@media screen and (max-width: 767px) {
	.detail__btn {
		position: static;
		right: auto;
		bottom: auto;
		width: auto;
		margin-top: 20px;
		padding: 20px 0;
		padding-left: 0;
	}
	.detail__btn-anchor {
		width: 80vw;
		padding: 30px 20px;
	}
}
	
.detail__btn-anchor:hover {
	opacity: 1;
	filter: brightness(1.2);
	transition: filter .05s;
}

.detail__btn-anchor > .icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -.4em;
    font-size: 15px;
    color: #184049;
}

.detail__image {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.detail__image {
	}
}

.detail__image--pc {
	display: block;
}

.detail__image--sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.detail__image {
	}

	.detail__image--pc {
		display: none;
	}

	.detail__image--sp {
		display: block;
	}
}

.detail__btn-img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.detail__btn-img--pc {
	display: block;
}

.detail__btn-img--sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.detail__btn-img--pc {
		display: none;
	}

	.detail__btn-img--sp {
		display: block;
	}
}

.detail-note {
	padding: 0 30px 30px;
	font-feature-settings: "palt";
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.detail-note {
		padding: 0 20px 20px;
	}
}

.detail-note * {
	color: #fff;
}

/* note */

.note {
	max-width: 1120px;
	margin: 20px auto 0;
	overflow: hidden;
	font-feature-settings: "palt";
	text-align: justify;
	color: #fff;
}

.note * {
	color: #fff;
}

@media screen and (max-width: 1119px) {
	.note {
		margin: 20px 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.note {
		margin: 20px 20px 0;
	}
}

/* 泡エフェクト */

.yurayura--l {
	width: 20vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	transform: scaleY(-1);
	user-select: none;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.yurayura--l {
		width: 50vw;
	}
}

.yurayura--r {
	width: 20vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	transform: scaleX(-1) scaleY(-1);
	user-select: none;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.yurayura--r {
		width: 50vw;
	}
}
