body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    margin: 0;
    background: #F7F8F3;
}

#contents {
    width: 100%;
}

.js-fade-up--delay-15 {
    --fade-delay: 0.15s;
}

.js-fade-up--delay-30 {
    --fade-delay: 0.3s;
}

.js-fade-up--delay-45 {
    --fade-delay: 0.45s;
}

.js-fade-up--delay-60 {
    --fade-delay: 0.6s;
}

.l-contents * {
    font-family: "Zen Old Mincho", serif;
}
.l-contents a {
    transition: .3s;
}

.l-main {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}
.l-contents a:hover,
.l-contents button:hover {
    opacity: 1;
}
.cmn__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.l-contents .ui-full-screen {
    margin-bottom: 0;
}

/*---------------------------------------------------
メインビジュアル スライダー
-----------------------------------------------------*/
.main__wrap {
    width: 100%;
    margin-bottom: 95px;
}

.main__img {
    position: relative;
    width: 950px;
    height: 613px;
    margin: 0 auto;
}

.main__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



[class*=cmn__section--] {
    position: relative;
    padding: 90px 0;
}
.main__inner {
    position: relative;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

.main__Search__btn {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin-top: 152px;
}

.main__Search__btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 59px;
    min-width: 264px;
    height: 78px;
    background: #fff;
    box-shadow: 4px 4px 0 0 #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #2c2c2c;
    text-align: center;
}

.main__catch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 342px;
    width: max-content;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.main__catch--bottom {
    bottom: 272px;
}

.js-text:not(.is-prepared),
.js-text-reveal:not(.is-prepared) {
    visibility: hidden;
}

.main__catch.js-text span {
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #2c2c2c;
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main__catch--bottom.js-text span {
    font-family: "Noto Sans JP";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #2c2c2c;
}

.main__catch.js-text.is-show span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .main__catch.js-text span {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.main__top-txt {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #2C2C2C;
    text-align: center;
    margin-top: 104px;
}

.main__top-txt-line {
    display: block;
}

.js-text-reveal {
    --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}

.js-text-reveal .character {
    display: inline-block;
    transform: translateY(1.3em);
}

.js-text-reveal.is-show .character {
    transition: transform 0.7s var(--ease-out-quart);
    transition-delay: calc(0.05s * var(--index));
    transform: translateY(0);
    font-family: "Montserrat", sans-serif;
}

.main__top-txt-line.js-text-reveal {
    line-height: 1.8;
}

@media (prefers-reduced-motion: reduce) {
    .js-text-reveal .character {
        transform: none;
        transition: none;
    }
}

/*---------------------------------------------------
店舗情報
-----------------------------------------------------*/
.cmn__section--store-info {
    padding-top: 0;
    padding-bottom: 203px;
}

.store-info__inner {
    width: 948px;
    margin: 0 auto;
}

.store-info__label {
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #2C2C2C;
}

.store-info__title {
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #2C2C2C;
}

.store-info__box {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}

.store-info__left {
    width: 370px;
    flex-shrink: 0;
    margin-top: 35px;
}

.store__info-list {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.store__info-item {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-bottom: 15px;
    border-bottom: 1px solid #737373;
}

.store__info-label {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #2c2c2c;
}

.store__info-value {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #2c2c2c;
}

.store-info__right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.store__img--top {
    width: 480px;
    height: 412px;
    overflow: hidden;
    border-radius: 5px;
}

.store__img--top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store__img--bottom {
    width: 482px;
    height: 239px;
    overflow: hidden;
    border-radius: 5px;
}

.store__img--bottom img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmn__section--store-info .js-fade-up {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    transition-delay: var(--fade-delay, 0s);
    will-change: opacity, transform;
}

.cmn__section--store-info .js-fade-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .cmn__section--store-info .js-fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/*---------------------------------------------------
物件スライダー（共通）
-----------------------------------------------------*/
.cmn__section--bkn .cmn__inner{
    width: 1080px;
}
.new-bkn {
    padding-top: 212px;
    padding-bottom: 75px;
}
.rec-bkn {
    padding-top: 75px;
    padding-bottom: 50px;
}
.cmn__section--bkn,
.cmn__section--bkn * {
    font-family: "Noto Sans JP", sans-serif;
}

.bkn__head {
    margin-bottom: 65px;
}

.bkn__head-line {
    width: 100%;
    height: 1px;
    margin-bottom: 37px;
    background: #2c2c2c;
}

.bkn__head-top {
    margin-bottom: 30px;
}

.bkn__label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #2c2c2c;
}

.bkn__label-dot {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.bkn__label-dot img {
    display: block;
}

.bkn__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-right: 10px;
}

.bkn__title {
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1.9px;
    color: #2c2c2c;
}

.bkn__more {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 219px;
    height: 69px;
    padding: 0 20px 0 23px;
    border: 1px solid #2c2c2c;
    border-radius: 5px;
    flex-shrink: 0;
    color: #2c2c2c;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.bkn__more:hover {
    background: #2c2c2c;
    color: #fff;
    opacity: 1;
}

.bkn__more-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
}

.bkn__more-icon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 25px;
    height: 17px;
}

