@charset "UTF-8";

.inner {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */

#top-head {
//	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	padding: 0;
//	line-height: 1;
	z-index: 999;
	margin: 100px auto 0;
	background-color: #FFF;
	height: 150px;
}

#top-head p {
	margin: 0;
	padding: 0;
}

#top-head a,
#top-head {
	color: #333;
	text-decoration: none;
}

#top-head .inner {
	position: relative;
}

#top-head .logo {
//	float: left;
	font-size: 25px;
	text-align: center;
	line-height: 100px;
	height: 100px;
}

#top-head .logo img {
	height: 100px;
}

#global-nav {
	background: url(../images/black_75.png) repeat fixed;
	margin-top: 0;
}

#global-nav ul {
	list-style: none;
	position: absolute;
//	right: 0;
//	bottom: 0;
	font-size: 14px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 45px;
}

#global-nav ul li {
	float: left;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 14.28%;
}

#global-nav ul li a {
//	padding: 0 30px;
	display: block;
}

#global-nav ul li a:hover {
	color: #FFF;
}

/* Btn Hover ================ */

#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
//	right: -20px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	height: 45px;
}

#global-nav ul li:hover:after {
	background: #D03;
	right: 0px;
	bottom: 0px;
	z-index: -5;
}

/* Fixed =================== */

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
//	padding-top: 10px;
	height: 120px;
//	background: #fff;
//	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
//	font-size: 24px;
	line-height: 70px;
	height: 70px;
	font-size: 25px;
}

#top-head.fixed .logo img {
	height: 70px;
}

#top-head.fixed #global-nav {
	margin-top: 0;
}

#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
	display: block;
}

#top-head.fixed #global-nav ul li a:hover {
	color: #FFF;
}

/* Fixed Btn Hover ================ */

#top-head.fixed #global-nav ul li:after {
	bottom: -20px;
}

#top-head.fixed #global-nav ul li:hover:after {
	background: #D03;
	right: 0px;
	bottom: 0px;
}

/* Transition */

/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;

*/

/* Toggle Button ================ */

#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #555;
	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: 1024px) {

article {
	padding: 0 30px;
}

.inner {
	width: 100%;
	padding: 0;
}

#global-nav ul li a {
	padding: 0 20px;
	display: block;
}

#top-head.fixed #global-nav ul li a {
	padding: 0 15px;
	display: block;
}

}

@media screen and (max-width: 640px) {

#main-visual {
	height: 300px;
}

#top-head,
	.inner {
	width: 100%;
	padding: 0;
	background-color: #FFF;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 49px;
}

#top-head .logo img {
	width: 70%;
	height: auto;
	left: 0;
//	margin-top: auto;
//	margin-bottom: auto;
	position: fixed;
}

/* Fixed reset ================ */

#top-head.fixed {
	padding-top: 0;
	background: transparent;
}

#mobile-head {
//	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}

#top-head.fixed .logo,
	#top-head .logo {
	position: absolute;
//	left: 13px;
//	top: 13px;
	color: #333;
	font-size: 26px;
	text-align: center;
	line-height: 50px;
	height: 50px;
}

#top-head.fixed .logo img {
	width: 70%;
	height: auto;
	margin-bottom: auto;
	margin-top: auto;
	position: fixed;
	left: 0;
}

#top-head.fixed #global-nav {
	margin-top: 0;
}

#global-nav {
	position: absolute;
	background: url(../images/black_75.png) repeat;

/*

開いてないときは画面外に配置 */
	top: -1000px;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin: 0;
	line-height: 50px;
	padding: 0;
}

#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#global-nav ul li {
	float: none;
	position: static;
//	background-color: #555;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 100%;
}

#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: 5px 0;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}

#nav-toggle {
	display: block;
}

/* #nav-toggle 切り替えアニメーション */

.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-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: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */

.open #global-nav {
	/

* #global-nav top + #mobile-head height */
		-moz-transform: translateY(1056px);
	-webkit-transform: translateY(1056px);
	transform: translateY(1056px);
}

.btn_youtube a {
	display: block;
	background: url(../images/btn_youtube_min.png) no-repeat center top;
	line-height: 35px;
}

.btn_youtube a:hover {
	display: block;
	background: url(../images/btn_youtube_min.png) no-repeat center bottom;
	line-height: 35px;
}

/* @group SNS_min */

.mbtn {
	background-color: rgba(255,255,255,0.8);
	padding: 0;
	width: 100%;
	height: 70px;
	display: table;
	margin: 0 0 0 0;
	position: absolute;
	left: 0;
}

.mbtn p {
	font-weight: bold;
	font-style: italic;
	position: relative;
	width: 280px;
	padding: 0;
	margin: 0 auto;
}

span.mbtn_1 a {
	background: url(../images/mbtn_sns_FB.png) center top;
	width: 30px;
	height: 30px;
	margin: 20px;
	padding: 0;
	display: block;
	text-align: center;
	float: left;
}

span.mbtn_2 a {
	background: url(../images/mbtn_sns_TW.png) center top;
	width: 30px;
	height: 30px;
	margin: 20px;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
}

span.mbtn_3 a {
	background: url(../images/mbtn_sns_INSTA.png) center top;
	width: 30px;
	height: 30px;
	margin: 20px;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
}

span.mbtn_4 a {
	background: url(../images/mbtn_sns_LINE.png) center top;
	width: 30px;
	height: 30px;
	margin: 20px;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
}

/* @end */


}

@media screen and (min-width: 0px) and (max-device-width: 320px) {

#top-head .logo img {
	left: 0;
//	margin-top: 8px;
//	margin-bottom: auto;
	position: fixed;
	width: auto;
	height: 40px;
}

#top-head.fixed .logo img {
	width: auto;
//	margin-bottom: auto;
//	margin-top: 8px;
	position: fixed;
	left: 0;
	height: 40px;
}

}

/* @group SNS */

.mbtn {
	min-width: 130px;
	height: 30px;
	position: absolute;
	margin: 0 0 0 0;
//	margin: 7.5px 5px 0 7px;
	display: table;
	right: 0;
}

.mbtn p {
	padding: 0;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mbtn_1 a {
	background: url(../images/mbtn_sns_FB.png) center top;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
}

.mbtn_1 a:hover {
	background: url(../images/mbtn_sns_FB.png) center bottom;
}

.mbtn_2 a {
	background: url(../images/mbtn_sns_TW.png) center top;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
}

.mbtn_2 a:hover {
	background: url(../images/mbtn_sns_TW.png) center bottom;
}

.mbtn_3 a {
	background: url(../images/mbtn_sns_INSTA.png) center top;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
}

.mbtn_3 a:hover {
	background: url(../images/mbtn_sns_INSTA.png) center bottom;
}

.mbtn_4 a {
	background: url(../images/mbtn_sns_LINE.png) center top;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
}

.mbtn_4 a:hover {
	background: url(../images/mbtn_sns_LINE.png) center bottom;
}

/* @end */

