@charset "utf-8";
/* スマホメニュー */
@media(max-width:959px) and (min-width: 320px){
#header .sp_menu{
	display: block;
	z-index:9999;
	position:relative;
}
.main {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    margin: 0 auto;
    vertical-align: top;
    text-align: center;
}
.para {
    padding: 0 0 20px 0
}

header {
    position: relative;
    border-bottom: 1px solid #fff;
}
.button-toggle {
    position: absolute;
    width: 28px;
    height: 28px;
    margin: 10px;
    color: #333;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background: #000;
    font-size: 90%;
    border: 1px solid #000;
}


.menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #ff9f00;
    color: #000;
    overflow: hidden;
	padding-top:10px;
	padding-bottom:40px;
	text-align:center;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 8888;
  display: none;
}

.menu li a{
    color: #fff;
    display: block;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    margin: 0 35px 0 60px;
    text-align: left;
    text-decoration: none;
}
.menu li.btn a{
    margin: 0 35px 0 35px;
	border: 1px solid #fff;
	border-radius: 25px;
	text-align: center;
    height: 50px;
    line-height: 50px;
}

.menu li:nth-child(1),
.menu li:nth-child(2),
.menu li:nth-child(3),
.menu li:nth-child(4),
.menu li:nth-child(5),
.menu li:nth-child(6),
.menu li:nth-child(7){
background: url(../img/sp/nav_ico01.png) no-repeat 38px 13px;
background-size: 15px auto;
}

.menu li:nth-child(8){
background: url(../img/sp/nav_ico02.png) no-repeat 29% 19px;
background-size: 15px auto;
}

.menu li:nth-child(9){
background: url(../img/sp/nav_ico03.png) no-repeat 35% 19px;
background-size: 15px auto;
}

.menu li:nth-child(10){
background: url(../img/sp/nav_ico04.png) no-repeat 21% 19px;
background-size: 15px auto;
}


.menu li.btn{
margin-top: 16px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 26px;
	position:absolute;
	right:9px;
	top:12px;
	z-index:9999;
}

.sub .menu-trigger {
	position: relative;
	width: 30px;
	height: 26px;
	position:absolute;
	right:9px;
	top:9px;
	z-index:9999;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #ff9f00;
	border-radius: 4px;
}

.active {
    color: #fff;
	position: fixed !important;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	color:#fff;
	background-color: #fff;

}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
	color:#fff;
	background-color: #fff;

}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
	color:#fff;
	background-color: #fff;

}
}
