/* トップ全体 */
.hero {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 60px;
    margin-bottom: 80px;
}

.sub {
    padding: 10px;
}

/* 背景 文字 */
.hero::before {
    content: "BUSINESS PROPERTY";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: left;
    font: normal normal bold 100px/88px "Century Gothic", sans-serif;
    letter-spacing: 5px;
    color: #f5f5f5;
    opacity: 1;
    white-space: nowrap;
    z-index: 0;
}
/* 内側のテキスト */
.hero-inner {
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100vh;
}

.hero-text {
    width: 100%;
    margin-top: 120px;
}

.hero-sub {
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    text-align: left;
    max-width: 390px;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    border-bottom: 3px solid #dc000c;
    padding-bottom: 5px;
}

.hero-sub .himeji {
    font: var(--unnamed-font-style-normal) normal
        var(--unnamed-font-weight-bold) var(--unnamed-font-size-40) / 45px
        var(--unnamed-font-family-zen-kaku-gothic-new);
    text-align: left;
    font: normal normal bold 40px/45px Zen Kaku Gothic New;
    letter-spacing: 0.8px;
    color: #d71122;
}

.hero-sub .normal {
    text-align: left;
    font: normal normal bold 30px/45px Zen Kaku Gothic New;
    letter-spacing: 0.6px;
    color: #000000;
}

.hero-sub .number {
    text-align: left;
    font: normal normal bold 46px/45px Zen Kaku Gothic New;
    letter-spacing: 0.92px;
    color: #d71122;
}

.hero-sub .year {
    text-align: left;
    font: normal normal bold 30px/45px Zen Kaku Gothic New;
    letter-spacing: 0.6px;
    color: #d71122;
}

.hero-sub .highlight {
    color: #dc000c;
    font-size: var(--unnamed-font-size-42);
}

.hero-title {
    font-weight: 500;
    margin-top: 24px;
}

/* 強調部分 */
.hero-title .title-strong {
    text-align: left;
    font: normal normal 500 77px/97px Zen Kaku Gothic New;
    letter-spacing: 0px;
    color: #070707;
}

/* なら */
.hero-title .title-small {
    text-align: left;
    font: normal normal bold 52px/97px Zen Kaku Gothic New;
    letter-spacing: 0px;
    color: #070707;
}

/* 下の行 */
.hero-title .title-sub {
    text-align: left;
    font: normal normal bold 52px/75px Zen Kaku Gothic New;
    letter-spacing: 0px;
    color: #070707;
}

/* 「赤鹿地所」 */
.hero-title .title-sub .highlight {
    color: #dc000c;
}

.hero-desc {
    margin-top: 40px;
    font: normal normal 500 18px/31px Zen Kaku Gothic New;
    letter-spacing: 0.72px;
}

