@charset "UTF-8";

.l-main *{
    font-family: 'Zen Old Mincho', sans-serif;
    font-weight: 500;
    }

.l-main {
    width: 100%;
    padding: 0 ;
    background: url(/images/top/main_bgimg.webp) repeat center center;
    }
/* 共通 */
.contents__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
.blog-card__img,
.bkn-card__img-link {
    position: relative;
}

.blog-card__img::before,
.bkn-card__img-link::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(/images/top/frame.webp) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    pointer-events: none;
}

.blog-card__img img,
.blog-card__img > *,
.bkn-card__img-link img {
    position: relative;
    z-index: 0;
}

/* Swiper：リンク付きカードの画像ホバーアニメーション */
.js-swiper-content .blog-card__img,
.js-swiper-content .bkn-card__img-link {
    overflow: hidden;
}

.js-swiper-content .blog-card__img img,
.js-swiper-content .bkn-card__img-link img {
    transition: transform 0.3s ease;
}

.js-swiper-content .blog-card > a[href]:not([href="#"]):hover .blog-card__img img,
.js-swiper-content .bkn-card__img-link[href]:not([href="#"]):hover img,
.js-swiper-content .bkn-card:has(> .bkn-card__link[href]:not([href="#"]):hover) .bkn-card__img-link img {
    transform: scale(1.05);
}

/* Swiperオプションのレイアウト */
.swiper-option__wrap {
    margin-top: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}
/* Swiper 3件以下で発火させない場合のレイアウト */
.js-swiper-content.noslide .swiper-wrapper,
.slide_wrap.noslide .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    transform: none;
}
.js-swiper-content.noslide .swiper-option__wrap,
.slide_wrap.noslide .swiper-option__wrap,
.slide_wrap.noslide .property-pagination-btn,
.slide_wrap.noslide .morebtn__box {
    display: none;
}

