@charset "utf-8";

/*-------------------------------------
    shop-area
-------------------------------------*/
.shop-area {
    --wave-height: 19.375%;
    position: relative;
    /*beforeの要素(width:100%・aspect-ratio:1600/310)の高さ分margin-topを作る(310/1600=19.375%)*/
    padding: var(--wave-height) 0 100px;
    margin-top: calc(var(--wave-height) * -1);
}

.shop-area .inner {
    width: clamp(1200px, 90%, 1800px);
    /* width: clamp(1200px, 80%, 1400px); */
}

.shop-area::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1600/310;
    background: url(../../img/cast/section-half-circle-white-width-txt.svg) no-repeat center/contain;
}

.shop-area::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10%;
    right: -5%;
    /* width: clamp(500px, 60vw, 900px); */
    width: clamp(300px, 30vw, 550px);
    height: auto;
    aspect-ratio: 700/560;
    background: url(../../img/webp/cast/ill-line-wine.webp) no-repeat center/contain;
    opacity: .7;
}

.shop-area .inner {
    position: relative;
    z-index: 1;
}

.shop-area .section-title {
    margin-top: -100px;
}

.shop-area .section-title .jp {
    color: var(--coral02);
}

.shop-area .shop-catch {
    text-align: center;
    font-size: clamp(2.6rem, 2.4vw, 3.8rem);
}

.shop-area .shop-btn-wrap {
    --gap: clamp(15px, 2vw, 40px);
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px var(--gap);
}

.shop-area .shop-btn {
    width: calc((100% - var(--gap)* 3) / 4);
    /* width: calc((100% - var(--gap)) / 2); */
    /* aspect-ratio: 34/50; */
}

.shop-area .shop-btn-inner {
    display: block;
    position: relative;
    background-color: #eee;
    height: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 60px 10px 10px 10px;
    container-type: inline-size;
    overflow: hidden;
}

.shop-area .shop-logo {
    position: absolute;
}

.shop-area .shop-point-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80%;
}

.shop-area .shop-point-item {
    font-size: clamp(1.0rem, 4.0cqw, 1.8rem);
    font-family: var(--serif);
    line-height: 1.3;
    letter-spacing: 0;
}

.shop-area .shop-point-item::before {
    content: "#";
}

.shop-area .shop-btn-catch {
    font-family: var(--serif);
    position: absolute;
}

.shop-area .shop-btn-catch-en {
    position: absolute;
}

.shop-area .shop-btn-catch-en img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-area .shop-btn-bg {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    width: 100%;
    height: 20vw;
}

.shop-area .shop-btn-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-area .cmn-btn-circle {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 15%;
    height: auto;
    aspect-ratio: 1/1;

}

/*ラメール*/
#btn-lamer .shop-logo {
    width: 50%;
    top: 5%;
    left: 5%;
}

#btn-lamer .shop-point-item {
    color: #7885AD;
}

#btn-lamer .shop-btn-catch {
    bottom: 13%;
    left: 20px;
    font-size: clamp(1.5rem, 7.5cqw, 3.8rem);
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
}

#btn-lamer .shop-btn-catch-en {
    top: 28%;
    right: 0;
    width: 60%;
}

/*くろねこ*/
#btn-kuroneko .shop-logo {
    left: 5%;
    bottom: 10%;
    width: 50%;
}

#btn-kuroneko .shop-btn-catch {
    color: #fff;
    font-size: clamp(1.6rem, 8cqw, 4.0rem);
    top: 8%;
    right: 5%;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.5;
    height: 100%;
}

#btn-kuroneko .shop-btn-catch span {
    line-height: 1.3;
    text-shadow: 0 0 10px rgba(0, 0, 0, .7), 0 0 20px rgba(0, 0, 0, .7), 0 0 30px rgba(0, 0, 0, .7);
    letter-spacing: .06em;
}

#btn-kuroneko .shop-btn-catch span:nth-child(2) {
    margin-top: 15%;
}

#btn-kuroneko .shop-btn-catch-en {
    top: 30%;
    left: 0;
    width: 45%;
}

#btn-kuroneko .shop-point-item {
    color: #B19A54;
}

