
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {

	
	/* ============================================================
 	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_pc.jpg") no-repeat center;
		background-size: cover;
	}
	
	#main_wrap .txt_wrap{
		width: 24vw;
		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: 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{
		width: 70vw;
		height:calc(70vw*315/560);
		max-height:680px;
	}


	#modal_win .m_n_box_act{
		opacity:1;
		transform:translate(-50%, -50%);
	}
    
    #modal_win .youtube_wrap{
		line-height:0;
	}
	
	#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);
	}



	/* ============================================================
 	sec01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 220px 0 100px;
		position:relative;
		overflow:hidden;
	}

	#sec01:before{
		content: "";
		display: block;
		width:100vw;
		height:calc(100% - 140px);
		background:url("../img/sec_bg.gif");
		border-radius:40px;
		overflow:hidden;
		position: absolute;
		top: 140px;
		right:calc(50% - 500px);
	}
	
	#sec01 .wrapper{
		width: 1040px;
	}

	#sec01 .ttl_wrap{
		display:flex;
	}

	#sec01 .movie_txt{
		display:block;
		box-sizing:border-box;
		font-family: 'Barlow', sans-serif;
		font-weight: 200;
		font-size: 5.5rem;
		letter-spacing:0.1rem;
		color: #fff;
		line-height: 1.1;
		padding: 0 40px 0 0;
		border-right:1px solid #fff;
		position:relative;
	}

	#sec01 .movie_txt span{
		display: inline-block;
		color:#fff;
		font-size: 6.5rem;
		padding:0 0 0 10px;
	}

	#sec01 .txt_box{
		padding: 0 0 210px;
	}
	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 5.6rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
		letter-spacing:0.2rem;
		padding: 0 0 0 40px;
		margin: -4px 0 0;
	}

	#sec01 .body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.7rem;
		color: #fff;
		line-height:1.6;
		font-feature-settings: 'palt';
		letter-spacing: 0.2rem;
		padding: 20px 0 80px;
	}

	#sec01 ul{
		display:flex;
		gap:0 40px;
	}

	#sec01 ul li{
		width:246px;
	}

	#sec01 ul a{
		width: 100%;
		display:block;
		
		position:relative;
	}

	#sec01 ul a .img_time{
		width: 90px;
		position:absolute;
		top: 0;
		left: 50%;
		transform:translate(-50%, -50%);
		z-index:100;
	}

	#sec01 ul a .img_box{
		line-height:0;
		overflow:hidden;
		border-radius:30px;
		border:4px solid #fff;
	}

	#sec01 ul a .play_wrap{
		position:absolute;
		left:50%;
		top: 43%;
		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: #000;
		letter-spacing: 0.2rem;
		text-align: center;
	}

	#sec01 li:first-child .play_wrap p{
		color: #fff;
	}

	#sec01 ul a > p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.7rem;
		color: #000;
		letter-spacing: 0.1rem;
		padding:20px 0 0 10px;
	}

	#sec01 ul a > p > span{
		display:inline-block;
		background:#fff;
		padding:0 10px;
		margin:0 0 5px;
	}

	

	#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:#4ac9da;
		border:2px solid #4ac9da;
		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 img{
		transition: all 0.6s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec01 ul a:hover .img_box img{
		transform: scale(1.1);
	}


	/* ============================================================
 	sec02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 220px 0 100px;
		position:relative;
		overflow:hidden;
	}

	#sec02:before{
		content: "";
		display: block;
		width:100vw;
		height:calc(100% - 140px);
		background:url("../img/sec_bg.gif");
		border-radius:40px;
		overflow:hidden;
		position: absolute;
		top: 140px;
		left: calc(50% - 600px);
	}
	
	#sec02 .wrapper{
		width: 1040px;
	}

	#sec02 .ttl_wrap{
		display:flex;
	}

	#sec02 .movie_txt{
		display:block;
		box-sizing:border-box;
		font-family: 'Barlow', sans-serif;
		font-weight: 200;
		font-size: 5.5rem;
		letter-spacing:0.1rem;
		color: #fff;
		line-height: 1.1;
		padding: 0 40px 0 0;
		border-right:1px solid #fff;
		position:relative;
	}

	#sec02 .movie_txt span{
		display: inline-block;
		color:#fff;
		font-size: 6.5rem;
		padding:0 0 0 10px;
	}

	#sec02 .txt_box{
		padding: 0 0 210px;
	}
	
	#sec02 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 5.6rem;
		line-height: 1.2;
		color: #fff;
		font-feature-settings: 'palt';
		letter-spacing:0.2rem;
		padding: 0 0 0 40px;
		margin: -4px 0 0;
	}

	#sec02 .body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.7rem;
		color: #fff;
		line-height:1.6;
		font-feature-settings: 'palt';
		letter-spacing: 0.2rem;
		padding: 20px 0 80px;
	}

	#sec02 ul{
		width:100%;
		display:flex;
		justify-content:space-between;
	}

	#sec02 ul li{
		width:246px;
	}

	#sec02 ul a{
		width: 100%;
		display:block;
		
		position:relative;
	}

	#sec02 ul a .img_time{
		width: 90px;
		position:absolute;
		top: 0;
		left: 50%;
		transform:translate(-50%, -50%);
		z-index:100;
	}

	#sec02 ul a .img_box{
		line-height:0;
		overflow:hidden;
		border-radius:30px;
		border:4px solid #fff;
	}

	#sec02 ul a .play_wrap{
		position:absolute;
		left:50%;
		top: 43%;
		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: #fff;
		letter-spacing: 0.2rem;
		text-align: center;
	}

	#sec02 li:first-child .play_wrap p{
		color: #000;
	}

	#sec02 ul a > p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.7rem;
		color: #000;
		letter-spacing: 0.1rem;
		padding:20px 0 0 10px;
	}

	#sec02 ul a > p > span{
		display:inline-block;
		background:#fff;
		padding:0 10px;
		margin:0 0 5px;
	}

	#sec02 ul a .img_play {
		transition: all 0.4s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}
	
	#sec02 ul a:hover .img_play {
		transform: scale(1);
		background:#4ac9da;
		border:2px solid #4ac9da;
		animation: none;
	}

	#sec02 ul a{
		transition: all 0.6s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec02 ul a:hover{
		transform: scale(1.05);
	}

	#sec02 ul a .img_box img{
		transition: all 0.6s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec02 ul a:hover .img_box img{
		transform: scale(1.1);
	}

	/* ============================================================
 	section other
	==============================================================*/
	
	#sec_other{
		width: 100%;
		padding: 80px 0 120px;
		background:#c9d3d6;
	}
	
	#sec_other .wrapper{
	text-align: center;
	}
	
	#sec_other h2{
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 2.8rem;
		color: #000000;
		margin: 0 auto 40px;
		display: inline-block;
		position: relative;
		padding: 0 8px 3px 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{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	#sec_other ul li{
		width: 340px;
	}

	#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%;
	}

	#sec_other ul li a img {
		transition: all 0.5s ease 0s;
	}
	
	#sec_other ul li a:hover img {
		transform: scale(1.1);
	}

	#sec_other ul li a {
		transition: all 0.5s ease 0s;
	}
	
	#sec_other ul li a:hover {
		transform: scale(1);
	}


	/* ============================================================
 	sec03
	==============================================================*/
	
	#sec03{
		width: 100%;
		padding: 220px 0 100px;
		margin: 0 0 150px;
		position:relative;
		overflow:hidden;
	}

	#sec03:before{
		content: "";
		display: block;
		width:100vw;
		height:calc(100% - 140px);
		background:url("../img/sec_bg.gif");
		border-radius:40px;
		overflow:hidden;
		position: absolute;
		top: 140px;
		right:calc(50% - 500px);
	}
	
	#sec03 .wrapper{
		width: 1040px;
	}

	#sec03 .ttl_wrap{
		/* display:flex; */
	}

	#sec03 .movie_txt{
		display: inline-block;
		box-sizing:border-box;
		font-family: 'Barlow', sans-serif;
		font-weight: 200;
		font-size: 5.5rem;
		letter-spacing:0.1rem;
		color: #fff;
		line-height: 0.8;
		padding: 0 30px 6px 0;
		border-right:1px solid #fff;
		position:relative;
	}

	#sec03 .movie_txt span{
		display: inline-block;
		color:#fff;
		font-size: 6.5rem;
		padding:0 0 0 10px;
	}

	#sec03 .txt_box{
		padding: 0 0 210px;
	}
	
	#sec03 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 5.6rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
		letter-spacing:0.2rem;
		padding: 26px 0 0;
	}

	#sec03 .body_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.7rem;
		color: #fff;
		line-height:1.6;
		font-feature-settings: 'palt';
		letter-spacing: 0.2rem;
		padding: 20px 0 80px;
	}

	#sec03 ul{
	position: absolute;
	top: 16px;
	right: 200px;
	}

	#sec03 ul li{
		width:246px;
	}

	#sec03 ul a{
		width: 100%;
		display:block;
		
		position:relative;
	}

	#sec03 ul a .img_time{
		width: 90px;
		position:absolute;
		top: 0;
		left: 50%;
		transform:translate(-50%, -50%);
		z-index:100;
	}

	#sec03 ul a .img_box{
		line-height:0;
		overflow:hidden;
		border-radius:30px;
		border:4px solid #fff;
	}

	#sec03 ul a .play_wrap{
		position:absolute;
		left:50%;
		top: 43%;
		transform:translate(-50%,-50%);
	}

	#sec03 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);
	}

	#sec03 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;
	}

	#sec03 li:first-child .play_wrap p{
		color: #fff;
	}

	#sec03 ul a > p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.7rem;
		color: #000;
		letter-spacing: 0.1rem;
		padding:20px 0 0 10px;
	}

	#sec03 ul a > p > span{
		display:inline-block;
		background:#fff;
		padding:0 10px;
		margin:0 0 5px;
	}

	

	#sec03 ul a .img_play {
		transition: all 0.4s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}
	
	#sec03 ul a:hover .img_play {
		transform: scale(1);
		background:#4ac9da;
		border:2px solid #4ac9da;
		animation: none;
	}

	#sec03 ul a{
		transition: all 0.6s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec03 ul a:hover{
		transform: scale(1.05);
	}

	#sec03 ul a .img_box img{
		transition: all 0.6s cubic-bezier(0.08, 0.64, 0.25, 1) 0s;
	}

	#sec03 ul a:hover .img_box img{
		transform: scale(1.1);
	}
	

	
}





