@charset "utf-8";
/*==============================
    remの基準
==============================*/
html{
    font-size: 10px;
}
@media only screen and (max-width:1500px){
    html{
        font-size: calc((10 / 1500) * 100vw);
    }
}
@media only screen and (max-width:1215px){
    html{
        font-size: 10px;
    }
}

/*==============================
    変数設定
==============================*/
/* 幅の基準 */
:root {
    --widthBase : 192rem;
    --widthMenuBase : 9rem;
    --rightBase : 5.5rem;
}
@media only screen and (max-width:1920px){
    :root {
        --widthBase : 100vw;
    }
}
@media only screen and (max-width:1400px){
    :root {
        --widthBase : 1400px;
    }
}
@media only screen and (max-width:1215px){
    :root {
        --widthBase : 375px;
    }
}
@media only screen and (max-width:374px){
    :root {
        --widthBase : 100vw;
    }
}

:root {
    /* フッターの上の余白 */
    --footerPc: 19rem;
    --footerSp: 10rem;

    /* 色 */
    --textColor: #333;
    --keyColor: #018cd4;
    --linkColor: #0066cc;
    --editor_borderColor: #ccc;
    --whiteColor: #fff;
    --blackColor_6: rgba(0, 0, 0, 0.06);
    --blackColor_10: rgba(0, 0, 0, 0.1);
    --blackColor_30: rgba(0, 0, 0, 0.3);
    --blackColor_50: rgba(0, 0, 0, 0.5);
    --blackColor_333: #333;
    --grayColor: #d8d8d8;
    --grayColor_2: #cdcdcd;
    --gray_lightColor: #e0e0e0;
    --gray_lightColor_2: #fafafa;
    --gray_darkColor: #666666;
    --gray_darkColor_2: #d2d2d2;
    --greenColor: #009f54;
    --pinkColor: #ff6473;
    --pink_lightColor: #f8b6bd;
    --redColor: #ff0000;
    --yellowColor: #f6ff00;
    --orangeColor: #ed6103;
    --orange_lightColor: #fffdbe;
    --rankColor: #dadada;
    --rank1Color: #d4b869;
    --rank2Color: #989898;
    --rank3Color: #ecb180;
    --rank1bgColor: #fffeda;
    --rank1borderColor: #e7e5a3;
    --bgNoticeColor: #ffecec;
    --memberColor: #ff00a2;

    --openColor: #9f5a00;
    --openbgColor: #fdffcd;
    --endColor: #666666;
    --endbgColor: #f5f5f5;
    --endEventbgColor: #afafaf;
    --acceptColor: #009f54;
    --acceptbgColor: #fdffcd;
    --tablebgColor: #f3f3f3;
    --tableborderColor: #dbdbdb;

    --paginationColor: #d2d2d2;
    --pagination_activeColor: #333;
    --placeHolderColor: #acacac;
    --btnHoverColor: transparent;
    --btnHover_noro_Color: #eee;
    --hoverColor: transparent;
    --hoverColor_2: #f5f5f5;
    --loginBtnColor: #9F85DB;
    --loginBtnColor_gradient: linear-gradient(-90deg, rgba(159, 133, 219, 1) 0%, rgba(95, 102, 219, 1) 100%);
    --loginBtnColor_gradient_2: linear-gradient(-115deg, rgb(163,136,219) 0%, rgb(94,101,219) 100%);
    --formBtnColor: #11D158;
    --formBtnColor_gradient: linear-gradient(153deg,rgba(17, 209, 88, 1) 0%, rgba(17, 209, 88, 1) 34%, rgba(88, 219, 156, 1) 57%, rgba(1, 233, 176, 1) 100%);
    --contact_border_color:#e2e2e2;
    --estateborderColor: #d9d9d9;
    --pointborderColor: #e2df82;
    --deleteColor: #e8ebec;
    --addColor: #333333;
    --redColor: #ff2400;
    --purpleColor: #5e65db;
    --purpleColor_2: #5f66db;

    --btnColor: #1a212a;
    --formBtnColor_gold: #c7a86f;
    --lineColor: #dae0df;
    --arrangementColor: #0060ff;
    --arrangementbtnColor: #c4a018;
    --t_grandbtnColor: #502000;
    --t_grand_tabColor: #067600;
    --t_grand_grayColor: #f1efeb;
    --countertagColor: #fcff00;
    --counterbtnColor: #f37e00;
    --pointtitColor: #004e5d;
    --request_borderColor: #e4e4e4;
    --t_grand_y_lineColor: #ffdf34;
    --t_grand_pointColor: #efefef;
    --green_txtColor: #01a055;
    --counter_beforeBg: #dcbeb6;
    --counter_beforeColor: #a24b37;
    --counter_afterBg: #c1e7d5;
    --counter_type02Bg: #0090ff;
    --counter_type03Bg: #ffea00;
    --counter_orangeColor: #ff5400;
    /* フォントサイズ（PC） */
    /* FV見出し用 */
    --pcFSEng: 8rem;
    --pcLHEng: calc(120 / 80);
    --pcFSSEng: 6rem;
    --pcLHSEng: calc(90 / 60);

    --pcFSJp: 2.2rem;
    --pcLHJp: calc(33/ 22);
    --pcLSJp: 0.05em;
    --pcFSTxtJp: 1.2rem;
    --pcLHTxtJp: calc(28 / 12);
    --pcLSTxtJp: 0.05em;
    /* 見出し用 */
    --pcFSTit: 3rem;
    --pcLHTit: calc(45/ 30);
    --pcDetailsFSTit: 2.6rem;
    --pcDetailsLHTit: calc(39/ 26);
    /* ボタン用 */
    --pcFSBtn: 1.3rem;
    --pcLHBtn: calc(2/ 13);
    --pcLSBtn: 0.05em;
    /* エディタ用 */
    --pcFSEditor: 1.3rem;
    --pcLHEditor: calc(27/ 13);

    /* 10px */
    --pcFS10: 1rem;
    --pcLH10_15: calc(15 / 10);
    /* 11px */
    --pcFS11: 1.1rem;
    --pcLH11_15: calc(15 / 11);
    --pcLH11_28: calc(28 / 11);
    --pcLS11: 0.05em;
    /* 12px */
    --pcFS12: 1.2rem;
    --pcLH12_16: calc(16 / 12);
    --pcLH12_20: calc(20 / 12);
    --pcLH12_21: calc(21 / 12);
    --pcLH12_24: calc(24 / 12);
    --pcLH12_28: calc(28 / 12);
    --pcLH12_35: calc(35 / 12);
    --pcLS12_0: 0;
    --pcLS12: 0.05em;
    /* 13px */
    --pcFS13: 1.3rem;
    --pcLH13_20: calc(20 / 13);
    --pcLH13_27: calc(27 / 13);
    --pcLH13_21: calc(21 / 13);
    --pcLH13_26: calc(26 / 13);
    --pcLS13: 0.05em;
    /* 14px */
    --pcFS14: 1.4rem;
    --pcLH14_21: calc(21 / 14);
    --pcLH14_24: calc(24 / 14);
    --pcLH14_25: calc(25 / 14);
    --pcLS14: 0.05em;
    /* 15px */
    --pcFS15: 1.5rem;
    --pcLH15_22: calc(22 / 15);
    --pcLS15: 0.05em;
    /* 16px */
    --pcFS16: 1.6rem;
    --pcLH16_24: calc(24 / 16);
    --pcLS16: 0.05em;
    /* 17px */
    --pcFS17: 1.7rem;
    /* 18px */
    --pcFS18: 1.8rem;
    --pcLH18_27: calc(27 / 18);
    --pcLH18_32: calc(32 / 18);
    --pcLS18_0: 0;
    /* 20px */
    --pcFS20: 2rem;
    --pcLH20_30: calc(30 / 20);
    --pcLH20_32: calc(32 / 20);
    --pcLH20_40: calc(40 / 20);
    --pcLS20: 0.05em;
    /* 22px */
    --pcFS22: 2.2rem;
    --pcLH22_30: calc(30 / 22);
    /* 24px */
    --pcFS24: 2.4rem;
    --pcLH24_32: calc(32 / 24);
    /* 26px */
    --pcFS26: 2.6rem;
    --pcLH26_39: calc(39 / 26);
    --pcLS26: 0.05em;
    /* 28px */
    --pcFS28: 2.8rem;
    /* 30px */
    --pcFS30: 3rem;
    --pcLH30_45: calc(45 / 30);
    /* 32px */
    --pcFS32: 3.2rem;
    --pcLH32_44: calc(44 / 32);
    /* 34px */
    --pcFS34: 3.4rem;
    --pcLH34_51: calc(51 / 34);
    --pcLS34: 0.05em;
    /* 36px */
    --pcFS36: 3.6rem;
    /* 38px */
    --pcFS38: 3.8rem;
    /* 40px */
    --pcFS40: 4rem;
    /* 50px */
    --pcFS50: 5rem;
    /* 54px */
    --pcFS54: 5.4rem;
    --pcLH54_76: calc(76 / 54);


    /* フォントサイズ（SP） */
    /* FV見出し用 */
    --spFSJp: calc((15 / 375) * var(--widthBase));
    --spLHJp: calc(23/ 15);
    --spLSJp: 0;
    --spFSTxtJp: calc((11 / 375) * var(--widthBase));
    --spLHTxtJp: calc(19/ 11);
    --spLSTxtJp: 0;

    /* 見出し用 */
    --spFSTit: calc((17 / 375) * var(--widthBase));
    --spLHTit: calc(26/ 17);
    --spDetailsFSTit: calc((14 / 375) * var(--widthBase));
    --spDetailsLHTit: calc(25/ 14);
    /* ボタン用 */
    --spFSBtn: calc((12 / 375) * var(--widthBase));
    --spLHBtn: calc(18/ 12);
    --spLSBtn: 0.05em;
    /* エディタ用 */
    --spFSEditor: calc((12 / 375) * var(--widthBase));
    --spLHEditor: calc(22/ 12);

    /* 9px */
    --spFS9: calc((9 / 375) * var(--widthBase));
    /* 10px */
    --spFS10: calc((10 / 375) * var(--widthBase));
    --spLH10_15: calc(15 / 10);
    --spLS10_0: 0;
    /* 11px */
    --spFS11: calc((11 / 375) * var(--widthBase));
    --spLH11_16: calc(16 / 11);
    --spLH11_19: calc(19 / 11);
    --spLH11_21: calc(21 / 11);
    --spLS11_0: 0;
    /* 12px */
    --spFS12: calc((12 / 375) * var(--widthBase));
    --spLH12_20: calc(20 / 12);
    --spLH12_24: calc(24 / 12);
    --spLS12_0: 0;
    /* 13px */
    --spFS13: calc((13 / 375) * var(--widthBase));
    --spLH13_20: calc(20 / 13);
    /* 14px */
    --spFS14: calc((14 / 375) * var(--widthBase));
    --spLH14_21: calc(21 / 14);
    --spLH14_25: calc(25 / 14);
    --spLS14: 0.05em;
    /* 15px */
    --spFS15: calc((15 / 375) * var(--widthBase));
    --spLH15_30: calc(30 / 15);
    /* 16px */
    --spFS16: calc((16 / 375) * var(--widthBase));
    --spLH16_24: calc(24 / 16);
    --spLS16: 0.05em;
    /* 17px */
    --spFS17: calc((17 / 375) * var(--widthBase));
    /* 18px */
    --spFS18: calc((18 / 375) * var(--widthBase));
    --spLH18_27: calc(27 / 18);
    --spLS18_0: 0;
    --spLS18: 0.05em;
    /* 20px */
    --spFS20: calc((20 / 375) * var(--widthBase));
    --spLH20_30: calc(30 / 20);
    /* 24px */
    --spFS24: calc((24 / 375) * var(--widthBase));
    /* 26px */
    --spFS26: calc((26 / 375) * var(--widthBase));
    /* 28px */
    --spFS28: calc((28 / 375) * var(--widthBase));
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFS12);
    font-family: 'YakuHanJP_Noto', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    background:var(--gray_lightColor_2);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    position:relative;
    word-break:break-all;
    min-width:1180px;
    overflow-y: scroll;
}
@media only screen and (max-width:1215px){
    body{
        min-width:0;
    }
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
    font-weight:normal;
    text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}