.achievements__inner .slide_wrap.noslide .swiper-wrapper {
   justify-content: start;
   margin-left: 4px;
}
.contents__area{
	margin: 0 auto;
	width: 310px;
}
.contents__img {
    height: 210px;
}
.contents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.l-page .contents__text {
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property-pagination-btn .swiper-button-prev,
.property-pagination-btn .swiper-button-next {
    position: static;
    margin: 0;
    border: 1px solid #000;
    border-radius: 4px;
    color: #3D3D3D;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 44px;
    height: 44px;
    border-radius: 50px;
}
.property-pagination-btn .swiper-button-prev:after,
.property-pagination-btn .swiper-button-next:after {
    content: "";
}
.property-pagination-btn .swiper-button-prev:hover,
.property-pagination-btn .swiper-button-next:hover {
    background-color: #E9EEEB;
    /* border: 1px solid #005024; */
}
.property-pagination-btn .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.property-pagination-btn .swiper-button-disabled:hover {
    background-color: #F4EFE8;
    color: #3D3D3D;
}
/* swiper-pagination のスタイル */
.property-pagination-btn .swiper-pagination,
.morebtn__box .swiper-pagination {
    position: static;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.property-pagination-btn .swiper-pagination,
.morebtn__box .swiper-pagination {
    position: static;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.swiper-pagination-current,
.swiper-pagination-total {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}
.main__imgbox .morebtn__box .swiper-pagination {
    justify-content: end;
    gap: 14px;
}
.main__imgbox .morebtn__box {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 14px;
    z-index: 1;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
    background: #005024;
    width: 25px;
    border-radius: 10px;
}
.property-pagination-btn {
    display: flex;
    justify-content: end;
    gap: 2px;
    position: relative;
    z-index: 1;
}
.property-card-flex {
    display: flex;
    gap: 5px;
    align-items: baseline;
}
.property-card__price span {
    color: #45ACD8;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.morebtn__box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 281px;
    width: 1140px;
    margin: 0 auto;
}
.section-pager__btn svg {
    fill: rgba(25, 25, 25, 0);
}
.l-main .bkn_favorite {
    background: url(/images/top/favorite__icon.svg) no-repeat center;
    width: 38px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}
.bkn_favorite.is-checked {
    background: url(/images/top/favorite__icon__on.svg) no-repeat center;
}
.priced-downtext {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    background: rgba(255,255,255,0.8);
    color: #ED1111;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn--primary:hover {
    color: #fff;
    border: 1px solid #45ACD8;
    opacity: 1;
    background: #45ACD8;
}
.section__box--banner {
    margin: 49px 0 86px;
}
.section__box--banner .contents__area {
    width: 100%;
    margin: 0 auto;
}
.banner__image {
    width: 100%;
}
.section__box--banner .swiper-slide {
    width: 400px;
}
.section__box--banner .swiper-slide--mybest {
    width: 794px;
}
.section__box--banner .swiper-slide--ikura {
    width: 642px;
}
.section__box--banner .swiper-option__wrap {
    margin-top: 30px;
}
.section__box--banner .banner-pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}
.section__box--banner .banner-pagination-btn__arrow {
    position: static;
    margin: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #231815;
    border-radius: 50%;
    background: rgba(255,255,255,0) url(/images/top/banner__slider-arrow.svg) no-repeat center / 10px 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.section__box--banner .banner-pagination-btn__arrow:after {
    content: none;
}
.section__box--banner .banner-pagination-btn__arrow--prev {
    transform: rotate(180deg);
}
.section__box--banner .banner-pagination-btn__arrow:hover {
    opacity: 0.7;
}
.section__box--banner .banner-pagination-btn__arrow.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.section__box--banner .banner-pagination-btn__fraction {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #231815;
    gap: 3px;
}
.section__box--banner .banner-pagination-btn__separator {
    letter-spacing: 1.8px;
}

.section__box--blog {
    margin: 0 auto;
    padding-bottom: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.section__box--blog .contents__ttlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__box--blog .contents__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin: 0;
}

.section__box--blog .contents__ttl-en {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
    color: #231815;
}

.section__box--blog .contents__ttl-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
}

.section__box--blog .contents__ttl-object {
    display: block;
    line-height: 0;
}

.section__box--blog .contents__ttl-object img {
    display: block;
    width: 7px;
    height: 6px;
}

.section__box--blog .contents__ttl--undertext {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #231815;
    text-align: center;
    margin: 0;
}

.section__box--blog .blog__contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.section__box--blog .blog__btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
}

.section__box--blog .blog__btn {
    width: 200px;
    height: 42px;
    padding: 0 10px 1px;
    border: none;
    border-bottom: 1px solid transparent;
    background: transparent;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
    cursor: pointer;
}

.section__box--blog .blog__btn.is-active {
    background: rgba(35, 24, 21, 0.05);
    border-bottom-color: #231815;
}

.section__box--blog .blog__tabpanels {
    width: 100%;
}

.section__box--blog .blog__tab__panel {
    width: 100%;
}

.section__box--blog .blog__tab__panel[hidden] {
    display: none;
}

.section__box--blog .blog__tab__empty {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.4px;
    color: #919191;
    text-align: center;
    margin: 0;
    padding: 40px 0;
}

.section__box--blog .content__block--slider {
    width: 100%;
}

.section__box--blog .contents__area {
    width: 100%;
    margin: 0;
}

.section__box--blog .swiper-slide {
    width: 360px;
}

.section__box--blog .blog-card a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.section__box--blog .blog-card__img {
    width: 360px;
    height: 270px;
}

.section__box--blog .blog-card__img img {
    width: 100%;
    height: 100%;
    display: block;
    background: #f4f4f4;
    object-fit: contain;
}

.section__box--blog .blog-card__txtbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-weight: 500;
}

.section__box--blog .blog-card__ttlbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e1e1;
    color: #231815;
}

.section__box--blog .blog-card__date time {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.2px;
    margin: 0;
    color: #231815;
}

