@charset "UTF-8";

/* 共通 */
body {
    font-family: "Noto Serif JP", serif;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
    line-height: 1;
}

img {
    width: 100%;
    height: 100%;
}

.main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    width: max-content;
    background-image: url(../img/update/pick-up_reception.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 25px;
    padding: 4% 8%;
    aspect-ratio: 366/119;
}

/* メインビュー */
#mv {
    position: relative;
    padding: 7.47vw 0 6.4vw;
}

.mv__img {
    position: absolute;
    width: 100%;
    max-width: 67.57%;
}

.mv__img img {
    width: 100%;
    height: 100%;
}

.mv__img--left {
    top: 3vw;
    left: 0;
    z-index: -2;
}

.mv__img--right {
    top: 0;
    right: 0;
    z-index: -1;
}

.mv__inner {
    width: 100%;
    max-width: 76.87vw;
    margin: 0 auto;
    padding: 0 25px;
}

.mv__title {
    color: #FFFFFF;
    font-size: 3.51vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-shadow: 0 0 23px rgba(50, 69, 92, 0.64);
}

.mv__text {
    color: #FFFFFF;
    font-size: 1.17vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.01em;
    margin-top: 20px;
    text-shadow: 0 0 16px #000922;
}

/* PICK UP */
#pick-up {
    position: relative;
    padding: 136px 0 123px;
}
.pick-up__main-bg {
    position: absolute;
    top: -4vw;
    left: 0;
    background-image: url(../img/update/pick-up_main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 105%;
    z-index: -3;
}
.pick-up__inner {
    max-width: 1050px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}
.pick-up__title {
    color: #1E3B64;
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center;
}

/* ピックアップ商品 */
.pick-up__trade-name {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    background-color: #000000;
    padding: 20px;
    text-align: center;
}
.pick-up__wrapper {
    display: flex;
    align-items: center;
    padding: 95px 80px 70px;
    background-color: #FFFFFF;
}
.pick-up__item-image {
    position: relative;
    width: 100%;
    max-width: 550px;
    height: 433px;
    margin-right: 25px;
}
.pick-up__bg {
    position: absolute;
    top: 5%;
    left: -3%;
    width: 440px;
    height: 350px;
    background-image: url(../img/update/pick-up_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;

}
.pick-up__area {
    margin-top: 55px;
    box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.16);
}
.pick-up__image {
    position: relative;
    z-index: 1;
    height: 100%;
}
.pick-up__image img {
    object-fit: contain;
    object-position: center;
}
.pick-up__item-info {
    position: relative;
    width: 100%;
    max-width: 425px;
}
.pick-up__item-size {
    display: flex;
    margin-bottom: 20px;
}
.pick-up__item-size-item {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    border: 1px solid #000000;
    padding: 4px 8px;
    margin-right: 12px;
}
.pick-up__transport {
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 8px;
    line-height: 1;
}
.blue {
    background-color: #355A8E;
}
.pick-up__item-price {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
}
.tax {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}
.pick-up__item-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 45px;
}
.pick-up__btn {
    display: flex;
    justify-content: end;
}
.pick-up__btn-link {
    position: relative;
    display: block;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    width: 220px;
    max-width: 100%;
    background-color: #000000;
    text-align: center;
    padding: 14px;
    transition: opacity 0.3s;
}
.pick-up__btn-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 18px;
    height: 7px;
    background-image: url(../img/update/arrow_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}
.pick-up__btn-link:hover {
    color: #FFFFFF;
    opacity: 0.7;
}