.fRoboto{font-family:"Roboto", sans-serif;}
.fOswald{font-family:"Oswald", sans-serif;}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}
@media only screen and (max-width:1215px){
    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover{ opacity:1; }
}

/*rollover(brightnessによる変化)*/
.cursorPointer.brt:hover,.cursorPointer .brt:hover,
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.cursorPointer.brt,.cursorPointer .brt,
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:1215px){
    .cursorPointer.brt:hover,.cursorPointer .brt:hover,
    .brt a:hover,a.brt:hover,a .brt:hover{ filter:none; }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/* 電話リンクの無効化 */
a[href^="tel:"]{
    pointer-events:none;
    cursor:default;
}
@media only screen and (max-width:1215px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

a{color: inherit;text-decoration: none;}

/* container */
#container{
    overflow:hidden;
    width: 100%;
    margin:0 auto;
}
.mainwrapper{
    position: relative;
    max-width: calc(100% - var(--widthMenuBase));
    margin: 0 0 0 auto;
}
@media only screen and (max-width:1215px){
    .mainwrapper{
        max-width: 100%;
        margin: 0 auto;
    }
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:1215px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}

/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.imgCont img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1775{
    max-width:calc(100% - 5.5rem);
    width: 100%;
    margin: 0 0 0 auto;
}
.wrapper1610{
    width: 161rem;
    max-width:calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1560{
    width: 156rem;
    max-width:calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1460{
    width: 146rem;
    max-width:calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1200{
    width: 120rem;
    margin: 0 auto;
}
.wrapper1000{
    width: 100rem;
    margin: 0 auto;
}
.wrapper900{
    width: 90rem;
    margin: 0 auto;
}
.wrapperRightBase{
    padding-right: var(--rightBase);
}
.wrapperSideBase{
    padding: 0 var(--rightBase);
}
@media only screen and (max-width:1215px){
    .wrapper1775,
    .wrapper1610,
    .wrapper1560,
    .wrapper1460,
    .wrapper1200,
    .wrapper1000,
    .wrapper900{
        max-width:none;
        width: 100%;
    }
    .wrapperSideBase,
    .wrapperRightBase{
        padding: 0;
    }
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
}


/*-----------------------------------------------
    header
-----------------------------------------------*/
#header{
    width: 100%;
    z-index: 100;
}
#header .wrapper{
    position: relative;
    padding: 3rem 5.5rem;
}
#header .wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* headerLogo */
#header .headerLogo,
#header .siteLogo{
    display: flex;
    align-items: center;
    gap: 1.3rem;
}
#header .siteLogo{
    position: relative;
    top: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
#header .logo{
    display: flex;
    align-items: center;
}
#header .siteLogo .logo{
    gap: 1.5rem;
}
#header .txtHeader{
    font-size: var(--pcFS12);
    line-height: var(--pcLH12_21);
    margin-top: 0.7rem;
}
/* headerBtn */
#header .headerBtn{
    display: flex;
    align-items: center;
    gap: 3rem;
}
/* presentedLogo */
#header .presentedLogo{
    padding-bottom: 0.5rem;
}
#header .presentedLogo .txt{
    font-size: var(--pcFS12);
    margin-left: 1rem;
}
#header .headerBtn .loginBtn{
    width: 24rem;
    display: none;
}
#header .headerBtn .loginLink{
    position: relative;
    width: 100%;
    height: 6rem;
    font-size: var(--pcFS13);
    letter-spacing: var(--pcLS13);
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--whiteColor);
    padding-top: 0.2rem;
    box-shadow: 0 0 2rem var(--blackColor_10);
    transition: .2s ease-out;
    overflow: hidden;
}
#header .headerBtn .loginLink:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--loginBtnColor);
    background: var(--loginBtnColor_gradient);
    transition: .3s ease-out;
    z-index: -1;
    opacity: 0;
}
#header .headerBtn .loginLink:hover{
    color: var(--whiteColor);
    background: inherit;
}
#header .headerBtn .loginLink:hover:before{
    opacity: 1;
}
@media only screen and (max-width:1215px){
    #header .wrapper{
        position: relative;
        padding: 2.4rem 5.8rem 2rem 2rem;
    }
    /* headerLogo */
    #header .headerLogo{
        max-width: 16.6rem;
        width: 100%;
        align-items: center;
    }
    #header .headerLogo,
    #header .siteLogo{
        justify-content: space-between;
        gap: 0;
    }
    #header .logo{
        width: 100%;
        justify-content: space-between;
    }
    #header .siteLogo .logo{
        gap: 0;
    }
    #header .img{
        width: 7.6rem;
    }
    #header .imgLogo{
        width: 8rem;
    }
    #header .imgLogo img{
        height: 3rem;
    }
    #header .siteLogo{
        position: static;
        width: 100%;
    }
    #header .txtHeader{
        display: none;
    }
    /* presentedLogo */
    #header .presentedLogo{
        padding-bottom: 0;
        max-width: 2.4rem;
        width: 100%;
    }
    /* headerBtn */
    #header .headerBtn{
        position: relative;
        width: 2.4rem;
        gap: 0;
        justify-content: space-between;
    }
    #header .presentedLogo .img {
        position: relative;
        top: -0.5rem;
        width: 100%;
    }
    #header .presentedLogo .txt {
        display: none;
    }
    #header .headerBtn .loginBtn{
        max-width: 12rem;
        width: 65.94%;
    }
    #header .headerBtn .loginLink{
        width: 100%;
        height: 3.6rem;
        font-size: var(--spFS10);
        letter-spacing: var(--spLS10_0);
        border-radius: 1.8rem;
        padding-top: 0.2rem;
    }
}
@media only screen and (max-width:767px){
    #header .wrapper{
        padding-right: 15.4%;
    }
}

