@charset "utf-8";

@font-face{
    font-family:'Zen Old Mincho';
    font-style:normal;
    font-weight:700;
    src:url(../fonts/Zen_Old_Mincho/ZenOldMincho-Bold.woff2) format('woff2'),
        url(../fonts/Zen_Old_Mincho/ZenOldMincho-Bold.woff) format('woff'),
        url(../fonts/Zen_Old_Mincho/ZenOldMincho-Bold.ttf) format('opentype');
}

/*==============================
    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;
}
@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: 15rem;
    --footerSp: 10rem;

    /* 色 */
    --textColor: #1b1b1b;
    --shadowColor: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
    --keyColor: #c5a059;
    --blackColor: #000;
    --blackColor_10: rgba(0, 0, 0, 0.1);
    --greenColor: #32453b;
    --whiteColor: #fff;
    --grayColor: #333;
    --grayColor2: #e5e5e5;
    --blueColor: #3c7387;
    --brownColor: #f6f6f6;
    --yellowColor: #ffe980;
    --noticeColor: #de2626;
    --soonColor: #4b4b4b;
    --linkColor: #0090ff;
    --catalogColor: #ae6917;
    --reserveColor: #6fba2c;

    /* フォントサイズ（PC） */
    --pcFS10: 1rem;
    --pcFS11: 1.1rem;
    --pcFS12: 1.2rem;
    --pcFS13: 1.3rem;
    --pcFS14: 1.4rem;
    --pcFS15: 1.5rem;
    --pcFS16: 1.6rem;
    --pcFS17: 1.7rem;
    --pcFS18: 1.8rem;
    --pcFS19: 1.9rem;
    --pcFS20: 2rem;
    --pcFS22: 2.2rem;
    --pcFS24: 2.4rem;
    --pcFS26: 2.6rem;
    --pcFS28: 2.8rem;
    --pcFS30: 3rem;
    --pcFS32: 3.2rem;
    --pcFS34: 3.4rem;
    --pcFS36: 3.6rem;
    --pcFS38: 3.8rem;
    --pcFS40: 4rem;
    --pcFS46: 4.6rem;
    --pcFS50: 5rem;
    --pcFS60: 6rem;
    --pcFS70: 7rem;

    /* line-height（PC） */
    --pcLHS11_18: calc(18 / 11);
    --pcLHS12_26: calc(26 / 12);
    --pcLHS12_30: calc(30 / 12);
    --pcLHS13_24: calc(24 / 13);
    --pcLHS14_20: calc(20 / 14);
    --pcLHS15_34: calc(34 / 15);
    --pcLHS16_22: calc(22 / 16);
    --pcLHS16_30: calc(30 / 16);
    --pcLHS16_32: calc(32 / 16);
    --pcLHS16_38: calc(38 / 16);
    --pcLHS16_44: calc(44 / 16);
    --pcLHS14_24: calc(24 / 14);
    --pcLHS20_34: calc(34 / 20);
    --pcLHS26_46: calc(46 / 26);
    --pcLHS32_50: calc(50 / 32);
    --pcLHS40_80: calc(80 / 40);
    --pcLHS50_85: calc(85 / 50);

    /* letter-spacing（PC） */
    --pcLS18_50: 0.05em;
    --pcLS20_50: 0.05em;
    --pcLS22_50: 0.05em;
    --pcLS22_80: 0.08em;
    --pcLS26_50: 0.05em;
    --pcLS28_50: 0.05em;
    --pcLS32_50: 0.05em;
    --pcLS32_150: 0.15em;
    --pcLS40_50: 0.05em;
    --pcLS40_150: 0.15em;
    --pcLS46_50: 0.05em;
    --pcLS50_150: 0.15em;
    --pcLS60_150: 0.15em;

    /* フォントサイズ（SP）*/
    --spFS10: calc((10 / 375) * var(--widthBase));
    --spFS11: calc((11 / 375) * var(--widthBase));
    --spFS12: calc((12 / 375) * var(--widthBase));
    --spFS13: calc((13 / 375) * var(--widthBase));
    --spFS14: calc((14 / 375) * var(--widthBase));
    --spFS15: calc((15 / 375) * var(--widthBase));
    --spFS16: calc((16 / 375) * var(--widthBase));
    --spFS17: calc((17 / 375) * var(--widthBase));
    --spFS18: calc((18 / 375) * var(--widthBase));
    --spFS19: calc((19 / 375) * var(--widthBase));
    --spFS20: calc((20 / 375) * var(--widthBase));
    --spFS22: calc((22 / 375) * var(--widthBase));
    --spFS24: calc((24 / 375) * var(--widthBase));
    --spFS26: calc((26 / 375) * var(--widthBase));
    --spFS28: calc((28 / 375) * var(--widthBase));
    --spFS30: calc((30 / 375) * var(--widthBase));
    --spFS32: calc((32 / 375) * var(--widthBase));
    --spFS34: calc((34 / 375) * var(--widthBase));
    --spFS36: calc((36 / 375) * var(--widthBase));
    --spFS38: calc((38 / 375) * var(--widthBase));
    --spFS40: calc((40 / 375) * var(--widthBase));
    --spFS50: calc((50 / 375) * var(--widthBase));
    --spFS60: calc((60 / 375) * var(--widthBase));
    --spFS70: calc((70 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLHS10_14: calc(14 / 10);
    --spLHS10_18: calc(18 / 10);
    --spLHS11_20: calc(20 / 11);
    --spLHS11_22: calc(22 / 11);
    --spLHS12_18: calc(18 / 12);
    --spLHS12_22: calc(22 / 12);
    --spLHS12_28: calc(28 / 12);
    --spLHS13_20: calc(20 / 13);
    --spLHS13_22: calc(22 / 13);
    --spLHS13_28: calc(28 / 13);
    --spLHS14_18: calc(18 / 14);
    --spLHS14_26: calc(26 / 14);
    --spLHS15_20: calc(20 / 15);
    --spLHS15_26: calc(26 / 15);
    --spLHS15_30: calc(30 / 15);
    --spLHS16_20: calc(20 / 16);
    --spLHS18_28: calc(28 / 18);
    --spLHS18_33: calc(33 / 18);
    --spLHS19_33: calc(33 / 19);
    --spLHS20_28: calc(28 / 20);
    --spLHS20_36: calc(36 / 20);
    --spLHS22_38: calc(38 / 22);

    /* letter-spacing（SP） */
    --spLS_0: 0;
    --spLS16_50: 0.05em;
    --spLS20_50: 0.05em;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFS12);
    font-family: "YakuHanMP", "Zen Old Mincho", serif;
    font-weight: bold;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    position:relative;
    word-break:break-all;
    min-width:1180px;
}
@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;}
.fNotice{color: var(--noticeColor);}
.fGothic{font-family: "YakuHanJP","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Noto Sans JP", sans-serif;font-weight: normal;}
.fCormorant{font-family:"Cormorant", 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;
    padding-top: 9rem;
}
@media only screen and (max-width:1215px){
    #container{
        padding-top: 5rem;
    }
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.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;
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
/* jsHide */
.jsHide{
    opacity: 0;
    transition: opacity 3.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.jsHide.jsShow{
    opacity: 1;
}


/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1540{
    max-width: calc(100% - 5rem);
    width: 154rem;
	margin:0 auto;
}
.wrapper1150{
    max-width: calc(100% - 5rem);
    width: 115rem;
	margin:0 auto;
}
.wrapper1280{
    max-width: calc(100% - 5rem);
    width: 128rem;
	margin:0 auto;
}
.wrapper1080{
    max-width: calc(100% - 5rem);
    width: 108rem;
	margin:0 auto;
}
.wrapper980{
    max-width: calc(100% - 5rem);
    width: 98rem;
	margin:0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1540,
    .wrapper1150,
    .wrapper1280,
    .wrapper1080,
    .wrapper980{
        max-width:none;
		width:100%;
	}
    .wrapperSp,
    .wrapperSp355,
    .wrapperSp335,
    .wrapperSp325{
        width: 92%;
        margin: 0 auto;
    }
    .wrapperSp355{
        width: 94.67%;
    }
    .wrapperSp335{
        width: 89.335%;
    }
    .wrapperSp325{
        width: 86.67%;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
}


/*-----------------------------------------------
    boxCmnTit
-----------------------------------------------*/
.boxCmnTit{
    position: relative;
    text-align: center;
    padding-bottom: 5rem;
}
.boxCmnTit:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 5rem;
    height: 1px;
    background-color: var(--greenColor);
}
.boxCmnTit .titEng{
    font-size: var(--pcFS70);
    font-weight: bold;
}
.boxCmnTit .in{
    position: relative;
    display: inline-block;
}
.boxCmnTit .in:not(:last-child){
    padding-right: 2.4rem;
    margin-right: 1.6rem;
}
.boxCmnTit .in:not(:last-child):after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    background-color: var(--textColor);
    border-radius: 100%;
}
.boxCmnTit .titJp{
    font-size: var(--pcFS22);
    font-weight: bold;
    margin-top: 2.7rem;
}
@media only screen and (max-width:1215px){
    .boxCmnTit{
        padding-bottom: 2.7rem;
    }
    .boxCmnTit:before{
        width: 2.5rem;
    }
    .boxCmnTit .titEng{
        font-size: var(--spFS26);
    }
    .boxCmnTit .in:not(:last-child){
        padding-right: 1.1rem;
        margin-right: 0.5rem;
    }
    .boxCmnTit .in:not(:last-child):after{
        width: 0.4rem;
        height: 0.4rem;
    }
    .boxCmnTit .titJp{
        font-size: var(--spFS15);
        margin-top: 1.4rem;
    }
}


