/* COMMON */
body {
    -webkit-print-color-adjust: exact;
}

.low_inner:before {
    z-index: 3;
}

.main_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 42rem;
    mix-blend-mode: multiply;
}

.section {
    position: relative;
}

.section .u_inner {
    position: relative;
    z-index: 1;
}

.section.concept .u_inner {
    z-index: auto;
}

.section.w {
    background: #fff;
}

.section .anchor {
    transform: translateY(-20rem);
}

@media screen and (max-width: 767px) {
    .low_header {
        padding-top: 10.5rem;
    }

    .low_header .ttl {
        top: 10rem;
    }

    .section .u_inner {
        display: flex;
        flex-direction: column;
    }
}

.section {
    padding: 13rem 0;
}

.section.content:not(.active) {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
}

.section.content:not(.active) * {
    pointer-events: none;
}

.section.content::before {
    content: '';
    background: #33231f;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 111rem;
    height: calc(100% - 60rem);
}

.section .types {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4rem;
}

.section .types li {
    background: #fff;
    margin: 0 0 3rem 3rem;
}

.section .types li:nth-child(3n - 2) {
    margin-left: 0;
}

.section .types .popup {
    background: #fff;
    display: block;
    position: relative;
    width: 38rem;
    max-width: 100%;
    height: 100%;
    border: 1px solid #D9D9D9;
    padding: 4rem 4rem 6rem;
}

.section .types .type {
    padding-bottom: 5rem;
    font-size: 1.6rem;
}

.section .types .type em {
    font-size: 3.5rem;
}

.section .types .spec {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
}

.section .types .spec::after {
    content: '';
    background: #000;
    position: absolute;
    inset: auto auto 0 0;
    width: 3rem;
    height: 1px;
}

.section .types .spec em {
    font-size: 2.8rem;
}

.section .types .spec li {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .section .types .spec li {
        width: 55%;
    }
}

.section .types .spec i, .section .types .spec span:not(:first-child), .section .types .spec li:not(:first-child), .section .types .desc, .section .types .tab_text {
    display: none;
}

.section .types .more {
    color: #b27036;
    display: inline-block;
    position: absolute;
    inset: auto auto 3rem 4rem;
    font-size: 1.4rem;
    letter-spacing: .1em;
}

.section .types .more::after {
    content: '';
    transition: margin .2s ease-in;
    position: absolute;
    background: url(../../assets/img/ico_arrow_03.svg) no-repeat 50%/contain;
    width: 5rem;
    height: 100%;
    margin-left: 0.5em;
}

.section .types .popup:hover span::after {
    margin-left: 1em;
}

.section .types img {
    position: absolute;
    inset: 4rem 4rem auto auto;
    width: auto;
    max-width: 20rem;
    max-height: 18rem;
}

.section .types a[href="jtype"] img {
    margin-bottom: 2.5rem;
}

.section .types a[href="ktype"] img {
    margin-bottom: 2.5rem;
}

.section .slide {
    padding-top: 4rem;
}

.section .slide figure {
    position: relative;
}

.section .slide figure figcaption {
    color: #fff;
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    line-height: 1;
    font-size: 1.1rem;
}

.section .slide .slick-dots {
    display: flex;
    justify-content: center;
    font-size: 0;
    padding-top: 2rem;
}

.section .slide .slick-dots li {
    background: #fff;
    width: 1rem;
    height: 1rem;
    border: 1px solid #B27036;
    border-radius: 100%;
    overflow: hidden;
}

.section .slide .slick-dots li+li {
    margin-left: 1.5rem;
}

.section .slide .slick-dots li.slick-active {
    background: #B27036;
}

.section .slide .slick-dots button {
    width: 100%;
    height: 100%;
}

.section .slide .slick-arrow {
    color: #b27036;
    display: block;
    position: absolute;
    font-size: 6rem;
    top: calc(50% - 4rem);
    z-index: 1;
    cursor: pointer;
}

.section .slide .prev-arrow {
    right: 102%;
}

.section .slide .next-arrow {
    left: 102%;
}

