@media screen and (max-width: 1024px) {
 #header .header-content {
 width: 90%;
}
 .nav-toggle {
 display: block;
 top: 22px;
}
#header.fixed .nav-toggle {
 top: 14px;
}


 .navigation {
 position: fixed;
 background-color: #000;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 99999;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
 transition: opacity 0.5s, visibility 0s 0.5s;
}
 .navigation .primary-nav {
 position: relative;
 top: 45%;
 -moz-transform: translateY(-45%);
 -ms-transform: translateY(-45%);
 -webkit-transform: translateY(-45%);
 transform: translateY(-45%);
}
 .navigation li {
 display: block;
 margin-bottom: 20px;
 margin-left: 0;
}
 .navigation a {
 display: block;
 font-size: 14px;
 margin: 0;
 text-align: center;
}
 .navigation li ul,
 .navigation li span{
 	display: block;
 	opacity: 1;
 	width: 100%;
 	text-align: center;
 	top: auto;
 	position: relative;
 }
  .navigation li ul li,
 .navigation li span{
  	margin-bottom: 10px;
  }
   .navigation li span:before,
    .navigation li span:after{
    	content : " ";
    	width: 30px;
    	height: 1px;
    	background: #777;
    	display: inline-block;
    	margin : 0 10px 3px;

    }
    .navigation li:hover ul{
	opacity: 1;
	top:0;
	padding-top:0;
}
 .navigation li span{
 	width: auto;
 	color : #777;
	margin-left: 0;
 }

.navigation li:hover ul li{
	display: block; 
	white-space: nowrap;
	margin-left: 0;
	padding-bottom: 0;
}

#header.fixed .navigation li ul{
	padding-top:0;
	left : 0;

}
#header.fixed .navigation li ul li{
	background: none;
	width: 100%;
	text-indent:0;
}
#header.fixed .navigation li ul li a{
	padding-bottom: 0;
}


 .overview-video iframe {
 width:290px;
 height:163px;
}
 .flex-control-nav {
 bottom: 20px;
}
}






@media screen and (max-width: 768px) {
 #banner {
 text-align:center;
}

.banner {
	background-image:url('../images/lpbanner_sp.png');
	background-color: rgba(277,186,255,0.4);
	min-height: 750px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-btn {
    margin-top: 20px;
}


 .banner-text {
 padding-top: 30%;
}

 .banner-text h1 {
 margin-top:10px;
 font-size: 4.6rem;
 line-height:36px;
}

.banner-text h5 {
	font-size:2.6rem;
	margin-top:5px;
}

 .banner-text p {
 font-size: 18px;
}
.banner-img {
margin:auto;
}
 .banner-btn a {
 margin-bottom: 100px;
}

#overview {
text-align:center;
}
.overview-content p {
padding-right:0px;
}
#features {
text-align:center;
}
.features1-content {
 margin-top: 5%;
}
.left {
 text-align:center;
}
.middle {
 padding-left:0px;
 margin:auto;
 margin-top:5%;
 margin-bottom:5%;
}
.features2-content {
 margin-top:0px;
}
.features3 img {
 padding-left:0px;
}
 .footer .footer-col {
 margin-bottom: 50px;
}

/* ------------------------------------------------------------------------------
	LP
-------------------------------------------------------------------------------*/

    .pc { display: none !important; }
    .sp { display: block !important; }

.lp-table img {
	min-height:300px;
}


}
@media screen and (max-width: 640px) {
 #banner {
 text-align:center;
}


 .banner-text h1 {
 margin-top:10px;
 font-size: 3.5rem;
 line-height:36px;
}

.banner-text h5 {
	font-size:2.0rem;
	margin-top:5px;
}

 .banner-btn a {
 margin-bottom: 70px;
}
 .banner-text {
 padding-top: 35%;
}
.footer a {
 font-size:14px;
}
.footer .footer-share li {
 width: 35px;
 height: 35px;
 border-radius: 50%;
 padding: 7px 0;
 margin: 0 5px;
}
}
@media screen and (max-width: 480px) {
 #banner {
 text-align:center;
}
 .banner-text {
 padding-top: 45%;
}
 .banner-text h1 {
 margin-top:30px;
 font-size: 32px;
 line-height:36px;
}
 .banner-btn a {
 margin-bottom: 15px;
}
}
@media screen and (max-width: 320px) {
 .banner-text {
 padding-top: 55%;
}
.subscribe-form input[type=text] {
width:65%;
}
.subscribe-form input[type=submit] {
 width: 35%;
}
}