/*ムーランルージュ*/
#btn-moulin-rouge .shop-logo {
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 80%;
}

#btn-moulin-rouge .shop-btn-catch {
    color: #fff;
    font-size: clamp(1.5rem, 7.8cqw, 4.0rem);
    bottom: 13%;
    left: 20px;
    line-height: 1.5;
}

#btn-moulin-rouge .shop-point-item {
    color: #C66F89;
}

/*ベルパレス*/
#btn-belle-palais .shop-logo {
    width: 35%;
    bottom: 14%;
    left: 20px;
}

#btn-belle-palais .shop-point-item {
    color: #B67D5D;
}

#btn-belle-palais .shop-btn-catch {
    writing-mode: vertical-rl;
    top: 5%;
    right: 5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    height: 100%;
}

#btn-belle-palais .shop-btn-catch span {
    color: #724435;
    background-color: rgba(255, 255, 255, .8);
    display: inline-block;
    padding: 5px;
    line-height: 1;
    font-size: clamp(1.5rem, 7.0cqw, 4.0rem);
    letter-spacing: .15em;
}

#btn-belle-palais .shop-btn-catch span:nth-child(2) {
    margin-top: 5%;
}

#btn-belle-palais .shop-btn-catch span:nth-child(3) {
    margin-top: 10%;
}

/*レトワール*/
#btn-letoile .shop-logo {
    left: 20px;
    bottom: 12%;
    width: 65%;
}

#btn-letoile .shop-btn-catch {
    color: #fff;
    font-size: clamp(1.5rem, 7.5cqw, 4.2rem);
    top: 3%;
    right: 8%;
    line-height: 1.5;
    text-shadow: 0 3px 20px rgba(0, 0, 0, .5);
    letter-spacing: 0;
    text-align: right;
}

#btn-letoile .shop-point-item {
    color: #B09A50;
}



/*ネオスナックエル*/
#btn-neo-snack-l .shop-logo {
    right: 5%;
    top: 5%;
    width: 70%;
}

#btn-neo-snack-l .shop-btn-catch {
    color: #fff;
    font-size: clamp(2.0rem, 7.5cqw, 4.0rem);
    top: 37%;
    left: 5%;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-shadow: 0 0 20px rgba(0, 0, 0, .8);
}

#btn-neo-snack-l .shop-point-item {
    color: #C47A3F;
}

/*クラブ響*/
#btn-club-hibiki .shop-logo {
    right: 5%;
    top: 5%;
    width: 30%;
}

#btn-club-hibiki .shop-btn-catch {
    font-size: clamp(2.0rem, 8cqw, 4.2rem);
    bottom: 13%;
    left: 3%;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-shadow: 0 0 20px rgba(0, 0, 0, .8);
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    gap: 5px;
}

#btn-club-hibiki .shop-btn-catch span {
    backdrop-filter: blur(30px);
    display: inline-block;
    padding: 0 5px;
}

#btn-club-hibiki .shop-point-item {
    color: #B19A54;
}

@media screen and (min-width: 769px) {

    /*配置*/
    /* .shop-area .shop-btn:nth-child(2),
    .shop-area .shop-btn:nth-child(6) {
        margin-top: -30px;
    }

    .shop-area .shop-btn:nth-child(3),
    .shop-area .shop-btn:nth-child(7) {
        margin-top: -60px;
    }

    .shop-area .shop-btn:nth-child(4),
    .shop-area .shop-btn:nth-child(8) {
        margin-top: -90px;
    } */

    /*ホバー*/
    .shop-area .shop-btn-inner:hover {
        opacity: .8;
        transform: translateY(-10px);
    }

}

