@charset "utf-8";
.footer,
.footer a {
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #645f49;
}

.outer {
    margin: 0%;
    width: 900px;
    position: fixed;
    z-index: 2;
}

.inner {
    margin: 0%;
    width: 20%;
    height: 70px;
    text-align: center;
    float: left;
}


/*
　影片
　*/

.video {
    position: relative;
    height: 0;
    padding-top: 45%;
    width: auto;
    margin: 0 5%;
}

.video iframe {
    height: 100.5%;
    position: absolute;
    left: 7.8%;
    top: -0.5%;
    width: 86.5%;
}

.content2 {
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 5% 0;
    max-width: 900px;
    background-color: #84cfff;
}


/*
文字設定
 */

body {
    margin: 0;
}

.shop_buttom {
    width: 100%;
    max-width: 900px;
    margin: auto;
    bottom: 0px;
    position: fixed;
    z-index: 200;
}

.all {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 100%;
    max-width: 900px;
    display: block;
    -webkit-box-shadow: 0 0 15px 6px #cccccc;
    -moz-box-shadow: 0 0 15px 6px #cccccc;
    box-shadow: 0 0 15px 6px #cccccc;
}

.all2 {
    max-width: 720px;
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0 auto;
    padding: 0px 0px;
    background: #fff;
    border-top-style: solid;
    border-color: #acacac;
    border-width: 1px;
}

.imgcut {
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
}

.imgcut img {
    vertical-align: bottom;
}

.footer {
    padding: 2%;
    background-color: #FFFFFF;
    color: #645f49;
    width: 96%;
}

.lastSpace {
    height: 30px;
}

@media screen and (max-width: 800px) {
    .lastSpace {
        background: #FFFFFF;
    }
    .outer {
        margin: 0%;
        width: 100%;
        position: fixed;
    }
    .step {
        width: 50%;
        float: left;
    }
    /*
文字設定
 */
    .footer,
    .footer a {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        color: #FFFFFF;
    }
    /*
文字設定
 */
}


/*CTA*/

.cta {
    position: fixed;
    z-index: 50;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

#cta_pc {
    visibility: visible;
    width: 180px;
    height: auto;
    right: 100px;
    bottom: 100px;
}

.cta_hide {
    bottom: -386px !important;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
}

@media screen and (max-width: 1430px) {
    #cta_pc {
        right: 30px;
    }
}

@media screen and (max-width: 1330px) {
    #cta_pc {
        height: auto;
        right: 10px;
        bottom: 60px;
    }
}

@media screen and (max-width: 1230px) {
    #cta_pc {
        height: auto;
        right: 10px;
        bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    #cta_pc {
        width: 140px;
        height: auto;
        right: 10px;
        bottom: 40px;
    }
}


/**/