/*-----------------------------------------------
	header
-----------------------------------------------*/
#header{
    position: fixed;
    top: -15rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    color: var(--whiteColor);
    transition: all 0.3s ease-in-out;
}
#header.is-fixed{
    top: 0;
}
#header .wrapper{
    width: 100%;
    margin: 0 auto;
    background-color: var(--greenColor);
    display: flex;
    justify-content: space-between;
}
/* boxLogo */
#header .boxLogo{
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}
#header .logo,
#header .logoSite{
    display: block;
    width: 20.9rem;
}
#header .logoSite{
    width: 14.1rem;
}
#header .boxLogo .txt{
    font-size: var(--pcFS14);
}
/* secLink */
#header .secLink{
    display: flex;
    gap: 4.9rem;
}
#header .secLink .item{
    position: relative;
}
#header .secLink .linkList{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header .secLink .link{
    position: relative;
    display: inline-block;
    font-size: var(--pcFS16);
    line-height: var(--pcLHS16_22);
    font-weight: bold;
    padding: 0.4rem 2rem;
}
#header .item:not(:last-child) .link:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--whiteColor);
}
#header .item:last-child .link{
    padding-right: 0;
}
/* boxBtn */
#header .secLink .boxBtn{
    width: 22rem;
}
#header .boxBtn .link{
    width: 100%;
    height: 100%;
    background-color: var(--keyColor);
    padding: 0 0 2px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .boxBtn .txt{
    position: relative;
    display: inline-block;
    padding-left: 3rem;
}
#header .boxBtn .txt:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.8rem;
    height: 2rem;
    background: url(../img/common/iconBell.png) center top / cover no-repeat;
}
@media only screen and (max-width:1215px){
    #header{
        top: -8rem;
    }
    #header .wrapper{
        height: 5rem;
    }
    /* boxLogo */
    #header .boxLogo{
        justify-content: space-between;
        gap: 0.7rem;
        padding: 0.9rem 1rem;
    }
    #header .logo{
        width: 35.497%;
    }
    #header .logoSite{
        width: 23.565%;
    }
    #header .boxLogo .txt{
        font-size: var(--spFS10);
        line-height: var(--spLHS10_14);
    }
    /* secLink */
    #header .secLink{
        display: none;
    }
}
@media only screen and (max-width:360px){
    #header .boxLogo {
        gap: 0.4rem;
    }
}


