@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,h3,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,body,.wrap{
    height: 100%;
}
body{
    background: url(../images/bg.webp?251106) repeat-y top center / cover;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 16px;
    line-height: 1.6;
    color: white;
    -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}
a{
    color: #29bbff;
}
img{
    max-width: 100%;
    height: auto;
}
.wrap,
.age-check.modal .inner{
    margin: auto;
    max-width: 750px;
}
.header{
    margin: 0 auto;
    padding: 8px;
    max-width: 750px;
    display: flex;
    align-items: center;
    background: #1a1a1a;
    border-bottom: solid 1px #898989;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
}
.header .icon{
    margin-right: 8px;
    width: 60px;
}
.header .text{
    flex: 1;
    line-height: 1.4;
    color: #ffffff;
}
.header .btn{
    margin: 0 0 0 8px;
    padding: 12px 16px;
    animation: none;
    font-size: 16px;
}
.article{
    padding: 32px 16px 0;
    overflow: hidden;
}
.article section{
    margin-bottom: 48px;
}
.h1{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.h1 .border{
    display: block;
    background: url(../images/heading-bg.webp?251106) no-repeat center / 120%;
    border: solid 30px;
    border-image: url(../images/app-frame.webp?251106);
    border-image-slice: 47;
    border-image-width: 20px;
    border-image-outset: 4px 0;
    border-image-repeat: stretch;
    position: relative;
    z-index: 2;
}
.h1 .border .inner{
    margin: -24px;
    padding: 12px;
    display: block;
    text-align: center;
}
.h2{
    margin-top: -8px;
    padding: 8px 0 8px 38px;
    background: url(../images/heading-icon.webp?251106) no-repeat left center / 30px;
    border-bottom: double 4px;
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
}
.h3{
    padding: 0 70px;
    background: url(../images/deco-left.webp?251106) no-repeat left center / contain, url(../images/deco-right.webp?251106) no-repeat right center / contain;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
}
.h4{
    padding: 4px 8px;
    display: block;
    background: #f0bc76;
    text-align: center;
    font-size: 16px;
}
.img-box{
    text-align: center;
}
.btn-box .text{
    margin-bottom: 20px;
    padding: 8px 26px;
    background: url(../images/balloon-deco-left.webp?251106) no-repeat top 4px left 2px / 24px, url(../images/balloon-deco-right.webp?251106) no-repeat top 4px right 2px / 24px, url(../images/balloon-deco-btm.webp?251106) no-repeat left 6px bottom 4px / 13px, url(../images/balloon-deco-btm.webp?251106) no-repeat right 6px bottom 4px / 13px, #000;
    border: double 4px #ffffff;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
}
.btn-box .text::after{
    width: 20px;
    height: 14px;
    background: url(../images/balloon-arrow.webp?251106) no-repeat center / contain;
    left: 0;
    right: 0;
    bottom: -14px;
}
.btn{
    padding: 16px;
    display: block;
    background: linear-gradient(to bottom, rgba(122, 18, 72, 1) 0%, rgba(120, 18, 71, 1) 40%, rgba(96, 15, 59, 1) 60%, rgba(68, 12, 45, 1) 80%, rgba(68, 11, 45, 1) 100%);
    border: solid 2px #4d0829;
    border-radius: 999px;
    animation: poyon 1.2s infinite;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
@keyframes poyon{
    0%{
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
    15%{
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }
}
.table{
    width: 100%;
    font-size: 14px;
}
.table .th,
.table .td{
    padding: 8px;
    width: 50%;
    border: solid 2px #000;
    line-height: 1.4;
}
.table .th{
    background: #560930;
    vertical-align: middle;
    color: #ffffff;
}
.table .td{
    background: #440c2d;
    color: #ffffff;
}
.btn::before,
.btn::after,
.btn-box .text::after,
.review .swiper-slide .inner::before,
.review .swiper-slide .inner::after,
.howto .box::after{
    margin: auto;
    content: "";
    position: absolute;
}
.mb0{
    margin-bottom: 8px;
}
.mb1{
    margin-bottom: 16px;
}
.mb2{
    margin-bottom: 32px;
}
.mb3{
    margin-bottom: 48px;
}
.emoji{
    width: 17px;
    position: relative;
    top: -2px;
}
.bold{
    font-weight: bold;
}
.yellow{
    color: yellow;
}
.purple-line{
    background: linear-gradient(transparent 60%, #890b4a 60%);
}

/*--------------------------------
contents
--------------------------------*/
.age-check.modal {
    margin: 0;
    padding: 32px 16px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.age-check .text{
    margin-bottom: 16px;
    text-align: center;
    color: #fff;
}
.age-check .text .strong{
    font-weight: bold;
    color: #fff2af;
}
.age-check .btn-box{
    margin: 32px 0;
    display: flex;
}
.age-check .btn-box .btn{
    margin: 0;
    padding: 16px 0px;
    display: block;
    border: none;
    border-radius: 999px;
    background: linear-gradient(to bottom, rgba(122,18,72,1) 0%,rgba(120,18,71,1) 40%,rgba(96,15,59,1) 60%,rgba(68,12,45,1) 80%,rgba(68,11,45,1) 100%);
    border: solid 2px #4d0829;
    box-shadow: none;
    animation: none;
    text-shadow: none;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.age-check .btn-box .btn.yes {
    width: 100%;
    cursor: pointer;
}
.age-check .btn-box .btn.no{
    margin-right: 16px;
    width: 100%;
    background: none;
    border: solid 2px #7e7e7e;
}
.hero{
    margin-top: 73px;
}
.hero .toc{
    padding: 16px;
    border: solid 1px;
}
.hero .toc .h2{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: inherit;
}
.hero .toc .toc-btn{
    margin-left: 8px;
    font-weight: normal;
    cursor: pointer;
}
.hero .toc .ol{
    margin: 8px 0 0 18px;
}
.hero .toc .num{
    margin-right: 8px;
}
.point-box .h3{
    margin-bottom: -1px;
    padding: 5px 8px 4px;
    display: block;
    background: #ffffff;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    text-align: center;
    font-weight: bold;
    color: #1a1a1a;
}
.point-box .ul{
    padding: 16px;
    background: black;
    border: double 4px #ffffff;
}
.point-box .ul .li{
    margin-bottom: 16px;
    display: flex;
    align-items: baseline;
}
.point-box .ul .li:last-child{
    margin-bottom: 0;
}
.point-box .li .num{
    margin-right: 8px;
    padding: 1px 8px;
    background: #ffffff;
    font-weight: 900;
    color: #1a1a1a;
}
.charm .h3{
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.charm .h3 .left{
    width: 70px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #1a1a1a;
}
.charm .h3 .right{
    flex: 1;
}
.article section.review{
    margin: 0 0 40px;
}
.review .text{
    margin-bottom: 8px;
    padding: 16px;
    background: none;
    border: solid 1px;
    border-radius: inherit;
    color: #fff;
}
.review .quote{
    text-align: right;
}
.review .swiper-slide{
    padding: 10px;
    height: auto!important;
    display: block;
}
.review .swiper-slide .slide-inner{
    padding: 16px;
    background: #270e33;
    box-shadow: 0 0 10px #270e33, 0 0 10px #270e33, 0 0 10px #270e33;
    color: white;
}
.review .swiper-slide .icon{
    margin: auto auto 28px;
    padding: 4px 0 0;
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 999px;
    overflow: hidden;
}
.review .swiper-slide .inner{
    border-radius: 16px;
    position: relative;
}
.review .swiper-slide .inner::before,
.review .swiper-slide .inner::after{
    width: 0;
    left: 0;
    right: 0;
}
.review .swiper-slide .inner::before{
    border: solid 12px transparent;
    border-bottom: solid 16px #fff;
    top: -27px;
}
.review .swiper-slide .inner::after{
    border: solid 12px transparent;
    border-bottom: solid 16px #270e33;
    top: -26px;
}
.review .swiper-pagination{
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: inherit;
}
.review .swiper-pagination-bullet{
    margin: 0 12px 16px!important;
    width: 8px;
    height: 8px;
    background: #768a8a;
    border-radius: 8px;
}
.review .swiper-pagination-bullet-active{
    background: #ffffff;
}
.review .swiper-button-prev,
.review .swiper-button-next{
    width: 20px;
    height: 24px;
    position: absolute;
    top: 82px;
    z-index: 1;
}
.review .swiper-button-prev{
    left: 26px;
}
.review .swiper-button-next{
    right: 26px;
}
.review .swiper-button-prev:after,
.review .swiper-button-next:after{
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.review .swiper-button-prev:after{
    border-bottom: 12px solid transparent;
    border-right: 20px solid #ffffff;
    border-top: 12px solid transparent;
}
.review .swiper-button-next:after{
    border-bottom: 12px solid transparent;
    border-left: 20px solid #ffffff;
    border-top: 12px solid transparent;
}
.teller .box .inner{
    border: solid 2px #93752d;
}
.teller .box img{
    width: 100%;
}
.teller .h4{
    margin: 0;
    padding: 4px;
    background: #92742d;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.teller .table .th,
.teller .table .td{
    border: solid 2px #000000;
    color: #ffffff;
}
.teller .table .th{
    background: #7f6022;
}
.teller .table .td{
    background: #694a16;
}
.howto.step{
    margin-bottom: 32px;
}
.howto .box{
    padding: 20px;
    border-image: url(../images/frame.webp?251106?251104);
    border-image-slice: 39 fill;
    border-image-width: 20px;
    position: relative;
}
.howto .box::after{
    width: 0;
    border: solid 8px transparent;
    border-top: solid 12px #898989;
    left: 0;
    right: 0;
    bottom: -38px;
}
.howto .box:last-child{
    margin-bottom: 32px;
}
.howto .box:last-child::after{
    display: none;
}
.howto .box .h3{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    line-height: 1.4;
    color: white;
}
.howto .h3 .num{
    margin-right: 8px;
    padding: 6px 13px;
    border: double 3px #898989;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.howto .box .h3 .text{
    width: 100%;
    display: block;
    text-align: left;
}
.howto .box .icon{
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}
.howto .box .btn-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}
.howto .box .text{
    color: white;
}
.footer{
    padding: 16px;
    background: #000000;
    position: sticky;
    top: 100vh;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: white;
}

/*--------------------------------
tablet / landscape
--------------------------------*/
@media screen and (min-width: 415px){
    .img-box{
        margin-left: auto;
        margin-right: auto;
    }
    .howto .app-box .inner{
        display: flex;
        justify-content: center;
        column-gap: 16px;
    }
    .howto .box .icon{
        margin-right: inherit;
        margin-left: inherit;
        width: 71px;
    }
    .howto .box .btn-box{
        width: 405px;
    }
}

/*--------------------------------
tablet
--------------------------------*/
@media screen and (min-width: 750px){
    body{
        font-size: 28px;
    }
    .mb0{
        margin-bottom: 16px;
    }
    .mb1{
        margin-bottom: 32px;
    }
    .mb2{
        margin-bottom: 64px;
    }
    .mb3{
        margin-bottom: 96px;
    }
    .article{
        padding: 64px 32px 0;
    }
    .article section{
        margin-bottom: 96px;
    }
    .h1{
        font-size: 40px;
    }
    .h1 .border{
    background: url(../images/heading-bg.webp?251106) no-repeat center / 120%;
    border: solid 60px;
    border-image: url(../images/app-frame.webp?251106);
    border-image-slice: 47;
    border-image-width: 40px;
    border-image-outset: 8px 0;
    }
    .h1 .border::before{
        width: 80px;
        height: 41px;
        background: url(../images/app-frame-head.webp?251106) no-repeat bottom center / contain,#ffffff;
        border-radius: 0 0 40px 40px;
        top: -72px;
    }
    .h1 .border .inner{
        margin: -48px;
        padding: 16px;
    }
    .h2{
        margin-top: -16px;
        padding: 16px 0 16px 76px;
        background: url(../images/heading-icon.webp?251106) no-repeat left center / 60px;
        border-bottom: double 6px;
        font-size: 30px;
        line-height: 1.4;
        color: #ffffff;
    }
    .h3{
        padding: 0 110px;
        background: url(../images/deco-left.webp?251106) no-repeat left center / contain, url(../images/deco-right.webp?251106) no-repeat right center / contain;
        font-size: 28px;
    }
    .img-box{
        max-width: inherit;
    }
    .btn-box .text{
        margin-bottom: 40px;
        padding: 16px 52px;
        background: url(../images/balloon-deco-left.webp?251106) no-repeat top 8px left 4px / 39px, url(../images/balloon-deco-right.webp?251106) no-repeat top 8px right 4px / 39px, url(../images/balloon-deco-btm.webp?251106) no-repeat left 12px bottom 8px / 13px, url(../images/balloon-deco-btm.webp?251106) no-repeat right 12px bottom 8px / 13px;
        border: double 6px #ffffff;
        font-size: 28px;
    }
    .btn-box .text::after{
        width: 40px;
        height: 22px;
        bottom: -22px;
    }
    .btn{
        margin: 0 32px 8px;
        padding: 24px;
        background: linear-gradient(to bottom, rgba(122, 18, 72, 1) 0%, rgba(120, 18, 71, 1) 40%, rgba(96, 15, 59, 1) 60%, rgba(68, 12, 45, 1) 80%, rgba(68, 11, 45, 1) 100%);
        border: solid 4px #4d0829;
        font-size: 34px;
        line-height: 1.4;
    }
    .age-check.modal {
        padding: 64px 32px;
    }
    .age-check .text{
        margin-bottom: 32px;
    }
    .age-check .btn-box{
        margin: 64px 0;
    }
    .age-check .btn-box .btn{
        padding: 32px 0px;
        border: solid 4px #4d0829;
        font-size: 30px;
    }
    .header {
        padding: 16px;
        border-bottom: solid 2px #898989;
    }
    .header .icon {
        margin-right: 16px;
        width: 100px;
    }
    .header .btn {
        margin: 0 0 0 16px;
        padding: 24px 32px;
        font-size: 24px;
    }
    .hero{
        margin-top: 130px;
    }
    .hero .toc{
        padding: 24px;
    }
    .hero .toc .ol{
        margin: 16px 0 0 36px;
    }
    .hero .toc .h2{
        font-size: 28px;
    }
    .table{
        font-size: 28px;
    }
    .table .th,
    .table .td{
        padding: 16px;
        border: solid 4px #000;
    }
    .point-box .h3{
        margin-bottom: -2px;
        padding: 10px 16px 8px;
        border-radius: 8px 8px 0 0;
    }
    .point-box .ul{
        padding: 32px;
        border: double 8px #ffffff;
    }
    .point-box .ul .li{
        margin-bottom: 32px;
    }
    .point-box .li .num{
        margin-right: 16px;
        padding: 2px 15px;
    }
    .charm .h3{
        padding-bottom: 8px;
    }
    .charm .h3 .left{
        width: 120px;
        height: 70px;
    }
    .review .swiper-slide .icon{
        margin: auto auto 56px;
        padding: 12px 0 0;
        width: 180px;
        height: 180px;
    }
    .review .swiper-slide .inner::before{
        border: solid 24px transparent;
        border-bottom: solid 32px #f2f2f2;
        top: -56px;
    }
    .review .swiper-slide .inner::after{
        border: solid 24px transparent;
        border-bottom: solid 32px #270e33;
        top: -54px;
    }
    .review .swiper-slide .inner{
        border-radius: 32px;
    }
    .review .swiper-slide{
        padding: 20px;
    }
    .review .swiper-button-prev{
        left: 52px;
    }
    .review .swiper-button-next{
        right: 52px;
    }
    .review .swiper-pagination{
        margin: 32px auto 0;
    }
    .review .swiper-pagination-bullet{
        margin: 0 16px 24px!important;
        width: 16px;
        height: 16px;
        border-radius: 16px;
    }
    .review .text{
        margin-bottom: 16px;
        padding: 32px;
    }
    .review .swiper-button-prev,
    .review .swiper-button-next{
        width: 40px;
        height: 48px;
        top: 140px;
    }
    .review .swiper-button-prev:after{
        border-bottom: 24px solid transparent;
        border-right: 40px solid #ffffff;
        border-top: 24px solid transparent;
    }
    .review .swiper-button-next:after{
        border-bottom: 24px solid transparent;
        border-left: 40px solid #ffffff;
        border-top: 24px solid transparent;
    }
    .review .swiper-slide .slide-inner {
        padding: 32px;
        box-shadow: 0 0 20px #270e33, 0 0 20px #270e33, 0 0 20px #270e33;
    }
    .howto .img-box{
        max-width: 360px;
    }
    .teller .box .inner{
        border: solid 4px #93752d;
    }
    .teller .h4{
        padding: 8px;
        font-size: 28px;
    }
    .teller .img-box img{
        width: 100%;
    }
    .teller .table .th,
    .teller .table .td{
        border: solid 4px #000000;
    }
    .howto .box{
    padding: 40px;
    border-image-width: 40px;
    }
    .howto .box::after{
        border: solid 16px transparent;
        border-top: solid 24px #898989;
        bottom: -77px;
    }
    .howto .box:last-child{
        margin-bottom: 64px;
    }
    .howto .box .icon{
        width: 90px;
    }
    .howto .box .btn-box{
        width: 510px;
    }
    .howto .h3 .num{
        margin-right: 16px;
        padding: 12px 21px;
        border: double 6px #898989;
        font-size: 34px;
    }
    .footer{
        padding: 24px 32px;
        font-size: 20px;
    }
}