@charset "utf-8";
body{
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #e8cece;
}
.pc,.pc-img{
    display: none;
}
.cart{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    margin-left: 8px;
}
.cart img{
    box-sizing: border-box;
    padding-bottom: 4px;
}
h2{
    font-size: 2rem;
    text-align: center;
    margin-bottom:20px;
    line-height: 30px;
    color: #2b2b2b;
}
h2 span{
    color: #BF0000;
}
p,li,dt,dd,small,a{
    font-size: 1.2rem;
    color: #2b2b2b;
    line-height: 16px;
}
a{
    transition: .4s;
}
a:hover{
	opacity: 0.8;
}
.sp ul.glonav li a{
    font-size: 2.8rem;
    letter-spacing: 0.15em;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.btn:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0);
}
.yellow-bg{
    padding: 70px 12px;
    background-color: #e4ddbe;
}
.pink-bg{
    padding: 70px 12px;
    background-color: #e8cece;
}
.center{
    text-align: center;    
    margin-bottom: 12px;
}


/* sec1 */
section#sec1{
    margin:0 0 100px;
}
.wrapper2{
    overflow: hidden;
    margin:70px 0 100px;
}
.wrapper{
    overflow: hidden;
    margin:100px 0 0;
}
.top-text{
    position: relative;
    /* min-height: 300px; */
    min-height: 250px;
}
.top-text p{
    text-align: center;
    line-height: 4;
    margin-bottom: 0;
}
.top-text div{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}
.kasumi1{
    position: absolute;
    top: 100%;
    left: 60%;
    max-width: 155px;
}
.img-box{
    position: relative;
    /* min-height: 600px; */
    min-height: 800px;
    max-width: 100%;
    /* overflow:hidden */
}

.rk-img{
    position: absolute;
    /* top: 0%;
    left: 26%;
    transform: translate(-50% , -50%); */
    bottom: 65%;
    right: 42%;
    max-width: 220px;
    width: 100%;
}
.wallet-img{
    position: absolute;
    /* top: 0%;
    left: 80%; */
    top: 0%;
    left: 48%;
    /* bottom: 57%;
    right: -65%; */
    /* transform: translate(-50% , -50%); */
    max-width: 220px;
    width: 100%;
}
.sd-img{
    position: absolute;
    /* top: 28%; */
    top: 39%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-width: 230px;
    width: 100%;
}
.kasumi2{
    position: absolute;
    /* top: 64%;
    left: 3%; */
    bottom: 30%;
    right: 70%;
    max-width: 130px;
    z-index: -1;
}
.kasumi3{
    position: absolute;
    top: 88%;
    left: 70%;
    max-width: 130px;
    z-index: -1;
}
.sen-img{
    max-width: 220px;
    width: 100%;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.fukuro-img{
    max-width: 210px;
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#sec1 .price-box{
    position:relative;
    min-height: 110px;
    text-align: center;
}
#sec1 .price{
    position: absolute;
    /* top:45%; */
    top: 20%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #BF0000;
}
#sec1 .btn{
    position: absolute;
    /* top: 100%; */
    top: 70%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}
#sec1 .btn a{
    display: block;
    margin: 0 auto;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #BF0000;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    font-weight: bold;
    transition: .4s;
    border-radius: 100vh;
}
/* #sec2 */
.item-img{
    margin-bottom: 50px;
}
.point-box{
    display: flex;
    align-items: center;
    margin: 0px auto 20px;
}
.point-box img{
    width: 50%;
}
.point-box p{
    box-sizing: border-box;
    padding-left: 10px;
}

/* #sec6 */
#sec6 .price-box{
    position: relative;
    /* min-height: 200px; */
    min-height: 220px;
    text-align: center;
}

#sec6 .item-name{
    position: absolute;
    top:50px;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 1.6rem;
    font-weight: bold;
    color: #1d1d1d;
    width: 100%;
}
#sec6 .price{
    position: absolute;
    /* top:45%; */
    top:37%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #BF0000;
}
#sec6 .btn{
    position: absolute;
    /* top: 80%; */
    top: 60%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}
#sec6 .btn a{
    display: block;
    margin: 0 auto;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #BF0000;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    font-weight: bold;
    transition: .4s;
    border-radius: 100vh;
}
.kasumi4{
    position: absolute;
    /* bottom: -50%; */
    bottom: 0%;
    /* right: 70%; */
    right: 65%;
    max-width: 155px;
}

/* #sec7 */
#sec7{
    position: relative;    
    min-height: 670px;
}
#sec7 a img{
    /* max-width: 70%; */
    max-width: 300px;
    margin: 0 auto;
}
.instagram-media {
    width: 80% !important;
    margin: 0 auto !important;
    margin-top: 40px !important;
}
.kasumi5{
    position: absolute;
    /* top: 70%; */
    top: 93%;
    /* left: 70%; */
    left: 65%;
    max-width: 155px;
}
footer{
    padding:50px 0px;
    background-color: #BF0000;
}
footer li{
    text-align: center;
    margin-bottom: 10px;
}
footer li {
    color: rgb(255, 255, 255);
}
.logo-ear{
    max-width: 70px;
    margin: 20px auto;
}
footer .flex a{
    background-image: url(../img/sns/sns-bg.png);
    margin: 20px 10px;
    padding: 10px;
    width: 55px;
    height: 55px;
}
footer .flex img{
    max-width: 35px;

}
footer .flex img.tw,header .glonav li.flex img.tw{
    margin-top: 3.5px;
}
small{
    display: block;
    margin-top: 20px;
    text-align: center;
    color:#fff;
}
.qr a{
    display: none;
}

@media screen and (min-width:561px){
    header{
        display: block;
    }
    #sec1 h2 img{
        width: 65%;
    }
    .wrapper{
        max-width: 500px;
        margin:70px auto 0px;
    }
    .wrapper2{
        max-width: 500px;
        margin:50px auto 100px;
    }
    #sec2,#sec3,#sec4,#sec5,#sec6{
        max-width: 500px;
        margin: 0 auto;
    }
    .rk-img{
        left: 10%;
    }
}
@media screen and (min-width:1024px){
/*PC用として画面幅を1024pxまでに設定*/
.pc-img{
    display: block;
}
.pc{
    display: block;
    position: fixed;
    top:250px;
    left: 25px;
    z-index: 2;
    opacity: 0;
    transition: .5s;
}
.pc li{
    border-bottom: solid 1px #2b2b2b;
    margin-bottom: 20px;
}
.pc li a{
    color: #2b2b2b;
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 50px;
}
.pc li.qr a{
    display: block;
    font-size: 1.2rem;
    line-height: 2;
    color: #2b2b2b;
}
.pc li.qr{
    max-width: 250px;
    border-bottom: none;
}
.qr img{
    max-width: 90px;
    margin: 50px 0px 15px;
}
.sp,.sp-img{
    display: none;
}
}