@charset "utf-8";
main{
    overflow-x: hidden;
}
/* slick */
.slide-box{
    width: 140%;

}
.slide-box img{
    opacity: 0;
}
.slide-box .slick-slide img {
    opacity: 1; 
    -webkit-transition: all .5s;
    transition: all .5s;
}
.slide-box .slick-current img {
    opacity: 1; 
}
/* slick  */
body{
    background-color: #231815;
}
.pc{
    display: none;
}
img{
    margin: 0 auto;
    width: 100%;
}
.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,mark{
    font-size: 1.4rem;
    color: #fff;
    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 90%, rgba(13, 220, 247, 0.63) 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 */
.wrapper{
    /* max-width: 1000px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}
#code{
    margin: 0px auto 10px;
    box-sizing: border-box;
    padding: 0 3px;
    /* width: calc( (100% - 5px) / 2); */
    width: calc(100% /2);
}
/* 画像スライド */
.img-wrap {
    opacity: 0;
  }
.img-animation {
    animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    overflow: hidden;
    position: relative;
}
.img-animation::before {
    animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background:  #58adbf;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
@keyframes img-opacity {
100% {
    opacity: 1;
}
}
@keyframes img-animation {
100% {
    transform: translateX(100%);
}
}
/* //画像スライド */
.detail-box{
    margin: 0 auto;
    max-width: 400px;
}
.flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    margin-top: 10px;
    padding: 0 10px;
    flex-direction: column;
    /* text-align: center; */
    line-height: 28px;
}
/* #sec1終わり */
.btn a{
    display: block;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto;
    font-size: 16px;
    text-align: center;
    border: 1px solid#fff;
    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: #58adbf;
}
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; */
    background-image: url(../img/sns/sns-bg.png);
    margin: 20px 10px;
    padding: 10px;
    width: 55px;
    height: 55px;
}
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){
    .slide{
        max-width: 400px;
        margin: 0 auto;
    }
    /* slick */
    .slide-items {
        max-width: 400px;
        height: 100%;
    } 
    .slide-items img {
        width: 100%;
        object-fit: cover;
    }
    .slide-box{
        width: 100%;
    }
    /* slick  */

    .flexbox{
        flex-direction: row;
    }
    .detail-1{
        margin-left: 20px;
    }
    .check-btn{
        margin-top: 0;
        margin-left:auto;
    }
}
@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{
        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{
        padding: 0 50px;
    }
    #code{
        width: calc(100% /4);
    }
}
@media screen and (min-width:1024px){
.pc{
    right: 90%;
}
}