
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	
	/* ============================================================
 	main_wrap
	==============================================================*/
    
    .cover{
		width:100%;
		height:100vh;
		left:0;
		top:0;
		background:#fff;
		position:absolute;
		z-index:20;
		transition: all 1.5s cubic-bezier(0, 0, 0, 0) 0.25s;
	}
	.cover_act{
		opacity:0
	}
    
	#main_wrap{
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
		background:url("../img/mv_bg_sp.jpg") no-repeat center;
		background-size: cover;
	}
	
	#main_wrap .txt_wrap{
		width: 70vw;
		max-width: 400px;
		position: absolute;
		top: 47%;
		left: 50%;
		transform:translate(-50%, -50%);
		z-index: 30;
	}

	#main_wrap h1{
		line-height: 0;
	}

	
	/* ============================================================
 	Modal CSS
	==============================================================*/
	
	#modal_win {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0);
		width: 100vw;
		height: 100vh;
		z-index: 10000;
		display: none;
		cursor: pointer;
	}

	#modal_win .m_n_wrap {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	#modal_win .m_n_box {
		position: absolute;
		top: 40%;
		left: 50%;
		transform:translate(-50%, -50%);
		opacity:0;
		width:94vw;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#modal_win iframe{
		width:calc(94vw);
		height:calc(94vw*315/560);
	}


	#modal_win .m_n_box_act{
		opacity:1;
		transform:translate(-50%, -50%);
	}
    
    #modal_win .youtube_wrap{
		line-height:0;
	}
	
	#modal_win p{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 0 0 26px;
		text-align:center;
		color:#fff;
		position: relative;
		font-feature-settings: 'palt';
	}
	
	#modal_win ul > li{
		position:fixed;
		bottom:20px;
		left: 50%;
		transform:translate(-50%, -50%);
	}
	#modal_win a.xClose{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
		font-size: 1.5rem;
		text-align:center;
		color:#fff;
		position: relative;
	}

	#modal_win a.xClose span{
		display:block;
		width:50px;
		line-height:0;
		border-radius:50%;
		border:2px solid #fff;
	}

	/* ============================================================
 	sec01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 190px 0 120px;
		position:relative;
		overflow:hidden;
	}

	#sec01:before{
		content: "";
		display: block;
		width: 88vw;
		height: 77%;
		background:#fdeeea;
		border-radius: 0 20px 20px 0;
		position: absolute;
		top: 140px;
		left: 0;
	}
	
	#sec01 .wrapper{
		position: relative;
	}

	#sec01 .eng_txt{
		display:block;
		width: 70vw;
		position:absolute;
		top: -120px;
		right: 6%;
	}

	#sec01 .movie_txt{
		display:block;
		width: 130px;
		box-sizing:border-box;
		background:#fff;
		border:1px solid #000;
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		line-height:1;
		padding: 6px 0 6px 54px;
		position:relative;
	}

	#sec01 .movie_txt span{
		display:block;
		background:#000;
		color:#fff;
		position:absolute;
		left:0;
		top:0;
		padding: 6px 10px 6px 8px;
	}

	#sec01 .txt_box{
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.8rem;
		line-height:1.4;
		color: #000;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		padding:10px 0 20px;
	}

	#sec01 .body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color:#000;
		line-height:1.6;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
	}

	#sec01 ul{
		padding: 10px 0 30px;
	}

	#sec01 ul a{
		width:88vw;
		display:block;
		overflow:hidden;
		border-radius:20px;
		position:relative;
	}

	#sec01 ul a .img_box{
		line-height:0;
	}

	#sec01 ul a .play_wrap{
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
	}

	#sec01 ul a .img_play{
		line-height:0;
		width: 70px;
		height: 70px;
		background:#fff;
		border-radius:50%;
		border: 2px solid #000000;
		animation: fade_loop 1.5s infinite cubic-bezier(0.13, 0.38, 0.43, 0.99);
	}

	#sec01 ul a .play_wrap p{
		font-family: 'Barlow', sans-serif;
		font-weight: 700;
		font-size: 1.8rem;
		color: #fff;
		letter-spacing: 0.2rem;
		text-align: center;
	}


	/* ============================================================
 	sec02
	==============================================================*/


	#sec02{
		width: 100%;
		padding: 190px 0 180px;
		position:relative;
		overflow:hidden;
	}

	#sec02:before{
		content: "";
		display: block;
		width: 88vw;
		height: 71%;
		background:#ebf5f2;
		border-radius: 20px 0 0 20px;
		position: absolute;
		top: 140px;
		right: 0;
	}
	
	#sec02 .wrapper{
		position: relative;
	}

	#sec02 .eng_txt{
		display:block;
		width: 70vw;
		position:absolute;
		top: -143px;
		right: 5%;
	}

	#sec02 .movie_txt{
		display:block;
		width: 130px;
		box-sizing:border-box;
		background:#fff;
		border:1px solid #000;
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		line-height:1;
		padding: 6px 0 6px 54px;
		position:relative;
	}

	#sec02 .movie_txt span{
		display:block;
		background:#000;
		color:#fff;
		position:absolute;
		left:0;
		top:0;
		padding: 6px 10px 6px 8px;
	}

	#sec02 .txt_box{
	}
	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.8rem;
		line-height:1.4;
		color: #000;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		padding:10px 0 20px;
	}

	#sec02 .body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		color:#000;
		line-height:1.6;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
	}

	#sec02 ul{
		padding: 10px 0 30px;
	}

	#sec02 ul a{
		width:88vw;
		display:block;
		overflow:hidden;
		border-radius:20px;
		position:relative;
	}

	#sec02 ul a .img_box{
		line-height:0;
	}

	#sec02 ul a .play_wrap{
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
	}

	#sec02 ul a .img_play{
		line-height:0;
		width: 70px;
		height: 70px;
		background:#fff;
		border-radius:50%;
		border: 2px solid #000000;
		animation: fade_loop 1.5s infinite cubic-bezier(0.13, 0.38, 0.43, 0.99);
	}

	#sec02 ul a .play_wrap p{
		font-family: 'Barlow', sans-serif;
		font-weight: 700;
		font-size: 1.8rem;
		color: #000;
		letter-spacing: 0.2rem;
		text-align: center;
	}

	/* ============================================================
 	section other
	==============================================================*/

	#sec_other{
		width: 100%;
		padding: 60px 0 80px;
		background:#c9d3d6;
	}
	
	#sec_other .wrapper{
	padding: 0 8%;
	}
	
	#sec_other h2{
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 2.5rem;
		color: #000000;
		margin: 0 auto 38px;
		display:block;
		text-align: center;
		position: relative;
		padding: 0 8px 8px 8px;
		letter-spacing: 0.03em;
	}

	#sec_other h2 span{
		font-weight: 800;
	}

	#sec_other h2:before{
		content: '';
		display: block;
		width: 100%;
		height: 3px;
		background: #000000;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#sec_other h2:after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #000000;
		position: absolute;
		bottom: -4px;
		left: 0;
	}
	

	#sec_other ul{
		position:relative;
		padding: 0 0 30px;
	}

	#sec_other ul:before{
		content: '';
		display: block;
		width: 100%;
		height: 3px;
		background: #000000;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#sec_other ul:after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #000000;
		position: absolute;
		bottom: -4px;
		left: 0;
	}

	#sec_other ul li{
		margin: 0 0 16px 0;
	}

	#sec_other ul li a{
		display: block;
		position: relative;
		height: 100%;
		border-radius: 10px;
		overflow: hidden;
	}

	#sec_other .img_box_01 {
		line-height: 0;
	}

	#sec_other .img_box_02 {
		position: absolute;
		line-height: 0;
		top: 0;
		left: 0;
		width: 100%;
	}





	
	

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

