
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	/* ============================================================
 	main_sec_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_sec_wrap{
		width: 100%;
		height:calc(100vw * 1256 / 750 + 30px);
		position: relative;
		overflow: hidden;
		background:url("../img/mv_bg_sp.jpg") no-repeat center;
		background-size:cover;
	}

	#main_sec_wrap:before{
		content: "";
		display: block;
		width: calc(40vw);
		min-height: 100vh;
		height: 100%;
		opacity:0.85;
		background:#94CCD8;
		position: absolute;
		top:0;
		left:0;
	}
	
	#main_sec_wrap .txt_wrap{
		position: absolute;
		top: 84px;
		left:5%;
	}
	
	#main_sec_wrap a{
		display: block;
	}

	#main_sec_wrap .txt_box{
		position:relative;
	}

	#main_sec_wrap h1{
		display: inline;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1;
		color:#000000;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap h1 span.sb{
		font-weight: 600;
	}

	#main_sec_wrap h1 span.txt_up{
		font-size: 2.4rem;
		display:inline-block;
		background:#fff;
		padding: 6px 10px 7px;
		margin:-2px 0 0;
	}

	#main_sec_wrap h1 span.txt_nn{
		display:inline-block;
		background:#fff;
		padding:4px 10px 5px;
	}

	#main_sec_wrap .eng_txt{
		display: none;
	}

	#main_sec_wrap h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		font-size: 2.8rem;
		line-height: 1;
		color:#fff;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		padding: 6px 0 17px;
	}

	#main_sec_wrap h2 span.sb1{
		font-size: 3.8rem;
	}

	#main_sec_wrap h2 span.sb2{
		font-size: 3.8rem;
		font-weight: 600;
	}

	#main_sec_wrap ul{
		display:flex;
	}

	#main_sec_wrap .key_txt{
		height: 40vh;
		line-height: 0;
	}

	#main_sec_wrap .key_txt img{
		width:auto;
		height:100%;
	}

	
	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 60px 0 80px;
	}
	
	#sec01 .wrapper{
		text-align:center;
		padding: 0 4%;
	}
	
	#sec01 h2{
		display:inline-block;
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		font-size: 2.6rem;
		color: #000;
		font-feature-settings: 'palt';
		margin: 0 0 40px;
		letter-spacing:0.2rem;
	}

	#sec01 h2 span.gaka{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.8rem;
		text-align: center;
		border-bottom:1px solid #000;
		display: block;
		font-weight: 500;
		letter-spacing: 0.1rem;
	}

	#sec01 h2 span.sb1{
		font-weight: 600;
	}
	#sec01 h2 span.sb2{
		font-weight: 600;
	}

	
	#sec01 ul.key_list{
		display:flex;
		flex-direction: column;
		flex-wrap:wrap;
		height: calc(300vw);
		padding: 0 0 40px;
	}

	#sec01 ul.key_list li{
		width: 46%;
		margin: 2%;
	}

	#sec01 ul.key_list li a{
		display:block;
		height: 54vw;
		border-radius:8px;
		box-sizing: border-box;
		padding: 22px 16px;
	}

	#sec01 ul.key_list li:first-child a,#sec01 ul.key_list li:last-child a{
		height: 64vw;
	}

	#sec01 ul.key_list li:nth-child(1){
		order:1;
	}

	#sec01 ul.key_list li:nth-child(2){
		order:6;
	}

	#sec01 ul.key_list li:nth-child(3){
		order:2;
	}

	#sec01 ul.key_list li:nth-child(4){
		order:7;
	}

	#sec01 ul.key_list li:nth-child(5){
		order:3;
	}

	#sec01 ul.key_list li:nth-child(6){
		order:8;
	}

	#sec01 ul.key_list li:nth-child(7){
		order:4;
	}

	#sec01 ul.key_list li:nth-child(8){
		order:9;
	}

	#sec01 ul.key_list li:nth-child(9){
		order:5;
	}

	#sec01 ul.key_list li:nth-child(10){
		order:10;
	}

	#sec01 ul.key_list li:nth-child(1) a{
		background:url("../img/img01.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(2) a{
		background:url("../img/img02.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(3) a{
		background:url("../img/img03.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(4) a{
		background:url("../img/img04.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(5) a{
		background:url("../img/img05.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(6) a{
		background:url("../img/img06.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(7) a{
		background:url("../img/img07.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(8) a{
		background:url("../img/img08.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(9) a{
		background:url("../img/img09.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list li:nth-child(10) a{
		background:url("../img/img10.jpg") no-repeat top;
		background-size:cover;
	}

	#sec01 ul.key_list h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		line-height: 1.4;
		white-space: nowrap;
		text-align: left;
		color:#fff;
		font-feature-settings: 'palt';
		letter-spacing: 0.2rem;
	}


	#sec01 ul.key_list h3 span{
		font-weight: 700;
	}

	#sec01 .more_wrap h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 2.0rem;
		line-height: 1.4;
		color:#000;
		font-feature-settings: 'palt';
		letter-spacing: 0.1rem;
		margin: 0 0 10px;
	}

	#sec01 .more_wrap h3 span{
		font-weight:600;
	}

	#sec01 .more_btn a{
		width: 70vw;
		margin: 0 auto;
		padding: 12px 32px 14px 55px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		display: block;
		letter-spacing: 0.1em;
		text-align: center;
		color: #ffffff;
		white-space: nowrap;
		background: #94CCD8;
		border-radius: 50px;
		box-sizing: border-box;
		position: relative;
	}

	#sec01 .more_btn a span{
		display:inline-block;
		font-size: 1.2rem;
		vertical-align: text-bottom;
	}

	

	#sec01 .more_btn a::before{
		content: '';
		display: block;
		width: 22px;
		height: 22px;
		background-image: url(/global/img/icon_win_white.svg);
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 51%;
		left: 15vw;
		transform: translate(0, -50%);
	}

	
	
	/* ============================================================
 	Modal CSS
	==============================================================*/
	
	#modal_win {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		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: 44%;
		left: 50%;
		transform:translate(-50%, -50%);
		opacity:0;
		width: 80vw;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#modal_win .m_n_box_act{
		opacity:1;
		transform:translate(-50%, -50%);
	}
    
    #modal_win h2{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:500;
        font-size: 2.4rem;
        text-align:center;
        line-height: 1.4;
        color:#fff;
        padding: 0 0 12px;
    }
    
     #modal_win h3{
        font-family: 'Barlow', sans-serif;
        font-weight:500;
        font-size: 1.6rem;
        letter-spacing:0.1rem;
        line-height:1;
        padding:8px 0 9px;
        border-radius: 50px;
        text-align:center;
        background:#94CCD8;
        color:#fff;
        width: 48vw;
        margin:10px auto 20px;
    }

	#modal_win h3.c_mt{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:500;
        font-size: 1.5rem;
        margin:40px auto 20px;
    }
    
    #modal_win p{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight:400;
        font-size: 1.5rem;
        text-align:left;
    }
    
    #modal_win .tw_wrap{
		width:100%;
		background: #fff;
		max-height: 60vh;
		overflow-y: scroll;
		padding: 50px 12% 60px;
		border-radius: 10px;
		box-sizing:border-box;
		}
    
    
	
	#modal_win ul > li{
		position:fixed;
		bottom: -32px;
		left: 50%;
		transform:translate(-50%, -50%);
	}
	#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;
	}


	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

