@charset "utf-8";
.pc{
    display: none;
}
img{
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
.c1 img {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 600px;
}
.c1{
    max-width: 600px;
    margin: 0 auto;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp ul.glonav li a{
    font-size: 2.2rem;
    color: #fff;
}
a{
    transition: .4s;
}
a:hover{
	opacity: 0.8;
}
img.top-img {
    max-width:600px;
}
h2,p,li,small,a{
    font-size: 1.2rem;
    color: #353535;
    line-height: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h2{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
}
.top-text{
    max-width: 500px;
    margin: 100px auto;
    text-align: center; 
    box-sizing: border-box;
    padding: 0 10px;
}
.top-text p{
    margin-bottom: 20px;
    line-height: 30px;
}
.mark1 {
    background: linear-gradient(transparent 60%, rgba(13, 220, 247, 0.222) 0%);
    font-weight: bold;
    font-style:normal; 
}
.mark2 {
    background: linear-gradient(transparent 60%, rgba(247, 247, 13, 0.334) 0%);
    font-weight: bold;
    font-style:normal;
}
.mark3 {
    background: linear-gradient(transparent 60%, rgba(247, 13, 13, 0.136) 0%);
    font-weight: bold;
    font-style:normal;
}
.leep{
    max-width: 400px;
    margin: 0 auto 50px;
}

section{
    margin: 0 auto 70px;
    box-sizing: border-box;
    padding: 0 10px;
}
.wrapper2{
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}
.wrapper2 #code{
    width: calc(95%/ 2);
    margin: 0px auto 50px;
}
.wrapper2 .text2{
    padding: 9px;
    background-color: #f7f7f7;
    margin: 0 auto;
}
.text{
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
}
.price-box{
    margin: 10px auto;
    max-width: 400px;
    text-align: center;
}
.check-btn{
    margin: 10px auto 0;
    box-sizing: border-box;
    padding: 7px 50px;
    background-color: #92cde9;
    color: #fff;
    border-radius:50px;
    max-width:145px ;
}
.btn a{
    display: block;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto 100px;
    font-size: 16px;
    text-align: center;
    border: 1px solid#353535;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    transition: .4s;
}
.btn a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0);
    background-color: #000000;
    color: #fff;
}
.archive {
    max-width: 500px;
    margin: 100px auto;
}
.archive img{
    max-width: 500px;
    padding: 0 10px;
    margin: 0 auto;
}
footer{
    width: 100%;
    padding:50px 0px 20px;
    margin: 0 auto;
}
footer li{
    text-align: center;
    margin-bottom: 10px;
}
footer li {
    color: rgb(255, 255, 255);
}
.logo-ear{
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 40px;
}
footer .flex a{
    margin: 0 20px;
}
footer .flex img{
    max-width: 40px;
}
small{
    display: block;
    margin: 50px auto 0 auto;
    text-align: center;
}
.qr a{
    display: none;
}

@media screen and (min-width:561px){
    .wrapper2 .text2{
        max-width: 70%;
    }
    .price-box{
        margin: 30px auto;
    }
}
@media screen and (min-width:880px){
    .pc{
        display: block;
        position: fixed;
        bottom:0;
        right: 85%;
        z-index: 3;
    }
    .pc div{
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 100px;
    }
    .pc div p{
        color: #353535;
        font-size: 1.2rem;
        line-height: 30px;
        text-align: center;
    }
    .pc img{
        max-width: 95px;
        margin: 0 auto;
    }
    .logo-ear{
        max-width: 55px;
    }
    footer .flex img{
        max-width: 25px;
    }
}
@media screen and (min-width:1024px){
.pc{
    right: 90%;
}
}