@charset "utf-8";
/*------------------------------------------------------------
[SP] 
------------------------------------------------------------ */

/*------------------------------------------------------------
[SP] page_nav_countory
------------------------------------------------------------ */
.page_nav_countory {
	margin: -4vw 4vw 12vw;
	padding: 0;
	list-style:none;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.page_nav_countory li {
	width: 45.6vw;
	height: 12vw;
}
.page_nav_countory li:nth-child(1),
.page_nav_countory li:nth-child(2) {
	margin-bottom: 4.8vw;
}
.page_nav_countory li a {
	width: 45.6vw;
	height: 12vw;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px #3995AC solid;
	border-radius: 6vw;
	color: #000;
	text-decoration: none;
	font-size: 3.466666666666667vw;
	font-weight: bold;
	padding: 0 0 0 4.8vw;
	background: url(../img/svg/arrow_down_blue.svg) no-repeat right 4vw center;
	background-size: 3.2vw auto;
}

/*------------------------------------------------------------
[SP] country
------------------------------------------------------------ */
.country {
	margin: 0 4vw 8vw;
	padding: 4vw;
	border: 0.266666666666667vw #5BC2DC solid;
}
.country:last-of-type {
	margin: 0 4vw 16vw;
}
.country h2 {
	margin-bottom: 4vw;
	background: #E6F6FA;
	font-size: 4.266666666666667vw;
	font-weight:bold;
	padding: 4vw;
}
p.link_group {
	margin: 8vw 0 0;
	font-size:3.733333333333333vw;
	text-align: left;
}
.link_group a {
	color: #007BC7;
}
.lead {
	margin-bottom: 12vw;
}
.country .img_country {
	margin-bottom: 8vw;
}
.country .img_country img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.country .country_text {
	font-size: 3.733333333333333vw;
	line-height: 1.7;
}
.country .country_text + .country_text {
	margin-top: 1em;
}
.country h3 {
	margin-bottom: 8vw;
	font-size: 4.266666666666667vw;
	line-height: 6.4vw;
	font-weight:bold;
	padding-left:4vw;
	border-left: 0.8vw #3995AC solid;
}
.country .country_text + h3 {
	margin-top: 12vw;
}

/*------------------------------------------------------------
[SP] product_list
------------------------------------------------------------ */
.product_list {
	margin: 0 auto;
	padding: 0;
	list-style:none;
	width: 84vw;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.product_list li {
	width: 40vw;
	padding-bottom: 12vw;
}
.product_list li picture {
	margin: 0 auto 4vw;
	width: 12vw;
	pointer-events: auto;
}
.product_list li picture img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.product_list li dt {
	font-size: 3.733333333333333vw;
	text-decoration: underline;
	line-height: 1.5;
	text-align: center;
	color: #007BC7;
	pointer-events: auto;
}
.product_list li dd {
	display: none;
}
.product_list li .btn_close,
.product_list li .btn_prev,
.product_list li .btn_next,
.product_list li.product_list_active .link_brand {
	display: none;
}
/*------------------------------------------------------------
[SP] product_list_active
------------------------------------------------------------ */
.product_list li.product_list_active {
	width: 92vw;
	min-height: 92vw;
	padding: 16vw 8vw 26.666666666666667vw;
	background: #fff;
	position: fixed;
	top: calc(50% - 46vw);
	left: 4vw;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
}
.product_list li.product_list_active picture {
	margin: 0;
	width: 12vw;	
}
.product_list li.product_list_active picture img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.product_list li.product_list_active dl {
	width: 57.333333333333333vw;
}
.product_list li.product_list_active dt {
	font-size: 3.733333333333333vw;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	color: #000;
	margin-bottom: 4vw;
}
.product_list li.product_list_active dd {
	display: block;
	font-size: 3.2vw;
	line-height: 1.7;
}
.product_list li.product_list_active .btn_close {
	display: block;
	width: 16vw;
	height: 16vw;
	background: url(../img/svg/icon_close_blue.svg) no-repeat center center;
	background-size:5.6vw 5.6vw;
	position: absolute;
	top: 0;
	right: 0;
}
.product_list li.product_list_active .btn_prev {
	display: block;
	width: 24vw;
	height: 12vw;
	background: url(../img/svg/arrow_left_blue.svg) no-repeat center center;
	background-size:2.4vw 4vw;
	border: 1px #3995AC solid;
	border-radius: 6vw;
	position: absolute;
	bottom: 8vw;
	left: 16vw;
}
.product_list li.product_list_active .btn_next {
	display: block;
	width: 24vw;
	height: 12vw;
	background: url(../img/svg/arrow_right_blue.svg) no-repeat center center;
	background-size:2.4vw 4vw;
	border: 1px #3995AC solid;
	border-radius: 6vw;
	position: absolute;
	bottom: 8vw;
	right: 16vw;
}
.product_list li.product_list_active .link_brand {
	display: block;
	color: #007BC7;
	font-size: 3.466666667vw;
	text-decoration: underline;
	margin: 4.8vw 0 0;
}
#overlay {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
#overlay.active {
	display: block;
}

/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {
	

/*------------------------------------------------------------
[PC] page_nav_countory
------------------------------------------------------------ */
.page_nav_countory {
	width: 1160px;
	margin: -30px auto 40px;
	padding: 0;
	list-style:none;
	display: flex;
	justify-content: space-between;
}
.page_nav_countory li {
	width: 275px;
	height: 50px;
}
.page_nav_countory li:nth-child(1),
.page_nav_countory li:nth-child(2) {
	margin-bottom: 0;
}
.page_nav_countory li a {
	width: 275px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #3995AC solid;
	border-radius: 25px;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px 0 0;
	background: url(../img/svg/arrow_down_blue.svg) no-repeat right 25px center;
	background-size: 16px 10px;	
}
.page_nav_countory li a:hover {
		background-color: #E6F6FA;
		text-decoration: underline;
}


/*------------------------------------------------------------
[PC] country
------------------------------------------------------------ */
.country {
	margin: 0 auto 50px;
	width: 1160px;
	padding: 30px;
	border: 1px #5BC2DC solid;
	position: relative;
}
.country:last-of-type {
	margin: 0 auto 100px;
}
.country h2 {
	margin-bottom: 40px;
	background: #E6F6FA;
	font-size: 24px;
	font-weight:bold;
	padding: 18px 30px;
}
p.link_group {
	margin: 40px 0 0;
	font-size:16px;
	text-align: left;
}
.link_group a {
	color: #007BC7;
}
.link_group a:hover {
	color: #5BC2DC;
}
.lead {
	margin-bottom: 60px;
	display: block;
/*	display: flex;
	justify-content: space-between;*/
}
.country_text_group {
/*	width: 640px;*/
	order: 1;
}
.country .img_country {
	margin: 0;
	width: 400px;
	position: relative;
	top: 0;
	right: 0;
	order: 2;
}
.country .img_country img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.country .country_text {
/*	width: 640px;*/
	font-size: 15px;
	line-height: 1.8;
}
.country .country_text + .country_text {
	margin-top: 1em;
}
.country h3 {
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 32px;
	font-weight:bold;
	padding-left:15px;
	border-left: 5px #3995AC solid;
}
.country .country_text + h3 {
	margin-top: 60px;
}

/*------------------------------------------------------------
[PC] product_list
------------------------------------------------------------ */
.product_list {
	margin: 0 auto;
	padding: 0;
	list-style:none;
	width: 1100px;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.product_list li {
	width: 350px;
	padding: 30px 15px 30px 20px;
	border-bottom: 1px #ccc solid;
	margin:0 25px 0 0;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	pointer-events: auto;
}
.product_list li:hover {
	background: #E6F6FA;
}
.no-backgroundblendmode .product_list li:hover { 
	background:none;
}
.product_list li:nth-child(3n) {
	margin: 0;
}
#japan .product_list li:nth-child(1),
#japan .product_list li:nth-child(2),
#japan .product_list li:nth-child(3) {
    border-top: 1px #ccc solid;
}
#eu .product_list li:nth-child(1),
#eu .product_list li:nth-child(2),
#eu .product_list li:nth-child(3) {
    border-top: 1px #ccc solid;
}
#asia .product_list li:nth-child(1),
#asia .product_list li:nth-child(2),
#asia .product_list li:nth-child(3) {
    border-top: 1px #ccc solid;
}

#us .product_list li:nth-child(1),
#us .product_list li:nth-child(2) {
    border-top: 1px #ccc solid;
}   
.product_list li picture {
	margin: 0;
	width: 50px;
	pointer-events: none;
	mix-blend-mode: multiply;
}
.product_list li picture img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.product_list li dl {
	width: 240px;
}
.product_list li dt {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	color: #000;
	pointer-events: none;
}
.no-backgroundblendmode .product_list li dt { 
	color: #007BC7;
	text-decoration: underline;
}
.no-backgroundblendmode .product_list li:hover dt { 
	color: #5BC2DC;
}

.product_list li dd {
	display: block;
	font-size: 14px;
	line-height: 1.6;
}
.product_list li .btn_close,
.product_list li .btn_prev,
.product_list li .btn_next {
	display: none;
}



}