@media screen and (min-width: 768px) {
    .section .types {
        position: relative;
    }

    .section .types::before {
        content: '';
        background: red;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        z-index: 1;
        display: none;
    }

    .section .types .popup[href="A"] img {
        transform: translateY(-1rem);
    }

    .section .types .popup[href="O"] img {
        transform: translateY(2rem);
    }

    .section .types .popup[href="C"] img {
        transform: translateY(-.4rem);
    }

    .section .types .popup[href="N"] img {
        transform: translateY(.4rem);
    }

    .section .types .popup[href="J"] img {
        transform: translateY(1rem);
    }

    .section .types .popup[href="K"] img {
        transform: translateY(.5rem);
    }

    .section .types .popup[href="I"] img {
        transform: translateY(.5rem);
    }

    .section .types .popup[href="W"] img {
        transform: translateY(.2rem);
    }

    .section .types .popup[href="S"] img {
        transform: translateY(4rem);
    }

    .section .types .popup[href="E"] img {
        transform: translateY(-.4rem);
    }

    .section .types .popup[href="V"] img {
        transform: translateY(9.2rem);
    }

    .section .types .popup[href="U"] img {
        transform: translateY(5.7rem);
    }

    .section .types .popup[href="R"] img {
        transform: translateY(4.1rem);
    }
}

@media screen and (max-width: 767px) {
    .section.content {
        padding-top: 0;
    }

    .section .slide {
        margin: 0 -2rem;
    }

    .section .slide .prev-arrow {
        right: 90%;
    }

    .section .slide .next-arrow {
        left: 90%;
    }

    .section .types {
        justify-content: space-between;
        order: 1;
    }

    .section .types li {
        margin: 0 0 4%;
        width: 48%;
    }

    .section .types .popup {
        padding: 1rem 1rem 5rem;
    }

    .section .types .spec {
        margin-bottom: 2rem;
        font-size: 1rem;
    }

    .section .types .spec::after {
        inset: auto auto 0 50%;
        transform: translateX(-50%);
    }

    .section .types .type {
        position: absolute;
        inset: 2.6rem 1rem auto auto;
        padding-bottom: 0;
        font-size: 1rem;
    }

    .section .types .type em {
        font-size: 2.8rem;
    }

    .section .types .more {
        inset: auto auto 1rem 3rem;
        font-size: 1rem;
    }

    .section .types img {
        position: relative;
        inset: 0 auto;
        margin: 0 auto;
        height: 18rem;
        max-width: 100%;
        max-height: none;
        object-fit: contain;
    }
}

.anchor_nav {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 13rem;
}

.anchor_nav .u_inner {
    position: relative;
    z-index: 1;
}

.anchor_nav .c_ttl:before {
    display: none;
}

.anchor_nav .anchor_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.anchor_nav .anchor_links li+li {
    margin-left: 2rem;
}

.anchor_nav .anchor_links a {
    width: 16rem;
    padding: 1rem 0;
    font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
    .anchor_nav .anchors, .anchor_nav .anchor_links {
        height: 4.3rem;
    }

    .anchor_nav .anchors.fixed .anchor_links {
        background: #fff;
        position: fixed;
        inset: 8rem auto 0 50%;
        width: 100vw;
        border-bottom: 1px solid #000;
        translate: -50% 0;
        transition: transform .5s;
    }

    .anchor_nav .anchor_links a.active {
        background: #B27036;
        color: #fff;
        border-color: #B27036;
    }

    .anchor_nav .anchor_links a.active::after {
        background: #fff;
    }

    body.view.up.over .anchor_nav .anchors.fixed .anchor_links {
        transform: translateY(0);
    }

    body.view.over .anchor_nav .anchors.fixed .anchor_links {
        transform: translateY(calc(-100% - 8rem - 1px));
    }
}

