@charset "utf-8";
.pc{
    display: none;
}
img{
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
.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:500px ;
}
h2,p,li,small,a{
    font-size: 1.4rem;
    color: #353535;
    line-height: 20px;
    font-family: 'Noto Serif JP', serif;
}
h2{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
}
.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;
}
/* sec */
div.sec{
    margin: 0 auto 100px;
    box-sizing: border-box;
    padding: 0 10px;
}
.c1 img{
    margin: 0 auto 20px;
    width: 100%;
    max-width: 800px;
}
.wrapper{
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 20px;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f2f2f2;
}
.wrapper img{
    max-width: 150px;
    margin: 0 auto;
}
.wrapper #code:nth-child(1){
    margin: 0px auto;
    width: 30%;
}
.wrapper #code:nth-child(2){
    margin-left: 20px;
    width: 60%;
}
#code{
    margin: 0px auto;
    width: calc( (100% - 5px) / 2);
}
.space{
    margin-bottom: 20px;
}
.wrapper2{
    max-width: 800px;
}
.wrapper2 #code{
    margin: 0px auto 20px;
    width: calc( (100% - 0px));
}
.wrapper2 .text{
    max-width: 400px;
}
.wrapper3{
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}
.price-box{
    /* margin: 0 auto; */
    max-width: 400px;
}
.wrapper2 .price-box{
    margin: 30px 0 50px;
}
.flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    /* padding: 0 10px; */
    flex-direction: column;
    /* text-align: center; */
}
.wrapper2 .flexbox{
    padding: 0;
}
.check-btn{
    margin-top: 10px;
    box-sizing: border-box;
    padding: 3px;
    background-color: #353535;
    color: #fff;
}

/* #sec1終わり */
.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;
}
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){
}
@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: 95px;
    }
    .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;
    }
    .wrapper2{
        max-width: 800px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
    }
    .wrapper2 #code{
        margin: 0px 0px 20px;
        width: calc(100% / 2);
    }
    .wrapper2 .text{
        max-width: 100%;
    }
    .wrapper2 #code:nth-child(2){
        margin-left: 20px;
        width: 40%;
    }
    .flexbox{
        flex-direction: row;
    }
    .price{
        margin-left: 20px;
    }
    .check-btn{
        margin-top: 0;
        margin-left:auto;
    }
}
@media screen and (min-width:1024px){
.pc{
    right: 90%;
}
}