.bkn__more-icon::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 30px;
    height: 10px;
    margin-top: -3px;
    background: url(/images/top/swiper-arrow.svg) no-repeat center center / contain;
    transition: filter 0.3s ease, right 0.3s ease;
}

.bkn__more-icon::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 40%;
    width: 26px;
    height: 26px;
    margin-top: -9px;
    background: url(/images/top/swiper-arrow-circle.svg) no-repeat center center / contain;
    transition: filter 0.3s ease;
}

.bkn__more:hover .bkn__more-icon::before {
    right: 13px;
    filter: brightness(0) invert(1);
}

.bkn__more:hover .bkn__more-icon::after {
    filter: brightness(0) invert(1);
}

.bkn__slider-area {
    width: 100%;
    overflow: hidden;
}

.bkn__slider {
    overflow: hidden;
}

.bkn__slider .bkn__slide {
    width: 420px;
    height: auto;
    box-sizing: border-box;
}

.bkn__slider:not(.slick-initialized) .bkn__slide + .bkn__slide {
    margin-left: 60px;
}

.bkn__slider.slick-initialized .bkn__slide {
    margin: 0 30px;
}

.bkn__slider.is-static {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.bkn__card {
    display: block;
    width: 420px;
    color: #2c2c2c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bkn__card:hover {
    opacity: 1;
    color: #2c2c2c;
}

.bkn__card-visual {
    position: relative;
    margin-bottom: 10px;
}

.bkn__card-img {
    overflow: hidden;
    width: 100%;
    height: 275px;
    border-radius: 5px;
}

.bkn__card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.6s ease;
}

.bkn__card:hover .bkn__card-img img {
    transform: scale(1.08);
}

.bkn__card-badge {
    position: absolute;
    top: 0;
    right: 14px;
    width: 50px;
    height: 59px;
}

.bkn__card-badge-shape {
    display: block;
    width: 100%;
    height: 100%;
}

.bkn__card-badge-text {
    position: absolute;
    top: 11px;
    left: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.8px;
    color: #fff;
    white-space: nowrap;
    transform: translateX(-50%);
}

.bkn__card-name {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bkn__card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-bottom: 16px;
}

.bkn__card-tags .bkn_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 2px 10px;
    box-sizing: border-box;
    border: 1px solid #aeaeae;
    border-radius: 130px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
}

.bkn__card-detail {
    margin: 0;
}

.bkn__card-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #aeaeae;
}

.bkn__card-detail-row + .bkn__card-detail-row {
    margin-top: 10px;
}

.bkn__card-detail-label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
}

.bkn__card-detail-value-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
}

.bkn__card-detail-value,
.bkn__card-detail-value-wrap span.price {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1.1px;
}

.bkn__card-detail-sub,
.bkn__card-detail-unit {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
    color: #737373;
}

.bkn__card-detail-unit {
    color: #2c2c2c;
}

.bkn__controls {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 46px;
    margin-top: 60px;
    position: relative;
    padding-bottom: 10px;
    z-index: 1;
}

.bkn__controls .bkn__nav.slick-arrow {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 43px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.bkn__controls .bkn__nav.slick-arrow::before {
    content: none;
    display: none;
}

.bkn__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 43px;
    height: 30px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.bkn__nav--prev .bkn__nav-icon {
    transform: scaleX(-1);
}

.bkn__nav-icon {
    position: relative;
    display: block;
    width: 43px;
    height: 30px;
}

.bkn__nav-icon::before {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    width: 30px;
    height: 10px;
    margin-top: -3px;
    background: url(/images/top/swiper-arrow.svg) no-repeat center center / contain;
    transition: right 0.3s ease;
}

.bkn__nav-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -13px;
    background: url(/images/top/swiper-arrow-circle.svg) no-repeat center center / contain;
}