/*-----------------------------------------------
    btnNavi
-----------------------------------------------*/
#btnNavi{
    position: fixed;
    top: 0;
    left: 0;
    width: var(--widthMenuBase);
    height: 100%;
    background-color: var(--whiteColor);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#btnNavi .boxList{
    width: 100%;
    padding-bottom: 15rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
}
#btnNavi .boxList .item_login{
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
#btnNavi .link{
    position: relative;
    display: block;
    overflow: visible;
}
#btnNavi .txt_hover{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8rem;
    margin: auto;
    width: 7.3rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray_darkColor);
    font-size: var(--pcFS11);
    line-height: var(--pcLH11_15);
    letter-spacing: var(--pcLS11);
    background-color: var(--whiteColor);
    border-radius: 1.3rem;
    box-shadow: 0 0 1rem var(--blackColor_10);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1;
}
#btnNavi .link:hover .txt_hover{
    opacity: 1;
    visibility: visible;
}
#btnNavi .txt{
    margin-top: 1rem;
    font-size: var(--pcFS11);
    line-height: var(--pcLH11_15);
}
/* btnNaviOpen */
#btnNavi .btnNaviOpen{
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: -1rem;
}
@media only screen and (max-width:1215px){
    #btnNavi{
        position: absolute;
        left: auto;
        right: 0;
        width: 5.8rem;
        height: 7.6rem;
        background-color: transparent;
    }
    #btnNavi .boxList{
        padding-bottom: 0;
        display: block;
    }
    #btnNavi .boxList .item:not(.btnNaviOpen){
        display: none;
    }
    /* btnNaviOpen */
    #btnNavi .btnNaviOpen{
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:767px){
    #btnNavi{
        width: 15.47%;
    }
}

