@charset "UTF-8";
/*指定共通css*/


/* font file */
@font-face {
    font-family: "antrovectra";
    src: url('/import/tenant_1/160.16.150.91/html/css/Antro_Vectra_Bolder.woff') format("woff"),
        url('/import/tenant_1/160.16.150.91/html/css/Antro_Vectra_Bolder.otf') format("otf"),
        url('/import/tenant_1/160.16.150.91/html/css/Antro_Vectra_Bolder.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}

body,
#wrapper {
    width: 100% !important;
    overflow-x: hidden !important;
}

.m-lr {
    margin-left: auto;
    margin-right: auto;
}

a:hover {
    opacity: 1;
}

.up-clearfix {
    clear: both !important
}

.pc-none {
    display: none;
}

.noto,
*{
    font-family: iroha-26tubaki-stdn,sans-serif;
font-weight: 400;
font-style: normal;
}

/*@media(max-width:1024px) {
    .pc-none {
        display: block;
    }
}*/

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 1em;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 13px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: #15569d;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 20px 0;
        font-size: 13px;
    }

    .pc-only {
        display: none;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .breadcrumbs-list {
        width: 90%;
        margin-top: 1em;
        margin-left: 1em;
        margin-right: auto;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 15px 0;
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}










/*ページネーション/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.pagenav li {
    width: 14%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.pagenav li a {
    width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #BFA574;
    color: #BFA574;
    border-radius: 50%;
    font-family: iroha-26tubaki-stdn,sans-serif;
}

.pagenav .now,
.pagenav li a:hover {
    border: 1px solid #BFA574;
    padding: 15px;
    color: #fff;
    border: none;
    background: #BFA574;
}

/*ページネーション/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    /*-webkit-transition: background-color  .4s;
    transition: background-color .4s*/
}

#header.colored {
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
}

.h1 {
    margin: 3px;
}

.h1 * {
    font-size: 13px;
    color: #323031;
}

.colored .h1 * {
    color: #fff;
}

.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-area {
    width: 250px;
    margin-right: 15px;
    padding-left:30px;
}

/*.colored .logo-area {
    -webkit-filter: brightness(500%);
    filter: brightness(500%)
}*/

.nav-area {
    width: calc(100% - 500px);
}

.right-btns {
    width: 250px;
    margin-left: 15px;
}

.nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
}

.nav-item1>a span {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 3;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);

}

.nav-item1>a {
    position: relative;
    display: inline-block;
    padding: 15px;
    text-align: center;
    z-index: 2;
}

.nav-item1>a::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 2;
}

.nav-item1>a::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #BFA574;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.nav-item1>a:hover span {
    color: #323031;
}

.nav-item1>a:hover::before,
.nav-item1>a:hover::after {
    width: 100%;
}

.right-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 50px;
    margin-top: -50px;
}

.header-btn {
    width: 50%;
    text-align: center;
}

.header-btn1{
  border-radius: 30px 0 0 30px;
  overflow:hidden;
}

.header-btn a {
    background-color: #BFA574;
    padding: 30px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.ab .header-btn a {
    background-color: #BFA574;
}



.header-btn a span {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.header-btn a::before {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    margin-right: 5px;
}

.header-btn1 a::before {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/82.webp');
}

.header-btn2 a::before {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/129.webp');
}

.drop-switch {
    position: relative;
}

.drop-menu {
    position: absolute;
    top: 100%;
    width: 230%;
    z-index: -100;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    -webkit-transition: all .8s;
    transition: all .8s;
    opacity: 0;
    border-radius: 5px;
    display: none;
}

.drop-switch a:hover~.drop-menu,
.drop-menu:hover{
    z-index: 3;
    opacity: 1;
    display: inline-block;
}

.drop-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.drop-img {
    width: 60px;
    margin-right: 10px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.nav-item2>a span {
    color: #323031;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    position: relative;
}

.nav-item2>a {
    position: relative;

}

.nav-item2>a::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #D8A15E;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 2;
    border-radius: 5px;
}

.nav-item2>a span::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #323031;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.nav-item2>a:hover span {
    color: #323031;
}

.nav-item2>a:hover::before,
.nav-item2>a:hover span::after {
    width: 100%;
}

.nav-item2>a:hover .drop-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}




@media(max-width:1024px) {

    .header-main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px;
    }

    .pc-none {
        display: block;
    }

    .right-btns {
        position: fixed;
        right: 0;
        bottom: 30px;
        padding-top: 0;
        margin-top: 0;
        border-radius: 30px 0 0 30px;
    }

    .nav-area {
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /*-webkit-transition: .8s;
        transition: .8s;*/
        background-color: #F0F4E5/*#F5EDEA*/;
        height: 100vh;
        width: 50vw;
     z-index: 99; 
    }

    .nav-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        flex-wrap:nowrap;
        overflow-y: scroll;
        height:100%;
        justify-content: flex-start;
        padding-bottom:150px;
    }

    .nav-item1 {
        width: 100%;
    }

    .nav-item1>a {
        border-bottom: 2px solid #D8A15E;
    }

    .nav-item2>a::before {
        border-radius: 0;
    }

    .nav-item1 a {
        width: 100%;
        text-align: left;
        padding: 10px 15px 10px 15px;
        margin-top: 10px;
    }

    .nav-item1>a span {
        color: #323031;
    }

    .drop-menu {
        z-index: 3;
        opacity: 1;
        position: relative;
        width: 100%;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        margin-bottom: 20px;
        display: inline-block;
        top:0;
        bottom:0;
    }

    .nav-item2 {
        text-align: center;
    }

    .drop-menu a {
        display: inline-block;
        padding: 5px 5px 5px 30px;
    }

    .drop-menu a span {
        font-size: 14px;
    }

    .drop-img {
        display: none;
    }

    .nav-area.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .nav-item1>a::after {
        display: none;
    }

    .nav-item1>a span::after {
        content: "";
        display: inline-block;
        height: 2px;
        width: 0%;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #BFA574;
        -webkit-transition: all .4s;
        transition: all .4s;
        z-index: 3;
    }

    .nav-item1>a:hover span::after {
        width: 100%;
    }

    .btn-area {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
       z-index: 100; 
    }

    .btn-menu {
        display: inline-block;
        width: 50px;
        height: 50px;
        background-color: #BFA574;
    }

    /*ボタン内側*/
    .btn-menu span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        border-radius: 2px;
        background: #fff;
        width: 80%;
    }

    .btn-menu span:nth-of-type(1) {
        top: 10px;
    }

    .btn-menu span:nth-of-type(2) {
        top: 23.5px;
    }

    .btn-menu span:nth-of-type(3) {
        top: 37px;
    }

    /*activeクラスが付与されると線が回転して×に*/

    .open .btn-menu span:nth-of-type(1) {
        top: 18px;
        left: 0px;
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
        width: 100%;
        background: #fff;
    }

    .open .btn-menu span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .open .btn-menu span:nth-of-type(3) {
        top: 30px;
        left: 0px;
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
        width: 100%;
        background: #fff;
    }

    #main::after {
        position: fixed;
        top: 0;
        left: 0;
        display: inline-block;
        content: "";
        opacity: 0;
        width: 0 !important;
        height: 100vh;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transition: all .8s;
        transition: all .8s;
    }

    #main.shadow::after {
        opacity: 1;
        width: 100vw !important;
    }

}

@media(max-width:599px) {
    .nav-area {
        width: 100vw;
    }

    .right-btns {
        bottom: 0;
        right: 0;
        width: 100vw;
        border-radius: 0;
    }

    .header-btn a {
        padding: 15px 0;
    }
}












.main-v {
    position: relative;
    height: 100vh;
}

.mainimg {
    height: 100% !important;
    width: 100%;
    overflow: hidden;
}

.main-v .uk-slidenav-position {
    height: 100% !important;
    width: 100%;

}


.main-v .mainimg .img img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-v .uk-slidenav-position .uk-slideshow {
    height: 100% !important;
}

.main-v .uk-slidenav-position .uk-slideshow li {
    height: 100% !important;
}

.main-v .uk-slidenav-position .uk-slideshow li .uk-flex {
    height: 100% !important;
}