.section__box--blog .blog-card__ttl {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.8px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section__box--blog .blog-card__txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    color: #919191;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section__box--blog .more__btnbox {
    display: flex;
    justify-content: center;
}

 .more__btn {
    display: flex;
    width: 220px;
    height: 40px;
    margin: 0;
    padding: 0 12px 0 22px;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    border: 1px solid #231815;
    background: rgba(255,255,255,0);
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
    text-decoration: none;
    gap: 0;
    padding: 0 11px 0 70px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

 .more__btn:hover {
    background: #231815;
    color: #fff;
    border-color: #231815;
    opacity: 1;
}

.section__box--blog .more__btn-icon {
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(-90deg);
    flex-shrink: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #231815;
    transition: border-top-color 0.3s ease;
}

.section__box--blog .more__btn:hover .more__btn-icon {
    border-top-color: #fff;
}

/* ========== Message section (org2) ========== */
.section__box--message {
    padding-bottom: 180px;
}

.section__box--message .message__inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 50px;
}

.section__box--message .message__logo {
    position: absolute;
    left: -250px;
    top: 360px;
    width: 393px;
    height: 400px;
    pointer-events: none;
    z-index: 0;
}

.message__flexinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.section__box--message .message__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section__box--message .message__txtbox {
    position: relative;
    z-index: 1;
    width: 665px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 26px 0 50px;
}

.section__box--message .contents__ttlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__box--message .contents__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    margin: 0;
}

.section__box--message .contents__ttl-en {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
    color: #231815;
}

.section__box--message .contents__ttl-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
}

.section__box--message .contents__ttl-object {
    display: block;
    line-height: 0;
}

.section__box--message .contents__ttl-object img {
    display: block;
    width: 7px;
    height: 6px;
}

.section__box--message .message__lead {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2.4px;
    color: #231815;
    text-align: center;
    margin: 0;
}

.section__box--message .message__body {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.4px;
    color: #231815;
    text-align: center;
}

.section__box--message .message__body p {
    margin: 0 0 20px;
    line-height: 2;
}

.section__box--message .message__body p:last-child {
    margin-bottom: 0;
}

.section__box--message .message__imgbox {
    position: relative;
    z-index: 1;
    width: 425px;
    flex-shrink: 0;
    min-height: 617px;
}

.section__box--message .message__bg-img {
    position: absolute;
    top: 40px;
    right: -50px;
    width: 425px;
    height: 567px;
    background: url(/images/top/messagebg_img.webp) center / cover no-repeat;
}

.section__box--message .message__img {
    position: relative;
    z-index: 1;
    width: 425px;
    height: 567px;
    position: absolute;
    top: -10px;
}

.section__box--message .message__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.message__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/top/message__img__bg.webp) center / cover no-repeat;
}
/* ========== Search section (org3) ========== */
.section__box--search {
    position: relative;
    padding: 165px 0 345px;
}

.section__box--search .search__bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 990px;
    margin-left: -960px;
    pointer-events: none;
    z-index: 0;
}

.section__box--search .search__bg::after {
    /* content: ''; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* height: 100%; */
    /* background: rgba(0, 0, 0, 0.75); */
}

.section__box--search .search__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__box--search .search__inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.section__box--search .contents__ttlbox--white .contents__ttl-en,
.section__box--search .contents__ttlbox--white .contents__ttl-sub {
    color: #fff;
}

.section__box--search .contents__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.section__box--search .contents__ttl-en {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
}

.section__box--search .contents__ttl-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
}

.section__box--search .contents__ttl-object {
    display: block;
    line-height: 0;
}

.section__box--search .contents__ttl-object img {
    display: block;
    width: 7px;
    height: 6px;
}

.section__box--search .search__contents {
    width: 100%;
}

.section__box--search .search__tabbox {
    display: flex;
    gap: 8px;
    width: 100%;
}

.section__box--search .search__tab {
    flex: 1;
    height: 50px;
    padding: 17px 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    background: transparent;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #fff;
    cursor: pointer;
}

.section__box--search .search__tab.is-active {
    position: relative;
    border: none;
    background: #fff;
    color: #231815;
}

