@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

#contents {
    font-family: YakuHanJP, 'Zen Old Mincho', serif;
}

.pc_box {
    display: flex !important;
}

.sp_box {
    display: none !important;
}

.under340_sp {
    display: none !important;
}

#cboxContent {
    background: transparent !important;
    margin-top: 0 !important;
}

#cboxLoadedContent {
    background: transparent !important;
}

@media screen and (max-width: 640px) {
    .pc_box {
        display: none !important;
    }

    .sp_box {
        display: flex !important;
    }
}

/*-landscape-*/

#landscape_block {
    margin: 105px 0 131px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.land_intro_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 400;
}

.intro_title {
    width: 235px;
    height: auto;
    margin-bottom: 65px;
}

.intr_p {
    font-size: 39px;
    line-height: 5.8rem;
    margin-bottom: 55px;
    letter-spacing: -0.4px;
    font-feature-settings: "smcp", "zero";
    font-weight: 400;
}

.sub_title {
    margin-bottom: 20.5px;
}

.land_intro p {
    font-size: 15px;
    margin-bottom: 32px;
}

.landscape-img.img02_box {
    margin: 20px 0 45px;
}

.landscape-img {
    max-width: 1340px;
    width: 90%;
    margin-top: 20px;
}

.landscape_detail {
    width: 90%;
    max-width: 1100px;
    margin: 39px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.landscape_detail>* {
    width: calc((100% - 50px) / 3);
}

.landscape_detail>*:nth-of-type(3) {
    pointer-events: none;
}

/*-tile design-*/

#tile_design_block {
    margin: 0 0 60px 0;
}

.tile_inner {
    max-width: 1100px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tile_inner::after {
    content: "";
    background: url(../img/landscape/deco01.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100%;
    position: absolute;
    left: -120px;
    top: -60px;
}

.tile_top_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 110px;
    position: relative;
    left: -23.5%;
}

.tile_top_box.box_01 .title_box {
    display: flex;
    flex-direction: column;
    max-width: 580px;
    width: 100%;
    height: auto;
    background: #F7F5ED;
    padding: 20px 90px 20px 60px;
    position: relative;
    left: -50px;
}

.tile_top_box.box_02 .title_box {
    display: flex;
    flex-direction: column;
    max-width: 580px;
    width: 100%;
    height: auto;
    background: #F7F5ED;
    padding: 20px 60px 20px 90px;
    position: relative;
    right: -560px;
}

.line_deco {
    max-width: 426px;
    height: auto;
    margin: 40px 0 40px 0;
}

.tile_deco {
    width: 215px;
    height: auto;
}

.title_box .title_p {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: -2.5px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.title_box .title_p.lh {
    line-height: 1.45;
}

.title_box p {
    letter-spacing: normal;
    line-height: 1.8em;
    width: 100%;
}

.caption {
    font-size: 11px;
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}

.tile_top_box.box_01 .photo_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    bottom: -35px;
    right: -530px;
    width: 620px;
}

.photo_box_another {
    display: flex;
    flex-direction: row;
}

.tile_top_box.box_02 .photo_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    bottom: 35px;
    left: 0px;
    width: 620px;
}



.scape_photos {
    width: calc((100% - 60px) / 3);
    margin-bottom: 55px;
    position: relative;
}

.scape_photos p {
    letter-spacing: -0.4px;
}

.scape_img_cap {
    position: relative;
}

.scape_img_cap img {
    width: 100%;
}

.scape_img_cap p {
    position: absolute;
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    font-size: 11px;
    bottom: 1%;
    right: 2%;
}
.scape_img_cap p.wh {
    color: #FFFFFF;
}

.photo_cap {
    line-height: 1.8em;
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    font-size: 15px;
}

.cap_white {
    color: #FFFFFF;
}

.photo_title {
    font-size: 21px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 15px 0 18px 0;
}

/* .sec_box {
    position:relative;
    right:-290px;
} */

.attention {
    font-size: 12px;
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: center;
    max-width: 100%;
    letter-spacing: -1px;
    margin-top: 35px;
}

.fir_box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    /* left:-100px; */
}