.bkn__nav:hover .bkn__nav-icon::before {
    right: 3px;
}

.bkn__pagination {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
    color: #2c2c2c;
}

.bkn__pagination-sep {
    display: block;
    width: 1px;
    height: 14px;
    background: #2c2c2c;
}

.cmn__section--bkn .js-fade-up {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    transition-delay: var(--fade-delay, 0s);
    will-change: opacity, transform;
}

.cmn__section--bkn .js-fade-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .cmn__section--bkn .js-fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .bkn__card-img img {
        transition: none;
    }
}

/*---------------------------------------------------
店舗情報
-----------------------------------------------------*/
.cmn__section--store {
    padding: 100px 0 130px;
}

.cmn__section--store,
.cmn__section--store * {
    font-family: "Noto Sans JP", sans-serif;
}

.store__panel {
    position: relative;
    max-width: 1920px;
    min-height: 780px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.store__media {
    position: absolute;
    inset: 0;
}

.store__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store__inner {
    position: relative;
    z-index: 1;
}

.store__body {
    padding: 83px 0 80px;
    box-sizing: border-box;
}

.store__head {
    flex-shrink: 0;
    color: #fff;
    margin-left: 30px;
}

.store__label {
    margin: 0 0 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    color: #fff;
}

.store__title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #fff;
}


.cmn__section--store .js-fade-up {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    transition-delay: var(--fade-delay, 0s);
    will-change: opacity, transform;
}

.cmn__section--store .js-fade-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .cmn__section--store .js-fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
/*---------------------------------------------------
スタッフ紹介
-----------------------------------------------------*/
.cmn__section--staff {
    position: relative;
    margin-top: 131px;
    padding: 240px 0 214px;
}

.cmn__section--staff,
.cmn__section--staff * {
    font-family: "Noto Sans JP", sans-serif;
}

.staff__deco {
    position: absolute;
    top: -244px;
    left: -386px;
    width: 1652px;
    height: 1133px;
    pointer-events: none;
    z-index: 0;
}

.staff__deco img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.35;
}

.staff__inner {
    position: relative;
    z-index: 1;
}

.staff__head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    max-width: 1080px;
    margin: 0 auto 60px;
}

.staff__head {
    flex-shrink: 0;
}

.staff__label {
    margin: 0 0 13px;
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    color: #2c2c2c;
}

.staff__title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #2c2c2c;
}

.staff__controls {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 46px;
    flex-shrink: 0;
}

.staff__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 43px;
    height: 30px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.staff__nav--prev .staff__nav-icon {
    transform: scaleX(-1);
}

.staff__nav-icon {
    position: relative;
    display: block;
    width: 43px;
    height: 30px;
}

.staff__nav-icon::before {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    width: 30px;
    height: 10px;
    margin-top: -3px;
    background: url(/images/top/swiper-arrow.svg) no-repeat center center / contain;
    transition: right 0.3s ease;
}

.staff__nav-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -13px;
    background: url(/images/top/swiper-arrow-circle.svg) no-repeat center center / contain;
}

.staff__nav:hover .staff__nav-icon::before {
    right: 3px;
}

.staff__pagination {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
    color: #2c2c2c;
}

.staff__pagination-sep {
    display: block;
    width: 1px;
    height: 14px;
    background: #2c2c2c;
}

.staff__slider-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.staff__slider {
    overflow: visible;
}

.staff__slider:not(.slick-initialized),
.staff__slider.is-static {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 80px;
}

