#main-slide img{
    -webkit-transform: scale(.8);
    transform: scale(.8);
    max-width: 100%;
}
#main-slide .slick-active img {
    -webkit-animation-name: anime1;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-name: anime1;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-delay:.3s;
}

@-webkit-keyframes anime1 {
    0% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes anime1 {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}



#main-slide{

    width: 100%;
}
#main-slide .main-s-child{

    width: 100%;
    text-align: center;

}
#main-slide .main-s-child p{

}
.tit-s{
    text-align: center;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 65px;
    box-sizing: content-box;
}
.main-1{
    background-color: #329afd;
}

.main-2{
    background-color: #90d7ff;
}
.main-3{
    background-color: #41ddc5;
}
.main-4{
    background-color: #ff5685;
}
.main-5{
    background-color: #41ddc5;
}

.slide-dev{
    width: 630px;

    text-align: center;
    margin: 0 auto;
    height: 500px;
    padding-bottom: 80px;
    box-sizing: content-box;
}

.slick-arrow{
    position: absolute;
    z-index: 4;
    top: 50%;
}
.main-s-inner{
    width: 960px;
    margin: 0 auto;
}

.slick-slider .slick-arrow{
    height: 80px;
    width: auto;
    opacity: .8;
}
.slick-slider .slick-arrow img{
        height: 100%;
    }
.slick-slider .slick-arrow:hover{
    opacity: 1;
}
#main-slide .slick-prev, .slick-next{
    width: auto;
}
#main-slide .slick-prev{
    left: 15px;
    right: inherit;
}
#main-slide .slick-next{
    right: 15px;
    left: inherit;
}
#main-slide .slick-dots{
    position: absolute;
    bottom: 20px;
}
#mainv .slick-dotted.slick-slider{
    margin-bottom: 0;

}
#main-slide .slick-dots li.slick-active button:before{
    color: white;
}
#main-slide .slick-next:before {
    content: none;


}
#main-slide .slick-prev:before {
    content: none;


}

#area-inform h2{
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}
#area-inform ul{
    font-size: 1.2em;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 2em;
}
#area-inform ul li{
    line-height: 1.5em;
    margin-bottom: .5em;
    border-bottom: 1px dashed #333;

}
#area-inform ul li span{
    color: blueviolet;
}
#area-inform ul li:last-child{
    border-bottom: none;
}

/* 斜めのデバイス */
.dev-naname{
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 235px;
}

/* 上部DL */
#area-info-dl{
    width: 960px;
/*    background-color: #e5e5e5;*/
    margin-left: auto;
    margin-right: auto;
}
#area-dl{
/*
    height: 260px;
    position: relative;
*/
    text-align: center;
}
#area-dl img{
    width: 100%;
}
#area-dl ul li{

    text-align: center;
    float: left;
    box-sizing: content-box;
}
#area-dl li:first-child{
    padding-right: 20px;
}
#area-dl li:nth-child(2){
    border-left: 1px solid #fff;
    padding-left: 20px;
}
#area-dl ul{
/*
    position: absolute;
    bottom: 15px;
    right: 15px;
*/
    background-color: #e5e5e5;
    padding: 30px;
    display: inline-block;
}
#area-dl ul li h3{
    padding: 5px 15px;
    background-color: white;
    display: inline-block;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.icon-app-store{
    position: relative;
    width: 166px;
    text-align: center;
}
.qrcode{
    padding-right: 10px;
    width: 150px;
}
.icon-app{
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.to-store{
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    line-height: 1em;
    width: 100%;
    height: 55px;
    background-color: #333;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2em;
    font-weight: bold;

}

.to-store a{
    vertical-align: middle;
    height: 55px;
    width: 180px;
    display: table-cell;
    text-align: center;
    color: white;
    cursor: pointer;
}
.to-store a:hover{
    text-decoration: none;
}
#area-dl table+p{
    margin-top: 1em;
}

