@charset "utf-8";

/******************************************************************
common
******************************************************************/

body {
    font-family : 'SimSun','sans-serif';
}


/*ナビ*/
nav li a {
 font-size: 80%!important;
}

.btn_gallery a span {
   padding-top: 5px;
   padding-bottom: 5px;  
}


/******************************************************************
top
******************************************************************/

/*トップタイトル*/
.co_tt_top{
    width: 100%;
    text-align: center;
    font-size: 380%;
    line-height: 180%;
    color: #fff;
    text-shadow: 4px 2px 5px rgba(24, 26, 29, 0.52);
    letter-spacing: 0;
}

.co_tt_top span{
    display: block;
    font-size: 140%!important;
}



/* PC */
@media screen and (min-width: 820px){

    /*トップリード*/
    h2.top_read{
        font-size: 2.5vw;
    }
    
    /*トップスライダー*/
    .swiper-slide .sam_title dl dt {
        font-size: 1vw;
        line-height: 2vw;
        padding-bottom: 0.7vw;
    }
    .swiper-slide .sam_title dl dd {
        font-size: 1.8vw;
        padding-top: 0.8vw;
        line-height: 2.5vw;
    }
    .swiper-slide .sam_title dl dd span.tt_ss {
        font-size: 1.2vw;
        display: block;
    }
}



/* SP */
@media screen and (max-width: 820px){
    
    .co_tt_top{
        top:55%!important;
        font-size: 160%;
    }

    .co_tt_top span{
        font-size: 60%;
    }


    h2.top_read{
        font-size: 160%;
    }
    
    .swiper-slide .sam_title dl dd {
        font-size: 160%;
    }

    .swiper-slide .sam_title dl dd span.tt_ss {
        font-size: 70%;
        display: block;
    }
}

/******************************************************************
下層
******************************************************************/


 /*下層メインタイトル*/
.vegasInner .co_tt{
    width: 100%;
    text-align: center;
    font-size: 320%;
    line-height: 220%;
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.vegasInner .co_tt.white{
    color: #fff;
}

.midashi_time{
    letter-spacing: 0.1em;
 }
 

.vegasInner .co_tt span{
    font-size: 60%;
}

@media screen and (max-width: 820px){
    .vegasInner .co_tt{
        font-size: 160%;
        top: 22%;
        width: 90%;
    }

    .vegasInner .co_tt span{
        font-size: 60%;
    }
}