/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer{
    background-color: var(--grayColor);
    color: var(--whiteColor);
    padding: 10rem 0;
}
.secCmnCta + #footer{
    margin-top: 0!important;
}
#footer .wrapper{
    position: relative;
}
/* secInfo */
#footer .secInfo{
    display: flex;
    justify-content: space-between;
}
/* boxLogo */
#footer .secInfo .boxLogo{
    display: flex;
    flex-direction: column;
    gap: 3.6em;
}
#footer #copy{
    font-size: var(--pcFS12);
}
#footer .boxTxt .txt{
    font-size: var(--pcFS12);
    line-height: var(--pcLHS12_30);
}
@media only screen and (max-width:1215px){
    #footer{
        padding: 5.3rem 0;
        margin-bottom: 5rem;
    }
    /* secInfo */
    #footer .secInfo{
        flex-direction: column-reverse;
    }
    #footer .boxLogo{
        margin-top: 5.5rem;
    }
    #footer .boxLogo .logo{
        width: 21.5rem;
        margin: 0 auto;
    }
    /* boxLogo */
    #footer .secInfo .boxLogo{
        gap: 3.4em;
    }
    #footer #copy{
        text-align: center;
    }
    #footer #copy,
    #footer .boxTxt .txt{
        font-size: var(--spFS11);
        line-height: var(--spLHS11_22);
    }
}