.main-v .uk-slidenav-position .uk-slideshow li .uk-flex img {
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


.mv-txt {
    position: absolute;
    top: 50%;
    left: 7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mv-txt .mv-big-txt {
    font-size: 35px;
    color: white;
    line-height: 1.7em;
}

.mv-txt .mv-small-txt {
    font-size: 18px;
    color: white;
    line-height: 1.7em;
    letter-spacing: 2px;
    margin-top: 30px;
}

.section1 {
    position: relative;
}

/*.section1::before {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg01.webp');
    background-size: 100%;
    background-position: top;
}*/

.section1::after {
    width: 100%;
    height: 50%;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
}

.section1 {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg01.webp');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.section1-inner {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

.under-sectiontop .section1-inner {
    padding-top: 0;
}




/*.title-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg-c01.webp');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    position: relative;
    z-index: 3
}*/



.title-main-tr {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    display: inline-block;
}


.cards-box-01 {
    width: 75%;
    margin-left: auto;
    margin-right:0;
    max-width: 900px;
    position: relative;
    z-index: 4;
}

.card-item-01 {
    position: relative;
}

.card-item-01-inner {
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
}

.card-item-01-title {
    font-size: 16px;
    color: #323031;
    padding: 15px;
    border-bottom: 1px dashed #323031;
}

.card-item-01 dl {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.card-item-01 dt {
    width: 70px;
}

.card-item-01 dd {
    width: calc(100% - 70px);
}


.more-btn a {
    display: inline-block;
    padding: 5px 25px;
    background-color: #BFA574;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 25px;
}

.more-btn button {
    display: inline-block;
    padding: 5px 25px;
    background-color: #BFA574;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 25px;
    border:1px solid #BFA574;
}

.card-item-01 .more-btn {
    position: absolute;
    right: -20px;
    bottom: -20px;
}






.margin-inner{
  width:100%;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}






.section2 {
    position: relative;
}

.section2::after {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: 100%;
    background-position: bottom;
}

.txts-box-01 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    position: relative;
    z-index: 4;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
}

.txts-box-01::after {
    width: 200%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    z-index: 3;
}

.concept-txt {
    padding: 90px 90px;
    line-height: 2.5em;
    font-size: 16px;
}

.txt {
    font-size: 14px;
    color: #323031;
    line-height: 1.7em;
}

.yel {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffbcc));
    background: linear-gradient(transparent 60%, #fffbcc 60%);
}

.long.more-btn a {
    padding: 5px 45px;
}

.long.more-btn button {
    padding: 5px 45px;
}

.txts-box-01 .more-btn {
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 5;
}

.section3 {
    position: relative;
}

.section3 .title-block {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.section3-inner {
    position: relative;
    z-index: 5;
}

.section3::after {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: 100%;
    background-position: bottom;
}

.cards-box-02 {
    width: 75%;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    z-index: 4;
}

.cards-box-02 .cards-box-inner {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
}

.cards-box-02 .card-item-01-title {
    border-bottom: none;
}

.cards-box-02 .txt {
    padding: 0 15px 15px;
}

.title-main {
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    position: relative;
    z-index: 4;
}




.lineup-item {
    position: relative;
}

.lineup-item-inner {
    position: relative;
    z-index: 3;
    border-radius: 30px;
    overflow: hidden;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: cover;
}

.lineup-item-inner .txt {
    padding: 20px 15px 40px 15px;
    line-height: 2em;
}

.lineup-title {
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 30px 30px 0 0;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.7);
    width: calc(100% - 40px);
    border-bottom: 1px dashed #BFA574;/*#D8A15E*/
    letter-spacing: 0.07em;

}
.lineup-num {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 5;
}

.lineup-num span {
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 3;
    margin-top: 5px;
}

.lineup-num div::after {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #BFA574;
    border-radius: 50%;
    z-index: 2;
}

.lineup-num div {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

.section4 {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg04.webp');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.section4 .inner,
.section6 .inner {
    position: relative;
    z-index: 2;
}

.section4 .title-block,
.section5 .title-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}








.section5 {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg03.webp');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.section5::after {
    width: 100%;
    height: 50%;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: 100%;
    background-position: bottom;
}

.section5 .title-block-2 {
    position: relative;
}

.section5 .title-block-2 .title-main {
    margin-bottom: -30px;
}

.section5 .title-block-2 .wind {
    width: 60%;
    display: inline-block;
}

.section5 .inner {
    position: relative;
    z-index: 5;
}

.float-02 .title-main-tr {
    text-align: right;
}










.title-block {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
}

.title-block.wide {
    width: 90%;
    max-width: 1400px;
    margin-bottom: -150px;
}

.title-block.v2 {
    margin-bottom: 0;
}

.title-box-1 {
    width: 300px;
    position: relative;
    z-index: 3
}

.title-box-1.right {
    margin-left: auto;
    margin-right: 0;
}

.title-box-1.right .title-main-tr {
    margin-left: 130px;
}

.title-box-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
}


.title-box-1::after {
    width: 300px;
    height: 300px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F0F4E5/*#F5EDEA*/;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 2
}

.title-block-v2 .title-box-1::after {
    width: 300px;
    height: 300px;
    content: "";
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #F0F4E5/*#F5EDEA*/;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 2
}

.title-box-1.wt::after {
    background-color: #fff;
}

.title-box-1.dot::after {
    background-color: #F8F8F8;
    background-image: radial-gradient(#535447 10%, transparent 10%);
    background-size: 7px 7px;
}

.title-box-1.bgd::before {
    width: 300px;
    height: 300px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 120px;
    left: 60px;
    background-color: #F8F8F8;
    background-image: radial-gradient(#535447 10%, transparent 10%);
    background-size: 7px 7px;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 1
}

.paris {
    font-family: "antrovectra";
    color: #9CAD79/*#D89C7E*/;
    font-size: 80px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: relative;
    white-space: nowrap;
}

.title-block-v2 .paris {
    -webkit-transform: translateX(100px) rotate(-10deg);
    transform: translateX(100px) rotate(-10deg);
    margin-bottom: 60px;
}

.paris::after {
    width: 110%;
    height: 2px;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: #9CAD79/*#D89C7E*/;
}

.wind-title .title-main {
    margin-bottom: -30px;
}














.model-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.model-01 {
    width: 80%;
    border-radius: 30px;
    overflow: hidden;
}

.model-02 {
    width: 10%;
    text-align: right;
    position: relative;
    z-index: 4
}

.model-02 .title-main-tr {
    text-align: right;
}

.model-03 {
    width: 40%;
    margin-left: auto;
    margin-right: 20%;
    position: relative;
    z-index: 3;
    margin-top: -60px;
}

.model-03::after {
    width: 1600px;
    height: 120%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -60px;
    background-color: #fff;
    z-index: 1;
    border-radius: 30px 0 0 30px;
}



.modelhouse-txt {
    position: relative;
    z-index: 2;
}

.model-03 .txt-big {
    font-size: 16px;
    color: #323031;
}

.section5 .more-btn {
    position: relative;
    z-index: 6;
}










.banner-section {
    text-align: center;
    padding: 180px 0 120px 0;
    position: relative;
}

.banner-section::after {
    width: 100%;
    height: 100%;
    content: "";
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg-05.webp');
    background-size: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    background-repeat: no-repeat;
    z-index: 3;
}

.banner-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.banner-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}



.banner-shell {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    position: relative;
    z-index: 4;
}


.banner-inner {
    padding: 60px 45px;
    position: relative;
}

.b-1 {
    display: inline-block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #777;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.b-2 {
    display: inline-block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #777;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-3 {
    display: inline-block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #777;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.b-4 {
    display: inline-block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #777;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-section .txt-big {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.banner-title {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.banner-section .txt {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #000;
}



.c-1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    background-color: transparent;
    position: absolute;
    top: -1px;
    left: -1px;
}

.c-2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    background-color: transparent;
    position: absolute;
    top: -1px;
    right: -1px;
}

.c-3 {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    right: -1px;
}

.c-4 {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: -1px;
}








.tl-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tl-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tl-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.works-item-inner {
    position: relative;
    z-index: 3;
}

.section7 .txts-box-01 {
    background-color: #F0F4E5/*#F5EDEA*/;
}

.section7 .txts-box-01::after {
    background-color: #F0F4E5/*#F5EDEA*/;
}

.fake-title {
    font-size: 28px;
    letter-spacing: 2px;
    position: relative;
    z-index: 4;
    text-align: center;
    padding: 120px 90px;
}

.voice-paris {
    color: #fff;
    position: absolute;
    top: 60px;
    right: -90px;
    padding: 0 0 30px 60px;
}

.voice-paris.paris::after {
    width: 150%;
    height: 200%;
    content: "";
    display: flex/*inline-block*/;
    bottom: 0;
    left: 0;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/voice02.webp');
    background-color: transparent;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}





.voice-img {
    width: 48%;
    border-radius: 30px;
    overflow: hidden;
}

.voice-txt {
    width: 48%;
    border-bottom: 1px dashed #323031;
}

.voice-main {
    font-size: 18px;
    letter-spacing: 2px;
}

.voice-list ul li:nth-child(1) {
    margin-bottom: 60px;
}

.voice-list ul li:nth-child(2) .up-d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.small-c-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.small-c-pink {
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 3;
    margin-bottom: -30px;
}

.small-c-pink::before {
    background-color: #F0F4E5/*#F5EDEA*/;
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 7px 7px;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 3;
}

.small-c-pink::after {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -20px;
    background-color: #fff;
    background-image: radial-gradient(#535447 10%, transparent 10%);
    background-size: 7px 7px;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 1;
}

.small-paris-position {
    position: absolute;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: 10px;
    left: 80%;
    z-index: 4;
}

.small-paris.paris {
    font-size: 40px;
}

.small-paris.paris::after {
    bottom: 17px;
}

.small-c-title .title-main-tr {
    position: relative;
    z-index: 5;
}

.tl-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

.top-news-item {
    border-bottom: 1px dotted #323031;
    padding: 10px 0;
    margin-top: 20px;
}

.top-blog-item a {
    border-bottom: 1px dotted #323031;
    padding: 10px 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-cus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.small-c-title {
    width: 30%;
}

.top-cus-list {
    width: 60%;
}

.top-blog-item .img {
    width: 25%;
}

.top-blog-txts {
    width: 70%;
}


.ba-box1 {
    max-width: 1000px;
    margin-right: 30%;
    margin-left: 0;
    position: relative;
    z-index: 1;
}

.ba-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.ba-box::after {
    width: 80px;
    height: 80px;
    content: "";
    display: inline-block;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url('/import/tenant_1/160.16.150.91/html/images/arrow.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ba-img {
    width: 50%;
    position: relative;
}

.ba-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.ba-img .after span,
.ba-img .before span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 30px;
}

.ba-img .after {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 3px;
    border: 1px solid #fff;
}

.ba-img .before {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px;
    border: 1px solid #fff;
}

.ba-box2 {
    max-width: 1000px;
    margin-right: 0;
    margin-left: 30%;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: cover;
    background-position: center;
    margin-top: -30px;
    border-radius: 30px 0 0 30px;
    z-index: 2;
    position: relative;
}

.ba-box2::after {
    width: 200%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: cover;
    background-position: center;
    z-index: 3;
}

.ba-box2-title {
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 1px dashed #323031;
    margin-bottom: 15px;
}

.ba-box2 .txt {
    line-height: 2em;
}

.ba-box2-inner {
    background-size: cover;
    background-position: center;
    display: inline-block;
    padding: 90px 30px;
}

.ba-box2 .more-btn {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
}



.section6 {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: 100%;
    background-position: bottom;
}

.section7 {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: 100%;
    background-position: bottom;
}

.section8 {
    position: relative;
}

.section8 .inner {
    position: relative;
    z-index: 2;
}

.section8::after {
    width: 100%;
    height: 100%;
    content: "";
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg04.webp');
    background-size: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}


#footer {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index:99;
}

.top-page #footer {
    background-image: none;
    position: relative;
}

.top-page .footer-for-bg {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index:1;
}

.fix-content,
.sns-icon{
  z-index:2;
}

.top-page .footer-for-bg::before {
    width: 100%;
    height: 100%;
    content: "";
    background-position: bottom;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg06.webp');
    background-size: 100%;
    position: absolute;
    bottom: 99%;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}


.footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-1 {
    width: 40%;
}


.footer-logo-area {
    max-width: 230px;
}

.footer-tel-area {
    display: inline-block;
    margin-top: 15px;
}

.footer-tel {
    font-size: 25px;
    color: #323031;
    font-weight: bold;
}

.footer-tel::before {
    display: inline-block;
    height: 23px;
    width: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    margin-right: 2px;
    margin-bottom: -3px;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/tel.webp');
}

.footer-mini-tel {
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    margin-top: -5px;
}

.footer-add-area {
    margin-top: 15px;
}

.footer-add-area a {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    border-bottom: 1px solid #323031;
}

.footer-add-area a::before {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    margin-right: 1px;
    margin-bottom: -3px;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/ggmaps.webp');
}

.footer-2,
.footer-3,
.footer-4 {
    width: 20%;
}

.fnav-list {
    border-left: 1px solid #323031;
}

.fnav-list li a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0 10px 15px;
}

