@charset "UTF-8";
:root {
    --shadow: 0 0 calc(10 / var(--font) * 1rem) rgba(34, 34, 34, 0.1);
    --swiper-transition: all .6s ease-out;
    --f-ttl: "Montserrat Alternates", serif;
}
/* --------------------------------------------------------------------------
TOP-COMPONENT
-------------------------------------------------------------------------- */
/* 見出し */
@media all and (min-width: 768px), print {
    .top-header {
        max-width: calc(1200 / var(--font) * 1rem);
        padding: 0 calc(20 / var(--font) * 1rem);
        margin: 0 auto 0;
    }
    .top-header__inner {
        display: flex;
        align-items: center;
    }
    .top-header-text {
        position: relative;
        z-index: 0;
    }
    .top-header-text::before {
        content: "";
        display: block;
        background: url("/assets_v2/img/top/deco_header_line.svg") no-repeat center / contain;
        width: calc(154 / var(--font) * 1rem);
        padding-top: calc(24 / var(--font) * 1rem);
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        z-index: -1;
    }
    .top-header-text__label {
        color: var(--c-orange);
        font-family: var(--f-ttl);
        font-size: calc(42 / var(--font) * 1rem);
        font-feature-settings: "palt";
        letter-spacing: calc(-30 / 1000 * 1em);
    }
    .top-header-sub {
        margin-left: calc(32 / var(--font) * 1rem);
    }
    .top-header-sub__label {
        color: var(--c-orange);
        font-family: var(--f-zen-maru);
        font-size: calc(18 / var(--font) * 1rem);
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        letter-spacing: calc(-60 / 1000 * 1em);
        display: block;
    }
}
@media all and (max-width: 767px) {
    .top-header {
        max-width: calc(1200 / var(--font) * 1rem);
        margin: 0 auto 0;
    }
    .top-header__inner {
        display: flex;
        align-items: center;
    }
    .top-header-text {
        position: relative;
        z-index: 0;
    }
    .top-header-text::before {
        content: "";
        display: block;
        background: url("/assets_v2/img/top/deco_header_line.svg") no-repeat center / contain;
        width: calc(106 / var(--font) * 1rem);
        padding-top: calc(16 / var(--font) * 1rem);
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: calc(3 / var(--font) * 1rem);
        transform: translateY(100%);
        z-index: -1;
    }
    .top-header-text__label {
        color: var(--c-orange);
        font-family: var(--f-ttl);
        font-size: calc(28 / var(--font) * 1rem);
        font-feature-settings: "palt";
        letter-spacing: calc(-30 / 1000 * 1em);
    }
    .top-header-text__label img {
        width: auto;
        height: 100%;
    }
    .top-header-sub {
        margin-left: calc(16 / var(--font) * 1rem);
    }
    .top-header-sub__label {
        color: var(--c-orange);
        font-family: var(--f-zen-maru);
        font-size: calc(13 / var(--font) * 1rem);
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        letter-spacing: calc(-60 / 1000 * 1em);
        display: block;
    }
}
/* bg-deco */
@media all and (min-width: 768px), print {
    .bg-deco {
        position: relative;
    }
    .bg-deco::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: calc(192 / var(--font) * 1rem);
        -webkit-mask: url("/assets_v2/img/top/deco_bg.svg") no-repeat center / calc(2560 / var(--font) * 1rem);
        mask: url("/assets_v2/img/top/deco_bg.svg") no-repeat center / calc(2560 / var(--font) * 1rem);
        background: var(--bg-color);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: calc(-114 / var(--font) * 1rem);
        z-index: -1;
    }
}
@media all and (max-width: 767px) {
    .bg-deco {
        position: relative;
    }
    .bg-deco::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: calc(48.5 / 375 * 100vw);
        -webkit-mask: url("/assets_v2/img/top/deco_bg_sp.svg") no-repeat center bottom / 100vw;
        mask: url("/assets_v2/img/top/deco_bg_sp.svg") no-repeat center bottom / 100vw;
        background: var(--bg-color);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: calc(-20 / 375 * 100vw);
        z-index: -1;
    }
}

/* お知らせバナー */
@media all and (min-width: 768px), print {
    .news-bnr {
        background: var(--c-white);
        border-radius: calc(20 / var(--font) * 1rem);
    }
    .news-bnr.news-bnr--important {
        box-shadow: var(--shadow);
    }
    .news-bnr--important {
    }
    .news-bnr__inner {
        padding: 0 calc(20 / var(--font) * 1rem);
        max-width: calc(1080 / var(--font) * 1rem);
        margin: 0 auto;
    }
    .news-bnr__body {
        display: flex;
        gap: calc(19 / var(--font) * 1rem);
        padding: calc(20 / var(--font) * 1rem) 0;
        align-items: start;
    }
    .news-bnr-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: calc(20 / var(--font) * 1rem);
        width: calc(280 / var(--font) * 1rem);
        flex-shrink: 0;
    }
    .news-bnr--important .news-bnr-heading {
        width: calc(342 / var(--font) * 1rem);
    }
    .news-bnr-heading-info {
        display: flex;
        align-items: center;
        gap: calc(12 / var(--font) * 1rem);
    }
    .news-bnr-heading-text {
    }
    .news-bnr--important .news-bnr-heading-text {
        display: flex;
        align-items: center;
    }
    .news-bnr--important .news-bnr-heading-text::before {
        content: "";
        display: block;
        background: url("/assets_v2/img/common/ico_important.svg") no-repeat center / contain;
        width: calc(26 / var(--font) * 1rem);
        aspect-ratio: 1 / 1;
        margin-right: calc(12 / var(--font) * 1rem);
    }
    .news-bnr-heading-text__label {
        font-size: calc(16 / var(--font) * 1rem);
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.625;
    }
    .news-bnr-read {
        display: flex;
        flex-grow: 1;
        margin-top: calc(2 / var(--font) * 1rem);
    }
    .news-bnr-read-text {
    }
    .news-bnr-read-text__label {
        font-size: calc(16 / var(--font) * 1rem);
        font-feature-settings: "palt";
        line-height: 1.4;
    }
    .news-bnr-read-text__label a {
        background: linear-gradient(var(--c-black), var(--c-black)) 100% 100%/100% 1px no-repeat;
    }
    .news-bnr-read-text__label a:hover {
        animation: line-animation 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    }
    .news-bnr  .mc-news-card-heading-cat {
        min-width: calc(69 / var(--font) * 1rem);
    }
    .news-bnr .mc-news-card-heading-cat__inner {
        padding: calc(4 / var(--font) * 1rem) calc(12 / var(--font) * 1rem);
    }
    .news-bnr .mc-news-card-heading-cat-text::before {
        font-size: calc(12 / var(--font) * 1rem);
    }
    .news-bnr .mc-news-card-heading-date-text__label {
        font-size: calc(14 / var(--font) * 1rem);
    }
}
@media all and (max-width: 767px) {
    .news-bnr {
        background: var(--c-white);
        border-radius: calc(10 / var(--font) * 1rem);
    }
    .news-bnr.news-bnr--important {
        box-shadow: var(--shadow);
    }
    .news-bnr--important {
    }
    .news-bnr__inner {
        padding: 0 calc(15 / var(--font) * 1rem);
        margin: 0 auto;
    }
    .news-bnr__body {
        padding: calc(14 / var(--font) * 1rem) 0;
    }
    .news-bnr-heading {
        display: flex;
        align-items: center;
        gap: calc(20 / var(--font) * 1rem);
        margin-bottom: calc(8 / var(--font) * 1rem);
    }
    .news-bnr--important .news-bnr-heading {
    }
    .news-bnr-heading-info {
        display: flex;
        align-items: center;
        gap: calc(8 / var(--font) * 1rem);
    }
    .news-bnr-heading-text {
    }
    .news-bnr--important .news-bnr-heading-text {
        display: flex;
        align-items: center;
    }
    .news-bnr--important .news-bnr-heading-text::before {
        content: "";
        display: block;
        background: url("/assets_v2/img/common/ico_important.svg") no-repeat center / contain;
        width: calc(20 / var(--font) * 1rem);
        aspect-ratio: 1 / 1;
        margin-right: calc(6 / var(--font) * 1rem);
    }
    .news-bnr-heading-text__label {
        font-size: calc(14 / var(--font) * 1rem);
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.625;
    }
    .news-bnr-read {
        display: flex;
        flex-grow: 1;
        margin-top: calc(2 / var(--font) * 1rem);
    }
    .news-bnr-read-text {
    }
    .news-bnr-read-text__label {
        font-size: calc(14 / var(--font) * 1rem);
        font-feature-settings: "palt";
        line-height: 1.8;
    }
    .news-bnr-read-text__label a {
        background: linear-gradient(var(--c-black), var(--c-black)) 100% 100%/100% 1px no-repeat;
    }
    .news-bnr-read-text__label a:hover {
        animation: line-animation 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    }
    .news-bnr  .mc-news-card-heading-cat {
        min-width: calc(56 / var(--font) * 1rem);
    }
    .news-bnr .mc-news-card-heading-cat__inner {
        padding: calc(4 / var(--font) * 1rem) calc(10 / var(--font) * 1rem);
    }
    .news-bnr .mc-news-card-heading-cat-text::before {
        font-size: calc(10 / var(--font) * 1rem);
    }
    .news-bnr .mc-news-card-heading-date-text__label {
        font-size: calc(11 / var(--font) * 1rem);
    }
}

