@charset "UTF-8";
/* CSS Document */

/*　ハンバーガーボタン　*/

.hamburger_top,.hamburger,.globalMenuSp,.sp_top_logo{
	display: none;
}
@media screen and (max-width: 768px){
.sp_top_logo{
    display: block;
    padding: 20px 0 10px;
    background-color: #000;
    text-align: center;
    opacity: 0.95;
}
.sp_top_logo img{
    max-width: 200px;
}
.globalMenuSp,.contact_line_sm,.sms_icon_sm {
	display: block;
}
.logo_sm{
	width: 120px;
	height: auto;
}
.hamburger_top{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 99;
}
.hamburger {
	display : block;
	position: fixed;
	right : 13px;
	top   : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: 0.5s all;
	-moz-transition   : 0.5s all;
	transition        : 0.5s all;
	z-index: 9999;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #999;
	transition: 1.0s;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
	-webkit-transform: rotate(720deg);
	transform: rotate(720deg);
}
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background-color: #ff59ab;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
	transition: 0.5s;
}
.hamburger.active span:nth-child(2) {
	top: 16px;
	background-color: #5689ff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
	opacity: 0;
}

nav.globalMenuSp {
	height: 100vh;
	position: fixed;
	z-index : 200;
	top  : 0;
	left : 101%;
	color: #fff;
	background-image: url( "../img/../img/top_slider_02.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
/*
	background-color: rgba(10,10,10,0.9);
*/
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	transition: 0.5s;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 12px 0;
	width: 75%;
	margin: 0 auto;
	border-bottom: 0.5px solid #444;
	transition: .4s all;
	background-color: rgba(10,10,10,0.8);
	border-radius: 10px;
}
/*nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}*/
nav.globalMenuSp ul li:hover{
	background-color: rgba(30,0,150,0.7);
}

nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	opacity: 0.98;
	left: 0;
	transition: 0.5s;
}
}/*max-width: 768px;}*/

@media screen and (max-width: 520px){
.sp_top_logo img{
    max-width: 120px;
}
}/*max-width: 520px;}*/

@media screen and (max-width: 414px){
	
}/*max-width: 414px;}*/

@media screen and (max-width: 375px){
	
}/*max-width: 375px;}*/

@media screen and (max-width: 320px){
	
}/*max-width: 320px;}*/