@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
--------------------------------*/
body{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #1a1a1a;
}
h2,h3,h4,h5,h6{
    line-height: 1.4;
    font-weight: bold;
}
img{
    max-width: 100%;
    height: auto;
}
section{
    margin-bottom: 32px;
}
.h2{
    margin: 0 16px 8px;
    text-align: center;
    font-size: 20px;
}
.h2-sub{
    margin: 0 16px 16px;
    font-size: 16px;
}
.h3{
    margin: 0 16px 16px;
    padding: 8px;
    border-left: solid 8px #1a1a1a;
    font-size: 18px;
}
.wrap{
    margin: auto;
    max-width: 768px;
    overflow: hidden;
}
.text{
    margin: 0 16px 16px;
}
.btn-box{
    overflow: hidden;
}
.btn{
    margin-bottom: 8px;
    padding: 14px 56px 14px 14px;
    display: block;
    background: #da1097;
    border-radius: 100px;
    box-shadow: 0 8px #87095d;
    position: relative;
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: white;
}
.btn::before,
.btn::after{
    top: 0;
    bottom: 0;
}
.btn::before{
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 100px;
    right: 12px;
}
.btn::after{
    height: 0;
    border: solid 12px transparent;
    border-left: solid 20px #da1097;
    right: 7px;
}
.bold{
    font-weight: bold;
}
.red{
    color: #a20f27;
}
.yellow-marker{
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.swiper-slide .link-text::before,
.swiper-slide .link-text::after,
.btn::before,
.btn::after,
.app .item.plus .li::before,
.app .item.plus .li::after,
.closing .banner-box::before,
.closing .banner-box::after{
    margin: auto;
    content: "";
    position: absolute;
}

/*--------------------------------
header
--------------------------------*/
.header{
    margin-bottom: 16px;
}
.header .h1{
    line-height: 0;
}

/*--------------------------------
hero
--------------------------------*/
.swiper-container{
    margin: 0 16px 52px;
    position: relative;
}
.swiper-slide{
    border: solid 2px #da1097;
    opacity: 0.5;
}
.swiper-slide-active{
    opacity: 1;
}
.swiper-slide a{
    display: block;
    position: relative;
}
.swiper-slide .link-text{
    padding: 8px 36px 8px 8px;
    width: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 100%);
    display: block;
    position: absolute;
    bottom: 0;
    text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
    text-align: right;
    font-weight: bold;
    color: #da1097;
}
.swiper-slide .link-text::before,
.swiper-slide .link-text::after{
    top: 0;
    bottom: 0;    
}
.swiper-slide .link-text::before{
    width: 20px;
    height: 20px;
    background: #da1097;
    border-radius: 20px;
    box-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
    right: 8px;
}
.swiper-slide .link-text::after{
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px white;
    right: 7px;
}
.swiper-pagination{
    position: absolute;
    bottom: -35px!important;
}
.swiper-pagination-bullet{
    margin: 0 6px!important;
    width: 16px;
    height: 16px;
    background: #1a1a1a!important;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #13bfb4!important;
}

/*--------------------------------
about
--------------------------------*/
.important{
    margin: 36px 16px 16px;
    padding: 39px 12px 12px;
    border: solid 4px #b5122d;
    position: relative;
}
.important .h4{
    width: 200px;
    position: absolute;
    top: -32px;
    left: -16px;
}
.important .li{
    margin-bottom: 8px;
    padding-left: 27px;
    background: url(../images/checkbox.webp) no-repeat top 3px left / 24px;
    font-weight: bold;
}
.important .li:last-child{
    margin-bottom: 0;
}

/*--------------------------------
app
--------------------------------*/
.app .item{
    margin: 0 16px 16px;
    position: relative;
}
.app .item .device{
    margin: 4px 4px 0;
    background: white;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    color: #0d827a;
}
.app .info{
    display: flex;
    justify-content: space-between;
    background: #0d827a;
}
.app .info .left{
    width: 92px;
    border: solid 2px #0d827a;
}
.app .info .icon-box{
    display: block;
}
.app .info .right{
    flex: 1;
}
.app .info .sub-title{
    padding: 6px 8px;
    min-height: 62px;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
}
.app .inner{
    padding: 12px;
    border: solid #0d827a;
    border-width: 0 2px 2px 2px;
}
.app .item .text,
.app .item .ul,
.app .item .banner,
.app .item .btn-box,
.app .item.plus .ul{
    margin: 0 0 12px;
}
.app .item .ul{
    padding-left: 21px;
}
.app .item .li{
    list-style-type: disc;
}
.app .item .banner{
    display: block;
}
.app .item .btn-box{
    margin: 16px 0 4px;
}
.app .plus .inner{
    border: solid #ebd422;
    border-width: 0 2px 2px 2px;
}
.app .item.plus .h4{
    padding: 12px;
    background: #ebd422;
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
}
.app .item.plus .li{
    margin-bottom: 8px;
    position: relative;
    line-height: 1.4;
    font-weight: bold;
    color: #097870;
}
.app .item.plus .li:last-child{
    margin-bottom: 0;
}

