@charset "UTF-8";

html,
body {
	height: 100%;

}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*ヘッダー*/
.logo {
	font-family: sans-serif;
	font-weight: normal;
}

#top-head {
	width: 100%;
	line-height: 1;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

#top-head.hide {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: .5s;
	transition: .5s;
}

.logo a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.inner {
	width: 100%;
	margin: 0 auto;
}

#top-head .logo {
	font-size: 20px;
	letter-spacing: 0.1em;
}

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	transition: top 0.65s ease-in;
	-webkit-transition: .5s;
	transition: .5s;
}

.sp_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#nav-toggle {
	width: 33px;
	height: 30px;
	cursor: pointer;
	z-index: 101;
}

.menu-trigger {
	position: relative;
	width: 28px;
	height: 23px;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	right: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 14px;
	width: 26px;
}

#nav-toggle span:nth-child(3) {
	top: 28px;
}

.sp_menu_tex {
	font-family: sans-serif;
	font-size: 1rem;
}

.rsv {
	color: #fff;
	text-align: center;
	background-color: #ff6801;
	padding: 6px 3px;
	border-radius: 3px;
	display: inline-block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1rem;
	box-sizing: border-box;
}

.rsv i {
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
}

/*クリックアニメーション*/

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(16px) rotate(-315deg);
	transform: translateY(16px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

#global-nav li a {
	color: #fff;
}

/*ヘッダー*/
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}

#mobile-head {
	width: 100%;
	height: 55px;
	z-index: 999;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

#top-head.fixed .logo,
#top-head .logo {
	padding-left: 3%;
	width: 68%;
}

.sp_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-right: 3%;
}

#nav-toggle {
	display: block;
}

.burger_btn_wrap {
	padding-right: 12px;
}

#global-nav {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	text-align: center;
	/*display: none;*/
}

#global-nav {
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100vh;
	text-align: center;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 0;
	padding-top: 240px;
}

#global-nav ul:before {
	position: absolute;
	content: '';
	display: block;
	background: url(../img/main_logo_mono-vertical.png) center no-repeat;
	background-size: contain;
	width: 265px;
	height: 129px;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
}

#global-nav li {
	line-height: 3.1em;
	font-size: 17px;
	font-family: sans-serif;
	line-height: 3.1em;
}

/* #global-nav スライドアニメーション */
.open #global-nav {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	height: 100vh;
}

/*戻るボタン*/
#page_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 6px;
	bottom: 0;
	background: #003461;
	opacity: 0.6;
	border-radius: 50%;
	z-index: 999;
}

#page_top a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#page_top a::before {
	content: '';
	background: url(../img/allow_triangle.png) no-repeat center;
	width: 16px;
	height: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/*========================374以下========================*/
@media (max-width: 374px) {
	#global-nav li {
		line-height: 2.8em;
	}
}

/*========================767以下========================*/
@media (max-width: 767px) {
	.pc {
		display: none;
	}
}

/*========================768以上========================*/
@media (min-width: 768px) {
	.sp {
		display: none;
	}

	/*ヘッダー*/
	#top-head {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}

	.logo {
		width: 10em;
	}

	/*ボタン*/
	.sp_btn {
		/*display: none;*/
	}

	#global-nav li:not(:first-child) {
		padding-left: 15px;
	}
}


/*========================768px以上1024px以下========================*/
@media (min-width: 768px) and (max-width: 1024px) {
	#global-nav {
		padding-top: 330px;
	}

	#global-nav ul:before {
		top: 188px;
		width: 215px;
		height: 104px;
	}

	#global-nav li {
		line-height: 3.8em;
	}

	#mobile-head {
		height: 55px;
	}
}

#top-head.fixed .logo,
#top-head .logo {
	width: 268px;
}

/*========================1024以上========================*/
@media (min-width: 1024px) {

	#top-head.fixed .logo,
	#top-head .logo {
		width: 368px;
	}

	#nav-toggle {
		width: 60px;
		height: 47px;
	}

	#nav-toggle span:nth-child(2) {
		width: 45px;
		top: 21px;
	}

	#nav-toggle span:nth-child(3) {
		top: 45px;
	}

	#mobile-head {
		height: 85px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(18px) rotate(-315deg);
		transform: translateY(18px) rotate(-315deg);
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-29px) rotate(315deg);
		transform: translateY(-29px) rotate(315deg);
	}

	#global-nav {
		padding-top: 267px;
	}

	#global-nav ul:before {
		width: 265px;
		height: 129px;
		top: 150px;
	}

	#global-nav li {
		font-size: 19px;
		line-height: 3.8em;
	}
}

/*========================1312以上========================*/
@media (min-width: 1312px) {
	#nav-toggle {
		width: 60px;
		height: 58px;
	}

	#top-head.fixed .logo,
	#top-head .logo {
		font-size: 24px;
	}

	#nav-toggle {
		width: 72px;
		height: 58px;
	}

	#nav-toggle span:nth-child(2) {
		width: 52px;
		top: 29px;
	}

	#nav-toggle span:nth-child(3) {
		top: 57px;
	}

	#mobile-head {
		height: 105px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(26px) rotate(-315deg);
		transform: translateY(26px) rotate(-315deg);
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-29px) rotate(315deg);
		transform: translateY(-29px) rotate(315deg);
	}

	#global-nav ul:before {
		width: 285px;
		height: 137px;
		top: 160px;
	}

	#global-nav li {
		font-size: 24px;
		line-height: 3.8em;
	}

	#global-nav {
		padding-top: 346px;
	}
}