/**
 * top.css - トップ／ブログホーム専用（style.css 分割）
 * 対象: フロントページ、ブログの投稿一覧ホーム（inc/enqueue.php）
 * 依存: style.css（my-main-style）
 * 備考: .blogThumbnails のレイアウト本体は style.css（全ページ共通）。本ファイルは .indexIntroductionBlog 内の上書きのみ。
 * 備考: .PlanCol / .PlanColPrice は page-frontpage の indexIntroductionPlan 用（style.css から移設）。
 * 備考: スペース紹介ギャラリーモーダル（.modalGallery 等）は page-frontpage.php のみのため本ファイルに集約。
 */
@charset "UTF-8";

/* TOP: main#index */
main#index {
    width: 100%;
    min-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
main#index::after {
    content: "";
    border-width: 0;
}

/* TOP: ヒーローセクション */
.mainHero {
    position: relative;
    background-color: #fff;
    max-width: 1880px;
    min-width: 1180px;
    max-height: 500px;
    height: calc(100vh + 140px - 80px);
    margin-right: auto;
    margin-left: auto;
}
.mainHero .mainHeroCatchCopy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.64);
    height: 100%;
    padding-top: 250px;
}
.mainHero .mainHeroCatchCopy p:first-of-type{
    margin: 20px 0;
}
.mainHero .mainHeroCatchCopy p:last-of-type{
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 1.8;
}
.mainHeroImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #1e2125;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainHeroImg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    pointer-events: none;
}
.mainHeroImg > img {
    object-fit: cover;
    position: relative;
}