/* スライダー共通ボタン */
@media all and (min-width: 768px), print {
    .top-slide-btn-controller {
        display: flex;
        gap: calc(16 / var(--font) * 1rem);
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-100%);
        margin-top: calc(-18 / var(--font) * 1rem);
        margin-right: calc(140 / 1440 * 100%);
    }
    .top-slide-btn-controller .swiper-button-prev,
    .top-slide-btn-controller .swiper-button-next {
        --btn-bg: var(--c-main);
        --btn-border: var(--c-main);
        --ico-bg: var(--c-white);
        width: calc(47 / var(--font) * 1rem);
        height: calc(47 / var(--font) * 1rem);
        background: var(--btn-bg);
        border: solid 1px var(--btn-border);
        border-radius: 100%;
        position: static;
        margin: 0;
        transition: var(--transition-all);
    }
    .top-slide-btn-controller .swiper-button-prev {
        padding-right: calc(2 / var(--font) * 1rem);
    }
    .top-slide-btn-controller .swiper-button-next {
        padding-left: calc(2 / var(--font) * 1rem);
    }
    .top-slide-btn-controller .swiper-button-prev:hover,
    .top-slide-btn-controller .swiper-button-next:hover {
        --btn-bg: var(--c-white);
        --ico-bg: var(--c-main);
    }
    .top-slide-btn-controller .swiper-button-prev::after,
    .top-slide-btn-controller .swiper-button-next::after {
        content: "";
        -webkit-mask: url("/assets_v2/img/common/btn_ico_arrow.svg") no-repeat center / contain;
        mask: url("/assets_v2/img/common/btn_ico_arrow.svg") no-repeat center / contain;
        background: var(--ico-bg);
        width: calc(13 / var(--font) * 1rem);
        height: calc(13 / var(--font) * 1rem);
        transition: var(--transition-all);
    }
    .top-slide-btn-controller .swiper-button-prev::after {
        transform: rotate(180deg);
    }
}
@media all and (max-width: 767px) {
    .top-slide-btn-controller {
        display: none;
    }
}

