@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-header {
	position: relative;
}

.home-header-slide-li {
	height: 560px;
	background: center center no-repeat;
	background-size: cover;
}

.home-header-slide-li01 {
	background-image: url("../img/home/s/header01.jpg");
}

.home-header-slide-li02 {
	background-image: url("../img/home/s/header02.jpg");
}

.home-header-slide-li03 {
	background-image: url("../img/home/s/header03.jpg");
}

.swiper-pagination {
	display: flex;
	z-index: 1;
	bottom: 14px !important;
	justify-content: center;
}

.swiper-pagination-bullet {
	opacity: 1;
	position: relative;
	width: 32px;
	height: 20px;
	margin: 0 6px !important;
	background: none;
}

.swiper-pagination-bullet::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1.5px;
	margin: auto;
	background: #464646;
	content: "";
	transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active::before {
	background: var(--color-white);
}

.swiper-pagination-bullet:hover::before {
	opacity: 0.7;
}

.home-header .inner {
	position: absolute;
	top: 49%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
.home-header-slide-li {
	height: 790px;
}

.home-header-slide-li01 {
	background-image: url("../img/home/header01.jpg");
}

.home-header-slide-li02 {
	background-image: url("../img/home/header02.jpg");
}

.home-header-slide-li03 {
	background-image: url("../img/home/header03.jpg");
}

.swiper-pagination {
	bottom: 30px !important;
}

.swiper-pagination-bullet {
	width: 40px;
	margin: 0 8px !important;
}

.home-header .inner {
	top: 53%;
}
}

@media (max-width: 767.9px) {
.home-header .heading {
	width: 152px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- イントロ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-intro {
	background: var(--color-white);
	text-align: center;
}

.home-intro .container {
	position: relative;
}

.home-intro .section-description {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
}

@media (min-width: 768px) {
.home-intro .section-description {
	font-size: 2rem;
}
}

@media (max-width: 767.9px) {
.home-intro .logo {
	width: 305px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 製品一覧
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-product-shop {
	color: var(--color-white);
}

.home-product-shop::before {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
	background: url("../img/home/product-shop-background.jpg") center center no-repeat;
	background-size: cover;
	content: "";
}

.home-product {
	padding-bottom: 0;
}

.home-product-coating {
	background-image: url("../img/home/product-coating.jpg");
}

.home-product-mall {
	background-image: url("../img/home/product-mall.jpg");
}

@media (min-width: 768px) {
.home-product .wrapper {
	display: flex;
	justify-content: space-between;
}

.home-product-coating {
	width: 48.3%;
}

.home-product-mall {
	width: 48.3%;
}
}

@media (max-width: 767.9px) {
.home-product-coating {
	margin-bottom: 24px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 取り扱い店
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-shop .banner-link {
	background-image: url("../img/home/shop.jpg");
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 新着情報
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-news-video {
	background: var(--color-white);
}

.home-news-ul {
	overflow-y: auto;
	max-height: 560px;
}

.home-news-li {
	padding: 15px 0;
	border-bottom: 1.5px solid var(--color-gray-light);
}

.home-news-li:first-child {
	padding-top: 0;
}

.home-news-li time {
	color: var(--color-gray);
	font-weight: 400;
	font-size: 1.1rem;
	font-family: var(--font-english);
}

@media (min-width: 768px) {
.home-news-video .inner {
	display: flex;
	justify-content: space-between;
}

.home-news {
	width: 47%;
}

.home-video {
	width: 47%;
}

.home-news-li {
	display: flex;
	padding: 20px 15px;
	align-items: flex-start;
}

.home-news-li time {
	width: 105px;
	margin-top: 3px;
	font-size: 1.3rem;
	flex: none;
}
}

@media (max-width: 767.9px) {
.home-news {
	padding-bottom: 0;
}

.home-news-li time {
	margin-bottom: 13px;
}
}
