@charset "utf-8";
body{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #9dbbc3;
}
.pc{
    display: none;
}
.wrapper{
    width: 100%;
}
p,li,dt,dd,small,a{
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 20px;
    letter-spacing: 0.05em;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.top-text{
    padding:160px 15px 150px;
    font-family: 'Noto Sans JP',  YuGothic ,"Yu Gothic Medium",sans-serif;
}
.top-text p{
    line-height: 55px;
    margin-bottom: 0;
}
.sp ul.glonav li a{
    font-family: 'Chewy', cursive;
    font-size: 2.8rem;
    letter-spacing: 0.15em;
}
h2{
    color: #fff;
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: 'Chewy', cursive;
    /* font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Walter Turncoat', cursive; */
}
a{
    transition: .4s;
}
a:hover{
	opacity: 0.8;
}
.item-img{
    margin-bottom: 10px;
}
/* slick */
.slide-items {
    width: 100%;
    height: 100%;
} 
.slide-items img {
    width: 100%;
    object-fit: cover;
}
.slick-dotted.slick-slider{
    margin-bottom: 50px;
}
.slick-dots li {
    margin: 0 5px; 
    width: 5px;
    height: 5px;
}
.slick-dots li button:before {
    content:'';
    width: 5px;
    height: 5px;
    background: #868686;
    opacity: 1;
    border-radius: 20px;
}
.slick-dots {
    position: absolute;
    bottom: 8px;
    right: 10px;
    display: block;
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
/* //slick  */

.price{
    font-size: 14px;
    margin-left: 20px;
}
.buy-btn,.btn a{
    max-width: 30%;
    width: 50px;
    height: 20px;
    color: #fff;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-left:0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    transition: .4s;
}
.buy-btn:hover,.btn a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0);
}
.btn a {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 300px;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 100vh;
}
.flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
}
.flexbox p{
    font-weight: bold;
}
.space{
    margin-bottom: 20px;
}
.space .buy-btn{
    margin-left:0px;
}
.content{
    margin-bottom: 100px;
}
.img-box{
    position: relative;
    height: 750px;
    margin:50px auto;
    width: 100%;
}
.img-box img{
    position: absolute;
    width: 100%;
    max-width: 250px;
}
#sec1 h2{
    text-shadow: 4px 3px 10px #e3e483 ;
}
#sec1 .buy-btn,.btn a{
    background-color: #e3e483;
}
#sec1 .point1,#sec1 .point2{
     border: 1px solid #e3e483;
}
.point1{
    top:0px;
    left: 3%;
    z-index: 1;
}
.point2{
    top:270px;
    right:3%;
}

#sec2 h2{
    text-shadow: 4px 3px 10px #2087bc ;
}
#sec2 .buy-btn{
    background-color: #2087bc;
}
#sec2 .point1,#sec2 .point2{
     border: 1px solid #2087bc;
}

#sec3 h2{
    text-shadow: 4px 3px 10px #05af91 ;
}
#sec3 .buy-btn{
    background-color: #05af91;
}
#sec3 .point1,#sec3 .point2{
     border: 1px solid #05af91;
}

#sec4 h2{
    text-shadow: 4px 3px 10px #ee942b ;
}
#sec4 .buy-btn{
    background-color: #ee942b;
}
#sec4 .point1,#sec4 .point2{
     border: 1px solid #ee942b;
}

#sec5 h2{
    text-shadow: 4px 3px 10px #e04532;
}
#sec5 .buy-btn{
    background-color: #e04532;
}
#sec5 .point1,#sec5 .point2{
     border: 1px solid #e04532;
}

#sec6 h2{
    text-shadow: 4px 3px 10px #2fb9b9;
}
#sec6 .buy-btn{
    background-color: #2fb9b9;
}
#sec6 .point1,#sec6 .point2{
     border: 1px solid #2fb9b9;
}
#sec6.content{
    margin-bottom: 0px;
}
#sec6  .img-box{
    margin:50px auto 0px;
}

.insta{
    margin-bottom: 150px;
}
.insta dt{
    text-align: center;
    margin-bottom: 10px;
}
.insta img{
    max-width: 70%;
    margin: 0 auto;
}
.instagram-media {
    width: 80% !important;
    margin: 0 auto !important;
    margin-top: 40px !important;
}
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;
}
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: 50px auto 0 auto;
    text-align: center;
    color: rgb(238, 238, 238);
}
.qr a{
    display: none;
}

@media screen and (min-width:561px){
    header{
        display: block;
    }
    .top-text{
        padding:200px 20px 190px;
    }
    .img-box{
        width: 70%;
    }
    .buy-btn{
        margin-left:60px;
    }
    .flexbox{
        justify-content: center;
    }
    .space .buy-btn{
        margin-left:144px;
    }
}
@media screen and (min-width:780px){
    .top-img,.wrapper,footer{
        max-width: 500px;
        margin:0 auto
    }
    .pc{
        display: block;
        position: fixed;
        top:30px;
        left: 25px;
        z-index: 2;
    }
    .pc li a{
        color: #fff;
        font-family: 'Chewy', cursive;
        font-size: 2rem;
        letter-spacing: 0.15em;
        line-height: 50px;
    }
    .sp{
        display: none;
    }
    body{
        position: relative;
    }
    .qr a{
        display: block;
        text-align: center;
        color: #fff;
    }
    .qr{
        max-width: 250px;
        /* display: flex; */
        position: relative;
        position: fixed;
        bottom: 30px;
        left: 10px;
    }
    .qr img{
        max-width: 90px;
        margin: 10px 15px;
    }
    .top-text p{
        line-height: 70px;
        margin-bottom: 0;
    }
    .img-box{
        width: 100%;
    }
}
@media screen and (min-width:1024px){
/*PC用として画面幅を1024pxまでに設定*/

}