@import url('https://fonts.cdnfonts.com/css/kozuka-gothic-pr6n');
@import url('https://fonts.cdnfonts.com/css/poppins');

body {
    margin: 0;
    font-family: 'Kozuka Gothic Pr6N', sans-serif;
}

a {
    text-decoration: none;
    color: #111111;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1000px;
    }
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1000px;
    }
}

#top{
    background-color: #fff3d9;
}

.top-content{
    width: 100%;
    max-width: 1980px;
    display: flex;
    justify-content: center;
    padding: 130px 0;
    flex-wrap: wrap;
}

.top-menu{
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.menu-btn{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.menu-btn img{
    display: block;
    object-fit: contain;
    width: 100px;
}

.top-left-content{
    width: 45%;
    justify-content: start;
    align-items: center;

    @media screen and (max-width:1300px) { 
        width: auto;
        justify-content: center;
    }
}

.top-left-content-item{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0;
    font-size: 17pt;
    font-weight: bold;
    font-family: 'Poppins';

    @media screen and (max-width:1300px) { 
        font-size: 24pt;
    }
}

.top-left-content-item-title{
    font-size: 25pt;
    font-family: 'Poppins';
    font-weight: bold;
}

.top-right-content{
    width: 55%;
    justify-content: center;

    @media screen and (max-width:1300px) { 
        width: 100%;
    }
}

.top-right-content-relative{
    position: relative;
}

.top-right-content-boke-left{
    position: absolute;
    top: 150px;
    left: -75px;

    @media screen and (max-width: 1300px){
        top: 150px;
        left: calc(50% - 160px);;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.top-right-content-boke-left img{
    height: 600px;
}

.top-right-content-boke-right{
    position: absolute;
    top: 150px;
    left: 50px;

    @media screen and (max-width: 1300px){
        top: 150px;
        left: calc(50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.top-right-content-boke-right img{
    height: 600px;
}

.top-right-content-screen-left{
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    height: 500px;

    @media screen and (max-width: 1300px){
        top: 0;
        left: calc(50% - 100px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.top-right-content-screen-left img{
    height: 600px;
}

.top-right-content-screen-right{
    position: absolute;
    top: 0px;
    left: 200px;
    object-fit: cover;
    height: 500px;

    @media screen and (max-width: 1300px){
        top: 0;
        left: calc(50% + 100px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.top-right-content-screen-right img{
    height: 600px;
}

.top-right-content-price{
    position: absolute;
    top: 450px;
    right: -100px;

    @media screen and (max-width: 1300px){
        top: 450px;
        left: 85%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.app-content{
    width: 100%;
    max-width: 1980px;
    padding: 150px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    @media screen and (max-width:1300px) {
        padding: 100px 0;
    }
}

.about-app-content-title{
    width: 100%;
    text-align: center;
    color: #ffc633;
    font-weight: 600;
    font-size: 60pt;
    padding: 20px 0;
    font-family: 'Poppins';

    @media screen and (max-width:1300px) { 
        font-size: 45pt;
    }
}

.about-app-content-memo{
    width: 100%;
    font-size: 14pt;
    max-width: 1000px;

    @media screen and (max-width:1300px) { 
        font-size: 24pt;
    }
}

.app-overview-content-note{
    font-size: 14pt;
    @media screen and (max-width:1300px) { 
        font-size: 24pt;
    }
}

#app-overview{
    background-color: #ffc633;
}

.app-overview-content{
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    font-size: 18pt;
    font-weight: lighter;

    @media screen and (max-width:1300px) {
        padding-top: 0px;
        flex-wrap: wrap;
    }
}

.app-overview-content-image{
    margin-right: 50px;
    @media screen and (max-width:1300px) {
        text-align: center;
        margin-right: 0px;
        margin-bottom: 50px;
        width: 100%;
    }
}

.app-overview-content-image img{
    height: 127px;

    @media screen and (max-width:1300px) {
        height: 200px;
    }
}

.content-title-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    @media screen and (max-width:1300px) {
        margin-bottom: 50px;
    }
}

.content-title{
    font-weight: bold;
    font-size: 36pt;
    padding: 0 50px;
    font-family: 'Poppins';

    @media screen and (max-width:1300px) {
        font-size: 45pt;
    }
}

.title-border{
    flex-grow: 1;
    border: 1pt solid #111111;
}

#app-points{
    background-color: #fff3d9;
}

.app-points-content{
    width: 100%;
}

.app-points-content-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    flex-wrap: wrap;

    @media screen and (max-width:1300px) { 
        padding-top: 0px;
    }
}

.app-points-content-item-block{
    width: 55%;
    min-height: 650px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    @media screen and (max-width:1300px) { 
        width: 100%;
        min-height: 650px;
    }
}

.app-points-content-item-note{
    width: 100%;
}

.app-points-content-item-note-tips{
    font-size: 28pt;
    color: #ffc633;
    font-weight: bold;
    font-family: 'Poppins';

    @media screen and (max-width:1300px) { 
        font-size: 35pt;
    }
}

.app-points-content-item-note-title{
    max-width: 90%;
    font-size: 30pt;
    margin: 20px 0;
    font-weight: bold;
    font-family: 'Poppins';

    @media screen and (max-width:1300px) { 
        max-width: 100%;
        font-size: 45pt;
    }
}

.app-points-content-item-note-detail{
    font-size: 14pt;

    @media screen and (max-width:1300px) { 
        font-size: 27pt;
    }
}

.app-points-content-item-image{
    width: 40%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;

    @media screen and (max-width:1300px) { 
        width: 100%;
    }
}

.app-points-content-item-image-boke{
    position: absolute;
    top: 170px;
    left: -30px;

    @media screen and (max-width:1300px) {
        top: 200px;
        left: calc(50% - 100px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.app-points-content-item-image-boke img{
    height: 600px;

    @media screen and (max-width:1300px) { 
        height: 750px;
    }
}

.app-points-content-item-image-screen{
    position: absolute;
    top: 20px;
    left: 50px;

    @media screen and (max-width:1300px) { 
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.app-points-content-item-image-screen img{
    height: 600px;

    @media screen and (max-width:1300px) { 
        height: 750px;
    }
}

.app-how-to-content{
    width: 100%;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    @media screen and (max-width:1300px) { 
        padding-top: 0px;
    }
}

.app-how-to-content-item{
    width: calc((100% / 3) - 40px);

    @media screen and (max-width:1300px) { 
        width: 100%;
    }
}

.app-how-to-content-item-top{
    width: 100%;
    position: relative;
}

.app-how-to-content-item-count{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50pt;
    font-weight: bold;
    color: #ffc633;

    @media screen and (max-width:1300px) { 
        top: 750px;
        font-size: 90pt;
        left: -50px;
    }
}

.app-how-to-content-item-image{
    width: 100%;
    padding: 50px 0;
}

.app-how-to-content-item-image img{
    display: block;
    object-fit: contain;
    width: 100%;
}

.app-how-to-content-item-main{
    width: 100%;
}

.app-how-to-content-item-main-title{
    width: 100%;
    font-size: 20pt;
    font-family: 'Poppins';
    font-weight: bold;
    text-align: center;

    @media screen and (max-width:1300px) { 
        font-size: 45pt;
    }
}

.app-how-to-content-item-main-content{
    padding: 30px 0;
    width: 100%;
    text-align: center;
    font-size: 14pt;

    @media screen and (max-width:1300px) { 
        font-size: 27pt;
    }
}

.app-how-to-content-item-qr {
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
    font-size: 10pt;

    @media screen and (max-width:1300px) { 
        font-size: 20pt;
    }
}

.app-how-to-content-item-qr img{
    display: block;
    object-fit: contain;
    width: 100%;
}

#app-price{
    background-color: #ffc633;
}

.app-price-title{
    width: 100%;
    font-size: 90pt;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;

    @media screen and (max-width:1300px) { 
        padding-top: 0px;
    }
}

.app-note-content-memo{
    width: 100%;
    font-size: 14pt;
    max-width: 800px;
    padding-top: 100px;

    @media screen and (max-width:1300px) {
        font-size: 24pt;
        padding-top: 50px;
    }
}

.top-mobile-content{
    width: 100%;
    min-height: 650px;
}

footer{
    background-color: #fff3d9;
    padding: 100px 0;
}

.footer-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.footer-content-left{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    @media screen and (max-width:1300px) { 
        justify-content: center;
        width: 100%;
    }
}

.footer-content-left-item{
    @media screen and (max-width:1300px) { 
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
}

.footer-content-left-title{
    font-size: 20pt;
    font-weight: 500;
    margin-left: 25px;

    @media screen and (max-width:1300px) { 
        margin-left: 0;
    }
}

.footer-content-right{
    @media screen and (max-width:1300px) { 
        width: 100%;
        text-align: center;
    }
}

.copyright{
    width: 100%;
    text-align: center;
    font-size: 14pt;
}

.nav-item a{
    font-weight: bold;
    font-size: 20pt;
}

.hide-mobile{
    @media screen and (max-width:1300px) { 
        display: none !important;
    }
}

.show-mobile{
    display: none !important;
    @media screen and (max-width:1300px) { 
        display: block !important;
    }
}

.app-points-mobile-content{
    width: 100%;
    min-height: 800px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 50px;
}

.app-points-mobile-content-box{
    position: relative;
    width: 100%;
}

.offcanvas.offcanvas-end{
    @media screen and (max-width:1300px) { 
        width: 100vw;
        font-size: 60pt;
        padding: 25px;
    }
}

.nav-item a{
    @media screen and (max-width:1300px) { 
        font-size: 60pt;
    }
}

.company{
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 10pt;
}