/*--------------------------------
closing
--------------------------------*/
.closing{
    overflow: hidden;
}
.closing .banner-box{
    margin: 0 16px 8px;
    border-radius: 32px;
    display: block;
    overflow: hidden;
    border: solid #da1097;
    border-width: 0 2px 2px 2px;
    box-shadow: 0 8px #87095d;
    position: relative;
}
.closing .banner-box::before{
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 100px;
    right: 12px;
    bottom: 12px;
}
.closing .banner-box::after{
    height: 0;
    border: solid 12px transparent;
    border-left: solid 20px #da1097;
    right: 7px;
    bottom: 20px;
}
.closing .banner-box .h4{
    padding: 8px;
    background: #da1097;
    text-align: center;
    color: white;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
    padding: 16px;
    background: #1a1a1a;
}
.footer .text{
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: white;
}
.footer .text a{
    text-decoration: underline;
    color: white;
}

/*--------------------------------
small-tablet
--------------------------------*/
@media (min-width: 600px){
    /*--------------------------------
    base
    --------------------------------*/
    body{
        font-size: 24px;
    }
    section{
        margin-bottom: 64px;
    }
    .h2{
        margin: 0 32px 16px;
        font-size: 32px;
    }
    .h2-sub{
        margin: 0 32px 32px;
        font-size: 20px;
    }
    .h3{
        margin: 0 32px 32px;
        padding: 16px;
        border-left: solid 16px #1a1a1a;
        font-size: 28px;
    }
    .text{
        margin: 0 32px 32px;
    }
    .btn{
        margin-bottom: 16px;
        padding: 24px 96px 24px 24px;
        box-shadow: 0 16px #87095d;
        font-size: 32px;
    }
    .btn::before{
        width: 60px;
        height: 60px;
        right: 24px;
    }
    .btn::after{
        border: solid 16px transparent;
        border-left: solid 28px #da1097;
        right: 20px;
    }

    /*--------------------------------
    header
    --------------------------------*/
    .header{
        margin-bottom: 32px;
    }

    /*--------------------------------
    hero
    --------------------------------*/
    .swiper-container{
        margin: 0 32px 104px;
    }
    .swiper-slide{
        border: solid 4px #da1097;
    }
    .swiper-slide .link-text{
        padding: 16px 72px 16px 16px;
        text-shadow: 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white;
    }
    .swiper-slide .link-text::before{
        width: 40px;
        height: 40px;
        border-radius: 40px;
        box-shadow: 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white;
        right: 16px;
    }
    .swiper-slide .link-text::after{
        border: solid 12px transparent;
        border-left: solid 16px white;
        right: 14px;
    }
    .swiper-pagination{
        bottom: -59px!important;
    }
    .swiper-pagination-bullet{
        margin: 0 12px!important;
        width: 24px;
        height: 24px;
    }

    /*--------------------------------
    about
    --------------------------------*/
    .important{
        margin: 72px 32px 32px;
        padding: 86px 24px 24px;
        border: solid 8px #b5122d;
    }
    .important .h4{
        width: 400px;
        position: absolute;
        top: -64px;
        left: -32px;
    }
    .important .li{
        margin-bottom: 16px;
        padding-left: 42px;
        background: url(../images/checkbox.webp) no-repeat top 2px left / 36px;
    }

    /*--------------------------------
    app
    --------------------------------*/
    .app .item{
        margin: 0 32px 32px;
    }
    .app .info .left{
        width: 132px;
        border: solid 4px #0d827a;
    }
    .app .item .device{
        margin: 8px 8px 0;
    }
    .app .info .sub-title{
        padding: 12px 16px;
        min-height: 91px;
    }
    .app .inner{
        padding: 24px;
        border-width: 0 4px 4px 4px;
    }
    .app .item .text,
    .app .item .ul,
    .app .item .banner,
    .app .item .btn-box,
    .app .item.plus .ul{
        margin: 0 0 24px;
    }
    .app .item .ul{
        padding-left: 29px;
    }
    .app .item .btn-box{
        margin: 32px 0 8px;
    }
    .app .item.plus .h4{
        padding: 24px;
        font-size: 28px;
    }
    .app .plus .inner{
        border-width: 0 4px 4px 4px;
    }

    /*--------------------------------
    closing
    --------------------------------*/
    .closing .banner-box{
        margin: 0 32px 16px;
        border-width: 0 4px 4px 4px;
        box-shadow: 0 16px #87095d;
    }
    .closing .banner-box::before{
        width: 60px;
        height: 60px;
        right: 16px;
        bottom: 16px;
    }
    .closing .banner-box::after{
        border: solid 18px transparent;
        border-left: solid 30px #da1097;
        right: 10px;
        bottom: 28px;
    }
    .closing .banner-box .h4{
        padding: 16px;
    }

    /*--------------------------------
    footer
    --------------------------------*/
    .footer{
        padding: 32px;
    }
    .footer .text{
        font-size: 20px;
    }
}

/*--------------------------------
tablet
--------------------------------*/
@media (min-width: 768px){
    /*--------------------------------
    base
    --------------------------------*/
    body{
        font-size: 28px;
    }
    .h2{
        font-size: 43px;
    }
    .h2-sub{
        font-size: 24px;
    }
    .h3{
        font-size: 32px;
    }
    .btn{
        font-size: 43px;
    }

    /*--------------------------------
    about
    --------------------------------*/
    .important .li{
        padding-left: 50px;
        background: url(../images/checkbox.webp) no-repeat top 4px left / 42px;
    }

    /*--------------------------------
    app
    --------------------------------*/
    .app .info .left{
        width: 149px;
    }
    .app .info .sub-title{
        min-height: 102px;
    }
    .app .item .btn-box{
        margin: 32px 32px 8px;
    }
    .app .item.plus .h4{
        font-size: 32px;
    }

    /*--------------------------------
    footer
    --------------------------------*/
    .footer .text{
        font-size: 24px;
    }
}