/* おすすめの飲み方 */
.pick-up__section02 {
    padding-top: 50px;
    padding-bottom: 85px;
    background-image: url(../img/update/pick-up_bg02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pick-up__inner02 {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.pick-up__group02 {
    display: flex;
}
.pick-up__image02 {
    width: 100%;
    max-width: 71.9%;
}
.pick-up__image02 img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 604/477;
}
.pick-up__category-list {
    width: 100%;
    max-width: 23%;
    margin-left: auto;
}
.pick-up__category-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 17px;
    border-radius: 40px;
    margin-bottom: 18px;
}
.pick-up__category-item:last-child {
    margin-bottom: 0;
}
.pick-up__category-item--green {
    background-color: #7A957A;
}
.pick-up__category-item--blue {
    background-color: #769EAF;
}
.pick-up__category-item--yellow {
    background-color: #C18F09;
}
.pick-up__category-item--red {
    background-color: #A86B65;
}
.pick-up__category-item--pink {
    background-color: #A865A5;
}
.pick-up__category-item img {
    width: 100%;
    max-width: 27px;
    margin-right: 14px;
}

/* 旬の肴と合わせて */
.pick-up__wrapper03 {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #FFFFFF;
}
.pick-up__group {
    margin-bottom: 55px;
}
.pick-up__image03 {
    width: 100%;
    max-width: 66%;
    height: 100%;
}
.pick-up__image03 img {
    object-fit: contain;
    aspect-ratio: 661/422;
}
.pick-up__sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    writing-mode: vertical-rl;
    width: 100%;
    max-width: 34%;
    letter-spacing: 1em;
}
.pick-up__inner03 {
    width: 100%;
    max-width: 84%;
    margin: 0 auto;
}
.pick-up__detail {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
.pick-up__btn03 {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    /* 共通 */
    .main-title {
        font-size: 20px;
        margin-bottom: 12px;
        aspect-ratio: auto;
        padding: 11% 13%;
        width: 100%;
        max-width: 87%;
        text-align: center;
    }

    /* メインビュー */
    #mv {
        padding: 40.8vw 0 5.9vw;
    }
    .mv__img {
        max-width: 90.7%;
    }

    .mv__img--left {
        top: 13vw;
    }

    .mv__inner {
        max-width: 86vw;
        padding: 0 0 0 4vw;
        margin: 0;
    }

    .mv__title {
        font-size: 5.87vw;
        line-height: 1.5;
        max-width: 630px;
    }

    .mv__text {
        font-size: 3.73vw;
        margin-top: 3.2vw;
    }

    /* PICK UP */
    #pick-up {
        padding: 60px 0 0;
    }
    .pick-up__main-bg {
        top: -63vw;
        height: 122%;
    }
    .pick-up__inner {
        max-width: 630px;
        padding: 0 15px;
    }
    .pick-up__bg {
        width: 257px;
        height: 197px;
        left: 50%;
        transform: translateX(-50%);
    }
    .pick-up__title {
        font-size: 32px;
    }
    .pick-up__area {
        margin-top: 13px;
    }

    /* ピックアップ商品 */
    .pick-up__trade-name {
        font-size: 18px;
    }
    .pick-up__wrapper {
        display: block;
        padding: 20px 20px 55px;
    }
    .pick-up__item-image {
        margin-bottom: 20px;
        height: auto;
        margin-right: 0;
    }
    .pick-up__image {
        height: 240px;
    }
    .pick-up__item-size-item {
        font-size: 12px;
        padding: 3px 8px;
    }
    .pick-up__transport {
        font-size: 12px;
        padding: 3px 8px;
    }
    .pick-up__item-price {
        font-size: 22px;
    }
    .tax {
        font-size: 12px;
    }
    .pick-up__item-description {
        font-size: 14px;
    }
    .pick-up__item-description {
        margin-bottom: 30px;
    }
    .pick-up__btn {
        justify-content: center;
    }
    .pick-up__wrapper03 {
        padding-top: 35px;
        padding-bottom: 55px;
    }
    .pick-up__image03 {
        max-width: 77%;
    }
    .pick-up__image03 img {
        aspect-ratio: 264/169;
    }
    .pick-up__sub-title {
        max-width: 23%;
        font-size: 18px;
        letter-spacing: 0.5em;
    }
    .pick-up__group {
        margin-bottom: 20px;
    }

    /* おすすめの飲み方 */
    .pick-up__section02 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .pick-up__inner02 {
        padding: 0 20px;
        max-width: 640px;
    }
    .pick-up__group02 {
        display: block;
    }
    .pick-up__image02 {
        max-width: none;
        margin-bottom: 20px;
    }
    .pick-up__category-list {
        display: flex;
        flex-wrap: wrap;
        gap: 9px 2%;
        max-width: none;
        margin-left: 0;
    }
    .pick-up__category-item {
        font-size: 13px;
        width: 100%;
        max-width: 32%;
        height: 42px;
        padding: 3px;
        margin-bottom: 0;
    }
    .pick-up__category-item img {
        max-width: 19px;
        height: 21px;
        margin-right: 5px;
    }
    .pick-up__category-text {
        text-align: center;
    }

    /* 旬の肴と合わせて */
    .pick-up__inner03 {
        max-width: 88%;
    }
    .pick-up__detail {
        font-size: 14px;
        margin-bottom: 40px;
    }
}