.section__box--search .search__tab.is-active::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    background: #eee;
}

.section__box--search .search__panel[hidden] {
    display: none;
}

.section__box--search .search__form {
    width: 1140px;
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
}

.section__box--search .search__block-ttl {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #231815;
    margin: 0 0 10px;
}

.section__box--search .search__line--full {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

.section__box--search .search__freeword {
    display: flex;
    align-items: center;
    height: 40px;
    background: #eee;
    border: 1px solid #dedede;
    width: 100%;
    border-radius: 0px;
}

.section__box--search .search__freeword-input {
    /* flex: 1; */
    height: 100%;
    padding: 0 15px;
    border: none;
    background: transparent;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
    width: 100%;
    border-radius: 0px;
}

.section__box--search .search__freeword-input::placeholder {
    color: #919191;
}

.section__box--search .search__freeword-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 40px;
    padding: 0 12px;
    border: none;
    background: #231815;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
    cursor: pointer;
    width: 80px;
}

.section__box--search .search__freeword-icon {
    display: block;
    width: 16px;
    height: 16px;
}

.section__box--search .search__condition {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.section__box--search .search__condition-fields {
    display: flex;
    align-items: stretch;
}

.section__box--search .search__field {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    background: #f5f5f5;
}

.section__box--search .search__field-label {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #8f8f8f;
    white-space: nowrap;
    padding-left: 5px;
}

.section__box--search .search__field--range {
    padding-right: 15px;
}

.section__box--search .search__select {
    width: 160px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
}

.section__box--search .search__select-el {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 12px;
    border: none;
    background: transparent;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.section__box--search .search__select-txt {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
}

.section__box--search .search__select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 7px;
    transform: translateY(-50%);
    background: url(/images/top/search__blackarrow.svg) no-repeat center / contain;
    pointer-events: none;
}

.section__box--search .search__select--multi {
    cursor: pointer;
}

.section__box--search .search__select--multi.is-open {
    z-index: 10;
}

.section__box--search .search__select-trigger {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

.section__box--search .search__select-trigger .search__select-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    padding-right: 5px;
}

.section__box--search .search__select-panel {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 10;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.section__box--search .search__select--multi.is-open .search__select-panel {
    display: block;
}

.section__box--search .search__select-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section__box--search .search__select-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
    cursor: pointer;
}

.section__box--search .search__select-option:hover {
    background: #f5f5f5;
}

.section__box--search .search__range {
    display: flex;
    align-items: center;
    gap: 5px;
}

.section__box--search .search__range-separator {
    display: block;
    width: 19px;
    height: 4px;
    flex-shrink: 0;
}

.section__box--search .search__range-separator img {
    display: block;
    width: 100%;
    height: 100%;
}

.section__box--search .search__submit-btn {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: end;
    gap: 50px;
    height: 50px;
    padding: 0 12px 0 10px;
    border: none;
    background: #231815;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
    cursor: pointer;
}

.section__box--search .search__submit-icon {
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(-90deg);
    flex-shrink: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #fff;
}

.section__box--search .search__bottom {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.section__box--search .search__block--area {
    width: 509px;
}

.section__box--search .search__block--station {
    width: 510px;
}

.section__box--search .search__line--vertical {
    width: 1px;
    height: 128px;
    background: #eee;
    flex-shrink: 0;
}

.section__box--search .search__tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section__box--search .search__tag-link {
    display: inline-flex;
    align-items: center;
    padding: 7px 15px 9px;
    border-radius: 9999px;
    background: #f5f5f5;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
    text-decoration: none;
}

/* ========== New bkn section (org4) ========== */
.section__box--new {
    margin: 0 auto;
    padding-bottom: 134px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.section__box--new .contents__ttlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__box--new .contents__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.section__box--new .contents__ttl-en {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
    color: #231815;
}

.section__box--new .contents__ttl-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
}

.section__box--new .contents__ttl-object {
    display: block;
    line-height: 0;
}

.section__box--new .contents__ttl-object img {
    display: block;
    width: 7px;
    height: 6px;
}

.section__box--new .new__contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.section__box--new .new__btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
}

.section__box--new .new__btn {
    width: 200px;
    height: 42px;
    padding: 0 10px 1px;
    border: none;
    border-bottom: 1px solid transparent;
    background: transparent;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
    cursor: pointer;
}

.section__box--new .new__btn.is-active {
    background: rgba(35, 24, 21, 0.05);
    border-bottom-color: #231815;
}

.section__box--new .new__tabpanels {
    width: 100%;
}

.section__box--new .new__tab__panel {
    width: 100%;
}

.section__box--new .new__tab__panel[hidden] {
    display: none;
}

.section__box--new .content__block--slider {
    width: 100%;
}

.section__box--new .contents__area {
    width: 100%;
    margin: 0;
}

.section__box--new .swiper-slide {
    width: 360px;
}

.section__box--new .bkn-card__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.section__box--new .bkn-card__img {
    position: relative;
    width: 360px;
    height: 270px;
}

.section__box--new .bkn-card__img-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.section__box--new .bkn-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f4f4f4;
}