@media screen and (max-width: 768px) {

    .shop-area {
        padding: var(--wave-height) 0 10vw;
    }

    .shop-area::after {
        bottom: 11%;
        right: -20%;
        width: 70vw;
    }

    .shop-area .inner {
        width: 100%;
        padding: 30vw 3vw 0;
    }

    .shop-area .shop-catch {
        font-size: clamp(2.0rem, 6cqw, 3.0rem);
    }

    .shop-area .shop-btn-wrap {
        --gap: 3vw;
        margin-top: 10vw;
        width: 100%;
        gap: 5vw var(--gap);
    }

    .shop-area .shop-btn {
        width: calc((100% - var(--gap)) / 2);
    }

    .shop-area .shop-btn-bg {
        position: relative;
    }

    .shop-area .shop-btn-bg::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
    }

    .shop-area .shop-btn-inner {
        padding: 0;
        border-radius: 7vw 2vw 2vw 2vw;
    }

    .shop-area .shop-point-list {
        gap: 1vw;
        bottom: 4%;
        left: 5%;
        width: 95%;
    }

    .shop-area .shop-point-item:nth-child(n+4) {
        display: none;
    }

    .shop-area .cmn-btn-circle {
        bottom: 3%;
        right: 3%;
        width: 20%;
    }

    /*ラメール*/
    #btn-lamer .shop-logo {
        width: 70%;
        top: 6%;
        left: 7%;
    }

    #btn-lamer .shop-btn-catch {
        bottom: 26%;
        left: 5%;
        font-size: clamp(1.2rem, 8.0cqw, 2.0rem);
        line-height: 1.5;
        color: #fff;
    }

    #btn-lamer .shop-btn-catch-en {
        top: 32%;
        right: 0;
        width: 70%;
    }

    /*くろねこ*/
    #btn-kuroneko .shop-logo {
        left: 8%;
        bottom: 20%;
        width: 45%;
    }

    #btn-kuroneko .shop-btn-catch {
        font-size: clamp(1.5rem, 9.0cqw, 2.0rem);
        top: 5%;
        right: 5%;
    }

    #btn-kuroneko .shop-btn-catch span {
        line-height: 1.3;
        text-shadow: 0 0 20px rgba(0, 0, 0, .8);
        letter-spacing: 0;
    }

    #btn-kuroneko .shop-btn-catch span:nth-child(2) {
        margin-top: 5vw;
    }

    #btn-kuroneko .shop-btn-catch-en {
        top: 10%;
        left: 0;
        width: 60%;
    }

    /*ムーランルージュ*/
    #btn-moulin-rouge .shop-logo {
        top: 5%;
        width: 90%;
    }

    #btn-moulin-rouge .shop-btn-catch {
        font-size: clamp(1.4rem, 8.3cqw, 2.0rem);
        bottom: 28%;
        left: 5%;
        letter-spacing: 0;
    }

    /*ベルパレス*/
    #btn-belle-palais .shop-logo {
        width: 40%;
        bottom: 28%;
        left: 5%;
    }

    #btn-belle-palais .shop-btn-catch {
        writing-mode: vertical-rl;
        top: 5%;
        right: 3%;
        gap: 3px;
    }

    #btn-belle-palais .shop-btn-catch span {
        padding: 5px;
        font-size: clamp(1.5rem, 7cqw, 2.0rem);
    }

    #btn-belle-palais .shop-btn-catch span:nth-child(2) {
        margin-top: 5%;
    }

    /*レトワール*/
    #btn-letoile .shop-logo {
        left: 5%;
        bottom: 28%;
        width: 90%;
    }

    #btn-letoile .shop-btn-catch {
        font-size: clamp(1.5rem, 9.0cqw, 2.0rem);
        top: 5%;
        right: 5%;
    }


    /*ネオスナックエル*/
    #btn-neo-snack-l .shop-logo {
        right: 5%;
        top: 5%;
        width: 90%;
    }

    #btn-neo-snack-l .shop-btn-catch {
        font-size: clamp(1.3rem, 8.2cqw, 2.0rem);
        top: 38%;
        left: 5%;
        letter-spacing: 0;
    }

    /*クラブ響*/
    #btn-club-hibiki .shop-logo {
        right: 5%;
        top: 5%;
        width: 30%;
    }

    #btn-club-hibiki .shop-btn-catch {
        font-size: clamp(1.3rem, 8.2cqw, 2.0rem);
        bottom: 28%;
        left: 3%;
        gap: 3px;
        letter-spacing: 0;
    }

    #btn-club-hibiki .shop-btn-catch span {
        backdrop-filter: blur(30px);
        display: inline-block;
        padding: 0 5px;
    }
}

