@charset "UTF-8";

#index .section4__txt-2 a[target=_blank]:after, #index .article a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.indent {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 86.666%;
}
#index .kv__logo.off
{
    animation: none;
    top: 40px;
}
#index .section4__inner {
    background: #e3704e;
}
#index .kv__copy {
    width: auto;
    top: 166px;
    left: auto;
    right: 100px;
}
#index .section4__txt-2 {
    color: #ffffff;
    background: initial;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    padding: 14px 0 0 0;
}
#index .article__name {
    color: #97caeb;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
}
#index .section4__txt-2 a, #index .article__txt a {
    color: #332e20;
    transition: opacity .3s;
}
#index .section4__txt-2 a:hover, #index .article__txt a:hover {
    opacity: .4;
}
#index .mail__txt {
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
}
#index .mail__txt div:nth-child(n + 2){
    margin-top: 4em;
}
#index .section4 .continue {
    text-align: center;
    font-size: 15px;
}
#index .section4 .article__img + .continu {
    margin-top: -25px;
}
@media screen and (min-width:768px),print {
    #index .kv {
        background-image: url(./../img/33go/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        width: auto;
        top: 35px;
        left: 30px;
    }
    #index .kv__logo.off {
        left: 806px;
        top: 35px;
    }
    #index .kv__shop {
        position: absolute;
        right: 40px;
        bottom: 24px;
        animation: bund-anime-shop 4s 0s infinite;
    }
    #index .kv__shop a:hover {
        opacity: .6;
    }
    #index .kv__shop img {
        width: auto;
    }
    @keyframes bund-anime-shop {
        0%, to {
            transform: translateX(-5px);
        }
        50% {
            transform: translateX(15px);
        }
    }
    #index .kv__tokusyu {
        width: auto;
        top: auto;
        bottom: 33px;
        left: 35px;
    }
    #index .section4__ttl {
        width: 80px;
    }
    #index .section4__txt-2 {
        width: 370px;
    }
    #index .article {
        white-space: nowrap;
    }
    #index .article_ttl {
        width: auto;
    }   
    #index .section9__ico {
        right: 90px;
    }
    #index .section9__ttl {
        width: 127px;
    }
    #index .section9__price {
        max-width: 610px;
        display: block;
        width: auto;
        padding: 50px 0;
    }
    #index .section9__price > .cart{
        display: flex;
    }
    #index .section9__price > .cart:nth-of-type(n + 2) {
        padding-top: 48px;
    }
    #index .section9__price > .cart .section9__item {
        width: 380px;
    }
    #index .section9__price > .cart .section9__item img {
        width: auto;
    }
    .sold .announce.resale {
        display: flex;
        white-space: nowrap;
    }    
    #index .section4__btn {
        padding-top: 40px;
    }
    #index .section4__btn2 {
        width: 270px;
        margin: 0 auto;
        padding-top: 40px;
        height: 70px;
    }
}
@media screen and (max-width: 767px), print {
    #index .kv__logo.off {
        top: 4vw;
        right: 3.6vw;
    }
    #index .kv__shop {
        width: 20vw;
        position: absolute;
        right: 7vw;
        bottom: 4vw;
        animation: bund-anime-shop 4s 0s infinite;
    }
    @keyframes bund-anime-shop {
        0%, to {
            transform: translateX(0);
        }
        50% {
            transform: translateX(4vw);
        }
    }
    #index .kv {
        background-image: url(./../img/33go/sp/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__ttl {
        width: 63.782vw;
        position: absolute;
    }
    #index .kv__copy {
        width: 35.866vw;
        top: 41vw;
        right: 5vw;
    }
    #index .kv__tokusyu {
        width: 55.78vw;
        left: 5.2vw;
        top: auto;
        bottom: 4.4vw;
        animation: none;
        opacity: 1;
    }
    #index .section4__ttl {
        width: 16.133vw;
    }
    #index .article_ttl {
        width: auto;
    }
    #index .section9__ico {
        margin-left: 72.8vw;
    }
    #index .section9__ttl {
        width: 33.866vw;
    }
    #index .section9__price > .cart:nth-of-type(n + 2) {
        padding-top: 10vw;
    }
    #index .section9__item img {
        max-width: initial;
        width: auto;
        margin: 0 auto 7.2vw;
    }

    .section9__price-btn-pre {
        width: 80vw;
        margin: 0 auto;
        padding-bottom: 22px;
    }
    .announce {
        margin: -2em auto 2em;
    }
    #index .section4__btn2 {
        width: 72vw;
        margin: 0 auto;
        padding-top: 7.33333vw;
    }
}