/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease-out;
}
#menu .overlay{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: var(--blackColor_50);
    position: absolute;
    top: 0;
    left: 0;
}
#menu a{
    pointer-events: none;
}
body.isMenuOpen #menu{
    opacity: 1;
    pointer-events: auto;
}
body.isMenuOpen #menu a{
    pointer-events: auto;
}
.secMenu{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    background-color: var(--whiteColor);
    width: 32rem;
    height: 100%;
    padding: 5.5rem 0;
    transform: translate3d(-100%, 0, 0);
    box-shadow: -4px 0 0 0 var(--whiteColor);
    transition: transform 0.42s cubic-bezier(0.28, 1.08, 0.45, 1);
    backface-visibility: hidden;
}
body.isMenuOpen .secMenu{
    transform: translate3d(0, 0, 0);
}
/* btnMenuNavi */
#btnMenuNavi{
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    z-index: 99;
}
#btnMenuNavi .btnInner{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#btnMenuNavi .border{
    position:absolute;
    width: 1.6rem;
    height: 1.6rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#btnMenuNavi .border::after,
#btnMenuNavi .border::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background-color: var(--textColor);
    left:0;
    transition: 0.5s;
}
#btnMenuNavi .border::after{
    top: 0.4rem;
}
#btnMenuNavi .border::before{
    bottom: 1rem;
}
#btnMenuNavi .border{
    width: 2.5rem;
}
#btnMenuNavi .border::after,
#btnMenuNavi .border::before{
    background-color: var(--textColor);
}
#btnMenuNavi .border::after{
    transform: translateY(0) rotate(45deg);
}
#btnMenuNavi .border::before{
    transform: translateY(0) rotate(-45deg);
}
/* boxLink */
#menu .boxLink{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
#menu .boxLink .boxList{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--gray_darkColor_2);
}
#menu .boxLink .boxList:last-child{
    border-bottom: none;
}
#menu .boxLink .item{
    position: relative;
    padding: 0 3rem;
}
#menu .boxLink .link{
    font-size: var(--pcFS13);
    line-height: var(--pcLH13_20);
    letter-spacing: var(--pcLS13);
}
#menu .boxLink .txtLink{
    font-size: var(--pcFS11);
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 0.6rem;
}
@media only screen and (max-width:1215px){
    /* secMenu（右寄せのため閉じ時は右外へ／隙間対策は右端側） */
    .secMenu{
        width: 69.335%;
        margin: 0 0 0 auto;
        transform: translate3d(100%, 0, 0);
        box-shadow: 4px 0 0 0 var(--whiteColor);
    }
    /* boxLink */
    #menu .boxLink .link{
        font-size: var(--spFS12);
        line-height: var(--spLH12_24);
        letter-spacing: var(--spLS12_0);
        width: 100%;
        padding: 0.3rem 0;
        display: block;
    }
    #menu .boxLink .txtLink{
        font-size: var(--spFS10);
    }
}