@media screen and (max-width: 767px) {
    .anchor_nav .anchor_links {
        flex-wrap: nowrap;
        position: fixed;
        inset: 6.5rem 0 auto;
        width: 100%;
        z-index: 2;
        border-bottom: 1px solid #000;
    }

    .anchor_nav .anchor_links li {
        width: calc(100% / 3);
    }

    .anchor_nav .anchor_links li+li {
        margin-left: 0;
    }

    .anchor_nav .anchor_links a {
        width: 100%;
        border: none;
    }

    .anchor_nav .anchor_links a.active::before {
        content: '';
        background: #B27036;
        position: absolute;
        inset: auto auto 0 50%;
        transform: translateX(-50%);
        width: 75%;
        height: 2px;
    }

    .anchor_nav .anchor_links a::after {
        display: none;
    }

    .anchor_nav .anchor_links a:hover {
        opacity: 1;
    }
}

.sec_facility .grid {
    display: grid;
    grid-template:
        'item1 item3 item4 item5'
        'item2 item3 item4 item6'
        'item7 item8 item9 item9'/ 23.5rem 23.5rem 23.5rem 23.5rem;
    align-items: flex-start;
    gap: 1.5rem 3rem;
}

.sec_facility .grid .txt_area {
    margin-top: 1rem;
    text-align: center;
    border: 1px solid #B27036;
}

.sec_facility .grid .ttl {
    background: #B27036;
    color: #fff;
    font-size: 1.3rem;
}

.sec_facility .grid .txt {
    color: #B27036;
    font-size: 1.3rem;
    padding: .5rem 0;
}

.sec_facility .grid .txt::before {
    content: '対応プラン';
    display: block;
}

@media screen and (min-width: 768px) {
    .sec_facility .grid li[style="grid-area:item9;"] img {
        max-height: 18.8rem;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sec_facility {
        padding-bottom: 20rem;
    }

    .sec_facility .grid {
        grid-template:
            'item1 item3'
            'item2 item3'
            'item4 item5'
            'item4 item6'
            'item7 item8'
            'item9 item9'/ 48% 48%;
        gap: .7% 4%;
    }

    .sec_facility .grid p {
        font-size: 1.3rem;
    }
}

.popup_area {
    background: rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.popup_area .batu {
    position: absolute;
    top: 4rem;
    right: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .popup_area .batu {
        right: 4rem;
    }
}

.popup_area .batu::before, .popup_area .batu::after {
    content: '';
    background: #231815;
    position: absolute;
    width: 100%;
    height: 2px;
}

.popup_area .batu::before {
    transform: rotate(45deg);
}

.popup_area .batu::after {
    transform: rotate(-45deg);
}

.popup_area .box {
    background: #fff url(../img/sec_anchor_bg.jpg) no-repeat top left / 42rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 6rem);
    height: calc(100% - 6rem);
    overflow: scroll;
}

.popup_area .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem 0;
}

.popup_area .txt_area {
    width: 46rem;
    max-width: 100%;
}

.popup_area .txt_area .type {
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    font-size: 2rem;
    text-align: center;
}

.popup_area .txt_area .type::after {
    content: '';
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 1px;
}

.popup_area .txt_area .type em {
    font-size: 8rem;
}

.popup_area .txt_area .ldk {
    font-size: 3.6rem;
    text-align: center;
}

.popup_area .txt_area .ldk em {
    font-size: 4.8rem;
}

.popup_area .txt_area .ldk em span {
    font-size: 3.6rem;
}

.popup_area .txt_area .spec {
    font-size: 1.8rem;
}

.popup_area .txt_area .spec em {
    font-size: 4.8rem;
}

.popup_area .txt_area .spec span {
    display: block;
}

.popup_area .txt_area .spec span.balcony {
    display: flex;
    justify-content: flex-start;
    display: none;
}

.popup_area .txt_area .spec span:first-child {
    text-align: center;
}

.popup_area .txt_area .spec span:not(:first-child) {
    margin: 0 3.5rem;
}

@media screen and (max-width: 767px) {
    .popup_area .txt_area .spec span:not(:first-child) {
        font-size: 1.5rem;
        margin: 0 1.2rem;
    }
}

.popup_area .txt_area .spec span.balcony_text {
    margin-right: 3rem;
}

@media screen and (max-width: 767px) {
    .popup_area .txt_area .spec span.balcony_text {
        margin-right: 1.5rem;
    }
}

.popup_area .txt_area .spec br {
    display: none;
}

.popup_area .txt_area .desc {
    padding-top: 1rem;
    font-size: 1.3rem;
    display: none;
}

.popup_area .txt_area .btns {
    display: flex;
    justify-content: space-between;
    margin: 5rem 0;
}

.popup_area .txt_area .btns a {
    width: 46%;
}

.popup_area .txt_area .cap {
    font-size: 1.1rem;
}

.popup_area .txt_area .cap span {
    padding: .3rem 3rem;
}

.popup_area .txt_area .cap span.a {
    background: #efe1d9;
}

.popup_area .txt_area .cap span.b {
    background: #f4ecd4;
}

.popup_area .img_area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    width: 64rem;
    max-width: 100%;
    border: 1px solid #D9D9D9;
    max-height: calc(100% - 6rem);
    height: 65rem;
}

