@charset "utf-8";
.sp_br {
    display: none; 
}
.pc{
    display: none;
}
.wrapper{
    margin: 0 auto;
    padding: 0px 10px;
}
img{
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
img.top-img {
    max-width:500px ;
    margin: 0 auto;
}
h2,h3,p,li,small,a{
    font-size: 1.4rem;
    color: #353535;
    line-height: 20px;
    font-family: 'Noto Serif JP', serif;
}
h2{
    font-size: 2.4rem;
    text-align: center;
    margin:100px 0 30px;
}
h3{
    margin-bottom: 5px;
    font-weight: 400;
}
h3 span.sub-title{
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    font-weight: bold;
    color: #ff7531;
}
.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;
}
.top-text{
    max-width: 500px;
    margin: 100px auto;
    text-align: center; 
    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;
}
.pez-content img{
    max-width: 300px;
}

#sec{
    margin: 0px auto 50px;
}
#sec2{
    margin: 0px auto;
}
.price-box{
    margin: 0 auto;
    max-width: 400px;
}
.flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 0 10px;
    flex-direction: column;
    text-align: center;
}
.check-btn{
    margin-top: 10px;
    box-sizing: border-box;
    padding: 3px;
    background-color: #ff9864;
    color: #fff;
}
.text{
    max-width: 400px;
    margin: 20px auto;
}

.btn a{
    display: block;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto;
    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:385px){
    .sp_br {
        display: none; 
    }
}
@media screen and (min-width:561px){
    .flexbox{
        flex-direction: row;
    }
    .flexbox{
        text-align: left;
    }
    .price{
        margin-left: 20px;
    }
    .check-btn{
        margin-top: 0;
        margin-left:auto;
    }
    .sp_br {
        display: block; 
    }
}
@media screen and (min-width:780px){
    .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;
    }
    .wrapper{
        max-width: 1000px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    #sec,#sec2{
        width: calc( (100% - 5px) / 2);
    }
    .pez-content .text{
        margin-top: 90px;
    }
}
@media screen and (min-width:1024px){
.pc{
    right: 90%;
}
}