@media only screen and (max-width: 608px){
nav#menu span.fa.fa-bars {
left: 60px;
}
.header-text.btn {
height: auto;
white-space: inherit;
}
.hover-bg .hover-text {
padding: 15% 0;
}
}

@media only screen and (max-width: 460px){
h3 {
    font-size: 12px;
}
nav#menu span.fa.fa-bars {
left: 30px;
}
.content {
padding-top: 30%;
}
.hover-bg .hover-text {
padding: 20% 0;
}
#overview-video .overlay {
    padding: 30% 0px;
}
}
@media only screen and (max-width: 360px){
h1 {
    font-size: 36px;
}
h3 {
    font-size: 11px;
}
hover-bg .hover-text {
    padding: 25% 0px;
}
.pull-left,
.pull-right {
    float: none !important;
    text-align: center;
}
}
@media only screen and (max-width: 320px){
h1 {
    font-size: 30px;
}
hover-bg .hover-text {
    padding: 30% 0px;
	
	
}
	.info {
	margin-top: 180px;
}
}

@media only screen and (max-width: 768px){
.sp {
    display: block;
}
.pc {
    display: none;
}
	
	
.info {
	margin-top: 220px;
}
}

@media only screen and (min-width: 769px){
.sp {
    display: none;
}
.pc {
    display: block;
}
.info {
	margin-top: 450px;
}
}

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

	
.info {
	margin-top: 320px;
}
}


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

	.main_v_credit{padding: 10px 15px!important;}
	
}


@media screen and (max-width:768px) {
	.sp{display:inline-block;}
	.pc{display: none;}
}

@media screen and (min-width:768px) {
	.sp{display:none;}
	.pc{display: inline-block;}
}


@media screen and (max-width:399px) {
	.info_ctrl{margin-top: 230px;}
}

@media screen and (min-width:400px) {
	.info_ctrl{margin-top: 320px;}
}

/* 幅広メニュー用 */

.nav-ctrl{	
	opacity: 0;
}

.nav-ctrl.isActive {
  opacity: 1;
  transition: all 0.65s;
}

@media screen and (max-width: 480px) {
	
.bodytop {

}

.d480{
	display:none !important;
}

.v480{
	display:block !important;
}

.float480{
	float:none !important;
}

.text-narrow-480 {
    transform: scale(0.8, 1);
    transform-origin: top left;
}

.minifont{
		font-size: 8px!important;
	}	
	

.copy01{
		font-size: 22px!important;
	}	
	

.copy02{
		font-size: 14px!important;
	}	
	
.copy03{
		font-size: 18px!important;
	    margin-top:20px!important; 
	}	

	
	
}


