@charset "UTF-8";
/* CSS Document */

.sp{
    display: none;
}

.pc{
    display: inherit;
}

/*ALL*/
body{
    background: #000;
    width: 100%;
    word-break: break-all;
    color: #231815;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
}

#top{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background: #000;
}

img{
    width: 100%;
}

section{
    width: 86.67%;
    background: #fff;
    margin: 0 auto;
}

section#btn{
    margin-bottom: 30px;
    text-align: center;
}

section#btn-2{
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
}

section#kv{
    width: 100%;
}

section#index-red-box-close{
    margin-bottom: 30px;
    text-align: center;
/*    font-size: 16px;*/
    background: #FFE2E2;
    border: 2px solid #FF0000;
    color: #FF0000;
    letter-spacing: 0.03em;
    padding: 0.5em;
}

section#index-red-box{
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    background: #FFE2E2;
    border: 2px solid #FF0000;
    color: #FF0000;
    letter-spacing: 0.03em;
}

section#index-red-box ul li:first-child{
    padding: 10px;
    line-height: 1.3;
}

section#index-red-box ul li:first-child span{
    display: block;
    font-size: 13px;
}

section#index-red-box ul li:last-child{
    background: #FF0000;
    color: #fff;
    padding: 10px;
    font-size: 13px;
}

section#index-red-box ul li:last-child span{
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.inner{
    width: 89.3%;
    margin: 0 auto;
    padding: 30px 0;
}

.btn{
    width: 100%;
    background: linear-gradient(#d82424 0%, #580a0a 100%);
    color: #fff;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.12em;
    margin-top: 10px;
    margin-bottom: 30px;
}

.btn.none,
.black-btn.none{
    opacity: 0.4;
    pointer-events: none;
}

.black-btn{
    width: 100%;
    background: linear-gradient(#414141 0%, #000 100%);
    color: #fff;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.12em;
    margin-top: 10px;
    text-align: center;
    padding: 5px 0 7px 0;
    display: block;
}

.black-waku-btn{
    width: 99%;
    background: #fff;
    color: #000;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.12em;
    margin-top: 10px;
    text-align: center;
    padding: 5px 0 7px 0;
    display: block;
    border: 2px solid #000;
}

.white-btn{
    width: 78.47%;
    color: #fff;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.12em;
    padding: 5px 0 7px 0;
    border: 2px solid #fff;
    display: inline-block;
}

.btn:last-child{
    margin-bottom: 0;
}

.btn a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 7px 0;
}

.btn::after,
.black-btn::after,
.white-btn::after{
    content: '';
    background: url(../img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.black-waku-btn::after{
    content: '';
    background: url(../img/arrow_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.asterisk::before{
    content: '※';
}

.disc::before{
    content: '・';
}

.number-01::before{
    content: '（１）'
}

.number-02::before{
    content: '（２）'
}

.asterisk,
.disc{
    text-indent: -1.1em;
    margin-left: 1.1em;
    display: inline-block;
}

.min{
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.number-01,
.number-02{
    text-indent: -3.2em;
    margin-left: 3.2em;
    display: inline-block;
}


section .title{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

section .title-b{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #000;
    padding: 5px 0 7px 0;
    line-height: normal;
    color: #fff;
    margin-bottom: 10px;
}

.red{
    color: #FF0000;
}

.mt-1em{
    margin-top: 1em;
}

.mb-10{
    margin-bottom: 10px;
}

.t-c{
    text-align: center;
}

.t-l{
    text-align: left;
}

/*accordion*/
.accordion .toggle {
    display: none;
}

.accordion .option {
    position: relative;
}

.accordion .toggle-title,
.accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.accordion .toggle-title {
    display: block;
}

.accordion .toggle-title::after,
.accordion .toggle-title::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 25%;
    width: 2px;
    height: 15px;
    background-color: #fff;
    transition: all 0.3s;
}

.accordion .toggle-title::after {
    transform: rotate(90deg);
}

.accordion .content {
    max-height: 0;
    overflow: hidden;
}

.accordion .toggle-title .title-b{
    margin: 0;
}

.accordion .toggle:checked +.toggle-title +.content {
    max-height: 9900px;
    transition: all 1.5s;
}

.accordion .toggle:checked +.toggle-title::before {
    transform: rotate(90deg) !important;
}

.accordion .toggle:checked +.toggle-title{
    margin-bottom: 10px;
}

/*kv*/
#kv{
    margin-bottom: 30px;
}

/*footer*/
footer{
    background: #404040;
    color: #fff;
    font-weight: 200;
    text-align: center;
    margin-top: 50px;
    padding: 30px 0 10px 0;
}

footer .f-menu{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

footer .f-menu li{
    padding: 0 30px;
    line-height: normal;
}

footer .f-menu li:first-child{
    border-right: 1px solid #fff;
}

footer .f-img{
    width: 89.33%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

footer .f-img li:first-child{
    width: 41.79%;
}

footer .f-img li:last-child{
    width: 32.84%;
}

footer p{
    margin:auto auto 25px auto;
    font-size: 12px;
    width: 90%;
}

/*popup*/
#popup {
    display: none;
}

.popup-open {
    cursor: pointer;
}

.popup-overlay {
    display: none;
}

#popup:checked ~ .popup-overlay {
    display: block;
    z-index: 99999;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#popup-window {
    max-width: 500px;
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    border: 2px solid #000;
    height: 36px;
    width: 100%;
    line-height: 36px;
    display: block;
    margin-top: 20px;
    position: relative;
}

.popup-close::after{
    content: '';
    background: url(../img/arrow_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*lp-#about*/
section#about,
section#popup-window{
    font-weight: 400;
}

section#about ul{
    margin-bottom: 30px;
}

section#about ul:last-child{
    margin-bottom: 0;
}

section#about ul .popup-open{
    border-bottom: 1px solid #000;
}

section#about .contact{
    background: #292929;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    margin: 20px auto 10px auto;
}

section#about .contact span{
    display: block;
}

section#about .contact span:first-child{
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

section#about .contact span:nth-child(2){
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
}