.wind-title {
    position: relative;
    z-index: 4;
}


.sp-only {
    display: none;
}

@media(max-width:1024px) {
    .title-main-tr {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }

    .title-block {
        margin-bottom: 30px;
    }

    .section1-inner,
    .under-sectiontop .section1-inner {
        padding-top: 30px;
    }

    .cards-box-01 {
        width: 90%;
        max-width: 1000px;
        margin-right:auto;
    }

    .card-item-01 .more-btn {
        right: -10px;
        bottom: -10px;
    }

    .txts-box-01 {
        width: 90%;
    }

    .concept-txt {
        padding: 60px 60px;
    }

    .title-block.wide {
        width: 100%;
        margin-bottom: 30px;
    }

    .title-box-1.right .title-main-tr {
        margin-left: 0px;
    }

    .cards-box-02 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .cards-box-02 .cards-box-inner {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .lineup-num {
        top: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .lineup-title {
        width: calc(100% - 10px);
        padding: 25px 0 10px 0;
    }

    .paris {
        font-size: 65px;
    }

    .title-box-1::after {
        width: 200px;
        height: 200px;
    }

    .title-box-1.bgd::before {
        width: 200px;
        height: 200px;
    }

    .section5 .paris {
        margin-left: 50px;
    }

    .wind {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .model-box {
        margin-top: 0;
    }

    .model-01 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;

    }

    .model-02 {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }

    .model-03 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 60%;
    }

    .model-03::after {
        height: 130%;
    }

    .voice-paris.paris {
        font-size: 40px;
        top: 10px;
        right: 40px;
        padding: 0 0 0px 20px;
    }

    .voice-paris.paris::after {
        width: 120%;
        height: 160%;
    }

    .top-cus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .small-c-title {
        width: 100%;
    }

    .top-cus-list {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .ba-box1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
    }

    .ba-box {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .ba-box2 {
        margin-left: 20%;
    }

    .ba-box2-inner {
        padding: 30px 30px;
    }

    .footer-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-1 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        margin-bottom: 30px;
    }

    .footer-logo-area {
        max-width: 1000px;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-logo-area .img {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;

    }

    .footer-2,
    .footer-3,
    .footer-4 {
        width: 30%;
    }

}

@media(max-width:599px) {
    .mv-txt .mv-big-txt {
        font-size: 28px;
        line-height: 1.5em;
    }

    .mv-txt .mv-small-txt {
        font-size: 16px;
        line-height: 1.5em;
        margin-top: 15px;
    }

    .paris {
        font-size: 45px;
    }

    .paris::after {
        height: 1px;
        bottom: 20px;
    }

    .title-box-1 {
        width: 100%;
    }

    .title-box-1::after {
        width: 150px;
        height: 150px;
        left: 20%;
    }


    .section1::after {
        height: 72%
    }

    .concept-txt {
        padding: 60px 15px;
    }

    .title-main-tr,
    .title-main {
        font-size: 20px;
    }

    .cards-box-02 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .lineup-title {
        width: calc(100% - 30px);
    }

    .section5 .paris {
        margin-left: 0px;
    }

    .sp-none {
        display: none;
    }

    .model-02 .title-main-tr {
        text-align: center;
        font-size: 16px;
    }

    .model-03 {
        margin-top: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .model-03 .txt-big {
        text-align: center;
    }

    .model-03::after {
        height: 100%;
        width: 100vw;
        left: 0;
    }

    .modelhouse-txt {
        padding: 30px;
    }

    .section5::after {
        height: 60%;
    }

    .banner-section {
        padding: 120px 0 90px 0;
        position: relative;
    }

    .banner-inner {
        padding: 30px 30px;
        position: relative;
    }

    .banner-title {
        font-size: 22px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .banner-section .txt {
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: bold;
        color: #000;
    }

    .sp-only {
        display: block;
    }

    .fake-title {
        font-size: 20px;
    }

    .fake-title.concept-txt {
        padding: 60px 0 15px 0;
    }

    .voice-item .up-d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .voice-img {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }

    .voice-txt {
        width: 100%;
        border-bottom: 1px dashed #323031;
    }

    .voice-main {
        font-size: 16px;
    }

    .voice-list ul li:nth-child(2) .up-d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top-cus-list {
        width: 100%;
    }

    .top-blog-item .img {
        width: 27%;
    }

    .ba-box2 {
        margin-left: 2%;
    }

    .ba-box2-inner {
        padding: 30px 15px;
    }

    .ba-box2 .more-btn {
        bottom: -30px;
    }

    .footer-logo-area {
        margin-bottom: 15px;
    }

    .footer-tel-area {
        width: 100%;
        text-align: center;
    }

    .footer-tel,
    .footer-mini-tel {
        display: block;
        text-align: center;

    }


    .footer-add-area {
        width: 45%;
        margin-top: 30px;
    }

    .footer-2,
    .footer-3,
    .footer-4 {
        width: 100%;
    }

    .fnav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fnav-list li a {
        text-decoration: underline;
    }

    .copy {
        font-size: 13px;
    }
}









.under-sectiontop {
    margin-top: 140px;
}


.title-block-mk2 {
    width: 100%;
    text-align: center;
}

.paris2 {
    display: inline-block;
    font-family: "antrovectra";
    color: #9CAD79/*#D89C7E*/;
    font-size: 60px;
    text-align: center;
    position: relative;
    white-space: nowrap;
}

.paris2::after {
    width: 50%;
    height: 1px;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #9CAD79/*#D89C7E*/;
}

.title-mk2 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
}


.bgw {
    background-color: #fff;
}

.cp-title {
    margin-bottom: 10px;
}

.cp-txt {
    line-height: 2.5em;
}

.hot-word {
    font-size: 18px;
}




.bg-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120%;
}

.bg-list li {
    margin: 5px;
}

.bg-list1 {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}


.overflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.brn-box1 {
    text-align: right;
    width: 50%;
    margin-right: -50%;
    position: relative;
    z-index: 4;
    margin-bottom: -60px;
}

.bg-gal {
    width: 100%;
    position: relative;
    z-index: 3;
}

.brn-box-inner {
    text-align: left;
    background-color: #BFA574;
    display: inline-block;
    width: 90%;
    padding: 60px 30px;
    max-width: 500px;
}

.brn-title {
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
}

.brn-txt.txt {
    color: #fff;
    line-height: 2em;
    margin-top: 15px;
}

.title-mk3 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
}

.title-block-mk3 {
    border-bottom: 2px solid #9CAD79/*#D89C7E*/;
}

.cp-item .img {
    border-radius: 30px;
    overflow: hidden;
}

.cp-item-title {
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #9CAD79/*#D89C7E*/;
    margin-top: 15px;
    line-height: 2em;
}

.cp-item {
    position: relative;
}

.cp-item-inner {
    position: relative;
    z-index: 3;
}


.cp-item::after {
    background-color: #F0F4E5/*#F5EDEA*/;
    width: 80px;
    height: 80px;
    content: "";
    display: inline-block;
    position: absolute;
    background-size: 7px 7px;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 2;
}

.cp-01::after {
    top: -30px;
    left: 0;
}

.cp-02::after {
    bottom: 80px;
    right: 0;
}

.cp-item2-title {
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #323031;
    line-height: 2em;
}


.cp-item2 {
    position: relative;
}

.cp-item2-inner {
    position: relative;
    z-index: 3;
    padding: 60px 0;
}

.cp-item2::after {
    background-color: #fff;
    width: 105%;
    height: 105%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 7px 7px;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 2;
}

.cp-item2-txt {
    color: #323031;
    line-height: 2em;
    margin-top: 15px;
}


.r-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.r-title-block .img {
    width: 50%;
    padding: 30px;
    z-index: 4;
    border-radius: 30px;
    overflow: hidden;
}

.r-title-block .txtarea {
    width: 30%;
    margin-top: 30px;
    z-index: 4;
}

.r-title-box {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.r-title {
    position: relative;
}

.r-title::after {
    width: 250px;
    height: 250px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    background-image: radial-gradient(#535447 10%, transparent 10%);
    background-size: 7px 7px;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 1;
}

.r-title span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.banner-section.wt-br::after {
    -webkit-filter: brightness(500%);
    filter: brightness(500%);
}

.m-lr {
    margin-left: auto;
    margin-right: auto;
}










@media(max-width:1024px) {
    .brn-box1 {
        width: 70%;
        margin-right: -70%;
    }

    .r-title-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .r-title-block .img {
        width: 60%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .r-title-block .txtarea {
        width: 35%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .r-title-box {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 60px;
    }

    .r-title span {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }

    .r-title::after {
        width: 150px;
        height: 150px;
    }
}


@media(max-width:599px) {
    .paris2 {
        font-size: 45px;
    }

    .paris2::after {
        bottom: 25px;
    }

    .title-mk2,
    .title-mk3 {
        font-size: 20px;
    }

    .overflex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .brn-box1 {
        width: 100%;
        margin: 0;
    }

    .brn-box-inner {
        width: 100%;
        padding: 30px 15px;
    }

    .bg-list li {
        margin: 3px;
    }

    .cp-item-title {
        font-size: 16px;
        margin-top: 5px;
    }

    .cp-item2-title {
        font-size: 16px;
    }

    .r-title::after {
        display: none;
    }

    .r-title-box {
        margin-bottom: 30px;
    }

    .r-title-block .img {
        width: 100%;
    }

    .r-title-block .txtarea {
        width: 100%;
        margin-top: 15px;
    }
}

















.kodawari-list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    z-index:3;
}


.kodawari-item {
    position: relative;
    z-index:2;
}

.kodawari-item>span {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    overflow: hidden;
}

.kodawari-item>span::after {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #CCC;
    z-index: 2;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.kodawari-item>span:hover::after,
.kodawari-item.on>span::after {
    background-color: #d99873;
    opacity: 0.5;
}

.kodawari-num {
    position: absolute;
    bottom: 10px;
    right: 1px;
    z-index: 5;
}

.kodawari-num span {
    font-size: 28px;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 3;
    margin-top: 20px;
    font-family: "antrovectra";
}

.kodawari-num div::after {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #BFA574;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 2;
}

.kodawari-num div {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    text-align: center;
}

.kodawari-title {
    text-align: center;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 2px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

.kodawari-big-title {
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
    color: #9CAD79/*#D89C7E*/;
}

.main-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 93%;
}

.main-flex2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 93%;
    margin-right: 0;
    margin-left: auto
}

.flex-img {
    width: 50%;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}

.flex-img2 {
    width: 50%;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.main-flex-txt {
    width: 50%;
    margin-left: 3%;
    max-width: 500px;
}

.main-flex-txt2 {
    width: 50%;
    margin-right: 3%;
    max-width: 500px;
}

.main-txt-mini {
    line-height: 2.2em;
}

.main-txt.txt {
    font-size: 16px;
    line-height: 2em;
}
.main-txt.txt.ver02 {
    line-height: 2.2em;
}

.main-flex-title {
    font-size: 20px;
}

.white-back {
    position: relative;
}

.white-back-inner {
    position: relative;
    z-index: 3;
}

.white-back::after {
    content: "";
    height: calc(100% - 20px);
    width: 100%;
    max-width: 1100px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
}







/*//////////////////////////タブメニュー//////////////////////////////////////////////*/







@media(max-width:1024px) {

    .kodawari-list {
        max-width: 500px;
    }

    .kodawari-num span {
        font-size: 22px;
        margin-top: 18px;
    }

    .kodawari-num div {
        width: 55px;
        height: 55px;
    }

    .kodawari-num {
        bottom: 60px;
        right: 20px;
    }
}

@media(max-width:599px) {
    .kodawari-title {
        font-size: 13px
    }

    .kodawari-list {
        max-width: 320px;
    }

    .kodawari-num span {
        font-size: 18px;
        margin-top: 13px;
    }

    .kodawari-num div {
        width: 45px;
        height: 45px;
    }

    .kodawari-num {
        bottom: 20px;
        right: 20px;
    }

    .kodawari-big-title {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .main-txt.txt {
        font-size: 15px;
        line-height: 2.25em;
    }

    .main-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
    }

    .flex-img {
        width: 95%;
        margin-left: 0;
        margin-right: auto;
        position: relative;
        z-index: 2;
    }

    .main-txt-mini {
        line-height: 1.8em;
    }

    .main-flex-txt {
        width: 95%;
        margin-right: 0;
        margin-left: auto;
        background-color: rgba(217, 152, 115, 0.9);
        padding: 30px 10px 30px 30px;
        border-radius: 30px 0 0 30px;
        margin-top: -90px;
        position: relative;
        z-index: 3;
    }
    
    .main-flex-txt.ver02 {
        padding: 25px 10px 25px 25px;
    }
    
    .main-flex-txt2.ver02 {
        padding: 25px 10px 25px 25px;
    }      

    .main-flex-title {
        font-size: 16px;
    }

    .main-flex2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .flex-img2 {
        width: 95%;
        margin-left: auto;
        margin-right: 0;
        position: relative;
        z-index: 2;
    }

    .main-flex-txt2 {
        width: 95%;
        margin-right: auto;
        margin-left: 0;
        background-color: rgba(191, 165, 116, 0.9);
        padding: 30px 30px 30px 10px;
        border-radius: 0 30px 30px 0;
        margin-top: -90px;
        position: relative;
        z-index: 3;
    }
}










.under-cus-list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 60px;
}

.title-block.deep {
    margin-bottom: -250px;
}

.about-box {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    max-width: 1000px;
    position: relative;
    z-index: 4;
}

.about-img {
    border-radius: 30px;
    overflow: hidden;
}

.about-title {
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
    color: #BFA574
}

.about-txt.txt {
    font-size: 16px;
}


.company-detail {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    border-radius: 30px;
    overflow: hidden;
}

.profiles {
    width: 100%;
    padding: 90px 60px;
    display: inline-block;
}

.profiles tbody {
    width: 100%;
    display: block;
}

.profiles tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
}

.profiles th {
    width: 25%;
    color: #323031;
}

.profiles td {
    width: 75%;
    margin-left: 20px;
    color: #323031;
}

.profiles .profile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
}


.company-img {
    width: 35%;
    margin-top: -40%;
    border-radius: 30px;
    overflow: hidden;
}

.company-img.img img {
    -o-object-position: left;
    object-position: left;
}

.staff-box-title {
    margin-left: auto;
    margin-right: 0;
    width: 40px;
    margin-bottom: -30px;
}

.boss-flex {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 4;
}

.boss-img {
    width: 45%;
    border-radius: 30px;
    overflow: hidden;
}

.boss-txt-box {
    width: 45%;
}

.boss-title {
    font-size: 25px;
    letter-spacing: 2px;
    color: #BFA574;
}

.boss-txt {
    font-size: 16px;
    line-height: 2em;
}

.sign {
    font-family: "antrovectra";
    font-size: 35px;
    color: #323031;
    text-align: right;
}











.slider-staff .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 15px 0 0 0;
}

.slider-staff .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slider-staff .slick-dots button {
    color: transparent;
    outline: none;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #333;
    border: none;
}

.slider-staff .slick-dots .slick-active button {
    background: #D8A15E;
}







.staff-detai-img-block {
    width: 40%;
    position: relative;
    z-index: 3;
}

.staff-detai-img-block .img,
.staff-cus-img {
    border-radius: 30px;
    overflow: hidden;
}

.staff-detai-txt-block {
    position: relative;
    width: 60%;
    z-index: 2;
    margin-top: 90px;
}

.staff-detai-txt-block-inner {
    position: relative;
    z-index: 3;
    padding: 60px 60px 0 60px;
}

.staff-detai-txt-block::after {
    width: 120%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 2;
    border-radius: 30px;
}

.staff-name01 {
    font-size: 25px;
    letter-spacing: 2px;
}

.staff-table {
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
}

.staff-table tr {
    margin-bottom: 10px;
    display: block;
}

.staff-table th {
    width: 100px;
    text-align: left;
}

.links a {
    color: #15569d;
    text-decoration: underline;
}

.comment-title {
    font-size: 18px;
    display: inline-block;
    color: #52462e;
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/staff-fuki.webp');
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.lineup-page-title span {
    font-size: 28px;
    letter-spacing: 2px;
    position: relative;
    z-index: 3;
}

@media(max-width:1024px) {

    .title-main-tr,
    .title-main,
    .fake-title,
    .title-mk2,
    .title-mk3,
    .r-title span,
    .kodawari-big-title {

        font-size: 25px;
    }

    .title-block.deep {
        margin-bottom: 30px;
    }

    .about-box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .company-detail {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .profiles {
        width: 100%;
        padding: 60px 30px;
    }

    .company-img {
        width: 90%;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .staff-box-title {
        margin-left: 0;
        margin-right: auto;
        width: auto;
        margin-bottom: 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .boss-flex {
        width: 100%;
    }

    .boss-txt-box {
        width: 52%;
    }

    .sign {
        margin-top: 30px;
    }

    .staff-detai-txt-block {
        margin-top: 0;
    }

    .staff-detail-area1>.up-d-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .staff-detai-txt-block-inner {
        position: relative;
        z-index: 3;
        padding: 30px 15px;
    }

}

@media(max-width:599px) {

    .title-main-tr,
    .title-main,
    .fake-title,
    .title-mk2,
    .title-mk3,
    .r-title span,
    .about-title,
    .boss-title,
    .lineup-page-title span {
        font-size: 20px;
    }
    
    .kodawari-big-title{
      font-size: 24px;
      /* text-align: left; */
    }

    .under-cus-list {
        padding: 30px;
    }

    .about-box {
        width: 100%;
    }

    .about-txt.txt {
        font-size: 14px;
    }

    .profiles {
        padding: 30px 15px;
    }

    .profiles {
        font-size: 14px;
    }

    .boss-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .boss-img {
        width: 100%;
    }

    .boss-txt-box {
        width: 100%;
    }

    .boss-txt.txt {
        font-size: 14px;
    }

    .staff-detail-area1>.up-d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .staff-detai-img-block {
        width: 60%;
    }

    .staff-detai-txt-block {
        width: 100%;
    }

    .staff-detai-txt-block-inner {
        padding: 15px 5px;
    }

    .staff-detai-txt-block::after {
        width: 100%;
    }

    .staff-table th {
        width: 80px
    }

    .staff-name01 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .staff-cus-item .staff-posit {
        font-size: 12px;
    }

    .footer-add-area a {
        font-size: 14px;
    }
}


.under-sectionlong::after {
    height: 80%;
}

.under-2::after {
    display: none;
}

.lineup-box {
    width: 70%;
    margin-left: auto;
    margin-right: 10%;
    max-width: 1000px;
    position: relative;
    z-index: 4;
}

.lineup-page-title {
    position: relative;
    z-index: 2;
}

.lineup-page-title::after {
    width: 300px;
    height: 300px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #F0F4E5/*#F5EDEA*/;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 2;
}

.lineup-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.lineup-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70%;
    margin-right: -15%;

}

.lineup-left {
    width: 45%;
}

.lineup-page-txt {
    max-width: 360px;
    margin-top: 15px;
    line-height: 2em;
    position: relative;
    z-index: 3
}


.lineup-img1 {
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
    margin-right: -10%;
    position: relative;
    z-index: 4;

}

.lineup-img2 {
    width: 60%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    margin-bottom: 60px;
}

.lineup-detail-box {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}

.lineup-detail-img {
    border-radius: 30px;
    overflow: hidden;
}

.lineup-detail-title {
    font-size: 16px;
    letter-spacing: 1px;
}

.lineup-btn a,
.lineup-btn span{
    width: 100%;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 15px 0;
    background-color: #BFA574;
    border-radius: 15px;
    border: 1px solid #9CAD79/*#D89C7E*/;
}


.lineup-flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lineup-flex2.btm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.lineup-right2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    position: relative;
    z-index: 3;
}

.lineup-tab-img {
    border-radius: 30px;
    overflow: hidden;
}

.lineup-tab {
    position: relative;
    z-index: 2;
}

.lineup-btns {
    position: relative;
    z-index: 3;
}


.lineup-page-title2 {
    position: relative;
    z-index: 2;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lineup-page-title2 span {
    position: relative;
    z-index: 3;
    font-size: 28px;
    letter-spacing: 2px;
    color: #323031;
}

.lineup-page-title2::after {
    width: 300px;
    height: 300px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    background-image: radial-gradient(#535447 10%, transparent 10%);
    background-size: 7px 7px;
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 2;
}

.btm .lineup-page-title2::after {
    background-color: #f8f8f8;
}

.lineup-tab-txt.txt {
    font-size: 16px;
    line-height: 2em;
    position: relative;
    z-index: 3;
}

.heigh-txt.txt.scnd {
    max-width: 500px;
    margin-left: auto;
    margin-right: 0;

}

.title-main.mk2 {
    text-align: left;
}

.boss-title.scnd {
    color: #d99873;
    text-align: right;
    position: relative;
    z-index: 3;
}

.heigh-txt.txt {
    line-height: 2em;
    position: relative;
    z-index: 3;
}


@media(max-width:1024px) {
    .lineup-detail-box {
        max-width: 768px;
        width: 96%;
    }
}

.content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-main {
    width: 70%;
}

.content-side {
    width: 20%;
}

.content-item-001 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px dotted #9CAD79/*#D89C7E*/;
    margin-bottom: 45px;
}

.content-img-001 {
    border-radius: 15px;
    overflow: hidden;
    width: 30%;
}

.content-001-textbox {
    width: 67%;
}

.mini-flex-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-cat.split-tag .dot {
    font-size: 14px;
    background-color: #BFA574;
    color: #fff;
    padding: 2px 7px;
    border-radius: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.content-001-title {
    font-size: 18px;
    color: #323031;
}

.content-001-cap {
    font-size: 14px;
    color: #323031;
}

.cat-title {
    position: relative;
    z-index: 1;
}

.cat-title span {
    font-size: 20px;
    color: #323031;
    letter-spacing: 1px;
    position: relative;
    z-index: 3;
}

.cat-title::before {
    background-color:#F0F4E5/*#F5EDEA*/;
    width: 80px;
    height: 80px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 56% 44% 42% 58% / 61% 47% 53% 39%;
    z-index: 3;
}

.cat-list {
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.cat-item a {
    font-size: 16px;
    padding: 5px 0 5px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.cat-item a::after {
    display: inline-block;
    background-color: #BFA574;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.title-block-mk2 {
    position: relative;
    z-index: 4;
}

.section1 .inner {
    position: relative;
    z-index: 3;
}




@media(max-width:1024px) {
    .lineup-right {
        width: 55%;
        margin-right: 0;
    }

    .lineup-page-title span {
        font-size: 20px;
    }

    .lineup-detail-title {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .lineup-page-title2 span {
        font-size: 22px;
    }

    .boss-title {
        font-size: 22px;
    }

    .lineup-tab-txt.txt {
        font-size: 14px;
    }

    .content-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-main {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .content-side {
        width: 100%;
    }

    .content-cat-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .cat-box {
        max-width: 300px;
        width: 45%;
    }
}

@media(max-width:599px) {
    .lineup-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lineup-left {
        width: 100%;
    }

    .lineup-page-title span {
        font-size: 18px;
    }

    .lineup-right {
        width: 80%;
        margin-left: auto;
        margin-right: 0;
        margin-top: 15px;
    }

    .lineup-flex2 {
        flex-direction: column-reverse;
    }

    .lineup-page-title2 {
        width: 100%;
    }

    .lineup-page-title2::after {
        width: 80px;
        height: 80px;
        left: 0;
    }

    .lineup-right2 {
        width: 100%;
        position: relative;
        z-index: 3;
        margin-top: 15px;
    }

    .boss-title {
        font-size: 20px;
    }

    .lineup-tab {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .heigh-txt.txt.scnd {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .content-main {
        width: 100%;
    }

    .content-cat-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cat-box {
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.profiles th {
    text-align: left;
}








.content-detail-title {
    font-size: 20px;
    letter-spacing: 1px;
}


.event-info-name {
    font-size: 25px;
    color: #323031;
    padding: 5px 0 5px 15px;
    display: inline-block;
    position: relative;
}

.event-info-name::after {
    display: inline-block;
    background-color: #BFA574;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.main-block-event .profiles {
    padding: 0;
}

.profiles.works {
    padding: 0;
}

.imgbox-event img {
    border-radius: 30px;
    overflow: hidden;
}

.main-block-event {
    display: none
}

.main-block-event.イベント情報 {
    display: block;
}

.maparea {
    width: 100%;
    height: 400px;
}

.maparea iframe {
    width: 100%;
    height: 100%;
}

.content-img-002 {
    border-radius: 30px;
    overflow: hidden;
}

.content-002-textbox {
    width: 100%;
}

.content-002-textbox .mini-flex-detail {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.date {
    min-width: 75px;
}


.new-works {
    padding: 60px;
    background-color: #fff;
    border-radius: 30px;
}

.before-item .img,
.after-item .img {
    border-radius: 30px;
    overflow: hidden;
}

.prop {
    font-size: 35px;
    font-family: "antrovectra";
}

.prop1 {
    color: #323031
}

.prop2 {
    color: #9CAD79/*#D89C7E*/;
}

@media(max-width:599px) {
    .new-works {
        padding: 30px 15px;
    }

    .event-info-name {
        font-size: 20px;
    }
}

.voice-title {
    font-size: 20px;
    color: #323031;
    letter-spacing: 1px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #323031
}

.partner span {
    display: block;
    position: relative;
    padding-left: 10px;
    margin: 5px;
}

.partner span::after {
    display: inline-block;
    background-color: #323031;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stars .txt {
    max-width: 120px;
    margin-right: 15px;
}


.video-box video {
    width: 100%;
    height: 100%;
}

.video-box {
    border-radius: 30px;
    overflow: hidden;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

@media(max-width:599px) {
    .video-box {
        width: 100%;
    }

}





.mdr-img {
    width: 48%;
    border-radius: 30px;
    float: left;
    overflow: hidden;
}

.mdr2 .mdr-img {
    float: right;
}

.mdr-title {
    width: 48%;
    font-size: 20px;
    letter-spacing: 1px;
    color: #BFA574;
    float: right;
    margin-top: 30px;
}

.mdr-txt {
    width: 48%;
    color: #323031;
    float: right;
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 2em;
}

.mdr2 .mdr-title,
.mdr2 .mdr-txt {
    float: left;
}

.hot-p {
    font-size: 18px;
    color: #9CAD79/*#D89C7E*/;
    margin-bottom: 10px;
}

.model-btn {
    display: none;
}




@media(max-width:1024px) {
    .mdr-title {
        width: 50%;
        font-size: 18px;
        margin-top: 0;
    }
}

@media(max-width:599px) {
    .mdr-title {
        width: 100%;
        float: none;
    }

    .mdr-img {
        margin-top: 15px;
        width: 100%;
        float: none;
    }

    .mdr-txt {
        width: 100%;
        float: none;
    }
}

.white-block {
    background-color: #fff;
    padding: 60px;
}

.new-text-1 {
    font-size: 20px;
    letter-spacing: 2px;
    color: #323031
}

.big-tel {
    color: #323031;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.big-tel::before {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    margin-right: 2px;
    margin-bottom: -1px;
    background-image: url('/import/tenant_1/160.16.150.91/html/images/tel.webp');
}








.flow {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    position: relative;
}

.flow::after {
    content: "";
    display: inline-block;
    width: 70%;
    height: 1px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #BFA574;
}

.flow-item {
    text-align: center;
    position: relative;
    z-index: 3;
}

.flow-ball {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
}

.flow-ball::after {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #BFA574;
    border-radius: 50%;
    z-index: 2;
}

.flow-ball span {
    font-size: 35px;
    color: #323031;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 3;
    margin-top: 11px;
}

.now .flow-ball::after {
    background-color: #BFA574;
}

.now .flow-ball span {
    color: #fff;
}

































.Form {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}


.Form-Item {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.Form-Item-Label {
    width: 100%;
    max-width: 220px;
    letter-spacing: 2px;
    font-size: 16px;
    color: #323031;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.hissu {
    border-radius: 20px;
    padding: 5px 10px;
    width: 50px;
    display: inline-block;
    text-align: center;
    background: #BFA574;
    color: #fff;
    font-size: 12px;
}


.Form-Item-Input {
    margin-left: 30px;
    padding: 15px 5px;
    max-width: 400px;
    width: 100%;
    background: #ccc;
    font-size: 16px;
    border: none;
    display: inline-block;
}

.adress-box {
    width: calc(100% - 220px);
}

.adress-box .short {
    max-width: 200px;
}


.Form-Item-Input2 {
    margin-left: 30px;
    padding-right: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 14px;
    color: #323031;
}

.Form-Item-Input2 label {
    margin: 5px 20px 5px 0;
}

.Form-Item-Input2 label input {
    margin-right: 2px;
    margin-bottom: 3px;
    height: 15px;
    width: 15px;
    vertical-align: middle;
}

.Form-Item-Textarea {
    border: none;
    margin-left: 30px;
    padding: 5px;
    height: 300px;
    width: calc(100% - 250px);
    background: #ccc;
    font-size: 18px;
}


.Form-Item {
    position: relative;
}

.uk-text-danger {
    width: 100%;
}

.actual_object_error_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.for-bg {
    background-image: url('/import/tenant_1/160.16.150.91/html/images/bg02.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}



@media(max-width:1024px) {
    .Form-Item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Form-Item-Label {
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .Form-Item-Input2 {
        margin-left: 0;
        margin-top: 30px;
    }

    .Form-Item>.Form-Item-Input {
        margin-left: 0;
        margin-top: 30px;
    }

    .Form-Item-Input {
        margin-left: 0;
    }

    .adress-box {
        margin-top: 30px;
    }

    .Form-Item-Textarea {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
    }
}

@media(max-width:599px) {

    .big-tel {
        font-size: 30px;
    }

    .big-tel::before {
        width: 22px;
        height: 22px;
    }

    .new-text-1 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .white-block {
        background-color: #fff;
        padding: 30px 15px;
    }

    .Form-Item-Input2,
    .Form-Item>.Form-Item-Input,
    .adress-box,
    .Form-Item-Textarea {
        margin-top: 15px;
    }

    .adress-box {
        width: 100%
    }
}

.mini-flex-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-item-001.V2 a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.content-img-001.V2,
.content-001-textbox.V2 {
    width: 48%;
}

.content-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-001-title.V2 {
    font-size: 16px;
}


@media(max-width:599px) {
    .content-item-001.V2 a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .content-img-001,
    .content-001-textbox {
        width: 48%;
    }

}


.p-block {
    position: relative;
    z-index: 2;
}

.p-title {
    font-size: 18px;
    color: #9CAD79/*#D89C7E*/;
}



[data-element-id].drop-menu{
      z-index: 3;
    opacity: 1;
    display: inline-block;
    top:200%;
}

[data-element-id]#header {
    position:relative;
}

[data-element-id]#header.colored {
    background-color:none;
    padding-bottom:0;
}

[data-element-id].nav-main .pc-none{
    display:block;
    border:2px solid blue;
    position:relative;
}

[data-element-id].nav-main .pc-none::after{
    display:inline-block;
    background-color:blue;
    position:absolute;
    content:"PC時非表示";
    font-size:12px;
    color:yellow;
    top:100%;
    left:0;
    width:100%;
    text-align:center;
}

[data-element-id].under-sectiontop{
  margin-top:400px;
}

[data-element-id].tab .tab-item{
  border:2px solid green;
    position:relative;
    margin-top:30px;
}

[data-element-id].tab .tab-item::before{
    display:inline-block;
    background-color:green;
    position:absolute;
    content:"タブ切り替え要素";
    font-size:15px;
    color:yellow;
    bottom:100%;
    left:0;
    width:100%;
    text-align:center;
    z-index:100;
}

[data-element-id].tab-btn{
  border:2px solid red;
    position:relative;
}

[data-element-id].tab-btn::before{
    display:inline-block;
    background-color:red;
    position:absolute;
    content:"タブ切り替えボタン";
    font-size:13px;
    color:yellow;
    bottom:100%;
    left:0;
    width:100%;
    text-align:center;
}

[data-element-id].up-gapx-40.kodawari-list{
  margin-left: auto;
    margin-right: auto;
}

[data-element-id].slider-staff{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

[data-element-id].slider-staff .slider-staff-img{
  width:30%;
  padding:15px 0;
}

[data-element-id].slider-staff li{
    border:2px solid blue;
    position:relative;
}

[data-element-id].slider-staff li:nth-child(1)::after{
   display:inline-block;
    background-color:blue;
    position:absolute;
    content:"スライド1枚目";
    font-size:12px;
    color:yellow;
    top:90%;
    left:0;
    width:100%;
    text-align:center;
}

[data-element-id].slider-staff li:nth-child(2)::after{
   display:inline-block;
    background-color:blue;
    position:absolute;
    content:"スライド2枚目";
    font-size:12px;
    color:yellow;
    top:90%;
    left:0;
    width:100%;
    text-align:center;
}

[data-element-id].slider-staff li:nth-child(3)::after{
   display:inline-block;
    background-color:blue;
    position:absolute;
    content:"スライド3枚目";
    font-size:12px;
    color:yellow;
    top:90%;
    left:0;
    width:100%;
    text-align:center;
}

[data-element-id].slider-staff li:nth-child(4)::after{
   display:inline-block;
    background-color:blue;
    position:absolute;
    content:"スライド4枚目";
    font-size:12px;
    color:yellow;
    top:90%;
    left:0;
    width:100%;
    text-align:center;
}

[data-element-id].slider-staff li:nth-child(5)::after{
   display:inline-block;
    background-color:blue;
    position:absolute;
    content:"スライド5枚目";
    font-size:12px;
    color:yellow;
    top:90%;
    left:0;
    width:100%;
    text-align:center;
}

[data-element-id].slider-staff li:nth-child(6)::after{
   display:inline-block;
    background-color:blue;
    position:absolute;
    content:"スライド6枚目";
    font-size:12px;
    color:yellow;
    top:90%;
    left:0;
    width:100%;
    text-align:center;
}

.main-block.up-clearfix h2{
  font-size:1.5em;
  font-weight:bold;
  padding-left:10px;
  border-left:6px solid #666;
  margin-bottom:10px;
}

.main-block.up-clearfix h3{
  font-size:1.2em;
  font-weight:bold;
  border-bottom:3px solid #666;
  margin-bottom:10px;
  display:inline-block;
  margin-left:0;
  margin-right:auto;
}

.main-block.up-clearfix h4{
  font-weight:bold;
  margin-bottom:10px;
  padding-left:10px;
  position:relative;
}

.main-block.up-clearfix h4::before{
 display: inline-block;
    background-color: #BFA574;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

[data-element-id].voice-paris.paris.text-editable{
  position:absolute;
}

.tab-btn{
  cursor: pointer
}

@media(max-width:599px){
  .profiles th {
    width: 30%;
}

.profiles td {
    width: 70%;
    margin-left:10px;
}
}

.nav-item1>a{
  white-space: nowrap
}

.recomend-box{
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}

.upside-down{
  display:none;
}

@media(max-width:1024px){
  .upside-down{
    display:block;
    margin-top:27px;
  }
  .upside-down .logo{
    width:60%;
    margin-left:20px;
    margin-right:0;
  }
  .upside-down .txt{
    text-align:center;
    margin-top:10px;
  }
}

.up-d-flex.up-fxd-col.adress-box.h-adr .actual_object_error_wrapper{
  display:contents;
}

.tour-box{
  width:100%;
  height:500px;
  position:relative;
  z-index:4;
}

.tour-box iframe{
  width:100%;
  height:100%;
}

@media(max-width:1024px){
  .tour-box{
  height:400px;
}
}

@media(max-width:599px){
  .tour-box{
  height:300px;
}
}

[data-element-id].main-block-event{
  display:block;
}

[data-element-id].right-btns{
  border:3px solid red;
  position:relative;
}

[data-element-id].right-btns::after{
  background-color:red;
  color:yellow;
  text-align:center;
  content:"ABテスト「A」";
  width:100%;
  position:absolute;
  top:0;
  left:0;
  padding-top:10px;
}

[data-element-id].right-btns.ab::after{
  background-color:red;
  color:yellow;
  text-align:center;
  content:"ABテスト「B」";
  width:100%;
  position:absolute;
  top:0;
  left:0;
  padding-top:10px;
}

/*@media(max-width:1024px){
  .header-main>div:nth-child(4){
    position:absolute;
  }
}*/





.sns-icon{
  display:inline-block;
  position:fixed;
  top:180px;
  right:0;
}

.sns-icon a{
  display:block;
  height:50px;
  width:50px;
  margin:15px;
}

#footer .inner{
  position:relative;
  z-index:2;
}


.bigball.kodawari-list li{
  width:25%;
}

.bigball.kodawari-list{
  justify-content: space-evenly;
}








@media(max-width:1024px){
  .kodawari-list.bigball{
    max-width:100%;
  }
  
.bigball .kodawari-num {
        bottom: -10px;
    right: -5px;
}

.bigball.kodawari-list li{
  width:40%;
}
}



.access-flex{
  display:flex;
  justify-content:space-between;
  margin-top:60px
}

.access-1,
.access-2{
  width:48%;
}

.access-title{
  font-size:22px;
  text-align:center;
  color:#9CAD79/*#D89C7E*/;
  margin-bottom:15px;
  border:1px solid #9CAD79/*#D89C7E*/;
  padding:5px 0;
}

.access-flex .mapbox{
  width:100%;
  height:300px;
  border-radius: 30px;
    overflow: hidden;
}

.mapbox iframe{
  width:100%;
  height:100%;
}

.access-3{
  margin-top:30px;
}

.access-3 .mapbox{
  width:100%;
  height:500px;
  border-radius: 30px;
    overflow: hidden;
}


@media(max-width:599px){
  .access-flex{
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  margin-top:60px
}

.access-1,
.access-2{
  width:100%;
}

.access-2{
  margin-top:30px;
}

.access-3 .mapbox{
  height:300px;
}
}

.ct-newbtn a{
  display:inline-block;
  color:#fff;
  font-size:22px;
  background-color:#BFA574;
  padding:15px 40px;
  border-radius:35px;
  margin-bottom: 100px
}

.mini-flex{
  width:100%;
  margin-top:20px;
}

.mini-flex .img{
    border-radius: 30px;
    overflow: hidden;
}

.new-small{
  font-size:13px;
}

@media(max-width:599px){
  .mini-flex{
  width:100%
}

}





.norm-box{
  max-width:700px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:30px;
  border-radius: 30px;
  overflow: hidden;
}


@media(min-width:1025px){

.img-new.flex-img {
    width: 30%;
    border-radius:30px;
    overflow: hidden;
}

.inner .main-flex{
  max-width:100%;
}

.inner .main-flex-txt{
  max-width:100%;
  width:70%;
}

}


.new-flex{
  display:flex;
  align-items:center;
  justify-content: space-between;
}

.new-flex .img{
  width:60%;
  border-radius:30px;
  overflow:hidden;
}

.new-flex-right{
  width:38%;
}

.new-flex .new-works{
  padding:0;
}

.new-flex .new-works .profiles th {
    width: 35%;
    min-width:110px;
}

.new-flex .new-works .profiles td {
    width: 65%;
    margin-left: 20px;
}


@media(max-width:1024px){
  .inner.get-none{
    width:100%;
    max-width:100%;
  }
  
  .new-flex .img{
  width:50%
}

.new-flex-right{
  width:48%;
}

.new-flex .new-works .profiles td {
    margin-left:5px;
}
}


@media(max-width:599px){
  .new-flex{
    flex-direction:column;
  }
  
  .new-flex .img{
  width:100%;
}

.new-flex-right{
  width:100%;
  margin-top:15px;
}

.new-flex .new-works .profiles th {
    width: 25%;
}

.new-flex .new-works .profiles td {
    width: 75%;
}
}

.modelhouse-tab .uk-slidenav-position{
  height:550px;
}

.modelhouse-tab .uk-slideshow,
.modelhouse-tab .uk-slideshow li,
.modelhouse-tab .uk-slideshow li .uk-flex,
.modelhouse-tab .uk-slideshow li .uk-flex img{
  height:100%!important;
  width:100%;
}

.modelhouse-tab .uk-slideshow li .uk-flex{
  overflow:hidden;
}
.modelhouse-tab .uk-slideshow li .uk-flex img{
  object-fit:cover;
  object-position:center;
}

@media(max-width:1024px){
  .modelhouse-tab .uk-slidenav-position{
  height:400px;
}
}

@media(max-width:599px){
  .modelhouse-tab .uk-slidenav-position{
  height:250px;
}
}







.long-bg-box{
  padding:90px 0;
  position:relative;
  overflow:hidden;
}

.long-bg{
  display:inline-block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0.4;
  z-index:1;
  overflow:hidden;
}

.new-cont{
  position:relative;
  z-index:2;
}

.img img.js-rellax {
    width: 100%;
    height: 120%;
    object-fit:cover;
}

.new-cont .about-title.abt1{
  font-size:32px;
  color: rgb(166, 77, 121)
}

.new-cont .about-title.abt2{
  font-size:32px;
  color: rgb(127, 96, 0);
}

.new-cont .hot-word {
    font-size: 24px;
}

.new-cont .about-txt.txt {
    font-size: 18px;
    line-height:1.7em;
}




.new-box{
  width:40%;
  position: relative;
  z-index: 2;
}

.new-box-2{
  width:58%;
  position: relative;
  z-index: 3;
}

.new-box .lineup-page-title2 {
    width: 100%;
}

.new-box .boss-title,
.new-box .txt{
  position:relative;
  z-index:3;
}

.lineup-right3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 3;
}


 .right-btns.noto a{
      background-color: #D8A15E !important;
}

.right-btns.noto.ab a{
      background-color: #BFA574 !important;
}


@media(max-width:599px){
  .new-box{
    width:100%;
  }
  
  .new-box-2 {
    width:100%
    }
}

.ff12{
  font-size:12px;
}

.lineup-item .lineup-num div::after {
    display:none;
}

.lineup-item .lineup-num span {
    font-size: 25px;
    font-family: "antrovectra";
    font-weight:bolder;
    color: #BFA574;;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 3;
}

.lineup-item .lineup-title .lineup-num{
  position:absolute;
  top:50%;
  left:10px;
  transform:translateY(-50%);
}

.staff-gallery{
  padding:0 30px;
}
.misson01 .img-box {
  display: flex;
}
.misson01 .img-box div {
  width: 25%;
}
.misson01 .img-box .left {
  margin-right: 20px;
  margin-left: auto;
}
.misson01 .img-box .right {
  margin-left: 20px;
  margin-right: auto;
}

@media(max-width:1024px){
  .misson01 .img-box div {
    width: 30%;
  }
}

@media(max-width:599px){
  .misson01 .about-title {
    text-align: center;
    padding: 0 5px ;
  }
  .misson01 .up-ta-c {
    text-align: center;
    padding: 0 5px ;
  }
  .misson01 .long-bg-box {
    padding: 50px 0px;
  }
  .misson01 .img-box div {
    width: 40%;
  }
  .misson01 .img-box .left {
    margin-right: 5px;
  }
  .misson01 .img-box .right {
    margin-left: 5px;
  }
  .thought .up-ta-c {
    text-align: left;
    padding: 0 5px ;
  }
}

[data-element-id].modelhouse-btn{
  display:block;
}



/*12/21 19:00追記*/
/* @media(max-width:599px){
  .title-box-1.bgd-mk2::after,
  .title-box-1.bgd-mk2::before,
  .none-cards li:nth-child(3){
    display:none;
  }
} */

.kaishu{
  display:none;
}

.kaishu.リノベーション{
  display:block;
}

.h1 br{
  display:none!important;
}

@media(max-width:1300px){
.header-main{
  flex-wrap:wrap;
  justify-content: flex-end;
}
.nav-area {
    width: calc(100% - 265px);
}
.header-btn a{
  padding:10px 0;
}

}

@media(max-width:1024px){
.nav-area{
  width:50vw;
}
}

@media(max-width:599px){
  .nav-area{
  width:100vw;
}
.card-item-01 dl{
flex-direction:column;
}

.card-item-01 dl dt,
.card-item-01 dl dd{
width:100%;
}
}


.up-col-3{
  justify-content: center;
}








/*12/23 15:00追記*/

/*モデルハウスのページ、旅切り替え機能は現在非表示になっています*/
/*タブ切り替えボタンが表示されている場合、タブ切り替えが有効になります*/
/*またタブやボタンを編集しても、「ボタンが非表示」のままだと公開画面でタブ切り替えが無効ですので、以下CSSを編集してください*/

.modelhouse-btn{
  display:block;/*こちらの"none"を"block"に書き換えると、「タブ切り替えボタン」が表示され、「公開画面上でタブ切り替え機能が有効」になります。*/
}

@media(min-width:1025px){

.nav-item1>a::before{
  border-radius:30px;
}

}





/* 2023/02/16追記 */
@media (max-width:1024px) {
  .news-wrap.section1::after {
      height: 90%;
  }
}
@media (max-width:599px) {
  .news-wrap.section1::after {
      height: 94%;
  }
}


/*プロフィール枠*/
#author_profile {
  border: 1px solid #9CAD79;
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
#author_profile p {
  margin-bottom: 20px;
  line-height: 1.8;
}
/*この記事を書いた人の見出し*/
#author_profile p.label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #9CAD79;
  padding: 10px 15px;
}
/*名前*/
#author_profile p.author_name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    border-left: 1px solid #9CAD79;
}
/*名前下の下線*/
#author_profile p.author_name::after {
  content: "";
  border-bottom: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
/*左側画像ブロック*/
#author_profile .left {
  width: 20%;
  float: left;
  margin: 10px 0 15px 30px;
}
/*画像サイズ*/
#author_profile .left img {
  width: 100%;
}
/*右側テキストブロック*/
#author_profile .right {
  width: 74%;
  float: left;
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 0 20px 30px;
}
/*テキスト下部SNSブロック*/
#author_profile .right ul.author_sns {
  margin: 0;
  border-top: 1px dotted #dddddd;
  margin-top: 15px;
  padding-top: 20px;
}
#author_profile .right ul.author_sns li {
  float: left;
  margin-right: 15px;
  list-style: none;
}
#author_profile .right ul.author_sns li:last-child {
  margin-right: 0;
}
/*SNSアイコンを使う場合は別途アイコンCSSの設定が必要*/
#author_profile .right ul.author_sns li i.icon-facebook {
  color: #fff;
  background-color: #194c80;
  margin-right: 8px;
  padding: 6px 8px 0;
  position: relative;
  bottom: -3px;
}
/*SP時の挙動（画面サイズが小さい時）*/
@media (max-width: 599px) {
  #author_profile p.author_name {
    text-align: center;
  }
  #author_profile .left {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  #author_profile .left img {
    width: 33%;
  }
#author_profile .right {
    width: 100%;
    float: none;
    padding: 10px 20px 10px;
}
  #author_profile .right ul.author_sns li {
    margin-bottom: 20px;
  }
}

.right a{
      color: #004e88;
    border-bottom: 1px solid #9CAD79;
}

#author_profile.writer-pro p.author_name{
    border-left: 1px solid #9CAD79 !important;
}

#author_profile.writer-pro p.label{
      background: #9CAD79 !important
}


/* 2023年3月13日追記 */
.lay-type-01 {
    position: relative;
}

.lay-type-01 .box {
    position: relative;
}

.lay-type-01 .box .item {
    position: relative;
    display: block;
}

.lay-type-01 .box .item:before {
    display: block;
    clear: both;
    content: ""
}

.lay-type-01 .box .item:after {
    display: block;
    clear: both;
    content: ""
}

.lay-type-01 .box .item .tit {
    width: 40%;
    margin-bottom: 20px;
}

.lay-type-01 .box .item .pbox {
    width: 50%;
}

.lay-type-01 .box .item .txt {
    width: 40%;
}


.lay-type-01 .box .item:nth-of-type(odd) .tit {
    float: left;
}

.lay-type-01 .box .item:nth-of-type(odd) .pbox {
    float: right;
}

.lay-type-01 .box .item:nth-of-type(odd) .txt {
    float: left;
}


.lay-type-01 .box .item:nth-of-type(even) .tit {
    float: right;
}

.lay-type-01 .box .item:nth-of-type(even) .pbox {
    float: left;
}

.lay-type-01 .box .item:nth-of-type(even) .txt {
    float: right;
}

.lay-type-01 .box .item + .item {
    margin-top: 80px;
}

.lay-type-01 .box .item .tit * {
    text-align: left;
}

@media (max-width:599px) {

  .lay-type-01 .box .item .tit {
      width: 100%;
  }
  
  .lay-type-01 .box .item .pbox {
      width: 100%;
  }
  
  .lay-type-01 .box .item .txt {
      width: 100%;
  }
  .lay-type-01 .box .item + .item {
    margin-top: 50px;
  }
}


.box-madori {
    position: relative;
}

.box-madori .item {
    position: relative;
}

.title-block-kodawari {
    position: relative;
}

.title-block-kodawari .kodawari-num {
    position: static;
}

.title-block-kodawari .title-kodawari {
    font-size: clamp(1.125rem, 1.018rem + 0.44vw, 1.375rem);
    margin-top: 10px;
}

.box-madori .item .pbox {
    background: #F8F8F6;
}

.box-madori .item .pbox .item-pbox {
    position: relative;
}

.box-madori .item .pbox .item-pbox .tit {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.964rem + 0.66vw, 1.5rem);
}