@media screen and (max-width: 1200px) {
    .sub_title {
        width: 90%;
        margin-bottom: 34px;
    }

    .tile_top_box.box_01 .title_box {
        width: 95%;
        left: 5%;
    }

    .tile_top_box.box_02 .title_box {
        width: 95%;
        right: -90%;
    }

    .line_deco {
        width: 100%;
    }

    .title_box .title_p {
        font-size: 25px;
    }

    .tile_top_box.box_01 .photo_box {
        width: 85%;
        bottom: -4vw;
        right: -80%;
    }

    .tile_top_box.box_02 .photo_box {
        width: 85%;
        left: 20%;
    }

    .tile_inner::after {
        width: 8%;
        left: -0.5%;
    }

    .contents_inner {
        width: 100%;
    }

    .contents_inner.card_inner {
        width: 95%;
    }

    /* .sec_box {
        right:-8vw;
    } */

    /* .scape_photos {
        margin-right: 4vw;
    } */
    .attention {
        max-width: 90%;
    }

    /* .fir_box {
        left:0;
    } */

}

@media screen and (max-width: 940px) {
    .tile_top_box.box_01 {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 30px;
        width: 80%;
        left: 0;
    }

    .tile_top_box.box_02 {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 30px;
        width: 80%;
        right: 0;
        left: auto;
    }

    .tile_inner {
        align-items: center;
    }

    .tile_top_box.box_01 .title_box {
        width: 90%;
        left: -5%;
    }

    .tile_top_box.box_01 .photo_box {
        width: 70%;
        bottom: 5vw;
        right: -30vw;
        position: relative;
    }

    .tile_top_box.box_02 .title_box {
        width: 95%;
        right: -18.3vw;
    }

    .tile_top_box.box_02 .photo_box {
        width: 70%;
        bottom: 5vw;
        left: -4vw;
        position: relative;
    }

    .tb_margin {
        width: 95%;
    }

    .fir_box {
        gap: 20px;
    }

    .scape_photos {
        width: calc((100% - 20px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {

    p {
        font-size: 13px;
    }

    #landscape_block {
        margin: 50px 0 40px 0;
    }

    .tile_inner {
        width: 100%;
    }

    .intr_p {
        font-size: 21px;
        line-height: 3.8rem;
        margin-bottom: 34px;
    }

    .intro_title {
        width: 65%;
        margin-bottom: 38px;
    }

    .landscape-img.img02_box {
        margin: 20px 0 20px;
    }

    .landscape-img {
        width: 100%;
        object-fit: cover;
        margin-top: 0;
    }

    .landscape-img.img02_box img {
        width: 100%;
        transform: none;
    }

    .landscape-img img {
        display: block;
        width: 118.8vw;
        max-width: initial;
        transform: translateX(-10vw);
    }

    .landscape_detail {
        row-gap: 15px;
    }

    .landscape_detail>* {
        width: 100%;
    }

    .landscape_detail img {
        width: 100%;
    }

    .tile_inner::after {
        content: none;
    }

    .tile_top_box.box_01,
    .tile_top_box.box_02 {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px;
    }

    .tile_top_box.box_01 .title_box {
        padding: 5px 5% 70px;
        height: auto;
        width: 95%;
        position: relative;
        left: -3vw;
    }

    .tile_top_box.box_02 .title_box {
        padding: 5px 5% 40px;
        height: auto;
        width: 95%;
        position: relative;
        right: -3vw;
    }

    .line_deco {
        margin: 25px 0;
    }

    .title_box p {
        width: 100%;
    }

    .sp_p {
        font-size: 12px;
    }

    .title_box .title_p {
        font-size: 21px;
    }

    .tile_deco {
        width: 55%;
    }

    .tile_top_box.box_01 .photo_box {
        width: 119%;
        right: 0;
        bottom: 0;
    }

    .tile_top_box.box_02 .photo_box {
        width: 114%;
        right: 11vw;
        left: auto;
        bottom: 0;
    }

    .sec_box {
        position: unset;
    }

    .photo_title {
        font-size: 18px;
    }

    .scape_photos {
        width: 100%;
    }

    .scape_photos img {
        width: 100%;
    }

    .photo_box_another {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .scape_photos {
        width: 90%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .attention {
        width: 90%;
        font-size: 10px;
        text-align: left;
        margin-top: 40px;
    }

    .caption {
        margin-top: 3px;
        font-size: 9px;
    }

    .tb_margin {
        width: 100%;
    }
}

@media screen and (max-width: 340px) {
    .under340_sp {
        display: flex !important;
    }
}