* {
	margin: 0;
	padding: 0;
}
*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*メインビジュアル--------------------*/
#full {
	text-align: center;
}
.mv_pc {
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box__bg_photo {
	background-image: url(../img/full.jpg);
	background-size: cover;
	background-position: center;
	height: 700px;
}
#full .mv_sp{
	display: none;
}
@media only screen and (max-width: 750px) {
#full .mv_pc{
	display: none;
}
#full .mv_sp{
	display: block;
}
#full .mv_sp img{
	width: 100%;
}
}
/*----
---------------------------------------*/
.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header---------------- */
#top-head {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-top: 3px solid #9b0718;
	border-bottom: 1px solid #ccc;
	top: -100px;
	position: absolute;
	width: 100%;
	height: 71px;
	margin: 100px auto 0;
	padding: 15px 0 0;
	line-height: 1;
	z-index: 999;
	background-color: #fff;
}
#top-head a, #top-head {
	color: #000;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	width: 200px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 6px;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 16px;
}
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	bottom: -13px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #9b0718;
	bottom: -22px;
}
/* 固定ナビ -----------------------------------------------------------------------------------*/
#top-head.fixed {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-top: 3px solid #9b0718;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 8px;
	height: 63px;
	background: #fff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 16px;
}
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #9b0718;
	bottom: -22px;
}
/* ハンバーガー-------------------------------------------------------------*/
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 8px;
	width: 30px;
	height: 32px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle p {
	color: #9b0718;
	font-size: 9px;
	font-weight: 600;
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #9b0718;
	left: 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;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 980px) {
article {
	padding: 0 30px;
}
.inner {
	width: 100%;
	padding: 0 20px;
}
#global-nav ul li a {
	padding: 0 20px;
}
#top-head.fixed #global-nav ul li a {
	padding: 0 15px;
}
}

/*-------------------------------------------------*/
@media screen and (max-width:750px) {
#main-visual {
	height: 300px;
}
#top-head,  .inner {
	width: 100%;
	padding: 0 0px;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: #fff;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 65px;
	z-index: 999;
	position: relative;
}
#top-head .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
}
#top-head.fixed .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	position: absolute;
	top: -500px;
	background: #9b0718;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 13px;
}
#global-nav ul li {
	float: none;
	position: static;
	border-bottom: 1px solid #fff;
}
#global-nav ul li:after {
	display: none;
}
#top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
.open #nav-toggle p {
	color: #fff;
}
.open #nav-toggle span:nth-child(1) {
	top: 4px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 4px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
