@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{
    background: #e5e5e5;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #1a1a1a;
}
img{
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.3;
}
.wrap{
    margin: auto;
    max-width: 768px;
}
.ranking .btn-box .btn::after,
.ranking .btn-box .btn-top-text::before,
.ranking .btn-box .btn-top-text::after{
    margin: auto;
    content: "";
    position: absolute;
}
.bold{
    font-weight: bold;
}
.red{
    color: #ff3b3b;
}
.pink{
    color: #ff2187;
}
.maker{
    background: linear-gradient(transparent 60%, #fff64c 60%);
}

/*--------------------------------
contents
--------------------------------*/
.header .hero{
    padding: 2%;
    background: url(../images/hero-bg.webp)no-repeat center / cover;
    position: relative;
    overflow: hidden;
}
.header .h1{
    position: relative;
    z-index: 2;
}
.header .h1 img:nth-child(1){
    margin: 6% 0 4%;
    width: 65%;
}
.header .hero .phone{
    width: 30%;
    position: absolute;
    top: 4%;
    right: 4%;
}
.header .phone img{
    position: relative;
    z-index: 1;
}
.header .phone .hero-video{
    width: 80%;
    border-radius: 4%;
    position: absolute;
    top: 4%;
    right: 9%;
    z-index: 0;
    transform: rotate(5deg);
}
.header .text{
    padding: 8px;
    background: #323232;
    font-weight: bold;
    text-align: center;
    color: white;
}
.ranking{
    padding: 8px;
}
.ranking .box{
    margin-bottom: 8px;
    padding: 8px;
    background: url(../images/rank-bg.webp?1) no-repeat top left / 120px, white;
}
.ranking .box:last-child{
    margin-bottom: 0;
}
.ranking .box .h2{
    margin-bottom: 8px;
    padding: 8px 0;
    display: flex;
    column-gap: 20px;
    font-size: 20px;
    font-weight: bold;
}
.ranking .h2 .rank{
    width: 63px;
    max-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.ranking .h2 .text{
    flex: 1;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}
.ranking .banner-box{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    overflow-x: scroll;
}
.ranking .banner-box .banner{
    margin-right: 8px;
    max-width: 92%;
    flex-shrink: 0;
    line-height: 0;
}
.ranking .banner video,
.ranking .banner img{
    max-height: 250px;
}
.ranking .info{
    margin-bottom: 8px;
    display: flex;
    column-gap: 8px;
}
.ranking .info .icon{
    width: 66px;
}
.ranking .info .name-tag{
    flex: 1;
}
.ranking .name-tag .name{
    font-size: 16px;
    font-weight: bold;
}
.ranking .name-tag .tag{
    line-height: 1.4;
    color: #2297e6;
}
.ranking .point{
    padding: 8px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    background: #e62297;
    border-radius: 8px 8px 0 0;
    color: white;
}
.ranking .point .heading{
    flex: 1;
    text-align: center;
    line-height: 1.2;
}
.ranking .point .text{
    padding: 8px;
    flex: 1;
    background: white;
    border-radius: 4px;
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e62297;
}
.ranking .param-box{
    margin-bottom: 8px;
    padding: 8px;
    background: #ffeef8;
    border-radius: 0 0 8px 8px;
}
.ranking .param-box .item{
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ranking .param-box .item:last-child{
    margin-bottom: 0;
}
.ranking .param-box .heading,
.ranking .param-box .left-text,
.ranking .param-box .right-text{
    flex: 1;
    text-align: center;
}
.ranking .param-box .heading{
    font-weight: bold;
    color: #e62297;
}
.ranking .param-box .param-line{
    width: 80px;
    height: 1px;
    background: gray;
    position: relative;
}
.ranking .param-line .param{
    margin: auto;
    width: 10px;
    height: 10px;
    background: #e62297;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.ranking .param.pos0{
    left: 0;
}
.ranking .param.pos1{
    left: 9%;
}
.ranking .param.pos2{
    left: 18%;
}
.ranking .param.pos3{
    left: 27%;
}
.ranking .param.pos4{
    left: 36%;
}
.ranking .param.pos5{
    left: 45%;
}
.ranking .param.pos6{
    left: 54%;
}
.ranking .param.pos7{
    left: 63%;
}
.ranking .param.pos8{
    left: 72%;
}
.ranking .param.pos9{
    left: 81%;
}
.ranking .param.pos10{
    left: 90%;
}
.ranking .btn-box{
    margin: 16px 8px;
}
.ranking .btn-box .btn-top-text{
    margin-bottom: 6px;
    padding: 0 16px;
    background: -webkit-linear-gradient(-45deg, rgba(230,34,151,1) 1%,rgba(34,151,230,1) 100%);
    background: linear-gradient(135deg, rgba(230,34,151,1) 1%,rgba(34,151,230,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}
.ranking .btn-box .btn-top-text::before,
.ranking .btn-box .btn-top-text::after{
    width: 2px;
    height: 24px;
    bottom: 0;
}
.ranking .btn-box .btn-top-text::before{
    background: #e62297;
    left: 3px;
    transform: rotate(-15deg);
}
.ranking .btn-box .btn-top-text::after{
    background: #2297e6;
    right: 3px;
    transform: rotate(15deg);
}
.ranking .btn-box .btn{
    padding: 12px 40px 12px 12px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(-45deg, rgba(230,34,151,1) 1%,rgba(34,151,230,1) 100%);
    background: linear-gradient(135deg, rgba(230,34,151,1) 1%,rgba(34,151,230,1) 100%);
    border-radius: 100px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    font-size: 22px;
    font-weight: bold;
    color: white;
}
.ranking .btn-box .btn::after{
    height: 0;
    border: solid 10px transparent;
    border-left: solid 16px white;
    top: 0;
    right: 6px;
    bottom: 0;
}
.ranking .swiper-wrapper{
    margin-bottom: 8px;
}
.ranking .swiper-slide{
    height: auto;
    background: #edf8ff;
    border-radius: 8px;
}
.ranking .swiper-slide .inner{
    padding: 8px;
    background: #2297e6;
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    border-radius: 8px 8px 0 0;
}
.ranking .swiper-slide .img-box{
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50px;
    overflow: hidden;
}
.ranking .swiper-slide .info{
    margin-bottom: 0;
    display: block;
    flex: 1;
    color: white;
}
.ranking .swiper-slide .h3{
    font-size: 16px;
    font-weight: bold;
}
.ranking .swiper-slide .text{
    padding: 8px;
}
.ranking .swiper-pagination{
    margin-bottom: 8px;
    text-align: center;
    line-height: 0;
}
.ranking .swiper-pagination-bullet{
    margin: 0 8px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: gray;
    border-radius: 10px;
}
.ranking .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #2297e6;
}
.footer{
    padding: 8px 16px;
    background: #2b2623;
    font-size: 14px;
    text-align: center;
    color: white;
}

/*--------------------------------
tablet
--------------------------------*/
@media screen and (min-width: 600px){
    body{
        font-size: 24px;
    }
    .header .hero{
        padding: 4%;
    }
    .header .text{
        padding: 16px;
    }
    .ranking{
        padding: 16px;
    }
    .ranking .box{
        margin-bottom: 16px;
        padding: 16px;
        background: url(../images/rank-bg.webp?1) no-repeat top left / 190px, white;
    }
    .ranking .box .h2{
        margin-bottom: 16px;
        padding: 16px 0;
        column-gap: 38px;
        font-size: 28px;
    }
    .ranking .h2 .rank{
        width: 90px;
    }
    .ranking .banner-box{
        margin-bottom: 16px;
    }
    .ranking .banner-box .banner{
        margin-right: 16px;
        max-width: 92%;
    }
    .ranking .banner video,
    .ranking .banner img{
        max-height: 500px;
    }
    .ranking .info{
        margin-bottom: 16px;
        column-gap: 16px;
    }
    .ranking .info .icon{
        width: 80px;
    }
    .ranking .name-tag .name{
        font-size: 24px;
    }
    .ranking .point{
        padding: 16px;
        column-gap: 16px;
    }
    .ranking .point .text{
        padding: 12px;
        font-size: 28px;
    }
    .ranking .param-box{
        margin-bottom: 16px;
        padding: 16px;
    }
    .ranking .param-box .param-line{
        width: 160px;
        height: 2px;
    }
    .ranking .param-line .param{
        width: 20px;
        height: 20px;
        border-radius: 20px;
    }
    .ranking .param-box .item{
        margin-bottom: 16px;
    }
    .ranking .btn-box{
        margin: 32px 16px;
    }
    .ranking .btn-box .btn-top-text{
        margin-bottom: 12px;
        padding: 0 32px;
    }
    .ranking .btn-box .btn-top-text::before,
    .ranking .btn-box .btn-top-text::after{
        width: 4px;
        height: 32px;
    }
    .ranking .btn-box .btn-top-text::before{
        left: 6px;
    }
    .ranking .btn-box .btn-top-text::after{
        right: 6px;
    }
    .ranking .btn-box .btn{
        padding: 24px 80px 24px 24px;
        font-size: 28px;
    }
    .ranking .btn-box .btn::after{
        border: solid 14px transparent;
        border-left: solid 22px white;
        right: 6px;
    }
    .ranking .swiper-wrapper{
        margin-bottom: 16px;
    }
    .ranking .swiper-slide{
        border-radius: 16px;
    }
    .ranking .swiper-slide .inner{
        padding: 16px;
        column-gap: 16px;
        border-radius: 16px 16px 0 0;
    }
    .ranking .swiper-slide .img-box{
        width: 66px;
        height: 66px;
        border-radius: 60px;
    }
    .ranking .swiper-slide .h3{
        font-size: 24px;
    }
    .ranking .swiper-slide .text{
        padding: 16px;
    }
    .ranking .swiper-pagination{
        margin-bottom: 16px;
    }
    .ranking .swiper-pagination-bullet{
        margin: 0 12px;
    }
    .footer{
        padding: 16px 32px;
        font-size: 20px;
    }
}