/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    position: relative;
    border-top: 1px solid var(--gray_darkColor_2);
    margin-top: var(--footerPc);
}
#footer .mainwrapper{
    padding: 8rem 0;
}
#footer .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* boxInfo */
#footer .boxInfo .boxLogo{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
#footer .boxInfo .txtInfo{
    font-size: var(--pcFS11);
    line-height: var(--pcLH11_28);
    margin-top: 2rem;
}
#footer .txtInfo a{
    text-decoration: underline;
}
/* boxList */
#footer .boxList{
    display: flex;
    gap: 0 4rem;
    margin-top: 2.5rem;
}
#footer .boxList .item{
    position: relative;
    font-size: var(--pcFS12);
}
#footer .boxList .item:not(:last-child)::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    right: -2rem;
    width: 1px;
    height: 100%;
    background-color: var(--textColor);
}
#footer #txtCopy{
    margin-top: 3rem;
    display: inline-block;
    font-size: var(--pcFS11);
    color: var(--gray_darkColor);
}
/* boxLink */
#footer .boxLink{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}
#footer .boxLink .tel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
#footer .boxLink .txtTel{
    font-size: var(--pcFS12);
}
#footer .boxLink .link{
    font-size: var(--pcFS24);
    font-weight: bold;
}
#footer .boxLink .loginLink{
    position: relative;
    width: 21rem;
    height: 5rem;
    font-size: var(--pcFS12);
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--whiteColor);
    box-shadow: 0 0 2rem var(--blackColor_10);
    transition: .2s ease-out;
    overflow: hidden;
}
#footer .boxLink .loginLink:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--loginBtnColor);
    background: var(--loginBtnColor_gradient);
    transition: .3s ease-out;
    z-index: -1;
}
#footer .boxLink .loginLink:hover{
    color: var(--whiteColor);
    background: inherit;
}
@media only screen and (max-width:1215px){
    #footer{
        margin-top: var(--footerSp);
    }
    #footer .mainwrapper{
        padding: 6.5rem 0 12rem;
    }
    #footer .wrapper{
        flex-direction: column;
        text-align: center;
    }
    /* boxInfo */
    #footer .boxInfo{
        display: contents;
    }
    #footer .boxInfo .boxLogo{
        order: 1;
        width: 10rem;
        margin: 0 auto;
        display: block;
    }
    #footer .boxInfo .txtInfo{
        order: 2;
        font-size: var(--spFS11);
        line-height: var(--spLH11_21);
        margin-top: 1.8rem;
    }
    /* boxList */
    #footer .boxList{
        order: 4;
        gap: 0 1.8rem;
    }
    #footer .boxList .item{
        font-size: var(--spFS10);
    }
    #footer .boxList .item:not(:last-child)::after{
        right: -0.9rem;
    }
    #footer #txtCopy{
        order: 6;
        margin-top: 2.5rem;
        font-size: var(--spFS10);
    }
    /* boxLink */
    #footer .boxLink{
        display: contents;
    }
    #footer .boxLink .tel{
        order: 3;
        flex-direction: column;
        margin-top: 3rem;
        gap: 0.8rem;
    }
    #footer .boxLink .txtTel{
        font-size: var(--spFS10);
    }
    #footer .boxLink .link{
        font-size: var(--spFS24);
    }
    #footer .boxLink .loginBtn{
        order: 5;
        margin-top: 3rem;
    }
    #footer .boxLink .loginLink{
        width: 21.5rem;
        font-size: var(--spFS12);
    }
}

/*-----------------------------------------------
    cmnボタン
-----------------------------------------------*/
.boxCmnBtn.isRight{
    margin-right: 5.5rem;
}
.cmnBtn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.5rem;
    background-color: var(--whiteColor);
    opacity: 1!important;
    transition: 0.3s ease-out!important;
    margin: 0 auto;
    font-size: var(--pcFSBtn);
    line-height: var(--pcLHBtn);
}
.cmnBtn:hover{
    background-color: var(--btnHoverColor);
}
.cmnBtn.no_ro:hover{
    background-color: var(--btnHover_noro_Color);
}
.cmnBtn.isForm{
    font-size: var(--pcFS16);
    background: var(--formBtnColor);
    background: var(--formBtnColor_gradient);
    background-size: 100% 100%;
    background-position: 0% 50%;
    color: var(--whiteColor);
}
.cmnBtn.isForm:hover{
    background: var(--formBtnColor_gradient);
    background-size: 200% 100%;
    background-position: 100% 50%;
}
.cmnBtn:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 1px 0 var(--blackColor_10);
    mix-blend-mode: multiply;
}
.cmnBtn.isW140 {
    width: 14rem;
}
.cmnBtn.isW200 {
    width: 20rem;
}
.cmnBtn.isW360 {
    width: 36rem;
}
.cmnBtn.isW400 {
    width: 40rem;
}
.cmnBtn.isH50 {
    height: 5rem;
}
.cmnBtn.isH60 {
    height: 6rem;
}
.cmnBtn.isH70 {
    height: 7rem;
}
.cmnBtn.isRight {
    margin: 0 0 0 auto;
}
.cmnBtn .iconBtn {
    position: relative;
    display: inline-block;
    padding-left: 1.7rem;
}
.cmnBtn .iconBtn::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.3rem;
    height: 1rem;
    background: right top / cover no-repeat;
}
.cmnBtn .iconBtn.iconMap::before{
    height: 1.7rem;
}
.cmnBtn .iconBtn.lazyloaded::before{
    background-image: url(../img/common/iconBtn.png);
}
.cmnBtn .iconBtn.iconMap.lazyloaded::before{
    background-image: url(../img/common/iconBtnMap.png);
}
@media only screen and (max-width:1215px){
    .boxCmnBtn.isRight{
        margin-right: 0;
    }
    .cmnBtn.isRightSp {
        margin: 0 0 0 auto;
    }
    .cmnBtn{
        border-radius: 1rem;
        font-size: var(--spFSBtn);
        line-height: var(--spLHBtn);
    }
    .cmnBtn:hover{
        background-color: var(--whiteColor);
    }
    .cmnBtn:after{
        border-radius: 1rem;
    }
    .cmnBtn.isForm{
        font-size: var(--spFS12);
    }
    .cmnBtn.isForm,
    .cmnBtn.isForm:after{
        border-radius: 0.5rem;
    }
    .cmnBtn.isW135 {
        width: 13.5rem;
    }
    .cmnBtn.isW167 {
        width: 16.7rem;
    }
    .cmnBtn.isW180 {
        width: 18rem;
    }
    .cmnBtn.isW100_sp {
        width: 100%;
    }
    .cmnBtn.isH46 {
        height: 4.6rem;
    }
    .cmnBtn.isH50_sp {
        height: 5rem;
    }
}
/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
/* jsHide */
.jsHide{
    opacity: 0;
    transition: opacity 3.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.jsHide.jsShow{
    opacity: 1;
}
/* jsHideUp */
.jsHideUp{
    opacity: 0;
    transform: translateY(90px);
    filter: blur(18px);
    transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jsHideUp.jsShow{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}


/*-----------------------------------------------
	hoverZoom
-----------------------------------------------*/
.hoverZoom{
	overflow: hidden;
}
.hoverZoom img:not(.noZoom){
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.hoverZoom:hover{
    opacity: 1!important;
}
.hoverZoom:hover img:not(.noZoom){
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/* =========================================
    ボタンのベースデザイン
========================================= */
.boxBtnFav {
    display: inline-block;
}
.boxBtnFav .labelCheck {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background-color: var(--whiteColor);
    border-radius: 2rem;
    border: 1px solid var(--gray_lightColor);
    transition: all 0.3s ease-out;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.boxBtnFav .labelCheck:active {
    transform: scale(0.96);
}
.boxBtnFav .labelCheck:hover {
    border-color: var(--pink_lightColor);
}
.boxBtnFav .labelCheck input[type="checkbox"] {
    display: none;
}
.boxBtnFav .labelCheck.is-checked {
    border-color: var(--pinkColor);
}
.boxBtnFav .heart-icon {
    position: relative;
    width: 2.2rem;
    height: 2rem;
    fill: var(--gray_darkColor_2);
    stroke: var(--gray_darkColor_2);
    stroke-width: 2.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.2s;
    z-index: 10;
}
.boxBtnFav .labelCheck:hover .heart-icon {
    fill: var(--pink_lightColor);
    stroke: var(--pink_lightColor);
}
.boxBtnFav .labelCheck.is-checked .heart-icon {
    fill: var(--pinkColor);
    stroke: var(--pinkColor);
    stroke-width: 2px;
}
/* 1. ハートが弾けるアニメーション */
@keyframes heart-pop {
    0% { transform: scale(1); }
    25% { transform: scale(0.8); }
    50% { transform: scale(1.3); }
    75% { transform: scale(0.95); }
    100% { transform: scale(1); }
}
.boxBtnFav .animate-heart-pop {
    animation: heart-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
/* 2. 波紋（Ring Wave）のアニメーション */
@keyframes ring-wave {
    0% { width: 2rem; height: 2rem; opacity: 1; border-width: 4px; }
    100% { width: 6rem; height: 6rem; opacity: 0; border-width: 1px; }
}
.boxBtnFav .animate-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-style: solid;
    border-color: var(--pinkColor);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: ring-wave 0.5s ease-out forwards;
}
@media only screen and (max-width:1215px){
    .boxBtnFav .labelCheck {
        width: 3.6rem;
        height: 3.6rem;
        border-radius: 1rem;
    }
    .boxBtnFav .heart-icon {
        width: 1.8rem;
        height: 1.6rem;
    }
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
    position: relative;
    width: 100%;
    font-size: 0;
}
#pnkz .boxList{
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#pnkz .boxList::-webkit-scrollbar-thumb {
    background-color: var(--blackColor_6);
    border-radius: 0.2rem;
    cursor: grab;
}
#pnkz .boxList::-webkit-scrollbar-corner {
    background: var(--gray_lightColor_2);
}
#pnkz .boxList:active::-webkit-scrollbar-thumb {
    cursor: grabbing;
}
#pnkz .boxList::-webkit-scrollbar {
    background: var(--gray_lightColor_2);
    height: 0.6rem;
}
#pnkz li{
	display: inline;
	font-size: var(--pcFS11);
    line-height: var(--pcLH11_15);
}
#pnkz li::after{
	content: ">";
    margin: 0 0.5rem;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    color:  var(--linkColor);
    text-underline-offset: 2px;
}
@media only screen and (max-width:1215px){
    #pnkz li{
        font-size: var(--spFS10);
    }
}

