@charset "utf-8";
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Quicksand', sans-serif;
}
.pc{
    display: none;
}
.wrapper{
    width: 100%;
    padding-bottom: 50px;
    background-color: #f8f4ea;
}
h2,p,li,dt,dd,small,a{
    font-size: 1.6rem;
    color: #0e1a34;
    line-height: 20px;
}
.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;
}
h2{
    margin: 0 10px;
    margin-bottom: 20px;
    font-size: 2.0rem;
    text-align: center;
}
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  */

a.flex-item{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
a.flex-item div{
    max-width: 70%;
}
.price{
    font-size: 14px;
}
.buy-btn{
    max-width: 30%;
    width: 50px;
    height: 20px;
    color: #fff;
    background-color: #CD2028;
    text-align: center;
    margin-left:10px;
    font-size: 14px;
}
.flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}
.flexbox li{
    width: 160px;
    padding: 0 5px;
}
.flexbox::after {
    content: "";
    display: block;
    width:160px;
}
.content{
    margin-bottom: 100px;
}
.img-box{
    position: relative;
    height: 750px;
    margin:50px 0;
}
.img-box img{
    position: absolute;
    width: 100%;
    max-width: 250px;
}
#sec1 .point1{
    top:0px;
    right:3%;
}
#sec1 .point2{
    top:250px;
    left: 3%;
}
#sec1 .point3{
    top:490px;
    right:3%;
}
.img-box2{
    margin: 50px auto;
    display: flex;
    justify-content: center;
}
.img-box2 img{
    width: calc(93% / 3);
    height: 100%;
}
#sec2 .point1{
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
#sec2 .point2{
    margin-top: 80px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
#sec2 .point3{
    margin-top: 20px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
#sec3 .point1{
    top:0px;
    right:3%;
}
#sec3 .point2{
    top:250px;
    left: 3%;
}
#sec3 .img-box{
    height: 550px;
}
.img-box3{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 50px auto;
}
.img-box3 img{
    width: calc(100% / 2);
}

@keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}
.wrap {
    display: flex;
    overflow: hidden;
}
.list {
    display: flex;
    list-style: none;
}
.list-left{
    animation :scroll-left 20s infinite linear 0.5s both;
}
.loop-img {
    width: 200px;
    margin: 30px 0;
}
.loop-img > img{
    width: 100%;
}
.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: 20px 0;
    margin: 0 auto;
}
footer li{
    text-align: center;
    margin-bottom: 10px;
}
footer li {
    color: rgb(255, 255, 255);
}
.logo-ear{
    max-width: 70px;
    margin: 100px auto 0px;
}
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);
}
.footer-bg {
    /* position: relative; */
    background-color: #CD2028;
}
/* .footer-bg:before {
    content: '';
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: url(../img/footer-bg.jpg) no-repeat;
    background-size: cover;
    z-index: -3;
    width: 100%;
    height: 400px;
} */
.qr a{
    display: none;
}

@media screen and (min-width:561px){
    header{
        display: block;
    }
    .top-text{
        padding:200px 40px 190px;
    }
}
@media screen and (min-width:780px){
    .top-img,.wrapper,footer{
        max-width: 500px;
        margin-left: 35%;
    }
    .pc{
        display: block;
        position: fixed;
        top:60px;
        left: 60px;
    }
    .pc li{
        list-style-type: square;
    }
    .pc li::marker {
        color: #fff;
      }
    .pc li a{
        color: #fff;
        font-size: 1.8rem;
        line-height: 50px;
        letter-spacing: 2px;
    }
    .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: 30px;
    }
    .qr img{
        max-width: 90px;
        margin: 10px 15px;
    }
    /* .footer-bg:before {
        left: 35%;
        width: 500px;
    } */
    .bg {
        position: relative;
        z-index: -1;
    }
    .bg:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: url(../img/bg.jpg) center center no-repeat;
        background-size: cover;
        z-index: -4;
        width: 100%;
        height: 100%;
    }
    .top-text p{
        line-height: 70px;
        margin-bottom: 0;
    }
}
@media screen and (min-width:1024px){
/*PC用として画面幅を1024pxまでに設定*/
    .top-img,.wrapper,footer{
        max-width: 500px;
        margin-left:50%;
    }
    /* .footer-bg:before {
        left: 50%;
    } */
}