﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}

/*=============================================
 * body
 *=============================================*/

body {
	font-family:
		"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
		"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 30px;
	background: #ffffff;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	color: #2b2828;
	font-weight: 500;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

@font-face {
	font-family: "FOT-Seurat Pro UB";
	src:
		url("../fonts/SeuratPro-UB-AlphaNum.woff2") format("woff2"),
		url("../fonts/SeuratPro-UB-AlphaNum.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.fnt-mincho {
	font-family:
		"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo,
		"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family:
		"メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka,
		"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family:
		"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
		"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-futu {
	font-family: "futura-pt", sans-serif;
}

.fnt-zen {
	font-family: "Zen Maru Gothic", sans-serif;
}
/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	// overflow: hidden;
}

#head-top {
	position: relative;
	overflow: hidden;
}
/*=============================================
 * <header>
 *=============================================*/

header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	position: sticky;
}

header .inner {
	position: relative;
	box-sizing: border-box;
	padding: 30px 30px 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 7px 5px rgb(0 0 0 / 5%);
	background: #fff;
}

header .logo {
	width: 320px;
	height: auto;
}

header .logo img {
	width: 100%;
	height: auto;
}

header .link ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .link ul li {
	margin-left: 35px;
}
header .link ul li a:hover,
header .link ul li span:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.7;
}
header .link > ul > li > a,
header .link > ul > li > span {
	position: relative;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 600;
}
header .link > ul > li > a::before,
header .link > ul > li > span::before {
	content: "";
	background: #0f98bb;
	width: 8px;
	height: 8px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	border-radius: 50vw;
}
header .link ul li.active > a {
	color: #0f98bb;
	font-weight: 700;
}
header .link ul li.active > a::before {
	background: #0f98bb;
	width: 10px;
	height: 10px;
}
header .link ul li.has-child {
	position: relative;
}
header .link ul li.has-child:hover ul {
	opacity: 1;
	visibility: visible;
}
header .link ul li.has-child > ul {
	position: absolute;
	left: 0;
	top: 25px;
	width: 140px;
	display: block;
	background: #f7f8f8;
	opacity: 0;
	visibility: hidden;
}
header .link ul li.has-child > ul > li {
	margin-left: 0;
}
header .link ul li.has-child > ul > li a {
	color: #0f98bb;
	padding: 5px 20px;
	display: block;
}
header .link ul li.has-child > ul > li a:hover {
	background: #fef1c5;
}
.menu-hambuger {
	display: none;
}

@media only screen and (max-width: 1023px) {
	header .inner {
		padding: 30px 20px 20px 30px;
	}
	header .link ul li {
		margin-left: 20px;
	}
	header .link ul li.sns {
		padding: 0;
	}
	.error404 footer {
		margin-top: 250px;
	}
}

