@charset "utf-8";
/*------------------------------------------------------------
	special01
------------------------------------------------------------*/
.mainBg {
	background: url(../img/special/bg01.jpg) no-repeat center center / cover;
}
.comBtn {
	position: relative;
	z-index: 5;
}
.title01 {
	margin-bottom: 25px !important;
}
.headLine01 {
	margin-bottom: 152px;
}
.content01 {
	width: 585px;
}
.slideBox {
    position: relative;
}
.photo01 {
	margin: -33px 0 20px;
    text-align: center;
}
.slideBox .arrowList li {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.slideBox .arrowList li:hover {
    opacity: 0.7;
}
.slideBox .arrowList .prev {
    left: -70px;
}
.slideBox .arrowList .next {
    right: -70px;
}
.comLinkList {
	margin-bottom: 190px;
	width: auto;
	justify-content: left;
}
.comLinkList li {
	margin-right: 30px;
	width: 267px;
}
.comLinkList li:nth-child(2n) {
	margin-right: 0;
}
.comLinkList li a {
	height: 150px;
	background: url(../img/special/bg01.png) no-repeat center center;
}
.comLinkList li:nth-child(2) a {
	color: #080d80;
	background-image: url(../img/special/bg01.png);
}
.popBox {
	padding: 20px 10px;
	box-sizing: border-box;
	background: transparent;
	width: 80vw;
	text-align: center;
	z-index: 9999;
	display: none;
	color: #fff;
}
.popBox .close {
	position: absolute;
	top: 10px;
	right: 0;
}
.popBox .photoBox {
	margin-bottom: 25px;
}
.popBox p {
	font-size: 1.6rem;
}
.popBox .fancybox-close-small {
	display: none;
}
.fancybox-navigation .fancybox-button div {
	display: none;
}
.fancybox-navigation .fancybox-button--arrow_left {
	margin: 0 !important;
	padding: 0 !important;
    left: 0 !important;
    background: url(../img/common/arrow_left.png) no-repeat right top !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
	margin: 0 !important;
	padding: 0 !important;
    right: 0 !important;
	background: url(../img/common/arrow_right.png) no-repeat left top !important;
}
@media all and (max-width: 639px) {
	.headLine01 {
		margin-bottom: 30px;
	}
	.content01 {
		width: auto;
	}
	.comLinkList {
		margin-bottom: 30px;
		width: auto;
		display: block;
	}
	.comLinkList li {
		margin-right: 0;
		width: auto;
	}
	.comLinkList li:nth-child(3n) {
		margin-right: 0;
	}
	.comLinkList li a {
		padding-bottom: 56.1797%;
		height: 0;
		background: url(../img/special/bg01.png) no-repeat center center / cover;
	}
	.comLinkList li:nth-child(2) a {
		color: #080d80;
		background-image: url(../img/special/bg01.png);
	}
.slideBox {
    margin-bottom: 30px;
    position: relative;
}
.photo01 {
    margin: 0 10px;
}
.slideBox .arrowList li {
    margin-top: -14px;
    width: 15px;
}
.slideBox .arrowList li:hover {
    opacity: 1;
}
.slideBox .arrowList .prev {
    left: -11px;
}
.slideBox .arrowList .next {
    right: -11px;
}
	.popBox {
		padding: 20px 10px;
	}
	.popBox .close {
		width: 30px;
	}
	.fancybox-navigation .fancybox-button--arrow_left {
		width: 30px !important;
		background: url(../img/common/arrow_left.png) no-repeat right top / 20px auto !important;
	}
	.fancybox-navigation .fancybox-button--arrow_right {
		width: 30px !important;
		background: url(../img/common/arrow_right.png) no-repeat left top / 20px auto !important;
	}
}