
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {

	.g_cv_btn a{
		display:block;
		background:rgb(0 0 0 / 90%);
		padding: 20px 0;
	}

	/* ============================================================
 	main_sec_wrap
	==============================================================*/
    
	#main_sec_wrap{
		width: 100%;
		height: 200px;
		position: relative;
		background: linear-gradient( to top,  #a59cc7 0%, #9b82b9 100% );
	}

	#main_sec_wrap .txt_wrap{
		position:absolute;
		left: 80px;
		top: 49%;
		transform: translate(0,-50%);
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 5.4rem;
		letter-spacing: -0.1rem;
		line-height: 1;
		color: #fff;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap h1 span{
		font-size: 2.0rem;
		font-weight: 400;
		display: block;
		/* background: #fff; */
		/* color: #8a77ab; */
		line-height: 1.4;
		letter-spacing:0.1rem;
		/* vertical-align: middle; */
		/* border-radius:4px; */
		padding: 0px 4px 3px;
		/* margin: 7px 0 0 12px; */
	}

	#main_sec_wrap span.eng_txt{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
		padding:0 0 5px;
		
	}
	

	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 100px 0 200px;
		position:relative;
	}

	#sec01 .wrapper{
		width: 1020px;
	}
	
	#sec01 h2{
		line-height: 0;
		border-radius: 60px 60px 0 0;
		overflow: hidden;
	}

	#sec01 p.body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
		line-height: 1.8;
		border-bottom:1px solid #000;
		text-align:center;
		color: #000;
		font-feature-settings: 'palt';
		padding: 80px 0 20px;
		margin: 0 0 50px;
	}

	

	#sec01 ul{
		display:flex;
		justify-content:space-between;
		padding:0 40px;
	}

	#sec01 ul li{
		width: 450px;
	}

	#sec01 ul li .coming_box{
		background: #d9d9d9;
		border-radius:20px;
		height:255px;
		box-sizing:border-box;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:center;
		color: #000000a3;
		padding: 110px 0 0;
		font-feature-settings: 'palt';
	}

	#sec01 ul h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:center;
		color: #000;
		font-feature-settings: 'palt';
		padding: 14px 0 4px;
		margin: 0 51px;
		border-bottom: 1px solid #000;
	}

	#sec01 ul h3 span{
		color: #dd245d;
	}


	#sec01 ul p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.4rem;
		line-height:1.6;
		color: #000;
		letter-spacing:0.1rem;
		text-align:center;
		font-feature-settings: 'palt';
	}

	#sec01 ul p span{
		font-size: 1.4rem;
	}

	#sec01 ul a{
		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:78px;
		height:78px;
		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;
	}

	#sec01 ul a .img_play {
		transition: all 0.4s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}
	
	#sec01 ul a:hover .img_play {
		transform: scale(1);
		background:#d65a80;
		border:2px solid #d65a80;
		animation: none;
	}

	#sec01 ul a{
		transition: all 0.6s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec01 ul a:hover{
		transform: scale(1.05);
	}

	#sec01 ul a .img_box{
		transition: all 0.6s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec01 ul a:hover .img_box{
		transform: scale(1.05);
	}
	
	/* ============================================================
 	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: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
		opacity:0;
		width: 70vw;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#modal_win iframe{
		display: block;
		width: calc(50vw);
		height: calc(50vw*315/560);
		margin: 0 auto;
		max-height:680px;
	}


	#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.8rem;
		line-height: 1.4;
		padding: 0 0 20px;
		text-align:center;
		color:#fff;
		position: relative;
		font-feature-settings: 'palt';
	}
	
	#modal_win ul > li{
		position:fixed;
		top: 20px;
		right: 20px;
	}
	#modal_win a.xClose{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 1.6rem;
		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;
	}

	#modal_win a.xClose span{
		transition: all 0.4s cubic-bezier(0.12, 0.74, 0.36, 1);
	}

	#modal_win a.xClose:hover span{
		transform: scale(1.1);
	}


	
	
}