/*-----------------------------------------------
    secCmnPageTit
-----------------------------------------------*/
.secCmnPageTit .pageTit{
    font-size: var(--pcFSTit);
    line-height: var(--pcLHTit);
    font-weight: bold;
    padding: 2rem 0 4rem;
}
@media only screen and (max-width:1215px){
    .secCmnPageTit .pageTit{
        font-size: var(--spFSTit);
        line-height: var(--spLHTit);
        padding: 1.5rem 0;
    }
}

/*-----------------------------------------------
    secCmnDetailsPageTit
-----------------------------------------------*/
.secCmnDetailsPageTit{
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--gray_darkColor_2);
}
.secCmnDetailsPageTit .pageTit{
    font-size: var(--pcDetailsFSTit);
    line-height: var(--pcDetailsLHTit);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secCmnDetailsPageTit{
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }
    .secCmnDetailsPageTit .pageTit{
        font-size: var(--spDetailsFSTit);
        line-height: var(--spDetailsLHTit);
    }
}

/*-----------------------------------------------
    boxCmnTit
-----------------------------------------------*/
.boxCmnTit .tit{
    font-size: var(--pcFSJp);
    line-height: var(--pcLHJp);
    letter-spacing: var(--pcLSJp);
    font-weight: bold;
}
.boxCmnTit .txt{
    font-size: var(--pcFSTxtJp);
    line-height: var(--pcLHTxtJp);
    letter-spacing: var(--pcLSTxtJp);
    margin-top: 2rem;
}
@media only screen and (max-width:1215px){
    .boxCmnTit .tit{
        font-size: var(--spFSJp);
        line-height: var(--spLHJp);
        letter-spacing: var(--spLSJp);
    }
    .boxCmnTit .txt{
        font-size: var(--spFSTxtJp);
        line-height: var(--spLHTxtJp);
        letter-spacing: var(--spLSTxtJp);
        margin-top: 1.5rem;
    }
}


/*-----------------------------------------------
    secNoListData
-----------------------------------------------*/
.secNoListData{
	text-align: center;
	padding: 10rem 0;
	font-size: var(--pcFS16);
	line-height: var(--pcLH16_28);
}
@media only screen and (max-width:1215px){
	.secNoListData{
		padding: 8rem 0;
        font-size: var(--spFS13);
        line-height: var(--spLH13_24);
	}
}

