@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- direction_mark
- page_ttl
- intro_sec
- future_sec
-------------------------*/
/*============================
direction_mark
============================*/
.caption01 {
    color: var(--color_white);
    font-size: 1.2rem;
    right: 11px;
    position: absolute;
    right: 11px;
    bottom: 13.9px;
}
@media screen and (max-width: 768px) {
    .caption01 {
        font-size: 0.9rem;
        right: 7px;
    }
}

/*============================
#page_ttl
============================*/
#page_ttl {
    background: url(../modelroom/img/kv.jpg) no-repeat;
    background-size: cover;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    #page_ttl {
        background: url(../modelroom/img/kv_sp.jpg) no-repeat;
        background-size: cover;
        height: 90vh;
    }
}
#page_ttl .caption01 {
    text-align: right;
    right: 26px;
}
@media screen and (max-width: 768px) {
    #page_ttl .caption01 {
        right: 12px;
    }
}
#page_ttl .scroll p::before, #page_ttl .scroll p::after {
    z-index: 10;
}

/*============================
#modelroom_sec
============================*/
#modelroom_sec {
    position: relative;
    z-index: 1;
    color: var(--color_white);
}
@media screen and (max-width: 768px) {
    #modelroom_sec::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -2;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-image: url(../modelroom/img/bg_bk_sp.png);
        background-size: cover;
    }
}
#modelroom_sec .img {
    position: relative;
}
#modelroom_sec .modelroom {
    background: url(../modelroom/img/bg_bk.png) no-repeat left top;
    background-size: cover;
    padding: 1px 0;
    background-attachment: fixed;
    padding-bottom: 160px;
    position: relative;
    z-index: 2;
}
#modelroom_sec .modelroom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: -1;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .modelroom {
        padding-bottom: 90px;
        background: none;
    }
}
#modelroom_sec .modelroom .st01 {
    color: rgba(255, 255, 255, 0.75);
}
#modelroom_sec .modelroom .imgbox {
    padding-top: 100px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .modelroom .imgbox {
        padding-top: 50px;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-end;
        padding-right: 20px;
    }
}
#modelroom_sec .modelroom .imgbox:last-child {
    padding-top: 6.2%;
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .modelroom .imgbox:last-child {
        padding-right: 0;
        padding-left: 20px;
    }
}
#modelroom_sec .modelroom .imgbox figure {
    position: relative;
}
#modelroom_sec .modelroom .imgbox .img01,
#modelroom_sec .modelroom .imgbox .img03 {
    width: 60.417%;
    padding-bottom: 5.3%;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .modelroom .imgbox .img01,
    #modelroom_sec .modelroom .imgbox .img03 {
        padding-bottom: 30px;
        width: 100%;
    }
}
#modelroom_sec .modelroom .imgbox .img02,
#modelroom_sec .modelroom .imgbox .img04 {
    width: 28.083%;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .modelroom .imgbox .img02,
    #modelroom_sec .modelroom .imgbox .img04 {
        width: calc(66.2% - 20px);
    }
}
#modelroom_sec .modelroom .imgbox .img02 {
    padding: 0 6% 0 5.5%;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .modelroom .imgbox .img02 {
        padding: 0;
    }
}
#modelroom_sec .modelroom .imgbox .img04 {
    padding: 0 5.5% 0 6%;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .modelroom .imgbox .img04 {
        padding: 0;
    }
}
#modelroom_sec .space {
    background: url(../modelroom/img/bg_gr.png) no-repeat left bottom;
    background-size: cover;
    padding: 1px 0;
    background-attachment: fixed;
    padding: 160px 0 200px;
    position: relative;
    z-index: 2;
}
#modelroom_sec .space::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: -1;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space {
        padding: 90px 0;
        background: none;
        z-index: 1;
    }
    #modelroom_sec .space::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-image: url(../modelroom/img/bg_bk_sp.png);
        background-size: cover;
    }
}
#modelroom_sec .space .point {
    margin-top: 100px;
    display: grid;
    grid-gap: 160px;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point {
        margin-top: 60px;
        grid-gap: 73.6px;
    }
}
#modelroom_sec .space .point_box .catch02 {
    padding: 5px 0 15px 25px;
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box .catch02 {
        padding: 5px 0 10px 15px;
    }
}
#modelroom_sec .space .point_box .catch02::before {
    position: absolute;
    content: "";
    width: calc(100% - 25px);
    height: 1px;
    left: 25px;
    bottom: 0;
    background: var(--color_white);
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box .catch02::before {
        left: 15px;
        width: calc(100% - 15px);
    }
}
#modelroom_sec .space .point_box .catch02::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--color_bauschampagne_gold);
}
#modelroom_sec .space .point_box .catch02 span:first-child {
    color: var(--color_bauschampagne_gold);
    margin-right: 25px;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box .catch02 span {
        display: block;
    }
}
#modelroom_sec .space .point_box .img.col2, #modelroom_sec .space .point_box .img.col3, #modelroom_sec .space .point_box .img.col4 {
    display: grid;
    grid-gap: 30px;
}
#modelroom_sec .space .point_box .img.col2 {
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box .img.col2 {
        grid-template-columns: 1fr;
    }
}
#modelroom_sec .space .point_box .img.col3 {
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box .img.col3 {
        grid-template-columns: 1fr;
    }
}
#modelroom_sec .space .point_box .img.col4 {
    grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box .img.col4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
#modelroom_sec .space .point_box .img + .img {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box .img + .img {
        margin-top: 40px;
    }
}
#modelroom_sec .space .point_box-ttl {
    font-size: 21px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    margin: 30px 0 15px;
}
#modelroom_sec .space .point_box-ttl span {
    color: var(--color_bauschampagne_gold);
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box-ttl {
        gap: 15px;
        margin: 20px 0 10px;
        font-size: 1.6rem;
    }
}
#modelroom_sec .space .point_box .txt01 {
    line-height: 2;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box .txt01 {
        line-height: 2.2;
    }
}
#modelroom_sec .space .point_box .catch02 + p {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box .catch02 + p {
        margin-top: 20px;
    }
}
#modelroom_sec .space .point_box p + .img,
#modelroom_sec .space .point_box .catch02 + .img {
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    #modelroom_sec .space .point_box p + .img,
    #modelroom_sec .space .point_box .catch02 + .img {
        margin-top: 30px;
    }
}

/*============================
include
============================*/
.ft_btn_area,
.contents_nav,
.notes_area {
    position: relative;
    z-index: 2;
}

.notes_area {
    background: #fff;
}
/*# sourceMappingURL=modelroom.css.map */