/* CSS Document */
/*
Theme Name: 株式会社SHUFF
Theme URI: https://www.shuff.co.jp/
Description: 「株式会社SHUFF」のオリジナルテーマ / 「株式会社SHUFF」 original theme｜2026年7月のリリース版テーマファイルです。
Version: 1.0
Author: HARUNO design.
Author URI: https://haruno.design
Text Domain: haruno-design-original-thema
*/ 
.font-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
:root {
    --main: #FF1F1F;
    --sub: #FE9900;
    --lightgray: #F5F6F8;
    --black: #160C1C;
    --bg_black: #002100;
    --grad1: linear-gradient(47deg, rgba(255, 40, 40, 1) 20%, rgba(215, 0, 0, 1) 100%);
    --bordergray: #E9EBF2;
    --borderGrad: linear-gradient(to right, #7f7fff, #7fff7f);
}

br.u-sp-only {
    display: none;
}

br.u-pc-only {
    display: block;
}

@media screen and (max-width:767px) {
    br.u-sp-only {
        display: block;
    }

    br.u-pc-only {
        display: none;
    }
}

/*--投稿記事装飾--*/
h2.wp-block-heading {
    font-size: 28px;
}

h3.wp-block-heading {
    font-size: 24px;
    border-left: 5px solid var(--main);
    padding-left: 10px;
}

h4.wp-block-heading {
    font-size: 20px;
}

.topics-content p {
    line-height: 1.8em;
}

.topics-content p {
    margin: 16px 0;
}

h2.wp-block-heading:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--bordergray);
    position: absolute;
    left: 0;
    bottom: 0;
}

h2.wp-block-heading:before {
    content: "";
    width: 160px;
    height: 2px;
    background: var(--main);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

h2.wp-block-heading {
    position: relative;
    padding-bottom: 20px;
}

@media screen and (max-width:667px) {
    h2.wp-block-heading {
        font-size: 24px;
    }

    h3.wp-block-heading {
        font-size: 20px;
    }

    h4.wp-block-heading {
        font-size: 18px;
    }
}

/*--ページネーション--*/
.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 15px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
}

.wp-pagenavi span.current {
    background: var(--main);
    color: white;
    border: 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
    border: 0;
    color: var(--main);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

a.nextpostslink,
a.previouspostslin,
a.previouspostslink {
    border: 1px solid var(--main);
}

span.pages,
span.extend,
span.extend+a.larger {
    display: none;
}

@media screen and (max-width:667px) {

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 16px;
    }

    .wp-pagenavi {
        gap: 5px;
    }
}

/*----*/

/*--囲い要素--*/
article {
    padding: 60px 120px;
}

section {
    padding: 120px;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width:1024px) {
    article {
        padding: 60px 50px;
    }

    section {
        padding: 100px 50px;

    }
}


@media screen and (max-width:667px) {
    article {
        padding: 60px 24px 100px;
    }

    section {
        padding: 100px 24px;

    }
}

/*----*/

* {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5em;
}

/*--ヘッダー--*/
.header,
.header *,
.header *::before,
.header *::after {
    box-sizing: border-box;
}