/*-----------------------------------------------
    secCmnIndexPager
-----------------------------------------------*/
.secCmnIndexPager{
    margin-top: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmnIndexPager .boxList{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.secCmnIndexPager .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 5rem;
    height: 5rem;
    text-align: center;
}
.secCmnIndexPager li + li{
    margin-left: 1rem;
}
.secCmnIndexPager li:not(.btn){
    margin-left: 0;
}
.secCmnIndexPager .btn.on + li:not(.btn){
    margin-left: 0.5rem;
}
.secCmnIndexPager .btn.dots{
    background-color: inherit;
}
.secCmnIndexPager a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--whiteColor);
    border-radius: 1.5rem;
    color: var(--textColor);
    padding-top: 0.4rem;
}
.secCmnIndexPager .btn.on a{
    background-color: var(--gray_darkColor_2);
}
.secCmnIndexPager a:after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 1px 0 var(--blackColor_10);
    mix-blend-mode: multiply;
}
.secCmnIndexPager .btnPrev,
.secCmnIndexPager .btnNext{
    width: 5rem;
    height: 5rem;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}
.secCmnIndexPager .btnPrev{
    margin-right: 2rem;
}
.secCmnIndexPager .btnNext{
    margin-left: 2rem;
}
.secCmnIndexPager .btnPrev:not(.on),
.secCmnIndexPager .btnNext:not(.on){
    opacity: 0.5;
}
.secCmnIndexPager .btnNext .inner::after,
.secCmnIndexPager .btnPrev .inner:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.8rem;
    height: 1rem;
    background-color: var(--blackColor_333);
    clip-path: polygon(0 0, 100% 50%, 0 100%, 25% 50%);
}
.secCmnIndexPager .btnPrev .inner::after{
    transform: scaleX(-1);
}
.secCmnIndexPager li span,
.secCmnIndexPager li .inner{
    font-size: var(--pcFS14);
    font-weight: bold;
    padding-bottom: 0.2rem;
}
@media only screen and (max-width:1215px){
    .secCmnIndexPager{
        margin-top: 5rem;
    }
    .secCmnIndexPager .boxList{
        gap: 1rem 0;
    }
    .secCmnIndexPager .btn{
        min-width: 4rem;
        height: 4rem;
    }
    .secCmnIndexPager li + li{
        margin-left: 1rem;
    }
    .secCmnIndexPager a,
    .secCmnIndexPager a:after{
        border-radius: 1rem;
    }
    .secCmnIndexPager .btnPrev,
    .secCmnIndexPager .btnNext{
        width: 4rem;
        height: 4rem;
    }
    .secCmnIndexPager .btnPrev{
        margin-right: 1rem;
    }
    .secCmnIndexPager .btnNext{
        margin-left: 1rem;
    }
    .secCmnIndexPager .btnNext .inner::after,
    .secCmnIndexPager .btnPrev .inner:after{
        width: 0.8rem;
        height: 0.8rem;
    }
    .secCmnIndexPager li span,
    .secCmnIndexPager li .inner{
        font-size: var(--spFS12);
    }
}
@media only screen and (max-width:360px){
    .secCmnIndexPager .btn{
        min-width: 3rem;
        height: 3rem;
    }
    .secCmnIndexPager li + li{
        margin-left: 0.5rem;
    }
}


/*-----------------------------------------------
    secCmnDetailsTop
-----------------------------------------------*/
.secCmnDetailsTop{
    position: relative;
    padding: 7.5rem 10rem 13rem;
    border-radius: 2rem;
    border: 1px solid var(--gray_darkColor_2);
    background-color: var(--whiteColor);
}
@media only screen and (max-width:1215px){
    .secCmnDetailsTop{
        padding: 2.5rem 0 6rem;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}

/*-----------------------------------------------
    secCmnShare
-----------------------------------------------*/
.secCmnShare,
.secCmnShare .box{
    display: flex;
    align-items: center;
}
.secCmnShare:only-child{
    margin: 0 0 0 auto;
}
.secCmnShare p.linkShare{
    font-size: var(--pcFS12);
    letter-spacing: var(--pcLS12);
    color: var(--gray_darkColor);
    margin-right: 1.5rem;
    font-weight: bold;
}
.secCmnShare .box{
    gap: 1rem;
}
.secCmnShare .box img{
    border-radius: 100%;
}
.secDetails .secHead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media only screen and (max-width:1215px){
    .secCmnShare{
        gap: 0.5rem;
    }
    .secCmnShare p.linkShare{
        font-size: var(--spFS10);
        letter-spacing: var(--spLS10_0);
        margin-right: 0.5rem;
        font-weight: normal;
    }
    .secCmnShare .box a{
        width: 3.4rem;
    }
}


/*-----------------------------------------------
    fNavi
-----------------------------------------------*/
#fNavi{
    display: none;
}
@media only screen and (max-width:1215px){
    #fNavi{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        display: block;
        transition: all 0.5s ease-out;
        opacity: 0;
        z-index: -99;
        background-color: var(--whiteColor);
    }
    #fNavi.jsShow{
        opacity: 1;
        z-index: 999;
    }
    #fNavi .naviList{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    #fNavi .naviList{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    #fNavi .naviList .naviItem{
        width: calc(100% / 4);
    }
    #fNavi .naviList .link{
        width: 100%;
        height: 6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--spFontSize10);
        color: var(--gray_darkColor);
    }
    #fNavi .txtLink{
        position: relative;
        padding-top: 2.5rem;
    }
    #fNavi .txtLink::before{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        width: 1.8rem;
        height: 1.8rem;
        background: right top / cover no-repeat;
    }
    #fNavi .linkEstate.lazyloaded .txtLink::before{
        background-image: url(../img/common/imgNavi03.png);
    }
    #fNavi .linkFav.lazyloaded .txtLink::before{
        background-image: url(../img/common/imgNavi04.png);
    }
    #fNavi .linkStore.lazyloaded .txtLink::before{
        background-image: url(../img/common/imgNavi05.png);
    }
    #fNavi .linkLogin.lazyloaded .txtLink::before{
        background-image: url(../img/common/imgNavi06.png);
    }
    #fNavi .in{
        transform: scale(0.85);
        display: inline-block;
    }
}

