@charset "UTF-8";
/* CSS Document */
#main_image {
    background-image: url(../img/top_background.jpg);
    background-size: cover;
    height: 60vw;
    max-height: 1164px;
}
#main_image .box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#main_image .box h2.left{
    width: 36%;
/*    max-width: 521px;*/
    margin-right: 4%;
    margin-top: -4%;
}
#main_image .box .right{
    width: 33.6%;
/*    max-width: 484px;*/
    margin-top: 10%;
}
#main_image .box .thumb_movie {
    position: absolute;
    width: 42%;
    left: 10.125%;
    top: 60%;
    margin: 0;
    text-align: center;
    font-size: 75%;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#main_image .box .thumb_movie a {
    display: block;
    transition: opacity 0.4s;
    margin: 0 calc(2% - 2px);
}
#main_image .box .thumb_movie a:hover {
    opacity: 0.7;
}
#main_image .box .thumb_movie a img {
    width: 100%;
    display: block;
    box-shadow: 0.125em 0.75em 1.5em 0.125em rgba(255,255,255,0.66);
    border: 1px solid rgba(255,255,255,0.5);
}

/*----------------------------------*/
@media screen and (min-width:1150px){
    #main_image {
        margin-top: -60px;
    }
}
@media screen and (max-width:750px){
    #main_image .box {
        flex-flow: column;
    }
    #main_image {
        background-image: url(../img/top_background_sp@2x.jpg);
        height: auto;
        max-height: none;
        background-size: contain;
        background-position: top;
    }
    #main_image .box .right{
        width: 84%;
        margin: 75px auto 0 auto;
        max-width: 324px;
    }
    #main_image .bottom{
        width: 90%;
        margin: 20px auto 60px;
    }
    #main_image .box .thumb_movie {
        position: static;
        width: 92vmin;
        left: initial;
        top: initial;
        margin: 2rem 0 0.5rem;
        font-size: 90%;
    }
    #main_image .box .thumb_movie a img {
        box-shadow: 0 0.5em 0.75em rgba(0,0,0,0.2);
        border: 0;
    }
}
/*------------------------------------------------------------*/
#index{
    margin-top: -180px;
}
#index .index_button{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
#index .index_button .button{
    display: block;
    max-width: 316px;
    width: 32%;
    color: white;
}
#index .index_button a.button:hover{
    opacity: 1;
}
#index .index_button .button .top{
    text-align: center;
    background-image: url(../img/index_01.jpg);
    background-size: cover;
    height: calc(100% - 100px);
    padding: 50px 5% 40px 5%;
    position: relative;
    z-index: 1;
}
#index .index_button .button:nth-child(2) .top{
    background-image: url(../img/index_02.jpg);
}
#index .index_button .button:nth-child(3) .top{
    background-image: url(../img/index_03.jpg);
}
#index .index_button .button .top::before{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(40,45,49,0.58);
    z-index: -1;
    content: "";
    top: 0;
    left:0;
    transition: 0.3s;
}
#index .index_button .button:hover .top::before{
    background-color: rgba(0,153,138,1);
    transition: 0.3s;
}
#index .index_button .top h4{
    font-size: 37px;
    line-height: 37px;
    font-family: 'Ubuntu', sans-serif;
    border-bottom: 3px solid white;
    padding-bottom: 12px;
    color: white;
}
#index .index_button .top h4 small{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    margin-top: 12px;
}
#index .index_button .top p{
    font-size: 20px;
    line-height: 29px;
    padding-top: 12px;
    color: white;
}
#index .index_button .button .bottom{
    width: 100%;
    height: 100px;
    background-color: #282D31;
    position: relative;
    z-index: 4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*----------------------------------*/
@media screen and (max-width:1150px){
    #index{
        margin-top: -80px;
    }
    #index .index_button .button:hover .top::before{
        background-color: rgba(40,45,49,0.58);
        transition: 0.3s;
    }
}
@media screen and (max-width:750px){
    #index{
        margin-top: 0px;
    }
    #index .index_button{
        width: 100%;
    }
    #index .index_button .button{
        display: flex;
        width: 100%;
        max-width: none;
        margin-bottom: 12px;
    }
    #index .index_button .button .top{
        width: calc(100% - 0px);
        text-align: left;
        height: auto;
        padding: 20px 5% 0px 5%;
    }
    #index .index_button .top h4{
        font-size: 26px;
        line-height: 30px;
        border-bottom: 2px solid white;
        padding-bottom: 0px;
    }
    #index .index_button .top h4 small{
        font-size: 13px;
        line-height: 19px;
        margin-top: 0px;
    }
    #index .index_button .top p{
        font-size: 15px;
        line-height: 19px;
        padding-top: 0px;
        font-weight: 700;
    }
    #index .index_button .button .bottom{
        width: 72px;
        height: 100%;
    }
    #index .index_button .button .bottom img{
        width: 50%;
    }
}
/*------------------------------------------------------------*/
#exp_01_sub{
    width: 100%;
    background-color: #46525A;
    overflow: hidden;
    margin-bottom: 180px;
}
#exp_01_sub .wrapper{
    max-width: calc(1000px + 10%);
    margin: 0 auto 100px auto;
    padding: 70px 5% 30px 5%;
    color: white;
}
#exp_01_sub h5{
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 20px;
}
#exp_01_sub p{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
#exp_01_sub img{
    margin-top: 60px;
}
#exp_02 .adjust{
    margin-bottom: 60px;
}
#exp_02 .column_3 .box{
    border: 2px solid #95989A;
    padding: 3%;
    margin-top: 20px;
}
#exp_03 .column_2.adjust{
    align-items: flex-end;
}
#exp_03 .column_2 .box img.adjust{
    margin: 20px 0;
    display: inline-block;
    width: 90%;
}
#exp_03 .column_2 .column_2_2{
    display: flex;
}
#exp_03 .column_2 .column_2_2 div:first-child{
    height: 100%;
    margin-right: 20px;
}
#exp_03 .column_2 .column_2_2 div:last-child{
    width: 100%;
}
#exp_03 .column_2 .column_2_2 h5{
    font-size: 23px;
    line-height: 22px;
    font-weight: 700;
    border-bottom: 1px solid #707070;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
/*----------------------------------*/
@media screen and (min-width:1150px){
}
@media screen and (max-width:750px){ 
    #exp_01_sub{
        width: 100%;
        background-color: #46525A;
        overflow: hidden;
        margin-bottom: 60px;
    }
    #exp_01_sub .wrapper{
        margin: 0 auto 50px auto;
        padding: 50px 5% 10px 5%;
        color: white;
    }
    #exp_01_sub img{
        margin-top: 30px;
    }
    #exp_02 .column_3 .box{
        margin-top: 0px;
    }
    #exp_03{
        margin-bottom: 0px;
    }
    #exp_03 .column_2 .box img.adjust{
        display: none;
    }
    #exp_03 .column_2 .box img.adjust_02{
        width: 100vw;
        margin-left: -5vw;
        margin-bottom: 20px;
    }
}
/*------------------------------------------------------------*/

/*----------------------------------*/
@media screen and (min-width:1150px){
}
@media screen and (max-width:750px){
}
/*------------------------------------------------------------*/


