@charset "UTF-8";


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html,
body {
    scroll-padding: 0;
}

.c-loadingImage {
    background: var(--color-white);
    transition: unset;
}

#rootTemplate > .c-loadingImage {
    z-index: 9999;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

#Home {
    padding-bottom: 12rem;
}

.home-mvContainer {
    width: 100%;
    overflow: hidden;
    margin-bottom: 4.1rem;
}
.home-mv {
    transition: opacity .6s ease;
}
.home-mv:not(.swiper-initialized) {
    opacity: 0;
}
.home-mv .swiper-wrapper {
    align-items: stretch;
}
.home-mv .swiper-slide {
    height: auto;
}
.home-mv .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.home-mv .swiper-slide picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.home-mv {
    position: relative;
}
.home-mv__arrow {
    position: absolute;
    z-index: 3;
    top: 41.5%;
    width: min(3.75svw, 6rem);
    height: min(3.75svw, 6rem);
    border-radius: 50%;
    background-color: rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-mv__arrow img {
    display: block;
    width: auto;
    height: 45%;
}
.home-mv__arrow--prev {
    left: 5svw;
}
.home-mv__arrow--prev img {
    padding-right: 5%;
}
.home-mv__arrow--next {
    right: 5svw;
}
.home-mv__arrow--next img {
    padding-left: 5%;
}

.home-campaign {
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .home-section + .home-section {
        margin-top: 12rem;
    }
    .home-mv {
        min-height: min(51.875svw, 83rem);
    }
    .home-section__inner {
        width: min(90%, 130rem);
        margin-inline: auto;
    }
    .home-campaign .home-section__inner {
        width: min(95%, 113.4rem);
        padding-inline: 5.3rem;
        margin-inline: auto;
        overflow: visible;
    }
    .home-mv .swiper-slide picture {
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1920 / 1080;
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) {
    .home-campaign__slide:only-child {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media screen and (max-width: 991px) {
    .home-mv .swiper-slide {
        aspect-ratio: 1 / 1;
    }
    [class*="home-mv__arrow"] {
        display: none;
    }
    .home-mv .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.home-philosophy .home-section__inner {
    padding-left: min(8.5svw, 13.6rem);
    display: flex;
    gap: 9.2rem;
}
.home-philosophy .home-section__heading {
    font-family: var(--ff-cormorant);
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    color: var(--color-tertiary);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
    margin-bottom: 0;
    text-transform: capitalize;
}
.home-philosophy .home-section__heading::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--color-border-1);
}
.home-philosophy__caption {
    color: #666666;
    font-family: var(--ff-shippori-mincho-b1);
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: -0.6rem;
}
.home-philosophy__subcaption {
    margin-top: 2rem;
    font-family: var(--ff-cormorant);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: var(--color-tertiary);
}
.home-campaign .home-section__inner {
    position: relative;
    min-height: min(14.4375svw, 23.1rem);
}
.home-campaign__arrow {
    position: absolute;
    top: 35%;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.785' height='24.701' viewBox='0 0 12.785 24.701'%3E%3Cg id='arrow' transform='translate(12.431 24.347) rotate(180)'%3E%3Cpath id='パス_70497' data-name='パス 70497' d='M3491.523,1167.242l11.991,11.991c.383.383-11.991,11.991-11.991,11.991' transform='translate(-3491.523 -1167.242)' fill='none' stroke='%23999' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.home-campaign__arrow--right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.785' height='24.701' viewBox='0 0 12.785 24.701'%3E%3Cg id='arrow' transform='translate(0.354 0.354)'%3E%3Cpath id='パス_70497' data-name='パス 70497' d='M3491.523,1167.242l11.991,11.991c.383.383-11.991,11.991-11.991,11.991' transform='translate(-3491.523 -1167.242)' fill='none' stroke='%23999' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.home-campaign__arrow--left {
    left: 0;
}
.home-campaign__arrow--right {
    right: 0;
}

.home-philosophy {
    margin-top: 0 !important;
}
.home-category__item {
    aspect-ratio: 410 / 307.5;
}
.home-category__itemLink {
    display: block;
    position: relative;
}
.home-category__itemLabel {
    /* position: absolute; */
    display: block;
    width: 100%;
    text-align: center;
    bottom: 2.75rem;
    font-family: var(--ff-cormorant);
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-top: 1.6rem;
}

@media screen and (min-width: 992px) {
    .home-category .home-section__inner {
        min-height: 30rem;
    }
    .home-category__list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 3.5rem;
    }

    .home-section--slider .home-section__inner {
        width: min(100%, 140.6rem);
    }
    .home-section--slider .home-section__body {
        position: relative;
        width: 100%;
        padding-inline: 5.3rem;
    }
    .home-product-slider__arrow {
        position: absolute;
        top: min(12.0625svw, 19.3rem);
        width: 2.5rem;
        height: 2.5rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.785' height='24.701' viewBox='0 0 12.785 24.701'%3E%3Cg id='arrow' transform='translate(12.431 24.347) rotate(180)'%3E%3Cpath id='パス_70497' data-name='パス 70497' d='M3491.523,1167.242l11.991,11.991c.383.383-11.991,11.991-11.991,11.991' transform='translate(-3491.523 -1167.242)' fill='none' stroke='%23999' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .home-product-slider__arrow--right {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.785' height='24.701' viewBox='0 0 12.785 24.701'%3E%3Cg id='arrow' transform='translate(0.354 0.354)'%3E%3Cpath id='パス_70497' data-name='パス 70497' d='M3491.523,1167.242l11.991,11.991c.383.383-11.991,11.991-11.991,11.991' transform='translate(-3491.523 -1167.242)' fill='none' stroke='%23999' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
    .home-product-slider__arrow--left {
        left: 0;
    }
    .home-product-slider__arrow--right {
        right: 0;
    }
    .home-product-slider {
        position: static;
    }
}

.home-category__itemImage {
    display: block;
    position: relative;
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .home-category__itemLink {
        transition: opacity .4s ease;
    }
    /* .home-category__itemLink:hover {
        opacity: 0.75;
    } */
    .home-category__itemImage img {
        transition: scale .4s ease;
    }
    .home-category__itemLink:hover .home-category__itemImage img {
        scale: 1.03;
    }
}


.home-section__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30rem;
    height: 4.8rem;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0.1em;
    border: 1px solid var(--color-tertiary);
    margin-inline: auto;
    text-transform: uppercase;
    margin-top: 2.5rem;
}
.c-product-head__link {
    display: block;
    position: relative;
    overflow: hidden;
}
.c-product-head__rank {
    background-color: #EDEDED;
    width: 7rem;
    height: 7rem;
    rotate: 45deg;
    top: -3.5rem;
    left: -3.5rem;
}
.c-product-head__rankNum {
    position: absolute;
    rotate: -45deg;
    font-family: var(--ff-jost);
    font-weight: 400;
    font-size: 1.4rem;
    color: #666666;
    top: 41%;
    left: 75%;
}

.home-specialPrice .c-product-head__rank {
    display: none;
}

.c-product-body__price-discountRate {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-block: 0.2rem;
    border-bottom: 1px solid var(--color-danger);
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 992px) {
    .l-container-wrap {
        display: block;
    }
}

@media (hover: hover) and (pointer: fine) {
    .c-product-head__link .c-product-head__picture {
        overflow: hidden;
    }
    .c-product-head__link .c-product-head__picture img {
        transition: scale .4s ease;
    }
    .c-product-head__link:hover .c-product-head__picture img {
        scale: 1.03;
    }
}

.js-common-product-slider:not(.swiper-initialized) {
    height: 45rem;
}


.home-recommended .swiper {
    opacity: 1 !important;
    height: auto !important;
}
.home-recommended .home-product-slider__arrow,
.home-recommended .home-product-slider__pagination,
.home-recommended .c-product-head__rank {
    display: none;
}
.home-recommended .home-section__button {
    margin-top: 4rem;
}

.home-about {
    position: relative;
    height: 400vh;
    scroll-snap-type: y proximity;
}
.home-about__inner {
    position: sticky;
    top: 0;
    width: 100%;
}
.home-about-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* HTMLの style="--i: X" を利用して、後ろのスライドほど上に重ねる */
    z-index: calc(var(--i) + 1); 
    
    /* 初期状態は画面の下に隠れている状態（clip-pathを0%に） */
    /* ここでは下から上にせり上がるマスク（inset）の例 */
    clip-path: inset(100% 0% 0% 0%);
    
}
.home-about-section__inner {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* 1枚目のスライドだけは最初から全開にしておく */
.home-about-section[style="--i: 0;"] {
  clip-path: inset(0% 0% 0% 0%);
}

/* アクティブ（現在スクロール中）なスライドのマスクを、JSの変数でコントロール */
.home-about-section.is-active {
  /* JSから渡される --slide-progress (0〜1) を100%に換算 */
  /* スクロールするほど、inset(100% → 0%) に変化し、上に向かって捲られます */
  clip-path: inset(calc((1 - var(--slide-progress)) * 100%) 0% 0% 0%);
}

/* すでに通り過ぎた過去のスライドは全開状態をキープ */
.home-about-section.is-past {
  clip-path: inset(0% 0% 0% 0%);
}
.home-about-section--0 {
    z-index: 1;
}
.home-about-section--1 {
    z-index: 2;
}
.home-about-section--2 {
    z-index: 3;
}
.home-about-section--3 {
    z-index: 4;
}
.home-about-section--4 {
    z-index: 5;
}
.home-about-section__image {
    width: 100%;
    height: 100%;
}
.home-about-section__image picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-about-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-about-section__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
.home-about-section__description {
    font-family: var(--ff-shippori-mincho-b1);
    display: flex;
    flex-direction: column;
    row-gap: min(0.8125svw, 1.3rem);
}
.home-about-section__description small {
    display: block;
    color: var(--color-tertiary);
    font-size: min(0.6875svw, 1.1rem);
    line-height: 1;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 992px) {
    .home-about__inner {
        height: 100vh;
        overflow: hidden;
    }
    /* .home-recommended .swiper:not(.swiper-initialized) {
        min-height: 120rem;
    } */
    .home-recommended .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 6rem 3.5rem;
    }
    .home-recommended .swiper-slide:nth-child(n+1):nth-child(-n+6) {
        grid-column: span 4;
    }
    .home-recommended .swiper-slide:nth-child(n+7) {
        grid-column: span 3;
    }
    .home-about-section__text-inner {
        width: 62.5%;
        display: flex;
        flex-direction: column;
        row-gap: min(3svw, 4.8rem);
    }
}
    .home-about-section__heading {
        font-size: min(2.25svw, 3.6rem);
        line-height: 1.1315789474;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        row-gap: min(0.9375svw, 1.5rem);
        font-family: var(--ff-cormorant), var(--ff-shippori-mincho-b1);
    }
    .home-about-section__heading sup {
        font-size: .5em;
    }
    .home-about-section__heading small {
        display: block;
        font-size: min(0.8125svw, 1.3rem);
        line-height: 1;
        letter-spacing: 0.1em;
        color: var(--color-tertiary);
        text-transform: capitalize;
    }
    .home-about-section.home-about-section--0 .home-about-section__heading {
        letter-spacing: 0.1em;
    }
    .home-about-section__body {
        display: flex;
        flex-direction: column;
        row-gap: min(2svw, 3.2rem);
    }
    .home-about-section__caption {
        font-family: var(--ff-shippori-mincho-b1);
        font-size: min(1.75svw, 2.8rem);
        line-height: 1;
        letter-spacing: 0.15em;
    }
    .home-about-section__description {
        font-size: min(1.0625svw, 1.7rem);
        line-height: 2.2;
        letter-spacing: 0.05em;
    }
    .home-about-section__feature {
        margin-top: min(0.5svw, 0.8rem);
        display: flex;
        flex-direction: column;
        row-gap: min(1.375svw, 2.2rem);
        font-size: min(1.5svw, 2.4rem);
        line-height: 1;
        letter-spacing: 0.15em;
        font-family: var(--ff-shippori-mincho-b1);
    }
    .home-about-section__feature small {
        font-size: min(0.9375svw, 1.5rem);
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: var(--color-tertiary);
        font-family: var(--ff-cormorant), var(--ff-shippori-mincho-b1);
    }
    .home-about-section:not(.home-about-section--0) .home-about-section__heading {
        font-family: var(--ff-shippori-mincho-b1);
        font-size: min(1.75svw, 2.8rem);
        line-height: 2;
        letter-spacing: 0.15em;
        row-gap: min(0.6875svw, 1.1rem);
    }
    .home-about-section:not(.home-about-section--0) .home-about-section__heading small {
        font-family: var(--ff-cormorant);
        font-size: min(0.9375svw, 1.5rem);
        margin-top: min(0.3125svw, 0.5rem);
        letter-spacing: 0.05em;
        text-transform: none;
    }
    .home-about-section:not(.home-about-section--0) .home-about-section__text-inner {
        row-gap: min(1.6875svw, 2.7rem);
    }
    .home-about-section__index {
        font-family: var(--ff-cormorant);
        font-weight: 300;
        font-style: italic;
        font-size: min(5svw, 8rem);
        line-height: 1.2125;
        letter-spacing: 0.05em;
    }
    .home-about-section--4 .home-about-section__text {
        width: 100%;
        align-items: flex-start;
        padding-top: min(11.1458333333vh, 10.7rem);
    }
    .home-about-section--4 .home-about-section__text-inner {
        width: 81.25%;
    }
    .home-about-section--4 .home-about-section__text-inner {
        row-gap: min(1svw, 1.6rem) !important;
    }
    .home-about-section.home-about-section--4 .home-about-section__heading {
        line-height: 1;
    }

@media screen and (min-width: 992px) {
    .home-news__itemInner {
        display: grid;
        grid-template-columns: min(40svw, 64rem) 1fr;
        align-items: center;
    }
    .home-news__itemDetail {
        padding-inline: 6rem;
    }
    .home-news-slider__arrow {
        position: absolute;
        top: 37%;
        width: 2.4rem;
        height: 2.4rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.785' height='24.701' viewBox='0 0 12.785 24.701'%3E%3Cg id='arrow' transform='translate(12.431 24.347) rotate(180)'%3E%3Cpath id='パス_70497' data-name='パス 70497' d='M3491.523,1167.242l11.991,11.991c.383.383-11.991,11.991-11.991,11.991' transform='translate(-3491.523 -1167.242)' fill='none' stroke='%23999' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .home-news-slider__arrow--right {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.785' height='24.701' viewBox='0 0 12.785 24.701'%3E%3Cg id='arrow' transform='translate(0.354 0.354)'%3E%3Cpath id='パス_70497' data-name='パス 70497' d='M3491.523,1167.242l11.991,11.991c.383.383-11.991,11.991-11.991,11.991' transform='translate(-3491.523 -1167.242)' fill='none' stroke='%23999' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
    .home-news-slider__arrow--left {
        left: 0;
    }
    .home-news-slider__arrow--right {
        right: 0;
    }
    .home-news .home-section__button {
        margin-top: 1.5rem;
        margin-left: 0;
        font-size: 1.3rem;
    }
    .home-information .home-section__inner {
        padding-block: 8rem;
        border: 1px solid #DDDDDD;
    }
        /* .home-history:not(:has(.swiper-initialized)) .home-product-slider .swiper-wrapper {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 3.3rem;
        } */
}
.home-news__itemDetail {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
.home-news__itemDate {
    font-family: var(--ff-jost);
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    color: var(--color-tertiary);
}
.home-news__itemImage img {
    display: block;
    width: 100%;
    height: auto;
}
.home-news__itemTitle {
    font-family: var(--ff-shippori-mincho-b1);
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
}
.home-news__itemDescription {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.home-news-slider__pagination {
    margin-top: 4rem;
}

@media (hover: hover) and (pointer: fine) {
    .home-section__button {
        transition: background-color .4s ease, color .4s ease, border-color .4s ease;
    }
    .home-section__button:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: var(--color-white);
    }
}

.home-information__list {
    width: min(90%, 98rem);
    margin-inline: auto;
    padding-bottom: 1.5rem;
}
.home-information__item {
    padding: 3rem;
    border-bottom: 1px solid #EDEDED;
}
.home-information__item:first-of-type {
    border-top: 1px solid #EDEDED;
}
.home-information__itemInner {
    display: flex;
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 3rem;
}
.home-information__itemDate {
    font-family: var(--ff-jost);
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: var(--color-tertiary);
    padding-top: 0.3rem;
}
.home-information__list .home-information__item:nth-of-type(n + 5) {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .home-campaign__arrow,
    .home-product-slider__arrow,
    .home-news-slider__arrow {
        transition: opacity .4s ease;
    }
    .home-campaign__arrow,:hover
    .home-product-slider__arrow:hover,
    .home-news-slider__arrow:hover {
        opacity: .5;
    }
}

/* .home-history:not(:has(.swiper-initialized)) .home-product-slider {
    opacity: 1;
} */
.home-history:not(:has(.swiper-slide:nth-of-type(n+5))) .home-product-slider__arrow {
    display: none;
}

.information-itemLink {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 991px) {
    #Home {
        padding-bottom: 7rem;
    }
    .home-about__inner {
        height: 100vh;
        /* overflow: hidden; */
    }
    .home-section + .home-section {
        margin-top: 7rem;
    }
    .home-mvContainer {
        aspect-ratio: 375 / 407;
        margin-bottom: 3.5rem;
    }
    .swiper-pagination {
        margin-top: 1.6rem;
        gap: 0.6rem;
    }
    .swiper-pagination-bullet {
        width: 1.6rem;
        height: 1.6rem;
    }
    .swiper-pagination-bullet::before {
        width: 0.3rem;
        height: 0.3rem;
    }

    .home-philosophy .home-section__inner {
        padding-left: 1.6rem;
        gap: 3.2rem;
    }
    .home-philosophy .home-section__heading {
        font-size: 1rem;
        gap: 0.4rem;
    }
    .home-philosophy .home-section__body {
        padding-bottom: 0.5rem;
    }
    .home-philosophy__caption {
        font-size: 1.9rem;
        line-height: 1.8;
        letter-spacing: 0.1em;
        margin-top: -0.3rem;
    }
    .home-philosophy__subcaption {
        margin-top: 2.5rem;
        font-family: var(--ff-cormorant);
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.25;
        letter-spacing: 0.05em;
        color: var(--color-tertiary);
    }
    .home-philosophy__subcaption {
        margin-top: 1.1rem;
        font-size: 1.3rem;
    }
    .home-campaign__arrow {
        display: none;
    }
    .home-category__list {
        padding-inline: 1.5rem;
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 2.5rem 1rem;
    }
    .home-category__itemLabel {
        /* bottom: 0.9rem; */
        font-size: 1.6rem;
        line-height: 1.25;
        letter-spacing: 0.05em;
        margin-top: 1rem;
    }
    .home-section__heading small {
        font-size: 1.2rem;
    }
    .home-product-slider {
        padding-inline: 1.5rem;
    }
    .home-section__button {
        width: 24rem;
        height: 4.5rem;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
    }
    .c-product-body {
        margin-top: 0.9rem;
    }
    .c-product-body__title-name {
        font-size: 1.3rem;
    }
    .c-product-body__price {
        font-size: 1.6rem;
        margin-top: 0.8rem;
    }
    .js-common-product-slider:not(.swiper-initialized) {
        height: 40.8rem;
    }
    .home-recommended .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.6rem 1.5rem;
    }
    .home-about {
        height: 600vh;
        /* margin-bottom: calc(25vh + 7rem); */
        /* height: calc(500vh + 83rem); */
    }
    .home-about-section__text {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 9.4285714286vh;
        padding-inline: 2rem;
    }
    .home-about-section__text-inner {
        display: flex;
        flex-direction: column;
        row-gap: 2.5rem;
    }
    .home-about-section__heading {
        font-size: 2.5rem;
        row-gap: 1rem;
    }
    .home-about-section__body {
        row-gap: 2rem;
    }
    .home-about-section__heading small {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        letter-spacing: 0.05em;
    }
    .home-about-section__caption {
        font-size: 1.7rem;
    }
    .home-about-section__description {
        font-size: 1.3rem;
        line-height: 2;
        letter-spacing: 0;
        row-gap: 1rem;
    }
    .home-about-section__description small {
        font-size: 1rem;
        line-height: 1;
    }
    .home-about-section__feature {
        font-size: 1.6rem;
        row-gap: 0.9rem;
        margin-top: 0.6rem;
    }
    .home-about-section__feature small {
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }
    .home-about-section__index {
        font-size: 5.6rem;
        line-height: 1.2142857143;
        grid-row: 1 / span 2;
    }
    .home-about-section:not(.home-about-section--0) .home-about-section__heading {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        column-gap: 2.4rem;
        row-gap: 1.1rem;
        font-size: 1.7rem;
        letter-spacing: 0.15em;
    }
    .home-about-section:not(.home-about-section--0) .home-about-section__heading small {
        font-size: 1.4rem;
        margin-top: 0;
    }
    .home-about-section:not(.home-about-section--0) .home-about-section__text-inner {
        row-gap: 2rem;
    }

    .home-about-section__title {
        display: block;
        /* padding-top: 1.9rem; */
    }

    .home-about-section {
        height: 100vh;
        /* transition: clip-path var(--transition-default); */
    }
    .home-about-section--4 .home-about-section__inner {
        height: 100%;
    }
    .home-about-section--4 .home-about-section__text-inner {
        width: 100%;
    }
    .home-about-section--4 .home-about-section__text {
        padding-top: 6rem;
        padding-bottom: 0;
    }
    .home-about-section--4 .home-about-section__text-inner {
        row-gap: 2rem;
    }
    .home-about-section.home-about-section--1 .home-about-section__heading {
        line-height: 1;
    }
    .home-about-section.home-about-section--1 .home-about-section__description {
        row-gap: 1.5rem;
    }
    .home-about-section:not(.home-about-section--0) .home-about-section__description {
        line-height: 2.2;
        letter-spacing: 0.05em;
    }
    .home-about-section.home-about-section--2 .home-about-section__inner {
        row-gap: 1.2rem;
    }
    .home-about-section.home-about-section--2 .home-about-section__heading {
        column-gap: 2rem;
        row-gap: 0.4rem;
    }
    .home-about-section.home-about-section--1 .home-about-section__title {
        padding-top: 1.9rem;
    }
    .home-about-section.home-about-section--2 .home-about-section__index {
        padding-top: 0.3rem;
    }
    .home-about-section.home-about-section--2 .home-about-section__title {
        padding-top: 0;
    }
    .home-about-section.home-about-section--3 .home-about-section__index {
        padding-top: 0.3rem;
    }
    .home-about-section.home-about-section--3 .home-about-section__heading {
        column-gap: 2rem;
        row-gap: 0.4rem;
    }
    .home-about-section.home-about-section--3 .home-about-section__text-inner {
        row-gap: 1.2rem;
    }
    .home-news .home-section__inner {
        padding-inline: 1.5rem;
    }
    .home-about-section.home-about-section--4,
    .home-about-section.home-about-section--4 .home-about-section__inner {
        /* height: 125vh; */
        /* height: min(221.3333333333svw, 83rem); */
    }
    .home-about-section.home-about-section--4 .home-about-section__heading {
        display: block;
    }
    .home-about-section.home-about-section--4 .home-about-section__text-inner {
        row-gap: 2.1rem !important;
    }
    .home-about-section.home-about-section--4 .home-about-section__description {
        line-height: 2;
        letter-spacing: 0;
    }
    .home-about-section.home-about-section--4 .home-about-section__image img {
        /* height: min(221.3333333333svw, 83rem); */
        object-fit: unset;
    }
    .home-about-section.home-about-section--3 .home-about-section__text-inner {
        row-gap: 2rem;
    }
    .home-news__itemInner {
        display: flex;
        flex-direction: column;
        row-gap: 1.8rem;
    }
    .home-news__itemDetail {
        row-gap: 0.6rem;
    }
    .home-news__itemTitle {
        font-size: 1.7rem;
    }
    .home-news__itemDate {
        font-size: 1.3rem;
        line-height: 1.4615384615;
        letter-spacing: 0.05em;
    }
    .home-news__itemDescription {
        font-size: 1.3rem;
        line-height: 2;
        letter-spacing: 0.05em;
        margin-top: 0.7rem;
    }
    .home-news .home-section__button {
        margin-top: 1.9rem;
    }
    .home-news .swiper-pagination {
        margin-top: 2.5rem;
    }
    .home-information .home-section__inner {

    }
    .home-information__list {
        width: 100%;
        padding-inline: 1.5rem;
    }
    .home-information__item {
        padding: 1.8rem 0;
    }
    .home-information__itemInner {
        display: flex;
        flex-direction: column;
        row-gap: 0.4rem;
        position: relative;
    }
    .home-information__item {
        position: relative;    
    }
    .home-information__itemDate {
        padding-top: 0;
    }
    .information-itemTag {
        position: absolute;
        top: 0;
        left: 8.6rem;
        font-size: 1.1rem;
        letter-spacing: 0.05em;
        width: 7rem;
        height: 2rem;
    }
    .information-item {
        font-size: 1.3rem;
    }
    .c-product-body__price-discountRate {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
}

#homeHistory:not(:has(.home-section__inner)) {
    display: none;
}

.c-product[data-index="10"] .c-product-head__rankNum {
    top: 40%;
    left: 70%;
}
.home-section .c-loadingImage__item {
    opacity: 0 !important;
}
.c-product-head__soldout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.4rem;
    background: rgba(57, 60, 65, 0.3);
    color: var(--color-white);
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .c-product-head__soldout {
        font-size: 1.1rem;
        height: 1.8rem;
    }
}

.home-about-section--4 {
    height: auto !important;
    position: relative;
    clip-path: none !important;
    margin-top: 0 !important;
}
@media screen and (min-width: 992px) {
    .home-about-section--4 .home-about-section__inner {
        height: min(75svw, 108rem);
    }
}
@media screen and (max-width: 991px) {
    .home-about-section--4 {
        height: 85rem !important;
    }
}