/* header */
.gf-header {
	margin: 0;
	padding: 0;
	background-color: #f1f1ec;
}
.gf-header ~ .gf-header {
	margin-top: 10px;
}

.gf-header .container-fluid {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px 50px;
	max-width: 1200px;
	min-height: 650px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}
.gf-header .container-fluid::before,
.gf-header .container-fluid::after {
	content: none;
}
.gf-header.gf-h-01 .container-fluid { background-image: url('header_bg_01.jpg'); }
.gf-header.gf-h-02 .container-fluid { background-image: url('header_bg_02.jpg'); }
.gf-header.gf-h-03 .container-fluid { background-image: url('header_bg_03.jpg'); }
.gf-header.gf-h-04 .container-fluid { background-image: url('header_bg_04.jpg'); }
.gf-header.gf-h-05 .container-fluid { background-image: url('header_bg_05.jpg'); }

.gf-header .heading {
	margin: 0 auto 30px;
	font-size: 64px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
.gf-header .description {
	margin: 0;
	padding: 0;
	max-width: 700px;
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
}

/* .gf-header .links a {
	display: block;
	padding: 10px 20px;
	font-family: Oswald,'Lucida Grande',sans-serif;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	background-color: rgba(25, 6, 28, 0.4);
	border: solid 1px #fff;
	transition: background-color 0.3s ease, color 0.3s ease;
} */
.gf-header .links a .fa {
	transform: rotate(90deg);
}
.gf-header .links a:focus,
.gf-header .links a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}
.gf-header .links a.ga-active .fa {
	transform: rotate(-90deg);
}

@media screen and (max-width:767px){
	.gf-header .container-fluid {
		padding: 80px 16px;
		min-height: 375px;
	}
    .gf-header.gf-h-01 .container-fluid { background-image: url('header_bg_01_sp.jpg'); }
    .gf-header.gf-h-02 .container-fluid { background-image: url('header_bg_02_sp.jpg'); }
    .gf-header.gf-h-03 .container-fluid { background-image: url('header_bg_03_sp.jpg'); }
    .gf-header.gf-h-04 .container-fluid { background-image: url('header_bg_04_sp.jpg'); }
    .gf-header.gf-h-05 .container-fluid { background-image: url('header_bg_05_sp.jpg'); }
	.gf-header .heading {
		margin: 0 auto 20px;
		font-size: 36px;
	}
	.gf-header .description {
		padding: 0 24px;
		font-size: 14px;
	}
	.gf-header .links {
		margin: 30px auto 0;
	}
	.gf-header .links a {
		padding: 10px 15px;
		font-size: 17px;
	}
}


/* product list */
[data-id="d1784516-1"],
[data-id="d1784516-2"],
[data-id="d1784516-3"],
[data-id="d1784516-4"],
[data-id="d1784516-5"] {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	background-color: #f1f1ec;
}
[data-id="d1784516-1"]::before, [data-id="d1784516-1"]::after,
[data-id="d1784516-2"]::before, [data-id="d1784516-2"]::after,
[data-id="d1784516-3"]::before, [data-id="d1784516-3"]::after,
[data-id="d1784516-4"]::before, [data-id="d1784516-4"]::after,
[data-id="d1784516-5"]::before, [data-id="d1784516-5"]::after {
	content: none;
}

[data-id="d1784516-1"] .row,
[data-id="d1784516-2"] .row,
[data-id="d1784516-3"] .row,
[data-id="d1784516-4"] .row,
[data-id="d1784516-5"] .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	padding: 80px 30px 160px;
	width: 100%;
	max-width: 1200px;
	background-image: url('product_list_end.png');
	background-position: center bottom 65px;
	background-repeat: no-repeat;
}
[data-id="d1784516-1"] .row::before, [data-id="d1784516-1"] .row::after,
[data-id="d1784516-2"] .row::before, [data-id="d1784516-2"] .row::after,
[data-id="d1784516-3"] .row::before, [data-id="d1784516-3"] .row::after,
[data-id="d1784516-4"] .row::before, [data-id="d1784516-4"] .row::after,
[data-id="d1784516-5"] .row::before, [data-id="d1784516-5"] .row::after {
	content: none !important;
}

.gf-product-list-item {
	display: block !important;
	float: none !important;
	margin: 0 0 0 30px !important;
	padding: 0 !important;
	width: calc(33.33333% - 20px) !important;
}
.gf-product-list-item:nth-child(n+4) {
	margin-top: 60px !important;
}
.gf-product-list-item:nth-child(3n+1) {
	margin-left: 0 !important;
}
.gf-product-list-item a:hover {
	text-decoration: none;
}
.gf-product-list-item ul.list-inline-img {
	display: block;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}
.gf-product-list-item ul.list-inline-img li {
	display: block;
	background-color: #fff;
	padding: 20px;
}
.gf-product-list-item .descriptions p {
	margin: 0;
	padding: 20px 0;
	font-family: Oswald,'Lucida Grande',sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
.gf-product-list-item .links > li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width:767px){
	[data-id="d1784516-1"],
	[data-id="d1784516-2"],
	[data-id="d1784516-3"],
	[data-id="d1784516-4"],
	[data-id="d1784516-5"] {
		background-color: #fff;
	}
	[data-id="d1784516-1"] .row,
	[data-id="d1784516-2"] .row,
	[data-id="d1784516-3"] .row,
	[data-id="d1784516-4"] .row,
	[data-id="d1784516-5"] .row {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0 auto;
		padding: 40px 16px 110px;
		background-position: center bottom 40px;
	}
	.gf-product-list-item {
		margin: 0 !important;
		width: 100% !important;
	}
	.gf-product-list-item:nth-child(n+4) {
		margin-top: 40px !important;
	}
	.gf-product-list-item ~ .gf-product-list-item {
		margin-top: 40px !important;
	}
}


/* gtm */
.gf-gtm .links {
    display: none !important;
}