.section__box--new .bkn-card__tag {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 5px 3px;
    margin: 0;
    background: #bd100a;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #fff;
}

.section__box--new .bkn_favorite {
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.85);
}

.section__box--new .bkn-card__txtbox {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-weight: 500;
    margin-top: 12px;
}

.section__box--new .bkn-card__name {
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #231815;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section__box--new .bkn-card__price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 0;
    padding-bottom: 2px;
    line-height: 1;
    white-space: nowrap;
}

.section__box--new .bkn-card__price .price {
    font-size: 24px;
    letter-spacing: 2.4px;
    color: #bd100a;
    line-height: 1;
}

.section__box--new .bkn-card__price-unit {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #231815;
}

.section__box--new .bkn-card__price-fee {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #231815;
}

.section__box--new .bkn-card__layout,
.section__box--new .bkn-card__address,
.section__box--new .bkn-card__access {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.4px;
    color: #919191;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more__btnbox {
    display: flex;
    justify-content: center;
}


.more__btn:hover {
    background: #231815;
    color: #fff;
    border-color: #231815;
    opacity: 1;
}

.more__btn-icon {
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(-90deg);
    flex-shrink: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #231815;
    transition: border-top-color 0.3s ease;
}
.more__btn:hover .more__btn-icon {
    border-top-color: #fff;
}

/* ========== Achievements section (org6) ========== */
.section__box--achievements {
    border-top: 1px solid #231815;
    padding: 132px 0 149px;
}

.section__box--achievements .achievements__inner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 45px;
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.section__box--achievements .achievements__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
}

.section__box--achievements .contents__ttlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__box--achievements .contents__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.section__box--achievements .contents__ttl-en {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
    color: #231815;
}

.section__box--achievements .contents__ttl-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
}

.section__box--achievements .contents__ttl-object {
    display: block;
    line-height: 0;
}

.section__box--achievements .contents__ttl-object img {
    display: block;
    width: 7px;
    height: 6px;
}

.section__box--achievements .achievements__btnbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.section__box--achievements .achievements__btn {
    width: 200px;
    height: 42px;
    padding: 0 10px 1px;
    border: none;
    border-bottom: 1px solid transparent;
    background: #fff;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
    cursor: pointer;
}

.section__box--achievements .achievements__btn.is-active {
    background: rgba(35, 24, 21, 0.05);
    border-bottom-color: #231815;
}

.section__box--achievements .achievements__slider {
    right: -480px;
    position: absolute;
    width: 1149px;
    flex-shrink: 0;
    top: 23px;
    overflow: hidden;
}

.section__box--achievements .achievements__tabpanels {
    position: relative;
    width: 100%;
}

.section__box--achievements .achievements__tab__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section__box--achievements .achievements__tab__panel.is-active {
    position: relative;
}

.section__box--achievements .achievements__tab__panel[hidden] {
    display: none;
}