/* --------------------------------------------------------------------------
TOP-SECTION
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .top-section {
        --bg-color: var(--c-white);
        background: var(--bg-color);
        position: relative;
        z-index: 0;
    }
    .top-section__inner {
        max-width: calc(1200 / var(--font) * 1rem);
        padding: 0 calc(20 / var(--font) * 1rem);
        margin: 0 auto 0;
    }
    .top-section__body {
    }
    .top-section:last-child .top-section__body {
        padding-bottom: calc(210 / var(--font) * 1rem);
    }
    .top-section__header {
    }
    .top-section__content {
    }
}
@media all and (max-width: 767px) {
    .top-section {
        --bg-color: var(--c-white);
        background: var(--bg-color);
        position: relative;
        z-index: 0;
    }
    .top-section__inner {
        padding: 0 calc(15 / 375 * 100vw);
        margin: 0 auto 0;
    }
    .top-section__body {
    }
    .top-section:last-child .top-section__body {
        padding-bottom: calc(78 / var(--font) * 1rem);
    }
    .top-section__header {
    }
    .top-section__content {
    }
}

/* --------------------------------------------------------------------------
MV
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .mv-section {
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    .mv-section::before {
        content: "";
        display: block;
        background: var(--c-sub-fffef1);
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: -1;
        padding-top: calc(290 / var(--font) * 1rem);
        left: 0;
    }
    .mv-section__inner {
    }
    .mv-section__body {
        padding-top: calc(16 / var(--font) * 1rem);
        padding-bottom: calc(48.5 / var(--font) * 1rem);
    }
    .news-bnr + .mv-content {
        margin-top: calc(32 / var(--font) * 1rem);
    }
    .mv-content + .news-bnr {
        margin-top: calc(28 / var(--font) * 1rem);
    }
    .mv-content {
        display: flex;
        justify-content: space-between;
        gap: calc(20 / var(--font) * 1rem);
    }
    .mv-read-content {
        width: calc(430 / 1160 * 100%);
        position: relative;
        z-index: 0;
    }
    .mv-title {
    }
    .mv-text {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-bottom: calc(44 / var(--font) * 1rem);
        transform: translateX(-50%);
        z-index: -1;
    }
    .mv-text__label {
        color: var(--c-sub-ffc22e);
        font-family: var(--f-ttl);
        font-size: calc(80 / var(--font) * 1rem);
        font-weight: 600;
        letter-spacing: calc(-30 / 1000 * 1em);
        white-space: nowrap;
        opacity: 0.2;
        animation: mv-loop-text 50s linear infinite;
    }
    /* text-loop */
    @keyframes mv-loop-text {
        0% {
        transform: translateX(100%);
        }
        to {
        transform: translateX(-100%);
        }
    }
    /* text-loop */

    .mv-main-content {
        width: calc(700 / 1160 * 100%);
        max-width: calc(700 / var(--font) * 1rem);
    }
    .mv-slide-list__container {
        position: relative;
    }
    .mv-slide-list-content {
        margin-right: -50vw;
        padding-right: 50vw;
    }
    .mv-slide-list {
    }
    .swiper-wrapper {
    }
    .mv-slide-list-item {
    }
    .swiper-slide {
    }
    .mv-slide {
    }
    .mv-slide-img {
        border-radius: calc(20 / var(--font) * 1rem);
        overflow: hidden;
    }
    .mv-slide-img img {
        transition: var(--transition-all);
    }
    a.mv-slide:hover .mv-slide-img img {
        transform: scale(1.1);
    }
}
@media all and (max-width: 767px) {
    .mv-section {
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    .mv-section__inner {
    }
    .mv-section__body {
        padding-top: calc(21 / var(--font) * 1rem);
        padding-bottom: calc(25 / var(--font) * 1rem);
    }
    .news-bnr + .mv-content {
        position: absolute;
        margin-top: calc(32 / var(--font) * 1rem);
        position: relative;
    }
    .news-bnr + .mv-content::before,
    .mv-content + .news-bnr::before {
        content: "";
        display: block;
        background: var(--c-sub-fffef1);
        width: 100vw;
        position: absolute;
        z-index: -1;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    .news-bnr + .mv-content::before {
        padding-top: calc(171 / 375 * 100vw);
    }
    .mv-content + .news-bnr {
        position: relative;
    }
    .mv-content + .news-bnr::before {

        height: calc(100% + (25 / var(--font) * 1rem));
        top: 0;
    }
    .mv-content {
    position: relative;
    }
    .mv-read-content {
        margin-bottom: calc(25 / var(--font) * 1rem);
    }
    .mv-title {
    }
    .mv-text {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-bottom: calc(24 / var(--font) * 1rem);
        transform: translateX(-50%);
        z-index: -1;
    }
    .mv-text__label {
        color: var(--c-sub-ffc22e);
        font-family: var(--f-ttl);
        font-size: calc(44 / var(--font) * 1rem);
        font-weight: 600;
        white-space: nowrap;
        opacity: 0.2;
        animation: mv-loop-text 40s linear infinite;
    }
    .mv-text__label img {
        width: auto;
        height: 100%;
    }
    /* text-loop */
    @keyframes mv-loop-text {
        0% {
        transform: translateX(100%);
        }
        to {
        transform: translateX(-100%);
        }
    }
    /* text-loop */

    .mv-main-content {
        padding-bottom: calc(85 / var(--font) * 1rem);
    }
    .mv-slide-list__container {
        position: relative;
    }
    .mv-slide-list-content {
    }
    .mv-slide-list {
    }
    .swiper-wrapper {
    }
    .mv-slide-list-item {
    }
    .swiper-slide {
    }
    .mv-slide {
    }
    .mv-slide-img {
        border-radius: calc(10 / var(--font) * 1rem);
        overflow: hidden;
    }
    /* swiper */
    .mv-slide-controller {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: calc(19 / var(--font) * 1rem);
        margin-top: calc(12 / var(--font) * 1rem);
        padding: 0;
    }
    .mv-slide-controller-block {
        display: flex;
        align-items: center;
    }
    /* swiper-scrollbar */
    .mv-slide-controller .swiper-scrollbar {
        position: static;
        background: var(--c-gray-dc);
        width: calc(65 / var(--font) * 1rem);
        height: 1.5px;
        border-radius: 1.5px;
    }
    .mv-slide-controller .swiper-scrollbar .swiper-scrollbar-drag {
        background: var(--c-main);
        border-radius: 1.5px;
        cursor: pointer;
    }
    /* swiper-btn */
    .mv-slide-controller .swiper-button-next,
    .mv-slide-controller .swiper-button-prev {
        position: static;
        width: auto;
        height: auto;
        display: block;
        margin: 0;
        width: calc(5.5 / var(--font) * 1rem);
        height: calc(5.5 / var(--font) * 1rem);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .mv-slide-controller .swiper-button-next {
        transform: rotate(180deg);
        margin-left: calc(7.5 / var(--font) * 1rem);
    }
    .mv-slide-controller .swiper-button-prev {
        margin-right: calc(7.5 / var(--font) * 1rem);
    }
    .mv-slide-controller .swiper-button-prev:after,
    .mv-slide-controller .swiper-button-next:after {
        content: "";
        display: block;
        background: url("/assets_v2/img/top/mv_ico_slide.svg") no-repeat center / contain;
        width: calc(7 / var(--font) * 1rem);
        height: calc(7 / var(--font) * 1rem);
    }
    .mv-slide-controller .swiper-pagination {
        position: static;
        font-family: var(--f-out);
        font-size: calc(10 / var(--font) * 1rem);
        font-feature-settings: "palt";
        letter-spacing: 0;
    }
    .mv-slide-controller .swiper-pagination .swiper-pagination-current {
        margin-right: calc(4 / var(--font) * 1rem);
    }
    .mv-slide-controller .swiper-pagination .swiper-pagination-total {
        margin-left: calc(2 / var(--font) * 1rem);
    }
    .mv-slide-controller .swiper-pagination-current::before,
    .mv-slide-controller .swiper-pagination-total::before {
        content: "0";
    }
}

/* --------------------------------------------------------------------------
PICK UP
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .pickup-section {
        --bg-color: var(--c-sub-fffef1);
    }
    .pickup-section__inner {
        max-width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .pickup-section__body {
        padding-top: calc(48.5 / var(--font) * 1rem);
        padding-bottom: calc(130 / var(--font) * 1rem);
    }
    .pickup-list__container {
        position: relative;
    }
    .pickup-section .top-header {
        margin-bottom: calc(24 / var(--font) * 1rem);
    }
    .pickup-list__container .top-slide-btn-controller {
        margin-top: calc(-27 / var(--font) * 1rem);
    }
    .pickup-list-content {
        overflow: visible;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw + (120 / 1440 * 100vw));
        margin-left: calc(-60 / 1440 * 100vw);
    }
    .pickup-list {
    }
    .pickup-list-item {
        display: flex;
        transition: var(--swiper-transition);
    }
    .pickup-card {
        width: 100%;
    }
    .pickup-card::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: calc(68 / 1440 * 100vw);
        transition: var(--swiper-transition);
    }
    .pickup-card-read {
    }
    .pickup-card-img {
        border-radius: calc(13.53 / var(--font) * 1rem);
        overflow: hidden;
    }
    .pickup-card-img img {
        transition: var(--transition-all);
    }
    .pickup-card:hover .pickup-card-img img {
        transform: scale(1.1);
    }
    .pickup-card-read {
        margin-top: calc(8 / var(--font) * 1rem);
    }
    .pickup-card-text {
    }
    .pickup-card-text__label {
        font-size: calc(18 / var(--font) * 1rem);
        font-feature-settings: "palt";
        line-height: 1.6;
    }
    /* active時 */
    .pickup-list-item.swiper-slide-active .pickup-card-img {
        border-radius: calc(20 / var(--font) * 1rem);
    }
    .pickup-list-item.swiper-slide-active {
        width: calc(340 / 1440 * 100vw) !important;
    }
    .pickup-list-item.swiper-slide-active .pickup-card::before {
        padding-top: 0;
    }
}
@media all and (max-width: 767px) {
    .pickup-section {
        --bg-color: var(--c-sub-fffef1);
    }
    .pickup-section__inner {
        overflow: hidden;
    }
    .pickup-section__body {
        padding-top: calc(26 / var(--font) * 1rem);
        padding-bottom: calc(50 / var(--font) * 1rem);
    }
    .pickup-section .top-header {
        margin-bottom: calc(32 / var(--font) * 1rem);
    }
    .pickup-list__container {
        position: relative;
    }
    .pickup-list-content {
        overflow: visible;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw + (70 / 375 * 100vw));
        margin-left: calc(-35 / 375 * 100vw);
    }
    .pickup-list {
    }
    .pickup-list-item {
        transition: var(--swiper-transition);
    }
    .pickup-card {
    }
    .pickup-card::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: calc(42.5 / 375 * 100vw);
        flex-shrink: 0;
        transition: var(--swiper-transition);
    }
    .pickup-card-read {
    }
    .pickup-card-img {
        border-radius: calc(10 / var(--font) * 1rem);
        overflow: hidden;
    }
    .pickup-card-read {
        margin-top: calc(10 / var(--font) * 1rem);
    }
    .pickup-card-text {
    }
    .pickup-card-text__label {
        font-size: calc(14 / var(--font) * 1rem);
        font-feature-settings: "palt";
        line-height: 1.8;
    }
    /* active時 */
    .pickup-list-item.swiper-slide-active .pickup-card-img {
        border-radius: calc(13.1111111 / var(--font) * 1rem);
    }
    .pickup-list-item.swiper-slide-active {
        width: calc(295 / 375 * 100vw) !important;
    }
    .swiper-slide-active .pickup-card::before {
        padding-top: 0;
    }
}

