@charset "UTF-8";

/* =========================================
   基本設定
   ========================================= */
#content,
#contents,
.l-main {
    width: 100%;
    padding: 0;
    background: #fff;
}

.contents__inner {
    width: 1140px;
    margin: 0 auto;
}

[class*="section__wrap"] {
    padding-bottom: 120px;
}

.l-main * {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    }


/* =========================================
   メインビジュアルセクション
   ========================================= */
.mv__background {
    height: 825px;
}

.mv__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-mv {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.top-mv__image {
    width: 100%;
    height: auto;
    display: block;
}

.mainimg__infobox {position: absolute;bottom: 176px;}

.mainimg__infottl {
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
     letter-spacing: 2.1px;
     margin-bottom: 11px;
    }

.mainimg__infolist {display: flex;gap: 20px;}

.mainimg__info--listbox {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.mainimg__info--day {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    }

.mainimg__infotext {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    overflow: hidden;
    width: 574px;
    letter-spacing: 0.07em;
    }

.mainimg__infotext a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.07em;
    }

.mainimg__infotext a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    opacity: 1;
    }



/* =========================================
   新着物件情報セクション
   ========================================= */
.new-section .top-bkn__wrapper {
    padding: 112px 0 120px;
    }

.top-news {
    width: 100%;
    position: relative;
    background-color: #EFF5FB;
    background-image: url('/images/top/bg_pattern_news.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 115px 0px 120px;
}

.top-news__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.top-news__headline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top-news__sub {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.08em;
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.top-news__title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #333333;
    margin: 0;
}

.top-news__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.top-news__section {
    width: 1155px;
    max-height: 448px;
    display: flex;
    gap: 20px;
}

.top-news__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
}

.top-news__item {
    width: 1110px;
    display: flex;
    gap: 20px;
    padding: 20px;
    background-color: #FFFFFF;
    margin-left: 13px;
}

.top-news__date time {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #333333;
    flex-shrink: 0;
}

.top-news__txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.top-news__item-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #333333;
    margin: 0;
}

.top-news__item-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    color: #333333;
    margin: 0;
}

.top-news__scroll {
    width: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #CCCCCC;
    flex-shrink: 0;
}

.top-news__scroll-bar {
    width: 8px;
    height: 100%;
    background-color: #004B8D;
}

.top-news__btn-viewmore {
    width: 351px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 13px 50px;
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    border-radius: 999px;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    position: relative;
}

.top-news__btn-viewmore-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #FFFFFF;
}

.top-news__btn-viewmore-arrow {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    position: absolute;
    right: 13px;
    top: 13px;
}

/* =========================================
   メンバーバナーセクション
   ========================================= */
.top-bnr-member {
    width: 100%;
    margin: 0 auto;
}

.top-bnr-member__image {
    width: 100%;
    height: auto;
    display: block;
}

.l-main .member__btn {
border-radius: 999px;
border: 1px solid  #1992EE;
background: #E8F1FA;
box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.16);
color: #333;
margin-top: 0;
gap: 35px;
border-radius: 999px;
font-weight: 500;
}

.l-main .member__btn--mypage {
    background: linear-gradient(90deg, #3BA2F2 0%, #0379D3 100%);
    color: #fff;
}
/* =========================================
   検索セクション
   ========================================= */
.top-search {
    width: 100%;
    position: relative;
    background: url('/images/top/bg_img.webp') center / cover no-repeat;
    background-size: cover;
    padding: 113px 0;
    height: 611px;
    margin: 0 0 108px;
}

.top-search__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.top-search__headline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 45px;
}

.top-search__sub {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin: 0;
}

.top-search__title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin: 0;
}