.hero-photos {
    margin-top: 120px;
    margin-left: -60px;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

.hero-photos img {
    width: 30%;
    height: auto;
    object-fit: cover;
}

.right {
    display: flex;
    width: 40%;
    height: 100%;
    margin-top: 2%;
}

.images_left,
.images_right {
    width: 50%;
}

/* 各 hero-item（工場・土地…） */
.hero-item {
    padding: 1px;
    height: 25%;
    position: relative;
}
.hero-item img {
    width: 50%;
}

/* === 工場 === */
.hero-item.工場 img[alt="工場"] {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: 1;
}

.hero-item.工場 img[alt="工場 文字"] {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 60%;
    z-index: 2;
    height: auto;
}

.hero-item.工場 img[alt="工場 人"] {
    position: absolute;
    top: 45%;
    left: -20%;
    height: auto;
    z-index: 3;
    width: 70%;
}

/* === 店舗 === */
.hero-item.店舗 img[alt="店舗"] {
    position: absolute;
    top: 15%;
    left: -25%;
    height: auto;
    z-index: 1;
    width: 60%;
}
.hero-item.店舗 img[alt="店舗 文字"] {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 60%;
    z-index: 2;
    height: auto;
}
.hero-item.店舗 img[alt="店舗 人"] {
    position: absolute;
    top: 40%;
    left: -15%;
    height: auto;
    z-index: 3;
    width: 70%;
}

/* === テナント === */
.hero-item.テナント img[alt="テナント"] {
    position: absolute;
    top: 15%;
    left: -15%;
    height: auto;
    z-index: 1;
    width: 60%;
}
.hero-item.テナント img[alt="テナント 文字"] {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 60%;
    z-index: 2;
    height: auto;
}
.hero-item.テナント img[alt="テナント 人"] {
    position: absolute;
    top: 40%;
    left: -15%;
    height: auto;
    z-index: 3;
    width: 70%;
}

.images_right {
    margin-top: 25%;
}

/* === 土地 === */
.hero-item.土地 img[alt="土地"] {
    position: absolute;
    top: 0;
    left: 30%;
    height: auto;
    z-index: 1;
}
.hero-item.土地 img[alt="土地 文字"] {
    position: absolute;
    top: 30%;
    left: 0;
    width: 60%;
    z-index: 2;
    height: auto;
}

/* === 倉庫 === */

.hero-item.倉庫 img[alt="倉庫"] {
    position: absolute;
    top: 20%;
    left: 40%;
    height: auto;
    z-index: 1;
}
.hero-item.倉庫 img[alt="倉庫 文字"] {
    position: absolute;
    top: 45%;
    left: 0;
    width: 60%;
    z-index: 2;
    height: auto;
}
.hero-item.倉庫 img[alt="倉庫 人"] {
    position: absolute;
    top: 90%;
    left: 40%;
    height: auto;
    z-index: 3;
}

/* === 事務所 === */

.hero-item.事務所 img[alt="事務所"] {
    position: absolute;
    top: 65%;
    left: -30%;
    width: 40%;
    z-index: 1;
}
.hero-item.事務所 img[alt="事務所 文字"] {
    position: absolute;
    top: 60%;
    left: 0;
    width: 60%;
    z-index: 2;
    height: auto;
}
.hero-item.事務所 img[alt="事務所 人"] {
    position: absolute;
    top: 100%;
    left: -25%;
    height: auto;
    z-index: 3;
    width: 50%;
}

.image-box {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #d3d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.date {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.title {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 0 0;
}

.campaign-list {
    width: 100%;
    position: relative;
    padding-bottom: 90px;
}

.campaign-list .swiper-slide {
    text-align: center;
}

.campaign-list .swiper-slide img {
    width: 588px;
    height: 196px;
    border-radius: 8px;
    display: block;
}

.swiper-pagination {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.utilization {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 80px;
    margin-bottom: 50px;
}

.utilization h2 {
    line-height: 60px;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #000000;
}

.utilization h2 span {
    display: inline-block;
    background-color: #dc000c;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    margin-right: 10px;
    vertical-align: middle;
}

.utilization-cards {
    position: relative;
    display: flex;
    width: 100%;
}

.utilization .card {
    position: relative;
    display: flex;
    gap: 24px;
    padding: 48px;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.utilization .card:nth-child(1) {
    border-right: 1px solid #cccccc;
}

.card-image {
    width: 168px;
    height: 145px;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 40px;
}

.card-content h3 {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 12px;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.card-content p {
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    white-space: pre-line;
    word-break: keep-all;
}
.utilization-border {
    position: relative;
}

.big-text {
    position: relative;
}
/* 装飾文字 */
.utilization-border.big-text::after {
    content: "Sell or Rent";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -100%);
    z-index: 0;
    font: normal normal bold 72px/57px "Century Gothic";
    letter-spacing: 3.6px;
    color: #f5f5f5;
    opacity: 1;
}

.card-content .arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    font-size: 18px;
    text-decoration: none;
    overflow: hidden;
    z-index: 10;
}

.card-content .arrow:hover {
    background: #333;
}
.recommend_property {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1200px;
}
.label,
.area_min {
    display: flex;
    margin-top: 22px;
    margin-bottom: 22px;
}
.top_img_sp {
    width: 98%;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1531px) {
    .utilization-cards {
        position: relative;
        display: block;
        width: 100%;
    }
}
@media screen and (min-width: 960px) {
    .break_SP {
        display: none;
    }

    .castle {
        position: absolute;
        left: 50%;
        top: 20%;
        z-index: 0;
        pointer-events: none;
        transform: scale(1.5);
        transform-origin: center;
    }
    .none_PC {
        display: none;
    }
    .menseki {
        display: flex;
        gap: 16px;
    }
    .wave {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        height: 100vh;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .break_SP {
        display: none;
    }
    .right {
        display: none;
    }

    .castle {
        position: absolute;
        left: 50%;
        top: 20%;
        z-index: 0;
        pointer-events: none;
        transform: scale(1.5);
        transform-origin: center;
    }
    .none_PC {
        display: none;
    }
    .menseki {
        display: flex;
        gap: 16px;
    }
    .wave {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 519px) {
    .hero,
    .hero-inner {
        height: auto;
    }
    .hero-text {
        display: block;
        text-align: center;
        margin-top: 0;
    }
    .hero-sub {
        margin: 0 auto;
        padding: 0;
    }
    .hero-title {
        margin-top: auto;
    }
    .hero-sub .himeji,
    .hero-sub .normal,
    .hero-sub .number,
    .hero-sub .year,
    .hero-title .title-strong,
    .hero-title .title-small,
    .hero-title .title-sub,
    .hero-desc {
        line-height: 2; /* 高さを統一 */
    }

    .hero-sub .himeji {
        font-size: 22px;
    }
    .hero-sub .normal {
        font-size: 16px;
    }
    .hero-sub .number {
        font-size: 25px;
    }
    .hero-sub .year {
        font-size: 16px;
    }
    .hero-sub {
        max-width: 210px;
    }
    .hero-title .title-strong {
        font-size: 40px;
    }
    .hero-title .title-small {
        font-size: 24px;
    }
    .hero-title .title-sub {
        font-size: 24px;
    }
    .hero-inner {
        display: block;
    }
    .hero-desc {
        font-size: 16px;
    }
    .hero::before {
        display: none;
    }
    .wave {
        position: absolute;
        top: 300px;
        width: 100%;
    }
    .hero {
        padding: 0;
        display: block;
        margin-bottom: 24px;
    }
    .hero-photos {
        display: none;
    }
    .castle {
        position: absolute;
        right: 20px;
        top: 170px;
        z-index: 0;
    }
    .none_SP {
        display: none;
    }
    .img_PC {
        height: 150px !important;
        width: 49.5% !important;
    }
    .utilization-border::after {
        display: none;
    }
    .utilization-cards {
        display: static;
    }
    .utilization .card:nth-child(1) {
        border-right: none;
    }
    .utilization .card {
        width: 100%;
        display: block;
    }
    .card-image {
        width: 100%;
        height: auto;
    }
    .card-content h3 {
        margin-top: 16px;
    }
    .h2 {
        font-size: 28px;
    }
    .options {
        display: block !important;
    }
    .hero-inner {
        margin-top: 40px;
    }
    .right {
        flex-direction: column;
        width: 98%;
        height: 100%;
        margin: 0 auto;
    }
    .images_left,
    .images_right {
        display: flex;
        width: 100%;
    }
    .images_right {
        margin-top: 0;
    }
    .hero-item {
        padding: 1px;
        width: 33%;
        height: 150px;
        position: relative;
    }
    .hero-item img {
        width: 60% !important;
    }
    /* === 工場 === */
    .hero-item.工場 img[alt="工場"] {
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        z-index: 1;
    }

    .hero-item.工場 img[alt="工場 文字"] {
        position: absolute;
        top: 20%;
        left: 40%;
        width: 60% !important;
        z-index: 2;
        height: auto;
    }

    .hero-item.工場 img[alt="工場 人"] {
        position: absolute;
        top: 45%;
        left: -4%;
        height: auto;
        z-index: 3;
        width: 70%;
    }

    /* === 店舗 === */
    .hero-item.店舗 img[alt="店舗"] {
        position: absolute;
        top: 56%;
        left: 37%;
        height: auto;
        z-index: 1;
        width: 60%;
    }

    .hero-item.店舗 img[alt="店舗 文字"] {
        position: absolute;
        top: 20%;
        left: 20%;
        width: 60% !important;
        z-index: 2;
        height: auto;
    }

    .hero-item.店舗 img[alt="店舗 人"] {
        position: absolute;
        top: 50%;
        left: 0%;
        height: auto;
        z-index: 3;
        width: 70%;
    }

    /* === テナント === */
    .hero-item.テナント img[alt="テナント"] {
        position: absolute;
        top: 15%;
        left: 40%;
        height: auto;
        z-index: 1;
        width: 60%;
    }
    .hero-item.テナント img[alt="テナント 文字"] {
        position: absolute;
        top: 20%;
        left: 0;
        width: 60% !important;
        z-index: 2;
        height: auto;
    }
    .hero-item.テナント img[alt="テナント 人"] {
        position: absolute;
        top: 38%;
        left: 32%;
        height: auto;
        z-index: 3;
        width: 60%;
    }

    /* === 土地 === */
    .hero-item.土地 img[alt="土地"] {
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        z-index: 1;
    }
    .hero-item.土地 img[alt="土地 文字"] {
        position: absolute;
        top: 0;
        left: 40%;
        width: 60% !important;
        z-index: 2;
        height: auto;
    }

    /* === 倉庫 === */

    .hero-item.倉庫 img[alt="倉庫"] {
        position: absolute;
        left: 56px;
        top: 60px;
        height: auto;
        z-index: 1;
    }
    .hero-item.倉庫 img[alt="倉庫 文字"] {
        position: absolute;
        top: 0;
        left: 20%;
        width: 60% !important;
        z-index: 2;
        height: auto;
    }
    .hero-item.倉庫 img[alt="倉庫 人"] {
        position: absolute;
        top: 53px;
        left: -9px;
        height: auto;
        z-index: 3;
    }

    /* === 事務所 === */

    .hero-item.事務所 img[alt="事務所"] {
        position: absolute;
        top: -4%;
        left: 41%;
        width: 40%;
        z-index: 1;
    }
    .hero-item.事務所 img[alt="事務所 文字"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 60% !important;
        z-index: 2;
        height: auto;
    }
    .hero-item.事務所 img[alt="事務所 人"] {
        position: absolute;
        top: 40%;
        left: 45%;
        height: auto;
        z-index: 3;
        width: 50%;
    }
    .hero-desc {
        padding: 20px;
    }
    .SP-photos {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 1%;
    }
    .utilization h2 {
        font-size: 28px;
    }

    .recommend_property .header h1 {
    font-size: 28px;
}
}

/* 横スクロール全体 */
.decor-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 80px 0;
}

/* 中身の横並び */
.decor-container {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
    text-align: center;
    margin-top: 40px;
}

/* アウトライン文字（PROPERTIESなど） */
.outline-text,
.fill-text {
    font-size: 70px;
    font-weight: 700;
    font-family: "Century Gothic", sans-serif;
    letter-spacing: 3.5px;
    display: inline-block;
    white-space: nowrap;
    margin: 0 20px;
}

/* OUTLINE 専用 */
.outline-text {
    color: transparent;
    -webkit-text-stroke: 1px #ccc;
}

/* FILL 専用 */
.fill-text {
    color: rgba(0, 0, 0, 0.08);
}