/* TOP: お知らせバナー */
.indexNotice{
    background: #fff;
    font-size: 12px;
    padding: 5px 20px 10px;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
    position: absolute;
    width: auto;
    bottom: 0;
    z-index: 999;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* TOP: バナースライダー（.slick-dots は Slick プラグイン・style.css に依存） */
.BannerSlider{
    margin-top: 10px;
}
.BannerSlider .slick-dots{
    bottom: -10px;
}
.BannerSlider .slick-dots li{
    margin: 0 2px;
}
.BannerSlider .slick-dots li button:before{
    font-size: 10px;
}

/* TOP: ヒーロー右上バナー */
.index_top_bn {
    position: absolute;
    z-index: 999;
    width: 350px;
    right: 60px;
    top: 30px;
    max-width: 280px;
}
.index_top_bn + .index_top_bn {
    top: 140px;
}

/* TOP: メインコンテンツエリア */
.mainContentsIndex {
    background-image: url(../img/bgCanvas.gif);
    background-repeat: repeat;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 0;
}
.mainContentsIndex .indexWrap {
    padding-bottom: 10px;
}
.mainContentsIndex>* {
    position: relative;
    z-index: 300;
}

/* TOP: indexWrap 内バナー（.page_bn_area は共通・ここは indexWrap スコープのみ） */
.indexWrap .page_bn_area {
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 30px;
}
.indexWrap .col1 .bn_area {
    max-width: none;
    width: 40%;
}
.indexWrap .page_bn_area .bn_area{
    box-shadow: 0 2px 6px rgb(0 0 0 / 13%);
    margin: 0;
    max-width: 350px;
}

/* TOP: イントロ見出し・説明 */
.indexIntroductionCaption {
    padding-top: 75px;
    text-align: left;
}
.indexWrap .centerCatchCopy {
    margin-bottom: 0;
    font-size: 28px;
    letter-spacing: 2px;
}
.indexWrap .leftCatchCopy h2 {
    margin-top: 0;
    padding-top: 0;
}
.indexIntroductionContents {
    margin-bottom: 100px;
}
.indexIntroductionCaption .leftCatchCopy {
    margin-bottom: 20px;
    font-weight: bold;
}
.indexIntroductionCaption .leftCatchCopy h2{
    font-size: 25px;
}
.indexWrap .indexIntroductionCaption .leftCatchCopy p {
    font-weight: normal;
    margin-top: 17px;
}
.indexWrap .indexIntroductionCaption p {
    font-size: 16px;
    margin-top: auto;
    line-height: 32px;
}

/* TOP: 3つの特徴（Point.1/2/3） */
.featuresContainer{
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.indexIntroductionFeature {
    margin: 0 0 60px;
    padding: 60px 0;
}
.featuresGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.featureContents{
    display: flex;
    flex-direction: column;
}
.indexIntroductionFeature .featureCard {
    padding: 50px 60px 30px;
    color: #333;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 6px rgb(0 0 0 / 13%);
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8f8f8;
}
.indexIntroductionFeature .featureCard * {
    position: relative;
    z-index: 2;
}
.indexIntroductionFeature .featureTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.indexIntroductionFeature .featureTitle::before {
    content: "Point.1";
    font-style: italic;
    font-size: 28px;
    position: absolute;
    top: -34px;
    left: -0.7em;
    color: #F4ECC5;
    font-weight: bold;
    z-index: -1;
}
.indexIntroductionFeature .featureCard:nth-of-type(2) .featureTitle::before {
    content: "Point.2";
}
.indexIntroductionFeature .featureCard:nth-of-type(3) .featureTitle::before {
    content: "Point.3";
}
.indexIntroductionFeature .featureDesc {
    font-size: 16px;
    line-height: 1.8;
}
.cornerFlag {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.indexIntroductionFeature .cornerFlag {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #F1D761;
}

/* TOP: スペース紹介・使い方 */
.indexIntroductionSpaceWrap{
    width: 100%;
    max-width: 1100px;
    margin: 60px auto 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.indexIntroductionSpaceWrap h3{
    margin-bottom: 7px;
}
.indexIntroductionSpaceInwrap{
    width: 23%;
    background: #fff;
    padding: 15px 10px 10px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 13%);
    position: relative;
}
.indexIntroductionSpaceInwrap::before{
    width: 23%;
    border: solid 2px #f9f9f9;
    background: #fff;
    padding: 10px 10px 20px;
    text-align: center;
    font-size: 14px;
}
.indexIntroductionSpaceInwrap .cornerFlag {
    border-right: 30px solid transparent;
    border-top: 30px solid #F1D761;
}
.indexIntroductionUseWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.indexIntroductionUseInwrap {
    width: 250px;
    position: relative;
    margin: 0 10px;
}
.indexIntroductionUseInwrap:not(:last-child)::after {
    content: "";
    position: absolute;
    background-image: url(../img/indexArrow.svg);
    top: 34%;
    left: 253px;
    border: 15px solid transparent;
    border-top: 15px solid #F1D661;
    z-index: 1;
    transform: rotate(0.75turn);
}
.indexIntroductionUseInwrap .indexIntroductionUseText {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
}
.indexIntroductionServiceInwrap .indexIntroductionServiceText {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
}
.indexIntroductionUseText p span {
    font-size: 12px;
    color: #666666;
}
.indexIntroductionSpaceText{
    font-size: 14px;
    letter-spacing: 0.5px;
}
.indexIntroductionSpaceImg img{
    aspect-ratio: 8 / 5;
    object-fit: cover;
}

/* TOP: スペース紹介ギャラリーモーダル（page-frontpage.php + common.js） */
.indexIntroductionSpaceImg {
    position: relative;
    cursor: pointer;
}
.galleryZoomIcon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    pointer-events: none;
    z-index: 10;
}
.galleryZoomIcon i {
    color: #ffffffe6;
    font-size: 16px;
    text-shadow: 1px 1px 3px #000000d4;
}
.modalGalleryTrigger:hover .galleryZoomIcon {
    transform: scale(1.1);
}
.modalGallery {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.90);
    overflow: hidden;
}
.modalGallery.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modalGalleryClose {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.3s ease;
    line-height: 1;
}
.modalGalleryClose:hover {
    color: #cccccc;
}
.modalGalleryContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 900px;
    gap: 20px;
}
.modalGalleryImageWrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
}
.modalGalleryImage {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    display: block;
}
.modalGalleryCaption {
    color: #e9e9e9;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    border-radius: 4px;
    width: 100%;
    letter-spacing: 0.5px;
    white-space: pre-line;
}
.modalGalleryPrev,
.modalGalleryNext {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    flex-shrink: 0;
}
.modalGalleryPrev:hover,
.modalGalleryNext:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}
.modalGalleryPrev:active,
.modalGalleryNext:active {
    transform: scale(0.95);
}