.section__box--achievements .content__block--slider {
    width: 100%;
}

.section__box--achievements .contents__area {
    width: 100%;
    margin: 0;
}

.section__box--achievements .swiper-slide {
    width: 360px;
}

.section__box--achievements .blog-card a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.section__box--achievements .blog-card__img {
    position: relative;
    overflow: hidden;
    width: 360px;
    height: 270px;
}

.section__box--achievements .blog-card__img img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 0;
    background: #f4f4f4;
    object-fit: contain;
}

.section__box--achievements .blog-card__txtbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-weight: 500;
}

.section__box--achievements .blog-card__ttlbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e1e1;
    color: #231815;
}

.section__box--achievements .blog-card__date time {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.2px;
    margin: 0;
    color: #231815;
}

.section__box--achievements .blog-card__ttl {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.8px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section__box--achievements .blog-card__txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    color: #919191;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section__box--achievements .achievements__tab__empty {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.4px;
    color: #919191;
    text-align: center;
    margin: 0;
    padding: 40px 0;
}

.section__box--achievements .more__btnbox {
    display: flex;
    justify-content: center;
}

.section__box--achievements .more__btn:hover {
    background: #231815;
    color: #fff;
    border-color: #231815;
    opacity: 1;
}

.section__box--achievements .more__btn:hover .more__btn-icon {
    border-top-color: #fff;
}

/* ========== Reviews section (org7) ========== */
.section__box--reviews {
    border-top: 1px solid #231815;
    padding: 150px 0 130px;
}

.section__box--reviews .reviews__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;
    width: 1140px;
    margin: 0 auto;
    position: relative;
    min-height: 380px;
}

.section__box--reviews .reviews__slider {
    position: absolute;
    left: -1085px;
    width: 1917px;
    flex-shrink: 0;
    top: 0px;
    overflow: hidden;
}

.section__box--reviews .reviews__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
    margin-bottom: 30px;
}

.section__box--reviews .contents__ttlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__box--reviews .contents__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.section__box--reviews .contents__ttl-en {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
    color: #231815;
}

.section__box--reviews .contents__ttl-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
}

.section__box--reviews .contents__ttl-object {
    display: block;
    line-height: 0;
}

.section__box--reviews .contents__ttl-object img {
    display: block;
    width: 7px;
    height: 6px;
}

.section__box--reviews .content__block--slider {
    width: 100%;
}

.section__box--reviews .contents__area {
    width: 100%;
    margin: 0;
}

.section__box--reviews .js-swiper-content.noslide .swiper-wrapper,
.section__box--reviews .slide_wrap.noslide .swiper-wrapper {
    justify-content: end;
}

.section__box--reviews .swiper-slide {
    width: 360px;
}

.section__box--reviews .blog-card a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.section__box--reviews .blog-card__img {
    position: relative;
    overflow: hidden;
    width: 360px;
    height: 270px;
}

.section__box--reviews .blog-card__img img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 0;
    background: #f4f4f4;
    object-fit: contain;
}

.section__box--reviews .blog-card__txtbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-family: 'Zen Old Mincho', sans-serif;
    font-weight: 500;
}

.section__box--reviews .blog-card__ttlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    color: #231815;
}

.section__box--reviews .blog-card__ttl {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.8px;
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.section__box--reviews .blog-card__txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    color: #919191;
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section__box--reviews .more__btnbox {
    display: flex;
    justify-content: center;
}

.section__box--reviews .more__btn:hover {
    background: #231815;
    color: #fff;
    border-color: #231815;
    opacity: 1;
}

.section__box--reviews .more__btn:hover .more__btn-icon {
    border-top-color: #fff;
}

/* ========== Contact section (org8) ========== */
.section__box--contact {
    position: relative;
    border-top: 1px solid #231815;
    padding: 164px 0 180px;
    overflow: hidden;
}

.section__box--contact .contact__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section__box--contact .contact__bg::after {
    content: '';
    /* position: absolute; */
    /* inset: 0; */
    /* background: rgba(0, 0, 0, 0.75); */
}

.section__box--contact .contact__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
    display: block;
}

