@charset "utf-8";

/* ----------------------
		reset
---------------------- */
body, div,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1em;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1.4;
	font-weight: normal;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

p {
	line-height: 1.5;
}

em {
	font-style: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

button {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

main {
	display: block;
}

.fit {
	width: 100%;
	height: auto;
}

/* ----------------------
		common
---------------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.6rem;
	line-height: 1;
	color: #333;
	background-color: #fff;
	letter-spacing: 0.15rem;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

a:link {
	border: none;
	color: #333;
	text-decoration: none;
}

a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: none;
}

a[href^="tel:"] {
	color: #fff;
	text-decoration: underline;
}

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

	a[href^="tel:"] {
	    pointer-events: none;
	}
}

.alpha a:hover > img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.alpha a > img {
	-webkit-transition: all 0.30s ease 0s;
	-moz-transition: all 0.30s ease 0s;
	transition: opacity 0.30s ease 0s;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.pc_br {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.ft_min {
	font-family: "游明朝", YuMincho, serif;
}

@media screen and (max-width: 767px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.pc_br {
		display: none;
	}

}

.header {
	height: 214px;
	background: url(../images/header_back_sp.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .logo {
	width: 230px;
}

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

	.header {
		height: 355px;
		background: url(../images/header_back_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.header .logo {
		width: 416px;
	}

}

.main_text {
	margin: 55px 0 100px;
	text-align: center;
}

.main_text h2 {
	margin: 0 0 30px;
	color: #9a8538;
	font-size: 2.0rem;
	line-height: 1.7em;
}

.main_text p {
	margin: 0 0 25px;
	color: #8f8972;
	font-size: 1.3rem;
	line-height: 1.7;
}

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

	.main_text {
		margin: 70px 0 110px;
	}
	
	.main_text h2 {
		margin: 0 0 30px;
		font-size: 2.6rem;
	}
	
	.main_text p {
		margin: 0 0 25px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

}

.product_box {
	margin: 0 20px 110px;
}

.product_box li {
	text-align: center;
}

.product_box li.product_lumicious {
	margin-bottom: 100px;
}

.product_box li figure {
	margin: 0 15px 15px;
}

.product_box li .title_color {
	margin: 0 auto 45px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
}

.product_lumicious .title_color img {
	width: 115px;
}

.product_gray .title_color img {
	width: 91px;
}

.product_box li .title_color::before {
	margin-right: 1.5em;
}

.product_box li .title_color::after {
	margin-left: 1.5em;
}

.product_box li .title_color::before,
.product_box li .title_color::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}

.product_box .product_lumicious .title_color::before,
.product_box .product_lumicious .title_color::after {
	background: #daeef3;
}

.product_box .product_gray .title_color::before,
.product_box .product_gray .title_color::after {
	background: #f0e5cc;
}

.product_box li .product_text {
	margin: 0 0 50px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.product_box li h2{
	margin: 0 auto 35px;
}

.product_lumicious h2 {
	width: 290px;
}

.product_gray h2 {
	width: 225px;
}

.product_box .product_lumicious .product_text {
	color: #48a9c5;
}

.product_box .product_gray .product_text {
	color: #b47c00;
}

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

	.product_box {
		margin: 0 0 110px;
	}
	
	.product_box ul {
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
	}

	.product_box li {
		margin: 0 20px;
	}

	.product_box li.product_lumicious {
		margin-bottom: 0;
	}


	.product_box li figure {
		margin: 0 auto 10px;
		max-width: 445px;
		min-width: 350px;
	}

	.product_box li .title_color {
		margin: 0 auto 50px;
	}
	
	.product_box li .product_text {
		margin: 0 0 50px;
		font-size: 1.5rem;
		line-height: 1.6;
		min-height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.product_box li h2{
		margin: 0 auto 30px;
		min-height: 65px;
		display: flex;
		align-items: center;
	}
	
	.product_lumicious h2 {
		width: 366px;
	}
	
	.product_gray h2 {
		width: 279px;
	}
	
}

.product_box .btn {
	margin: 0 20px 30px;
	text-align: center;
	font-size: 1.6rem;
}

.product_box .btn a {
	position: relative;
	display: block;
}

.product_box .btn_blue a {
	padding: 15px 0;
	color: #48a9c5;
	border: 1px solid #48a9c5;
}

.product_box .btn_blue a::after,
.product_box .btn_gold a::after,
.product_box .btn_khaki a::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 5px;
	top: 22px;
	right: -20px;
}

.product_box .btn_blue a::after {
	background: url(../images/arrow_blue.png) no-repeat right 0;
	background-size: cover;
}

.product_box .btn_gold a {
	padding: 15px 0;
	color: #b47c00;
	border: 1px solid #b47c00;
}

.product_box .btn_gold a::after {
	background: url(../images/arrow_gold.png) no-repeat right 0;
	background-size: cover;
}

.product_box .btn_khaki a {
	padding: 15px 0;
	color: #8f8972;
	border: 1px solid #8f8972;
}

.product_box .btn_khaki a::after {
	background: url(../images/arrow_khaki.png) no-repeat right 0;
	background-size: cover;
}

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

	.product_box .btn {
		margin: 0 auto 30px;
		display: flex;
		justify-content: center;
	}
	
	.product_box .btn a {
		transition: all 0.30s ease 0s;
	}
	
	.product_box .btn_blue a {
		padding: 15px 60px;
	}

	.product_box .btn_blue a:hover {
		color: #91cbdc;
		border-color: #91cbdc;
	}
	
	.product_box .btn_blue a::after,
	.product_box .btn_gold a::after,
	.product_box .btn_khaki a::after {
		width: 54px;
		right: -27px;
		transition: all 0.30s ease 0s;
	}

	.product_box .btn a:hover::after {
		opacity: 0.5;
	}
	
	.product_box .btn_gold a {
		padding: 15px 60px;
	}

	.product_box .btn_gold a:hover {
		color: #d2b066;
		border-color: #d2b066;
	}
	
	.product_box .btn_khaki a {
		padding: 15px 45px;
	}

	.product_box .btn_khaki a:hover {
		color: #bcb8aa;
		border-color: #bcb8aa;
	}
	
	.product_box .btn_blue a:hover::after,
	.product_box .btn_gold a:hover::after,
	.product_box .btn_khaki a:hover::after {
		right: -37px;
	}

}

.footer_top {
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
	width: 50px;
}

.footer_bottom {
	padding: 10px 0 15px;
	background: #999999;
}

.footer_bottom ul {
	margin: 0 0 2px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.footer_bottom li {
	margin: 5px 0;
	font-size: 1.2rem;
	padding: 0 0 0 20px;
	background: url(../images/link.png) no-repeat 0 center;
	background-size: 14px auto;
}

.footer_bottom li:first-child {
	margin-right: 20px;
}

.footer_bottom li a {
	color: #fff;
}

.footer_bottom .copyright {
	color: #fff;
	text-align: center;
	font-size: 1.0rem;
}

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

	.footer_top {
		padding: 0 0 25px;
		width: auto;
	}

	.footer_top img {
		width: 102px;
	}

	.footer_bottom {
		padding: 10px 140px;
		display: flex;
		justify-content: space-between;
	}

	.footer_bottom ul {
		margin: 0;
	}

	.footer_bottom li {
		margin: 0 20px 0 0;
		font-size: 1.2rem;
		padding: 0 0 0 20px;
		background: url(../images/link.png) no-repeat 0 center;
		background-size: 14px auto;
	}

	.footer_bottom li br {
		display: none;
	}

	.footer_bottom .copyright {
		font-size: 1.2rem;
		white-space: nowrap;
	}

}

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

	.footer_bottom {
		padding: 10px 20px;
		justify-content: center;
	}

}

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

	.footer_bottom ul {
		margin: 10px 0;
	}

	.footer_bottom {
		display: block;
	}

}
