@charset "utf-8";
#contents__indexTop {
	background-color: #f5f5f7;
}
/* KV slide */
.kv {
	position: relative;
}
#mainKv {
	width: 100%;
	overflow: hidden;
}
.swiper-slide {
	width: 100%;
	overflow: hidden;
}
.swiper-slide img {
	max-width: 100%;
	width: 100%;
}
.swiper-slide.bp71.bp71 a .bnr {
	display: block;
}
.swiper-slide.bp71.bp71 a .mov {
	display: block;
	aspect-ratio: 640 / 360;
}
.swiper-slide.bp71.bp71 a .mov video {
	width: 100%;
	height: 100%;
}
/* pager */
.mv-pagination-wrap {
	text-align: center;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.mv-pagination-wrap .swiper-pagination {
	position: static;
	height: 12px;
}
.swiper.swiper-initialized.swiper-horizontal .mv-pagination-wrap .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 12px;
	background-color: #ccc;
	opacity: 1;
}
.swiper.swiper-initialized.swiper-horizontal .mv-pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #767676;
}
.mv-pagination-wrap button {
	background: none;
	border: none;
	margin-left: 12px;
}
.swiper-toggle .icon {
	width: 18px; height: 18px;
	display: block;
}
/* bnr-area */
.bnr-area {
	margin-left: auto;
	margin-right: auto;
}
.bnr-list > li {
	box-shadow: 0 5px 15px 5px rgba(0,0,0,0.2);
}
.bnr-list > li:last-child {
	margin-bottom: 0;
}
/* section */
.sec-block {
	margin-left: auto;
	margin-right: auto;
}
.sec-block:last-child {
	margin-bottom: 0;
}
.sec-block-ttl {
	text-align: center;
	font-weight: 700;
	margin-bottom: 1em;
	color: #333;
}
/* products */


/* SP */
@media screen and (max-width: 767px) {
/* slide */
#mainKv {
	padding-bottom: 70px;
	background: #f5f5f7;
}
#mainKv::after {
	content: '';
	width: 100%;
	height: 70px;
	display: block;
	background: rgba(0, 0, 0, 10);
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.swiper-slide {
	aspect-ratio: 768 / 1020;
}
.swiper-slide.bp71.bp71 a {
	width: 100%;
	aspect-ratio: 768 / 1020;
}
.swiper-slide.bp71.bp71 a .bnr {
	aspect-ratio: 768 / 588;
	width: 100%;
}
.swiper-slide.bp71.bp71 a .mov {
	width: 100%;
}
/* pager */
.mv-pagination-wrap {
	margin-top: 10px;
}
/* bnr-area */
.bnr-area {
	width: 90%;
	margin-bottom: 40px;
}
.bnr-list > li {
	margin-bottom: 15px;
	box-shadow: 0 1px 8px 1px rgba(0,0,0,0.2);
}
/* section */
.sec-block {
	width: 90%;
	margin-bottom: 40px;
}
.sec-block-ttl {
	font-size: 2.5rem;
	margin-bottom: 0.5em;
}
}
/* PC */
@media print, all and (min-width: 768px) {
/* slide */
#mainKv {
	padding-bottom: 150px;
	background: #f5f5f7;
}
#mainKv::after {
	content: '';
	width: 100%;
	height: 150px;
	display: block;
	background: rgba(0, 0, 0, 10);
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0.3) 5%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.swiper-slide {
	aspect-ratio: 1920 / 580;
}
.swiper-slide.bp71.bp71 a {
	width: 100%;
	aspect-ratio: 1920 / 580;
	display: flex;
}
.swiper-slide.bp71.bp71 a .bnr {
	aspect-ratio: 889 / 580;
	width: 46.3%;
}
.swiper-slide.bp71.bp71 a .mov {
	width: 53.7%;
}

/* pager */
.mv-pagination-wrap {
	margin-top: 20px;
}
/* bnr-area */
.bnr-area {
	max-width: 990px;
	margin-bottom: 120px;
}
.bnr-list > li {
	margin-bottom: 60px;
}
/* section */
.sec-block {
	max-width: 1196px;
	margin-bottom: 120px;
}
.sec-block-ttl {
	font-size: 3.8rem;
}
}

/* ==================== hover ==================== */
@media (hover: hover) {
.bnr-list a {
	transition: 0.3s;
}
.bnr-list a:hover {
	opacity: 0.7;
}

}