/*-----------------------------------------------
    fNavi
-----------------------------------------------*/
#fNavi{
    display: none;
}
@media only screen and (max-width:1215px){
    #fNavi{
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 5rem;
        display: block;
        transition: all 0.5s ease-out;
        opacity: 0;
        z-index: -99;
        color: var(--whiteColor);
    }
    #fNavi.jsShow{
        opacity: 1;
        z-index: 999;
    }
    #fNavi .wrapper{
        width: 100%;
        height: 100%;
        background-color: var(--whiteColor);
    }
    /* secLink */
    #fNavi .secLink{
        display: flex;
        height: 100%;
    }
    #fNavi .secLink .linkList{
        width: calc(100% - 15.6rem);
        display: flex;
        justify-content: flex-start;
        background-color: var(--greenColor);
    }
    #fNavi .linkList .item{
        position: relative;
        display: flex;
    }
    #fNavi .linkList .link{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: var(--spFS11);
        font-weight: bold;
        padding: 0.4rem 1.2rem;
    }
    #fNavi .item:not(:last-child) .link:before{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        height: 1.2rem;
        background-color: var(--whiteColor);
    }
    /* boxBtn */
    #fNavi .secLink .boxBtn{
        width: 15.6rem;
    }
    #fNavi .boxBtn .link{
        width: 100%;
        height: 100%;
        background-color: var(--keyColor);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #fNavi .boxBtn .txt{
        position: relative;
        display: inline-block;
        padding-left: 2.1rem;
        font-size: var(--spFS12);
    }
    #fNavi .boxBtn .txt:after{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1.4rem;
        height: 1.6rem;
        background: url(../img/common/iconBell.png) center top / cover no-repeat;
    }
}
/*-----------------------------------------------
    cmnLink_arrow
-----------------------------------------------*/
.boxCmnLink{
    position: absolute;
    bottom: -6rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 78rem;
    z-index: 3;
}
.boxCmnLink .link{
    position: relative;
    width: 100%;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6rem;
    background-color: var(--greenColor);
    box-shadow: var(--shadowColor);
    padding: 0 4rem 1px 0;
}
.boxCmnLink .link:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.3rem solid var(--whiteColor);
    border-radius: 6rem;
}
.boxCmnLink .txt{
    position: relative;
    display: inline-block;
    color: var(--whiteColor);
    font-size: var(--pcFS22);
    letter-spacing: var(--pcLS22_80);
    font-weight: bold;
    padding-left: 4.8rem;
}
.boxCmnLink .txt:before{
    position: absolute;
    content: '';
    top: 0.7rem;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0.6rem;
    height: 0.6rem;
    background-color: var(--whiteColor);
    border-radius: 50%;
    box-shadow: 1.2rem 0 0 var(--whiteColor), 2.4rem 0 0 var(--whiteColor);
    margin-right: 3rem;
}
@media only screen and (max-width:1215px){
    .boxCmnLink{
        bottom: -3.5rem;
        width: 89.335%;
    }
    .boxCmnLink .link{
        justify-content: flex-start;
        padding: 0 0 0 2.5rem;
        height: 7rem;
        border-radius: 3.5rem;
    }
    .boxCmnLink .link:before{
        border-width: 0.2rem;
        border-radius: 3.5rem;
    }
    .boxCmnLink .txt{
        font-size: var(--spFS15);
        letter-spacing: var(--spLS_0);
        padding: 0;
    }
    .boxCmnLink .txt:before{
        display: none;
    }
}