/* --------------------------------------------------------------------------
RECIPE
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .recipe-section {
    }
    .recipe-section__inner {
        max-width: 100%;
        padding: 0;
        overflow-x: hidden;
    }
    .recipe-section__body {
        padding-top: calc(20 / var(--font) * 1rem);
        padding-bottom: calc(86 / var(--font) * 1rem);
    }
    .recipe-section .top-header {
        margin-bottom: calc(48 / var(--font) * 1rem);
    }
    .recipe-list__container {
        position: relative;
    }
    .recipe-section .top-slide-btn-controller {
        margin-top: calc(-52 / var(--font) * 1rem);
    }
    .recipe-list-content {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
    }
    .recipe-list {
    }
    .recipe-list-item {
    }
    .recipe-card {
        display: block;
    }
    .recipe-card-img {
        border-radius: calc(20 / var(--font) * 1rem);
        overflow: hidden;
    }
    .recipe-card-img img {
        transition: var(--transition-all);
    }
    .recipe-card:hover .recipe-card-img img {
        transform: scale(1.1);
    }
    .recipe-card-read {
        margin-top: calc(12 / var(--font) * 1rem);
    }
    .recipe-card-text {
    }
    .recipe-card-text .mc-text {
    }
    .recipe-controller {
    }
    .recipe-btn {
        width: calc(300 / var(--font) * 1rem);
        margin: calc(64 / var(--font) * 1rem) auto 0;
    }
    .recipe-btn .mc-button {
        --btn-min-height: 62;
    }
    .recipe-btn .mc-button-text__label {
        font-weight: bold;
    }
}
@media all and (max-width: 767px) {
    .recipe-section {
    }
    .recipe-section__inner {
        overflow-x: hidden;
    }
    .recipe-section__body {
        padding-top: calc(49 / var(--font) * 1rem);
        padding-bottom: calc(61 / var(--font) * 1rem);
    }
    .recipe-section .top-header {
        margin-bottom: calc(32 / var(--font) * 1rem);
    }
    .recipe-list__container {
        position: relative;
    }
    .recipe-list-content {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
    }
    .recipe-list {
    }
    .recipe-list-item {
    }
    .recipe-card {
        display: block;
    }
    .recipe-card-img {
        border-radius: calc(10 / var(--font) * 1rem);
        overflow: hidden;
    }
    .recipe-card-read {
        margin-top: calc(10 / var(--font) * 1rem);
    }
    .recipe-card-text {
    }
    .recipe-card-text .mc-text {
        --txt-font-size: 14;
    }
    .recipe-controller {
    }
    .recipe-controller .mc-soy-pagination.swiper-pagination {
        margin-top: calc(29 / var(--font) * 1rem);
    }
    .recipe-btn {
        width: calc(216 / var(--font) * 1rem);
        margin: calc(32 / var(--font) * 1rem) auto 0;
    }
}

/* --------------------------------------------------------------------------
PRODUCTS
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .products-section {
        --bg-color: var(--c-sub-fffef1);
        max-width: calc(1400 / var(--font) * 1rem);
        margin: 0 auto 0;
        border-radius: calc(20 / var(--font) * 1rem) calc(20 / var(--font) * 1rem) 0 0;
    }
    .products-section__inner {
        max-width: calc(1200 / var(--font) * 1rem);
        padding: 0 calc(20 / var(--font) * 1rem);
        margin: 0 auto 0;
    }
    .products-section__body {
        padding-top: calc(78 / var(--font) * 1rem);
        padding-bottom: calc(67 / var(--font) * 1rem);
        position: relative;
    }
    .products-section .top-header {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: calc(-17 / var(--font) * 1rem);
    }
    .products-section .mc-category-lineup-list {
        max-width: calc(1070 / var(--font) * 1rem);
        margin: auto;
    }
    .products-section .mc-category-lineup-card {
        border: 0;
        box-shadow: var(--shadow);
    }
    .products-section .mc-category-lineup-list {
        gap: calc(16 / var(--font) * 1rem);
    }
    .products-section .mc-category-lineup-list-item {
        width: calc((100% - (16 / var(--font) * 1rem) * 3) / 4);
    }
    .products-section .mc-category-lineup-card-text__label {
        display: flex;
        align-items: center;
    }
    .products-section .mc-category-lineup-card-text__label::before {
        content: "";
        display: block;
        width: calc(27 / var(--font) * 1rem);
        aspect-ratio: 1 / 1;
        margin-right: calc(12 / var(--font) * 1rem);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
        flex-shrink: 0;
    }
    .products-section .mc-category-lineup-list-item--tonyu .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_tonyu.svg");
    }
    .products-section .mc-category-lineup-list-item--drink .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_drink.svg");
    }
    .products-section .mc-category-lineup-list-item--chilled .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_chilled.svg");
    }
    .products-section .mc-category-lineup-list-item--miso .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_miso.svg");
    }
    .products-section .mc-category-lineup-list-item--pot .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_pot.svg");
    }
    .products-section .mc-category-lineup-list-item--other .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_other.svg");
    }
    .products-section .mc-category-lineup-list-item--love .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_love.svg");
    }
    .products-section .mc-category-lineup-list-item--business .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_business.svg");
    }
    .products-btn {
        width: calc(300 / var(--font) * 1rem);
        margin: calc(64 / var(--font) * 1rem) auto 0;
    }
    .products-btn .mc-button {
        --btn-min-height: 62;
    }
    .products-btn .mc-button-text__label {
        font-weight: bold;
    }
}
@media all and (max-width: 767px) {
    .products-section {
        --bg-color: var(--c-sub-fffef1);
    }
    .products-section__inner {
        padding: 0 calc(22 / 375 * 100vw);
        margin: 0 auto 0;
    }
    .products-section__body {
        padding-top: calc(43 / var(--font) * 1rem);
        padding-bottom: calc(32 / var(--font) * 1rem);
    }
    .products-section .top-header {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: calc(-17 / var(--font) * 1rem);
        margin-left: calc(22 / 375 * 100vw);
    }
    .products-section__header {
    }
    .products-section .mc-category-lineup-card {
        border: 0;
        box-shadow: var(--shadow);
    }
    .products-section .mc-category-lineup-list {
        gap: calc(15 / var(--font) * 1rem);
    }
    .products-section .mc-category-lineup-list-item {
        width: calc((100% - (15 / var(--font) * 1rem)) / 2);
    }
    .products-section .mc-category-lineup-card-text__label {
        display: flex;
        align-items: center;
    }
    .products-section .mc-category-lineup-list-item--tonyu .mc-category-lineup-card-text__label,
    .products-section .mc-category-lineup-list-item--drink .mc-category-lineup-card-text__label,
    .products-section .mc-category-lineup-list-item--chilled .mc-category-lineup-card-text__label,
    .products-section .mc-category-lineup-list-item--miso .mc-category-lineup-card-text__label {
        margin-right: calc(6 / var(--font) * 1rem);
    }
    
    .products-section .mc-category-lineup-list-item--tonyu .mc-category-lineup-card-text__label::before,
    .products-section .mc-category-lineup-list-item--drink .mc-category-lineup-card-text__label::before,
    .products-section .mc-category-lineup-list-item--chilled .mc-category-lineup-card-text__label::before,
    .products-section .mc-category-lineup-list-item--miso .mc-category-lineup-card-text__label::before {
        content: "";
        position: relative;
        display: block;
        width: calc(23 / var(--font) * 1rem);
        aspect-ratio: 1 / 1;
        left: calc(-4 / var(--font) * 1rem);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        flex-shrink: 0;
    }

    .products-section .mc-category-lineup-list-item--pot .mc-category-lineup-card-text__label::before,
    .products-section .mc-category-lineup-list-item--other .mc-category-lineup-card-text__label::before,
    .products-section .mc-category-lineup-list-item--love .mc-category-lineup-card-text__label::before,
    .products-section .mc-category-lineup-list-item--business .mc-category-lineup-card-text__label::before {
        content: "";
        display: block;
        width: calc(27 / var(--font) * 1rem);
        aspect-ratio: 1 / 1;
        margin-right: calc(12 / var(--font) * 1rem);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        flex-shrink: 0;
    }
    .products-section .mc-category-lineup-list-item--tonyu .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_tonyu.svg");
    }
    .products-section .mc-category-lineup-list-item--drink .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_drink.svg");
    }
    .products-section .mc-category-lineup-list-item--chilled .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_chilled.svg");
    }
    .products-section .mc-category-lineup-list-item--miso .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_miso.svg");
    }
    .products-section .mc-category-lineup-list-item--pot .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_pot.svg");
    }
    .products-section .mc-category-lineup-list-item--other .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_other.svg");
    }
    .products-section .mc-category-lineup-list-item--love .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_love.svg");
    }
    .products-section .mc-category-lineup-list-item--business .mc-category-lineup-card-text__label::before {
        background-image: url("/assets_v2/img/top/products_ico_business.svg");
    }
    /* SP時非表示 */
    .mc-category-lineup-list-item--pot .mc-category-lineup-card-img,
    .mc-category-lineup-list-item--other .mc-category-lineup-card-img,
    .mc-category-lineup-list-item--love .mc-category-lineup-card-img,
    .mc-category-lineup-list-item--business .mc-category-lineup-card-img {
        display: none;
    }
    .mc-category-lineup-list-item--pot .mc-category-lineup-card-text,
    .mc-category-lineup-list-item--other .mc-category-lineup-card-text,
    .mc-category-lineup-list-item--love .mc-category-lineup-card-text,
    .mc-category-lineup-list-item--business .mc-category-lineup-card-text {
        text-align: left;
        justify-content: start;
        padding: calc(16 / var(--font) * 1rem) calc(20 / var(--font) * 1rem);
        height: 100%;
    }
    .products-btn {
        width: calc(216 / var(--font) * 1rem);
        margin: calc(32 / var(--font) * 1rem) auto 0;
    }
    .products-btn .mc-button-text__label {
        font-weight: bold;
    }
}

