@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
#pc------------------------------------------- {
}
main .snav ul li:nth-of-type(4) a {
	background-color: #005DA5;
	color: #fff;
	transition: 0.3s;
}





#movie .box {
	width: 52.711vw;       /* 720px */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#movie .box iframe {
	width: 100%;
	height: 29.648vw;      /* 405px */
}
#movie .box h2 {
	font-size: 1.465vw;    /* 20px */
	margin-top: 1.465vw;   /* 20px */
	margin-bottom: 1.465vw; /* 20px */
}
#movie .box p {
	font-size: 1.098vw;    /* 15px */
}
#movie .inner {
	background-color: #CFDEEC;
	margin-top: 5.857vw;   /* 80px */
	margin-bottom: 5.857vw; /* 80px */
	padding-top: 5.857vw;  /* 80px */
	padding-bottom: 5.857vw; /* 80px */
}

}




/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main .snav ul li:nth-of-type(4) a {
	background-color: #005DA5;
	color: #fff;
	transition: 0.3s;
}




#movie .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#movie .box iframe {
	width: 100%;
	height: 55vw;
}
#movie .box h2 {
	font-size: 5vw;
	margin-top: 3vw;
	margin-bottom: 2vw;
}
#movie .box p {
}
#movie .inner {
	background-color: #CFDEEC;
	margin-top: 10vw;
	margin-bottom: 10vw;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}