@media screen and (max-width: 767px) {
    .popup_area .img_area {
        height: 35rem;
    }
}

.popup_area .img_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
    /*height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;*/
}

@media screen and (max-width: 767px) {
    .popup_area .box {
        width: calc(100% - 4rem);
    }

    .popup_area .popup_img_wrap {
        margin-top: 3rem;
        width: 100%;
    }

    .popup_area .img_area {
        padding: 2rem;
        height: 40rem;
    }

    .popup_area .img_area img {
        min-height: auto;
    }
}

@media print {
    header, footer, main>*:not(.popup_area):not(.concept), .popup_area .txt_area .btns {
        display: none;
    }

    .popup_area .flex {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .popup_area .box {
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
    }

    .popup_area .txt_area .type {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .popup_area .txt_area .cap {
        margin: 3rem 0;
    }

    .popup_area .img_area {
        width: 75%;
    }
}

.popup_img_wrap {
    position: relative;
    z-index: 0;
}

.popup_img_wrap .popup_tab {
    display: flex;
    flex-flow: wrap;
}

@media screen and (min-width: 768px) {
    .popup_img_wrap .popup_tab {
        position: absolute;
        left: -5rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
}

@media screen and (max-width: 767px) {
    .popup_img_wrap .popup_tab {
        justify-content: flex-start;
        margin: 0 -0.75%;
    }
}

.popup_img_wrap .popup_tab li {
    background-color: #d9d9d9;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .popup_img_wrap .popup_tab li {
        padding: 2.1rem 0;
        width: 5rem;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .popup_img_wrap .popup_tab li {
        padding: 1rem 2rem;
        text-align: center;
        min-width: 23%;
        height: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
        box-sizing: border-box;
        margin: 0 0.75%;
        font-size: 1.6rem;
    }
}

.popup_img_wrap .popup_tab li.active {
    background-color: #33231f;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .popup_img_wrap .popup_tab li+li {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .popup_img_wrap .popup_tab li+li {
        margin-left: 1.3333%;
    }
}

.popup_imgNone {
    display: none;
}

/*###################################################################

modal

###################################################################*/
.js-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}

.js-modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}

.js-modal.is-active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    position: relative;
    display: inline-block;
    max-width: 600px;
    width: 90%;
}

.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}

.js-modal.is-active.popup_area_concept {
    display: block;
}