/*entry*/

.slot-btn{
    font-size: 13px;
}

.slot-btn li:first-child{
    margin: 20px auto 10px auto;
}

.slot-btn li:nth-child(3),
.slot-btn li:nth-child(5){
    margin: 30px auto 10px auto;
}

.slot-btn li:nth-child(2),
.slot-btn li:nth-child(4),
.slot-btn li:last-child{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;}

.slot-video{
    margin-top: 10px;
}

/*slot-pupup*/

.slot-popup-overlay {
    display: block;
    z-index: 99999;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#slot-popup-window {
    max-width: 500px;
    position: fixed;
    top: 320px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*coupon*/
.red-box{
    background: #FFE2E2;
    color: #FF0000;
    font-size: 13px;
    border: 2px solid #FF0000;
    padding: 9px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.coupon-text{
    font-weight: 500;
}

.coupon-text .btn{
    text-align: center;
    margin-bottom: 30px;
}

.coupon-text .asterisk{
/*    letter-spacing: 0.013em;*/
}

section#topbtn{
    background: none;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

section#green-box{
    background: #D2E6DD;
    font-size: 13px;
    border: 2px solid #218655;
    padding: 9px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

.timer{
    background: #F60C1A;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 0 15px 0;
    margin-bottom: 10px;
}

.timer p:first-child{
    width: 28px;
    margin-right: 20px;
}

.coupon-img{
    max-width: 300px;
    margin: 10px auto;
    border: 1px solid #000;
}

/*error*/
.error{
    text-align: center;
    font-size: 15px;
}
.error img{
    margin-bottom: 10px;
    width: 89.6%;
}

@media screen and (max-width:310px){
    section .title-b{
        font-size: 4vw;
    }
    section#about .contact span:nth-child(2){
        font-size: 6.5vw;
    }
    .btn{
        font-size: 6vw;
    }
}