@charset "utf-8";
header{
	position: relative;
}
header.fixed{
	position: fixed;
}
@media only screen and (max-width: 767px) {
	header{
		position: fixed;
	}
}
main{
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	main{
		padding-top: 86px;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eye_img{
	background-image: url(../img/product/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		background-image: url(../img/product/eye01_sp.jpg);
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01 .text01.term_c{
	font-size: 22px;
	line-height: 42px;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01 .text01.term_c{
		font-size: 18px;
		line-height: 28px;
	}
}

/*.series用ここから*/
.series .inc07 .inc07_01{
	padding-top: 80px;
}
@media only screen and (max-width: 767px) {
	.series .inc07 .inc07_01{
		padding-top: 40px;
	}
}
/*.series用ここまで*/

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	padding: 30px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		padding: 20px 0 0;
	}
}
/*.tax用ここから*/
.tax .contents01 .contents01_01{
	padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01{
		padding-bottom: 50px;
	}
}
/*.tax用ここまで*/
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: sticky;
	top: 0;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		position: static;
	}
}
.contents01 .contents01_01 .contents01_01_01 .ul01{
	width: 1180px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .ul01{
		width: 90%;
		max-width: 350px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .ul01 li{
	width: 160px;
	height: auto;
	margin: 0 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .ul01 li{
		width: calc((100% - 20px * 1) / 2 );
		margin: 14px 20px 0 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .ul01 li:nth-of-type(-n+2){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .ul01 li:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .ul01 li a{
	width: 100%;
	height: 100%;
	padding: 0 0 13px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #020A43;
	border-bottom: 2px solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .ul01 li a{
		padding: 0 0 8px;
		font-size: 13px;
		line-height: 18px;
		justify-content: space-between;
	}
}
.contents01 .contents01_01 .contents01_01_01 .ul01 li .active{
	border-bottom: 2px solid #020A43;
	font-weight: 700;
}
.contents01 .contents01_01 .contents01_01_01 .ul01 li a::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #020A43;
	border-right: 1px solid #020A43;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .ul01 li .active::after{
	border-bottom: 2px solid #020A43;
	border-right: 2px solid #020A43;
}
/*.archive用ここから*/
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li:hover a::after{
	margin: 0 0 3px 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li:hover a::after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li:nth-of-type(1):hover a::after{
	margin: 0 0 0 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li .ul01_01{
	width: 220px;
	height: auto;
	padding-top: 49px;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	z-index: -1;
	margin: auto;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	animation: tooltipShow2 0.3s linear 0s;
}
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li:hover .ul01_01{
	visibility: visible;
	opacity: 1;
	transition: all .3s;
	animation: tooltipShow 0.3s linear 0s;
}
@keyframes tooltipShow{
	from{
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	to{
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes tooltipShow2{
	from{
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	to{
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li .ul01_01 ul{
	width: 100%;
	height: auto;
	padding: 20px 10px 20px 20px;
	margin: 0;
	background-color: #F4F4F4;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li .ul01_01 ul li{
	width: auto;
	height: auto;
	padding: 0 5px 0 0;
	margin: 10px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-shrink: 0;
}
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li .ul01_01 ul li:nth-of-type(1){
	margin-top: 0;
}
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li .ul01_01 ul li a{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	color: #020A43;
	border: 0;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li .ul01_01 ul li a::before{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 15px 0 0;
	border-bottom: 1px solid #020A43;
	border-right: 1px solid #020A43;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.archive .contents01 .contents01_01 .contents01_01_01 .ul01 li .ul01_01 ul li a::after{
	display: none;
}
/*.archive用ここまで*/
/*.tax用ここから*/
.tax .contents01 .contents01_01 .contents01_01_01 .ul02{
	width: 1180px;
	height: auto;
	margin: 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_01 .ul02{
		width: 90%;
		max-width: 350px;
		margin: 10px 0 0;
	}
}
.tax .contents01 .contents01_01 .contents01_01_01 .ul02 .ul02_01{
	width: 100%;
	height: auto;
	margin: 14px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.tax .contents01 .contents01_01 .contents01_01_01 .ul02 .ul02_01:nth-of-type(1){
	margin-top: 0;
}
.tax .contents01 .contents01_01 .contents01_01_01 .ul02 .ul02_01 li{
	width: auto;
	height: auto;
	margin: 10px 10px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
}
.tax .contents01 .contents01_01 .contents01_01_01 .ul02 .ul02_01 li a{
	width: auto;
	height: auto;
	padding: 5px 16px;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	color: #020A43;
	background-color: #ffffff;
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_01 .ul02 .ul02_01 li a{
		font-size: 12px;
		line-height: 22px;
	}
}
.tax .contents01 .contents01_01 .contents01_01_01 .ul02 .ul02_01 li .active{
	font-weight: 700;
	color: #ffffff;
	background-color: #000A46;
	border: 1px solid #000A46;
}
.tax .contents01 .contents01_01 .contents01_01_01 .ul02 .ul02_01 li a::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #020A43;
	border-right: 1px solid #020A43;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.tax .contents01 .contents01_01 .contents01_01_01 .ul02 .ul02_01 li .active::after{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
/*.tax用ここまで*/
.contents01 .contents01_01 .contents01_01_02{
	width: 1180px;
	height: auto;
	margin: 80px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 90%;
		max-width: 350px;
		margin: 40px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 100%;
	height: auto;
	margin: 75px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
		margin: 50px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .text01{
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	border-bottom: 1px solid #020A43;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .text01{
		padding: 0 0 15px;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .text02{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul{
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li{
	width: calc((100% - 34px * 3) / 4 );
	height: auto;
	margin: 50px 34px 0 0;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li{
		width: 100%;
		margin: 40px 0 0;
	}
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li:nth-of-type(-n+4){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li:nth-of-type(4n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a{
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a img{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a img{
		max-width: 270px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a .img{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	margin: 0 0 20px;
	background-color: #ffffff;
	background-image: url(../img/product/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a .img{
		max-width: 270px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a .img::after{
	content: '';
	width: auto;
	height: auto;
	background-color: #ffffff;
	opacity: .6;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a .img::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url('../img/common/logo01.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: relative;
	z-index: 1;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a .text01::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 10px 0 0 8px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a .text01::after{
		margin: 10px 0 0 2px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 ul li a .text02{
	width: auto;
	height: auto;
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #3E3E3E;
	display: block;
}
/*.tax用ここから*/
.tax .contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link01{
	width: auto;
	height: auto;
	padding: 7px 13px;
	margin: 40px 0 0;
	font-size: 13px;
	line-height: 23px;
	color: #262626;
	letter-spacing: calc((25/1000)*1em);
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link01{
		margin: 50px 0 0;
	}
}
.tax .contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .link01::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #252626;
	border-right: 1px solid #252626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
/*.tax用ここまで*/
/*.contents01ここまで*/