.box-madori .item .pbox .item-pbox .pic {
    padding: 20px 20px 0 20px;
}

.section-v .space + .space {
    margin-top: 50px;
}

.pic-about {
    position: relative;
}

.pic-about .left {
    position: relative;
}

.pic-radius {
    border-radius: 30px;
    overflow: hidden;
}
.pic-radius20 {
    border-radius: 20px;
    overflow: hidden;
}

.pic-about .right {
    position: relative;
    background: #F8F8F6;
    padding: 5px;
}

.pic-list {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
}

.pic-list .list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pic-list .list dt {
    width: 40%;
}

.pic-list .list dd {
    width: 58%;
}

.pic-list .list + .list {
    border-top: 1px solid #F8F8F6;
}

@media (max-width:599px) {
  .pic-radius {
      border-radius: 20px;
  }
}

.box-simulation {
    position: relative;
    border: 2px solid #D8A15E;
    border-radius: 10px;
    overflow: hidden;
}

.box-simulation .tit {
    text-align: center;
    background: #D8A15E;
    color: #fff;
    padding: 10px 0;
    font-size: clamp(1.125rem, 1.018rem + 0.44vw, 1.375rem);
}

.box-simulation .wrap {
    position: relative;
}

.box-simulation .wrap .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box-simulation .wrap .img-box .pic {
    height: 100%;
}