/*-----------------------------------------------
    secBgVideo
-----------------------------------------------*/
.secBgVideo{
    max-width: calc((100% - var(--widthMenuBase) ) + 1rem);
    width: calc(100% + 1rem);
    height: 100%;
    position: fixed;
    top: 0;
    right: -0.5rem;
    transition: .5s ease-out;
    z-index: -1;
}
.secBgVideo.active{
    filter: blur(10px);
    opacity: 0.6;
}
.secBgVideo video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
@media only screen and (max-width:1215px){
    .secBgVideo{
        max-width: calc(100% + 3px);
        width: calc(100% + 2rem);
    }
}
@media only screen and (max-width:767px){
    .secBgVideo{
        max-width: none;
        right: -2rem;
        top: 12%;
    }
    .secBgVideo.active{
        filter: blur(3px);
    }
    .secBgVideo .inVideo {
        position: relative;
        width: 100%;
        height: 105vw;
        max-height: 42rem;
    }
    .secBgVideo .inVideo:after{
        position: absolute;
        bottom: -109px;
        left: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(to bottom, #f7fffa, transparent);
        content: "";
    }
    .secBgVideo video{
        top: -3.8rem;
    }
}
/* ▼260615 */
/* ▼LPサービスリスト */
.secCmnLplist{
    width: 100%;
    margin-top: 10rem;
}
.secCmnLplist .inner{
    width: calc(100% - 10rem);
    max-width: 153rem;
    margin: 0 auto;
    position: relative;
    padding-top: calc(5rem + 4.4rem);
}
.secCmnLplist .inner::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 5rem;
    background-color: var(--lineColor);
    top: 0;
    left: calc(50% - 0.5px);
}
.secCmnLplist .titlebox{
    width: 100%;
    text-align: center;
}
.secCmnLplist .c_title{
    font-size: var(--pcFS26);
    line-height: calc(40 / 26);
    font-weight: bold;
    color: var(--textColor);
}
.secCmnLplist .c_txt{
    font-size: var(--pcFS14);
    line-height: calc(24 / 14);
    margin-top: 1.6rem;
}
.secCmnLplist .list{
    display: flex;
    margin-top: 5.3rem;
}
.secCmnLplist .Item{
    width: calc((100% - 3rem) / 3);
}
@media only screen and (min-width:1216px){
    .secCmnLplist .Item + .Item{
        margin-left: 1.5rem;
    }
}
/* link */
.secCmnLplist .link {
    position: relative;
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
}
.secCmnLplist .boxImg {
    width: 100%;
}
.secCmnLplist .boxImg .img {
    aspect-ratio: 500 / 690;
}
.secCmnLplist .boxTxt {
    position: absolute;
    bottom: 6.5rem;
    left: 0;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* width: calc(100% - 10rem); */
    width: 100%;
    padding: 0 4rem;
}
.secCmnLplist .boxTxt .tit {
    font-size: var(--pcFS22);
    line-height: var(--pcLH22_30);
    font-weight: bold;
    background-color: var(--whiteColor);
    padding: 1.8rem 1.3rem 1.3rem 1.3rem;
    display: inline-block;
}
.secCmnLplist .boxTxt .txt {
    font-size: var(--pcFS12);
    line-height: var(--pcLH12_35);
    margin-top: 1.2rem;
}
.secCmnLplist .boxTxt .in {
    background-color: var(--whiteColor);
    padding: 0.6rem 1.5rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media only screen and (max-width:1215px){
    .secCmnLplist{
        margin-top: 6rem;
    }
    .secCmnLplist .inner{
        width: calc(345 / 375 * 100%);
        max-width: 40rem;
        padding-top: calc(3rem + 2.7rem);
    }
    .secCmnLplist .inner::after{
        height: 3rem;
    }
    .secCmnLplist .c_title{
        font-size: var(--spFS20);
        line-height:var(--spLH20_30);
    }
    .secCmnLplist .c_txt{
        font-size: var(--spFS12);
        line-height:var(--spLH12_20);
        margin-top: 0.3rem;
    }
    .secCmnLplist .list{
        flex-wrap: wrap;
        margin-top: 2.4rem;
    }
    .secCmnLplist .Item{
        width: calc((100% - 0.9rem) / 2);
        margin-right: 0.9rem;
    }
    .secCmnLplist .Item:nth-child(2n){
        margin-right: 0;
    }
    .secCmnLplist .Item:nth-child(n+3){
        margin-top: 2.7rem;
    }
    /* link */
    .secCmnLplist .link {
        background-color: transparent!important;
    }
    .secCmnLplist .boxTxt {
        position: static;
        margin-top: 1rem;
        width: 100%;
        padding: 0;
    }
    .secCmnLplist .boxTxt .tit {
        font-size: var(--spFS12);
        line-height: var(--spLH12_24);
        background-color: transparent;
        padding: 0;
        display: block;
    }
    .secCmnLplist .boxTxt .txt {
        font-size: var(--spFS10);
        line-height: var(--spLH10_15);
        margin-top: 0.3rem;
    }
    .secCmnLplist .boxTxt br {
        display: none;
    }
    .secCmnLplist .boxTxt .in {
        background-color: transparent;
        padding: 0;
    }
}


/*==============================
    ワード検索結果表示
==============================*/
.secEstateList .boxSearchKeyword{
    display: none;
    margin: 0 0 1.5rem;
    padding: 1.7rem 1.5rem 1.5rem 1.5rem;
    background: var(--whiteColor);
    box-shadow: 0 0 1.5rem var(--blackColor_6);
    border-radius: 1rem;
    font-size: var(--pcFS15);
    line-height: var(--pcLH15_22);
}
.secEstateList .boxSearchKeyword.isVisible{
    display: block;
}
.secEstateList .boxSearchKeyword .searchKeywordVal{
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secEstateList .boxSearchKeyword{
        margin: 1.5rem auto 0;
        padding: 1rem 1.5rem 0.8rem 1.5rem;
        font-size: var(--spFS12);
        line-height: var(--spLH12_24);
    }
}