.sp {
	display: none;
}
@media screen and (max-width: 991px) {
	header .logo {
		width: 350px;
	}
}
@media only screen and (max-width: 767px) {
	#keyvisual {
		z-index: 0;
	}
	.error404 footer {
		margin-top: 10px;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

	main {
		padding-top: 0;
	}

	// header {
	// 	position: fixed;
	// }

	// .ham-open header {
	// 	position: fixed;
	// }

	header .logo {
		width: 200px;
	}

	header .inner {
		padding: 20px 20px 20px !important;
		height: auto;
		width: 100%;
		box-sizing: border-box;
		display: block;
	}

	// .fixed-nav header .inner,
	// header.page-child .inner {
	// 	padding: 5px 20px 5px 20px !important;
	// }

	.ham-open header .inner {
		height: 100vh;
	}

	header.page-child .logo {
		width: 60px;
	}

	.menu-hambuger {
		position: absolute;
		top: 3px;
		right: 12px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 99999;
	}

	.menu-hambuger::before {
		font-size: 11px;
		color: #70c9da;
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 100%;
		text-align: center;
		content: "menu";
		transition: all 0.3s ease;
	}

	.menu-hambuger span {
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #70c9da;
		border-radius: 4px;
		left: 10px;
		transition: all 0.4s ease;
	}
	// .fixed-nav .menu-hambuger span,
	// header.page-child .menu-hambuger span {
	// 	background-color: #000;
	// }
	// .fixed-nav .menu-hambuger::before,
	// header.page-child .menu-hambuger::before {
	// 	color: #000;
	// }

	// .fixed-nav .menu-hambuger,
	// header.page-child .menu-hambuger {
	// 	top: 3px;
	// 	position: fixed;
	// }
	.menu-hambuger,
	.menu-hambuger span {
		display: inline-block;
	}
	.menu-hambuger span:nth-of-type(1) {
		top: 15px;
	}
	.menu-hambuger span:nth-of-type(2) {
		top: 24px;
	}
	.menu-hambuger span:nth-of-type(3) {
		bottom: 15px;
	}
	.ham-open .menu-hambuger span:nth-of-type(2) {
		opacity: 0;
	}

	.ham-open .menu-hambuger {
		position: fixed;
		top: 10px;
	}
	.ham-open .menu-hambuger span:nth-of-type(1) {
		top: 23px;
		transform: rotate(45deg);
		// background-color: #000;
	}
	.ham-open .menu-hambuger span:nth-of-type(3) {
		bottom: 25px;
		transform: rotate(-45deg);
		// background-color: #000;
	}

	.ham-open .menu-hambuger::before {
		// color: #000;
		content: "close";
	}

	header .link {
		background: #fff;
		position: fixed;
		width: 100%;
		height: 100vh;
		padding-bottom: 15%;
		z-index: 99;
		overflow: auto;
		top: 0px;
		left: 0;
		transition: opacity 0.3s ease;
		opacity: 0;
		z-index: -1;
		visibility: hidden;
	}

	.ham-open header .link {
		opacity: 1;
		z-index: 99;
		visibility: visible;
	}

	header .link ul {
		flex-wrap: wrap;
		padding: 95px 25px 120px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	header .link ul li {
		width: 47%;
		box-sizing: border-box;
		padding: 10px 0 5px !important;
		border-bottom: 1px solid #70c9da;
		border-right: none;
		margin: 0;
	}

	header .link ul li a {
		display: block;
		font-size: 15px;
		color: #000;
		padding: 0;
	}
	header .link ul li a span {
		display: block;
		font-size: 12px;
		color: #43403f;
	}

	header .link ul li.sns {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 20px;
		border: none;
	}

	header .link ul li.sns a {
		margin: 0 10px;
	}

	.ham-open header .link ul li.sns a img {
		opacity: 0;
		width: 30px;
		height: auto;
	}

	/* .ham-open header .link ul li.sns a:nth-child(1) {
		background: url(../img/shared/sns_fb.svg) no-repeat center;
		background-size: 100% auto;
	} */
	// .ham-open header .link ul li.sns a:nth-child(1) {
	// 	background: url(../img/shared/sns_ins.svg) no-repeat center;
	// 	background-size: 100% auto;
	// }
	// .ham-open header .link ul li.sns a:nth-child(2) {
	// 	background: url(../img/shared/sns_tw.svg) no-repeat center;
	// 	background-size: 100% auto;
	// }
	// .ham-open header .link ul li.sns a:nth-child(3) {
	// 	background: url(../img/shared/sns_ins.svg) no-repeat center;
	// 	background-size: 100% auto;
	// }

	// .ham-open .logo {
	// 	background: url(../img/shared/logo_nav.svg) no-repeat center;
	// 	background-size: cover;
	// 	width: 60px;
	// 	position: fixed;
	// 	top: 5px;
	// 	left: 20px;
	// 	z-index: 100;
	// }

	// .ham-open .logo img {
	// 	opacity: 0;
	// }

	header .link ul li a::before {
		display: none !important;
	}
}

.slick-dots {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	z-index: 99;
	position: absolute;
	bottom: 30px;
	right: 20px;
}

.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.slick-dots li button {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0);
	text-indent: -9999px;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background: #fff;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@keyframes bg {
	0% {
		background: #fff;
	}

	100% {
		background: #27b2bf;
	}
}

@-webkit-keyframes bg {
	0% {
		background: #fff;
	}

	100% {
		background: #27b2bf;
	}
}

@keyframes op {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes op {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*=============================================
 * <footer>
 *=============================================*/

footer {
	padding: 105px 0 200px;
	position: relative;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
}
footer .logo {
	width: 320px;
}
footer .logo img {
	width: 100%;
	height: auto;
}
footer .wrap {
	max-width: 1060px;
}
footer .row-ft {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
footer .row-ft .col-left {
	width: 420px;
}
footer .row-ft h3 {
	font-size: 20px;
	color: #0f98bb;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
}
footer .row-ft h3 span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 10px;
	margin-left: -10px;
}
footer .row-ft h3::after {
	content: "";
	background: #0f98bb;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
footer .row-ft .col-right {
	width: 515px;
}
footer .row-ft .col-right .desc-ft {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 7px;
}
footer .row-ft .col-right .info {
	font-size: 20px;
	font-weight: 600;
}
footer .row-ft .col-right p {
	font-size: 14px;
}

footer .btn-rule a {
	display: block;
	width: max-content;
	margin: 0 auto 20px;
	font-size: 15px;
	color: #0f98bb;
}

@media screen and (max-width: 1024px) {
	footer .row-ft {
		display: block;
		max-width: 515px;
		margin: 0 auto 50px;
	}
	footer .row-ft .col-left {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px){
	footer{
		padding: 80px 0 200px;
	}
}
@media screen and (max-width: 767px) {
	footer {
		padding: 50px 0 140px;
	}
	footer .ft-bot {
		font-size: 12.5px;
	}
	footer .row-ft {
		width: 100%;
		margin-bottom: 30px;
	}
	footer .row-ft .col-left {
		width: 100%;
	}
	footer .logo {
		width: 100%;
	}
	footer .row-ft .col-right {
		width: 100%;
	}
	footer .row-ft .col-right .desc-ft {
		font-size: 16px;
		line-height: 25px;
	}
	footer .row-ft .col-right .info {
		font-size: 16px;
	}
}
.page-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 60px;
}
.page-top img {
	width: 100%;
	height: auto;
}
.page-top:hover {
	opacity: 0.7;
	cursor: pointer;
}