@charset "UTF-8";


/* -----------------------------------------------------------
	LIMITED共通
----------------------------------------------------------- */
body {
    box-sizing: border-box;
}

main {
    font-family: var(--sub-font);
    padding: 184px 0 50px;
}

h2 {
    margin-bottom: 50px;
}

h2 img {
    width: auto;
    height: 30px;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
}


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

    h2 {
        margin-bottom: 10px;
    }

    h2 img {
        width: auto;
        height: 18px;
    }
}

@media screen and (max-width: 1000px) {
    h2 {
        margin-bottom: 30px;
    }

    h2 img {
        width: auto;
        height: 20px;
    }
}

@media screen and (max-width: 767px) {
    main {
        padding: 100px 0 0;
    }

    h2 {
        margin-bottom: 30px;
    }

    .floating-menu .list li {

        width: calc(100% / 3);
    }
}




/*メインエリア共通*/
.main_area .wrap {
    display: flex;
    align-items: flex-end;
    gap: 5%;
}

.limited.main_area .wrap {
    justify-content: center;
}


.main_area .wrap .left {
    max-width: 45%;
    position: relative;
}

.main_special_pc {
    display: block;
}

.main_special_tabsp {
    display: none;
}

.main_area .wrap .left .cap {
    color: #fff;
    position: absolute;
    text-shadow: 0 0 2px #000;
    bottom: 4px;
    right: 8px;
    font-size: 12px;
    font-family: var(--main-font);


}

.main_area .wrap .right {
    flex: 1;
    width: 50%;
    padding-right: 5%;
}

.main_area .wrap .right ul {
    display: flex;
    gap: 3%;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-size: 12px;
}

.main_area .wrap .right ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 3);
}

.main_area .wrap .right ul li .text {
    line-height: 1.6em;
    margin-bottom: 10px;
}

.main_area .wrap .right ul li .image {}

.main_area .wrap .right ul li .image span {}

.main_area .wrap .right ul li a {
    border-bottom: 1px solid #4d4a52;
    display: block;
    padding: 5px 0;
}

.main_area .wrap .right ul li a :hover {
    opacity: 0.6;
    transition: opacity 0.6s ease;
}

.main_area .wrap .right ul li img.readmore {}


.main_area .wrap .right .title_contents {
    margin-bottom: 20px;
}

.main_area .wrap .right .title_contents img {
    width: 112px;
}

.main_area .wrap .right ul li .text .vol img {
    height: 8px;
    width: auto;
    margin-bottom: 8px;
}



/*サブエリア共通*/
.sub_area .title {
    margin: 0 auto 60px;
    position: relative;
    display: inline-block;
    /* 必要に応じて */
    padding-bottom: 10px;
    font-size: 30px;
}

.sub_area .title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    /* 画像の下から8px下に線を配置（必要に応じて調整） */
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    /* 横線の長さ */
    height: 2px;
    /* 線の太さ */
    background-color: #333;
    /* 線の色 */
}

.sub_area {
    text-align: center;
}

.sub_area .cap {
    display: block;
    text-align: right;
    padding: 0 10px 0 0;
    font-family: var(--main-font);
}

.sub_area .text {
    padding: 50px 0 70px;
}

.parallax_container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.parallax_inner {
    position: absolute;
    top: -324px;
    left: 0;
    width: 100%;
    height: 150%;
    /* 1.5倍で上下余白を作る */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(0);
    will-change: transform;
}



.cap {
    font-size: 10px;
}

@media screen and (max-width: 1200px) {
    .main_area .wrap {
        gap: 3%;
    }

    .main_area .wrap .left {
        max-width: 43%;
    }

    .main_area .wrap .right {
        width: 54%;
        padding-right: 2%;
    }

    .main_area .wrap .right .title_contents {
        margin-bottom: 15px;
    }

    .main_area .wrap .right ul li .image img.readmore {}

    .main_area .wrap .right ul li:nth-child(3) .image img.readmore {}
}