/*-----------------------------------------------
    cmnLink_arrow
-----------------------------------------------*/
.cmnLink_arrow{position: relative;}
.cmnLink_arrow:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 5rem;
    margin: auto;
    width: 4rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    background-color: var(--whiteColor);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M0,3 H10 V0 L14,3.5 L10,7 V4 H0 Z" fill="%2332453b"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.4rem 0.7rem;
    flex-shrink: 0;
}
.cmnLink_arrow_key:after{
    background-color: var(--keyColor);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M0,3 H10 V0 L14,3.5 L10,7 V4 H0 Z" fill="%23ffffff"/></svg>');
}
.cmnLink_arrow_white:after{
    background-color: var(--whiteColor);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M0,3 H10 V0 L14,3.5 L10,7 V4 H0 Z" fill="%23c5a059"/></svg>');
}
@media only screen and (max-width:1215px){
    .cmnLink_arrow:after{
        right: 2.5rem;
        width: 2.5rem;
        height: 1.9rem;
        border-radius: 0.95rem;
        background-size: 1rem 0.5rem;
    }
}


/*-----------------------------------------------
    secFormCtr
-----------------------------------------------*/
.secFormCtr{
    position: relative;
    margin-top: 21rem;
}
.secFormCtr .link{
    display: flex;
}
.secFormCtr .boxImg{
    position: relative;
    width: 50rem;
    background: center center / cover no-repeat;
    flex-shrink: 0;
    border-radius: 0.5rem 0 0 0.5rem;
}
.secFormCtr .boxImg{
    background-image: url(../img/index/bgLinkCtr.jpg?260828);
}
.secFormCtr .titEng{
    position: absolute;
    top: -3.6rem;
    left: 3rem;
    width: 28.3rem;
    z-index: 1;
}
.secFormCtr .boxInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 50rem);
    padding: 8.6rem 7rem 7.7rem;
    color: var(--whiteColor);
    background-color: var(--keyColor);
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 0 0.5rem 0.5rem 0;
}
.secFormCtr .boxInfo .tit{
    font-size: var(--pcFS26);
    letter-spacing: var(--pcLS26_50);
}
.secFormCtr .boxInfo .txt{
    font-size: var(--pcFS15);
    line-height: var(--pcLHS15_34);
    margin-top: 2.2rem;
}
.secFormCtr .boxLink{
    margin-top: 2.6rem;
}
.secFormCtr .boxLink .linkBtn{
    position: relative;
    display: flex;
    align-items: center;
    width: 36rem;
    height: 7.5rem;
    background-color: var(--whiteColor);
    border-radius: 0.5rem;
    padding: 0.2rem 3rem 0;
    box-shadow: var(--shadowColor);
}
.secFormCtr .boxLink .txt{
    position: relative;
    display: inline-block;
    color: var(--keyColor);
    font-size: var(--pcFS16);
    padding-left: 3.1rem;
    margin-top: 0;
    font-weight: bold;
}
.secFormCtr .boxLink .txt:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.7rem;
    height: 2rem;
    -webkit-mask:center / contain no-repeat;
    mask: center / contain no-repeat;
}
.secFormCtr.lazyloaded .boxLink .txt:before{
    -webkit-mask-image: url(../img/common/iconBell.png);
    mask-image: url(../img/common/iconBell.png);
    background-color: var(--keyColor);
}
.secFormCtr .boxLink .cmnLink_arrow:after{
    right: 3rem;
}
@media only screen and (max-width:1215px){
    .secFormCtr{
        margin-top: 11.5rem;
    }
    .secFormCtr .link{
        flex-direction: column;
    }
    .secFormCtr .boxImg{
        width: 100%;
        height: 14rem;
        border-radius: 0.5rem 0.5rem 0 0;
        background-position: center 40%;
    }
    .secFormCtr .titEng{
        top: -3.2rem;
        left: 1rem;
        width: 19.8rem;
    }
    .secFormCtr .boxInfo{
        width: 100%;
        padding: 2.5rem 2rem;
        border-radius: 0 0 0.5rem 0.5rem;
        text-align: center;
    }
    .secFormCtr .boxInfo .tit{
        font-size: var(--spFS16);
        line-height: var(--spLHS16_20);
        letter-spacing: var(--spLS_0);
    }
    .secFormCtr .boxInfo .txt{
        font-size: var(--spFS12);
        line-height: var(--spLHS12_22);
        margin-top: 1.2rem;
    }
    .secFormCtr .boxLink{
        margin-top: 1.9rem;
    }
    .secFormCtr .boxLink .linkBtn{
        width: 100%;
        height: 5.5rem;
        padding: 0 2rem;
    }
    .secFormCtr .boxLink .txt{
        font-size: var(--spFS14);
        letter-spacing: var(--spLS_0);
        padding-left: 2.8rem;
        margin: 0;
        line-height: 1;
    }
    .secFormCtr .boxLink .txt:before{
        width: 1.4rem;
        height: 1.7rem;
    }
    .secFormCtr .boxLink .cmnLink_arrow:after{
        right: 2rem;
    }
}

