@charset "UTF-8";
body {
    background: #de4398;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #fff;
    width: 100%;
    margin: 0px;
    font-size:18px;
    
}
div.wrapper{
    overflow: hidden;
}
header {
    margin: auto;
}

div.top {
    margin-top: 50px;
}

div.top_2 {
    width: 1000px;
    display: flex;
    align-items: center;
    margin: auto;
}

div.imgtop1 {}

img.top1 {
    width: 250px;
    height: auto;
}

img.topm1 {
    display: none;
}

div.imgtop2 {
    margin-right: 0px;
}

img.top2 {
    width: 250px;
    height: auto;
}

img.topm2 {
    display: none;
}

div.top_center {
    margin-bottom: 0px;
    margin-right,
    left: auto;
}

div.store {}

img.appstore {
    width: 200px;
    display: block;
    margin: auto;
    margin-top: 100px;
}

img.appstore:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

img.googleplay:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

img.googleplay {
    width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 10px;
}

img.top_logo {
    display: block;
    width: 100px;
    height: auto;
    margin-top: 165px;
    
    margin-bottom: auto;
    margin-right: 200px;
    margin-left: 200px;
}
div.share{
    display:flex;
    width:450px;
    margin:auto;
    margin-top:50px;
    margin-bottom:20px;
    background-color:rgba(0,0,0,0.5);
        padding:10px;
    border-radius:10px;
    
}
div.twitter{
    padding:5px;
}
div.facebook{
    padding:5px;
}
div.google_plus{
    padding:5px;
}
div.line{
    padding:5px;
}
div.pocket{
    padding:5px;
}
div.down {
    width: 70px;
    margin: auto;
    margin-top: 80px;
}

img.down {
    width: 70px;
    height: auto;
}

div.first {
    width: 100%;
    margin: auto;
    margin-top: 200px;
    display: flex;
    align-items: center;
}

div.back_1 {
    background-color: rgba(0, 0, 0, 0.5);
    width: 50%;
    margin-left: 0px;
    overflow: hidden;
}

img.first {
    padding:50px;
    float:right;
    display:block;
    margin-left:auto;
    right: 0px;
    width: 400px;
    height: auto;
}

div.first_intro {
    padding: 50px;
    width: 400px;
    margin-right: auto;
    margin-left: 0px;
}

div.second {
    width: 100%;
    margin: auto;
    margin-top: 0px;
    display: flex;
    align-items: center;
}

img.second {
    padding: 50px;
    display: block;
    width: 400px;
    height: auto;
}

img.second_m {
    display: none;
}

div.back_2 {
    background-color: rgba(0, 0, 0, 0.5);
    width: 50%;
}

div.second_intro {
    padding:50px;
    width: 400px;
    margin-left: auto;
    margin-right: 0px;
}
p.second{
    display:block;
}
div.store_end {
    display: flex;
    align-items: center;
    margin: auto;
    width: 520px;
    margin-top: 50px;
}

div.store_end_pic {}

img.appstore_end {
    width: 200px;
    display: block;
    margin: auto;
    padding-bottom: 5px;
}

img.appstore_end:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

img.googleplay_end {
    width: 200px;
    display: block;
    margin: auto;
    padding-top: 5px;
}

img.googleplay_end:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

img.rabit {
    display: block;
    height: 200px;
}

img.cat {
    padding-left: 15px;
    display: block;
    height: 200px;
}

footer {
    margin-top: 60px;
    text-align: center;
    font-size: 15px;
}
div.footer{
    
}
a{
    color:#fff;
    text-decoration: none;
}

/*mobile*/

@media screen and (max-width: 750px) {
    body {
        background: #de4398;
        font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
        color: #fff;
        width: 100%;
        margin: 0px;
        font-size: 20px;
        line-height:1.5em;
    }
    header {
        margin: auto;
    }
    div.top {
        margin-top: 10px;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        height: 300px;
        order: 1;
    }
    div.top_2 {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    div.imgtop1 {}
    img.top1 {
        display: none;
    }
    img.topm1 {
        display:inline;
        height: 300px;
        width: auto;
    }
    div.top_center {
        margin-right: 20px;
        margin-left: 20px;
        padding: 0px;
        flex-grow: 1;
    }
    img.top_logo {
        width: 80px;
        padding-top: 50px;
        margin: auto;
    }
    img.appstore {
        margin-top: 50px;
        width: 160px;
    }
    img.googleplay {
        width: 160px;
    }
    div.imgtop {
        margin-left: 0px;
    }
    img.top2 {
        display: none;
    }
    img.topm2 {
        display:inline;
        height: 300px;
        width: auto;
    }
    div.share_back{
        margin-top:50px;
        background-color:rgba(100,100,100,0.5);
    }
    div.share{
        width:300px;
        margin:auto;
        background-color:transparent;
    }
    div.twitter{
        
    }
    img.twitter{
        width:50px;
        height:auto;
    }
    img.facebook{
        width:50px;
        height:auto;
    }
    img.google_plus{
        width:50px;
        height:auto;
        
    }
    img.line{
        width:50px;
        height:auto;
        
    }
    img.pocket{
        width:50px;
        height:auto;
        
    }
    div.down {
        display: none;
    }
    div.first {
        width: 100%;
        margin-top: px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    div.back_1 {
        background-color: rgba(100, 100, 100, 0.5);
        width: 100%;
        order: 3;
    }
    img.first {
        padding-top:10px;
        padding-bottom:10px;
        width: 80%;
        display: block;
        margin: auto;
        float:none;
    }
    div.first_intro {
        order: 2;
        width: 100%;
        padding:0px;
        margin:auto;
        margin-top:30px;
        margin-bottom:30px;
    }
    h1 {
        display:block;
        margin:auto;
        text-align: center;
        font-size: 25px;
        margin-bottom:10px;
    }
    p.first{
        width:80%;
        display:block;
        margin:auto;
        padding:0px;
    }
    div.second {
        width: 100%;
        margin-top: 0px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    p.second {
        display: block;
        padding: 0px;
        margin: auto;
        width: 80%;
    }
    div.back_2 {
        background-color: rgba(100, 100, 100, 0.5);
        width: 100%;
    }
    img.second {
        width: 80%;
        display: none;
    }
    img.second_m {
        width: 80%;
        display: block;
        margin: auto;
        padding: 10px;
    }
    div.second_intro {
        width: 100%;
        padding:0px;
        margin:auto;
        margin-top:30px;
        margin-bottom:30px;
    }
    div.store_end {
        display: flex;
    align-items: center;
    margin: auto;
    width: 385px;
    margin-top: 50px;
    }
    img.rabit {
        width: 100px;
        height: auto;
    }
    div.store_end_pic {}
    img.appstore_end {
        width: 160px;
        height: auto;
    }
    img.googleplay_end {
        width: 160px;
        height: auto;
    }
    img.cat {
        padding-left:5px;
        width: 100px;
        height: auto;
    }
}


