@charset "UTF-8";

.guilty img {
    height: auto
}
.sp-br {
    display: none;
}

.guilty {
    position: relative;
    min-width: 1200px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
    background-color: #2f211c;
    overflow: hidden;
}

.guilty__inner {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: auto;
    padding-bottom: 187px;
}
.bg-garlic {
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 1434px;
    height: 700px;
}
.guilty__haeder {
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
    height: 1152px;
    text-indent: -9999px;
    background-image: url(../images/img-mv_pc.webp);
    background-size: contain;
}
.item-wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.item {
    position: relative;
    display: flex;
    width: 100%;
    height: 390px;
}
.item-garlic {
    position: absolute;
    top: -220px;
    right: -70px;
    display: inline-block;
    width: 361px;
    height: 276px;
    z-index: 2;
}
.item-wrap .item:nth-child(2) {
    flex-direction: row-reverse;
}
.item-wrap .item:nth-child(2) .item-garlic {
    top: -120px;
    right: -50px;
    width: 283px;
    height: 227px;
}
.item-wrap .item:nth-child(3) .item-garlic {
    position: absolute;
    transform: translateX(-50%);
    top: initial;
    bottom: -150px;
    left: 50%;
    width: 453px;
    height: 263px;
}
.item-wrap .item:nth-child(3) .item-mayo {
    position: absolute;
    top: -150px;
    left: -100px;
    width: 246px;
    height: 249px;
}

.item__thumb {
    width: 50%;
    height: auto;
}
.item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-card {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 50%;
    background-color: #620101;
    background-image: url(../images/bg-cloud.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.item-card__package {
    /* position: absolute;
    transform: translateX(-50%);
    top: -40px;
    left: 50%; */
    width: auto;
    height: 245px;
    margin-top: -40px;
    margin-bottom: 30px;
}
.item-card__package img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-card__ttl {
    color: #ffc600;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}
.item-card__txt {
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden
}

.clearfix {
    min-height: 1px
}

* html .clearfix {
    height: 1px
}

@media (max-width:768px) {
    .sp-hidden {
        display: none
    }
    .sp-br {
        display: block;
    }

    .guilty {
        min-width: auto;
        padding-top: 0;
    }

    .guilty__inner {
        width: auto;
        padding-bottom: 12vw;
    }

    .guilty__haeder {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1125 / 1710;
        background-image: url(../images/img-mv_sp.webp);
        background-size: contain;
        background-position: center top;
    }

    .bg-garlic {
        top: 50vw;
        width: 130vw;
        height: auto;
    }

    .bg-garlic img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .item-wrap {
        gap: 16vw;
        padding: 10vw 5.33333vw;
    }

    .item {
        display: block;
        height: auto;
    }

    .item-wrap .item:nth-child(2) {
        flex-direction: row;
    }

    .item__thumb,
    .item-card {
        width: 100%;
    }

    .item__thumb {
        margin-bottom: 0;
    }

    .item-card {
        min-height: 56vw;
        padding: 0 4vw 7vw;
        background-size: cover;
    }

    .item-card__package {
        height: 38vw;
        margin-top: -6vw;
        margin-bottom: 4vw;
    }

    .item-card__ttl {
        margin-bottom: 3vw;
        font-size: 4.5vw;
        line-height: 1.45;
        text-align: center;
    }

    .item-card__txt {
        font-size: 3.2vw;
        line-height: 1.8;
    }

    .item-garlic {
        top: -10vw;
        right: -2vw;
        width: 34vw;
        height: auto;
    }

    .item-garlic img,
    .item-mayo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .item-wrap .item:nth-child(2) .item-garlic {
        top: -8vw;
        right: -1vw;
        width: 30vw;
        height: auto;
    }

    .item-wrap .item:nth-child(3) .item-garlic {
        top: auto;
        bottom: -18vw;
        left: auto;
        right: -2vw;
        transform: none;
        width: 40vw;
        height: auto;
    }

    .item-wrap .item:nth-child(3) .item-mayo {
        top: -9vw;
        left: -3vw;
        width: 24vw;
        height: auto;
    }
}