/*-----------------------------------------------
    secCmnIndexTop
-----------------------------------------------*/
.secCmnIndexTop{
    height: 70rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    text-align: center;
    position: relative;
    background: right top / cover no-repeat;
}
.secCmnIndexTop::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -4rem;
    margin: auto;
    width: 1px;
    height: 8rem;
    background: var(--greenColor);
    z-index: 1;
}
.secCmnIndexTop .titBox{
    margin-bottom: 5rem;
}
.secCmnIndexTop .titEng{
    font-size: var(--pcFS70);
    font-weight: bold;
}
.secCmnIndexTop .in{
    position: relative;
    display: inline-block;
}
.secCmnIndexTop .in:not(:last-child){
    padding-right: 2.4rem;
    margin-right: 1.6rem;
}
.secCmnIndexTop .in:not(:last-child):after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    background-color: var(--whiteColor);
    border-radius: 100%;
}
.secCmnIndexTop .titJpn{
    font-size: var(--pcFS22);
    margin-top: 3rem;
}
@media only screen and (max-width:1215px){
    .secCmnIndexTop{
        height: 100vw;
        max-height: 37.5rem;
    }
    .secCmnIndexTop::after{
        bottom: -1.5rem;
        height: 3rem;
    }
    .secCmnIndexTop .titBox{
        margin-bottom: 4.5rem;
    }
    .secCmnIndexTop .titEng{
        font-size: var(--spFS32);
    }
    .secCmnIndexTop .in:not(:last-child){
        padding-right: 1.1rem;
        margin-right: 0.5rem;
    }
    .secCmnIndexTop .in:not(:last-child):after{
        width: 0.4rem;
        height: 0.4rem;
    }
    .secCmnIndexTop .titJpn{
        font-size: var(--spFS19);
        margin-top: 1.5rem;
    }
}

/*-----------------------------------------------
    pnkz
-----------------------------------------------*/
#pnkz{
    position: relative;
    width: 100%;
    padding: 1.6rem 2.5rem 0;
    text-align: right;
}
#pnkz .boxList{
    position: relative;
}
#pnkz li{
	display: inline;
	font-size: var(--pcFS11);
    line-height: var(--pcLHS11_18);
}
#pnkz li::after{
	content: ">";
	margin: 0 0 0 3px;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    color:  var(--linkColor);
    text-decoration: underline;
    text-underline-offset: 2px;
}
@media only screen and (max-width:1215px){
    #pnkz{
        padding: 2.5rem 0.5rem 0;
        text-align: left;
        color: var(--whiteColor);
        background-color: var(--grayColor);
        margin-top: 1px;
    }
    #pnkz .boxList{
		white-space: nowrap;
		overflow-y: scroll;
	}
    #pnkz li{
        font-size: 10px;
    }
    #pnkz li::after{
        margin: 0 3px;
    }
    .mainWrapper{
        display: flex;
        flex-direction: column-reverse;
    }
}


/*-----------------------------------------------
    boxMainTit
-----------------------------------------------*/
.boxMainTit{
    text-align: center;
}
.boxMainTit .titJp{
    color: var(--greenColor);
    font-size: var(--pcFS40);
    letter-spacing: var(--pcLS40_50);
    font-weight: bold;
}
.boxMain{position: relative;}
.boxMain:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: -4rem;
    left: 0;
    right: 0;
    width: 1px;
    height: 8rem;
    background-color: var(--greenColor);
}
@media only screen and (max-width:1215px){
    .boxMainTit .titJp{
        font-size: var(--spFS20);
        line-height: var(--spLHS20_36);
        letter-spacing: var(--spLS0);
    }
    .boxMain:before{
        top: -1.5rem;
        height: 3rem;
    }
}