.popup_area_concept {
    background: rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.popup_area_concept .batu {
    position: absolute;
    top: 4rem;
    right: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .batu {
        right: 4rem;
    }
}

.popup_area_concept .batu::before, .popup_area_concept .batu::after {
    content: '';
    background: #231815;
    position: absolute;
    width: 100%;
    height: 2px;
}

.popup_area_concept .batu::before {
    transform: rotate(45deg);
}

.popup_area_concept .batu::after {
    transform: rotate(-45deg);
}

.popup_area_concept .box {
    background: #fff url(../img/sec_anchor_bg.jpg) no-repeat top left / 42rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 6rem);
    height: calc(100% - 6rem);
    overflow: scroll;
}
@media screen and (max-width: 767px) {
  .popup_area_concept .box {
    padding: 5rem 0;
  }
}


.popup_area_concept .txt_area .subttl {
    background-color: #B27036;
    color: #FFFFFF;
    padding: 1rem 1rem 1rem 0;
    display: grid;
    grid-template-columns: auto 9rem;
    align-items: center;
    letter-spacing: .08em;
    position: relative;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .txt_area .subttl {
        padding: 1rem 1rem 1rem 0;

    }
}

.popup_area_concept .txt_area .subttl:after {
    width: calc(50vw - 17.5rem);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #B27036;
    content: "";
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .txt_area .subttl:after {
        width: 100%;
        right: 2rem;
    }
}

.popup_area_concept .txt_area .subttl>span {
    font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .txt_area .subttl>span {
        font-size: 1.8rem;
    }

}

.popup_area_concept .txt_area .subttl>span+span {
    border-left: 1px solid #FFF;
    padding-left: 1.5rem;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .txt_area .subttl>span+span {
        font-size: 1.4rem;
    }

}

.popup_area_concept .txt_area .subttl>span>span {
    font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .txt_area .subttl>span>span {
        font-size: 1.6rem;
    }

}

.popup_area_concept .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem 0;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .flex {
        padding: 2rem 0;
    }
}

.popup_area_concept .txt_area {
    width: 46rem;
    max-width: 100%;
}

.popup_area_concept .txt_area .ldk {
    font-size: 3.6rem;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    margin-top: 3rem;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .txt_area .ldk {
        font-size: 3rem;
    }    
}

.popup_area_concept .txt_area .ldk em {
    font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .txt_area .ldk em {
        font-size: 3.6rem;
    }    
}

.popup_area_concept .txt_area .spec {
    font-size: 1.8rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
}

.popup_area_concept .txt_area .spec em {
    font-size: 4.8rem;
}

.popup_area_concept .txt_area .spec span {
    display: block;
}

.popup_area_concept .txt_area .spec span.balcony {
    justify-content: flex-start;
    display: none;
}

.popup_area_concept .txt_area .spec span:first-child {
    text-align: center;
}

.popup_area_concept .txt_area .spec span:not(:first-child) {
    margin: 0 3.5rem;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .txt_area .spec span:not(:first-child) {
        font-size: 1.5rem;
        margin: 0 1.2rem;
    }
}

.popup_area_concept .txt_area .spec span.balcony_text {
    margin-right: 3rem;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .txt_area .spec span.balcony_text {
        margin-right: 1.5rem;
    }
}

.popup_area_concept .txt_area .spec br {
    display: none;
}

.popup_area_concept .txt_area .desc {
    padding-top: 1rem;
    font-size: 1.3rem;
    display: none;
}

.popup_area_concept .txt_area .btns {
    display: flex;
    justify-content: center;
    margin: 2rem 0 3rem;
}

.popup_area_concept .txt_area .btns a {
    width: 46%;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
}

.popup_area_concept .txt_area .cap {
    font: 1.1rem/1.8 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
}

.popup_area_concept .txt_area .cap span {
    width: 5.5rem;
    height: 1.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: -.35rem;
}

.popup_area_concept .txt_area .cap span.a {
    background: #efe1d9;
}

.popup_area_concept .txt_area .cap span.b {
    background: #f4ecd4;
}

.popup_area_concept .txt_area .cap span.c {
    width: 6.5rem;
    background: url(../img/ico_furniture.svg) center / contain no-repeat;
}

.popup_area_concept .txt_area .cap span.d {
    border: 1px solid #a48b78;
    box-sizing: border-box;
}

.popup_area_concept .img_area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    width: 64rem;
    max-width: 100%;
    border: 1px solid #D9D9D9;
    max-height: calc(100% - 6rem);
    height: 65rem;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .img_area {
        height: 35rem;
    }
}