@media screen and (max-width: 1000px) {
    .main_area {
        padding: 0;
    }

    .main_area .wrap .left {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .main_area .wrap .right {
        width: 90%;
        padding-right: 0;
    }

    .main_area .wrap {
        align-items: center;
        gap: 5%;
        flex-direction: column;
    }

    .main_area .wrap .left .main_special_pc {
        display: none;
    }

    .main_area .wrap .left .main_special_tabsp {
        display: block;
    }

    .parallax_container {
        height: 350px;
    }

    .sub_area .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .main_area .wrap .right {
        width: 90%;
        padding-right: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .main_area .wrap .right .title_contents img {
        width: 136px;
    }

    .main_area .wrap .right ul {
        font-size: 12px;
        flex-direction: column;
        width: 70%;
    }

    .main_area .wrap .right ul li {
        margin-bottom: 35px;
        width: 100%;
    }

    .main_area .wrap .right ul li .text {
        line-height: 1.3;
        font-size: 14px;
    }

    .main_area .wrap .right .title_contents {
        margin-bottom: 20px;
    }

    .main_area .wrap .right ul li .image img.readmore {
        height: 100%;
    }

    .main_area .wrap .right ul li a {
        padding: 10px 0;
    }

    .main_area .wrap .right ul li:nth-child(3) .image img.readmore {}

    .sub_area .title {
        font-size: 16px;
        margin: 0 auto 40px;
    }

    .sub_area .text2 {
        line-height: 2.2;
        letter-spacing: -0.02em;
    }

    .parallax_container {
        height: 250px;
    }

    .parallax_inner {
        top: -466px;
    }

}

.limited_title {
    margin: 0;
    padding: 70px 0;
    text-align: center;
}

.limited_title img {
    width: 85%;
}

/* limited_bg */
.limited_bg {
    position: relative;

}

.limited_bg img {
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
    aspect-ratio: 16/9;
    height: 95vh;
}

.limited_bg::after {
    font-size: 12px;
    font-family: var(--main-font);
    content: "エントランスアプローチ完成予想CG";
    color: #fff;
    position: absolute;
    bottom: .5em;
    right: 1em;
}

@media (max-width: 767px) {

    .limited_title {
        text-align: center;
        padding: 40px 0;
    }

    .limited_title img {
        width: 80%;
    }

    .limited_bg::after {
        font-size: 10px;
    }

}

/* block_area_01 */

.block_area_01 {
    font-family: var(--main-font);
    background-image: url(../../limited/img/plan_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 250px;
    position: relative;
}

.block_area_01::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.block_area_01::after {
    font-size: 12px;
    font-family: var(--main-font);
    content: "Cタイプリビング完成予想CG";
    color: #fff;
    position: absolute;
    bottom: .5em;
    right: 1em;
}

.block_area_01::after {
    font-size: 12px;
    font-family: var(--main-font);
    content: "Cタイプリビング完成予想CG";
    color: #fff;
    position: absolute;
    bottom: .5em;
    right: 1em;
}


.plan_title {
    text-align: center;
}

/* ctype */

.ctype {
    background-color: #f9f8f4;
    padding: 60px 0;

}

.ctype_text {
    padding: 60px 0;
    text-align: center;
}

.ctype_text img {
    width: 62%;
}

.ctype_button {
    text-align: center;
    margin-top: 125px;
}

.view_more-icon {
    display: inline-block;
    background-color: unset;
    padding: 22px 10px;
    background-color: #fff;
    line-height: 1;
    transition: 0.4s;
    max-width: 550px;
    width: 100%;
    opacity: 0.8;
}


.view_more-icon img {
    max-width: 150px;
    width: 100%;
}

@media (any-hover: hover) {
    .view_more-icon:hover {
        opacity: 1;
        cursor: pointer;
    }
}

.ctype_image {
    position: relative;
    overflow: hidden;
    height: 1px;
    transition: opacity .4s;
    background-color: #fff;
    margin-top: 40px;
    padding: 0;
    opacity: 0;
    padding: 60px 0;
}

.ctype_image.open {
    height: 100%;
    transition: .4s;
    opacity: 1;
}

.ctype_image .type_c-image img {
    width: 55%;
    height: 0;
    transition: opacity .4s;
    opacity: 0;
    height: 760px;
}

.ctype_image.open .type_c-image img {
    height: 100%;
    transition: .4s;
    opacity: 1;
}

.ctype_list {
    position: relative;
}

.ctype_list .color01 {
    display: inline-block;
    width: 40px;
    height: 10px;
    background-color: #dad2c2;
    margin-right: 0.5em;
}

.ctype_list .color02 {
    display: inline-block;
    width: 40px;
    height: 10px;
    background-color: #b6b998;
    margin-right: 0.5em;
}

.type_c-image {
    text-align: center;
    margin: 60px 0 30px;
    margin: 60px auto 30px;
    max-width: 480px;
    width: 90%;
}

.type_name {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.type_name::after {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #4d4a52;
}

.type_name img {
    max-width: 160px;
}

.ctype_info-tite {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.asterisk {
    position: relative;
}

.asterisk::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.number_01 {
    font-family: var(--main-font);
    font-size: 18px;
}

.number_01 b {
    font-size: 24px;
}

.area_number-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.area_number .number_01 {
    font-size: 1.4rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.area_number .number_01 .font_style {
    font-size: 2.4rem;
    margin-left: 10px;
    margin-left: auto;
}

.area_number .number_01 .dots {
    flex-grow: 1;
    margin: 0 10px;
    border-bottom: 2px dotted #444;
    height: 1px;
    padding: 0 10px;
}

.area_number .number_01::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #4d4a52;
    border-radius: 50px;
    margin-right: 5px;
}

.view_close-icon {
    background-color: #f9f8f4;
    transition: 0.4s;
}

.ctype_button-close {
    margin-top: 0;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.view_close-icon img {
    max-width: 70px;
    width: 100%;
}

.view_print-icon {
    background-color: #f9f8f4;
    transition: 0.4s;
}

.view_print-icon img {
    max-width: 90px;
    width: 100%;
}

.ctype_button-print {
    margin-top: 0;
    display: flex;
    gap: 30px;
    justify-content: center;
}

@media (any-hover: hover) {
    .view_close-icon:hover {
        opacity: 0.4;
        cursor: pointer;

    }

    .view_print-icon:hover {
        opacity: 0.4;
        cursor: pointer;

    }
}

@media (max-width: 767px) {
    .block_area_01::after {
        font-size: 10px;
    }

    .plan_title img {
        max-width: 75px;
    }

    .ctype_button {
        margin-top: 40px;
    }

    .ctype_image {
        padding: 30px 0;
    }

    .ctype_text {
        padding: 30px 0;
    }

    .ctype_text img {
        width: 85%;
    }

    .ctype_image .type_c-image img {
        width: 100%;
        height: auto;
    }

    .block_area_01 {
        padding: 100px 0;
    }

    ul.kome {
        padding: 20px 0 20px 0;
    }

    ul.kome li {
        text-indent: 0;
    }

    .type_name {
        padding-right: 10px;
        margin-right: 10px;
    }

    .type_name img {
        max-width: 70px;
    }

    .number_01 {
        font-size: 13px;
    }

    .number_01 b {
        font-size: 18px;
    }

    .view_more-icon {
        background-color: rgba(255, 255, 255, 1);
        opacity: 1;
    }

    .view_more-icon img {
        max-width: 100px;
        width: 100%;
    }

    .view_close-icon img {
        max-width: 70px;
        width: 100%;
    }

    .ctype_button-close {
        margin-top: 0;
    }

    .limited_bg img {
        height: 35vh;
    }

    .area_number-inner {
        flex-direction: column;
    }

    .area_number .number_01::before {
    position: absolute;
    left: -1.2em;
}

}

/* block_area_02 */
.block_area_02 {
    background-image: url(../../limited/img/booking_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 400px 0;
    position: relative;
}

.block_area_02::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.block_area_02::after {
    font-family: var(--main-font);
    font-size: 12px;
    content: "GM BASE OSAKAエントランスホール（撮影年月2025年10月）";
    color: #fff;
    position: absolute;
    bottom: 0.5em;
    right: 1em;
    z-index: 1;
}

.block_area_02 .comon_link {
    font-family: var(--main-font);
    font-size: 26px;
    height: auto;
    padding: 10px;
    width: 100%;
    max-width: 550px;
    transition: .4s;
    background-color: rgba(77, 74, 82, .7);
    opacity: 1;
}

.entry_title {
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    padding: 60px 0;

}


.type-modal__frame .view_close-icon {
  display: none !important;
}

@media (any-hover: hover) {
    .block_area_02 .comon_link:hover {
        background-color: rgba(77, 74, 82, 1);
        opacity: 1;
    }
}

@media (max-width: 767px) {

    .block_area_02 {
        padding: 140px 0;
    }

    .block_area_02::after {
        font-size: 10px;
    }

    .block_area_02 .comon_link {
        font-size: 18px;
        background-color: rgba(77, 74, 82, 1);
        opacity: 1;
    }

    .entry_title {
        font-size: 20px;
        padding: 40px 0;
    }

}
@media (max-width: 1100px) {
    .area_number{
        width: 45%;
    }
    .area_number:nth-last-of-type{
        width: 53%;
    }
}

/* スマホだけスライダー化 */
@media (max-width: 767px) {
    #special_03 .box_bottom .bottom ul {
        display: none;
    }

    .slider2 {
        margin-inline: auto;
    }

    .slider-img {
        margin: 0 5px;
    }

    .slick-initialized .slick-slide {
        width: 300px;
    }

    .slider2 .slick-slide img {
        height: auto;
        /* アスペクト比を保持 */
        margin: 0 auto;
        /* 中央寄せ */
        display: block;
    }

    .area_number-inner {
        flex-direction: column;
    }
    .area_number{
        width: 100%;
    }
    .area_number:nth-last-of-type{
        width: 100%;
    }
    .area_number .number_01::before {
    position: absolute;
    left: -1.2em;
}
}



@media (max-width: 500px) {
    .slick-initialized .slick-slide {
        width: 240px;
    }

}


/* -----------------------------------------------------------
	PRINT (限定：ctypeセクションのみ印刷)
----------------------------------------------------------- */
@media print {
    @page {
        margin: 12mm;
    }

    html,
    body {
        background: #fff !important;
    }

    body {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* いったん全て印刷対象から外す */
    body * {
        visibility: hidden !important;
    }

    /* 該当セクションだけ印刷する */
    section.block_area.ctype,
    section.block_area.ctype * {
        visibility: visible !important;
    }

    /* 紙面左上から開始 */
    section.block_area.ctype {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
    }

    /* 画面用の余白を無効化 */
    main {
        padding: 0 !important;
    }

    /* 印刷に不要なボタン類は隠す */
    .ctype_button,
    .ctype_button-close,
    button {
        display: none !important;
    }

    /* 画像がはみ出さないように */
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* 背景色が消えないように（凡例） */
    .ctype_list .color01,
    .ctype_list .color02 {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* タイプ名タイトル画像を少し小さく */
    .type_name img {
        max-width: 120px !important;
    }

    .area_number .number_01 {
        font-size: 10px;
    }

    .area_number .number_01 span {
        font-size: 16px;
    }

    .type_c-image img {
        width: 70%;
    }

    .area_number .number_01 .dots {
        padding: 0;
    }

    .area_number .number_01 .font_style {
        font-size: 1.8rem;
    }

    .area_number {
        width: 100%;
    }

    .area_number:last-of-type {
        width: 100%;
    }
}