/*-----------------------------------------------
    secCtr
-----------------------------------------------*/
.secCtr{
    margin-top: var(--footerPc);
    padding: 9rem 0 10rem;
    background: center center / cover no-repeat;
}
.secCtr.lazyloaded{
    background-image: url(../img/common/bgCtr.jpg);
}
.secCtr .boxPriorityTit{
    color: var(--whiteColor);
    text-align: center;
}
.secCtr .boxPriorityTit .tit{
    font-size: var(--pcFS26);
    line-height: var(--pcLHS26_46);
}
.secCtr .boxPriorityTit .txt{
    font-size: var(--pcFS16);
    margin-top: 3rem;
}
/* boxList */
.secCtr .boxList{
    background-color: var(--whiteColor);
    box-shadow: var(--shadowColor);
    border-radius: 0.5rem;
    display: flex;
    margin-top: 3.8rem;
}
.secCtr .boxList .item{
    position: relative;
    width: calc(100% / 2);
    text-align: center;
    padding: 5.2rem 6.5rem 2.7rem;
}
.secCtr .boxList .item:not(:last-child)::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--grayColor2);
}
.secCtr .item .tit{
    position: relative;
    font-size: var(--pcFS20);
    color: var(--greenColor);
    margin-bottom: 2.5rem;
}
.secCtr .item .link{
    position: relative;
    width: 100%;
    height: 7.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.5rem;
    background-color: var(--greenColor);
    box-shadow: var(--shadowColor);
    padding: 0 3rem 0 7.5rem;
    font-size: var(--pcFS16);
    font-weight: bold;
    color: var(--whiteColor);
}
.secCtr .item .link:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 3rem;
    width: 2.8rem;
    height: 2rem;
    background: right top / cover no-repeat;
}
.secCtr.lazyloaded .item .linkCatalog:before{
    background-image: url(../img/common/iconCatalog.png);
}
.secCtr.lazyloaded .item .linkReserve:before{
    background-image: url(../img/common/iconReserve.png);
}
.secCtr .item .linkCatalog{
    background-color: var(--catalogColor);
}
.secCtr .item .linkReserve{
    background-color: var(--reserveColor);
}
.secCtr .cmnLink_arrow:after{
    right: 3rem;
}
.secCtr .item .linkCatalog:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M0,3 H10 V0 L14,3.5 L10,7 V4 H0 Z" fill="%23ae6917"/></svg>');
}
.secCtr .item .linkReserve:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 14 7"><path d="M0,3 H10 V0 L14,3.5 L10,7 V4 H0 Z" fill="%236fba2c"/></svg>');
}
@media only screen and (max-width:1215px){
    .secCtr{
        margin-top: var(--footerSp);
        padding: 5.5rem 0 6rem 0;
    }
    .secCtr .boxPriorityTit .tit{
        font-size: var(--spFS19);
        line-height: var(--spLHS19_33);
    }
    /* boxList */
    .secCtr .boxList{
        flex-direction: column;
        margin-top: 2rem;
    }
    .secCtr .boxList .item{
        width: 100%;
        text-align: center;
        padding: 2.5rem 2rem 3rem;
    }
    .secCtr .boxList .item + .item{
        padding-top: 0;
    }
    .secCtr .boxList .item:not(:last-child)::after{
        display: none;
    }
    .secCtr .item .tit{
        font-size: var(--spFS15);
        margin-bottom: 1.8rem;
    }
    .secCtr .item .link{
        width: 100%;
        height: 5.5rem;
        padding: 0 3rem 0 5.2rem;
        font-size: var(--spFS14);
    }
    .secCtr .item .link:before{
        left: 2rem;
        width: 2.2rem;
        height: 1.6rem;
    }
    .secCtr .cmnLink_arrow:after{
        right: 2rem;
    }
}
@media only screen and (max-width:767px){
    .secCtr.lazyloaded{
        background-image: url(../img/common/bgCtr_sp.jpg);
    }
}