.section__box--contact .contact__inner {
    position: relative;
    z-index: 1;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.section__box--contact .contents__ttlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__box--contact .contents__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.section__box--contact .contents__ttl-en {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.section__box--contact .contents__ttl-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
}

.section__box--contact .contents__ttl-object {
    display: block;
    line-height: 0;
}

.section__box--contact .contents__ttl-object img {
    display: block;
    width: 7px;
    height: 6px;
}

.section__box--contact .contact__lead {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.section__box--contact .contact__contents {
    display: flex;
    align-items: stretch;
    gap: 30px;
    width: 100%;
}

.section__box--contact .contact__btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
    width: 586px;
    flex-shrink: 0;
}

.section__box--contact .contact__btn-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 288px;
}

.section__box--contact .contact__btn-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
    margin: 0;
}

.section__box--contact .contact__btn-label-icon {
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.section__box--contact .contact__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    height: 60px;
    padding: 15px;
    background-color: #ebebeb;
    border-right: none;
    overflow: hidden;
    text-decoration: none;
    color: #231815;
    position: relative;
}

.section__box--contact .contact__btn--line {
    border-right: 1px solid #231815;
}

.section__box--contact .contact__btn--reservation {
    background-image: url(/images/top/reservation__bg.webp);
}

.section__box--contact .contact__btn--mail {
    background-image: url(/images/top/mail__bg.webp);
}

.section__box--contact .contact__btn--satei {
    background-image: url(/images/top/satei__bg.webp);
}

.section__box--contact .contact__btn--line {
    background-image: url(/images/top/line__bg.webp);
}

.section__box--contact .contact__btn-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.section__box--contact .contact__btn-text {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.8px;
    position: relative;
    z-index: 1;
}

.section__box--contact .contact__tel {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 30px;
    border: 1px solid #fff;
}

.section__box--contact .contact__tel-number {
    display: flex;
    align-items: center;
    gap: 5px;
}

.section__box--contact .contact__tel-icon {
    display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.section__box--contact .contact__tel-text,
.contact__tel-text a {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}


.section__box--contact .contact__tel-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section__box--contact .contact__tel-info-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin: 0;
}

.section__box--contact .contact__tel-info-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 81px;
    height: 22px;
    padding: 0 10px 1px;
    margin: 0;
    background: rgba(255, 255, 255, 0.15);
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
}

.section__box--contact .contact__tel-info-txt {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
    margin: 0;
}

/* ========== News section (org9) ========== */
.section__box--news {
    position: relative;
    /* border-top: 1px solid #231815; */
    padding: 134px 0 149px;
    overflow: hidden;
}

.section__box--news .news__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section__box--news .news__bg::after {
    /* content: ''; */
    /* position: absolute; */
    /* inset: 0; */
    /* background: rgba(0, 0, 0, 0.75); */
}

.section__box--news .news__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.section__box--news .news__inner {
    position: relative;
    z-index: 1;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.section__box--news .contents__ttlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__box--news .contents__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.section__box--news .contents__ttl-en {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.section__box--news .contents__ttl-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
}

.section__box--news .contents__ttl-object {
    display: block;
    line-height: 0;
}

.section__box--news .contents__ttl-object img {
    display: block;
    width: 7px;
    height: 6px;
}

.section__box--news .news__contents {
    width: 100%;
    height: 400px;
}

.section__box--news .news__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    max-height: 400px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section__box--news .news__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
    margin-right: 31px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    margin-bottom: 5px;
}

.section__box--news .news__date-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding-bottom: 2px;
}

.section__box--news .news__date {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #fff;
    white-space: nowrap;
}

.section__box--news .news__date-line {
    display: block;
    flex: 1;
    height: 1px;
    background: #fff;
}

.section__box--news .news__ttl {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1.8px;
    color: #fff;
    margin: 0;
}

.section__box--news .news__txt {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.4px;
    color: #919191;
    margin: 0;
}