/* --------------------------------------------------------------------------
BRAND
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .brand-section {
        --bg-color: var(--c-sub-fffef1);
        max-width: calc(1400 / var(--font) * 1rem);
        margin: 0 auto 0;
        border-radius: 0 0 calc(20 / var(--font) * 1rem) calc(20 / var(--font) * 1rem);
    }
    .brand-section__inner {
    }
    .brand-section__body {
        padding-top: calc(72 / var(--font) * 1rem);
        padding-bottom: calc(64 / var(--font) * 1rem);
        position: relative;
    }
    .brand-section__body::before {
        content: "";
        display: block;
        width: 100%;
        height: calc(3 / var(--font) * 1rem);
        background: url("/assets_v2/img/top/ico_dot.svg") repeat-x center / contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    .brand-section .top-header {
        margin-bottom: calc(60 / var(--font) * 1rem);
        padding: 0;
    }
    .brand-section .top-header-text::before {
        width: calc(154 / var(--font) * 1rem);
    }
    .brand-section .mc-brand-list {
        max-width: calc(1070 / var(--font) * 1rem);
        gap: calc(16 / var(--font) * 1rem);
        margin: auto;
    }
    .brand-section .mc-brand-list-item {
        width: calc((100% - (16 / var(--font) * 1rem) * 2) / 3);
    }
    .brand-btn {
        width: calc(300 / var(--font) * 1rem);
        margin: calc(64 / var(--font) * 1rem) auto 0;
    }
    .brand-btn .mc-button {
        --btn-min-height: 62;
    }
    .brand-btn .mc-button-text__label {
        font-weight: bold;
    }
}
@media all and (max-width: 767px) {
    .brand-section {
        --bg-color: var(--c-sub-fffef1);
    }
    .brand-section__inner {
    }
    .brand-section__body {
        padding-top: calc(32 / var(--font) * 1rem);
        padding-bottom: calc(50 / var(--font) * 1rem);
        position: relative;
    }
    .brand-section__body::before {
        content: "";
        display: block;
        width: 100%;
        height: calc(2 / var(--font) * 1rem);
        background: url("/assets_v2/img/top/ico_dot.svg") repeat-x center / contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    .brand-section .top-header {
        margin-bottom: calc(32 / var(--font) * 1rem);
        padding: 0;
    }
    .brand-section .mc-brand-list {
        gap: calc(15 / var(--font) * 1rem);
    }
    .brand-btn {
        width: calc(216 / var(--font) * 1rem);
        margin: calc(32 / var(--font) * 1rem) auto 0;
    }
    .brand-btn .mc-button-text__label {
        font-weight: bold;
    }
}

/* --------------------------------------------------------------------------
NEWS
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .news-section {
    }
    .news-section__inner {
    }
    .news-section__body {
        padding-top: calc(69 / var(--font) * 1rem);
        padding-bottom: calc(64 / var(--font) * 1rem);
    }
    .news-section .top-header {
        padding: 0;
        margin-bottom: calc(60 / var(--font) * 1rem);
    }
    .news-btn {
        width: calc(300 / var(--font) * 1rem);
        margin: calc(64 / var(--font) * 1rem) auto 0;
    }
    .news-btn .mc-button {
        --btn-min-height: 62;
    }
    .news-btn .mc-button-text__label {
        font-weight: bold;
    }
}
@media all and (max-width: 767px) {
    .news-section {
    }
    .news-section__inner {
    }
    .news-section__body {
        padding-top: calc(50 / var(--font) * 1rem);
        padding-bottom: calc(40 / var(--font) * 1rem);
    }
    .news-section .top-section__header {
        margin: 0;
    }
    .news-section .top-header {
        padding: 0;
        margin-bottom: calc(32 / var(--font) * 1rem);
    }
    .news-btn {
        width: calc(216 / var(--font) * 1rem);
        margin: calc(32 / var(--font) * 1rem) auto 0;
    }
    .news-btn .mc-button-text__label {
        font-weight: bold;
    }
}

/* --------------------------------------------------------------------------
OWNED MEDIA
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .owned-section {
        overflow-x: hidden;
        position: relative;
        z-index: 0;
    }
    .owned-section::before {
        content: "";
        display: block;
        width: calc((100% - (325 / 1440 * 100%)));
        height: 100%;
        background: var(--c-sub-fffef1);
        border-radius: calc(20 / var(--font) * 1rem) 0 0 calc(20 / var(--font) * 1rem);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
    .owned-section__inner {
    }
    .owned-section__body {
        padding-top: calc(64 / var(--font) * 1rem);
        padding-bottom: calc(64 / var(--font) * 1rem);
    }
    .owned-content {
        display: flex;
        justify-content: space-between;
        gap: calc(76 / 1160 * 100%);
    }
    .owned-read {
        width: calc(344 / 1160 * 100%);
        min-width: calc(300 / var(--font) * 1rem);
        flex-shrink: 0;
        margin-top: calc(70 / 1160 * 100%);
    }
    .owned-read-heading {
        max-width: calc(342 / var(--font) * 1rem);
        width: 100%;
        margin: 0 auto 0;
    }
    .owned-read-heading-img {
        position: relative;
    }
    .owned-read-heading-img::before {
        content: "";
        display: block;
        width: calc(317 / var(--font) * 1rem);
        aspect-ratio: 317 / 47;
        background: url("/assets_v2/img/top/deco_header_line.svg") no-repeat center / contain;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        margin-bottom: calc(12 / var(--font) * 1rem);
    }
    .owned-read-text {
        margin-top: calc(42 / var(--font) * 1rem);
    }
    .owned-read-text__label {
        font-family: var(--f-zen-maru);
        font-size: calc(18 / var(--font) * 1rem);
        font-weight: bold;
        line-height: calc(25.6 / 18);
    }
    .owned-read-btn {
        width: 100%;
        max-width: calc(300 / var(--font) * 1rem);
        margin: calc(42 / var(--font) * 1rem) auto 0;
    }
    .owned-read-btn .mc-button__body {
        padding: calc(6 / var(--font) * 1rem) calc(var(--btn-px) / var(--font) * 1rem);
    }
    .owned-read-btn .mc-button-text__label {
        font-weight: bold;
        letter-spacing: 0;
    }
    .owned-list__container {
        width: calc(842 / 1160 * 100%);
        padding-left: 3px;
    }
    .owned-list-content {
        margin-right: -50vw;
        padding-right: 50vw;
    }
    .owned-list {
    }
    .owned-list-item {
        max-width: calc(270 / var(--font) * 1rem);
        max-width: 270px;
        transition: var(--swiper-transition);
    }
    /* アクティブ時 */
    .owned-list-item.swiper-slide-active {
        max-width: calc(361 / var(--font) * 1rem);
        width: calc(361 / 1440 * 100vw) !important;
        width: calc(361 / 839 * 100%) !important;
    }
    .owned-card {
    }
    .owned-card::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: calc(90 / 269 * 100%);
        transition: var(--swiper-transition);
    }
    .swiper-slide-active .owned-card::before {
        padding-top: 0;
    }
    .owned-card-img {
        display: block;
        border-radius: calc(20 / var(--font) * 1rem);
        overflow: hidden;
    }
    .owned-card-img img {
        transition: var(--transition-all);
    }
    .owned-card:hover .owned-card-img img {
        transform: scale(1.1);
    }
    .recipe-card-read {
        margin-top: calc(18 / var(--font) * 1rem);
    }
    .recipe-card-read-text {
    }
    .recipe-card-read-text__label {
        font-size: calc(22 / var(--font) * 1rem);
        line-height: calc(35.2 / 22);
        letter-spacing: calc(-60 / 1000 * 1em);
    }
    .recipe-card-read-date {
        margin-top: calc(18 / var(--font) * 1rem);
    }
    .recipe-card-read-date__label {
        display: block;
        font-family: var(--f-out);
        font-size: calc(16 / var(--font) * 1rem);
        font-weight: 500;
        line-height: 1;
    }
    .recipe-card-read-tag__container {
        display: flex;
        flex-wrap: wrap;
        gap: calc(4 / var(--font) * 1rem);
        margin-top: calc(16 / var(--font) * 1rem);
    }
    .recipe-card-read-tag {
        border-radius: 9999px;
        border: solid 1px var(--c-black);
        background: var(--c-white);
    }
    .recipe-card-read-tag__inner {
        padding: calc(7 / var(--font) * 1rem) calc(20 / var(--font) * 1rem);
    }
    .recipe-card-read-tag__label {
        font-size: calc(14 / var(--font) * 1rem);
        line-height: 1;
        display: block;
    }
    .recipe-card-read-tag__label::before {
        content: "#";
    }
    .owned-section .top-slide-btn-controller {
        margin-top: calc(65 / var(--font) * 1rem);
        margin-right: calc(139 / 1440 * 100vw);
        transform: translateY(0);
        z-index: 1;
    }
    .owned-section .mc-soy-pagination.swiper-pagination {
        text-align: left;
    }
}
@media all and (max-width: 767px) {
    .owned-section {
        position: relative;
        z-index: 0;
        padding-top: calc(40 / var(--font) * 1rem);
    }
    .owned-section__inner {
        position: relative;
    }
    .owned-section__body {
        background: var(--c-sub-fffef1);
        border-radius: calc(10 / var(--font) * 1rem) calc(10 / var(--font) * 1rem) 0 0;
        padding-top: calc(64 / var(--font) * 1rem);
        padding-bottom: calc(125 / var(--font) * 1rem);
        overflow: hidden;
    }
    .owned-content {
    }
    .owned-read {
    }
    .owned-read-heading {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        max-width: calc(200 / var(--font) * 1rem);
        width: 100%;
        margin-top: calc(-30 / var(--font) * 1rem);
    }
    .owned-read-heading-img {
        position: relative;
    }
    .owned-read-heading-img::before {
        content: "";
        display: block;
        width: calc(188 / var(--font) * 1rem);
        aspect-ratio: 188 / 27;
        background: url("/assets_v2/img/top/deco_header_line.svg") no-repeat center / contain;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        margin-bottom: calc(8 / var(--font) * 1rem);
    }
    .owned-read-text {
        text-align: center;
    }
    .owned-read-text__label {
        font-family: var(--f-zen-maru);
        font-size: calc(13 / var(--font) * 1rem);
        font-weight: bold;
        line-height: calc(25.6 / 18);
    }
    .owned-read-btn {
        width: calc(290 / var(--font) * 1rem);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        margin-bottom: calc(49 / var(--font) * 1rem);
    }
    .owned-read-btn .mc-button-text__label {
        font-weight: bold;
        letter-spacing: 0;
    }
    .owned-list__container {
        margin-top: calc(20 / var(--font) * 1rem);
    }
    .owned-list-content {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw + (60 / var(--font) * 1rem));
        margin-left: calc(-30 / var(--font) * 1rem);
    }
    .owned-list {
    }
    .owned-list-item {
        transition: var(--swiper-transition);
    }
    /* アクティブ時 */
    .owned-list-item.swiper-slide-active {
        width: calc(200 / 375 * 100vw) !important;
    }
    .owned-card {
    }
    .owned-card::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: calc(60 / 140 * 100%);
        transition: var(--swiper-transition);
    }
    .swiper-slide-active .owned-card::before {
        padding-top: 0;
    }
    .owned-card-img {
        display: block;
        border-radius: calc(10 / var(--font) * 1rem);
        overflow: hidden;
    }
    .recipe-card-read {
        margin-top: calc(12 / var(--font) * 1rem);
    }
    .recipe-card-read-text {
    }
    .recipe-card-read-text__label {
        font-size: calc(16 / var(--font) * 1rem);
        font-feature-settings: "palt";
        line-height: calc(25.6 / 16);
        transition: var(--swiper-transition);
    }
    .recipe-card-read-date {
        margin-top: calc(12 / var(--font) * 1rem);
        transition: var(--swiper-transition);
    }
    .recipe-card-read-date__label {
        font-family: var(--f-out);
        font-size: calc(12 / var(--font) * 1rem);
        font-weight: 500;
        line-height: 1;
        transition: var(--swiper-transition);
    }
    .recipe-card-read-tag__container {
        display: flex;
        flex-wrap: wrap;
        gap: calc(4 / var(--font) * 1rem);
        margin-top: calc(8 / var(--font) * 1rem);
        transition: var(--swiper-transition);
    }
    .recipe-card-read-tag {
        border-radius: 9999px;
        border: solid 1px var(--c-black);
        background: var(--c-white);
    }
    .recipe-card-read-tag__inner {
        padding: calc(5 / var(--font) * 1rem) calc(15 / var(--font) * 1rem);
        transition: var(--swiper-transition);
    }
    .recipe-card-read-tag__label {
        font-size: calc(12 / var(--font) * 1rem);
        line-height: 1;
        display: block;
        transition: var(--swiper-transition);
    }
    .recipe-card-read-tag__label::before {
        content: "#";
    }
    .owned-section .top-slide-btn-controller {
        margin-top: calc(65 / var(--font) * 1rem);
        margin-right: calc(139 / 1440 * 100vw);
        transform: translateY(0);
        z-index: 1;
    }
    .owned-section .mc-soy-pagination.swiper-pagination {
        display: none;
    }
    /* 端の指定 */
    .owned-list-item:not(.swiper-slide-active) .recipe-card-read-text__label{
        font-size: calc(9.8 / var(--font) * 1rem);
    }
    .owned-list-item:not(.swiper-slide-active) .recipe-card-read-date__label {
        font-size: calc(8.4 / var(--font) * 1rem);
    }
    .owned-list-item:not(.swiper-slide-active) .recipe-card-read-tag__label {
        font-size: calc(8.4 / var(--font) * 1rem);
    }
    .owned-list-item:not(.swiper-slide-active) .recipe-card-read-tag__inner {
        padding: calc(3.5 / var(--font) * 1rem) calc(10.5 / var(--font) * 1rem);
    }
    .owned-list-item:not(.swiper-slide-active) .recipe-card-read-date {
        margin-top: calc(5.6 / var(--font) * 1rem);
    }
    .owned-list-item:not(.swiper-slide-active) .recipe-card-read-tag__container {
        margin-top: calc(4.2 / var(--font) * 1rem);
        gap: calc(2.8 / var(--font) * 1rem);
    }
}

