@charset "utf-8";

.combination {
    background-image:  linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url(../img/bg_w.jpg);
    /*background-repeat: no-repeat;
    background-size: cover;*/
    padding: 126px 150px;
}

.combination-top {
    background-color: rgba(230, 230, 230, 0.5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    padding: 70px 50px;
    z-index: 1;
}

.combination-top::after {
    content: "";
    position: absolute;
    background-image: url(../img/menu/font_dish.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    top: -98px;
    right: 24px;
    width: 10%;
    height: 0;
    padding-top: 373px
}

.combination_img {
    width: 50%;
    max-width: 500px;
}

.combination-text-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    padding-left: 5%;
}

.combination-text {
    padding-top: 20px;
}

.combination-title {
    font-size: 24px;
    font-weight: 700;
}

.combination-price {
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

.combination-detail {
    font-size: 18px;
    margin-top: 20px;
}

.effect {
    position: relative;
    background-image: url(../img/menu/parts.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 85%;
    aspect-ratio: 1.9 / 1.1;
    margin: 3vw auto 0;
}

.effect-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    font-size: clamp(12px, 1.8vw, 16px);
}

.effect-title {
    font-weight: 700;
}

.effect-text {
    font-size: clamp(12px, 1.6vw, 14px);
    font-weight: 500;
    margin-top: 0.5rem;
}

.small-text {
    margin-top: 5px;
    font-size: clamp(10px, 1.2vw, 12px);
}

.pairing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px 0;
}
@media screen and (max-width:1270px) {
    .effect {
    position: relative;
    background-image: url(../img/menu/parts.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 85%;
    aspect-ratio: 1.9 / 1.1;
    padding: 41px;
    margin: 3vw auto 0;
}
}

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

    .combination {
        padding: 12.6rem 6.3rem;
    }

    .combination-top {
        display: block;
        padding: 2.3rem;
    }

    .combination-top::after {
        background-image: url(../img/menu/font_dish_sp.svg);
        top: -6.5rem;
        width: 11%;
    }

    .combination_img {
        width: 100%;
        max-width: none;
    }

    .combination_img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .combination-text {
        margin-top: 1.5rem;
    }

    .combination-text-group {
        width: 100%;
        padding-left: 0;
    }

    .combination-title {
        font-size: 1.6rem;
    }

    .combination-price {
        font-size: 1.4rem;
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .combination-detail {
        font-size: 1.4rem;
        margin-top: 1.5rem;
        padding-bottom: 2rem;
    }

    .effect {
        width: 80%;
        margin: 0 auto;
    }

    .effect-inner {
        width: 80%;
    }

    .effect-title {
        font-size: 1.5rem;
    }

    .effect-text {
        margin-top: 8px;
        font-size: 1.4rem;
    }

    .small-text {
        margin-top: 0.5rem;
        font-size: 1.2rem;
    }

}

@media screen and (max-width:767.9px) {
    .combination {
        display: block;
        padding: 11rem 1.5rem;
    }

    .combination-top::after {
        background-image: url(../img/menu/font_dish_sp.svg);
        top: -6.5rem;
        right: 1.2rem;
        width: 12%;
        padding-top: 216px
    }

    .effect {
        padding: 3rem;
    }
}