/*-------------------------------------
    shop-btn card layout
-------------------------------------*/
.shop-area .shop-btn {
    aspect-ratio: auto;
}

.shop-area .shop-btn-inner {
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.shop-area .shop-btn-media {
    position: relative;
    flex: none;
    /*aspect-ratio: 4 / 3;*/
    aspect-ratio: 5 / 7;
    overflow: hidden;
}

.shop-area .shop-btn-bg {
    width: 100%;
    height: 100%;
    border-radius: 40px 15px 15px 15px;
    overflow: hidden;
}

.shop-area .shop-btn-bg img {
    display: block;
}

.shop-area .shop-logo {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.shop-area .shop-btn-info {
    position: relative;
    /* min-height: 220px; */
    padding: clamp(10px, 2vw, 15px) 0 0 0;
    background-color: transparent;
    container-type: inline-size;
}

.shop-area .shop-btn-catch-en {
    display: none;
}

.shop-area #btn-lamer .shop-btn-catch,
.shop-area #btn-kuroneko .shop-btn-catch,
.shop-area #btn-moulin-rouge .shop-btn-catch,
.shop-area #btn-belle-palais .shop-btn-catch,
.shop-area #btn-letoile .shop-btn-catch,
.shop-area #btn-neo-snack-l .shop-btn-catch,
.shop-area #btn-club-hibiki .shop-btn-catch {
    position: static !important;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    color: var(--cmnblack) !important;
    font-family: var(--serif) !important;
    font-size: clamp(2.1rem, 1.3vw, 3.0rem) !important;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
    text-shadow: none;
    writing-mode: horizontal-tb !important;
}

.shop-area #btn-lamer .shop-btn-catch span,
.shop-area #btn-kuroneko .shop-btn-catch span,
.shop-area #btn-moulin-rouge .shop-btn-catch span,
.shop-area #btn-belle-palais .shop-btn-catch span,
.shop-area #btn-letoile .shop-btn-catch span,
.shop-area #btn-neo-snack-l .shop-btn-catch span,
.shop-area #btn-club-hibiki .shop-btn-catch span {
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    backdrop-filter: none;
    text-shadow: none;
    line-height: inherit;
    letter-spacing: inherit;
}

.shop-area .shop-point-list {
    position: static;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 12px;
}

.shop-area .shop-point-item {
    font-size: clamp(1rem, 1.1vw, 1.5rem);
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .65);
}

.shop-area .shop-btn-info .cmn-btn-circle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(40px, 4vw, 50px);
    background-image: url(../../img/cast/deco-btn-circle-beige.svg);
}

@media screen and (max-width: 768px) {
    .shop-area .shop-btn-inner {
        border-radius: 0;
    }

    .shop-area .shop-btn-media {}

    .shop-area .shop-btn-bg {
        border-radius: 7vw 2vw 2vw 2vw;
    }

    .shop-area .shop-btn-bg::after {
        display: none;
    }

    .shop-area .shop-btn-info {
        /* min-height: 150px; */
        padding: 3vw 0 10vw;
        container-type: inline-size;
    }

    .shop-area #btn-lamer .shop-btn-catch,
    .shop-area #btn-kuroneko .shop-btn-catch,
    .shop-area #btn-moulin-rouge .shop-btn-catch,
    .shop-area #btn-belle-palais .shop-btn-catch,
    .shop-area #btn-letoile .shop-btn-catch,
    .shop-area #btn-neo-snack-l .shop-btn-catch,
    .shop-area #btn-club-hibiki .shop-btn-catch {
        font-size: clamp(1.4rem, 9cqw, 1.7rem) !important;
        letter-spacing: 0 !important;
    }

    .shop-area .shop-point-list {
        gap: 4px 7px;
        margin-top: 8px;
        width: 100%;
    }

    .shop-area .shop-point-item {
        font-size: clamp(1.1rem, 2.2vw, 1.3rem);
    }

    .shop-area .shop-btn-info .cmn-btn-circle {
        right: 0;
        bottom: 0;
        width: 9vw;
    }
}