.box-simulation .wrap .img-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.3);
}


.box-simulation .box {
    padding: 60px 30px;
    position: relative;
    z-index: 3;
}

[data-element-id].box-simulation .box {
    transform: scale(0.9);
}

.box-simulation .box .item {
    position: relative;
    background: #Fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 20px;
    flex-wrap: wrap;
}

.box-simulation .box .item .left {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
}

.box-simulation .box .item .sub1 {
    display: block;
}

.box-simulation .box .item .main-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.box-simulation .box .item .main-txt .big {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 0;
    line-height: 1;
}

.box-simulation .box .item .sub1,.box-simulation .box .item .sub2 {
    font-size: clamp(1.125rem, 1.018rem + 0.44vw, 1.375rem);
}

.box-simulation .box .item .right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-simulation .box .item .right > * {
    padding: 0 15px;
}

.box-simulation .box .item .right > *:nth-child(2) {
    border-left: 1px solid;
}

.box-simulation .box .item .sim-list {
    position: relative;
}

.box-simulation .box .item .sim-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.box-simulation .box .item .sim-list .list dt {
    width: fit-content;
    margin-right: 15px;
}

@media (max-width:1024px) {
  .box-simulation .box {
    padding: 30px 10px;
  }
  .box-simulation .box .item .right > *:nth-child(2) {
      border-left: none;
      border-top: 1px solid;
      padding-top: 10px;
      margin-top: 10px;
  }
}

