@charset "UTF-8";

.mv_area video {
    width: 100%;
    display: block;
}

.dot {
    position: absolute;
    background-image: url("../images/top/dot.png");
    background-repeat: repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mv_area {
    position: relative;
}

.mv_area h2 {
    width: 1130px;
    padding: 0 15px;
    text-align: left;
    color: #222;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    margin: auto;
    padding-left: 90px;
}
.mv_video{
    overflow: hidden;
    max-height: 650px;
}

.box01 {
    padding: 70px 0 80px;
    background-image: url("../images/top/bg_03.png");
    background-size: cover;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .box01 {
        background-image: url("../images/top/bg_03@2x.png");
        background-size: cover;
    }
}

.box01 {
    position: relative;
    text-align: center;
}


.box01 .ttl_01{
    background-image: none;
    padding: 0;
}



.box01 h3 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 30px;
}

.box01 .link_01 {

}


/*******************/

.box02 {
    background-image: url("../images/top/bg_01.png");
    background-position: bottom center;
    padding: 0 0 120px;
    background-size: cover;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .box02 {
        background-image: url("../images/top/bg_01@2x.png");
        background-size: cover;
    }
}

.box02 .main_cont {
    background-image: url("../images/common/icon_logo.png");
    background-position: 790px top;
    padding-top: 80px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .box02 .main_cont {
        background-image: url("../images/common/icon_logo@2x.png");
        background-size: 320px 313px;
    }
}

.box02 .ttl_02 {
    margin-bottom: 0;
}

.box02 .float_sb {
    margin-bottom: 50px;
}


.box02 .float_sb a img {
    box-shadow: 3px 3px 10px #707070;
}

.box02 .float_ft .ft_l {
    display: flex;
    align-items: flex-start;
    margin-right: auto;
}

.box02 .float_ft .ft_l .ttl_03 {
    margin-right: 70px;
}

.box02 .float_ft .ft_l p {
    font-size: 18px;

}

.box02 .float_ft .ft_l p span {
    min-width: 100px;
    display: inline-block;
}


.box03 {
    background-image: url("../images/top/bg_04.png");
    padding-top: 80px;
    background-position: center 20px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .box03 {
        background-image: url("../images/top/bg_04@2x.png");
        background-size: 1408px 130px;
    }
}






.box04 {
    background-image: url("../images/top/bg_02.png");
    background-position: center;
    padding: 120px 0 120px;
    background-size: cover;

}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .box04 {
        background-image: url("../images/top/bg_02@2x.png");
        background-size: cover;
    }
}

.box04 .main_cont {
    position: relative;
}

.box04 .main_cont:before {
    content: "";
    background-image: url("../images/top/bg_05.png");
    position: absolute;
    top: -120px;
    left: -160px;
    height: 83px;
    width: 135px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .box04 .main_cont:before {
        background-image: url("../images/top/bg_05@2x.png");
        background-size: 135px 83px;
    }
}

.box04_inner:first-child {
    border-right: 1px dashed #222;
    padding-right: 60px;
}

.box04 .ttl_box {
    display: flex;
    flex-direction: row-reverse;
}

.box04 .img_04 {
    margin-bottom: 20px;
    max-width: 410px;
}

.box04 .img_04 p {
    margin-top: 20px;
    line-height: 1.6em;
    padding-right: 30px;
}

.box04 .ttl_04 {
    margin-left: 20px;
}

.box04 .link_01 {
    text-align: right;
    margin-top: 20px;
    padding-right: 30px;
}




.box05 {
    background-image: url("../images/top/bg_06.png");
    background-position: bottom center;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .box05 {
        background-image: url("../images/top/bg_06@2x.png");
        background-size: 1380px 187px;
    }
}

.box05 .main_cont {
    margin-top: -20px;
}

.box05 .ist_btn {
    margin: 90px 40px 0 0;
}

.istagram {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px;
}

.istagram li {
    margin-bottom: 20px;
}



.slide_box{
    padding: 90px 0 0;
}
.slide_box h2{
    margin-bottom: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.slide_box img{
    padding: 0 2px;
}
/*-------------------------------
media
--------------------------------*/


@media (max-width: 767px) {

    .mv_area h2 {
        width: 100%;
        padding-left: 0;
        font-size: 27px;
        padding: 0 20px;
        line-height: 1.7em;
    }

    .mv_video {
        margin-top: 55px;
    }


    .box01_inner {
        padding-left: 0;
        max-width: 100%;
    }

    .box02 .float_sb {
        text-align: center;
    }

    .box02 .float_sb a {
        margin-bottom: 30px;
        display: block;
    }

    .box02 .float_sb a img {
        max-width: 100%;
    }

    .box02 .float_ft .ft_l {
        display: block;
    }

    .box02 .float_ft .ft_l .ttl_03 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ft_l_inner {
        margin-bottom: 30px;
    }
    .box02 .main_cont{
        padding-top: 60px !important;
    }
    
    .box03{
        margin-bottom: 0;
    }
    .box03 .ttl_02{
        margin-bottom: 0;
    }
    .box03 .link_01 {
        text-align: right;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .box04_inner:first-child {
        border-right: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .box04 .img_04 {
        max-width: 77%;
        text-align: center;
    }

    .box04 .img_04 p {
        padding-left: 0;
        padding-right: 0;
    }

    .box04 .link_01 {
        text-align: left;
    }

    .box04 .ttl_04 {
        padding-right: 10px;
        font-size: 26px;
    }
    .box04 .img_04 p{
        text-align: left;
    }

    .box05 .ist_btn {
        text-align: center;
        margin: 40px 0;

    }


    .istagram {
        padding: 0;
    }

    .istagram li {
        width: 47%;
        text-align: center;
    }

    .istagram li img {
        width: 100%;
        max-width: auto;
    }
    .slide_box{
        padding: 90px 0 0;
    }
    .slide_box h2{
        font-size: 25px;
        line-height: 1.4em;
        padding: 0 15px;
    }

}

@media (max-width: 480px) {
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item{
        width: 50% !important;
    }
}

@media (max-width: 400px) {

    .box02 .float_ft .ft_l p span {
        display: block;
    }



}