.popup_area_concept .img_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .popup_area_concept .box {
        width: calc(100% - 4rem);
    }

    .popup_area_concept .popup_img_wrap {
        margin-top: 3rem;
        width: 100%;
    }

    .popup_area_concept .img_area {
        padding: 2rem;
        height: 40rem;
    }

    .popup_area_concept .img_area img {
        min-height: auto;
    }
}

@media print {
    .popup_area_concept .flex {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .popup_area_concept .box {
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
    }

    .popup_area_concept .txt_area .type {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .popup_area_concept .txt_area .cap {
        margin: 3rem 0;
    }

    .popup_area_concept .img_area {
        width: 75%;
    }
}

.popup_area_concept .popup_img_wrap {
    position: relative;
    z-index: 0;
}

.popup_area_concept .popup_img_wrap .popup_tab_concept {
    display: flex;
    flex-flow: wrap;
}

@media screen and (min-width: 768px) {
    .popup_area_concept .popup_img_wrap .popup_tab_concept {
        position: absolute;
        left: -5rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
}

@media screen and (max-width: 767px) {
    .popup_area_concept .popup_img_wrap .popup_tab_concept {
        justify-content: flex-start;
        margin: 0 -0.75%;
    }
}

.popup_area_concept .popup_img_wrap .popup_tab_concept li {
    background-color: #d9d9d9;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .popup_area_concept .popup_img_wrap .popup_tab_concept li {
        padding: 2.1rem 0;
        width: 5rem;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .popup_area_concept .popup_img_wrap .popup_tab_concept li {
        padding: 1rem 2rem;
        text-align: center;
        min-width: 23%;
        height: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
        box-sizing: border-box;
        margin: 0 0.75%;
        font-size: 1.6rem;
    }
}

.popup_area_concept .popup_img_wrap .popup_tab_concept li.active {
    background-color: #33231f;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .popup_area_concept .popup_img_wrap .popup_tab_concept li+li {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .popup_area_concept .popup_img_wrap .popup_tab_concept li+li {
        margin-left: 1.3333%;
    }
}

.popup_area_concept .popup_imgNone {
    display: none;
}

.slide_box {
    background: #f4f3f3;
    position: relative;
    z-index: 1;
    padding-bottom: 13rem;
}

.slide_box .slick-initialized .slick-slide {
    height: 60rem;
    background: #FFF;
    position: relative;
}

@media screen and (max-width: 768px) {
    .slide_box .slick-initialized .slick-slide {
        height: 25rem;
    }
}

.slide_box .slick-slide figcaption {
    position: absolute;
    right: 1em;
    bottom: 1em;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .slide_box .slick-slide figcaption {
        bottom: .5em;
    }
}

.slide_box .slick-slide figcaption.w {
    color: #fff;
}

.slide_box .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slide_box .slider {
    width: min(100%, 90rem);
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .slide_box .slider:first-of-type {
        padding-top: 8rem;
    }
}

.slide_box .slider+.slider {
    margin-top: 8rem;
}

.slide_box .slider .low_ttl.left .a, .slide_box .slider .low_ttl.left .b {
    line-height: normal;
}

@media screen and (min-width: 769px) {
    .slide_box .slider .low_ttl {
        font-size: 4rem;
    }

    .slide_box .slider .low_ttl.left .a {
        top: 10rem;
        left: -2.6em;
        transform: rotate(-90deg);
        writing-mode: inherit;
    }
}

@media screen and (max-width: 768px) {
    .slide_box .slider .low_ttl.left .a {
        margin: 0;
        display: block;
    }
}

.slide_box .slider .low_ttl.left .b {
    margin-left: -1.1em;
    clip-path: none;
}

.slide_box .slider .low_ttl.left .b span {
    font-size: 50%;
    margin: 0 0 0 1rem;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 769px) {
    .slide_box .slider .low_ttl.left .b i {
        display: flex;
        align-items: baseline;
    }
}

@media screen and (max-width: 768px) {
    .slide_box .slider .low_ttl.left .b {
        margin: 0;
        display: block;
    }

    .slide_box .slider .low_ttl.left .b span {
        margin: .2rem 0 0;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .slide_box .slider .low_ttl {
        font-size: 3.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .slide_box .slider .low_ttl:before {
        display: none;
    }
}

.slide_box .slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.slide_box .slider .slick-dots li {
    width: calc(100% / 8 - 1.4rem);
    height: 6.5rem;
    cursor: pointer;
    background: #FFF;
}

@media screen and (max-width: 768px) {
    .slide_box .slider .slick-dots li {
        width: calc(100% / 5 - 1rem);
        height: 4.5rem;
    }
}

.slide_box .slider .slick-dots li.slick-active {
    outline: 5px solid #231815;
    outline-offset: -5px;
}

@media screen and (min-width: 769px) {
    .slide_box .slider .slick-dots li:nth-child(8n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .slide_box .slider .slick-dots li:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 769px) {
    .slide_box .slider .slick-dots li {
        margin-right: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .slide_box .slider .slick-dots li {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
}

.slide_box .slider .slick-dots li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.concept {
    background: #FFF;
    font-family: 'Shippori Mincho', serif;
}

@media screen and (max-width: 768px) {
.concept .low_ttl.left .a {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 1em;
    left: -.1em;
    transform: rotate(-180deg);
    clip-path: none;
}
}

.concept .lead .image img {
	width: 100%;
	height: auto;
}

.concept .lead .style {
    color: #B27036;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.concept .lead .ttl {
    font-size: 2.3rem;
    margin-bottom: 5rem;
}

.concept .lead .text {
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (min-width: 769px) {
    .concept .lead {
        display: grid;
        grid-template-columns: 35rem 1fr;
        gap: 5rem;
        padding-left: 10rem;
    }
}

@media screen and (max-width: 768px) {
    .concept .lead .image {
        margin: 0 5.5rem 1rem;
    }

    .concept .lead .style {
        text-align: center;
    }

    .concept .lead .ttl {
        text-align: center;
    }
}

@media screen and (min-width: 769px) {
    .concept_anchor_links {
        display: grid;
        grid-template-columns: 38rem 1fr 1fr;
        gap: 3rem;
        margin-top: 8rem;
    }
}

@media screen and (max-width: 768px) {
    .concept_anchor_links {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 768px) {
    .concept_anchor_links li+li {
        margin-top: 2rem;
    }
}

.concept_anchor_links li a {
    display: grid;
    grid-template-columns: 1fr 12rem;
    gap: 1rem 3rem;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    box-sizing: border-box;
    padding: 3rem 3rem 5rem;
    position: relative;
}

.concept_anchor_links li a:before {
    width: 100%;
    height: 2rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9B7447;
    content: "";
}

.concept_anchor_links li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: .9rem;
    width: .4em;
    height: .4em;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
}

.concept_anchor_links .num {
    grid-column: 1/2;
    grid-row: 1/2;
    border-bottom: 1px solid #9B7447;
    padding-bottom: .5rem;
}

.concept_anchor_links .num img {
    height: 1.2rem;
    width: auto;
}

.concept_anchor_links .name {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 2.3rem;
}

.concept_anchor_links .ttl {
    grid-column: 1/2;
    grid-row: 3/4;
    font-size: 1.5rem;
}

.concept_anchor_links .image {
    grid-column: 2/3;
    grid-row: 1/4;
}

.concept figure.image figcaption {
    color: #fff;
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    line-height: 1;
    font-size: 1.1rem;
}

.partner .partneritem {
    padding-top: 8rem;
}

.partner .partneritem .eyecatch {
    position: relative;
}

.partner .partneritem .eyecatch .num {
    width: 100%;
    background: rgba(43, 35, 33, .85);
    color: #FFF;
    font-size: 3rem;
    padding: 1.5rem;
}

.partner .partneritem .eyecatch .num span {
    margin-left: 5rem;
}

@media screen and (min-width: 769px) {
    .partner .partneritem .eyecatch .num {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    .partner .partneritem .eyecatch .num {
        font-size: 2.3rem;
        padding: 1rem 1rem 1.5rem;
        margin: 0 -2rem;
        width: 100vw;
        text-align: center;
    }

    .partner .partneritem .eyecatch .num span {
        display: block;
        margin: 1rem 0 0;
    }

    .partner .partneritem .eyecatch .num img {
        height: 1.5rem;
    }
}

.partner .partneritem .eyecatch .image {
    width: 144rem;
    position: relative;
    left: -12.2rem;
}

@media screen and (max-width: 768px) {
    .partner .partneritem .eyecatch .image {
        width: 100vw;
        left: -2rem;
    }
}

.partner .partnerdetail .image {
    position: relative;
}

.partner .partneritem .catch {
    width: 100%;
    font-size: 2.3rem;
    color: #FFF;
    text-align: center;
    position: absolute;
    bottom: 5rem;
    left: 0;
}

@media screen and (max-width: 768px) {
    .partner .partneritem .catch {
        font-size: 1.4rem;
        bottom: 2rem;
        text-shadow: 0 0 1rem #000, 0 0 1rem #000, 0 0 1rem #000, 0 0 1rem #000, 0 0 1rem #000;
    }
}

.partner .partneritem .ttl {
    font-size: 2.3rem;
    color: #B27036;
    text-align: center;
    margin-top: 10rem;
}

.partner .partneritem .ttl span {
    display: block;
    font-size: 152%;
}

@media screen and (max-width: 768px) {
    .partner .partneritem .ttl {
        font-size: 1.8rem;
        margin-top: 5rem;
    }
}

@media screen and (min-width: 769px) {
    .partner .partneritem .partnerdetail {
        display: grid;
        grid-template-columns: 62rem 1fr;
        gap: 5rem;
        padding: 0 10rem;
        margin-top: 5rem;
    }
}

@media screen and (max-width: 768px) {
    .partner .partneritem .partnerdetail {
        margin-top: 3rem;
    }
}

.partner .partneritem .partnerdetail .exp p {
    font-size: 1.5rem;
    margin-top: 5rem;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .partner .partneritem .partnerdetail .profile {
        margin-top: 5rem;
        display: grid;
        grid-template-columns: 1fr 12rem;
        gap: 1rem 3rem;
    }
}

@media screen and (max-width: 768px) {
    .partner .partneritem .partnerdetail .profile .image {
        grid-column: 2/3;
        grid-row: 1/4;
    }
}

.partner .partneritem .partnerdetail .profile .name {
    font-size: 2.3rem;
    margin-top: 5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #808080;
}

@media screen and (max-width: 768px) {
    .partner .partneritem .partnerdetail .profile .name {
        grid-column: 1/2;
        grid-row: 1/2;
        margin: 0;
    }
}

.partner .partneritem .partnerdetail .profile .position {
    font-size: 1.5rem;
    margin-top: 3rem;
}

@media screen and (max-width: 768px) {
    .partner .partneritem .partnerdetail .profile .position {
        grid-column: 1/2;
        grid-row: 2/3;
        margin: 0;
    }
}

.partner .partneritem .c_btn {
    margin-top: 5rem;
    text-align: center;
}

.partner .partneritem .modal_btn {
    margin-top: 5rem;
    text-align: center;
}

.partner .partneritem .modal_btn span {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: .1em;
    border: solid 1px #B27036;
	color: #B27036;
    line-height: 5rem;
    padding: 0 2em;
    width: 27.5rem;
    text-align: left;
    position: relative;
    cursor: pointer;
	transition: all .2s ease-in;
}

.partner .partneritem .modal_btn span {
    margin: 0 auto;
}

.partner .partneritem .modal_btn span:hover {
	opacity: .7;
}

.partner .partneritem .modal_btn span:after {
    content: '';
    background: url(../../img/ico_arrow_03.svg) no-repeat center / cover;
    position: absolute;
    inset: 50% 2em auto auto;
    transform: translateY(-50%);
    width: 5.5rem;
    height: 0.8rem;
}

.modal_setting {
	display: none;
}