@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap');

/* ==================================================
FONT
================================================== */
html { font-size: 62.5%; overscroll-behavior: none; }

body,
#allWrap {
	font-family: dnp-shuei-mincho-pr6n,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #667883;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  overscroll-behavior: none;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/*
--- WEB FONTS ---
秀英明朝 Pr6N： https://fonts.adobe.com/fonts/dnp-shuei-mincho-pr6n
Alexa： https://fonts.adobe.com/fonts/alexa

■秀英明朝 Pr6N - L
font-family: dnp-shuei-mincho-pr6n,sans-serif;
font-weight: 400;
font-style: normal;

■秀英明朝 Pr6N - M
font-family: dnp-shuei-mincho-pr6n,sans-serif;
font-weight: 500;
font-style: normal;

■秀英明朝 Pr6N - B
font-family: dnp-shuei-mincho-pr6n,sans-serif;
font-weight: 600;
font-style: normal;

■Superior Title
font-family: superior-title, serif;
font-weight: 500;
font-style: normal;

■Vujahday Script
font-family: 'Vujahday Script', cursive;
font-weight: 400;
font-style: normal;
*/

.fontJp {
	font-family: dnp-shuei-mincho-pr6n,sans-serif;
	font-weight: 400;
}

.fontEn {
	font-family: superior-title, serif;
	font-weight: 500 !important;
}

/* Regular */ .fw400 { font-weight: 400; }
/* Medium */ .fw500 { font-weight: 500; }
/* Bold */ .fw600 { font-weight: 600; }
/* Bold */ /*.fw700 { font-weight: 700; }*/

/* ==================================================
LINK
================================================== */
a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; color: inherit; }
a:active { text-decoration: none; color: inherit; }
:focus { outline: 0; }

a.txtLink:link { text-decoration: underline; color: inherit; }
a.txtLink:visited { text-decoration: underline; color: inherit; }
a.txtLink:hover { text-decoration: none; color: inherit; }
a.txtLink:active { text-decoration: none; color: inherit; }

a img { transition: all 0.4s ease-out 0s; }
a:hover img { opacity: 0.6; }

/* ==================================================
VIEW SWITCH
================================================== */

/* View Switch
------------------------------ */
@media screen and (min-width: 901px) {
	.spOnly { display: none !important; }
}

@media screen and (max-width: 900px) {
	.pcOnly { display: none !important; }
}


/* ==================================================
PAGE BASE
================================================== */
body {
	background-color: #fff;
}

#allWrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
	width: 100%;
	min-width: 320px;
}

#allWrap::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1) url("../img/bg_pattern.png") repeat top center;
	z-index: -1;
}

#allWrap::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg.jpg") no-repeat top center;
	z-index: -2;
}

@media screen and (min-width: 2800px) {
	#allWrap::after {
		background: url("../img/bg.jpg") no-repeat top center;
		background-size: cover;
	}
}

@media screen and (min-height: 1800px) {
	#allWrap::after {
		background: url("../img/bg.jpg") no-repeat top center;
		background-size: cover;
	}
}

@media screen and (max-width: 640px) {
	#allWrap::after {
		background: url("../img/bg_sp.jpg") no-repeat top center;
		background-size: cover;
	}
}

#contentsWrap {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 3%;
}

#contentsBorder {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 80px 0 120px;
}

.topPage #contentsBorder {
	padding-bottom: 160px;
}

@media screen and (max-width: 900px) {
	#contentsBorder {
		padding: 60px 0 80px;
	}
	
	.topPage #contentsBorder {
		padding-bottom: 100px;
	}
}

img, svg { display: block;  margin: 0 auto; }

p {}

p:not(:last-child) { margin-bottom: 1.5em; }

i, em { display: inline-block; }


/* .areaTitle */
.areaTitle {
}

.areaTitle i {
	margin: 0 0.02em;
}


/* .btnBlock */
.btnBlock {
}

.btnBlock ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

.btnBlock ul li {
	width: calc(50% - 40px);
	margin: 0 20px;
}

@media screen and (max-width: 900px) {
	.btnBlock ul {
		display: block;
		max-width: 520px;
		margin: 0 auto;
	}
	
	.btnBlock ul li {
		width: 90%;
		margin: 20px auto 0;
	}

	.btnBlock ul li:first-child {
		margin-top: 0;
	}
}


/* .btnStyle */
.btnStyle {
	display: block;
	width: 100%;
	position: relative;
	background: #bfd7db;
	color: #fff;
	border-radius: 12px;
	overflow: hidden;
	padding: 10px 8px 40px;
	transition: all 0.4s ease-out 0s;
}

.topPage #scriptArea .btnStyle {
	border-radius: 6px;
}