.section__box--news .more__btnbox {
    display: flex;
    justify-content: center;
}

.section__box--news .more__btn--white {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.section__box--news .more__btn--white .more__btn-icon {
    border-top-color: #fff;
}

.section__box--news .more__btn--white:hover {
    background: #fff;
    color: #231815;
    border-color: #fff;
    opacity: 1;
}

.section__box--news .more__btn--white:hover .more__btn-icon {
    border-top-color: #231815;
}

.section__box--news .scrollbar-content.vertical {
    max-height: 400px;
}

#esbody .section__box--news .simplebar-track.simplebar-vertical {
    background: rgba(255, 255, 255, 0.3);
    width: 1px;
    overflow: visible;
    right: 5px;
    margin: 4px 0;
    border-radius: 0;
    pointer-events: all;
}

#esbody .section__box--news .simplebar-scrollbar.simplebar-visible:before {
    width: 9px;
    background-color: #fff;
    opacity: 1;
    left: -4px;
    border-radius: 0;
    z-index: 2;
    top: 0;
    cursor: pointer;
}
.simplebar-content {
    padding: 0px;
    justify-content: start;
}
.news__item *{
    color: #fff;
}

/* ========== FAQ section (org10) ========== */
.section__box--faq {
    position: relative;
    border-top: 1px solid #231815;
    padding: 136px 0 149px;
    overflow: hidden;
}

.section__box--faq .faq__bg {
    position: absolute;
    left: -390px;
    top: 337px;
    width: 1080px;
    height: 1515px;
    pointer-events: none;
    z-index: -1;
}

.section__box--faq .faq__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

.section__box--faq .faq__ornament {
    position: absolute;
    right: -153px;
    top: 725px;
    width: 393px;
    height: 400px;
    pointer-events: none;
    z-index: 0;
}

.section__box--faq .faq__ornament img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section__box--faq .faq__inner {
    position: relative;
    z-index: 1;
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 49px;
}

.section__box--faq .contents__ttlbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__box--faq .contents__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.section__box--faq .contents__ttl-en {
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    font-weight: 400;
    line-height: 1;
    color: #231815;
}

.section__box--faq .contents__ttl-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #231815;
}

.section__box--faq .contents__ttl-object {
    display: block;
    line-height: 0;
    position: relative;
    z-index: 0;
}

.section__box--faq .contents__ttl-object img {
    display: block;
    width: 7px;
    height: 6px;
}

.section__box--faq .faq__row {
    display: flex;
    gap: 50px;
    width: 100%;
}

.section__box--faq .faq__row--01 {
    align-items: flex-end;
}

.section__box--faq .faq__row--02,
.section__box--faq .faq__row--03 {
    align-items: center;
}

.section__box--faq .faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 520px;
    flex-shrink: 0;
    padding: 50px 0;
}

.section__box--faq .faq__list--left {
    align-items: flex-start;
}

.section__box--faq .faq__list--right {
    align-items: flex-end;
}

.section__box--faq .faq__item {
    width: 650px;
    padding: 2px;
    background: #fff;
    border: 3px solid #231815;
    position: relative;
}

.section__box--faq .faq__item-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    border: 1px solid #231815;
}

.section__box--faq .faq__no {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #231815;
    margin: 0;
}

.section__box--faq .faq__question {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1.8px;
    color: #231815;
    margin: 0;
}

.section__box--faq .faq__answer {
    font-family: 'Zen Old Mincho', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #919191;
    margin: 0;
}

.section__box--faq .faq__img {
    flex-shrink: 0;
    width: 570px;
}

.section__box--faq .faq__img img {
    display: block;
    width: 100%;
    height: auto;
}

.section__box--faq .faq__img--01 {
    height: 679px;
}

.section__box--faq .faq__img--02,
.section__box--faq .faq__img--03 {
    height: 548px;
}

.section__box--faq .faq__img--01 img,
.section__box--faq .faq__img--02 img,
.section__box--faq .faq__img--03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}