@media (max-width:599px) {
  .box-simulation .box .item .right {
    padding: 20px 0 0;
  }
  .box-simulation .box .item {
    padding: 10px 20px;
  }
}


.section-mv {
    position: relative;
}

.section-mv .mv {
    position: relative;
}

.section-mv .mv .pbox {
    position: relative;
    z-index: 1;
}

.section-mv .mv .pbox .pic {
    position: relative;
    z-index: 1;
}

.section-mv .mv .pbox .pic:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 2;
    position: absolute;
}

.section-mv .mv .tbox {
    position: absolute;
    z-index: 3;
    color: #fff;
}

.section-mv .mv01 .tbox {
    top: 5%;
    left: 15%;
}
.section-mv .mv01 .tbox .logo {
    max-width: 380px;
    margin-bottom: 20px;
}

.section-mv .mv02 .tbox {
    top: 15%;
    left: 15%;
}

.section-mv .mv .tbox .catch {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: clamp(1.125rem, 0.857rem + 1.1vw, 1.75rem);
    letter-spacing: 2px;
    line-height: 1.8;
}

.section-mv .mv02 .tbox .catch {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-shadow: 1px 1px 10px #999;
}

@media (max-width:599px) {
  .section-mv .mv01 .tbox .logo {
      max-width: 230px;
  }
  
  .section-mv .mv01 .tbox {
      left: 5%;
  }
  
  .section-mv .mv02 .tbox {
      top: 10%;
      left: 5%;
  }
  .section-mv .mv .tbox .catch {
    letter-spacing: 0px;
  }

}