.indexIntroductionSpaceText .sp_none{
    display: inline-block;
}
.indexIntroductionUseWrap .indexIntroductionUseText span a{
    text-decoration: underline;
    text-decoration-thickness: 0.7px;
    text-underline-offset: 2px;
}
.indexIntroductionUseWrap .indexIntroductionUseImg{
    text-align: center;
}
.indexIntroductionUseWrap .indexIntroductionUseImg img{
    width: 90px;
}
.indexService .detailBoxInwrap {
    padding: 20px 30px 20px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 13%);
}
.detailBoxInwrap.indexIntroductionServiceInwrap {
    position: relative;
}
.detailBoxInwrap .indexIntroductionServiceImg {
    width: 90px;
    height: 90px;
    margin: 10px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TOP: 料金プラン紹介（indexIntroductionPlan 内） */
.indexIntroductionPlan .PlanType {
    width: 100%;
    border: none;
    font-size: 18px;
    margin: 0 0 10px;
    background: #F1D661;
    color: #333;
    text-align: center;
    padding: 8px 0 6px;
}
.indexIntroductionPlanWrap.detailBox {
    margin: 30px auto 40px;
    width: 980px;
    justify-content: space-between;
}

/* TOP: PlanCol（page-frontpage indexIntroductionPlan の料金表） */
.PlanCol {
    width: 430px;
    font-weight: bold;
    font-size: 16px;
}
.PlanCol table{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 35px;
}
.PlanCol{
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
    box-shadow: 0 2px 6px rgb(0 0 0 / 13%);
}
.PlanCol .yellowArrowLink span::before {
    top: 12px;
    left: 377px;
}
.PlanCol .yellowArrowLink{
    text-align: center;
    display: inline-block;
}
.PlanCol .yellowArrowLink a{
    letter-spacing: 1px;
}
.PlanCol:first-of-type .yellowArrowLink span::before{
    left: 147px;
}
.PlanCol:first-of-type .yellowArrowLink span::after{
    width: 165px;
}
.PlanCol:last-of-type .yellowArrowLink span::before{
    left: 194px;
}
.PlanCol:last-of-type .yellowArrowLink span::after{
    width: 210px;
}
.PlanCol tr:not(:last-child) {
    border-bottom: solid 1px #D2CBC6;
}
.PlanCol tr {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.PlanCol tr td {
    padding: 18px 0 8px;
    line-height: 26px;
    font-weight: bold;
}
.PlanCol .yellowArrowLink span::after {
    top: 24px;
    left: -11px;
    width: 50px;
}
.PlanCol tr td:nth-of-type(1) {
    color: #787878;
    text-align: left;
    font-weight: bold;
    line-height: 23px;
    padding-right: 20px;
}
.PlanCol .PlanColPrice {
    font-size: 30px;
}
.PlanCol tr td:nth-of-type(1) span {
    font-size: 80%;
    color: #909090;
}
.PlanCol .kome {
    font-size: 80%;
    font-weight: normal;
    color: #787878;
}
.PlanCol .yellowArrowLink span {
    font-size: 90%;
}
.PlanCol p {
    font-weight: normal;
    font-size: 14px;
    margin-left: 77px;
}
.mainContentsCoworking .PlanCol {
    justify-content: left;
}
.mainContentsCoworking .PlanCol table {
    margin-left: 77px;
}
.mainContentsCoworking .PlanCol .yellowArrowLink {
    margin-left: 77px;
}
.mainContentsCoworking .PlanCol .page_bn_area {
    margin: 23px 0 23px 52px;
}
.mainContentsCoworking .PlanCol .yellowArrowLink span::after {
    left: -2px;
    width: 410px;
}
.mainContentsCoworking .PlanCol .yellowArrowLink span::before {
    left: 400px;
}

/* TOP: 店舗一覧・施設一覧・サービス */
.indexStorelistWrap {
    margin: 40px auto 0;
    width: 980px;
}
.indexStorelistWrap .indexStoreCol {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.indexStorelistWrap .indexStoreCol:not(:last-child) {
    margin-bottom: 60px;
}
.indexStorelistImg {
    width: 45%;
}
.indexStorelistImg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.indexStorelistText {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-left: 40px;
    width: 55%;
}
.indexStorelistText .storeName h3 {
    padding-top: 0;
    font-size: 21px;
}
.indexStorelistText .yellowArrowLink {
    font-weight: bold;
    font-size: 15px;
}
.indexStorelistText .yellowArrowLink span::before {
    top: 12px;
    left: 125px;
}
.indexStorelistText .yellowArrowLink span::after {
    bottom: 0;
    left: 0;
    width: 135px;
}
.indexFacilityListWrap {
    max-width: 980px;
    margin: 30px auto;
}
.indexFacilityListWrap .facilityCaption span {
    font-size: 80%;
    color: #787878;
}
.indexFacilityListWrap .yellowArrowLink {
    padding-right: 50px;
    font-size: 15px;
    letter-spacing: 1px;
}
.indexFacilityListWrap .yellowArrowLink span::before {
    top: 13px;
    left: 200px;
}
.indexFacilityListWrap .yellowArrowLink span::after {
    bottom: -5px;
    left: -2px;
    width: 210px;
}
.indexService {
    margin: 40px auto;
    gap: 40px;
}
.indexService .detailBoxInwrap h3{
    text-align: center;
    margin-bottom: 20px;
}
.indexService .detailBoxInwrap p{
    line-height: 1.5;
}
.indexService .yellowArrowLink{
    display: inline-block;
}
.indexService .yellowArrowLink span::before {
    left: 80px;
    top: 9px;
}
.indexService .yellowArrowLink span::after {
    left: -13px;
    width: 100px;
    top: 21px;
}
.indexService .cornerFlag {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-top: 60px solid #F1D761;
}

/* TOP: ブログセクション（.blogThumbnails のベースは style.css） */
.indexIntroductionContents .indexIntroductionBlog {
    margin-top: 20px;
}
.indexIntroductionBlog .blogThumbnails .blogThumbnailBox {
    margin-bottom: 0;
    box-shadow: 0 2px 6px rgb(0 0 0 / 13%);
}

/* ========================================
   TOP: レスポンシブ（メディアクエリ）
   .PlanCol は page-frontpage の indexIntroductionPlan のみ（マークアップ上）
   ======================================== */
@media screen and (max-width: 1024px) {
    .index_top_bn{
        width: 35%;
        right: 5%;
        top: 2vh;
    }
    main#index {
        min-width: unset;
    }
    .mainHero.full {
        min-width: unset;
        width: 100%;
    }
    .mainContentsIndex {
        width: 100%;
        padding-left: 5.33vw;
        padding-right: 5.33vw;
    }
    .indexIntroductionCaption {
        margin: 0 3%;
    }
    .indexIntroductionSpaceInwrap{
        width: 45%;
    }
    .indexIntroductionSpaceText {
        font-size: 18px;
    }
    .indexIntroductionUseInwrap {
        width: 20vw;
        display: flex;
        flex-direction: row;
        margin: 0;
    }
    .indexIntroductionPlanWrap.detailBox {
        width: auto;
    }
    .indexService{
        gap: 20px;
    }
    .indexService .detailBoxInwrap {
        padding: 30px 10px 30px;
    }
    .detailBoxInwrap.indexIntroductionServiceInwrap {
        width: 48%;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap:not(:last-child) {
        margin-right: 3vw;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap:not(:last-child)::after {
        left: 21vw;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap .indexIntroductionUseText{
        width: 40%;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap .indexIntroductionUseText p,
    .indexIntroductionUseWrap .indexIntroductionUseInwrap .indexIntroductionUseText span{
        font-size: 18px;
        text-align: left;
        line-height: 1.5;
    }
    .indexIntroductionUseInwrap {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 0;
    }
    .indexIntroductionUseInwrap:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .indexIntroductionUseWrap .indexIntroductionUseImg{
        width: 20%;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap:not(:last-of-type) {
        margin-right: 0;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap:not(:last-of-type)::after {
        top: auto;
        bottom: -50%;
        left: calc(50% - 13px);
        border: 13px solid transparent;
        border-top: 13px solid #F1D661;
        z-index: 1;
        transform: rotate(0turn);
    }
    .PlanCol {
        width: 49%;
    }
    .PlanCol table{
        margin: 0 20px;
    }
    .PlanCol .PlanColPrice{
        font-size: 24px;
    }
    .indexStorelistWrap {
        width: 100%;
    }
    .indexFacilityListWrap ul li {
        flex-basis: 20%;
    }
    .indexIntroductionBlog .blogThumbnails .blogThumbnailBox {
        width: 48%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .index_top_bn{
        width: 35%;
        right: 5%;
        top: 2vh;
    }
    main#index {
        width: 100%;
        max-width: auto;
        min-width: auto;
    }
    .mainHero {
        min-height: 75vh;
        height: 75vh;
        min-height: 75svh;
        height: 75svh;
    }
    .mainHero .mainHeroCatchCopy {
        font-feature-settings: "palt";
        letter-spacing: 3px !important;
        width: 100%;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mainHero .mainHeroCatchCopy p:first-of-type {
        margin-bottom: 14px;
        line-height: 1.4;
        font-size: clamp(16px, 6vw, 40px);
    }
    .mainHero .mainHeroCatchCopy p:last-of-type {
        line-height: 1.4;
        font-size: clamp(16px, 4vw, 20px);
    }
    .mainHeroImg {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: end;
        justify-content: center;
    }
    .mainHeroImg > img {
        position: absolute;
        top: -16%;
        left: 0;
        height: 100%;
        object-fit: cover;
        object-position: 49%;
        z-index: 1;
    }
    .mainHero .mainHeroCatchCopy{
        position: absolute;
        top: 45%;
    }
    .indexNotice{
        padding: 5px 3% 10px;
        width: 100%;
    }
    #indexIntorduction .indexWrap p{
        font-size: 3.3vw;
        letter-spacing: 0.03em;
        text-align: left;
    }
    .indexIntroductionCaption .leftCatchCopy h2, .IndexCwDetail .centerCatchCopy{
        font-size: 5vw;
    }
    .indexIntroductionCaption .leftCatchCopy + p{
        line-height: 2;
    }
    .IndexCwDetail .centerCatchCopy{
        text-align: center;
        padding: 0;
    }
    .mainContentsIndex::before,
    .mainContentsIndex::after {
        border: 0;
    }
    .indexIntroductionCaption {
        padding-top: 12vw;
        max-width: 767px;
        width: calc(100vw - 10.66vw);
        margin-right: auto;
        margin-left: auto;
    }
    .indexIntroductionCaption .centerCatchCopy {
        font-size: 4.8vw;
        margin-bottom: 14vw;
    }
    .indexIntroductionCaption .centerCatchCopy p {
        line-height: 2.4em;
        font-size: 3.2vw !important;
    }
    .indexIntroductionCaption .centerCatchCopy p:first-child {
        margin-top: 4vw;
        padding: 2vw;
    }
    .indexIntroductionContents {
        margin-bottom: 60px;
    }
    .indexIntroductionFeature{
        padding-bottom: 0;
    }
    .indexIntroductionFeature .featuresGrid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .indexIntroductionFeature .featureCard {
        padding: 40px 30px 30px;
    }
    .indexIntroductionFeature .featureTitle {
        font-size: 1.2em;
    }
    .indexIntroductionFeature .featureDesc {
        font-size: 0.9em;
    }
    .indexIntroductionSpaceWrap{
        margin-top: 30px;
        margin-bottom: 0;
        gap: 0;
    }
    .indexIntroductionSpaceInwrap {
        width: 48%;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .indexIntroductionSpaceInwrap .cornerFlag {
        border-right: 20px solid transparent;
        border-top: 20px solid #F1D761;
    }
    .indexIntroductionSpaceText {
        font-size: 14px;
    }
    /* スペース紹介モーダル（PC ベースの SP 上書き） */
    .modalGalleryContent {
        width: 95%;
        gap: 10px;
    }
    .modalGalleryImage {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }
    .modalGalleryCaption {
        font-size: 14px;
        padding: 8px 15px;
    }
    .modalGalleryPrev,
    .modalGalleryNext {
        font-size: 15px;
        padding: 5px;
    }
    .modalGalleryClose {
        top: 15px;
        right: 15px;
        font-size: 35px;
    }
    .galleryZoomIcon {
        width: 20px;
        height: 20px;
        bottom: 3px;
        right: 3px;
    }
    .galleryZoomIcon i {
        font-size: 12px;
    }
    .indexIntroFacility {
        text-align: center;
        padding-bottom: 0;
    }
    .indexIntroFacility .storeFacilityList {
        margin-top: 10.66vw;
    }
    .indexIntroFacility .storeFacilityList ul{
        gap: 5%;
    }
    .indexIntroFacility .storeFacilityList ul li{
        flex-basis: 25%;
        margin: 0 auto 20px !important;
    }
    .indexIntroFacility .storeFacilityList ul li .storeFacilityIcon{
        width: 40px;
    }

    .indexIntroFacility .storeFacilityList li .facilityCaption {
        font-size: 2.5vw !important;
    }
    .storeFacilityList ul li .facilityCaption {
        margin-top: 5px;
        height: auto;
        display: none;
    }
    .mainHero > .index_top_bn {
        display: none;
    }
    .mainHeroCatchCopy + .index_top_bn {
        position: absolute;
        z-index: 3;
        top: auto;
        bottom: 20%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 20px;
    }
    .mainHeroCatchCopy + .index_top_bn img{
        display: block;
        width: 100%;
        height: auto;
    }
    .mainHeroCatchCopy + .index_top_bn a{
        display: block;
    }
    /* ドロップイン利用の流れ・備考・料金プラン枠（style.css 767px より移設） */
    .indexIntroductionUseInwrap {
        width: 100%;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: stretch;
        gap: 20px;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap .indexIntroductionUseText span {
        font-size: 12px;
    }
    .indexIntroductionUseInwrap:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .indexIntroductionUseWrap .indexIntroductionUseImg {
        width: 20%;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap:not(:last-of-type) {
        margin-right: 0;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap:not(:last-of-type)::after {
        top: auto;
        bottom: -60%;
        left: calc(50% - 13px);
        border: 13px solid transparent;
        border-top: 13px solid #F1D661;
        z-index: 1;
        transform: rotate(0turn);
    }
    .detailBoxInwrap .indexIntroductionServiceImg {
        width: 70px;
        height: 70px;
    }
    .indexIntroductionUseWrap .indexIntroductionUseInwrap .indexIntroductionUseText {
        width: 60%;
    }
    .indexIntroductionPlanWrap.detailBox {
        width: 100%;
    }
    .PlanCol{
        width: 100%;
        font-size: 3.7vw;
        line-height: 1.5;
        letter-spacing: 0.03em;
    }
    .PlanCol td:nth-of-type(1){
        line-height: 1.5;
    }
    .PlanCol .yellowArrowLink span{
        font-size: 3.2vw;
    }
    .PlanCol:first-of-type .yellowArrowLink span::before{
        left: 128px;
    }
    .PlanCol:first-of-type .yellowArrowLink span::after{
        width: 135px;
    }
    .PlanCol:last-of-type .yellowArrowLink span::before{
        left: 169px;
    }
    .PlanCol:last-of-type .yellowArrowLink span::after{
        width: 180px;
    }
    .PlanCol .PlanColPrice{
        font-size: 6vw;
    }
    .PlanCol tr{
        height: 70px;
    }
    .PlanCol td{
        padding: 0;
    }
    .PlanCol table {
        width: auto;
        max-height: 500px;
        margin: 0 20px;
    }
    .PlanCol tr td {
        line-height: 18px;
        padding: 0;
    }
    .PlanCol:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .PlanCol .kome {
        padding-top: 8px;
        display: block;
    }
    .PlanCol .PlanColPrice {
        font-size: 25px;
    }
    .PlanCol tr td:nth-of-type(1) {
        line-height: 22px;
    }
    .PlanCol .yellowArrowLink span {
        font-size: 80%;
    }
    .PlanCol .yellowArrowLink span::after {
        left: -6px;
        width: 333px;
    }
    .PlanCol .yellowArrowLink span::before {
        left: 320px;
    }
    .PlanCol p {
        margin-left: 0;
    }
    .mainContentsCoworking .PlanCol table {
        margin: 0;
    }
    .mainContentsCoworking .PlanCol .yellowArrowLink {
        margin: 20px 0;
    }
    /* 店舗一覧 SP（style.css 767px より移設。top.css ベースの 45% 幅が後勝ちするためここで上書き） */
    .indexStorelistWrap {
        margin: 20px 0;
        width: 100%;
    }
    .indexStorelistWrap .indexStoreCol {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .indexStorelistImg,
    .indexStorelistText {
        width: 100%;
    }
    .indexStorelistText .storeName h3 {
        font-size: 4vw;
    }
    .indexStorelistImg img {
        height: 16vh;
    }
    .indexStorelistText {
        margin-left: 0;
        position: relative;
    }
    .indexStorelistText p span {
        font-weight: bold;
    }
    .indexStorelistText .storeName h3 {
        padding-top: 10px;
    }
    .indexStorelistWrap .storeListFacilities {
        margin-bottom: 10px;
        position: absolute;
        top: -30px;
        left: 10px;
    }
    .indexStorelistWrap .indexStoreCol:not(:last-child) {
        margin-bottom: 40px;
    }
    .indexStorelistWrap .yellowArrowLink {
        margin-top: 10px;
    }
    .indexStorelistText .yellowArrowLink span::before {
        left: 102px;
    }
    .indexStorelistText .yellowArrowLink span::after {
        width: 105px;
    }
    .indexStorelistWrap .storeListFacilities .storeListFacility {
        line-height: 1;
        padding: 3px 3px 3px 0px;
        background: #ffffffcf;
        font-size: 3vw;
    }
    #indexIntorduction .indexStorelistWrap .storeListFacilities .storeListFacility p {
        font-size: 2.6vw;
    }
    .indexStorelistText .yellowArrowLink span {
        font-size: 3.2vw;
    }
    /* 法人向けサービス SP（1024px の .detailBoxInwrap.indexIntroductionServiceInwrap 48% が後勝ちするため上書き） */
    .indexService .detailBoxInwrap {
        padding: 20px;
    }
    .indexService .detailBoxInwrap.indexIntroductionServiceInwrap,
    .indexService .indexIntroductionServiceInwrap {
        width: 100%;
    }
    .indexService .indexIntroductionServiceInwrap .indexIntroductionServiceText p {
        text-align: center !important;
    }
    .indexService .detailBoxInwrap:nth-child(odd) {
        margin-right: 0;
    }
    .indexService {
        margin: 20px 0 0;
    }
    .indexService .yellowArrowLink span::after {
        left: -10px;
    }
    .indexService .yellowArrowLink span::before {
        left: 78px;
    }
    .indexService .detailBoxInwrap h3 {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .indexService .cornerFlag {
        border-right: 50px solid transparent;
        border-top: 50px solid #F1D761;
    }
    /* トップ専用バナー・プラン見出し・施設一覧（style.css 767px より移設） */
    .col1 .bn_area {
        width: 100%;
        margin: 0;
    }
    .indexWrap .col1 .bn_area {
        width: 100%;
        margin: 10px;
    }
    .btm_bn {
        margin: 20px auto 0px;
        display: block;
    }
    .btm_bn:first-of-type {
        margin-top: 60px;
    }
    .index_btm_bn {
        display: block;
    }
    .page_bn_area.monthly_page_bn a {
        max-width: 450px;
        width: 90%;
        margin: 0 10px 8px;
    }
    .indexIntroductionPlan .PlanType{
        font-size: 4vw;
        letter-spacing: 1px;
    }
    .indexFacilityListWrap .yellowArrowLink {
        text-align: center;
    }
    .indexFacilityListWrap .yellowArrowLink span, .indexStorelistText .yellowArrowLink span{
        font-size: 3.2vw;
    }
    .indexFacilityListWrap .yellowArrowLink span::before {
        top: 12px;
        left: 200px;
    }
    .indexFacilityListWrap .yellowArrowLink span::after {
        left: 0;
        width: 200px;
    }
    .indexWrap .page_bn_area {
        flex-wrap: wrap;
    }
    /* トップ内ブログ枠 SP（style.css の .blogThumbnails に依存。1024 の 48% を 100% に戻す） */
    .indexIntroductionBlog .blogThumbnails .blogThumbnailBox {
        margin-bottom: 20px;
        width: 100%;
    }
    .indexIntroductionContents .blogThumbnailText .blogThumbnailTitle {
        margin-top: 3px;
        margin-bottom: 0;
    }
    .indexIntroductionContents .blogThumbnailmage {
        height: 140px;
        width: 100%;
    }
}
