@charset "UTF-8";
/*-----------------------------------------------------------------*/


.kv-wrapper_product {
	background-size: cover;
	background-image: url("../assets/img/product/product_kv.jpg") ;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 54vh;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	align-items: -webkit-center;
	justify-content: center;
	justify-content: -webkit-center;
}
@media screen and (max-width: 768px) {
	.kv-wrapper_product {
		height: 60vh;
		background-image: url("../assets/img/product/product_kv_sp.jpg") ; } }

.kv-wrapper_product .kv-inner {
	width: 100%;
	max-width: 152px;
}
@media screen and (max-width: 768px) {
	.kv-wrapper_product .kv-inner {
		max-width: 144px; } }



.product__title {
	margin:6.0vw 0 ; }
@media screen and (max-width: 768px) {
	.product__title {
		margin: 16.0vw 0; } }

.product__title h2 {
	margin-bottom: 2.0vw ;
	text-align: center; }
@media screen and (max-width: 768px) {
	.product__title h2 {
		margin-bottom: 4.0vw ; } }

.bg-black { background-color: #000; }
.bg-red { background-color: #863B3B; }
.bg-green { background-color: #3E7656; }
.bg-gold { 
	background-color: #8B8B67;
	margin-bottom: 6.0vw; }
@media screen and (max-width: 768px) {
	.bg-gold { 
	margin-bottom: 12.0vw; } }


/*------------------------------product-main ここから-----------------------------------*/


.product_main {
	width: 100%;
	max-width: 1220px;
	padding: 4.0vw 0;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.product_main { 
		display: block;
		margin: 0 auto;
      	padding: 12.0vw 0 ; } }

.product_main .product_detail {
	width: 40%;
}
@media screen and (max-width: 768px) {
	.product_main .product_detail {
		width: 100%; } }

.product_main .product_detail img {
	width: 100%;
	max-width: 339px;
}
@media screen and (max-width: 768px) {
	.product_main .product_detail img {
		max-width: 339px; } }

.product_main .product_detail .product_point {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	margin: 2.0vw 0;
}
@media screen and (max-width: 768px) {
	.product_main .product_detail .product_point {
		margin: 8.0vw 0 3.0vw; } }

.product_main .product_detail .product_point img {
	width: 100%;
	max-width: 52px;
}
@media screen and (max-width: 768px) {
	.product_main .product_detail .product_point img {
		max-width: 52px; } }


.product_main .product_detail .product_point::after {
	border-top: 1px solid #fff;
	content: "";
	width: 3em;
	margin-left: 0.6em;
	margin-bottom: 0.3em;
}


.product_main .product_detail .product_list {
	counter-reset: li; }
.product_main .product_detail .product_list li {
	display: flex;
    align-items:flex-start;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 8px;
	color: #fff; }
@media screen and (max-width: 768px) {
	.product_main .product_detail .product_list li {
		font-size: 3.2vw; } }


.product_main .product_detail .product_list li:last-child {
	margin-bottom: 0; }

.product_main .product_detail .product_list li::before {
	display: inline-block;
	min-width: 1.7em;
	margin-right: 6px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: .6em;
	line-height: 1.7em;
	text-align: center;
	content: counter(li);
	counter-increment: li;
}


.product_main .product_block {
	width: 50%;
	background-color: #fff;
	padding: 3.0vw;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.product_main .product_block {
		padding: 4.0vw;
		margin-top: 8.0vw;
		width: 100%; } }

.product_main .product_block img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 2.0vw;
}
@media screen and (max-width: 768px) {
	.product_main .product_block img {
		margin-bottom: 3.0vw;
		max-width: 400px; } }

.product_main .product_block .contents__btn {
	margin: 0 auto;
	max-width: 400px;
}
@media screen and (max-width: 768px) {
	.product_main .product_block .contents__btn {
		max-width: 400px; } }



.gold_detail {
	width: 100%;
	max-width: 1220px;
	padding-bottom: 6.0vw;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.gold_detail {
		margin: 0 auto;
      	padding: 0 0 12.0vw; } }

.gold_detail .gold_point_1 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	padding:4.0vw 4.0vw;
	margin-bottom: 3.0vw;
	background-color: #fff;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.gold_detail .gold_point_1  {
		display: -webkit-block;
		display: block;
		padding:6.0vw 4.0vw;
		margin-bottom: 6.0vw; } }


.gold_detail .gold_point_1 .gold_point_title {
	margin-right: 2.0vw;
	color: #8B8B67;
}
@media screen and (max-width: 768px) {
	.gold_detail .gold_point_1 .gold_point_title {
		margin-right: 0;
		width: 100%;
		margin-bottom: 2.0vw;
		text-align: center;	} }

.gold_detail .gold_point_1 p {
	border-left:1px solid #000000;
	padding-left: 3.0vw;
	width: 70%; }
@media screen and (max-width: 768px) {
	.gold_detail .gold_point_1 p {
		padding-left: 0;
		border-left:none;
		border-top:1px solid #000000;
		padding-top: 2.0vw;
		width: 100%; } }


.gold_detail .gold_point_2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.gold_detail .gold_point_2 {
		display: -webkit-block;
		display: block; } }

.gold_detail .gold_point_2 .gold_word {
	color: #fff;
	width: 30%; }

@media screen and (max-width: 768px) {
	.gold_detail .gold_point_2 .gold_word {
		width: 100%;
		margin-bottom: 5.0vw;
		 } }


.gold_detail .gold_point_2 .gold_word .gold_word_title {
	font-family:"ヒラギノ明朝 Pro", 'Noto Serif JP', "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	padding: 5px;
	margin-bottom: 1.0vw;
	}

@media screen and (max-width: 768px) {
	.gold_detail .gold_point_2 .gold_word .gold_word_title {
		 } }
	



/*------------------------------product-main ここまで-----------------------------------*/

