@charset"utf-8";
/* ============================================
*
　共通
*
===============================================*/
#top{
    min-width: 1200px;
}    
#top main{
    width: 100%;
    margin: 0px auto;
}
#top main .sec_box .inner{
    width: 1080px;
    margin: 0 auto;
    justify-content: space-between;
}
#top main .sec_box {
    margin-top: 90px;
}
#top main h2 {
    position: relative;
    font-size: 5.5rem;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #082a65;
    letter-spacing: 0.15em;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
#top main h2 span{
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    line-height: 1;
    display: block;
    letter-spacing: 0.1em;
    margin-top: 10px;
}
#top main h2:after{
    content: "";
    height: 1px;
    background: #082a65;
    width: 20px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
#top a.link_btn{
    background: #000000;
    border-radius: 0px;
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    padding: 25px 20px;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    text-align: left;
    width: 232px;
    margin: 50px auto 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    transition:0.5s;
    border: 1px solid #000;
}
#top a.link_btn:before{
    content: "";
    background-image: url(../../img/more_arrow.png);
    width: 8px;
    height: 10px;
    position: absolute;
    top: 30px;
    right: 14px;
    background-repeat: no-repeat;
    
}
#top a.link_btn:hover{
    background: #fff;
    border: 1px solid #000;
    color: #000;
    opacity: 1;
}
#top a.link_btn:hover:before{
    content: "";
    background-image: url(../../img/more_arrow_bk.png);
    width: 8px;
    height: 10px;
    position: absolute;
    top: 30px;
    right: 14px;
    background-repeat: no-repeat;
    
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
    #top{
        min-width: 100%;
    }    
    #top main{
        width: 100%;
        margin: 0px auto;
		padding-top: 80px;
    }
    #top main .sec_box .inner{
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        padding: 0 6%;
    }
    #top main h2 {
        font-size: 3.2rem;
        padding-bottom: 0px;
        margin-bottom: 53px;
    }
    #top main h2 span{
        font-size: 1.2rem;
        font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        line-height: 1;
        display: block;
        letter-spacing: 0.1em;
        margin-top: 10px;
    }
    #top main h2:after{
        top: 81px;
    }
    #top a.link_btn{
        background: #000000;
        border-radius: 0px;
        position: relative;
        color: #fff;
        font-size: 1.3rem;
        padding: 6%;
        font-weight: 500;
        display: block;
        box-sizing: border-box;
        text-align: left;
        width: 80%;
        margin: 10% auto 0;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        transition:0.5s;
        border: 1px solid #000;
    }
    #top a.link_btn:before{
        top: 26px;

    }
}/*---------------------SP用ここまで*/





/* ============================================
*
　mv
*
===============================================*/
#top .mv{
    width: 100%;
    height: 824px;
    margin: 0 auto;
}
#top .mv .slider{
    margin: 100px auto;
    width: 80%;
}
#top .mv .slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
#top .mv .slick-prev:before,
#top .mv .slick-next:before {
    color: #000;
}
#top .mv .slider_box .slide .inner{
    position: relative;
    height: 824px;
    width: 1080px;
    margin: 0 auto;
}
#top .mv .slider_box .slide .copy_area{
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
#top .mv .slider_box .slide_1{
    background-image: url(../../img/mv_slide02.png);
    background-size: cover;
    height: 824px;
    color: #000;
}

#top .mv .slider_box .slide_2{
    background-image: url(../../img/mv_slide01.png);
    background-size: cover;
    height: 824px;
    color: #fff;
}

#top .mv .slider_box .slide_3{
    background-image: url(../../img/mv_slide03.png);
    background-size: cover;
    height: 824px;
    color: #fff;
}
/*#top .mv .slider_box .slide_4{
    background-image: url(../../img/mv_slide04.png);
    background-size: cover;
    height: 824px;
    color: #fff;
}*/
#top .mv .slider_box .slide p.msg{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.7rem;
    line-height: 2;
    margin-top: 60px;
    letter-spacing: 0.06em;
}

