@charset "UTF-8";
/****************************************************
 mobile-wide
****************************************************/
@media screen and (max-width: 1400px) {
  /****************************************************
 header
****************************************************/


/****************************************************
 wide
****************************************************/
/****************************************************
 wide2
****************************************************/
@media screen and (max-width: 1024px) {


/****************************************************
 desktop
****************************************************/
@media screen and (max-width: 960px) {

/****************************************************
 desktop-fablet
****************************************************/
@media screen and (max-width: 1023px) {
 

/****************************************************
 tablet-fablet
****************************************************/
@media screen and (max-width: 959px) {
 /* スクール */	
	.right-cont iframe{
	height: 200px;
		width: 100%;
}

/****************************************************
 tablet
****************************************************/


/****************************************************
fablet
****************************************************/
/****************************************************
mobile
****************************************************/
@media screen and (max-width: 575px) {
  /****************************************************
ボタンデザイン
****************************************************/

.aw_flex{
	display:block;
}
	
/* マイページ */
	
.movie-details-sec1 .movie-details-wrap .common-btn a {
    padding: 1vw 2vw;
    text-align: left;
    font-size: 2.6vw;
	}
	
/* スクール */	
	.right-cont iframe{
	height: auto;
		width: auto;
}
	
	
#sp_menu .menu_wrapp .sp-menu-parent-wrap {
    width: 100%;
	-webkit-overflow-scrolling: auto;
  	overflow-scrolling: auto;
 	overflow-y: scroll;
}
	
	
/* ========================= */


	/* 改行 */
	
.aw_br_sp{
	display:block;
}
	
	}