/* --------------------------------------------------------------------------
SPECIAL
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .special-section {
    }
    .special-section__inner {
    }
    .special-section__body {
        padding-top: calc(78 / var(--font) * 1rem);
        padding-bottom: calc(68 / var(--font) * 1rem);
    }
    .special-section .top-header {
        margin-bottom: calc(61 / var(--font) * 1rem);
    }
    .special-section .mc-special-list {
        gap: calc(8 / var(--font) * 1rem);
    }
    .special-section .mc-special-list-item {
        width: calc((100% - (8 / var(--font) * 1rem) * 4) / 5);
    }
    .special-btn {
        width: calc(300 / var(--font) * 1rem);
        margin: calc(64 / var(--font) * 1rem) auto 0;
    }
    .special-btn .mc-button {
        --btn-min-height: 62;
    }
    .special-btn .mc-button-text__label {
        font-weight: bold;
    }
}
@media all and (max-width: 767px) {
    .special-section {
    }
    .special-section__inner {
    }
    .special-section__body {
        padding-top: calc(50 / var(--font) * 1rem);
        padding-bottom: calc(50 / var(--font) * 1rem);
    }
    .special-section .top-header {
        margin-bottom: calc(27 / var(--font) * 1rem);
    }
    .special-section .mc-special-list {
        gap: calc(15 / var(--font) * 1rem);
    }
    .special-section .mc-special-list-item {
        width: calc((100% - (15 / var(--font) * 1rem)) / 2);
    }
    .special-btn {
        width: calc(250 / var(--font) * 1rem);
        margin: calc(32 / var(--font) * 1rem) auto 0;
    }
    .special-btn .mc-button-text__label {
        font-weight: bold;
    }
}

/* --------------------------------------------------------------------------
COMPANY
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    .company-section {
    }
    .company-section__inner {
    }
    .company-section__body {
        padding-top: calc(68 / var(--font) * 1rem);
        display: flex;
        justify-content: space-between;
        gap: calc(48 / var(--font) * 1rem);
        position: relative;
    }
    .company-section__body::before {
        content: "";
        display: block;
        width: 100%;
        height: calc(3 / var(--font) * 1rem);
        background: url("/assets_v2/img/top/ico_dot.svg") repeat-x center / contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    .company-section .top-header__inner {
        flex-direction: column;
        align-items: start;
    }
    .company-section .top-header-sub {
        margin-left: 0;
        margin-top: calc(42 / var(--font) * 1rem);
    }
    .company-section .top-section__header {
        flex-shrink: 0;
    }
    .company-section .top-section__content {
        max-width: calc(865 / var(--font) * 1rem);
    }
    .company-contents {
    }
    .company-contents-list {
        display: flex;
        flex-wrap: wrap;
        gap: calc(16 / var(--font) * 1rem);
    }
    .company-contents-list-item {
        width: calc((100% - (16 / var(--font) * 1rem)) / 2);
    }
    .company-contents-list-item--info {
    }
    .company-contents-list-item--sdgs {
    }
    .company-contents-list-item--ir {
    }
    .company-contents-list-item--recruit {
    }
    .contents-card {
        display: block;
        border-radius: calc(20 / var(--font) * 1rem);
        box-shadow: var(--shadow);
        overflow: hidden;
    }
    .contents-card__inner {
    }
    .contents-card__body {
        display: flex;
    }
    .contents-card-img {
        width: calc(285 / var(--font) * 1rem);
        transition: var(--transition-all);
    }
    .contents-card:hover .contents-card-img {
        transform: scale(1.1);
    }
    .contents-card-read-text__label {
        transition: var(--transition-all);
    }
    .contents-card:hover .contents-card-read-text__label {
        color: var(--c-main);
    }
    .company-contents-list-item--info .contents-card-img {
        background: url("/assets_v2/img/top/company_img_info.png") no-repeat center / cover;
    }
    .company-contents-list-item--sdgs .contents-card-img {
        background: url("/assets_v2/img/top/company_img_sdgs.png") no-repeat center / cover;
    }
    .company-contents-list-item--ir .contents-card-img {
        background: url("/assets_v2/img/top/company_img_ir.png") no-repeat center / cover;
    }
    .company-contents-list-item--recruit .contents-card-img {
        background: url("/assets_v2/img/top/company_img_recruit.png") no-repeat center / cover;
    }
    .contents-card-read {
        background: var(--c-white);
        width: calc(140 / var(--font) * 1rem);
        padding: calc(16 / var(--font) * 1rem);
        aspect-ratio: 140 / 125;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    .contents-card-read-text {
        text-align: center;
    }
    .contents-card-read-text__label {
        font-size: calc(18 / var(--font) * 1rem);
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.5;
    }
}
@media all and (max-width: 767px) {
    .company-section {
    }
    .company-section__inner {
    }
    .company-section__body {
        padding-top: calc(50 / var(--font) * 1rem);
        position: relative;
    }
    .company-section__body::before {
        content: "";
        display: block;
        width: 100%;
        height: calc(2 / var(--font) * 1rem);
        background: url("/assets_v2/img/top/ico_dot.svg") repeat-x center / contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    .company-section .top-section__header {
    }
    .company-section .top-header {
        margin-bottom: calc(32 / var(--font) * 1rem);
    }
    .company-section .top-section__content {
    }
    .company-contents {
        max-width: calc(345 / var(--font) * 1rem);
        margin: auto;
    }
    .company-contents-list {
    }
    .company-contents-list-item {
        width: 100%;
    }
    .company-contents-list-item + .company-contents-list-item {
        margin-top: calc(20 / var(--font) * 1rem);
    }
    .company-contents-list-item--info {
    }
    .company-contents-list-item--sdgs {
    }
    .company-contents-list-item--ir {
    }
    .company-contents-list-item--recruit {
    }
    .contents-card {
        display: block;
        border-radius: calc(10 / var(--font) * 1rem);
        box-shadow: var(--shadow);
        overflow: hidden;
    }
    .contents-card__inner {
    }
    .contents-card__body {
        display: flex;
    }
    .contents-card-img {
        width: calc(200 / var(--font) * 1rem);
        transition: var(--transition-all);
    }
    .company-contents-list-item--info .contents-card-img {
        background: url("/assets_v2/img/top/company_img_info.png") no-repeat center / cover;
    }
    .company-contents-list-item--sdgs .contents-card-img {
        background: url("/assets_v2/img/top/company_img_sdgs.png") no-repeat center / cover;
    }
    .company-contents-list-item--ir .contents-card-img {
        background: url("/assets_v2/img/top/company_img_ir.png") no-repeat center / cover;
    }
    .company-contents-list-item--recruit .contents-card-img {
        background: url("/assets_v2/img/top/company_img_recruit.png") no-repeat center / cover;
    }
    .contents-card-read {
        background: var(--c-white);
        width: calc(145 / var(--font) * 1rem);
        padding: calc(16 / var(--font) * 1rem);
        aspect-ratio: 145 / 80;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    .contents-card-read-text {
        text-align: center;
    }
    .contents-card-read-text__label {
        font-size: calc(14 / var(--font) * 1rem);
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.5;
    }
}

/* --------------------------------------------------------------------------
ANIMATION
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
    body {
        transform-origin: top center;
        animation: loading 1.5s;
    }
    @keyframes loading {
        0% {opacity: 0;}
        25% {opacity: 0;}
        100% {opacity: 1;}
    }
}
/* mv-animation */
@media all and (min-width: 768px), print {
    .mv-animation-text {
        display: block;
        margin-top: calc(26 / 430 * 100%);
    }
    .mv-animation-text__inner {
        position: relative;
        width: calc(373 / 430 * 100%);
        aspect-ratio: 373 / 128;
    }
    .mv-animation-text__inner-02 {
        position: relative;
        width: calc(373 / 430 * 100%);
    }
    .mv-animation-text__inner-02 img{
        max-width:100%;
        width:100%;
        height:auto;
    }
    .mv-animation-text-content__label {
        visibility: hidden;
        display: none;
    }
    .mv-animation-text svg {
        width: 100%;
        height: 100%;
    }
    .mv-animation-text__inner::before {
        content: "";
        display: block;
        width: calc(226 / 370 * 100%);
        padding-top: calc(56 / 370 * 100%);
        background: url("/assets_v2/img/top/mv_deco_title.svg") no-repeat center / contain;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: calc(-30 / 370 * 100%);
        opacity: 0.15;
    }
    .mv-animation-text-mask__label{
        fill:none;
        stroke:var(--c-white);
        stroke-width:6;
        stroke-miterlimit:10;
    }
    .mv-animation-text__label {
        fill: var(--c-orange);
    }
}
@media all and (max-width: 767px) {
    .mv-animation-text {
        display: block;
        margin: auto;
        width: calc(208 / 375 * 100vw);
        aspect-ratio: 208 / 71;
        text-align: center;
    }
    .mv-animation-text__inner {
        position: relative;
    }
    .mv-animation-text__inner-02 {
        position: relative;
        width: 100%;
    }
    .mv-animation-text__inner-02 img{
        max-width:100%;
        width:100%;
        height:auto;
    }
    .mv-animation-text-content__label {
        visibility: hidden;
        display: none;
    }
    .mv-animation-text svg {
        width: 100%;
        height: 100%;
    }
    .mv-animation-text__inner::before {
        content: "";
        display: block;
        width: calc(134 / 375 * 100vw);
        padding-top: calc(26 / 375 * 100vw);
        background: url("/assets_v2/img/top/mv_deco_title.svg") no-repeat center / contain;
        position: absolute;
        bottom: 0;
        left: calc(43 / 375 * 100vw);
        margin-bottom: calc(-22 / 375 * 100vw);
        opacity: 0.15;
    }
    .mv-animation-text-mask__label{
        fill:none;
        stroke:var(--c-white);
        stroke-width:6;
        stroke-miterlimit:10;
        }
        .mv-animation-text__label {
            fill: var(--c-orange);
        }
}