/*SCROLL*/
#top .mv .slide .scrolldown span{
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 0.2em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
}
#top .mv .slide .scrolldown span:after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #eee;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
    left: 25px;
    margin-top: 30px;
}
#top .mv .scrolldown a:hover{
    opacity: 0.6;
}
#top .mv .slide_1 .scrolldown a{
    color: #000;
}
#top .mv .slide_1 .scrolldown span:after{
    background: #000;
}
#top .mv .slide_2 .scrolldown a{
    color: #fff;
}
#top .mv .slide_2 .scrolldown span:after{
    background: #fff;
}
#top .mv .slide_3 .scrolldown a{
    color: #fff;
}
#top .mv .slide_3 .scrolldown span:after{
    background: #fff;
}
#top .mv .slide_4 .scrolldown a{
    color: #fff;
}
#top .mv .slide_4 .scrolldown span:after{
    background: #fff;
}
@keyframes pathmove{
  0%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

/*コピー*/
#top .mv .copy_area p.obi{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.5rem;
    letter-spacing: 0.5em;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid; 
    padding: 5px 0;
    margin-top: 30px;
}

/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
    #top .mv .inner{
        width: 100%;
        margin: 0 auto;
    }
    #top .mv{
        width: 100%;
        margin: 0px auto 0;
        height: 400px;
    }
    .slick-list,.slick-slider{
        height: calc(100vh - 71px);
    }
    #top .mv .slider{
        margin: 100px auto;
        width: 80%;
    }
    #top .mv .slider img{
        height: auto;
        width: 100%;
    }
    /*slick setting*/
    #top .mv .slick-prev:before,
    #top .mv .slick-next:before {
        color: #000;
    }
    #top .mv .slider_box .slide .inner{
        position: relative;
        height: 400px;
        width: 89%;
        margin: 5% auto 0;
    }
    #top .mv .slider_box .slide .copy_area {
        position: absolute;
        top: 44%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        right: unset;
        width: 80%;
    }
    #top .mv .slider_box .slide_1{
        background-image: url(../../img/mv_slide02_sp.png);
        background-size: cover;
        height: 400px;
        color: #000;
    }
    #top .mv .slider_box .slide_1 .copy_area{
        top: 70px;
    }
    #top .mv .slider_box .slide_2{
        background-image: url(../../img/mv_slide01_sp.png);
        background-size: cover;
        height: 400px;
        color: #fff;
    }
    #top .mv .slider_box .slide_2 .copy_area{
        top: 70px;
    }
    #top .mv .slider_box .slide_3{
        background-image: url(../../img/mv_slide03_sp.png);
        background-size: cover;
        height: 400px;
        color: #fff;
    }
    #top .mv .slider_box .slide_3 .copy_area{
        top: 70px;
    }
    /*#top .mv .slider_box .slide_4{
        background-image: url(../../img/mv_slide04_sp.png);
        background-size: cover;
        height: 400px;
        color: #fff;
    }*/
    #top .mv .slider_box .slide_4 .copy_area{
        top: 70px;
    }
    #top .mv .slide .scrolldown span{
        font-size: 1.2rem;
        bottom: 55px;
    }
    #top .mv .slide_1 .scrolldown span:after,
    #top .mv .slide_2 .scrolldown span:after,
    #top .mv .slide_3 .scrolldown span:after{
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
}/*---------------------SP用ここまで*/




/* ============================================
*
　sec_mes - SP時MV下Message
*
===============================================*/
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
    #top main .sec_mes{
        padding: 10% 5%;
        margin-top: 0;
    }
    #top main .sec_mes p.obi{
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 1.5rem;
        letter-spacing: 0.5em;
        text-align: center;
        border-top: 1px solid;
        border-bottom: 1px solid; 
        padding: 5px 0;
        margin-top: 0px;
    }
    #top main .sec_mes p.msg{
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 15px;
        text-align: left;
    }
}/*---------------------SP用ここまで*/