/* よくあるご質問 */
#to-qa{
    text-align: center;
}
#to-qa h2{
    margin: 0 auto;
    padding-bottom: 1em;
    width: 90px;
}
#to-qa h2 img{
    width: 100%;
}
#to-qa h2+div{
    display: inline-block;
    width: 350px;
    height: 55px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0969d7), color-stop(0.53, #3299fd), color-stop(0.00, #38a7fd));
    background: -webkit-linear-gradient(top, #38a7fd 0%, #3299fd 53%, #0969d7 100%);
    background: -moz-linear-gradient(top, #38a7fd 0%, #3299fd 53%, #0969d7 100%);
    background: -o-linear-gradient(top, #38a7fd 0%, #3299fd 53%, #0969d7 100%);
    background: -ms-linear-gradient(top, #38a7fd 0%, #3299fd 53%, #0969d7 100%);
    background: linear-gradient(to bottom, #38a7fd 0%, #3299fd 53%, #0969d7 100%);
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 27px;
    border-bottom: 2px solid #333;

}
#to-qa h2+div a{
    display: table-cell;
    width: 350px;
    height: 55px;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    text-align: center;
}
#to-qa h2+div a:hover{
    text-decoration: none;
}



@media screen and (max-width:599px){

    .slick-slider .slick-arrow{
        height: 40px;
        width: auto;
    }
    #main-slide .slick-prev{
        left: 5px;
    }
    #main-slide .slick-next{
        right: 5px;
    }

    .slide-dev{
        width: 80%;
    }
    .slide-dev img{
        width: 100%;
    }
    .slick-list{
        padding: 0;
    }
    #main-slide{

        width: 100%;
    }
    #main-slide .main-s-child{

        width: 100%;
        position: relative;
    }
    .slick-slide img {
        width: 100%;
    }
    .main-s-inner{
        width: 100%;
    }
    .main-s-inner .pcHide{
        padding-bottom: 10px;
    }
    #main-slide .slick-dots{
        bottom: 10px;
    }

    #area-inform ul{
        font-size: 1em;
        padding: 0 15px;
    }

    #area-dl ul {
        position: static;
        display: inline-block;
        width: 100%;
        padding: 30px 0;
    }
    #area-info-dl {
        width: 100%;
        text-align: center;
    }
    #area-dl table{
        width: 100%;
    }
    .icon-app {
        width: 80px;
        position: static;
        transform: translateX(0%);
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .to-store {
        border-radius: 10px;
         position: static;
        bottom: 0;
        line-height: 1em;
        width: 100%;
        height: 55px;
        background-color: #333;
        color: white;
        left: 50%;

        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);

        font-size: 1em;
        font-weight: bold;
        display: inline-block;
        max-width: 200px;
    }
    .to-store a {
        width: 100%;
        display: block;
        position: relative;
    }
    .to-store a span{
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
    }
    #area-dl ul li{
        box-sizing: border-box;
        width: 50%;
    }
    #area-dl li:first-child {
        padding: 0 10px;
    }
    #area-dl li:nth-child(2) {
        border-left: 1px solid #fff;
        padding: 0 10px;

    }
    #area-dl ul li h3 {
        padding: 5px 10px;
        background-color: white;
        display: inline-block;
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    #area-dl{
        height: auto;
/*        padding: 20px 0;*/
    }
    #area-dl table+p {
        margin-top: .8em;
        font-size: .6em;
    }

    #to-qa img{
        width: 15%;
    }
    #to-qa h2+div{
        width: 90%;
        height: 40px;
        font-size: 1.2em;
    }

    #to-qa h2+div a {
        height: 40px;
        display: block;
        width: auto;
        position: relative;
    }
    #to-qa h2+div a span{
        /* height: 40px; */
        /* display: table-cell; */
        vertical-align: middle;
        /* width: 100%; */
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);


    }
    #to-qa h2+div{
        width: 90%;
    }
}
