a.attention-txt {
    text-decoration: underline;
}

a.c-btn01.black {
    background: none !important;
}

/*
main.l-main {
    display: none;
}
.close {
    padding: 7% 8%;
}
準備中*/


/*ページTOP*/
.wapper-sogoodtee .pagetop {
    background: #e06e1d;
}
.pagetop {
    cursor: pointer;
    position: fixed;
    right: 19px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    /* border-radius: 50%; */
    transition: .3s;
    color: #FFF;
    background: #f3352e;
    opacity: 0;
    z-index: 30;
    text-transform: uppercase;
    font-weight: 500;
}
.pagetop img {
    width: 50%;
}




.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }


  a.access {
    text-decoration: underline;
}


span.small {
    font-size: 12px;
}


ul.vc-attention {
    font-size: 10px;
    margin-top: 5%;
}

.instagram {
    margin: 5% auto;
    text-align: center;
}

.instagram img {
    width: 12%;
    margin-top: 3%;
}

td.tenpo-logo p:nth-child(-n+2) {
    color: #F3352E;
    line-height: 1.75;
    letter-spacing: 0.0em;
    font-size: 10px;
}
td.tenpo-logo p:nth-child(3) {
    font-size: 10px;
}
td.tenpo-logo a {
    color: #098cff;
    text-decoration: underline;
    font-size: 10px;
}
.deadline {
    text-align: center;
    color: #F3352E;
}
p.ft10 {
    font-size: 10px;
}
.c-btn02 {
    display: inline-block;
    width: 64%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 3% 0;
    background: rgb(15, 15, 15) !important;
    line-height: 1.5;
    border-radius: 32px;
    margin: 4% auto 0;
    color: #FFF;
}

a.c-btn02:visited {
    color: #FFF;
}
.action {
    margin-top: 5%;
    background: #fffdf1;
    padding: 7%;
}
.action > p:nth-child(1) {
    font-weight: bold;
}
.action li:nth-child(1) {
    margin-bottom: 6%;
}

section.info div {
    margin-bottom: 9%;
}
section.info a {
    text-decoration: underline;
}





#section06 .c-btn01 {
    background: #aaa !important;
    background: #4b8f29 !important;
    border-radius: 6px;
}




p.txt-center {
    text-align: center;
    font-size: 12px;
    /* font-weight: bold; */
    /* color: red; */
}



/*ここから完売*/


.deadline {
    padding: 3% 11% 3%;
    background: #f3352d;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 5%;
    text-align: center;
}

.deadline p {
    text-align: center;
}


.sold-box {
    border-radius: 20px;
    border: 2px solid #C6C6C6;
    padding: 35px 20px 30px;
    background: rgba(0,0,0,.75);
    opacity: 0.5;
    position: relative;
}
.sold-box:after {
    content: "完売";
    z-index: 10;
    color: #000;
    opacity: unset;
    background: none;
    color: rgb(255,255,255);
    font-size: 33px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 3px 2px 1px rgb(15,15,15);
}



.l-storelist-item {
    border-radius: 20px;
    border: 2px solid #C6C6C6;
    padding: 35px 20px 30px;
    background: rgba(0,0,0,.75);
    opacity: 0.5;
    position: relative;
}
.l-storelist-item:after {
    content: "完売";
    z-index: 10;
    color: #000;
    opacity: unset;
    background: none;
    color: rgb(255,255,255);
    font-size: 33px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 3px 2px 1px rgb(15,15,15);
}


.c-box01.soldout {
    background: rgba(0,0,0,.75);
    opacity: 0.5;
    position: relative;
}


.soldout .c-table01.-form input[type="text"], .c-table01.-form input[type="tel"], .c-table01.-form textarea {
    background: rgba(0,0,0,.2);
}
.soldout .c-table01.-form select {
    background: rgba(0,0,0,.2);
}
/*
.c-table01.-form input[type="radio"] {
    display: none;
}*/
.deadline {
    padding: 0 2%;
    background: #000;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 5%;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 3px 2px 1px rgb(15,15,15);
    width: 100%;
    font-size: 14px;
}
.deadline p:nth-child(1) {
    font-size: 18px;
}


/*ここまで完売*/







/*PC版*/

@media screen and (min-width:768px){
    .l-mainvisual-bg {
        padding: 5% 10% 0;
    }

    section.past {
        padding: 0 10%;
    }

    iframe#instagram-embed-0 {
        margin: 0 auto !important;
    }

    .instagram-media {
        margin: 0 auto !important;
    }

    #section02 ul.vc-attention {
        width: 433px;
        margin: 5% auto;
    }

    #section06 .c-btn01 {
        width: 345px;
        margin: 0 auto;
        display: block;
    }
}