@charset "utf-8";
body.fixed {
	position: fixed;
	overflow: hidden;
}
/* ---------------------------------------
mainContainer
------------------------------------------ */
.wrap {
	padding-bottom: 120px;
}
.wrap img {
	height: auto;
}
.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.mainArea {
	margin-bottom: 59px;
}
.mainArea > .inner01 {
	width: 100%;
	height: 420px;
	position: relative;
	overflow: hidden;
	background: url("../img/bg_index03_pc.png") 50% 50% / cover no-repeat;
}
.mainArea > .inner01 .image01 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.mainArea > .inner01 .image01 img {
	min-width: 1400px;
}
.mainArea > .inner02 {
	margin-left: auto;
	margin-right: auto;
	background: #0555a6;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 3px solid #3777b8;
	border-bottom: 3px solid #3777b8;
	padding: 17px 20px 20px;
}
.mainArea > .inner02 p {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.mainArea > .inner02 p + p {
	margin-left: 10px;
}
.heading01 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: url("../img/bg_index01_pc.png") no-repeat calc(50% - 234px) 50%, url("../img/bg_index02_pc.png") no-repeat calc(50% + 234px) 50%;
	margin-bottom: 43px;
	text-align: center;
}
.brandList {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
}
.brandList .item01 {
	width: 31.66%;
	margin: 0 2.5% 30px 0;
	position: relative;
}
.brandList .item01:nth-of-type(3n + 3) {
	margin-right: 0;
}
.brandList .item01::before {
	content: '';
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #fffb00 transparent;
}
.brandList .item01 a {
	display: block;
	text-decoration: none;
}
.brandList .item01 a > .img {
	border: 1px solid #dbe9f7;
	transition: .3s;
}
.brandList .item01 a > .img img {
	image-rendering: -webkit-optimize-contrast;
}
.brandList .item01:hover a > .img {
	border: 1px solid #ff6666;
	opacity: 1;
}
.wrap .brandList .item01 a:hover img {
	opacity: 1;
}
.brandList .item01 a > .textWrap {
	background: #0555a6;
	padding: 7px 7px 5px;
	transition: .3s;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.brandList .item01:hover a > .textWrap {
	background: #ff6666;
}
.brandList .item01 a > .textWrap p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.box01 {
	color: #000;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background: #fff;
	border: 4px solid #0052a4;
	padding-bottom: 40px;
	position: relative;
}
.modalWrap01 .box01 {
	margin-bottom: 0;
}
.box01 .hdg01 {
	background: #dbe9f7;
	font-size: 26px;
	font-weight: bold;
	padding: 13px 20px;
	margin-bottom: 13px;
	border-radius: 15px 15px 0 0;
}
.box01 .hdg02 {
	color: #fff;
	background: #0052a4;
	font-size: 26px;
	font-weight: bold;
	padding: 13px 20px;
	margin-bottom: 28px;
	border-radius: 15px 15px 0 0;
}
.box01 .text01 {
	font-size: 16px;
	line-height: 2.2;
	padding: 12px 20px;
}
.box01 .text02 {
	font-size: 16px;
	line-height: 1.7;
	padding: 9px 35px 8px;
	text-align: left;
}
.box01 .text02.color01 {
	color: #ff6666;
}
.box01 .text01 + .btn01 {
	margin-top: 6px;
}
.box01 .text02 + .btn01 {
	margin-top: 25px;
}
.box_tomicatom {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 18px;
	text-align: left;
}
.btn01 > .btnInner01 {
	min-width: 270px;
	display: inline-block;
	background-color: #0555a6;
	padding: 21px 20px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
.btn01 > .btnInner01::before {
	content: '';
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #fffb00 transparent;
}
.btn01 > .btnInner01:hover {
	background-color: #ff6666;
}
.btn01 > .btnInner01 > span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.backdrop01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(219, 233, 247, .9);
	z-index: 11006;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
.backdrop01.active, .modalWrap01.active {
	opacity: 1.0;
	visibility: visible;
}
.modalWrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 25px;
	width: 100%;
	height: 100%;
	z-index: 20000;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	cursor: pointer;
}
.modalWrap01 .box01 {
	cursor: default;
}
.closeBtn01 {
	position: absolute;
	top: -26px;
	right: -26px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: #fff;
	border: 4px solid #0052a4;
	border-radius: 50%;
	transition: .3s;
}
.closeBtn01:hover {
	background: #ff6666;
	border: 4px solid #fff;
}
.closeBtn01::before, .closeBtn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6.5px;
	width: 30px;
	height: 5px;
	background: #0052a4;
	transform: rotate(-45deg);
	margin-top: -2px;
	transition: .3s;
}
.closeBtn01::after {
	transform: rotate(-135deg);
}
.closeBtn01:hover::before, .closeBtn01:hover::after {
	background: #fff;
}
.closeBtn01::after {
	transform: rotate(-135deg);
}
.closeBtn01 span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 1240px) {
	.wrap {
		min-width: 100%;
	}
}
@media screen and (max-width: 880px) {
	.box01 {
		max-width: 100%;
		margin-left: 20px;
		margin-right: 20px;
	}
	.modalWrap01 .box01 {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 855px) {
	.closeBtn01 {
		top: -22px;
		right: -22px;
	}
}
@media screen and (max-width: 767px) {
	[class^="btn"]>a:hover {
	  opacity: 1;
	}
	.pcNone {
		display: block !important;
	}
	.spNone {
		display: none !important;
	}
	.pcNoneImg {
		display: inline-block !important;
	}
	.spNoneImg {
		display: none !important;
	}
	.wrap {
		min-width: 100%;
		padding-bottom: 32vw;
	}
	.mainArea {
		margin-bottom: 16vw;
	}
	.mainArea > .inner01 {
		height: auto;
		background: none;
	}
	.mainArea > .inner01 .image01 {
		position: inherit;
		top: inherit;
		left: inherit;
		transform: none;
	}
	.mainArea > .inner01 .image01 img {
		min-width: 100%;
	}
	.mainArea > .inner02 {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		background: #0555a6;
		color: #fff;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		border-top: 3px solid #3777b8;
		border-bottom: 3px solid #3777b8;
		padding: 12px 10px 13px;
	}
	.mainArea > .inner02 p {
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}
	.mainArea > .inner02 p + p {
		margin-left: 0;
		margin-top: 5px;
	}
	.mainArea > .inner02 .text01 {
		width: 100%;
	}
	.mainArea > .inner02 .text01 img {
		width: 49.6vw;
		margin-left: auto;
		margin-right: auto;
	}
	.heading01 {
		max-width: 100%;
		padding: 0 34.4vw;
		background: url("../img/bg_index01_sp.png") no-repeat 4vw 50% / 30.53vw, url("../img/bg_index02_sp.png") no-repeat calc(100% - 3.73vw) 50% / 30.53vw;
		margin-bottom: 8vw;
	}
	.brandList {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 12vw;
		padding-right: 12vw;
		margin-bottom: 16vw;
		display: flex;
		flex-wrap: wrap;
	}
	.brandList .item01 {
		width: 100%;
		margin: 0 0 5.33vw 0;
		background: #0555a6;
		position: relative;
		transition: .3s;
	}
	.brandList .item01:hover {
		background: #0555a6;
	}
	.brandList .item01::before {
		bottom: 3px;
		right: 3px;
		border-width: 0 0 10px 10px;
	}
	.brandList .item01:hover a > .img {
		border: 1px solid #dbe9f7;
	}
	.brandList .item01 a > .textWrap {
		padding: 7px 7px 5px;
	}
	.brandList .item01:hover a > .textWrap {
		background: #0555a6;
	}
	.brandList .item01 a > .textWrap p {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}
	.box01 {
		max-width: 92%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 20px;
		background: #fff;
		border: 3px solid #0052a4;
		padding-bottom: 4vw;
		margin-bottom: 0;
	}
	.modalWrap01 .box01 {
		margin-bottom: 0;
	}
	.box01 .hdg01 {
		font-size: 20px;
		line-height: 1.5;
		padding: 15px 20px 11px;
		margin-bottom: 13px;
		border-radius: 17px 17px 0 0;
	}
	.box01 .hdg02 {
		color: #fff;
		background: #0052a4;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.35;
		padding: 17px 20px 16px;
		margin-bottom: 14px;
		border-radius: 17px 17px 0 0;
		height: 114px;
	}
	.box01 .text01 {
		font-size: 16px;
		line-height: 1.75;
		padding: 12px 14px;
		text-align: left;
	}
	.box01 .text02 {
		font-size: 16px;
		line-height: 1.75;
		padding: 8px 14px 8px;
		text-align: left;
	}
	.box01 .text02.color01 {
		color: #ff6666;
	}
	.box01 .text01 + .btn01 {
		margin-top: 9px;
	}
	.box01 .text02 + .btn01 {
		margin-top: 24px;
	}
	.box_tomicatom {
		max-width: 92%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
	}
	.btn01 > .btnInner01 {
		min-width: auto;
		width: 91.2%;
		margin-left: auto;
		margin-right: auto;
		padding: 18px 20px 17px;
	}
	.btn01 > .btnInner01::before {
		bottom: 3px;
		right: 3px;
		border-width: 0 0 10px 10px;
	}
	.btn01 > .btnInner01:hover {
		background-color: #0555a6;
	}
	.btn01 > .btnInner01 > span {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2;
	}
	.modalWrap01 {
		padding: 20px 0;
		height: calc(100vh -40px);
	}
	.closeBtn01 {
		position: absolute;
		top: -15px;
		right: -15px;
		width: 40px;
		height: 40px;
		border: 3px solid #0052a4;
	}
	.closeBtn01:hover {
		background: #fff;
		border: 3px solid #0052a4;
	}
	.closeBtn01::before, .closeBtn01::after {
		right: 6px;
		width: 22px;
		height: 3px;
		background: #0052a4;
		margin-top: -1px;
	}
	.closeBtn01:hover::before, .closeBtn01:hover::after {
		background: #0052a4;
	}
}
@media screen and (max-width: 320px) {
	.mainArea > .inner02 {
		padding: 12px 10px 10px;
	}
	.mainArea > .inner02 p {
		font-size: 14px;
	}
}
.brandTitle {
	height: 240px;
	margin-bottom: 42px;
	position: relative;
}
.brandTitle > .inner01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	background-image: url("../img/brand/bg_index01_pc.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: -1;
}
.brandTitle .hdg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 458px;
}
.brandTitle .hdg img {
	width: 458px;
	height: auto;
}
.heading02 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background: url("../img/brand/bg_index02_pc.png") no-repeat 20px 50%, url("../img/brand/bg_index03_pc.png") no-repeat calc(100% - 20px) 50%;
	min-height: 109px;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.heading02 .logo {
	width: 100%;
	margin-bottom: 8px;
}
.heading02 .logo img {
	width: 200px;
}
.heading02 .text {
	color: #0052a4;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 0 #fff, 4px 4px 0 #cceaf5;
}
.lead01 {
	font-size: 16px;
	line-height: 1.7;
}
.lead02 {
	font-size: 20px;
	line-height: 1.7;
}
.productsList {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 32px auto 17px;
	display: flex;
	flex-wrap: wrap;
}
.productsList .item01 {
	width: 31.66%;
	margin: 0 2.5% 36px 0;
	position: relative;
	transition: .3s;
}
.productsList .item01:nth-of-type(3n + 3) {
	margin-right: 0;
}
.productsList .item01 a {
	color: #000;
	display: block;
}
.productsList .item01 .img {
	border: 1px solid #c1d8ef;
}
.productsList .item01 .img img {
	transition: .3s;
}
.productsList .item01 .textWrap {
	padding: 10px 0 0;
	text-align: left;
}
.productsList .item01 .textWrap p {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
}
.box02 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 2px solid #f2f2f2;
	border-radius: 20px;
	margin-bottom: 100px;
}
.box02 .hdg01 {
	background: #f2f2f2;
	font-size: 26px;
	font-weight: bold;
	padding: 13px 20px;
	border-radius: 15px 15px 0 0;
}
.box02 ul {
	display: flex;
	flex-wrap: wrap;
}
.box02 ul li {
	width: 33.33%;
	border-bottom: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
	text-align: left;
	padding: 1.2em 1.5em;
	font-size: 15px;
	word-break: break-all;
}
.box02 ul li:nth-child(3n + 3) {
	width: 33.34%;
	border-right: none;
}
.box02 ul li:nth-child(3n + 1):nth-last-child(-n + 3),
.box02 ul li:nth-child(3n + 1):nth-last-child(-n + 3) ~ li {
	border-bottom: none;
}
.box02 ul li a {
	color: #000;
}
.box03 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background: #dbe9f7;
	padding: 0 20px 0;
	margin-bottom: 100px;
}
.box03 .hdg01 {
	font-size: 26px;
	font-weight: bold;
	padding: 25px 20px 22px;
}
.box03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box03 ul li {
	width: 33.33%;
	padding: 0 1.2% 40px;
}
.box03 ul li a {
	display: block;
	background: #fff;
}
.modalWrap01 + .btn02 {
	margin-top: 100px;
}
.btn02 a {
	min-width: 350px;
	display: inline-block;
	background: #dbe9f7;
	border-radius: 38px;
	text-decoration: none;
}
.btn02 a span {
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 1.35em 0 1.35em 1.3em;
	position: relative;
}
.btn02 a span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 8px 8.5px 0;
	border-color: transparent #0052a4 transparent transparent;
	transform: translate(0, -50%);
}
.pagination {
	margin-bottom: 120px;
}
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagination ul li {
	margin: 0 7.5px;
}
.pagination ul li a {
	color: #000;
	font-size: 15px;
	width: 50px;
	height: 50px;
	background-color: #dbe9f7;
	vertical-align: top;
	text-decoration: none;
	transition: all .3s;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination ul li a:hover, .pagination ul li a:active {
	background-color: #0052a4;
	color: #fff
}
.pagination ul li .current_page {
	font-size: 15px;
	width: 50px;
	height: 50px;
	background-color: #0052a4;
	color: #fff;
	vertical-align: top;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination ul li .link_before, .pagination ul li .link_next {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.pagination ul li .link_before::before, .pagination ul li .link_before::after {
	content: '';
	position: absolute;
	top: calc(50% - 1.5px / 2);
	right: 54%;
	width: 8px;
	height: 1.5px;
	background: #000;
	border-radius: 100px;
	transform: rotate(210deg);
	transform-origin: calc(100% - 1.5px / 2) 50%;
	transition: .3s;
}
.pagination ul li .link_before::after {
	transform: rotate(-210deg);
}
.pagination ul li a.link_before:hover::before, .pagination ul li a.link_before:hover::after {
	background: #fff;
}
.pagination ul li .link_next::before, .pagination ul li .link_next::after {
	content: '';
	position: absolute;
	top: calc(50% - 1.5px / 2);
	right: 39%;
	width: 8px;
	height: 1.5px;
	background: #000;
	border-radius: 100px;
	transform: rotate(30deg);
	transform-origin: calc(100% - 1.5px / 2) 50%;
}
.pagination ul li .link_next::after {
	transform: rotate(-30deg);
}
.pagination ul li a.link_next:hover::before, .pagination ul li a.link_next:hover::after {
	background: #fff;
}
@media screen and (max-width: 1240px) {
	.box02, .box03 {
		max-width: 100%;
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.brandTitle {
		height: 53.33vw;
		margin-bottom: 61px;
	}
	.brandTitle > .inner01 {
		height: 53.33vw;
	}
	.brandTitle > .inner01 > .inner02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 53.33vw;
		background-image: url("../img/brand/bg_index01_sp.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		z-index: -1;
	}
	.brandTitle .hdg {
		width: 72.66vw;
		height: auto;
	}
	.brandTitle .hdg img {
		width: 100%;
	}
	.heading02 {
		max-width: 100%;
		padding-left: 4vw;
		padding-right: 4vw;
		background: url("../img/brand/bg_index02_sp.png") no-repeat 4vw 0.5vw / 27.5vw, url("../img/brand/bg_index03_sp.png") no-repeat calc(100% - 4vw) 0.5vw / 27.5vw;
		min-height: auto;
		margin-bottom: 6vw;
	}
	.heading02 .logo {
		width: 100%;
		min-height: 15.73vw;
		margin-right: 0;
		margin-bottom: 12px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.heading02 .logo img {
		width: 30vw;
	}
	.heading02 .text {
		font-size: 23px;
		line-height: 1.3;
		text-shadow: 0 2px 0 #fff, 0 4px 0 #cceaf5;
	}
	.lead01 {
		text-align: left;
		margin-left: 4vw;
		margin-right: 4vw;
	}
	.lead02 {
		text-align: left;
		margin-left: 4vw;
		margin-right: 4vw;
	}
	.movie{
		width: 100%;
		aspect-ratio: 16 / 9;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.movie iframe{
		width: 100%;
		height: 100%;
	}
	.productsList {
		max-width: 100%;
		padding-left: 12.13vw;
		padding-right: 12.13vw;
		margin: 6vw auto 5vw;
	}
	.productsList .item01 {
		width: 100%;
		margin: 0 0 10vw 0;
	}
	.productsList .item01 a {
		color: #000;
		display: block;
		text-decoration: underline;
	}
	.productsList .item01 .img {
		border: 1px solid #c1d8ef;
	}
	.productsList .item01 .img img {
		transition: .3s;
	}
	.productsList .item01 .textWrap {
		padding: 10px 0 0;
		text-align: left;
	}
	.productsList .item01 .textWrap p {
		color: #000;
		font-size: 15px;
		line-height: 1.7;
	}
	.box02 {
		max-width: 100%;
		border-radius: 10px;
		border: 3px solid #f2f2f2;
		margin-left: 4vw;
		margin-right: 4vw;
		margin-bottom: 26vw;
	}
	.box02 .hdg01 {
		font-size: 20px;
		padding: 15px 20px 13px;
		border-radius: 7px 7px 0 0;
	}
	.box02 ul li {
		width: 100%;
		padding: 1em 1em 0.8em;
		border-right: none;
	}
	.box02 ul li:nth-child(3n + 3) {
		width: 100%;
	}
	.box02 ul li:nth-child(3n + 1):nth-last-child(-n + 3),
	.box02 ul li:nth-child(3n + 1):nth-last-child(-n + 3) ~ li {
		border-bottom: 2px solid #f2f2f2;
	}
	.box02 ul li:last-child {
		border-bottom: none !important;
	}
	.box02 ul li a {
		text-decoration: underline;
	}
	.box03 {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
		padding: 0 4vw 6vw;
		margin-bottom: 26vw;
	}
	.box03 .hdg01 {
		font-size: 20px;
	}
	.box03 ul li {
		width: 60%;
		padding: 0 0 4vw;
	}
	.modalWrap01 + .btn02 {
		margin-top: 26vw;
	}
	.btn02 a {
		min-width: calc(100% - 8vw);
		margin-left: 4vw;
		margin-right: 4vw;
	}
	.btn02 a:hover {
		opacity: 1;
	}
	.btn02 a span {
		padding: 0.65em 0 0.55em 1.3em;
	}
	.pagination {
		margin-bottom: 32vw;
	}
	.pagination ul li {
		margin: 0 5.5px;
	}
	.pagination ul li a {
		width: 40px;
		height: 40px;
	}
	.pagination ul li a:hover, .pagination ul li a:active {
		background-color: #dbe9f7;
		color: #000
	}
	.pagination ul li .current_page {
		width: 40px;
		height: 40px;
	}
	.pagination ul li .link_before::before, .pagination ul li .link_before::after {
		top: calc(50% - 1px / 2);
		height: 1px;
		transform-origin: calc(100% - 1px / 2) 50%;
	}
	.pagination ul li .link_next::before, .pagination ul li .link_next::after {
		top: calc(50% - 1px / 2);
		height: 1px;
		transform-origin: calc(100% - 1px / 2) 50%;
	}
	.pagination ul li a.link_before:hover::before, .pagination ul li a.link_before:hover::after,
	.pagination ul li a.link_next:hover::before, .pagination ul li a.link_next:hover::after{
		background: #000;
	}
}

/* ジャンルから探すパーツ */
#box_genre {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 70px;
}

#box_genre .title01 {
	padding: 15px 30px;
	border-radius: 10px;
	background: url("/common/2021/img/common_bg01.jpg") repeat-y center top / 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
}

#box_genre .title01 > .font01 {
	font-size: 16px;
}

#box_genre .list01 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

#box_genre .list01 > li {
	margin-left: 2.5%;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 23%;
	border-bottom: #dfdfdf solid 1px;
}

#box_genre .list01 > li:nth-child(4n+1) {
	margin-left: 0;
}

#box_genre .list01 > li > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px;
	height: 100%;
	background-color: #fff;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	transition: all .3s;
	font-size: 16px;
	text-align: left;
	color: #333;
}

#box_genre .list01 > li > a:hover {
	background-color: #dbe9f7;
}

#box_genre .list01 > li > a > .icon01 {
	margin-right: 10px;
	width: 50px;
	height: 50px;
	border: #c1d8ef solid 1px;
	border-radius: 10px;
}

#box_genre .list01 > li > a > .text01 {
	width: calc(100% - 60px);
}

@media screen and (max-width: 767px) {
	
	#box_genre .title01 {
		padding: 15px 4.1%;
		font-size: 16px;
	}

	#box_genre .title01 > .font01 {
		font-size: 14px;
	}
	
	#box_genre .list01 {
		justify-content: space-between;
	}

	#box_genre .list01 > li {
		margin-left: 0;
		width: 47.8%;
	}

	#box_genre .list01 > li > a {
		font-size: 14px;
	}

	#box_genre .list01 > li > a:hover {
		background-color: #fff;
	}

	#box_genre .list01 > li > a > .icon01 {
		width: 26px;
		height: 26px;
	}

	#box_genre .list01 > li > a > .text01 {
		width: calc(100% - 36px);
	}
}