.top-search__content {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-search__tabs {
    width: 1140px;
    display: flex;
    gap: 10px;
}

.top-search__tab {
    flex: 1;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Zen Old Mincho', serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333333;
    background-color: #E8F1FA;
    border: none;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    padding: 0;
    border: 1px solid #FFFFFF;
}

.top-search__tab--active {
    background-color: #E8F1FA;
}

.top-search__tab:not(.top-search__tab--active) {
    background-color: rgba(51, 51, 51, 0.4);
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-bottom: none;
}

.top-search__form {
    width: 1140px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    background-color: #FFFFFF;
}

.top-search__freeword {
    width: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.top-search__label {
    font-family: 'Zen Old Mincho', serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.7em;
    color: #333333;
    margin: 0;
}

.top-search__input-wrapper {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding: 1px;
}

.top-search__icon {
    width: 48px;
    height: 48px;
    padding: 12px;
    background-color: #1992EE;
    flex-shrink: 0;
}

.top-search__input {
    flex: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    color: #A9A9A9;
    border: none;
    outline: none;
    padding: 20px;
}

 #org-freeword--top::placeholder {
       color:  #A9A9A9;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-weight: 400;
        line-height: 200%;
        }

.top-search__buttons {
    flex: 1;
    height: 100px;
    display: flex;
    gap: 10px;
}

.top-search__btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 9px;
    padding: 17px 17px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    color: #FFFFFF;
    background-color: #1992EE;
    border: none;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.top-search__btn:hover {
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    opacity: 1;
    }

.top-search__btn-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.top-search__btn02 .top-search__btn-icon {
    width: 33px;
    height: 33px;
}

.top-search__btn03 .top-search__btn-icon {
    width: 29px;
    height: 32px;
}

.top-search__btn-text {
    display: block;
}


    .l-main .org-freeSearchForm--top {
        overflow: hidden;
        display: flex;
        width: 100%;
        height: 50px;
        align-items: center;
        border: 1px solid #A9A9A9;
        border-radius: 0;
        font-size: 14px;
        font-weight: 400;
    }
    .l-main .org-freeword--top {
        box-sizing: border-box;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
        height: 48px;
        align-items: center;
        background: #FFFFFF;
        gap: 20px;
        border-radius: 0;
        padding: 0px 0 0 19px;
        border: none;
        font-size: 14px;
        font-weight: 400;
        color: #333;   
    }
    .l-main .org-freewordSubmit--top {
        box-sizing: border-box;
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        position: relative;
        background: none;
        border: none;
        cursor: pointer;
        background: url(/images/top/freeword-btn.svg) center / cover no-repeat;
        background-color: #fff;
        background-size: 48px;
    }


    .l-main .org-freewordSubmit--top:hover {
        background: url(/images/top/freeword-btn_on.svg) center / cover no-repeat;
        background-size: 48px;
        background-color: #fff;
        width: 48px;
        height: 48px;
        transition: 0.4s;
    } 



    /* フォームタイプ：セレクトボックス */


.form__type--select select {
	padding: 0 25px 0 13px;
	border: 1px solid #DADADA;
	background: #FFFFFF;
	position: relative;
	appearance: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 139px;
	height: 50px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.06em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
	option[value=""] {
		display: none;
	}

.search__btn {
    width: 163px;
    height: 50px;
    background: #8F8679;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    margin-left: 6px;
    border: 1px solid #8F8679;
    padding-top: 3px;
}
.search__btn:hover {background: #A68F6E;opacity: 1;}

[class*="form__type--"] {
    position: relative;
}
[class*="form__type--"]::after {
	content: "";
	position: absolute;
	background: url(/images/top/search__btnarrow.svg) center / cover no-repeat;
	border-bottom: 0;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
	width: 12px;
	height: 6px;
}

[data-tab-content] {
    display: none;
}
[data-tab-content="shop"] {
    display: block; /* 最初に表示するタブ */
}

/* =========================================
   ピックアップセクション
   ========================================= */
.top-pickup {
    width: 100%;
    /* padding: 120px 390px; */
}

.top-pickup__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.top-pickup__headline {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 45px;
}

.top-pickup__sub {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.08em;
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.top-pickup__title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #333333;
    margin: 0;
}

.top-pickup__list {
    width: 1140px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.top-pickup__item {
    width: 216px;
    flex-shrink: 0;
    position: relative;
}

.top-pickup__item a {
    display: block;
   
}


.top-pickup__item-image {
    width: 100%;
    height: auto;
    display: block;
}

.pickup--emtextbox {
    position: absolute;
    top: 15px;
    left: 1px;
}

.img-pickup--emtext {
    color: #fff;
    font-family: "Zen Old Mincho";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 1.12px;
    display: flex;
    /* align-items: center; */
    gap: 7px;
    }

.img-pickup--border {
    background: #fff;
    width: 8px;
    height: 1px;
    display: block;
    margin-top: 12px;
    }

.img-pickup--text {
    color: #fff;
    font-family: "Zen Old Mincho";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 9px 0 0px 15px;
    }

.top-pickup__item a {
    position: relative;

}

.top-pickup__item a::before {
    content: "";
    position: absolute;
    background: url(../images/top/gradation.svg) center / cover no-repeat;
    width: 216px;
    height: 326px;
}

.top-pickup__item a:hover {
    opacity: 1;
}

.top-pickup__item a:hover::before {
    display: none;
    opacity: 1;
}

/* =========================================
   物件情報セクション
   ========================================= */
.top-bkn {
    width: 100%;
    position: relative;
}

.top-bkn__wrapper {
    width: 100%;
    background-image: url('/images/top/bg_pattern.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 107px 0 0;
}

.top-bkn__headline {
    display: flex;
    flex-direction: column;
    gap: 0px;
    /* margin-bottom: 29px; */
}

.top-bkn__sub {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.08em;
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.top-bkn__title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #333333;
    margin: 0;
}

[class*="section__inner"] {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.top-bkn__item {
    flex-shrink: 0;
    background: #fff;
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.16);
    min-height: 480px;
    position: relative;
    overflow: hidden;
}



.top-bkn__item a:hover {
opacity: 1;
}

.bkn-card__link--member {width: 448px;}

.top-bkn__item-image{
    height: 300px;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
    overflow: hidden;
}

.top-bkn__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.0);
    transition: transform 0.4s ease-in-out;
}

.top-bkn__item a:hover .top-bkn__item-image img {
    transform: scale(1.08);
}

.top-bkn__item--bknname {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.top-bkn__item--textbox {padding: 10px 18px 20px;}

.blog-section .top-bkn__item--textbox {background: #E8F1FA;padding: 22px 18px 20px;}

.blog-section .top-bkn__item-- {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin-top: 4px;
    line-height: 1.8;
    }

.blog-section .top-bkn__item {
    min-height:449px;
    }

.top-bkn__item-- {
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%;
}

.price {
color: #E64646;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 36px */
}

.top-bkn__item--kanri {
overflow: hidden;
color: var(--, #333);
leading-trim: both;
text-edge: cap;
text-overflow: ellipsis;
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 28px */
}

.top-bkn__item--address {font-size: 14px;font-style: normal;font-weight: 400;line-height: 200%; /* 28px */display: flex;gap: 0 3px;}

.top-bkn__item--gray,
.top-bkn__item--gray time  {
    overflow: hidden;
    color: #A9A9A9;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; 
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    }

.member_btnbox a:hover {
    background: #1992EE;
    opacity: 1;
    color: #fff;
}

.member_btnbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 88px;
    }

.member_btnbox a {
    border-radius: 999px;
    border: 1px solid #1992EE;
    background: #E8F1FA;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 280px;
    height: 50px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 500;
    gap: 21px;
    }


.top-merit .morebtn__box {
   display: flex;
  justify-content: center;
  gap: 20px; 
}

.more__btn 
{
    border-radius: 999px;
    background:  linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    width: 351px;
    padding: 12px 14px 14px 50px;
    justify-content: end;
    align-items: flex-end;
    gap: 45px;
    margin: 30px auto 0;
    color: #fff;
    font-size: 16px;
}
.more__btn:hover
{
    background: #1992EE;
    opacity: 1;
    color: #fff;
 }

/* =========================================
   貸店舗・貸オフィスセクション
   ========================================= */
.top-store-office {
    width: 100%;
}

.office__h2ttl {
    color: #004B8D;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2.6px;
    }

.top-store-office__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.top-store-office__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.top-store-office__sub {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.08em;
    text-align: center;
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.top-store-office__title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #333333;
    margin: 0;
}

.top-store-office__worries {
    width: 1140px;
    height: 367px;
    position: relative;
    padding: 46px 49px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

.top-store-office__worries-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/top/store_office_bg_img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.top-store-office__worries-content {
    position: relative;
    width: 495px;
    height: 278px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 54px 57px;
    background: url(/images/top/office__border.webp) center / contain no-repeat;
    position: relative;
}



.top-store-office__worries-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 2px;
}

.top-store-office__worries-text-item {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    color: #333333;
    margin: 0;
    display: flex;
    gap: 10px;
}

.top-store-office__solution {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.top-store-office__solution-title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6em;
    text-align: center;
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.top-store-office__solution-list {
    width: 1140px;
    display: flex;
    gap: 30px;
}

.top-store-office__solution-item {
    width: 360px;
    flex-shrink: 0;
}

.top-store-office__solution-item-image {
    width: 100%;
    height: auto;
    display: block;
}

.office__check {
    display: block;
}

.solution__imgtextbox {
margin-top: 13px;
}

.solution__ttl {
color: #333;
text-align: center;
font-family: "Zen Old Mincho";
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 170%;
margin-bottom: 4px;
}

.solution__text {
font-family:"Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 200%;
}


.top-store-office .more__btn {margin-top: 0;gap: 52px;}


/* =========================================
   会員登録のメリットセクション
   ========================================= */
.top-merit {
    width: 100%;
    position: relative;
    padding-bottom: 0;
}

.top-merit__wrapper {
    width: 100%;
    background-image: url('/images/top/merit_bg_pattern.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 112px 0 118px;
}

.top-merit__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.top-merit__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.top-merit__sub {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.08em;
    text-align: center;
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.top-merit__title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #333333;
    margin: 0;
}

.top-merit__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 2em;
    text-align: center;
    color: #333333;
    margin: 0;
}

.top-merit__content {
    width: 1140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.top-merit__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.top-merit__item {
    width: 100%;
}

.top-merit__item:nth-child(even) .merit__textbox {
    margin: 0 auto 0 0;
    padding: 46px 211px 50px 50px;
}

.top-merit__item:nth-child(even) .merit__imgbox {
   right: 0;
}

.top-merit__item-image {
    width: 100%;
    height: auto;
    display: block;
}

.top-merit__bnr {
    width: 100%;
}

.top-merit__bnr-image {
    width: 100%;
    height: auto;
    display: block;
}

.top-merit__item {
    display: flex;
    position: relative;
    }

.merit__imgbox {
    width: 483px;
    height: 325px;
    position: absolute;
    top: -50px;
    margin: auto;
    }

.top-merit__item-image {

}

.merit__textbox {
    display: flex;
    width: 828px;
    height: 295px;
    padding: 46px 50px 50px 211px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    margin: 0 0 0 auto;
    }

.merit__ttltext {
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.92px;
    background: linear-gradient(92deg, #A0CAEA 1.63%, #61ADF0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    }

.merit__nm {
    font-family: "Zen Old Mincho";
    background: linear-gradient(92deg, #A0CAEA 1.63%, #61ADF0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

.merit__border {
    height: 1px;
    background: #CCC;
    width: 450px;
    display: block;
    }

.merit__ttl {
font-family: "Zen Old Mincho";
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 170%;
margin-bottom: 8px;
}

.merit__text {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    }



/* =========================================
   お客様の声セクション
   ========================================= */
.customer-section .top-bkn__wrapper {
    background-image: none;
}

.customer-section .top-bkn__item--bknname {
    text-align: center;
}

.customer-section .top-bkn__item--textbox {
    background: #E8F1FA;
    min-height: 122px;
}

.customer-section .top-bkn__item-- {
    overflow: hidden;
    color:  #333;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin-top: 2px;
    line-height: 1.9;
    }

.top-customer {
    width: 100%;
    padding: 120px 0;
}


.customer-section .top-bkn__item {
    min-height: 422px;
    width: 447px;
}

.customer-section .more__btn {
  gap: 35px;
}


/* =========================================
   スタッフ紹介セクション
   ========================================= */
.staff-section .top-bkn__wrapper {
    width: 100%;
    padding: 106px 0 119px;
    position: relative;
    background-color: #EFF5FB;
    background-image: url('/images/top/staff_bg_pattern.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.staff-section .top-bkn__item--bknname {
    text-align: center;
}

.staff-section .top-bkn__item--textbox {
    min-height: 122px;
}

.staff-section .top-bkn__item-- {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin-top: 4px;
    line-height: 1.8;
}

.staff-section .top-bkn__item {
min-height: 424px;
}

.staff-section .more__btn 
{ 
gap: 28px;
    }

.staff-section {
    padding-bottom: 0;
}

/* =========================================
   お問い合わせセクション
   ========================================= */
.top-contact {
    width: 100%;
    padding: 107px 0 120px;
    position: relative;
    background-image: url('/images/top/contact_bg_img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-contact__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    position: relative;
    z-index: 1;
}

.top-contact__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.top-contact__sub {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    /* line-height: 1em; */
    letter-spacing: 0.08em;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.top-contact__title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.top-contact__btn-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 21px;
    justify-content: center;
}

.top-contact__btn-item {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 23px 25px 25px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.top-contact__btn-label {
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0;
}

.top-contact__btn-item--line .top-contact__btn-label {
    color: #0EC95A;
}

.top-contact__btn-item--mail .top-contact__btn-label {
    color: #004B8D;
}

.top-contact__btn-item--reservation .top-contact__btn-label {
    color: #1992EE;
}

.top-contact__btn-element {
    width: 316px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 13px 50px;
    border-radius: 999px;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    margin: 0 auto;
}

.top-contact__btn-element--line {
    background: linear-gradient(90deg, #3AE37F 0%, #0EC95A 100%);
}

.top-contact__btn-element--mail {
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
}

.top-contact__btn-element--reservation {
    background: linear-gradient(90deg, #3BA2F2 0%, #0379D3 100%);
}

.top-contact__btn-element--line:hover {
    background: linear-gradient(90deg, #0EC95A  0%, #3AE37F 100%);
    opacity: 1;
}

.top-contact__btn-element--mail:hover {
    background: linear-gradient(90deg, #004B8D 0%, #1992EE 100%);
    opacity: 1;
}

.top-contact__btn-element--reservation:hover {
    background: linear-gradient(90deg, #0379D3 0%, #3BA2F2 100%);
    opacity: 1;
}

.top-contact__btn-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.top-contact__btn-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: #FFFFFF;
}

/* =========================================
   お役立ち情報セクション
   ========================================= */
.blog-section {
    width: 100%;
}

.blog-section .top-bkn__wrapper {
background-image: none;
}
/* =========================================
   お知らせ
   ========================================= */

   .news-section__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 440px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.news-scrollbar__track {
    width: 100%;
    height: auto;
    background-color: #D9D9D9;
    border-radius: 40px;
    position: relative;
}

.news-scrollbar__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #004B8D;
    border-radius: 0;
    cursor: pointer;
    transition: height 0.2s, top 0.2s;
}

.news-section__content {
    display: flex;
    gap: 22px;
    margin-bottom: 0px;
    justify-content: end;
}

.news-scrollbar {
    width: 10px;
    height: auto;
    background-color: #D9D9D9;
    border-radius: 0;
    position: relative;
}

.top-news__item-tlltext {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    }

.top-news__item-text {
    font-size: 14px;
    font-style: normal;
    line-height: 200%; /* 28px */
    }

.top-news .more__btn {
    margin-top: 0;
    gap: 46px;
}

/* ===== フェードインアニメーション ===== */
.js-fadein-title,
.js-fadein-content {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}

.js-fadein-title.is-fadein,
.js-fadein-content.is-fadein {
    opacity: 1;
    transform: none;
}