/* top-header */
@media all and (min-width: 768px), print {
    .top-header-text__label > span,
    .top-header-sub__label > span {
        opacity: 0;
        transition: var(--transition-all);
        transform: translateY(40%);
        display: inline-block;
    }
    .top-header-text__label > span.is-active,
    .top-header-sub__label > span.is-active {
        opacity: 1;
        animation: headingAnimation .85s linear forwards;
    }

    @keyframes headingAnimation {
        0% {transform: translateY(25%);}
        25% {transform: translateY(-5%);}
        50% {transform: translateY(2.5%);}
        75% {transform: translateY(-.25%);}
        100% {transform: translateY(0);}
    }
}
@media all and (max-width: 767px) {
    .top-header-text__label > span,
    .top-header-sub__label > span {
        opacity: 0;
        transition: var(--transition-all);
        transform: translateY(40%);
        display: inline-block;
    }
    .top-header-text__label > span.is-active,
    .top-header-sub__label > span.is-active {
        opacity: 1;
        animation: headingAnimation .85s linear forwards;
    }

    @keyframes headingAnimation {
        0% {transform: translateY(25%);}
        25% {transform: translateY(-5%);}
        50% {transform: translateY(2.5%);}
        75% {transform: translateY(-.25%);}
        100% {transform: translateY(0);}
    }
}

/* js-animation-list */
@media all and (min-width: 768px), print {
    .js-animation-list > li{
        opacity: 0;
        transform: translateY(10%);
        transition: all .5s ease;
    }
    .js-animation-list .js-animation-list--active {
        transform: translateY(0);
        opacity: 1;
    }
}
@media all and (max-width: 767px) {
    .js-animation-list > li{
        opacity: 0;
        transform: translateY(10%);
        transition: all .5s ease;
    }
    .js-animation-list .js-animation-list--active {
        transform: translateY(0);
        opacity: 1;
    }
}

/* swiper */
@media all and (min-width: 768px), print {
    .pickup-list {
        transition-timing-function: ease-out !important;
    }
}