[data-element-id].fead-order>* {
    opacity: 1;
}

@media only screen and (max-width: 599px){
  .ta-c-sp{
    text-align: center !important;
  }
}

.cards-works .tl-2 {
  overflow: initial;
  display: initial;
}

/*2023/07/06*/
.section3-5 {
  background: #fff;
  padding-bottom: 80px;
}
.dpb {
  display: block;
}
.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.di-no {
  display: none;
}
[data-element-id].di-no {
  display: block;
}
.di-no.yes {
  display: block;
}

/***インスタグラム***/
#instafeed {
  display: flex;
  flex-wrap: wrap;
}
#instafeed li {
  width: 23%;
  margin: 10px auto 0;
  z-index: 10;
}
.insta-info {
  display: none;
}

@media only screen and (max-width: 599px){
  #instafeed li {
    width: 31%;
  }
}

/* 20240306作成 */

#header {
  position: fixed;
  top: -120px; /* ページロード時に表示されるように調整 */
  left: 0;
  width: 100%;
  transition: top 0.3s ease, opacity 0.3s ease; /* トップと透明度の変化にアニメーションを適用 */
  will-change: top, opacity; /* トップと透明度の変化を最適化 */
  z-index: 100; /* ヘッダーが他の要素より前面に来るように */
}