.header {
    --header-toggle-width: 105px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    left: 0;
    overflow-x: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header__toggle,
.header__nav {
    margin-left: auto;
}

.header__toggle {
    -webkit-appearance: none;
    align-items: center;
    appearance: none;
    background: var(--sub);
    border: 0;
    color: var(--bg_black);
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 6px;
    justify-content: center;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 24px;
    transition: padding-right .6s;
    width: max-content;
}

.header__toggle span {
    color: inherit;
    font-family: "Shippori Mincho B1", serif;
    font-weight: inherit;
    line-height: 1;
}

.header__toggle-icon {
    display: flex;
    flex: 0 0 14px;
    height: 14px;
    overflow: hidden;
    position: relative;
    width: 14px;
}

.header__toggle-dot {
    background: var(--bg_black);
    border-radius: 50px;
    display: block;
    height: 57.14%;
    left: 50%;
    position: absolute;
    top: 21.43%;
    transform: translateX(-50%);
    transition: transform .6s;
    width: 57.14%;
}

.header__toggle:hover {
    padding-right: 32px;
}

.header__toggle:hover .header__toggle-dot {
    transform: translateX(-50%) scale(0.8);
}

.header.is-open .header__toggle {
    display: none;
}

.header__nav {
    align-items: center;
    background: var(--sub);
    display: none;
    grid-template-columns: 118px auto;
    overflow: hidden;
    width: max-content;
}

.header.is-open .header__nav {
    animation: header-nav-open .6s cubic-bezier(0.22, 1, 0.36, 1) both;
    display: grid;
    transform-origin: top right;
}

.header.is-closing .header__nav {
    animation: header-nav-close .6s cubic-bezier(0.64, 0, 0.78, 0) both;
    display: grid;
    transform-origin: top right;
}

@keyframes header-nav-open {
    from {
        clip-path: inset(0 0 0 100%);
        opacity: 0.8;
        transform: scaleX(0.92);
    }

    to {
        clip-path: inset(0);
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes header-nav-close {
    from {
        clip-path: inset(0);
        opacity: 1;
        transform: scaleX(1);
    }

    to {
        clip-path: inset(0 0 0 calc(100% - var(--header-toggle-width)));
        opacity: 0.8;
        transform: scaleX(0.92);
    }
}

@media screen and (min-width:1025px) {
    .header.is-closing .header__close,
    .header.is-closing .header__menu {
        animation: header-nav-content-close .24s ease both;
    }
}

@keyframes header-nav-content-close {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.header__close,
.header__link {
    align-items: center;
    background: var(--sub);
    border: 0;
    color: var(--bg_black);
    display: flex;
    flex: 0 0 auto;
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 16px 24px;
    text-decoration: none;
    white-space: nowrap;
    word-break: break-word;
}

.header__close {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    flex-basis: 118px;
    gap: 6px;
    justify-self: end;
    min-width: 0;
    overflow: hidden;
    box-shadow: inset -1px 0 0 #fff;
    transition: width .6s, flex-basis .6s, padding-right .6s;
    width: 118px;
}

.header__close-icon {
    display: block;
    flex: 0 0 14px;
    height: 14px;
    overflow: hidden;
    position: relative;
    transition: transform .6s;
    width: 14px;
}

.header__close-icon img {
    display: block;
    height: 100%;
    inset: 0;
    max-width: none;
    position: absolute;
    width: 100%;
}

.header__close span,
.header__link span {
    color: inherit;
    font-family: "Shippori Mincho B1", serif;
    font-weight: inherit;
    line-height: 1;
}

.header__menu {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__menu li {
    display: flex;
    margin: 0;
    padding: 0;
}

.header__sp-logo {
    display: none;
}

.header__link--contact {
    background: #ffcd82;
    color: #000;
    font-weight: 500;
    transition: background-color .6s, color .6s;
}

.header__link:not(.header__link--contact) {
    transition: background-color .6s, color .6s;
}

.header__close:hover {
    flex-basis: 110px;
    padding-right: 16px;
    width: 110px;
}

.header__close:hover .header__close-icon {
    transform: scale(0.8);
}

.header__link:not(.header__link--contact):hover {
    background: #855000;
    color: #fff;
}

.header__link:not(.header__link--contact):hover span {
    color: #fff;
}

a.header__link--contact:hover,
a.header__link--contact:focus-visible {
    background: rgba(255, 205, 130, 0.7);
    color: #fff;
}

a.header__link--contact:hover span,
a.header__link--contact:focus-visible span {
    color: #fff;
}

@media screen and (max-width:767px) {
    .header {
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
        bottom: auto;
        overflow: visible;
        pointer-events: none;
    }

    .header__toggle,
    .header__nav {
        pointer-events: auto;
    }

    .header.is-open,
    .header.is-closing {
        bottom: 0;
        height: 100dvh;
    }

    .header.is-open .header__toggle,
    .header.is-closing .header__toggle {
        display: none;
    }

    .header__nav {
        --header-menu-sp-width: 105px;
        align-items: stretch;
        background: var(--sub);
        display: none;
        flex-direction: column;
        height: 100dvh;
        justify-content: flex-start;
        margin-left: auto;
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 24px;
        position: relative;
        clip-path: inset(0 0 calc(100% - 46px) calc(100% - var(--header-menu-sp-width)));
        transform-origin: top right;
        visibility: hidden;
        width: 100%;
    }

    .header.is-open .header__nav,
    .header.is-closing .header__nav {
        display: flex;
        visibility: visible;
    }

    .header__close {
        align-self: stretch;
        box-shadow: inset 0 -1px 0 #fff;
        flex-basis: auto;
        height: auto;
        justify-content: flex-start;
        min-height: 46px;
        opacity: 0;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .header__close:hover {
        flex-basis: auto;
        width: 100%;
    }

    .header__menu {
        align-items: stretch;
        flex-direction: column;
        justify-content: center;
        padding: 24px;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .header__menu li,
    .header__link {
        width: 100%;
    }

    .header__menu li {
        opacity: 0;
        transform: translateY(-10px);
    }

    .header__link {
        justify-content: flex-start;
    }

    .header__link--contact {
        background: #ffcd82;
    }

    .header__sp-logo {
        align-self: center;
        display: block;
        height: 26px;
        margin-top: auto;
        opacity: 0;
        overflow: hidden;
        position: relative;
        transform: translateY(8px);
        width: 120px;
        z-index: 1;
    }

    .header__sp-logo img {
        display: block;
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    .header.is-open .header__nav {
        animation: header-nav-open-bg-sp 1.18s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .header.is-open .header__close {
        animation: header-nav-fade-in-sp .34s ease .44s both;
    }

    .header.is-open .header__menu li {
        animation: header-menu-item-open-sp .64s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .header.is-open .header__menu li:nth-child(1) {
        animation-delay: 1.24s;
    }

    .header.is-open .header__menu li:nth-child(2) {
        animation-delay: 1.36s;
    }

    .header.is-open .header__menu li:nth-child(3) {
        animation-delay: 1.48s;
    }

    .header.is-open .header__menu li:nth-child(4) {
        animation-delay: 1.6s;
    }

    .header.is-open .header__menu li:nth-child(5) {
        animation-delay: 1.72s;
    }

    .header.is-open .header__menu li:nth-child(6) {
        animation-delay: 1.84s;
    }

    .header.is-open .header__menu li:nth-child(7) {
        animation-delay: 1.96s;
    }

    .header.is-open .header__sp-logo {
        animation: header-menu-logo-open-sp .72s cubic-bezier(0.16, 1, 0.3, 1) 2.3s both;
    }

    .header.is-closing .header__nav {
        animation: header-nav-close-bg-sp 1.08s cubic-bezier(0.7, 0, 0.84, 0) both;
    }

    .header.is-closing .header__menu li,
    .header.is-closing .header__sp-logo {
        animation: header-nav-fade-out-sp .28s ease both;
    }

    .header.is-closing .header__close {
        animation: header-nav-fade-out-sp .24s ease .72s both;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .header.is-open .header__nav,
    .header.is-closing .header__nav {
        display: flex;
    }

    .header.is-open .header__nav,
    .header.is-closing .header__nav {
        align-items: stretch;
        flex-direction: column;
        transform-origin: top right;
    }

    .header.is-open .header__nav {
        animation: header-nav-open-sp .6s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .header.is-closing .header__nav {
        animation: header-nav-close-sp .6s cubic-bezier(0.64, 0, 0.78, 0) both;
    }

    .header__close {
        box-shadow: inset 0 -1px 0 #fff;
        flex-basis: auto;
        height: auto;
        min-height: 46px;
        width: 100%;
    }

    .header__close:hover {
        flex-basis: auto;
        width: 100%;
    }

    .header__menu {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .header__menu li,
    .header__link {
        width: 100%;
    }
}

@keyframes header-nav-open-sp {
    from {
        clip-path: inset(0 0 100% 0);
        opacity: 0.8;
        transform: scaleY(0.92);
    }

    to {
        clip-path: inset(0);
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes header-nav-close-sp {
    from {
        clip-path: inset(0);
        opacity: 1;
        transform: scaleY(1);
    }

    to {
        clip-path: inset(0 0 100% 0);
        opacity: 0.8;
        transform: scaleY(0.92);
    }
}

@keyframes header-nav-open-bg-sp {
    0% {
        clip-path: inset(0 0 calc(100% - 46px) calc(100% - var(--header-menu-sp-width)));
    }

    42% {
        clip-path: inset(0 0 calc(100% - 46px) 0);
    }

    100% {
        clip-path: inset(0);
    }
}

@keyframes header-nav-close-bg-sp {
    0% {
        clip-path: inset(0);
    }

    54% {
        clip-path: inset(0 0 calc(100% - 46px) 0);
    }

    100% {
        clip-path: inset(0 0 calc(100% - 46px) calc(100% - var(--header-menu-sp-width)));
    }
}

@keyframes header-nav-fade-in-sp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes header-nav-fade-out-sp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes header-menu-item-open-sp {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes header-menu-logo-open-sp {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*--トップ お知らせ--*/
.home-topics,
.home-topics *,
.home-topics *::before,
.home-topics *::after {
    box-sizing: border-box;
}

.home-topics {
    align-items: center;
    background: var(--bg_black);
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    padding: 120px 0;
    position: relative;
    width: 100%;
}

.home-topics__pickup {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    min-width: 0;
    padding: 0;
    width: 900px;
}

.home-topics__pickup-image,
.home-topics__item-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.home-topics__pickup-image::after,
.home-topics__item-image::after {
    background: rgba(0, 0, 0, 0.16);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .6s;
    z-index: 1;
}

.home-topics__pickup-image {
    height: 506px;
    max-width: 100%;
    width: 100%;
}

.home-topics__pickup-image img,
.home-topics__item-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-topics__pickup-body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.home-topics__meta {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.home-topics__category,
.home-topics__date,
.home-topics__pickup-title,
.home-topics__pickup-title a,
.home-topics__heading,
.home-topics__item-title,
.home-topics__item-title a,
.home-topics__excerpt,
.home-topics__button,
.home-topics__button span,
.shuff-button,
.shuff-button span {
    font-family: "Shippori Mincho B1", serif;
}

.home-topics__category {
    border-left: 2px solid var(--sub);
    color: var(--sub);
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 6px 0 8px 12px;
    text-align: center;
    white-space: nowrap;
}

.home-topics__date {
    color: #fff;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 1;
    min-width: 0;
    white-space: nowrap;
}

.home-topics__pickup-title,
.home-topics__item-title {
    font-weight: 400;
    margin: 0;
}

.home-topics__pickup-title {
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 1.4;
    width: 100%;
}

.home-topics__pickup-title a,
.home-topics__item-title a {
    color: #fff;
    text-decoration: none;
    transition: opacity .6s;
}

.shuff-button,
.home-topics__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: 1px solid var(--sub);
    color: var(--sub);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 12px 24px 14px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
    white-space: nowrap;
}

.shuff-button span,
.home-topics__button span {
    color: inherit;
    line-height: 1;
}

.shuff-button__icon,
.home-topics__button-icon {
    align-items: center;
    display: flex;
    flex: 0 0 16px;
    height: 16px;
    justify-content: center;
    position: relative;
    transform: translateY(1px);
    transition: background-color .6s, transform .6s;
    width: 16px;
}

.shuff-button__icon img,
.home-topics__button-icon img {
    display: block;
    height: 100%;
    object-fit: contain;
    transition: filter .6s;
    width: 100%;
}

.shuff-button:hover,
.shuff-button:focus-visible,
.home-topics__button:hover,
.home-topics__button:focus-visible {
    background-color: var(--sub);
    border-color: var(--sub);
    color: #000;
}

.shuff-button:hover .shuff-button__icon img,
.shuff-button:focus-visible .shuff-button__icon img,
.home-topics__button:hover .home-topics__button-icon img,
.home-topics__button:focus-visible .home-topics__button-icon img {
    filter: brightness(0);
}

.shuff-button:hover .shuff-button__icon,
.shuff-button:focus-visible .shuff-button__icon,
.home-topics__button:hover .home-topics__button-icon,
.home-topics__button:focus-visible .home-topics__button-icon {
    transform: translate(4px, 1px);
}

.shuff-button--disabled,
.shuff-button--disabled:hover,
.shuff-button--disabled:focus-visible {
    background-color: transparent;
    border-color: var(--sub);
    color: var(--sub);
    cursor: default;
    opacity: .3;
    pointer-events: none;
}

.home-topics__heading {
    color: var(--sub);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    text-align: left;
    width: 1200px;
}

.home-topics__heading p {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
}

.home-topics__list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    width: 1200px;
}

.home-topics__item {
    padding: 0;
    width: 100%;
}

.home-topics__item-link {
    align-items: flex-start;
    color: inherit;
    display: flex;
    gap: 40px;
    justify-content: center;
    text-decoration: none;
    width: 100%;
}

.home-topics__item-image {
    flex: 0 0 380px;
    height: 214px;
    width: 380px;
}

.home-topics__item-body {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.home-topics__item-title {
    color: #fff;
    display: block;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.4;
    width: 100%;
}

.home-topics__excerpt {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.84px;
    line-height: 1.6;
    margin: 0;
    width: 100%;
}

.home-topics__pickup:hover .home-topics__pickup-image::after,
.home-topics__pickup:hover .home-topics__pickup-title a,
.home-topics__pickup:focus-within .home-topics__pickup-image::after,
.home-topics__pickup:focus-within .home-topics__pickup-title a,
.home-topics__item:hover .home-topics__item-image::after,
.home-topics__item:hover .home-topics__item-title a,
.home-topics__item:focus-within .home-topics__item-image::after,
.home-topics__item:focus-within .home-topics__item-title a {
    opacity: 0.8;
}

@media screen and (max-width:1024px) {
    .home-topics {
        padding: 100px 40px;
    }

    .home-topics__pickup,
    .home-topics__heading,
    .home-topics__list {
        max-width: 100%;
        width: 100%;
    }

    .home-topics__pickup-image {
        aspect-ratio: 900 / 506;
        height: auto;
        width: 100%;
    }

    .home-topics__item-link {
        gap: 28px;
    }

    .home-topics__item-image {
        flex-basis: 320px;
        width: 320px;
    }
}

@media screen and (max-width:767px) {
    .home-topics {
        gap: 24px;
        padding: 80px 24px;
    }

    .home-topics__pickup,
    .home-topics__heading,
    .home-topics__list {
        max-width: 100%;
        width: 100%;
    }

    .home-topics__pickup {
        gap: 16px;
    }

    .home-topics__pickup-body,
    .home-topics__item-body {
        gap: 12px;
    }

    .home-topics__pickup-image {
        aspect-ratio: 345 / 194.0625;
    }

    .home-topics__pickup-title {
        font-size: 20px;
        letter-spacing: 1.2px;
        line-height: 1.4;
    }

    .home-topics__heading {
        font-size: 24px;
        letter-spacing: 1.44px;
    }

    .home-topics__heading p {
        letter-spacing: 1.44px;
    }

    .home-topics__list {
        gap: 24px;
    }

    .home-topics__item-link {
        flex-direction: column;
        gap: 16px;
    }

    .home-topics__item-image {
        aspect-ratio: 380 / 214;
        flex-basis: auto;
        height: auto;
        width: 100%;
    }

    .home-topics__item-title {
        font-size: 20px;
        letter-spacing: 1.2px;
    }

    .home-topics__excerpt {
        font-size: 14px;
        letter-spacing: 0.84px;
    }
}

/*--お知らせ一覧--*/
.topics-archive-page,
.topics-archive-page *,
.topics-archive-page *::before,
.topics-archive-page *::after {
    box-sizing: border-box;
}

.topics-archive-page {
    background: var(--bg_black);
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.shuff-page-logo {
    display: block;
    height: 40px;
    left: 40px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 183px;
    z-index: 2;
}

.shuff-page-logo img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.topics-archive-page__cover {
    align-items: flex-start;
    display: flex;
    height: 192px;
    justify-content: center;
    overflow: hidden;
    padding: 160px 40px 0;
    width: 100%;
}

.topics-archive-page__cover-inner {
    max-width: 100%;
    width: 1200px;
}

.topics-archive-page__title,
.topics-archive__category,
.topics-archive__date,
.topics-archive__pickup-title,
.topics-archive__item-title,
.topics-archive__category-tab,
.topics-archive__button,
.topics-archive__button span,
.topics-archive-page__breadcrumb,
.topics-archive-page__breadcrumb a,
.topics-archive-page__breadcrumb span {
    font-family: "Shippori Mincho B1", serif;
}

.topics-archive-page__title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.topics-archive {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    margin: 0 auto;
    max-width: calc(100% - 80px);
    overflow: hidden;
    padding: 120px 0;
    width: 1200px;
}

.topics-archive[aria-busy="true"] {
    opacity: 0.6;
    pointer-events: none;
}

.topics-archive__hidden-title {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.topics-archive__pickup {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
    padding: 0;
    width: 900px;
}

.topics-archive__pickup-card,
.topics-archive__item-link {
    color: inherit;
    display: flex;
    text-decoration: none;
}

.topics-archive__pickup-card {
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
    width: 100%;
}

.topics-archive__thumb {
    background: var(--sub);
    display: block;
    overflow: hidden;
    position: relative;
}

.topics-archive__thumb::after {
    background: rgba(0, 0, 0, 0.16);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .6s;
    z-index: 2;
}

.topics-archive__thumb--pickup {
    aspect-ratio: 900 / 506;
    height: auto;
    max-width: 100%;
    width: 900px;
}

.topics-archive__thumb--item {
    flex: 0 0 380px;
    height: 214px;
    width: 380px;
}

.topics-archive__thumb-image,
.topics-archive__thumb-logo {
    display: block;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
}

.topics-archive__thumb-image {
    height: 100%;
    inset: 0;
    width: 100%;
    z-index: 0;
}

.topics-archive__thumb--pickup .topics-archive__thumb-logo {
    height: 126%;
    left: 0;
    top: -13%;
    width: 100%;
    z-index: 1;
}

.topics-archive__thumb--item .topics-archive__thumb-logo {
    height: 269px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 380px;
    z-index: 1;
}

.topics-archive__pickup-body,
.topics-archive__item-body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.topics-archive__pickup-body {
    width: 100%;
}

.topics-archive__meta {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.topics-archive__category {
    border-left: 2px solid var(--sub);
    color: var(--sub);
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 6px 0 8px 12px;
    text-align: center;
    white-space: nowrap;
}

.topics-archive__date {
    color: #fff;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 1;
    min-width: 0;
    white-space: nowrap;
}

.topics-archive__pickup-title {
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.92px;
    line-height: 1.4;
    transition: opacity .6s;
    width: 100%;
}

.topics-archive__filter {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.topics-archive__filter-row {
    align-items: center;
    border-bottom: 1px solid var(--sub);
    display: flex;
    gap: 16px;
    width: 100%;
}

.topics-archive__filter-label,
.topics-archive__count,
.topics-archive__excerpt,
.topics-archive__empty {
    font-family: "Inter", sans-serif;
}

.topics-archive__filter-label {
    color: var(--sub);
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.topics-archive__categories {
    align-items: center;
    display: flex;
    gap: 8px;
    -ms-overflow-style: none;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.topics-archive__categories::-webkit-scrollbar {
    display: none;
}

.topics-archive__category-tab {
    border-color: var(--sub);
    border-style: solid;
    border-width: 1px 1px 0;
    color: var(--sub);
    display: flex;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color .6s, color .6s;
    white-space: nowrap;
}

.topics-archive__category-tab.is-active,
.topics-archive__category-tab:hover,
.topics-archive__category-tab:focus-visible {
    background: var(--sub);
    color: var(--bg_black);
}

.topics-archive__count {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 1;
    margin: 0;
    text-align: right;
    width: 100%;
}

.topics-archive__list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.topics-archive__item,
.topics-archive__item-link {
    width: 100%;
}

.topics-archive__item {
    padding: 0;
}

.topics-archive__item.is-hidden {
    display: none;
}

.topics-archive__item-link {
    align-items: flex-start;
    gap: 40px;
    justify-content: center;
}

.topics-archive__item-body {
    flex: 1 1 auto;
    min-width: 0;
}

.topics-archive__item-title {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.4;
    transition: opacity .6s;
    width: 100%;
}

.topics-archive__excerpt {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.84px;
    line-height: 1.6;
    width: 100%;
}

.topics-archive__empty {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

.topics-archive__button--older {
    margin-top: 0;
}

.topics-archive__button--older:hover .topics-archive__button-icon,
.topics-archive__button--older:focus-visible .topics-archive__button-icon {
    transform: translateY(5px);
}

.topics-archive__button--older[hidden] {
    display: none !important;
}

.topics-archive__pickup-card:hover .topics-archive__thumb::after,
.topics-archive__pickup-card:hover .topics-archive__pickup-title,
.topics-archive__pickup-card:focus-visible .topics-archive__thumb::after,
.topics-archive__pickup-card:focus-visible .topics-archive__pickup-title,
.topics-archive__item:hover .topics-archive__thumb::after,
.topics-archive__item:hover .topics-archive__item-title,
.topics-archive__item:focus-within .topics-archive__thumb::after,
.topics-archive__item:focus-within .topics-archive__item-title {
    opacity: 0.8;
}

.topics-archive-page__breadcrumb {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    line-height: 1;
    margin: 0 auto;
    max-width: calc(100% - 80px);
    padding: 32px 0;
    white-space: nowrap;
    width: 1200px;
}

.topics-archive-page__breadcrumb a {
    color: #fff;
    line-height: 1;
    text-decoration: none;
    transition: opacity .6s;
}

.topics-archive-page__breadcrumb a:hover {
    opacity: 0.7;
}

.topics-archive-page__breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
}

@media screen and (max-width:1024px) {
    .topics-archive-page__cover {
        height: 176px;
        padding-top: 144px;
    }

    .topics-archive {
        max-width: calc(100% - 80px);
        padding: 100px 0;
    }

    .topics-archive__thumb--pickup {
        aspect-ratio: 900 / 506;
        height: auto;
        width: 100%;
    }

    .topics-archive__thumb--pickup .topics-archive__thumb-logo {
        height: 126%;
        top: -13%;
        width: 100%;
    }

    .topics-archive__filter-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding-bottom: 0;
    }

    .topics-archive__categories {
        max-width: 100%;
        width: 100%;
    }

    .topics-archive__item-link {
        gap: 28px;
    }

    .topics-archive__thumb--item {
        flex-basis: 320px;
        width: 320px;
    }

    .topics-archive__thumb--item .topics-archive__thumb-logo {
        width: 320px;
    }
}

@media screen and (max-width:767px) {
    .shuff-page-logo {
        height: 32px;
        left: 24px;
        top: 24px;
        width: 148px;
    }

    .topics-archive-page__cover {
        height: 144px;
        padding: 112px 24px 0;
    }

    .topics-archive-page__cover-inner {
        max-width: 100%;
        width: 100%;
    }

    .topics-archive,
    .topics-archive-page__breadcrumb {
        max-width: 100%;
        width: calc(100% - 48px);
    }

    .topics-archive-page__title {
        font-size: 26px;
    }

    .topics-archive {
        gap: 48px;
        padding: 80px 0;
    }

    .topics-archive__pickup {
        gap: 28px;
    }

    .topics-archive__pickup-card {
        gap: 24px;
    }

    .topics-archive__pickup-title {
        font-size: 24px;
        letter-spacing: 1.44px;
    }

    .topics-archive__filter-label,
    .topics-archive__count,
    .topics-archive__date,
    .topics-archive__excerpt {
        font-size: 13px;
    }

    .topics-archive__filter {
        gap: 18px;
    }

    .topics-archive__category-tab {
        font-size: 14px;
        padding: 11px 14px;
    }

    .topics-archive__item-link {
        flex-direction: column;
        gap: 20px;
    }

    .topics-archive__thumb--item {
        aspect-ratio: 380 / 214;
        flex-basis: auto;
        height: auto;
        width: 100%;
    }

    .topics-archive__thumb--item .topics-archive__thumb-logo {
        height: 126%;
        width: 100%;
    }

    .topics-archive__item-title {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .topics-archive-page__breadcrumb {
        font-size: 13px;
        padding: 28px 0;
    }
}

/*--お知らせ 記事詳細--*/
.topics-single-page,
.topics-single-page *,
.topics-single-page *::before,
.topics-single-page *::after {
    box-sizing: border-box;
}

.topics-single-page {
    background: #fcf9f5;
    color: #000;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.topics-single-hero {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 160px 40px 80px;
    position: relative;
    width: 100%;
}

.topics-single-hero__bg {
    height: 1920px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -527px;
    width: 100%;
}

.topics-single-hero__bg::after {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    inset: 0;
    position: absolute;
}

.topics-single-hero__bg img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.topics-single-hero__inner,
.topics-single-article,
.topics-single-share,
.topics-single-content__back {
    max-width: 100%;
    width: 800px;
}

.topics-single-hero__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.topics-single-hero__title,
.topics-single__category,
.topics-single__date,
.topics-single-share,
.topics-single-share__button,
.topics-single-share__button span,
.topics-single-related,
.topics-single-page__breadcrumb,
.topics-single-page__breadcrumb a,
.topics-single-page__breadcrumb span {
    font-family: "Shippori Mincho B1", serif;
}

.topics-single-hero__title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    width: 100%;
}

.topics-single-hero__meta,
.topics-single-related__meta {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.topics-single__category {
    border-left: 2px solid var(--sub);
    color: var(--sub);
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 6px 0 8px 12px;
    text-align: center;
    white-space: nowrap;
}

.topics-single__date {
    color: #fff;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 1;
    min-width: 0;
    white-space: nowrap;
}

.topics-single__date--dark {
    color: #000;
}

.topics-single-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 0 auto;
    max-width: calc(100% - 80px);
    padding: 80px 0 120px;
    width: 800px;
}

.topics-single-article {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
}

.topics-single-article__thumbnail {
    height: 478px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.topics-single-article__thumbnail img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.topics-single-article__body {
    color: #000;
    width: 100%;
}

.topics-single-article__body > * {
    margin: 0 0 24px;
}

.topics-single-article__body > *:last-child {
    margin-bottom: 0;
}

.topics-single-article__body h1,
.topics-single-article__body h2,
.topics-single-article__body h3,
.topics-single-article__body h4,
.topics-single-article__body h5,
.topics-single-article__body h6 {
    color: #000;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    line-height: 1.4;
}

.topics-single-article__body h1 {
    font-style: normal;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 1.4;
    word-break: break-word;
}

.topics-single-article__body h2 {
    font-style: normal;
    font-size: 28px;
    letter-spacing: 1.68px;
    line-height: 1.4;
    padding-bottom: 0;
    word-break: break-word;
}

.topics-single-article__body h2::before,
.topics-single-article__body h2::after {
    content: none;
    display: none;
}

.topics-single-article__body h3 {
    border-left: 0;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1.4;
    padding-left: 0;
    word-break: break-word;
}

.topics-single-article__body h4 {
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.4;
    word-break: break-word;
}

.topics-single-article__body h5 {
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.4;
    word-break: break-word;
}

.topics-single-article__body h6 {
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.4;
    word-break: break-word;
}

.topics-single-article__body p,
.topics-single-article__body li {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.84px;
    line-height: 1.8;
    word-break: break-word;
}

.topics-single-article__body img {
    height: auto;
    max-width: 100%;
}

.staff-interview-answers {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    width: 100%;
}

.topics-single-article__body .staff-interview-answer,
.topics-single-article__body .staff-interview-answer__question,
.topics-single-article__body .staff-interview-answer__text {
    margin: 0;
    padding: 0;
}

.topics-single-share {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.topics-single-share__inner {
    align-items: center;
    display: flex;
    gap: 20px;
}

.topics-single-share__label {
    color: #000;
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    word-break: break-word;
}

.topics-single-share__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.topics-single-share__button {
    align-items: center;
    appearance: none;
    background: var(--sub);
    border: 1px solid var(--sub);
    border-radius: 999px;
    color: var(--bg_black);
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    justify-content: center;
    letter-spacing: 0.48px;
    line-height: 1;
    overflow: hidden;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    transition: opacity .6s;
    white-space: nowrap;
}

.topics-single-share__button span {
    color: inherit;
    line-height: 1;
}

.topics-single-share__button:hover,
.topics-single-share__button:focus-visible {
    opacity: 0.8;
}

.topics-single-share__icon {
    align-items: center;
    background: var(--bg_black);
    border-radius: 50px;
    display: flex;
    flex: 0 0 22px;
    height: 22px;
    justify-content: center;
    padding: 4px;
    width: 22px;
}

.topics-single-share__icon img {
    display: block;
    height: 14px;
    object-fit: contain;
    width: 14px;
}

.topics-single-content__back {
    display: flex;
    justify-content: flex-start;
}

.topics-single-content__back-button {
    border-color: var(--bg_black);
    color: var(--bg_black);
    min-height: 42px;
    padding: 12px 24px 14px;
    transition: background-color .3s, border-color .3s, color .3s, opacity .3s;
}

.topics-single-content__back-button:hover,
.topics-single-content__back-button:focus-visible {
    background-color: var(--bg_black);
    border-color: var(--bg_black);
    color: #fcf9f5;
}

.topics-single-content__back-button:hover .topics-single-content__back-icon img,
.topics-single-content__back-button:focus-visible .topics-single-content__back-icon img {
    filter: brightness(0) invert(1);
}

.topics-single-content__back-button:hover .topics-single-content__back-icon,
.topics-single-content__back-button:focus-visible .topics-single-content__back-icon {
    transform: translate(-4px, 1px);
}

.topics-single-content__back-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    transition: transform .6s;
    transform: translateY(1px);
}

.topics-single-content__back-icon img {
    height: 12px;
    transform: rotate(180deg);
    transition: filter .6s;
    width: 7px;
}

.topics-single-related {
    margin: 0 auto;
    max-width: calc(100% - 80px);
    padding: 120px 0;
    width: 1200px;
}

.topics-single-related__list {
    align-items: flex-start;
    display: flex;
    gap: 32px;
    width: 100%;
}

.topics-single-related__item {
    flex: 0 1 calc((100% - 64px) / 3);
    max-width: calc((100% - 64px) / 3);
    min-width: 0;
    padding: 0;
}

.topics-single-related__link {
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-decoration: none;
}

.topics-single-related__thumb {
    background: var(--sub);
    display: block;
    height: 214px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.topics-single-related__thumb::after {
    background: rgba(0, 0, 0, 0.16);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .6s;
    z-index: 1;
}

.topics-single-related__thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.topics-single-related__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.topics-single-related__title {
    color: #000;
    display: block;
    font-family: "Shippori Mincho B1", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.4;
    transition: opacity .6s;
    width: 100%;
}

.topics-single-related__link:hover .topics-single-related__thumb::after,
.topics-single-related__link:hover .topics-single-related__title,
.topics-single-related__link:focus-visible .topics-single-related__thumb::after,
.topics-single-related__link:focus-visible .topics-single-related__title {
    opacity: 0.8;
}

.topics-single-page__breadcrumb {
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    line-height: 1;
    margin: 0 auto;
    max-width: calc(100% - 80px);
    overflow: hidden;
    padding: 32px 0;
    text-align: center;
    white-space: nowrap;
    width: 1200px;
}

.topics-single-page__breadcrumb a {
    color: #000;
    flex: 0 0 auto;
    text-decoration: none;
    transition: opacity .6s;
}

.topics-single-page__breadcrumb a:hover {
    opacity: 0.7;
}

.topics-single-page__breadcrumb span {
    color: rgba(0, 0, 0, 0.6);
}

.topics-single-page__breadcrumb span[aria-hidden="true"] {
    flex: 0 0 auto;
}

.topics-single-page__breadcrumb-current {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:1024px) {
    .topics-single-hero {
        padding-top: 144px;
    }

    .topics-single-content {
        padding: 72px 0 100px;
    }

    .topics-single-related {
        padding: 100px 0;
    }

    .topics-single-related__list {
        gap: 24px;
    }

    .topics-single-related__item {
        flex-basis: calc((100% - 48px) / 3);
        max-width: calc((100% - 48px) / 3);
    }
}

@media screen and (max-width:767px) {
    .topics-single-hero {
        padding: 112px 24px 64px;
    }

    .topics-single-hero__inner {
        max-width: 100%;
        width: 100%;
    }

    .topics-single-content,
    .topics-single-page__breadcrumb {
        max-width: 100%;
        width: calc(100% - 48px);
    }

    .topics-single-hero__title {
        font-size: 24px;
    }

    .topics-single-content {
        gap: 48px;
        padding: 64px 0 80px;
    }

    .topics-single-article__thumbnail {
        aspect-ratio: 800 / 478;
        height: auto;
    }

    .topics-single-article__body h1 {
        font-size: 26px;
    }

    .topics-single-article__body h2 {
        font-size: 24px;
    }

    .topics-single-article__body h3 {
        font-size: 22px;
    }

    .topics-single-share {
        align-items: flex-start;
    }

    .topics-single-share__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .topics-single-share__buttons {
        align-items: stretch;
    }

    .topics-single-share__button {
        padding: 11px 16px;
    }

    .topics-single-related {
        max-width: 100%;
        padding: 80px 0;
        width: calc(100% - 48px);
    }

    .topics-single-related__list {
        flex-direction: column;
    }

    .topics-single-related__item {
        flex: none;
        max-width: none;
        width: 100%;
    }

    .topics-single-related__thumb {
        aspect-ratio: 380 / 214;
        height: auto;
    }

    .topics-single-page__breadcrumb {
        font-size: 13px;
        padding: 28px 0;
    }
}

/*--トップ マップ--*/
.home-map,
.home-map *,
.home-map *::before,
.home-map *::after {
    box-sizing: border-box;
}

.home-map {
    align-items: center;
    background: #e8edf0;
    display: flex;
    height: 520px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.home-map__iframe {
    border: 0;
    display: block;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.home-map__inner {
    height: 520px;
    margin: 0 auto;
    max-width: 100%;
    pointer-events: none;
    position: relative;
    width: 1200px;
    z-index: 1;
}

.home-map__button,
.home-map__button span {
    font-family: "Shippori Mincho B1", serif;
}

.home-map__button {
    align-items: center;
    background-color: var(--sub);
    border: 1px solid var(--sub);
    border-radius: 60px;
    bottom: 40px;
    color: var(--bg_black);
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    justify-content: center;
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 16px 32px;
    pointer-events: auto;
    position: absolute;
    right: 40px;
    text-align: center;
    text-decoration: none;
    transition: background-color .6s, border-color .6s, color .6s;
    white-space: nowrap;
}

.home-map__button span {
    color: inherit;
    line-height: 1;
}

.home-map__button-icon {
    align-items: center;
    background-color: var(--bg_black);
    border-radius: 50px;
    display: flex;
    flex: 0 0 22px;
    height: 22px;
    justify-content: center;
    padding: 4px;
    position: relative;
    transition: background-color .6s;
    width: 22px;
}

.home-map__button-icon img {
    display: block;
    height: 8.75px;
    transition: filter .6s;
    width: 8.75px;
}

.home-map__button:hover,
.home-map__button:focus-visible {
    background-color: var(--bg_black);
    border-color: var(--bg_black);
    color: var(--sub);
}

.home-map__button:hover .home-map__button-icon,
.home-map__button:focus-visible .home-map__button-icon {
    background-color: var(--sub);
}

.home-map__button:hover .home-map__button-icon img,
.home-map__button:focus-visible .home-map__button-icon img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(34%) saturate(1299%) hue-rotate(84deg) brightness(95%) contrast(105%);
}

@media screen and (max-width:1024px) {
    .home-map {
        height: 420px;
    }

    .home-map__inner {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .home-map {
        height: 520px;
    }

    .home-map__button {
        bottom: 20px;
        padding: 14px 24px;
        right: 20px;
    }
}

/*--トップ ファーストビュー--*/
.home-fv,
.home-fv *,
.home-fv *::before,
.home-fv *::after {
    box-sizing: border-box;
}

.home-fv {
    background: #000;
    height: 1024px;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.home-fv__background {
    display: flex;
    inset: 0;
    position: absolute;
}

.home-fv__background-panel {
    flex: 1 1 50%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.home-fv__background-panel picture,
.home-fv__background-panel img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-fv__background-panel img {
    max-width: none;
    object-fit: cover;
}

.home-fv__background-panel--cafe img {
    object-position: center center;
}

.home-fv__background-panel--bar img {
    object-position: center center;
}

.home-fv__shadow {
    height: 926px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 926px;
    z-index: 1;
}

.home-fv__shadow img {
    display: block;
    height: 100%;
    width: 100%;
}

.home-fv__content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 32px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 572px;
    z-index: 2;
}

.home-fv__logo {
    height: 104px;
    margin: 0;
    width: 476px;
}

.home-fv__logo img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.home-fv__catch,
.home-fv__lead {
    color: inherit;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.home-fv__catch {
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1.8;
}

.home-fv__lead {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.8;
}

.home-fv__gradient {
    background: linear-gradient(180deg, rgba(0, 33, 0, 0) 0%, var(--bg_black) 100%);
    bottom: 0;
    height: 274px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width:1024px) {
    .home-fv {
        height: 900px;
    }

    .home-fv__shadow {
        height: 760px;
        width: 760px;
    }
}

@media screen and (max-width:767px) {
    .home-fv {
        height: 714px;
        min-height: 0;
    }

    .home-fv__background {
        flex-direction: row;
    }

    .home-fv__background-panel {
        flex-basis: 50%;
        height: 100%;
        width: 50%;
    }

    .home-fv__background-panel img {
        height: 100%;
        left: 0;
        object-fit: cover;
        transform: none;
        width: 100%;
    }

    .home-fv__background-panel--cafe img {
        object-position: center center;
    }

    .home-fv__background-panel--bar img {
        object-position: center center;
    }

    .home-fv__shadow {
        height: 560px;
        width: 560px;
    }

    .home-fv__content {
        gap: 16px;
        left: calc(50% - 13.5px);
        max-width: calc(100% - 40px);
        top: calc(50% + 6px);
        width: 256px;
    }

    .home-fv__logo {
        height: auto;
        max-width: 100%;
        width: 201px;
    }

    .home-fv__catch {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .home-fv__lead {
        font-size: 14px;
        letter-spacing: 0.84px;
        white-space: nowrap;
    }

    .home-fv__gradient {
        height: 334px;
    }
}

/*--トップ SHUFFについて--*/
.home-about,
.home-about *,
.home-about *::before,
.home-about *::after {
    box-sizing: border-box;
}

.home-about {
    align-items: center;
    background: var(--bg_black);
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.home-about__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
    text-align: center;
    width: 1200px;
}

.home-about__eyebrow,
.home-about__title,
.home-about__text,
.home-about__button,
.home-about__button span {
    font-family: "Shippori Mincho B1", serif;
}

.home-about__eyebrow {
    color: var(--sub);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.home-about__body {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.home-about__title {
    color: inherit;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.92px;
    line-height: 1.8;
    margin: 0;
    white-space: nowrap;
}

.home-about__text {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
    width: 100%;
}

.home-about__button-icon {
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
}

@media screen and (max-width:1024px) {
    .home-about {
        padding: 100px 40px;
    }

    .home-about__title {
        font-size: 28px;
        letter-spacing: 1.68px;
        white-space: normal;
    }
}

@media screen and (max-width:767px) {
    .home-about {
        padding: 80px 24px;
    }

    .home-about__inner {
        gap: 24px;
    }

    .home-about__eyebrow {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .home-about__title {
        font-size: 18px;
        letter-spacing: 1.08px;
        line-height: 1.8;
    }

    .home-about__text {
        font-size: 14px;
        letter-spacing: 0.84px;
    }
}

/*--トップ CAFE & BAR--*/
.home-cafe-bar,
.home-cafe-bar *,
.home-cafe-bar *::before,
.home-cafe-bar *::after {
    box-sizing: border-box;
}

.home-cafe-bar {
    align-items: stretch;
    background: #000;
    display: flex;
    min-height: 547px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.home-cafe-bar__panel {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    min-height: 547px;
    min-width: 0;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    text-align: center;
}

.home-cafe-bar__bg {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-cafe-bar__bg::after {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    inset: 0;
    position: absolute;
}

.home-cafe-bar__bg img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-cafe-bar__eyebrow,
.home-cafe-bar__title,
.home-cafe-bar__text,
.home-cafe-bar__time,
.home-cafe-bar__button,
.home-cafe-bar__button span {
    font-family: "Shippori Mincho B1", serif;
}

.home-cafe-bar__eyebrow {
    color: var(--sub);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.home-cafe-bar__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.home-cafe-bar__title {
    color: inherit;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.92px;
    line-height: 1.8;
    margin: 0;
    width: 100%;
}

.home-cafe-bar__text,
.home-cafe-bar__time {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
    width: 100%;
}

.home-cafe-bar__button {
    position: relative;
    z-index: 1;
}

.home-cafe-bar__button-icon {
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
}

@media screen and (max-width:1024px) {
    .home-cafe-bar {
        flex-direction: column;
        min-height: 0;
    }

    .home-cafe-bar__panel {
        min-height: 547px;
        padding: 100px 40px;
    }
}

@media screen and (max-width:767px) {
    .home-cafe-bar__panel {
        gap: 24px;
        min-height: 436px;
        padding: 80px 24px;
    }

    .home-cafe-bar__eyebrow {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .home-cafe-bar__title {
        font-size: 18px;
        letter-spacing: 1.08px;
        line-height: 1.8;
    }

    .home-cafe-bar__text {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .home-cafe-bar__time {
        font-size: 16px;
        letter-spacing: 0.96px;
    }

}

/*--トップ 空間作りのこだわり--*/
.home-space,
.home-space *,
.home-space *::before,
.home-space *::after {
    box-sizing: border-box;
}

.home-space {
    align-items: center;
    background: var(--bg_black);
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.home-space__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
    text-align: center;
    width: 1200px;
}

.home-space__eyebrow,
.home-space__title,
.home-space__text {
    font-family: "Shippori Mincho B1", serif;
}

.home-space__eyebrow {
    color: var(--sub);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.home-space__body {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.home-space__title {
    color: inherit;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.92px;
    line-height: 1.8;
    margin: 0;
    white-space: nowrap;
}

.home-space__text {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
}

@media screen and (max-width:1024px) {
    .home-space {
        padding: 100px 40px;
    }

    .home-space__title {
        font-size: 28px;
        letter-spacing: 1.68px;
        white-space: normal;
    }
}

@media screen and (max-width:767px) {
    .home-space {
        padding: 80px 24px;
    }

    .home-space__inner {
        gap: 24px;
    }

    .home-space__eyebrow {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .home-space__title {
        font-size: 18px;
        letter-spacing: 1.08px;
        line-height: 1.8;
    }

    .home-space__text {
        font-size: 14px;
        letter-spacing: 0.84px;
    }
}

/*--トップ ギャラリースライダー--*/
.home-gallery,
.home-gallery *,
.home-gallery *::before,
.home-gallery *::after {
    box-sizing: border-box;
}

.home-gallery {
    --home-gallery-gap: 6px;
    --home-gallery-overhang: 261px;
    --home-gallery-slide-height: 561px;
    --home-gallery-slide-width: calc((100vw + var(--home-gallery-overhang) - 18px) / 4);
    background: var(--bg_black);
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.home-gallery__slider {
    display: flex;
    margin-left: calc(var(--home-gallery-overhang) / -2);
    overflow: hidden;
    width: calc(100vw + var(--home-gallery-overhang));
}

.home-gallery--top .home-gallery__slider + .home-gallery__slider {
    margin-top: var(--home-gallery-gap);
}

.home-gallery__slider:not(.slick-initialized) {
    gap: var(--home-gallery-gap);
}

.home-gallery__slider.slick-initialized {
    display: block;
}

.home-gallery__slider[dir="rtl"] {
    direction: rtl;
}

.home-gallery__slide {
    flex: 0 0 var(--home-gallery-slide-width);
    height: var(--home-gallery-slide-height);
    margin-right: var(--home-gallery-gap);
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: var(--home-gallery-slide-width) !important;
}

.home-gallery__slider[dir="rtl"] .home-gallery__slide {
    direction: ltr;
    margin-left: var(--home-gallery-gap);
    margin-right: 0;
}

.home-gallery__slider:not(.slick-initialized) .home-gallery__slide {
    margin-left: 0;
    margin-right: 0;
}

.home-gallery__image {
    display: block;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    width: 100%;
}

.home-gallery .slick-list,
.home-gallery__slider .slick-list {
    height: var(--home-gallery-slide-height);
    overflow: visible;
    width: 100%;
}

.home-gallery .slick-track,
.home-gallery__slider .slick-track {
    align-items: stretch;
    display: flex !important;
    height: var(--home-gallery-slide-height);
    transition-timing-function: linear !important;
    will-change: transform;
}

.home-gallery .slick-slide,
.home-gallery__slider .slick-slide {
    float: none;
    height: var(--home-gallery-slide-height);
}

.home-gallery .slick-slide > div,
.home-gallery__slider .slick-slide > div {
    height: 100%;
}

@media screen and (max-width:1024px) {
    .home-gallery {
        --home-gallery-overhang: 160px;
        --home-gallery-slide-height: calc(var(--home-gallery-slide-width) * 561 / 420.75);
        --home-gallery-slide-width: calc((100vw + var(--home-gallery-overhang) - 12px) / 3);
    }
}

@media screen and (max-width:767px) {
    .home-gallery {
        --home-gallery-overhang: 80px;
        --home-gallery-slide-width: calc((100vw + var(--home-gallery-overhang) - 6px) / 2);
    }

    .home-gallery--top {
        --home-gallery-gap: 6px;
        --home-gallery-overhang: 0px;
        --home-gallery-slide-width: calc((100vw - 12px) / 3);
        --home-gallery-slide-height: calc(var(--home-gallery-slide-width) * 1119 / 839.25);
    }

    .home-gallery--top .home-gallery__slider {
        margin-left: 0;
        width: 100%;
    }

}

/*--トップ 利用シーン--*/
.home-scenes,
.home-scenes *,
.home-scenes *::before,
.home-scenes *::after {
    box-sizing: border-box;
}

.home-scenes {
    align-items: center;
    background: var(--bg_black);
    display: flex;
    justify-content: center;
    overflow: visible;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.home-scenes__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 100%;
    position: relative;
    width: 1200px;
    z-index: 1;
}

.home-scenes__heading {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    width: 100%;
}

.home-scenes__eyebrow,
.home-scenes__title,
.home-scenes__text,
.home-scenes__item-title,
.home-scenes__item-text {
    font-family: "Shippori Mincho B1", serif;
}

.home-scenes__eyebrow {
    color: var(--sub);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.home-scenes__lead {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.home-scenes__title {
    color: inherit;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.92px;
    line-height: 1.8;
    margin: 0;
    white-space: nowrap;
}

.home-scenes__text {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
}

.home-scenes__list {
    align-items: flex-start;
    display: flex;
    gap: 32px;
    justify-content: center;
    max-width: 100%;
}

.home-scenes__item {
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    flex: 0 0 260px;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    min-height: 118px;
    padding: 24px;
    text-align: center;
    width: 260px;
}

.home-scenes__item-title {
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.home-scenes__item-text {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.84px;
    line-height: 1.4;
    margin: 0;
    width: 100%;
}

.home-scenes__item-text span,
.home-private__title span {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}

@media screen and (max-width:1024px) {
    .home-scenes {
        padding: 100px 40px;
    }

    .home-scenes__list {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 260px));
        justify-content: center;
        align-items: stretch;
        width: 100%;
    }

    .home-scenes__item {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .home-scenes {
        padding: 80px 24px;
    }

    .home-scenes__inner {
        gap: 24px;
    }

    .home-scenes__heading {
        gap: 24px;
    }

    .home-scenes__eyebrow {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .home-scenes__title {
        font-size: 18px;
        letter-spacing: 1.08px;
        line-height: 1.8;
        white-space: normal;
    }

    .home-scenes__text {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .home-scenes__list {
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-scenes__item {
        flex-basis: auto;
        gap: 12px;
        min-height: 127px;
        padding: 24px;
        width: 100%;
    }

    .home-scenes__item-title {
        font-size: 16px;
    }

    .home-scenes__item-text {
        font-size: 12px;
        letter-spacing: 0.72px;
        line-height: 1.4;
    }
}

/*--トップ 貸切・団体利用--*/
.home-private,
.home-private *,
.home-private *::before,
.home-private *::after {
    box-sizing: border-box;
}

.home-private {
    align-items: center;
    background: var(--bg_black);
    display: flex;
    justify-content: center;
    min-height: 559px;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.home-private__bg {
    height: 100%;
    min-height: 559px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: min(100%, 993px);
}

.home-private__bg::after {
    background: linear-gradient(89.84deg, var(--bg_black) 10.793%, rgba(0, 33, 0, 0) 99.931%);
    content: "";
    inset: 0;
    position: absolute;
}

.home-private__bg img {
    display: block;
    height: 236.96%;
    left: 0;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: -37.28%;
    width: 100%;
}

.home-private__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
    position: relative;
    width: 1200px;
    z-index: 1;
}

.home-private__eyebrow,
.home-private__title,
.home-private__text,
.home-private__detail,
.home-private__detail span {
    font-family: "Shippori Mincho B1", serif;
}

.home-private__eyebrow {
    color: var(--sub);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.home-private__body {
    align-items: flex-start;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 1.8;
    max-width: 100%;
    width: 100%;
}

.home-private__title {
    color: inherit;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.92px;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.home-private__text {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
    max-width: 100%;
}

.home-private__buttons {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-private .common-cta__button {
    transition: opacity .6s;
}

.home-private__detail {
    background: transparent;
}

.home-private__detail-icon {
    align-items: center;
    display: flex;
    flex: 0 0 16px;
    height: 16px;
    justify-content: center;
    position: relative;
    width: 16px;
}

@media screen and (max-width:1024px) {
    .home-private {
        min-height: auto;
        padding: 100px 40px;
    }

    .home-private__bg {
        min-height: 100%;
        opacity: 0.75;
        width: 100%;
    }

    .home-private__bg::after {
        background: linear-gradient(90deg, var(--bg_black) 0%, rgba(0, 33, 0, 0.82) 38%, rgba(0, 33, 0, 0.24) 100%);
    }

    .home-private__title {
        font-size: 28px;
        letter-spacing: 1.68px;
        text-align: left;
        white-space: normal;
    }
}

@media screen and (max-width:767px) {
    .home-private {
        min-height: 542px;
        padding: 80px 24px;
    }

    .home-private__inner {
        align-items: center;
        gap: 24px;
        text-align: center;
    }

    .home-private__eyebrow {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .home-private__title {
        font-size: 18px;
        letter-spacing: 0.08em;
        line-height: 1.8;
        text-align: center;
    }

    .home-private__body {
        align-items: center;
    }

    .home-private__text {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .home-private__buttons {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .home-private .common-cta__button {
        width: 100%;
    }
}

/*--トップ 店舗情報--*/
.home-store,
.home-store *,
.home-store *::before,
.home-store *::after {
    box-sizing: border-box;
}

.home-store {
    align-items: center;
    background: var(--bg_black);
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.home-store__title,
.home-store__info,
.home-store__info p {
    font-family: "Shippori Mincho B1", serif;
}

.home-store__title {
    color: var(--sub);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.home-store__info {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    gap: 16px;
    letter-spacing: 0.96px;
    max-width: 100%;
    text-align: center;
    width: 572px;
}

.home-store__info p {
    color: inherit;
    line-height: 1.8;
    margin: 0;
    width: 100%;
}

.home-store__hours {
    line-height: 0;
    width: 100%;
}

.home-store__instagram {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
    padding-top: 60px;
}

.home-store__instagram-feed {
    max-width: 100%;
    width: 596px;
}

.home-store__instagram-feed #sb_instagram,
.home-store__instagram-feed .sb_instagram,
.home-store__instagram-feed .sbi {
    margin: 0 auto;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.home-store__instagram-feed #sbi_images,
.home-store__instagram-feed .sbi_images {
    gap: 1px !important;
    padding: 0 !important;
}

.home-store__instagram-feed .sb_instagram_header,
.home-store__instagram-feed #sb_instagram #sbi_load,
.home-store__instagram-feed .sbi_load {
    display: none !important;
}

.home-store__instagram-feed .sbi_item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.home-store__instagram-feed .sbi_photo_wrap {
    aspect-ratio: 1 / 1;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.home-store__instagram-feed .sbi_photo,
.home-store__instagram-feed .sbi_photo_wrap a {
    background-position: center !important;
    background-size: cover !important;
    display: block;
    height: 100% !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
    transition: opacity .6s;
    width: 100% !important;
}

.home-store__instagram-feed .sbi_photo img,
.home-store__instagram-feed .sbi_photo_wrap img {
    display: block;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    width: 100% !important;
}

.home-store__instagram-feed .sbi_photo:hover,
.home-store__instagram-feed .sbi_photo_wrap a:hover {
    opacity: 0.8;
}

.home-store__instagram-feed .sbi_follow_btn a {
    align-items: center;
    background: var(--sub);
    border: 1px solid var(--sub);
    border-radius: 60px;
    color: var(--bg_black);
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    justify-content: center;
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    transition: opacity .6s;
    white-space: nowrap;
}

.home-store__instagram-feed .sbi_follow_btn a span,
.home-store__instagram-feed .sbi_follow_btn a svg {
    color: inherit;
    line-height: 1;
}

.home-store__instagram-feed .sbi_follow_btn a:hover {
    opacity: 0.8;
}

@media screen and (max-width:1024px) {
    .home-store {
        padding: 100px 40px;
    }

    .home-store__instagram,
    .home-store__instagram-feed {
        width: 100%;
    }

    .home-store__instagram-feed #sbi_images,
    .home-store__instagram-feed .sbi_images {
        width: 100% !important;
    }
}

@media screen and (max-width:767px) {
    .home-store {
        gap: 24px;
        padding: 80px 24px;
    }

    .home-store__title {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .home-store__info {
        font-size: 14px;
        letter-spacing: 0.84px;
        width: 100%;
    }

    .home-store__hours {
        font-size: 16px;
        letter-spacing: 0.96px;
    }

    .home-store__instagram {
        padding-top: 0;
        width: 100%;
    }

    .home-store__instagram-feed {
        width: 100%;
    }

    .home-store__instagram-feed #sbi_images,
    .home-store__instagram-feed .sbi_images {
        display: grid !important;
        gap: 1px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100% !important;
    }

    .home-store__instagram-feed .sbi_item {
        width: 100% !important;
    }

    .home-store__instagram-feed .sbi_follow_btn a {
        padding: 14px 24px;
    }
}

/*--404ページ--*/
.not-found-page,
.not-found-page *,
.not-found-page *::before,
.not-found-page *::after {
    box-sizing: border-box;
}

.not-found-page {
    background: var(--bg_black);
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.not-found-page__cover {
    align-items: flex-start;
    display: flex;
    height: 192px;
    justify-content: center;
    overflow: hidden;
    padding: 160px 40px 0;
    width: 100%;
}

.not-found-page__cover-inner {
    max-width: 100%;
    width: 1200px;
}

.not-found-page__title,
.not-found-page__message,
.not-found-page__breadcrumb,
.not-found-page__breadcrumb a,
.not-found-page__breadcrumb span {
    font-family: "Shippori Mincho B1", serif;
}

.not-found-page__title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.not-found-page__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    margin: 0 auto;
    max-width: calc(100% - 80px);
    overflow: hidden;
    padding: 120px 0;
    width: 1200px;
}

.not-found-page__message {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

.not-found-page__primary {
    height: 54px;
    width: 238px;
}

.not-found-page__links {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: center;
    max-width: 100%;
}

.not-found-page__link {
    height: 42px;
    padding: 12px 24px;
}

.not-found-page__link:nth-child(1) {
    width: 221px;
}

.not-found-page__link:nth-child(2) {
    width: 210px;
}

.not-found-page__link:nth-child(3) {
    width: 189px;
}

.not-found-page__breadcrumb {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    line-height: 1;
    margin: 0 auto;
    max-width: calc(100% - 80px);
    padding: 32px 0;
    white-space: nowrap;
    width: 1200px;
}

.not-found-page__breadcrumb a {
    color: #fff;
    line-height: 1;
    text-decoration: none;
    transition: opacity .6s;
}

.not-found-page__breadcrumb a:hover {
    opacity: 0.7;
}

.not-found-page__breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
}

@media screen and (max-width:1024px) {
    .not-found-page__cover {
        height: 176px;
        padding-top: 144px;
    }

    .not-found-page__content {
        gap: 52px;
        padding: 100px 0;
    }

    .not-found-page__links {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .not-found-page__cover {
        height: 144px;
        padding: 112px 24px 0;
    }

    .not-found-page__cover-inner {
        max-width: 100%;
        width: 100%;
    }

    .not-found-page__content,
    .not-found-page__breadcrumb {
        max-width: 100%;
        width: calc(100% - 48px);
    }

    .not-found-page__title {
        font-size: 26px;
    }

    .not-found-page__content {
        gap: 44px;
        padding: 80px 0;
    }

    .not-found-page__message {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .not-found-page__primary {
        max-width: 320px;
        width: 100%;
    }

    .not-found-page__links {
        align-items: stretch;
        flex-direction: column;
        width: min(100%, 320px);
    }

    .not-found-page__link,
    .not-found-page__link:nth-child(1),
    .not-found-page__link:nth-child(2),
    .not-found-page__link:nth-child(3) {
        width: 100%;
    }

    .not-found-page__breadcrumb {
        font-size: 13px;
        padding: 28px 0;
    }
}

/*--採用情報--*/
.recruit-page,
.recruit-page *,
.recruit-page *::before,
.recruit-page *::after {
    box-sizing: border-box;
}

.recruit-page {
    background: var(--bg_black);
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.recruit-page p,
.recruit-page h1,
.recruit-page h2,
.recruit-page h3,
.recruit-page a,
.recruit-page li,
.recruit-page span {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}

.recruit-intro {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 160px 40px 120px;
    width: 100%;
}

.recruit-intro__inner,
.recruit-content,
.recruit-requirements__inner,
.recruit-entry,
.recruit-page__breadcrumb {
    max-width: calc(100% - 80px);
    width: 1200px;
}

.recruit-intro__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.recruit-intro__title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    width: 100%;
}

.recruit-intro__body,
.recruit-section__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.recruit-intro__body {
    justify-content: center;
}

.recruit-intro__lead {
    white-space: nowrap;
}

.recruit-intro__lead,
.recruit-section__title,
.recruit-workday__title,
.recruit-value__title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 1.8;
    margin: 0;
}

.recruit-intro__text,
.recruit-intro__text p,
.recruit-section__text,
.recruit-section__text p,
.recruit-entry__text,
.recruit-value__text,
.recruit-value__text p,
.recruit-application__list,
.recruit-application__list li {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
}

.recruit-gallery {
    padding: 0;
}

.recruit-content,
.recruit-entry {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 0 auto;
    overflow: hidden;
    padding: 120px 0;
}

.recruit-section {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.recruit-section__eyebrow {
    color: var(--sub);
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.recruit-section__text {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.recruit-value__text {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.recruit-split,
.recruit-workday {
    align-items: flex-start;
    display: flex;
    width: 100%;
}

.recruit-split {
    gap: 60px;
}

.recruit-workday {
    gap: 10px;
}

.recruit-split > *,
.recruit-workday > * {
    flex: 1 1 0;
    min-width: 0;
}

.recruit-split__image,
.recruit-interview-card__image {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.recruit-split__image {
    aspect-ratio: 3499 / 2333;
}

.recruit-split__image--values {
    align-self: flex-start;
}

.recruit-split--values {
    gap: 60px;
}

.recruit-split__image img,
.recruit-interview-card__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: filter .8s cubic-bezier(0.16, 1, 0.3, 1), opacity .8s cubic-bezier(0.16, 1, 0.3, 1), transform .8s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
}

.recruit-interviews {
    align-items: flex-start;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.recruit-interview-card {
    align-items: flex-start;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
    padding: 0;
}

.recruit-interview-card__image {
    aspect-ratio: 380 / 214;
    background: #001900;
    height: 214px;
    margin-left: -0.667px;
    width: calc(100% + 1.334px);
}

.recruit-interview-card__image::after {
    background: rgba(0, 0, 0, 0.16);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .6s;
    z-index: 2;
}

.recruit-interview-card__image a {
    display: block;
    height: 100%;
    width: 100%;
}

.recruit-interview-card__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.recruit-interview-card__role,
.recruit-timeline__time {
    border-left: 2px solid var(--sub);
    color: var(--sub);
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 1;
    margin: 0;
    padding: 6px 0 8px 12px;
    text-align: center;
    white-space: nowrap;
}

.recruit-interview-card__title,
.recruit-timeline__title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.4;
    margin: 0;
    width: 100%;
}

.recruit-interview-card__title a,
.recruit-interview-card__title-text {
    color: inherit;
    display: -webkit-box;
    line-clamp: 3;
    line-height: 1.4;
    overflow: hidden;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
    transition: opacity .6s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.recruit-interviews__empty {
    color: #fff;
    font-size: 16px;
    grid-column: 1 / -1;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
}

.recruit-section__heading-row {
    align-items: center;
    display: flex;
    gap: 16px;
    width: 100%;
}

.recruit-section__note {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 1;
    margin: 0;
    padding: 6px 12px;
}

.recruit-workday {
    gap: 60px;
}

.recruit-workday + .recruit-workday {
    margin-top: 0;
}

.recruit-workday__summary {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recruit-workday__title {
    font-size: 24px;
    letter-spacing: 1.44px;
}

.recruit-timeline {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.recruit-timeline__item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.recruit-values {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
}

.recruit-value {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.recruit-requirements {
    align-items: center;
    background: #001900;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.recruit-requirements__bg {
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 60.52%;
}

.recruit-requirements__bg::after {
    background: linear-gradient(90deg, #001900 8%, rgba(0, 25, 0, 0) 100%);
    content: "";
    bottom: 0;
    left: -13.94%;
    position: absolute;
    right: 0;
    top: 0;
}

.recruit-requirements__bg img {
    display: block;
    height: 115.41%;
    left: 0.03%;
    object-fit: cover;
    position: absolute;
    top: 0.06%;
    width: 100%;
}

.recruit-requirements__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.recruit-requirements__button {
    min-height: 42px;
}

.recruit-entry {
    gap: 60px;
}

.recruit-flow {
    align-items: center;
    display: flex;
    gap: 32px;
    width: 100%;
}

.recruit-flow__step {
    align-items: center;
    border: 1px solid #fff;
    display: flex;
    flex: 1 1 0;
    justify-content: center;
    min-height: 66px;
    min-width: 0;
    padding: 24px;
}

.recruit-flow__step p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.recruit-flow__arrow {
    display: block;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
}

.recruit-flow__arrow img {
    display: block;
    height: 100%;
    width: 100%;
}

.recruit-entry__text {
    width: 100%;
}

.recruit-application {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.recruit-application__title {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1.8;
    margin: 0;
}

.recruit-application__list {
    list-style: disc;
    padding-left: 24px;
}

.recruit-pill-button {
    align-items: center;
    background: var(--sub);
    border: 1px solid var(--sub);
    border-radius: 60px;
    color: var(--bg_black);
    display: flex;
    flex: 0 0 auto;
    font-size: 16px;
    gap: 4px;
    justify-content: center;
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    transition: opacity .6s;
    white-space: nowrap;
}

.recruit-pill-button span {
    color: inherit;
    line-height: 1;
}

.recruit-pill-button__icon {
    align-items: center;
    background: var(--bg_black);
    border-radius: 50px;
    display: flex;
    flex: 0 0 22px;
    height: 22px;
    justify-content: center;
    padding: 4px;
    width: 22px;
}

.recruit-pill-button__icon img {
    display: block;
    height: 8.75px;
    width: 8.75px;
}

.recruit-pill-button:hover,
.recruit-pill-button:focus-visible {
    opacity: 0.8;
}

.recruit-page__breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    gap: 12px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 0;
    white-space: nowrap;
}

.recruit-page__breadcrumb a {
    color: #fff;
    flex: 0 0 auto;
    text-decoration: none;
    transition: opacity .6s;
}

.recruit-page__breadcrumb a:hover,
.recruit-page__breadcrumb a:focus-visible {
    opacity: 0.7;
}

.recruit-page__breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
    font-family: inherit;
    line-height: 1;
}

@media screen and (max-width:1024px) {
    .recruit-intro {
        padding-top: 144px;
    }

    .recruit-content,
    .recruit-entry {
        padding: 100px 0;
    }

    .recruit-interviews {
        gap: 24px;
    }

    .recruit-workday {
        gap: 40px;
    }

    .recruit-flow {
        gap: 20px;
    }
}

@media screen and (max-width:767px) {
    .recruit-intro {
        padding: 112px 24px 80px;
    }

    .recruit-intro__inner,
    .recruit-requirements__inner {
        max-width: 100%;
        width: 100%;
    }

    .recruit-content,
    .recruit-entry,
    .recruit-page__breadcrumb {
        max-width: 100%;
        width: calc(100% - 48px);
    }

    .recruit-intro__inner,
    .recruit-section {
        gap: 48px;
    }

    .recruit-intro__title,
    .recruit-intro__lead,
    .recruit-section__title,
    .recruit-value__title {
        font-size: 24px;
        letter-spacing: 1.44px;
    }

    .recruit-intro__text,
    .recruit-intro__text p,
    .recruit-section__text,
    .recruit-section__text p,
    .recruit-entry__text,
    .recruit-value__text,
    .recruit-value__text p,
    .recruit-application__list,
    .recruit-application__list li {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .recruit-section__eyebrow {
        font-size: 20px;
        letter-spacing: 1.2px;
    }

    .recruit-content,
    .recruit-entry {
        gap: 56px;
        padding: 80px 0;
    }

    .recruit-split,
    .recruit-workday {
        flex-direction: column;
        gap: 32px;
    }

    .recruit-interviews {
        gap: 32px;
        grid-template-columns: 1fr;
    }

    .recruit-split__image,
    .recruit-split__image--values,
    .recruit-interview-card,
    .recruit-workday > * {
        width: 100%;
    }

    .recruit-split__image,
    .recruit-split__image--values {
        flex: 0 0 auto;
    }

    .recruit-interview-card__image {
        aspect-ratio: 380 / 214;
        height: auto;
        margin-left: 0;
        width: 100%;
    }

    .recruit-workday + .recruit-workday {
        margin-top: 0;
    }

    .recruit-section__heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .recruit-section__note {
        line-height: 1.5;
    }

    .recruit-interview-card__title,
    .recruit-timeline__title {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .recruit-requirements {
        padding: 80px 24px;
    }

    .recruit-requirements__bg {
        left: 0;
        opacity: 0.32;
        width: 100%;
    }

    .recruit-requirements__bg::after {
        background: rgba(0, 25, 0, 0.76);
    }

    .recruit-requirements__button {
        width: 100%;
    }

    .recruit-flow {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .recruit-flow__step {
        width: 100%;
    }

    .recruit-flow__arrow {
        align-self: center;
        transform: rotate(90deg);
    }

    .recruit-pill-button {
        width: 100%;
    }

    .recruit-page__breadcrumb {
        font-size: 13px;
        padding: 28px 0;
    }
}

/*--共通CTA--*/
.common-cta,
.common-cta *,
.common-cta *::before,
.common-cta *::after {
    box-sizing: border-box;
}

.common-cta {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.common-cta__bg {
    height: 1920px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.common-cta__bg::after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    inset: 0;
    position: absolute;
}

.common-cta__bg img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.common-cta__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
    position: relative;
    width: 900px;
    z-index: 1;
}

.common-cta__eyebrow,
.common-cta__title,
.common-cta__title p,
.common-cta__text,
.common-cta__button,
.common-cta__button span {
    font-family: "Shippori Mincho B1", serif;
}

.common-cta__eyebrow {
    color: var(--sub);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.common-cta__title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.92px;
    line-height: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.common-cta__title p {
    line-height: 1.8;
    margin: 0;
}

.common-cta__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

.common-cta__buttons {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.common-cta__button {
    align-items: center;
    background: var(--sub);
    border: 1px solid var(--sub);
    border-radius: 60px;
    color: var(--bg_black);
    display: flex;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    justify-content: center;
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    transition: opacity .6s;
    white-space: nowrap;
}

.common-cta__button span {
    color: inherit;
    line-height: 1;
}

.common-cta__button-icon {
    align-items: center;
    background: var(--bg_black);
    border-radius: 50px;
    display: flex;
    flex: 0 0 22px;
    height: 22px;
    justify-content: center;
    padding: 4px;
    width: 22px;
}

.common-cta__button-icon img {
    display: block;
    height: 8.75px;
    width: 8.75px;
}

.common-cta__button:hover {
    opacity: 0.8;
}

@media screen and (max-width:1024px) {
    .common-cta {
        padding: 100px 40px;
    }

    .common-cta__buttons {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .about-page .common-cta,
    .recruit-page .common-cta,
    .bar-page .common-cta,
    .topics-archive-page .common-cta,
    .topics-single-page .common-cta,
    .not-found-page .common-cta {
        padding-left: 24px;
        padding-right: 24px;
    }

    .common-cta {
        padding: 80px 40px;
    }

    .common-cta__inner {
        gap: 24px;
    }

    .common-cta__eyebrow {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .common-cta__title {
        font-size: 18px;
        letter-spacing: 1.08px;
        white-space: normal;
    }

    .common-cta__text {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .common-cta__buttons {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .common-cta__button {
        width: 100%;
    }
}

/*--フッター--*/
.footer {
    background: var(--bg_black);
    color: #fff;
}

.footer *,
.footer *::before,
.footer *::after {
    box-sizing: border-box;
    font-family: "Shippori Mincho B1", serif;
}

.footer__pagetop {
    align-items: center;
    background: transparent;
    color: #fff;
    display: flex;
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    height: 46px;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.footer__pagetop::before {
    background: #000;
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .9s cubic-bezier(.76, 0, .24, 1);
}

.footer.is-pagetop-visible .footer__pagetop::before {
    transform: scaleX(1);
}

.footer__pagetop span {
    color: inherit;
    font-family: "Shippori Mincho B1", serif;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.footer__pagetop-icon {
    display: block;
    flex: 0 0 14px;
    height: 14px;
    opacity: 0;
    position: relative;
    transition: opacity .45s ease .52s, transform .6s;
    width: 14px;
}

.footer__pagetop-text {
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity .45s ease .52s, transform .45s ease .52s;
}

.footer.is-pagetop-visible .footer__pagetop-icon,
.footer.is-pagetop-visible .footer__pagetop-text {
    opacity: 1;
}

.footer.is-pagetop-visible .footer__pagetop-text {
    transform: translateX(0);
}

.footer__pagetop-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.footer__pagetop:hover .footer__pagetop-icon {
    transform: translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
    .footer__pagetop::before,
    .footer__pagetop-icon,
    .footer__pagetop-text {
        transition: none;
    }

    .footer__pagetop::before {
        transform: scaleX(1);
    }

    .footer__pagetop-icon,
    .footer__pagetop-text {
        opacity: 1;
        transform: none;
    }
}

.footer__contents {
    background: var(--bg_black);
    padding: 80px 120px 40px;
}

.footer__inner {
    align-items: flex-start;
    display: flex;
    gap: 120px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.footer__info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 265px;
}

.footer__brand {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__logo {
    aspect-ratio: 252 / 61;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 252px;
}

.footer__logo img {
    display: block;
    height: auto;
    width: 252px;
}

.footer__address,
.footer__hours,
.footer__nav,
.footer__copyright {
    font-family: "Shippori Mincho B1", serif;
}

.footer__address {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.72px;
    line-height: 1.8;
    margin: 0;
    white-space: nowrap;
}

.footer__hours {
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1;
    padding: 6px 0 10px 24px;
}

.footer__hours-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}

.footer__hours-row {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.footer__hours-row dt,
.footer__hours-row dd,
.footer__closed {
    line-height: 1;
    margin: 0;
}

.footer__hours-row dt {
    font-weight: 400;
    width: 50px;
}

.footer__hours-row dd {
    white-space: nowrap;
}

.footer__closed {
    margin-top: 12px;
}

.footer__nav {
    align-items: flex-start;
    display: flex;
    gap: 60px;
}

.footer__nav-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__nav-list a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    gap: 8px;
    letter-spacing: 0.84px;
    line-height: 1;
    text-decoration: none;
    transition: transform .6s;
    white-space: nowrap;
}

.footer__nav-list a::before {
    background: #fff;
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 1px;
    width: 8px;
}

.footer__nav-list a:hover,
.footer__nav-list a:focus-visible {
    transform: translateX(8px);
}

.footer__copyright {
    align-items: center;
    background: var(--bg_black);
    display: flex;
    justify-content: center;
    padding: 24px 20px;
}

.copyright {
    color: #525b52;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width:1024px) {
    .footer__contents {
        padding: 72px 50px 40px;
    }

    .footer__inner {
        gap: 80px;
    }
}

@media screen and (max-width:767px) {
    .footer__contents {
        padding: 60px 24px 40px;
    }

    .footer__inner {
        align-items: center;
        flex-direction: column;
        gap: 24px;
        max-width: 100%;
    }

    .footer__info {
        align-items: center;
        gap: 24px;
        width: 100%;
    }

    .footer__brand {
        align-items: center;
        width: 100%;
    }

    .footer__logo {
        width: 160px;
    }

    .footer__logo img {
        width: 160px;
    }

    .footer__address {
        font-size: 12px;
        letter-spacing: 0.72px;
        text-align: left;
        white-space: nowrap;
        width: 100%;
    }

    .footer__hours {
        font-size: 14px;
        letter-spacing: 0.84px;
        max-width: 100%;
        padding-left: 24px;
        width: 100%;
    }

    .footer__hours-row {
        gap: 12px;
    }

    .footer__hours-row dt {
        width: 50px;
    }

    .footer__hours-row dd {
        white-space: nowrap;
    }

    .footer__nav {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .footer__nav-list {
        gap: 24px;
    }

    .footer__nav-list a {
        font-size: 14px;
        letter-spacing: 0.84px;
    }
}

@media screen and (max-width:374px) {
    .footer__nav {
        gap: 24px;
    }

    .footer__address,
    .footer__hours-row dd,
    .footer__closed {
        white-space: normal;
    }
}

/*--about SHUFF--*/
.about-page,
.about-page *,
.about-page *::before,
.about-page *::after {
    box-sizing: border-box;
}

.about-page {
    background: var(--bg_black);
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.about-page p,
.about-page h1,
.about-page h2,
.about-page a,
.about-page span {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}

.about-intro {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 160px 40px 120px;
    width: 100%;
}

.about-intro__inner,
.about-space__inner,
.about-values__inner,
.about-story__inner,
.about-page__breadcrumb {
    max-width: calc(100% - 80px);
    width: 1200px;
}

.about-intro__inner,
.about-space__inner,
.about-story__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-intro__title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    width: 100%;
}

.about-intro__lead,
.about-intro__lead p {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 1.8;
    margin: 0;
}

.about-section {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}

.about-section__eyebrow {
    color: var(--sub);
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    text-align: left;
}

.about-split {
    align-items: flex-start;
    display: flex;
    gap: 60px;
    width: 100%;
}

.about-split > * {
    flex: 1 1 0;
    min-width: 0;
}

.about-section__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-section__title,
.about-section__sub-title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 1.8;
    margin: 0;
}

.about-section__sub-title {
    font-size: 24px;
    letter-spacing: 1.44px;
}

.about-section__text,
.about-section__text p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
}

.about-split__image {
    aspect-ratio: 3499 / 2333;
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.about-split__image img,
.about-cafe-bar__bg img,
.about-values__bg img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-cafe-bar {
    align-items: stretch;
    background: #000;
    display: flex;
    min-height: 438px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.about-cafe-bar__panel {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    min-height: 438px;
    min-width: 0;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    text-align: center;
}

.about-cafe-bar__bg {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.about-cafe-bar__bg::after {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    inset: 0;
    position: absolute;
}

.about-cafe-bar__eyebrow,
.about-cafe-bar__title,
.about-cafe-bar__text,
.about-cafe-bar__time,
.about-cafe-bar__button,
.about-cafe-bar__button span {
    font-family: "Shippori Mincho B1", serif;
}

.about-cafe-bar__eyebrow {
    color: var(--sub);
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 1;
}

.about-cafe-bar__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.about-cafe-bar__title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 1.8;
    margin: 0;
}

.about-cafe-bar__text,
.about-cafe-bar__time {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
}

.about-cafe-bar__button {
    position: relative;
    z-index: 1;
}

.about-space,
.about-story {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 120px 0;
    width: 100%;
}

.about-space__inner {
    align-items: center;
}

.about-space .about-section__body {
    width: 100%;
}

.about-space .about-section__title {
    text-align: center;
}

.about-gallery-row {
    --home-gallery-gap: 6px;
    --home-gallery-overhang: 261px;
    --home-gallery-slide-height: 561px;
    --home-gallery-slide-width: calc((100vw + var(--home-gallery-overhang) - 18px) / 4);
    width: calc(100vw + var(--home-gallery-overhang));
}

.about-gallery-row .home-gallery__slide {
    height: var(--home-gallery-slide-height);
}

.about-gallery-row[dir="rtl"] {
    direction: rtl;
}

.about-gallery-row[dir="rtl"] .home-gallery__slide {
    direction: ltr;
}

.about-gallery-row .slick-list,
.about-gallery-row .slick-track {
    height: var(--home-gallery-slide-height);
}

.about-gallery-row .slick-slide,
.about-gallery-row .slick-slide > div {
    height: var(--home-gallery-slide-height);
}

.about-values {
    align-items: center;
    background: #001900;
    display: flex;
    justify-content: center;
    min-height: 483px;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.about-values__bg {
    bottom: 0;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: min(68.96%, 993px);
}

.about-values__bg::after {
    background: linear-gradient(90deg, #001900 0%, rgba(0, 25, 0, 0) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.about-values__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.about-values__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: min(100%, 800px);
}

.about-page__breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    gap: 12px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 0;
    white-space: nowrap;
}

.about-page__breadcrumb a {
    color: #fff;
    flex: 0 0 auto;
    text-decoration: none;
    transition: opacity .6s;
}

.about-page__breadcrumb a:hover,
.about-page__breadcrumb a:focus-visible {
    opacity: 0.7;
}

.about-page__breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
    font-family: inherit;
    line-height: 1;
}

@media screen and (max-width:1024px) {
    .about-intro {
        padding-top: 144px;
    }

    .about-cafe-bar {
        flex-direction: column;
        min-height: 0;
    }

    .about-cafe-bar__panel {
        min-height: 438px;
        padding: 100px 40px;
    }

    .about-space,
    .about-story {
        padding: 100px 0;
    }

    .about-gallery-row {
        --home-gallery-overhang: 160px;
        --home-gallery-slide-height: calc(var(--home-gallery-slide-width) * 1119 / 839.25);
        --home-gallery-slide-width: calc((100vw + var(--home-gallery-overhang) - 12px) / 3);
    }
}

@media screen and (max-width:767px) {
    .about-intro {
        padding: 112px 24px 80px;
    }

    .about-intro__inner,
    .about-values__inner {
        max-width: 100%;
        width: 100%;
    }

    .about-space__inner,
    .about-story__inner,
    .about-page__breadcrumb {
        max-width: 100%;
        width: calc(100% - 48px);
    }

    .about-intro__inner,
    .about-section,
    .about-space__inner,
    .about-story__inner {
        gap: 48px;
    }

    .about-intro__title,
    .about-intro__lead,
    .about-intro__lead p,
    .about-section__title,
    .about-cafe-bar__title {
        font-size: 24px;
        letter-spacing: 1.44px;
    }

    .about-section__sub-title {
        font-size: 20px;
        letter-spacing: 1.2px;
    }

    .about-section__text,
    .about-section__text p,
    .about-cafe-bar__text,
    .about-cafe-bar__time {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .about-section__eyebrow,
    .about-cafe-bar__eyebrow {
        font-size: 20px;
        letter-spacing: 1.2px;
        line-height: 1.4;
        white-space: normal;
    }

    .about-split {
        flex-direction: column;
        gap: 32px;
    }

    .about-split__image {
        width: 100%;
    }

    .about-cafe-bar__panel {
        min-height: 420px;
        padding: 80px 24px;
    }

    .about-space,
    .about-story {
        padding: 80px 0;
    }

    .about-gallery-row {
        --home-gallery-gap: 6px;
        --home-gallery-overhang: 80px;
        --home-gallery-slide-height: calc(var(--home-gallery-slide-width) * 561 / 420.75);
        --home-gallery-slide-width: calc((100vw + var(--home-gallery-overhang) - 6px) / 2);
        margin-left: calc(50% - 50vw - (var(--home-gallery-overhang) / 2));
        width: calc(100vw + var(--home-gallery-overhang));
    }

    .about-values {
        min-height: 0;
        padding: 80px 24px;
    }

    .about-values__bg {
        left: 0;
        opacity: 0.36;
        width: 100%;
    }

    .about-values__bg::after {
        background: rgba(0, 25, 0, 0.76);
    }

    .about-page__breadcrumb {
        font-size: 13px;
        padding: 28px 0;
    }
}

/*--BAR--*/
.bar-page,
.bar-page *,
.bar-page *::before,
.bar-page *::after {
    box-sizing: border-box;
}

.bar-page {
    background: var(--bg_black);
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bar-page p,
.bar-page h1,
.bar-page h2,
.bar-page h3,
.bar-page a,
.bar-page span,
.bar-page dt,
.bar-page dd,
.bar-page li {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}

.bar-page p,
.bar-page h1,
.bar-page h2,
.bar-page h3,
.bar-page ul,
.bar-page dl,
.bar-page dd {
    margin: 0;
}

.bar-hero {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 160px 40px 120px;
    width: 100%;
}

.bar-hero__inner,
.bar-section__inner,
.bar-menu__inner,
.bar-news__inner,
.bar-party__inner,
.bar-info__inner,
.bar-page__breadcrumb {
    max-width: calc(100% - 80px);
    width: 1200px;
}

.bar-hero__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.bar-hero__title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1;
    width: 100%;
}

.bar-hero__lead,
.bar-hero__lead p,
.bar-section__title,
.bar-party__title {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 1.8;
}

.bar-hero__lead p {
    white-space: nowrap;
    word-break: break-word;
}

.bar-hero__details,
.bar-hero__details p,
.bar-section__text,
.bar-section__text p,
.bar-info__row dt,
.bar-info__row dd,
.bar-info__row dd p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.8;
}

.bar-hero__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.bar-pill-button {
    align-items: center;
    background: var(--sub);
    border: 1px solid var(--sub);
    border-radius: 60px;
    color: var(--bg_black);
    display: flex;
    flex: 0 0 auto;
    font-size: 16px;
    gap: 4px;
    justify-content: center;
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    transition: opacity .6s;
    white-space: nowrap;
}

.bar-pill-button span {
    color: inherit;
    line-height: 1;
}

.bar-pill-button__icon {
    align-items: center;
    background: var(--bg_black);
    border-radius: 50px;
    display: flex;
    flex: 0 0 22px;
    height: 22px;
    justify-content: center;
    padding: 4px;
    width: 22px;
}

.bar-pill-button__icon img {
    display: block;
    height: 8.75px;
    object-fit: contain;
    width: 8.75px;
}

.bar-pill-button:hover,
.bar-pill-button:focus-visible {
    opacity: 0.8;
}

.bar-hero__tags {
    align-items: center;
    display: flex;
    gap: 24px;
    line-height: 1;
    width: 100%;
}

.bar-hero__tags p {
    color: #fff;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
}

.bar-hero__tags ul {
    align-items: center;
    color: var(--sub);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.bar-hero__tags li {
    color: var(--sub);
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1;
}

.bar-gallery {
    --home-gallery-gap: 6px;
    --home-gallery-overhang: 261px;
    --home-gallery-slide-height: 561px;
    --home-gallery-slide-width: calc((100vw + var(--home-gallery-overhang) - 18px) / 4);
    background: var(--bg_black);
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.bar-gallery__item {
    margin: 0 var(--home-gallery-gap) 0 0;
}

.bar-section,
.bar-info {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 120px 40px;
    width: 100%;
}

.bar-section__inner,
.bar-info__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.bar-section__eyebrow {
    color: var(--sub);
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1;
    text-align: left;
}

.bar-section__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.bar-section__text {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.bar-menu {
    align-items: center;
    background: #001900;
    display: flex;
    justify-content: center;
    min-height: 630px;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.bar-menu__bg {
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: min(100%, 1094px);
}

.bar-menu__bg::after {
    background: linear-gradient(89.84deg, #001900 10.793%, rgba(0, 25, 0, 0) 99.931%);
    content: "";
    inset: 0;
    position: absolute;
}

.bar-menu__bg img {
    display: block;
    height: 115.5%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: -7.7%;
    width: 100%;
}

.bar-menu__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.bar-news {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 120px 40px;
    position: relative;
    width: 100%;
}

.bar-news::after {
    background-image: repeating-linear-gradient(90deg, #fff 0 8px, transparent 8px 16px);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.bar-news__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.bar-news__list {
    align-items: flex-start;
    display: grid;
    gap: 32px 30px;
    grid-template-columns: repeat(auto-fit, minmax(0, min(100%, 380px)));
    justify-content: start;
    width: 100%;
}

.bar-news-card {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 24px;
    max-width: 380px;
    min-width: 0;
    padding: 0;
    width: 100%;
}

.bar-news-card__image {
    aspect-ratio: 380 / 214;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.bar-news-card__image::after {
    background: rgba(0, 0, 0, 0.16);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .6s;
    z-index: 2;
}

.bar-news-card__image > img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bar-news-card__placeholder {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.bar-news-card__placeholder-logo {
    display: block;
    height: 125.7%;
    left: 0;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.bar-news-card__title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.4;
    width: 100%;
}

.bar-news-card__title a {
    color: inherit;
    text-decoration: none;
    transition: opacity .6s;
}

.bar-news__empty {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
}

.bar-news-card:hover .bar-news-card__image::after,
.bar-news-card:focus-within .bar-news-card__image::after {
    opacity: 1;
}

.bar-news-card:hover .bar-news-card__title a,
.bar-news-card:focus-within .bar-news-card__title a {
    opacity: 0.8;
}

/*--お知らせ 共通ホバー--*/
.home-topics__pickup-image,
.home-topics__item-image,
.topics-archive__thumb,
.topics-single-related__thumb,
.bar-news-card__image,
.recruit-interview-card__image {
    background-color: var(--bg_black);
}

.home-topics__pickup-image > img,
.home-topics__item-image > img,
.topics-archive__thumb-image,
.topics-archive__thumb-logo,
.topics-single-related__thumb > img,
.bar-news-card__image > img,
.bar-news-card__placeholder-logo,
.recruit-interview-card__image img {
    transition: opacity .6s;
}

.home-topics__pickup-title a,
.home-topics__item-title a,
.home-topics__item-title,
.topics-archive__pickup-title,
.topics-archive__item-title,
.topics-single-related__title,
.bar-news-card__title a,
.recruit-interview-card__title a {
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
    transition: opacity .6s, text-decoration-color .6s;
}

.home-topics__pickup:hover .home-topics__pickup-image::after,
.home-topics__pickup:focus-within .home-topics__pickup-image::after,
.home-topics__item:hover .home-topics__item-image::after,
.home-topics__item:focus-within .home-topics__item-image::after,
.topics-archive__pickup-card:hover .topics-archive__thumb::after,
.topics-archive__pickup-card:focus-visible .topics-archive__thumb::after,
.topics-archive__item:hover .topics-archive__thumb::after,
.topics-archive__item:focus-within .topics-archive__thumb::after,
.topics-single-related__link:hover .topics-single-related__thumb::after,
.topics-single-related__link:focus-visible .topics-single-related__thumb::after,
.bar-news-card:hover .bar-news-card__image::after,
.bar-news-card:focus-within .bar-news-card__image::after,
.recruit-interview-card--linked:hover .recruit-interview-card__image::after,
.recruit-interview-card--linked:focus-within .recruit-interview-card__image::after {
    opacity: 1;
}

.home-topics__pickup:hover .home-topics__pickup-title a,
.home-topics__pickup:focus-within .home-topics__pickup-title a,
.home-topics__item:hover .home-topics__item-title a,
.home-topics__item:focus-within .home-topics__item-title a,
.home-topics__item:hover .home-topics__item-title,
.home-topics__item:focus-within .home-topics__item-title,
.topics-archive__pickup-card:hover .topics-archive__pickup-title,
.topics-archive__pickup-card:focus-visible .topics-archive__pickup-title,
.topics-archive__item:hover .topics-archive__item-title,
.topics-archive__item:focus-within .topics-archive__item-title,
.topics-single-related__link:hover .topics-single-related__title,
.topics-single-related__link:focus-visible .topics-single-related__title,
.bar-news-card:hover .bar-news-card__title a,
.bar-news-card:focus-within .bar-news-card__title a,
.recruit-interview-card--linked:hover .recruit-interview-card__title a,
.recruit-interview-card--linked:focus-within .recruit-interview-card__title a {
    opacity: 1;
    text-decoration-color: currentColor;
}

.bar-party {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 120px 40px;
    width: 100%;
}

.bar-party__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.bar-party__split {
    align-items: flex-start;
    display: flex;
    gap: 60px;
    width: 100%;
}

.bar-party__content,
.bar-party__image {
    flex: 1 1 0;
    min-width: 0;
}

.bar-party__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.bar-party__title {
    font-size: 24px;
    letter-spacing: 1.44px;
}

.bar-party__button {
    min-height: 42px;
}

.bar-party__image {
    aspect-ratio: 3499 / 2333;
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.bar-party__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bar-faq {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}

.bar-faq__heading {
    align-items: center;
    display: flex;
    gap: 16px;
    width: 100%;
}

.bar-faq__heading h2 {
    color: var(--sub);
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 1;
    white-space: nowrap;
}

.bar-faq__heading span {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    color: #fff;
    display: inline-flex;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 1;
    padding: 6px 12px;
    white-space: nowrap;
}

.bar-faq__list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.bar-faq__item {
    display: block;
    position: relative;
    width: 100%;
}

.bar-faq__item[open] {
    --bar-faq-open-padding: 24px;
    animation: bar-faq-item-open .46s cubic-bezier(0.16, 1, 0.3, 1) both;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: var(--bar-faq-open-padding);
}

.bar-faq__item[open]::before {
    animation: bar-faq-line-open .78s cubic-bezier(0.16, 1, 0.3, 1) both;
    background: var(--sub);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: top;
    width: 4px;
}

.bar-faq__summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 0;
    list-style: none;
    overflow: visible;
    width: 100%;
}

.bar-faq__summary::-webkit-details-marker {
    display: none;
}

.bar-faq__summary::marker {
    content: "";
}

.bar-faq__state {
    color: var(--sub);
    display: block;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
    margin-right: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(-8px);
    transition: max-width .52s cubic-bezier(0.16, 1, 0.3, 1), margin-right .52s cubic-bezier(0.16, 1, 0.3, 1), opacity .42s ease, transform .52s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    will-change: max-width, opacity, transform;
}

.bar-faq__question-text {
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.4;
    min-width: 0;
    transition: color .5s ease, transform .52s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
}

.bar-faq__item:not([open]) .bar-faq__summary:hover,
.bar-faq__item:not([open]) .bar-faq__summary:focus-visible {
    align-items: center;
    white-space: nowrap;
}

.bar-faq__item:not([open]) .bar-faq__summary:hover .bar-faq__state,
.bar-faq__item:not([open]) .bar-faq__summary:focus-visible .bar-faq__state {
    margin-right: 16px;
    max-width: 34px;
    opacity: 1;
    transform: translateX(0);
}

.bar-faq__item:not([open]) .bar-faq__summary:hover .bar-faq__question-text,
.bar-faq__item:not([open]) .bar-faq__summary:focus-visible .bar-faq__question-text {
    color: rgba(255, 255, 255, 0.6);
    transform: translateX(0);
}

.bar-faq__item[open] .bar-faq__state {
    margin-right: 0;
    max-width: 0;
    opacity: 0;
    transform: translateX(-8px);
}

.bar-faq__answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 24px;
    transform-origin: top;
    width: 100%;
    will-change: max-height, opacity, transform;
}

.bar-faq__item[open] .bar-faq__answer {
    animation: bar-faq-answer-open .78s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bar-faq__item.is-closing {
    animation: bar-faq-item-close .62s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bar-faq__item.is-closing::before {
    animation: bar-faq-line-close .62s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bar-faq__item.is-closing .bar-faq__answer {
    animation: bar-faq-answer-close .62s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bar-faq__answer p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.8;
    margin: 0;
    width: 100%;
}

@keyframes bar-faq-item-open {
    from {
        padding-left: 0;
    }

    to {
        padding-left: var(--bar-faq-open-padding);
    }
}

@keyframes bar-faq-item-close {
    from {
        padding-left: var(--bar-faq-open-padding);
    }

    to {
        padding-left: 0;
    }
}

@keyframes bar-faq-line-open {
    from {
        opacity: 0;
        transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes bar-faq-line-close {
    from {
        opacity: 1;
        transform: scaleY(1);
    }

    to {
        opacity: 0;
        transform: scaleY(0);
    }
}

@keyframes bar-faq-answer-open {
    from {
        clip-path: inset(0 0 100% 0);
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px) scaleY(0.96);
    }

    to {
        clip-path: inset(0 0 0 0);
        max-height: 360px;
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}

@keyframes bar-faq-answer-close {
    from {
        clip-path: inset(0 0 0 0);
        max-height: 360px;
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }

    to {
        clip-path: inset(0 0 100% 0);
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px) scaleY(0.96);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bar-faq__state,
    .bar-faq__question-text {
        transition: none;
    }

    .bar-faq__item[open],
    .bar-faq__item[open]::before,
    .bar-faq__item.is-closing,
    .bar-faq__item.is-closing::before,
    .bar-faq__item.is-closing .bar-faq__answer,
    .bar-faq__item[open] .bar-faq__answer {
        animation: none;
    }

    .bar-faq__item[open]::before {
        opacity: 1;
        transform: none;
    }

    .bar-faq__item[open] .bar-faq__answer {
        clip-path: none;
        max-height: none;
        opacity: 1;
        transform: none;
    }
}

.bar-map {
    align-items: center;
    background: #e8edf0;
    display: flex;
    height: 520px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bar-map__iframe {
    border: 0;
    display: block;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.bar-map__inner {
    height: 520px;
    margin: 0 auto;
    max-width: 100%;
    pointer-events: none;
    position: relative;
    width: 1200px;
    z-index: 1;
}

.bar-info__list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bar-info__row {
    border-bottom: 1px solid #fff;
    display: flex;
    width: 100%;
}

.bar-info__row dt {
    align-items: center;
    display: flex;
    flex: 0 0 200px;
    line-height: 1;
    padding: 16px 32px;
}

.bar-info__row dd {
    flex: 1 1 auto;
    min-width: 0;
    padding: 16px 32px;
}

.bar-info__row dd p {
    line-height: 1.4;
}

.bar-hero__link,
.bar-info__link {
    color: inherit;
    overflow-wrap: anywhere;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
    transition: opacity .6s;
}

.bar-hero__link:hover,
.bar-hero__link:focus-visible,
.bar-info__link:hover,
.bar-info__link:focus-visible {
    opacity: 0.7;
}

.bar-page__breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    gap: 12px;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 0;
    white-space: nowrap;
}

.bar-page__breadcrumb a {
    color: #fff;
    flex: 0 0 auto;
    text-decoration: none;
    transition: opacity .6s;
}

.bar-page__breadcrumb a:hover,
.bar-page__breadcrumb a:focus-visible {
    opacity: 0.7;
}

.bar-page__breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
    font-family: inherit;
    line-height: 1;
}

.cafe-page .bar-menu {
    background: var(--bg_black);
}

.cafe-page .bar-menu__bg {
    width: min(100%, 993px);
}

.cafe-page .bar-menu__bg::after {
    background: linear-gradient(89.84deg, var(--bg_black) 10.793%, rgba(0, 33, 0, 0) 99.931%);
}

.cafe-page .bar-menu__bg img {
    height: 100%;
    object-position: center;
    top: 0;
}

@media screen and (max-width:1024px) {
    .bar-hero {
        padding-top: 144px;
    }

    .bar-section,
    .bar-menu,
    .bar-news,
    .bar-party,
    .bar-info {
        padding: 100px 40px;
    }

    .bar-gallery__track {
        --home-gallery-overhang: 160px;
        --home-gallery-slide-height: calc(var(--home-gallery-slide-width) * 561 / 420.75);
        --home-gallery-slide-width: calc((100vw + var(--home-gallery-overhang) - 12px) / 3);
    }

    .bar-menu__bg {
        opacity: 0.72;
        width: 100%;
    }

    .bar-menu__bg::after {
        background: linear-gradient(90deg, #001900 0%, rgba(0, 25, 0, 0.84) 40%, rgba(0, 25, 0, 0.18) 100%);
    }

    .cafe-page .bar-menu__bg::after {
        background: linear-gradient(90deg, var(--bg_black) 0%, rgba(0, 33, 0, 0.82) 38%, rgba(0, 33, 0, 0.24) 100%);
    }

    .bar-news__list,
    .bar-party__split {
        gap: 24px;
    }
}

@media screen and (max-width:767px) {
    .bar-hero {
        padding: 112px 24px 80px;
    }

    .bar-hero__inner,
    .bar-section__inner,
    .bar-menu__inner,
    .bar-news__inner,
    .bar-party__inner,
    .bar-info__inner {
        max-width: 100%;
        width: 100%;
    }

    .bar-page__breadcrumb {
        max-width: 100%;
        width: calc(100% - 48px);
    }

    .bar-hero__inner,
    .bar-section__inner,
    .bar-party__inner,
    .bar-info__inner {
        gap: 48px;
    }

    .bar-hero__title,
    .bar-hero__lead,
    .bar-hero__lead p,
    .bar-section__title {
        font-size: 24px;
        letter-spacing: 1.44px;
    }

    .bar-hero__lead,
    .bar-hero__lead p {
        max-width: 100%;
    }

    .bar-hero__lead p {
        white-space: normal;
    }

    .bar-hero__details,
    .bar-hero__details p,
    .bar-section__text,
    .bar-section__text p,
    .bar-info__row dt,
    .bar-info__row dd,
    .bar-info__row dd p {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .bar-hero__buttons {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .bar-pill-button {
        padding: 14px 24px;
        width: 100%;
    }

    .bar-hero__tags {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .bar-hero__tags ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .bar-hero__tags li {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .bar-gallery__track {
        --home-gallery-overhang: 80px;
        --home-gallery-slide-width: calc((100vw + var(--home-gallery-overhang) - 6px) / 2);
    }

    .bar-section,
    .bar-menu,
    .bar-news,
    .bar-party,
    .bar-info {
        padding: 80px 24px;
    }

    .bar-section__eyebrow,
    .bar-faq__heading h2 {
        font-size: 20px;
        letter-spacing: 1.2px;
        line-height: 1.4;
        white-space: normal;
    }

    .bar-menu {
        min-height: 0;
    }

    .bar-menu__bg {
        opacity: 0.44;
    }

    .bar-menu__bg::after {
        background: rgba(0, 25, 0, 0.74);
    }

    .cafe-page .bar-menu__bg::after {
        background: rgba(0, 33, 0, 0.74);
    }

    .bar-news__list,
    .bar-party__split {
        flex-direction: column;
    }

    .bar-news-card,
    .bar-party__content,
    .bar-party__image {
        flex: none;
        width: 100%;
    }

    .bar-party__button {
        width: 100%;
    }

    .bar-news-card__title,
    .bar-faq__question-text {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .bar-party__title {
        font-size: 20px;
        letter-spacing: 1.2px;
        line-height: 1.8;
    }

    .bar-faq {
        gap: 40px;
    }

    .bar-faq__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .bar-faq__heading span {
        line-height: 1.5;
        white-space: normal;
    }

    .bar-faq__item[open] {
        --bar-faq-open-padding: 18px;
    }

    .bar-faq__answer {
        padding-left: 0;
    }

    .bar-faq__answer p {
        font-size: 14px;
        letter-spacing: 0.84px;
    }

    .bar-faq__item:not([open]) .bar-faq__summary:hover,
    .bar-faq__item:not([open]) .bar-faq__summary:focus-visible {
        align-items: flex-start;
        white-space: normal;
    }

    .bar-map,
    .bar-map__inner {
        height: 360px;
    }

    .bar-map .home-map__button {
        bottom: 20px;
        right: 24px;
    }

    .bar-info__row {
        flex-direction: column;
    }

    .bar-info__row dt {
        flex-basis: auto;
        padding: 16px 0 8px;
        width: 100%;
    }

    .bar-info__row dd {
        padding: 0 0 16px;
        width: 100%;
    }

    .bar-page__breadcrumb {
        font-size: 13px;
        padding: 28px 0;
    }
}