.staff__slider .staff__slide {
    width: auto;
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.staff__slider:not(.slick-initialized) .staff__slide:has(.staff__card-visual--home) {
    width: 400px;
}

.staff__slider:not(.slick-initialized) .staff__slide:has(.staff__card-visual--circle) {
    width: 349px;
}

.staff__slider.slick-initialized .staff__slide {
    margin: 0 40px;
}

.staff__slider.slick-initialized .staff__slide:has(.staff__card-visual--home) {
    width: 400px;
}

.staff__slider.slick-initialized .staff__slide:has(.staff__card-visual--circle) {
    width: 349px;
}

.staff__controls .staff__nav.slick-arrow {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 43px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.staff__controls .staff__nav.slick-arrow::before {
    content: none;
    display: none;
}

.staff__card {
    display: block;
    color: #2c2c2c;
    text-decoration: none;
}

.staff__card:hover {
    opacity: 1;
    color: #2c2c2c;
}

.staff__card-visual {
    position: relative;
    margin: 0 auto;
}

.staff__card-visual--home {
    width: 400px;
}

.staff__card-visual--circle {
    width: 349px;
}

.staff__card-img {
    overflow: hidden;
    transform: translateZ(0);
}

.staff__card-visual--home .staff__card-img {
    width: 400px;
    height: 371px;
    -webkit-mask-image: url(/images/top/staff-img-home.svg);
    mask-image: url(/images/top/staff-img-home.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.staff__card-visual--circle .staff__card-img {
    width: 349px;
    height: 349px;
    -webkit-mask-image: url(/images/top/staff-img-circle.svg);
    mask-image: url(/images/top/staff-img-circle.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.staff__card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.6s ease;
}

.staff__card:hover .staff__card-img img {
    transform: scale(1.08);
}

.staff__card-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0 4px;
    margin: 9px 0 0;
    min-height: 36px;
    text-align: center;
}

.staff__card-name-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #2c2c2c;
}

.staff__card-office {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.7px;
    color: #737373;
}


.cmn__section--staff .js-fade-up {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    transition-delay: var(--fade-delay, 0s);
    will-change: opacity, transform;
}

.cmn__section--staff .js-fade-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .cmn__section--staff .js-fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .staff__card-img img {
        transition: none;
    }
}

/*---------------------------------------------------
ロゴスライダー
-----------------------------------------------------*/
.logo__slider {
    margin-top: 106px;
    overflow: hidden;
    width: 100%;
}

.logo__slider-track {
    display: flex;
    width: max-content;
    animation: logoSliderScroll 80s linear infinite;
    will-change: transform;
}

.logo__slider-group {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
    padding-right: 40px;
}

.logo__slider-text {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #ebebeb;
    white-space: nowrap;
}

@keyframes logoSliderScroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo__slider-track {
        animation: none;
    }
}

/*---------------------------------------------------
セール
-----------------------------------------------------*/
.cmn__section--sale {
    padding: 205px 0 130px;
}

.cmn__section--sale,
.cmn__section--sale * {
    font-family: "Noto Sans JP", sans-serif;
}

.sale__inner {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.sale__inner::before {
    content: "";
    position: absolute;
    top: -246px;
    left: -458px;
    width: 907px;
    height: 766px;
    background: var(--store-sale-top) no-repeat center / cover;
    z-index: -1;
}

.sale__inner::after {
    content: "";
    position: absolute;
    top: 402px;
    left: 816px;
    width: 575px;
    height: 511px;
    background: var(--store-sale-bottom) no-repeat center / cover;
    z-index: -1;
}

.sale__label {
    margin: 0 0 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    color: #2c2c2c;
}

.sale__title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #2c2c2c;
}

.sale__list {
    display: flex;
    flex-wrap: wrap;
    width: 950px;
    margin-inline: auto;
    gap: 61px 120px;
    margin-top: 65px;
}

.sale__item {
    width: 415px;
}

.sale__item:nth-of-type(even) {
    transform: translateY(142px);
}

.sale__img {
    width: 415px;
    height: 385px;
    overflow: hidden;
    -webkit-mask-image: url(/images/store/sale_img.svg);
    mask-image: url(/images/store/sale_img.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.sale__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.6s ease;
}

.sale__item:hover .sale__img img {
    transform: scale(1.08);
}

.sale__date {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #2C2C2C;
    margin-top: 17px;
}

.sale__text {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #2C2C2C;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cmn__section--sale .js-fade-up,
.cmn__section--blog .js-fade-up {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    transition-delay: var(--fade-delay, 0s);
    will-change: opacity, transform;
}

.cmn__section--sale .js-fade-up.is-visible,
.cmn__section--blog .js-fade-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .cmn__section--sale .js-fade-up,
    .cmn__section--blog .js-fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/*---------------------------------------------------
スタッフブログ
-----------------------------------------------------*/
.cmn__section--blog {
    padding: 149px 0 150px;
}

.cmn__section--blog,
.cmn__section--blog * {
    font-family: "Noto Sans JP", sans-serif;
}

.blog__inner {
    max-width: 1080px;
}

.blog__label {
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    color: #2c2c2c;
    margin-bottom: 12px;
}

.blog__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
    color: #2c2c2c;
}

.blog__list {
    display: flex;
    flex-direction: column;
    margin-top: 76px;
    border-top: 1px solid #737373;
}

.blog__item a {
    display: flex;
    align-items: center;
    gap: 41px;
    padding: 29px 0 30px;
    border-bottom: 1px solid #737373;
}

.blog__img {
    display: block;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
}

.blog__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.6s ease;
}

.blog__item:hover .blog__img img {
    transform: scale(1.08);
}

.blog__txt-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.blog__date {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #2C2C2C;
}

.blog__text {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
    color: #2C2C2C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff__more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 343px;
    height: 69px;
    margin-top: 58px;
    margin-left: auto;
    padding: 0 26px 0 23px;
    border: 1px solid #2c2c2c;
    border-radius: 5px;
    color: #2c2c2c;
    text-decoration: none;
    background: #f7f8f3;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.staff__more {
    margin-right: 30px;
}
.staff__more:hover {
    background: #2c2c2c;
    color: #fff;
    opacity: 1;
}

.staff__more-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
}

