
/*-----------------------------------------------------------------

	type 形状　/　index

-----------------------------------------------------------------*/
.main-contents > h2 + p,
.main-contents > h3 + p{
	margin: 30px auto;
}

/*----------*/
.type-select{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
}
.type-select > li{
	width: calc((100% - 60px) / 4);
}
.type-select > li > a{
	display: block;
	color: #fff;
	padding: 55px 10px 40px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #111;
	transition: all .3s ease;
	position: relative;
}
.type-select > li > a:before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(249deg) brightness(102%) contrast(101%);
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto;
}
.type-select > li > a:after{
	content: "\f078";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 17px;
	height: 17px;
	background-color: #fff;
	font: var(--fa-font-solid);
	font-size: 12px;
	border-radius: 50%;
	transition: all .3s ease;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
/*hover*/
.type-select > li > a:hover{
	opacity: 1;
}
.type-select > li > a:hover:before{
	mix-blend-mode: darken;
}
.type-select > li > a:hover:after{
	bottom: 5px;
}

.type-select > li.normal > a{ background-color: #79d8f0;}
.type-select > li.normal > a:before{ background-image: url(../../../_images/common/icon-normal.webp);}
.type-select > li.normal > a:after{ color: #79d8f0;}
.type-select > li.normal > a:hover{ background-color: #fff; color: #389db6;}
.type-select > li.normal > a:hover:before{ filter: brightness(0) saturate(100%) invert(71%) sepia(11%) saturate(3102%) hue-rotate(156deg) brightness(77%) contrast(80%);}
.type-select > li.normal > a:hover:after{ background-color: #389db6; color: #fff;}

.type-select > li.sommelier > a{ background-color: #c09ae1;}
.type-select > li.sommelier > a:before{ background-image: url(../../../_images/common/icon-sommelier.webp);}
.type-select > li.sommelier > a:after{ color: #c09ae1;}
.type-select > li.sommelier > a:hover{ background-color: #fff; color: #753fa3;}
.type-select > li.sommelier > a:hover:before{ filter: brightness(0) saturate(100%) invert(30%) sepia(17%) saturate(3595%) hue-rotate(239deg) brightness(94%) contrast(92%);}
.type-select > li.sommelier > a:hover:after{ background-color: #753fa3; color: #fff;}

.type-select > li.homaekake > a{ background-color: #dddb49;}
.type-select > li.homaekake > a:before{ background-image: url(../../../_images/common/icon-homaekake.webp);}
.type-select > li.homaekake > a:after{ color: #dddb49;}
.type-select > li.homaekake > a:hover{ background-color: #fff; color: #969414;}
.type-select > li.homaekake > a:hover:before{ filter: brightness(0) saturate(100%) invert(67%) sepia(78%) saturate(5043%) hue-rotate(36deg) brightness(101%) contrast(84%);}
.type-select > li.homaekake > a:hover:after{ background-color: #969414; color: #fff;}

@media screen and (max-width: 810px) {
	.type-select{
		gap: 20px 15px;
	}
	.type-select > li{
		width: calc((100% - 30px) / 3);
	}
	.type-select > li > a{
		padding: 50px 5px 40px;
	}
}

@media screen and (max-width: 480px) {
	.type-select{
		flex-wrap: wrap;
		gap: 10px 10px;
	}
	.type-select > li{
		width: calc((100% - 10px) / 2);
	}
	.type-select > li > a{
		padding: 40px 10px 5px;
		padding-right: 25px;
	}
	.type-select > li > a:before{
		width: 35px;
		height: 35px;
		top: 5px;
	}
	.type-select > li > a:after{
		width: 17px;
		height: 17px;
		top: 0;
		bottom: 0;
		left: auto;
		right: 5px;
		margin: auto;
	}
}


/*------------------------------------
	各type
------------------------------------*/
.norma-box{
	margin: 50px auto;
}

/**/
.type-box .type-feature{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}
.type-box .type-feature .img{
	flex-shrink: 0;
	width: 430px;
	border-radius: 15px;
	overflow: hidden;
}

/**/
.type-box > section{
	margin: 0 auto 50px;
}
.type-box > section h4{
	margin: 0 auto 20px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
.type-box > section h4 span{
	display: inline-block;
	background-color: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 5;
}
.type-box > section h4:before,
.type-box > section h4:after{
	content: "";
	display: block;
	width: 60%;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.type-box > section h4:before{
	background-image: radial-gradient(circle, #000000 2.5px, transparent 2.5px);
	background-position: center;
	background-repeat: repeat-x;
	background-size: 13px 5px;
	z-index: 1;
}
.type-box > section h4:after{
	background-image: linear-gradient(to right, #fff 0%, transparent 30%, transparent 70%, #fff 100%);
	z-index: 2;
}

/**/
.type-box > section .select-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.type-box > section .select-list > dl{
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: calc((100% - 60px) / 3);
}
.type-box > section .select-list > dl dt{
	color: #4a4a4a;
	font-size: 2.0em;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.type-box > section .select-list > dl dd > p{
	font-size: 1.4rem;
}
.type-box > section .select-list > dl dd.img{
	position: relative;
}
.type-box > section .select-list > dl dd.img > p{
	color: #fff;
	padding: 5px 3px 8px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

/*-----スタンダード形状-----*/
.type-box > section .select-list > dl.normal-x dd.img > p{
	background-color: rgba(146, 160, 206, 0.7);
}
.type-box > section .select-list > dl.normal-h dd.img > p{
	background-color: rgba(206, 141, 121, 0.7);
}
.type-box > section .select-list > dl.normal-neck dd.img > p{
	background-color: rgba(219, 171, 100, 0.7);
}
/*-----ソムリエ形状-----*/
.type-box#sommelier > section .select-list > dl dd.img > p{
	background-color: rgba(33, 33, 33, 0.4);
	background-blend-mode: color-burn;
}

@media screen and (max-width: 810px) {
	.type-box .type-feature .img{
		width: 45%;
	}
	
	/**/
	.type-box > section h4:before,
	.type-box > section h4:after{
		width: 65%;
	}

	/**/
	.type-box > section .select-list{
		gap: 20px;
	}
	.type-box > section .select-list > dl{
		width: calc((100% - 40px) / 3);
	}
	.type-box > section .select-list > dl dd.img > p{
		padding: 3px 3px 5px;
	}
}

@media screen and (max-width: 480px) {
	.type-box .type-feature{
		flex-wrap: wrap;
		gap: 20px;
	}
	.type-box .type-feature .img{
		width: 100%;
	}

	/**/
	.type-box > section h4:before,
	.type-box > section h4:after{
		width: 90%;
	}

	/**/
	.type-box > section .select-list{
		gap: 20px;
	}
	.type-box > section .select-list > dl{
		width: calc((100% - 20px) / 2);
	}
	.type-box > section .select-list > dl{
		gap: 10px;
	}
	.type-box > section .select-list > dl dd.img > p{
		padding: 3px;
	}
}