.btnStyle:link { color: #fff; }
.btnStyle:hover { color: #fff; opacity: 0.8; }

.saturday .btnStyle,
.btnBlock ul li:nth-child(2) .btnStyle {
	background: #ead2de;
}

.sunday .btnStyle {
	background: #bfd7db;
}

.btnStyle .txt {
	color: #fff;
	font-family: 'Vujahday Script', cursive;
	font-weight: 400;
	font-size: 9.2rem;
	line-height: 1;
	letter-spacing: -0.05em;
}

.btnStyle .caption {
	position: absolute;
	border-radius: 0px 0px 6px 6px;
	background: #536e7e;
	height: 36px;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 8px 8px 0;
}

@media screen and (max-width: 900px) {
	.btnStyle {
		padding: 10px 8px 40px;
	}
	
	.btnStyle .txt {
		font-size: 6.2rem;
	}
	
	.btnStyle .caption {
		height: 36px;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 1.6rem;
	}
}


/* .borderBox */
.borderBox {
	background-color: rgba(255,255,255,0.8);
	border-radius: 12px;
	padding: 40px 60px;
}

.borderBox.bottom {
	border-radius: 0 0 12px 12px;
}

.borderBox + .btnBlock {
	margin-top: 80px;
}

@media screen and (max-width: 900px) {
	.borderBox {
		padding: 30px 4%;
	}
}


/* .areaTitle */
.areaTitle {
	background-color: rgba(255,255,255,0.8);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	font-size: 4rem;
	line-height: 1;
	padding: 40px 3% 20px;
	margin-bottom: 4px;
}

.areaTitle span {
}

.areaTitle span i {
}

@media screen and (max-width: 900px) {
	.areaTitle {
		font-size: 2.6rem;
	}
}


/* ==================================================
GLOBAL NAVIGATION
================================================== */
#globalNav {
	position: fixed;
	z-index: 100;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 60px;
	max-width: 1200px;
	padding: 0 3%;
}

#globalNav ul {
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: row;
	height: 100%;
	margin: 0 12px;
}

#globalNav ul li {
	height: 100%;
	margin: 0 20px;
}

#globalNav ul li a {
	font-size: 2rem;
	display: block;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.3em 1em 0;
}

#globalNav ul li a:hover {
}

@media screen and (max-width: 900px) {
	#globalNav {
		top: 10px;
		height: 40px;
	}
	
	#globalNav ul {
		margin: 0 12px;
	}
	
	#globalNav ul li {
		margin: 0 8px;
	}
	
	#globalNav ul li a {
		font-size: 1.7rem;
		padding: 0.3em 0.5em 0;
	}
}


/* ==================================================
HEADER
================================================== */
#hdrWrap {
}

#hdrWrap .hdrMain {
	padding: 110px 0 0;
}

#hdrWrap .siteTitle {
	max-width: 800px;
	margin: 0 auto;
}

#hdrWrap .siteTitle img {
}

#hdrWrap .siteCopy {
	margin-top: 40px;
}

#hdrWrap .siteCopy p {
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 2;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.06);
}

#hdrWrap .siteCopy p i {
}

@media screen and (max-width: 900px) {
	#hdrWrap .hdrMain {
		padding: 70px 0 0;
	}

	#hdrWrap .siteTitle {
		max-width: 520px;
		width: 80%;
	}

	#hdrWrap .siteCopy {
		margin-top: 30px;
	}
	
	#hdrWrap .siteCopy p {
		font-size: 2rem;
		line-height: 1.6;
	}
}

@media screen and (max-width: 420px) {
	#hdrWrap .siteCopy p {
		font-size: 1.8rem;
	}
}


/* .subPage */
.subPage #hdrWrap {
}

.subPage #hdrWrap .hdrMain {
	padding: 60px 0 50px;
}

.subPage #hdrWrap .siteTitle {
	max-width: 540px;
}

.subPage #hdrWrap .siteTitle img {
}

@media screen and (max-width: 900px) {
	.subPage #hdrWrap .hdrMain {
		padding: 40px 0 30px;
	}

	.subPage #hdrWrap .siteTitle {
		max-width: 480px;
		width: 70%;
	}
}


/* ==================================================
CONTENTS COMMON
================================================== */
#mainCnt {
}

#mainCnt .area {
	padding: 120px 10px 0;
}


@media screen and (max-width: 900px) {
	#mainCnt .area {
		padding-top: 80px;
	}
}


/* ==================================================
FOOTER
================================================== */
#ftrAbove {
	padding: 60px 3%;
	margin: 0 auto;
	background-color: #fff;
}

/* PAGE TOP BUTTON
------------------------------ */
#pagetopBtn {
	margin: 0 auto;
}

#pagetopBtn a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}

#pagetopBtn a::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	right: 0;
	margin: 0 auto;
}

#pagetopBtn + #gigyaWrap {
	margin-top: 40px;
}

#ftrWrap {
	background-color: #000;
	padding: 40px 3%;
}

#ftrWrap .ftrInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#ftrWrap .logo {
	width: 160px;
	height: 20px;
}

#ftrWrap .logo a {
	display: block;
}

#ftrWrap .copyright {
	font-size: 1.2rem;
	color: #fff;
}

#ftrWrap .copyright b {
	display: inline-block;
	margin-right: 6px;
	font-size: 110%;
	transform: translateY(1px);
}

@media screen and (max-width: 900px) {
	#ftrWrap .ftrInner {
		display: block;
	}

	#ftrWrap .logo {
		width: 140px;
		margin: 0 auto 20px;
	}

	#ftrWrap .copyright {}
}


/* ==================================================
ANIMATION
================================================== */
#allWrap {
	will-change: animation;
	animation: accessFadein 1.2s linear 0.2s both;
}

@keyframes accessFadein {
	0% { opacity: 0; }
	30% { opacity: 0; }
	100% { opacity: 1; }
}


/*.topPage #hdrWrap .siteTitle {
	animation: hdrFadein 1.4s ease-out 0.6s both;
}

#hdrWrap .siteCopy {
	animation: hdrFadein 0.8s ease-out 1.2s both;
}

@keyframes hdrFadein {
	0% { opacity: 0; transform: scale(0.8); }
	100% { opacity: 1; transform: scale(1); }
}*/


/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ==================================================
OTHERS
================================================== */
.scrollto {}

/* clrfix */
.clrfix::before, .clrfix::after { display: table; content: ''; }
.clrfix::after { clear: both; }

.none { display: none; }
