@charset "utf-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
    display: block;
}
ul li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
body{
    line-height: 1;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
select,option,input:not([type=checkbox]):not([type=radio]),textarea,button{
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
    content: '';
    content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
    cursor: pointer;
}
:focus{
    outline: none;
}

/*--------------------------------
base
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.6;
    font-size: 1.6rem;
}
img,video{
    max-width: 100%;
}
video{
    margin-bottom: -8px;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
}
.wrap{
    margin: 0 auto;
    max-width: 768px;
    overflow: hidden;
}
.article{
    padding: 0 16px;
}
.h2{
    margin-bottom: 16px;
    padding: 8px;
    background: #5ba9f7;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
}
.img-box,
.text{
    margin-bottom: 16px;
}
.img-box{
    text-align: center;
}
.img-box.mini{
    margin: 0 auto 32px;
    width: 60%;
}
.img-box.flex {
    display: flex;
}
.img-box.flex .inner:first-child{
    padding-right: 8px;
}
.img-box.flex .inner:last-child{
    padding-left: 8px;
}
.btn-box{
    margin: 0 16px 32px;
    overflow: hidden;
}
.btn{
    margin-bottom: 8px;
    padding: 18px 64px 18px 16px;
    display: block;
    background: #fe61b0;
    border-radius: 56px;
    box-shadow: 0 8px 0 #ab2f6d;
    position: relative;
    line-height: 1.2;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    color: white;
}
.btn::before,
.btn::after{
    margin: auto;
    top: 0;
    bottom: 0;
}
.btn::before{
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 40px;
    right: 16px;
}
.btn::after{
    height: 1px;
    border: solid 10px transparent;
    border-left: solid 16px #fe61b0;
    right: 16px;
}
.btn::before,
.btn::after,
.point .li::before{
    content: "";
    position: absolute;
}
.strong{
    font-weight: bold;
    color: red;
}
.strong2{
    font-weight: bold;
    color: #ff00ec;
}
.small{
    font-size: 1.4rem;
    line-height: 1.4;
}
.bold{
    font-weight:  bold;
}
section{
    margin-bottom: 32px;
}
.mbr{
    display: none;
}

/*--------------------------------
contents
--------------------------------*/
.header{
    margin-bottom: 16px;
}
.header .h1{
    padding: 8px;
    background: #5ba9f7;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
}
.header .h1 .strong{
    font-size: 2.0rem;
    color: yellow;
}
.swiper-container{
    margin-bottom: 16px;
}
.point .ul{
    margin-bottom: 16px;
    padding: 12px;
    border: solid 2px #1a1a1a;
    background: lightyellow;
    border-radius: 10px;
}
.point .li{
    margin-bottom: 8px;
    padding-left: 14px;
    position: relative;
}
.point .li::before{
    width: 8px;
    height: 8px;
    background: #1a1a1a;
    border-radius: 20px;
    top: 8px;
    left: 0;
}
.point .li:last-child{
    margin-bottom: 0;
}
.app-box .logo-box{
    margin-bottom: 12px;
    text-align: center;
}
.app-box .logo-box a{
    margin: auto;
    width: 120px;
    display: block;
}
.app-box .table{
    margin: 0 0 12px -4px;
    width: calc(100% + 8px);
}
.app-box th,
.app-box td{
    padding: 4px 8px;
    width: 50%;
    border: solid 4px #ffffff;
    color: white;
}
.app-box th{
    background: #604080;
    vertical-align: middle;
}
.app-box td{
    background: #734c99;
}
.app-head{
    margin-bottom: 16px;
    line-height: 1.4;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
.app-card .app-box{
    margin: 32px 0
}
.app-card .app-box .inner{
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-card .h3{
    margin-bottom: 4px;
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    color: #000000;
}
.app-card .li{
    margin: 0 2px 4px 0;
    padding: 2px 8px;
    display: inline-block;
    background: #ff4a83;
    font-size: 1.4rem;
    color: white;
}
.app-card .left{
    margin-right: 4px;
    width: 80px;
    height: 80px;
}
.app-card .left img{
    width: 100%;
}
.app-card .center{
    flex: 1;
}
.app-card .right{
    margin-left: 4px;
    flex: 1;
}
.app-card.fix{
    margin: 0 auto;
    max-width: 768px;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 9999;
    box-shadow: 0 -4px 4px rgba(0,0,0,0.5);
    transition-duration: 0.2s;
}
.app-card.fix.active{
    bottom: 0;
}
.app-card.fix .app-box{
    margin: 0
}
.app-card.fix .btn-box{
    margin: 12px;
}
.app-card.fix .btn{
    padding: 16px 54px 16px 16px;
    font-size: 1.8rem;
}
.app-card.fix .btn::before{
    width: 30px;
    height: 30px;
}
.app-card.fix .btn::after{
    border: solid 8px transparent;
    border-left: solid 12px #fe61b0;
    right: 16px;
}
.footer{
    padding: 12px 12px 96px 12px;
    background: #333333;
    text-align: center;
}
.footer .text{
    margin-bottom: 0;
    line-height: 1.4;
    color: white;
}
.footer .text .title{
    margin-right: 4px;
}
.qr{
    margin-bottom: 32px;
}
.qr .app-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qr .app-box .left{
    width: 120px;
    text-align: center;
}
.app-card .qr{
    margin-bottom: 0;
}
.app-card .qr .app-box{
    padding: 8px 16px;
}
.app-card .qr .left{
    width: 70px;
    height: 70px;
}
.qr .app-box .right,
.app-card .qr .right{
    width: inherit;
    flex: 1;
}
.qr-text{
    line-height: 1.4;
    text-align: center;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:359px){
    .mbr{
        display: block;
    }
    .btn{
        padding: 6px 64px 6px 16px;
    }
    .app-card.fix .btn{
        padding: 8px 54px 8px 16px;
    }
    .footer{
        padding: 12px 12px 102px 12px;
    }
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width:768px){
    body{
        font-size: 2.8rem;
    }
    .tbrn{
        display: none;
    }
    .tbmr{
        margin-right: 1em;
    }
    .header{
        margin-bottom: 32px;
    }
    .header .h1{
        padding: 16px;
        font-size: 2.8rem;
    }
    .header .h1 .strong{
        font-size: 3.4rem;
    }
    .h2{
        margin-bottom: 32px;
        padding: 16px;
        font-size: 3.2rem;
    }
    video{
        margin-bottom: -12px;
    }
    .article{
        padding: 0 32px;
    }
    section{
        margin-bottom: 64px;
    }
    .small{
        font-size: 2.4rem;
    }
    .img-box, .text{
        margin-bottom: 32px;
    }
    .swiper-container{
        margin-bottom: 32px;
    }
    .point .ul{
        margin-bottom: 64px;
        padding: 24px;
        border: solid 4px #1a1a1a;
        border-radius: 20px;
    }
    .point .li{
        margin-bottom: 16px;
        padding-left: 28px;
    }
    .point .li::before{
        width: 16px;
        height: 16px;
        top: 12px;
    }
    .app-card .app-box{
        margin: 64px 0;
    }
    .btn-box{
        margin: 0 32px 64px;
    }
    .btn{
        margin-bottom: 16px;
        padding: 24px 110px 24px 24px;
        border-radius: 56px;
        box-shadow: 0 16px 0 #ab2f6d;
        font-size: 4rem;
    }
    .btn::before{
        width: 60px;
        height: 60px;
        background: white;
        border-radius: 60px;
        right: 24px;
    }
    .btn::after{
        border: solid 16px transparent;
        border-left: solid 24px #fe61b0;
        right: 22px;
    }
    .app-card.fix .btn-box{
        margin: 24px;
    }
    .app-card.fix .btn{
        padding: 16px 74px 16px 16px;
        font-size: 4rem;
    }
    .app-card.fix .btn::before{
        width: 50px;
        height: 50px;
    }
    .app-card.fix .btn::after{
        border: solid 14px transparent;
        border-left: solid 24px #fe61b0;
        right: 20px;
    }
    .app-card .qr .left{
        width: 140px;
        height: 140px;
    }
    .app-card.fix,
    .app-card.qr.fix{
        bottom: -166px;
    }
    .app-card.qr.fix.active{
        bottom: 0;
    }
    .footer {
        padding: 12px 12px 150px 12px;
    }
    .footer.qr{
        padding: 12px 12px 136px 12px;
    }
}