/* ============================================
*
　sec01 - What's New
*
===============================================*/
#top main .sec01{
    margin-top: 0;
    background: #102954;
}
#top .sec01 .inner{
    padding: 70px 0 85px;
    position: relative;
}
#top .sec01 .inner .link_btn{
    position: absolute;
    right: 0;
}
#top main .sec01 h2{
    color: #fff;
    text-align: left;
}
#top main .sec01 h2:after{
    background: #fff;
    left: 10px;
}
#top .sec01 .inner ul{
    width: 1080px;
    justify-content: flex-start;
    margin: 0px auto 0;
    flex-wrap: wrap;
}
#top .sec01 .inner ul li{
    width: 340px;
    text-align: left;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: #fff;
	margin-right: 30px;
}
#top .sec01 .inner ul li:nth-of-type(3n){
	margin-right: 0px;
}
#top .sec01 .inner ul li:nth-child(4),
#top .sec01 .inner ul li:nth-child(5),
#top .sec01 .inner ul li:nth-child(6){
    margin-bottom: 0px;
}
#top .sec01 .inner ul li a{
    color: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
}
#top .sec01 .inner ul li a p.honbun{
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    border-bottom: 1px solid #9b9b9b;
}
#top .sec01 .inner ul li a p.time{
    color: #898c92;
    font-weight: 500;
    padding: 20px 0;
    line-height: 1;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
    #top .sec01{
        display: block;
        padding-top: 70px;
        margin-top: -70px;
        padding-bottom: 15%;
    }
    #top .sec01 .inner{
        position: relative;
    }
    #top .sec01 .inner .link_btn{
        position: relative;
        right: 0;
    }
    #top main .sec01 h2{
        color: #fff;
        text-align: center;
    }
    #top main .sec01 h2:after{
        background: #fff;
        left: 50%;
    }
    #top .sec01 .inner ul{
        width: 100%;
        justify-content: space-between;
        margin: 0px auto 0;
        flex-wrap: wrap;
    }
    #top .sec01 .inner ul li{
        font-size: 1.4rem;
        margin-bottom: 25px;
        width: 100%;
		margin-right: 0px;
    }
    #top .sec01 .inner ul li:nth-child(4),
    #top .sec01 .inner ul li:nth-child(5),
    #top .sec01 .inner ul li:nth-child(6){
        margin-bottom: 25px;
    }
    #top .sec01 .inner ul li a{
        color: #fff;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: block;
    }
    #top .sec01 .inner ul li a p.honbun{
        font-size: 1.4rem;
    }
    #top .sec01 .inner ul li a p.time{
        font-size: 1.3rem;
        padding-bottom: 15px;
    }
}/*---------------------SP用ここまで*/



/* ============================================
*
　sec02 - Message
*
===============================================*/
#top main .sec02{
    margin-top: 120px;
}
#top main .sec02 .inner{
    width: 100%;
}
#top .sec02 .img_area{
   position: relative; 
}
#top .sec02 .img_area:after{
    content: "";
    background: #f2f5f7;
    position: absolute;
    width: 50%;
    height: 590px;
    z-index: -1;
    top: -75px;
}
#top .sec02 ul{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 23px;
    width: 100%;
    margin: 23px auto 0;
}
#top .sec02 ul li{
    width: 33.33%;
}
#top .sec02 ul li img{
    width: 100%;
}
#top .sec02 h2{
    margin-bottom: 26px;
}
#top .sec02 p.msg{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 0.14em;
    line-height: 2.3;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
    #top main .sec02{
        margin-top: 15%;
    }
    #top .sec02 ul{
        width: 100%;
        margin: 14px auto 0;
        display: flex;
    }
    #top .sec02 ul li{
        width: 33%;
    }
    #top .sec02 h2{
        margin-bottom: 43px;
        padding-bottom: 0px;
    }
    #top .sec02 p.msg{
        font-size: 1.6rem;
        line-height: 2;
    }
    #top .sec02 .img_area:after{
        content: "";
        background: #f2f5f7;
        position: absolute;
        width: 57%;
        height: 500px;
        z-index: -1;
        top: -75px;
        left: -7%;
    }
}/*---------------------SP用ここまで*/




/* ============================================
*
　sec03 - Course
*
===============================================*/
#top .sec03{
    background-image: url(../../img/sec03_bg.png);
    background-size: cover;
    margin-top: 80px!important;
}
#top .sec03 .inner{
    padding: 70px 0px 60px;
}
#top .sec03 h2{
    text-align: left;
    margin-bottom: 30px;
}
#top .sec03 p.msg{
    font-size: 1.8rem;
    text-align: left;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.1em;
}
#top main .sec03 h2:after{
    left: 11px;
}
#top main .sec03 a.link_btn{
    margin: 40px auto 0 0;
}
#top .sec03 .sp{
display: none;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
    #top .sec03{
        margin-top: 15%!important;
    }
    #top .sec03 .inner{
        padding: 15% 6%!important;
    }
    #top .sec03 h2{
        text-align: center;
        margin-bottom: 44px;
    }
    #top .sec03 p.msg{
        font-size: 1.6rem;
        text-align: center;
    }
    #top .sec03 .left_area img{
        margin-top: 17px;
    }
    #top main .sec03 h2:after{
        left: 50%;
    }
    #top main .sec03 a.link_btn{
        margin: 8% auto 0;
    }
	#top .sec03 .sp{
		display: block;
	}
	#top .sec03 .pc{
		display: none;
	}
}/*---------------------SP用ここまで*/