.staff__more-icon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 25px;
    height: 30px;
}

.staff__more-icon::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 45%;
    width: 30px;
    height: 10px;
    margin-top: -3px;
    background: url(/images/top/swiper-arrow.svg) no-repeat center center / contain;
    transition: filter 0.3s ease, right 0.3s ease;
}

.staff__more-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    width: 26px;
    height: 26px;
    margin-top: -9px;
    background: url(/images/top/swiper-arrow-circle.svg) no-repeat center center / contain;
    transition: filter 0.3s ease;
}

.staff__more:hover .staff__more-icon::before {
    right: 5px;
    filter: brightness(0) invert(1);
}

.staff__more:hover .staff__more-icon::after {
    filter: brightness(0) invert(1);
}

/*---------------------------------------------------
お知らせ
-----------------------------------------------------*/
.cmn__section--news {padding-top: 47px;}
.cmn__section--news .cmn__inner {
    width: 1080px;
}
.cmn__section--news,
.cmn__section--news * {
    font-family: "Noto Sans JP", sans-serif;
}

.news__head {
    width: 100%;
    margin: 0 auto 71px;
}

.news__label {
    margin: 0 0 13px;
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    color: #2c2c2c;
}

.news__title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #2c2c2c;
}

.news__columns {
    display: flex;
    justify-content: space-between;
    gap: 58px;
    width: 100%;
    margin: 0 auto;
}

.news__column {
    width: 100%;
    flex: 1 1 100%;
}


.news__column-head {
    display: flex;
    align-items: baseline;
    gap: 14px;
    min-height: 43px;
    margin-bottom: 22px;
}

.news__column-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1.2px;
    color: #2c2c2c;
}

.news__column-sub {
    margin: 17px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #e6e7e3;
}

.news__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news__item {
    border-bottom: 1px solid #2c2c2c;
}

.news__item:first-child {
    border-top: 1px solid #2c2c2c;
}

.news__block {
    display: flex;
    align-items: center;
    gap: 41px;
    padding: 30px 0;
    color: #2c2c2c;
    text-decoration: none;
}

.news__thumb {
    display: block;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
}

.news__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.news__date {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #2c2c2c;
}

.news__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
}

.news__more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 219px;
    height: 69px;
    margin-top: 36px;
    margin-left: auto;
    padding: 0 26px 0 23px;
    border: 1px solid #2c2c2c;
    border-radius: 5px;
    color: #2c2c2c;
    text-decoration: none;
    background: #f7f8f3;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.news__more:hover {
    background: #2c2c2c;
    color: #fff;
    opacity: 1;
}

.news__more-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
}

.news__more-icon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 25px;
    height: 17px;
}

.news__more-icon::before {
    content: "";
    position: absolute;
    right: 11px;
    top: 37%;
    width: 30px;
    height: 10px;
    margin-top: -3px;
    background: url(/images/top/swiper-arrow.svg) no-repeat center center / contain;
    transition: filter 0.3s ease, right 0.3s ease;
}

.news__more-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -14px;
    background: url(/images/top/swiper-arrow-circle.svg) no-repeat center center / contain;
    transition: filter 0.3s ease;
}

.news__more:hover .news__more-icon::before {
    right: 6px;
    filter: brightness(0) invert(1);
}

.news__more:hover .news__more-icon::after {
    filter: brightness(0) invert(1);
}

.cmn__section--news .js-fade-up {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    transition-delay: var(--fade-delay, 0s);
    will-change: opacity, transform;
    width: 1080px;
}

.cmn__section--news .js-fade-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .cmn__section--news .js-fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