#header.colored {
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
}

#header.header-visible {
    top: 0 !important; /* ヘッダーを画面の上端に表示 */
    transition: top 0.3s ease, opacity 0.3s ease; /* トップと透明度の変化にアニメーションを適用 */
  will-change: top, opacity; /* トップと透明度の変化を最適化 */
}

/* 2024/03/11 */


  @media screen and (max-width:1024px) {
   
 .sns-icon {
    display: none;
 }
 .sns-icon {
    position: static;
    top: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
 }
 
 #footer{
  padding-top: 30px;
  margin-top: 60px;
 }
 
 .top-page .sns-icon {
    position: absolute;
    transform: translateX(0%);
    left: 0%;
    top: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
 }
 
 .top-page .footer-for-bg{
  padding-top: 100px;
 }
 
 .top-page #footer {
    padding-top: 0;
    margin-top: -50px;
 }
 
.header-main .sns-icon{
  display: none !important;
}
 }  

@media screen and (min-width:1025px) {
.header-main .sns-icon{
  display: block !important;
}
 
}

/* 2024/04/10 追記 */

@media screen and (max-width:599px) {
  .top-page .sec-mb-100-sp{
   margin-bottom: 100px;
 }
 
  .top-page .gapy-30-sp{
   row-gap: 30px;
 }
}

@media screen and (min-width:600px) {
    .top-page .none-cards li:nth-child(4){
    display: none;
  }
}

@media screen and (min-width:600px) and (max-width:1024px) {
   .top-page .none-cards{
      row-gap: 30px !important;
      display: flex;
}
}

/* 2024/07/11 */
.hidden-content{
  display: none !important;
}

[data-element-id].hidden-content{
position: relative !important;
border: 1px solid;
 display: block !important;
}

[data-element-id].hidden-content:before{
content: "このコンテンツは現在非表示になっております";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;  
}


/* 2024/07/22 */
.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

.tab-slide-container button{
  border: none;
  background-color: transparent;
}

.tab-slide-container .slick-prev::after {
  content: "\f137";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: -25px;
  z-index: 1;
}

.tab-slide-container .slick-next::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 1;
}

.img-content-wrap{
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.img-content-wrap .content-wrap{
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-size: 60px;
  color: #fff;
}


.img-content-wrap .img-wrap.sp{
  display: none;
} 

@media(max-width:599px) {
.img-content-wrap{
  max-width: 300px;
  margin-bottom: 20px;
}  
  
.img-content-wrap .img-wrap.sp{
  display: block;
}

.img-content-wrap .img-wrap.pc{
  display: none;
}
}

[data-element-id] .img-content-wrap .img-wrap.sp{
  display: block;
  position: relative;
  border: 1px solid #000;
  padding-top: 1.5em;
}

[data-element-id] .img-content-wrap .img-wrap.sp::before{
  content: "スマホで表示";
  display: block;
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .img-content-wrap .img-wrap.pc{
  position: relative;
  border: 1px solid #000;
  padding-top: 1.5em;
}

[data-element-id] .img-content-wrap .img-wrap.pc::before{
  content: "PCで表示";
  display: block;
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] #slide01{
  display: flex;
}

[data-element-id] #slide01>div{
  width: 25%;
}

[data-element-id] .thumb+.thumb{
  margin-top: 50px;
}

[data-element-id] .thumb01{
  border: 2px solid #000;
  position: relative;
}

[data-element-id] .thumb01::before{
  content: "スライダー1";
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .thumb02{
  border: 2px solid #000;
  position: relative;
}

[data-element-id] .thumb02::before{
  content: "スライダー2";
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .thumb03{
  border: 2px solid #000;
  position: relative;
}

[data-element-id] .thumb03::before{
  content: "スライダー3";
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id] .thumb04{
  border: 2px solid #000;
  position: relative;
}

[data-element-id] .thumb04::before{
  content: "スライダー4";
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

/* 2024/08/01 */
.kodawari-item.ver02 .kodawari-ttl-wrap{
    display: flex;
    justify-content: center;
}

.kodawari-item.ver02 .kodawari-title{
    position: initial;
    transform: none;
    color: #323031;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
}

.kodawari-item.ver02 .kodawari-num {
    position: initial;
    margin-right: 1em;
}

@media(max-width:1024px){
.kodawari-item.ver02 .kodawari-title{
    width: fit-content;
}    
}

@media(max-width:599px) {
.kodawari-item>span {
    position: relative;
    display: inline-block;
    width: 95%;
}

.kodawari-item.ver02 .kodawari-num {
    position: initial;
    margin-right: 0.5em;
}

.kodawari-item.ver02 .kodawari-ttl-wrap {
    display: flex;
}

.img-content-wrap {
        max-width: 500px;
        width: 96%;
        margin-bottom: 30px;
}

    .main-txt.txt {
      width: 88%;
      margin-bottom: 40px;
    }

.main-flex-txt, .main-flex-txt2 {
 margin-top: -50px;
 background-image: url(/import/tenant_1/160.16.150.91/html/images/bg02.webp);
}

.main-flex, .main-flex2{
  margin-bottom: 40px;
}

}

/* 2024/08/09 */
#slide01 .slick-slide{
  padding-left: 15px;
  padding-right: 15px;
}

@media(max-width:1024px){
 .kodawari-list.ver02{
   max-width: none;
 }
 
.tab-slide-container .slick-prev::after {
  left: 5px;
}

.tab-slide-container .slick-next::after {
  right: 5px;
}

.img-content-wrap .content-wrap{
  font-size: 54px;
}
}

@media(max-width:599px) {
 #slide01 .slick-slide{
  padding-left: 0px;
  padding-right: 0px;
 }

.img-content-wrap .content-wrap{
  font-size: 42px;
}

.kodawari-item.ver02 .kodawari-title {
  font-size: 13px;
}

.kodawari-item.ver02>span {
  width: 85%;
  margin: 0 auto;
  display: block; 
}
}

/* 2024/08/22 */
.kodawari-list.ver02.ver03 .slick-slide .kodawari-item>span::after {
    background-color: #d99873;
    opacity: 0.5;
}

.kodawari-list.ver02.ver03 .slick-slide.slick-current .kodawari-item>span::after {
    content: none;
}
