@charset "UTF-8";
/* CSS Document */

* {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6em;
	font-style: normal;
	min-height: 0%;
}

.sans,
.sans * {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}

.core {
	background-color: #101010;
	max-width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.mdCore {
	max-width: 865px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.nrCore {
	max-width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.vflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.colL {
	order: 1;
}

.colC {
	order: 2;
}

.colR {
	order: 3;
}

.anchor:before {
	content: '';
	display: block;
	padding-top: 173px;
	margin-top: -173px;
}

.borderBox {
	margin: 100px 0;
}

[class*="row-"] {
	padding: 60px 20px;
}

[class*="inRow-"]:nth-of-type(n+2) {
	margin-top: 40px;
}

.imgCap {
	font-size: 10px:;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
}

figure {
	position: relative;
}

figure figcaption {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 10px;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 0.5px #fff;
}

figure figcaption.wh {
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 0.5px #000, 0 0 1px #000;
}

figure figcaption.left {
	left: 10px;
	right: auto;
}

img {
	max-width: 100%;
}

img.wd {
	max-width: none;
	width: 100%;
}

.cnt {
	text-align: center;
}

.tit {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
	font-feature-settings: "palt"1;
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

a img {}

a:hover img {
	opacity: 0.8;
}

li.active a {
	pointer-events: none;
}

b {
	font-weight: bold;
}

sup {
	font-size: small;
}

/* fade-setting */
.fadeIn {
	transform: translate(0, 0);
}

.fadeInU {
	transform: translate(0, 40px);
}

.fadeInD {
	transform: translate(0, -40px);
}

.fadeInR {
	transform: translate(40px, 0);
}

.fadeInL {
	transform: translate(-40px, 0);
}

[class*="fadeIn"] {
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}

[class*="fadeIn"].on {
	opacity: 1;
	transform: translate(0, 0);
}

.zoomIn {
	transform: scale(1.2);
}

[class*="zoom"] {
	opacity: 0;
	transition: 1.2s ease-in-out 0.3s;
	-webkit-transition: 1.2s ease-in-out 0.3s;
	filter: blur(10px);
}

[class*="zoom"].on {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
}


[class*="row-"] .btnBox {}

.btnBox a {
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	max-width: 400px;
	width: 100%;
}

.btnBox .en {
	display: block;
	line-height: 1em;
	margin-top: 5px;
	font-size: small;
}

.main .btnBox a:hover {
	opacity: 0.8;
}

/* ===== header ===== */
.wrapper {

	padding-top: 85px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: #101010;
}

header .spHeader {
	align-items: center;
}

header .logoWrap {
	flex-basis: calc(100% - 300px);
	line-height: 1em;
}

header .logoWrap .logoBox a {
	display: block;
}

header .logoWrap .txtBox {
	flex-basis: calc(100% - 190px);
}

header .logoWrap .txtBox .hdTxt {
	font-size: 12px;
}

header .cvWrap {
	flex-basis: 260px;
}

.linkEntry a {
	text-align: center;
	background: #88222e;
	color: #fff;
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.linkEntry a:hover {
	opacity: 0.7;
}

.linkEntry a p {
	padding: 10px 15px;
	text-align: center;
	line-height: 1em;
}




/* ===== footer ===== */
.ftNav nav.core {

	padding: 10px 0;
	max-width: 1280px;
}

.ftNav nav ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.ftNav nav li {
	flex-basis: calc(100% / 5);
	position: relative;
}

.ftNav nav li a {
	display: block;
	font-size: 14px;
	padding: 7px;
	text-align: center;
}

.ftNav nav li:hover a,
.ftNav nav li.active a {
	background: rgba(255, 255, 255, 0.3);
}

.ftNav nav li.active a {
	pointer-events: none;
}

footer .copyright {
	background-color: #101010;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 10px;
	font-size: 12px;
}

footer .jumptop {
	background: rgba(85, 85, 85, 0.7);
	position: fixed;
	right: 15px;
	bottom: 50px;
	z-index: 1;
}

footer .jumptop a {
	font-size: 12px;

	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1em;
	font-weight: bold;
}


footer .linkList {

	max-width: 800px;
	margin: 40px auto;
}

footer .linkList ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .linkList li {
	text-align: center;
	display: block;
	margin: 0 20px;
}

footer .linkList a {
	display: inline-block;
}

footer .linkList li:nth-of-type(n+2) {

}



/* ===== main ===== */
/* .main{ padding: 80px 0 0;}
.linkBnrWrap{ margin: 60px auto;}
.linkBnrWrap ul{ flex-wrap: wrap;}
.linkBnrWrap li{ flex-basis: calc((100% - 20px)/2);}
.linkBnrWrap li:nth-of-type(n+3){ margin-top: 20px;}
.linkBnrWrap li a{ display: inline-block;}
.linkBnrWrap li.active a{ opacity: 0.7;}
.mainCapWrap { margin: 20px auto 80px;}
.mainCapWrap li,
.mainCapWrap p{ font-size: 10px; color: #000; line-height: 1.4em;} */


/* 下層ページ共通 */
/* .lower .mvWrap{ position: relative; background-repeat: no-repeat; background-position: 50% 100%; background-size: cover; height: 300px;}
.lower .mvWrap *{ color: #fff; text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 0.5px #000; text-align: left;}
.lower .mvWrap .mcWrap{ position: absolute; left: 15px; right: 15px; bottom: 40px;font-feature-settings: "palt" 1; -webkit-font-feature-settings: "palt"; letter-spacing: 0.05em;}
.lower .mvWrap .mcWrap .tit{ font-size: 55px; margin-bottom: 15px; line-height: 1em;}
.lower .mvWrap .mcWrap .txt{ font-size: 30px;}
.lower .mvWrap .imgCap{ position: absolute; bottom: 10px; right: 10px; font-size: 10px;}
.lower .main{ padding: 80px 0;}
.lower [class*="row-"]{ padding: 0; margin-bottom: 80px;}
.lower .titBar{ background: #A7998D; color: #fff; text-align: right; line-height: 1em; padding: 5px 15px; margin-bottom: 30px;} */

/* .btnWrap{}
.btnWrap .bnrRaijo{ display: inline-block;}
.btnWrap .bnrRaijo img{ background-image: url(../img/common/bnr_raijo.png); background-size: contain; background-repeat: no-repeat; background-position: 0 0; transition: all .3s; -webkit-transition: all .3s;}
.btnWrap .bnrRaijo:hover{ opacity: 1;}
.btnWrap .bnrRaijo:hover img{ background-image: url(../img/common/bnr_raijo_on.png);} */

/* .bnrList{ text-align: center; margin: 60px auto;}
.bnrList li:nth-of-type(n+2){ margin-top: 30px;}
.bnrList li.new,
.bnrList li.new2{ display: inline-block; line-height: 1em; position: relative; z-index: 1;}
.bnrList li.new:before{ content: ''; position: absolute; top: -20px; left: -20px; padding: 0 0 45px 89px; background: url(../img/common/icon_new_pk.png) no-repeat 0 0/ contain; z-index: 2;}
.bnrList li.new2:before{ content: ''; position: absolute; top: -20px; left: -20px; padding: 0 0 45px 89px; background: url(../img/common/icon_new_gd.png) no-repeat 0 0/ contain; z-index: 2;}
.bnrList li a{ display: inline-block;}
.bnrList li a:hover{ opacity: 0.8;} */


@media only screen and (min-width: 1600px) {
	.lower .mvWrap {
		height: 420px;
	}
}

@media only screen and (min-width: 1001px) {
	/*
	header .cvWrap li:nth-of-type(odd){ flex-basis: 40%;}
	header .cvWrap li:nth-of-type(even){ flex-basis: 60%;}
*/
}

@media only screen and (max-width: 1000px) {
	header .cvWrap li:nth-of-type(even) p .en {
		display: none !important;
	}
}

@media only screen and (max-width: 1210px) and (min-width: 768px) {

	header .navWrap nav li a {
		font-size: 1.4vw;
		padding: 10px 1em;
	}

	.ftNav nav li {
		flex-basis: auto;
	}

	.ftNav nav li a {
		font-size: 1.4vw;
		padding: 7px 1.5em;
	}

	header .navWrap nav li:nth-of-type(3)::after {
		top: -1px;
		right: 2px;
	}

	.ftNav nav li:nth-of-type(3)::after {
		top: -3px;
		right: 0;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {


	/*
	header .cvWrap li:nth-of-type(odd){ flex-basis: 120px;}
	header .cvWrap li:nth-of-type(even){ flex-basis: 280px;}
	header .cvWrap li:nth-of-type(even) p{ display: inline-block}
*/
}

@media only screen and (min-width: 768px) {
	.spv {
		display: none;
	}

	.flexpc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}

	.vflexpc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.cntpc {
		text-align: center;
	}

	header {
		padding: 10px 15px;
	}

	header .logoWrap .logoBox {
		flex-basis: 175px;
		padding: 0 15px 0 0;
	}

	header .cvWrap {
		display: block !important;
	}

	.ftNav nav li:nth-of-type(n+2) {
		border-left: 1px solid #CBCBCB;
	}

	.telLink {
		pointer-events: none !important;
	}

	header .cvWrap li:nth-of-type(odd) {
		flex-basis: 40%;
	}

	header .cvWrap li:nth-of-type(even) {
		flex-basis: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.pcv {
		display: none;
	}

	.wrapper {
		padding: 30px 0 0;
	}

	.anchor:before {
		padding-top: 78px;
		margin-top: -78px;
	}

	header {
		position: static;
		padding: 0;
	}

	header .spHeader {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background: #101010;
		align-items: center;
		padding: 9px 7px 9px 15px;
	}

	header .logoWrap {
		flex-basis: 90px;
	}

	header .logoWrap img {
		max-height: 40px;
	}

	header .cvWrap {
		flex-basis: 180px;
	}

	header .cvWrap li a p {
		padding: 7px 10px;
	}

	header .cvWrap li a p span {
		font-size: 14px;
	}
	footer {

	}

	footer .copyright {
		padding: 10px;
		font-size: 10px;
	}

	footer .jumptop {
		right: 15px;
		bottom: 100px;
	}

	footer .jumptop a {
		width: 40px;
		height: 40px;
	}

	footer p {
		font-size: 14px;
	}
	
	footer .linkList {

		max-width: 800px;
		margin: 20px auto;
	}

	footer .linkList ul {
		display: block;
	}

	footer .linkList ul li {
		margin-bottom: 20px;
	}

	footer .linkList li:nth-of-type(even) {
		margin-left: 15px;
	}

	footer .linkList li:nth-of-type(n+3) {
	}

	[class*="inRow-"]:nth-of-type(n+2) {
		margin-top: 30px;
	}

	.linkBnrWrap {
		max-width: 420px;
	}

	.linkBnrWrap li:nth-of-type(n+2) {
		margin-top: 10px;
	}

	.lower [class*="row-"] {
		margin-bottom: 60px;
	}

	.lower .mvWrap {
		height: 235px;
	}

	.lower .mvWrap .mcWrap {
		bottom: 10px;
		left: 0;
		right: 4.5em;
	}

	.lower .mvWrap .mcWrap .tit {
		font-size: 43px;
		margin-bottom: 10px;
	}

	.lower .mvWrap .mcWrap .txt {
		font-size: 20px;
		line-height: 1.3em
	}

	.bnrList {
		margin: 40px auto;
		padding: 0 10px;
	}

	.bnrList li.new:before,
	.bnrList li.new2:before {
		top: -10px;
		left: -10px;
		padding: 0 0 20px 50px;
	}

	/* SP ONLY */
}

@media only screen and (max-width: 480px) {
	.main {
		padding: 40px 0;
	}

	footer .jumptop {
		right: 5px;
	}

	footer .jumptop a {
		width: 40px;
		height: 40px;
	}

	.routeBnr a:before {
		top: -12px;
		right: -15px;
		padding: 0 0 26px 45px;
	}

}

@media print {
	.pcv {
		display: none;
	}
}