@charset "utf-8";

@font-face{
    font-family:'Noto Sans JP';
    font-style:normal;
    font-weight:400;
    src:url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format('opentype');
}
@font-face{
    font-family:'Noto Sans JP';
    font-style:normal;
    font-weight:700;
    src:url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}
/* @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
} */
/* @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
} */
/* @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) 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: 8rem;

    /* 色 */
    --textColor: #333;
    --whiteColor:#fff;
    --keyColor: #07a8b0;
    --color01:#a7a7a7;
    --editor_linkColor: #295ea2;
    --editor_borderColor: #ccc;
    --colorShadow: rgba(0, 0, 0, 0.25);
    --colorMask: rgba(0, 0, 0, 0.5);
    --colorLine: #06c755;
    --colorMen: #587cb8;
    --colorWomen: #e0808e;
    --colorFooter: #d4ebec;
    --footerTextColor: #05a8ae;

    /* フォントサイズ（PC） */
    --pcFontSize10: 1rem;
    --pcFontSize11: 1.1rem;
    --pcFontSize12: 1.2rem;
    --pcFontSize13: 1.3rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize15: 1.5rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize17: 1.7rem;
    --pcFontSize18: 1.8rem;
    --pcFontSize19: 1.9rem;
    --pcFontSize20: 2rem;
    --pcFontSize22: 2.2rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize25: 2.5rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize30: 3rem;
    --pcFontSize32: 3.2rem;
    --pcFontSize34: 3.4rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcFontSize44:4.4rem;
    --pcFontSize50: 5rem;
    --pcFontSize60: 6rem;
    --pcFontSize70: 7rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10); /* font-size:10; line-height:1.5; */
    --pcLineHeight12_20: calc(20 / 12); 
    --pcLineHeight13_26: calc(26 / 13); 
    --pcLineHeight15_25: calc(25 / 15); 
    --pcLineHeight16_26: calc(26 / 16);
    --pcLineHeight16_40: calc(40 / 16); /* font-size:16; line-height:2.5; */
    --pcLineHeight18_30: calc(30 / 18);
    --pcLineHeight25_40: calc(40 / 25);
    --pcLineHeight30_50: calc(50 / 30);
    

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --pcLetterSpacing11_100: 0.1em; /* font-size:11; letter-spacing:0.1em; */
    --pcLetterSpacing12_150: 0.15em; /* font-size:12; letter-spacing:0.15em; */

    /* フォントサイズ（SP）*/
    --spFontSize10: calc((10 / 375) * var(--widthBase));
    --spFontSize11: calc((11 / 375) * var(--widthBase));
    --spFontSize12: calc((12 / 375) * var(--widthBase));
    --spFontSize13: calc((13 / 375) * var(--widthBase));
    --spFontSize14: calc((14 / 375) * var(--widthBase));
    --spFontSize15: calc((15 / 375) * var(--widthBase));
    --spFontSize16: calc((16 / 375) * var(--widthBase));
    --spFontSize17: calc((17 / 375) * var(--widthBase));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spFontSize19: calc((19 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spFontSize25: calc((25 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 375) * var(--widthBase));
    --spFontSize28: calc((28 / 375) * var(--widthBase));
    --spFontSize30: calc((30 / 375) * var(--widthBase));
    --spFontSize32: calc((32 / 375) * var(--widthBase));
    --spFontSize34: calc((34 / 375) * var(--widthBase));
    --spFontSize36: calc((36 / 375) * var(--widthBase));
    --spFontSize38: calc((38 / 375) * var(--widthBase));
    --spFontSize40: calc((40 / 375) * var(--widthBase));
    --spFontSize50: calc((50 / 375) * var(--widthBase));
    --spFontSize60: calc((60 / 375) * var(--widthBase));
    --spFontSize70: calc((70 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_15: calc(15 / 10); /* font-size:10; line-height:1.5; */
    --spLineHeight11_18: calc(18 / 11);
    --spLineHeight12_16: calc(16 / 12);
    --spLineHeight12_20: calc(20 / 12);
    --spLineHeight13_22: calc(22 / 13);
    --spLineHeight15_25: calc(25 / 15);
    --spLineHeight16_26: calc(26 / 16);
    --spLineHeight18_30: calc(30 / 18);
    --spLineHeight20_30: calc(30 / 20);
    --spLineHeight25_35: calc(35 / 25);

    /* letter-spacing（SP） */
    --spLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --spLetterSpacing11_100: 0.1em; /* font-size:11; letter-spacing:0.1em; */
    --spLetterSpacing12_150: 0.15em; /* font-size:12; letter-spacing:0.15em; */
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family:'YakuHanJP_Noto','Noto Sans JP', sans-serif;
    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;}
.fSerif{font-family:'Noto Serif Japanese', 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;
    max-width:1920px;
    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
-----------------------------------------------*/
.wrapper1320{
    width: 132rem;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
    .wrapper1320{
        width: 100%;
        max-width: none;
    }
    .wrapperSp335{
        width: 89.334%;
        max-width: none;
        margin: 0 auto;
    }
}


.noneTxt{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_25);
    padding: 6rem 0;
    text-align: center;
    font-weight: 700;
}

.pc_only_image {
    padding: 10px;
}

/* headerNew */
#headerNew{
    width: 100%;
    height: 8rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
#headerNew .headerNewInner{
    display: flex;
    justify-content: space-between;
    width: 132rem;
    margin: 0 auto;
}
#headerNew .boxLeft{
    padding-top: 2rem;
}
#headerNew .listMain{
    display: flex;
}
#headerNew .item{
    width:10rem;
}
#headerNew .item:not(:last-child){
    margin-right: 1rem;
}
#headerNew .item::marker,#headerNew .lineItem::marker{
    content: none !important;
}
#headerNew .boxRight{
    display: flex;
}
#headerNew .btnBox{
    display: flex;
    margin-left: 1rem;
}
#headerNew .btnTel{
    width:22rem;
    margin-left: 1rem;
}
#headerNew .boxReserve{
    position: relative;
    z-index: 999;
    cursor: pointer;
    width:22rem;
}
#headerNew .lineList{
    display: none;
    padding-left:0;
}
#headerNew .lineItem{
    border-bottom: solid 0.1rem var(--textColor);
}
#headerNew .lineLink{
    padding: 1rem;
    background: var(--whiteColor);
    color: var(--textColor);
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: var(--pcFontSize14);
}
@media only screen and (max-width:1215px){
    #headerNew{
        width: 100%;
        height: auto;
        padding: 1.2rem 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    #headerNew .boxLeft{
        padding-top: 0;
    }
    #headerNew .logoLink{
        width: 12.8rem;
        display: block;
    }
    #headerNew .headerNewInner{
        width: 100%;
        padding: 0 2.2rem;
    }
    #headerNew .boxRight{
        display: none;
    }
}

/* secCmnTit */
.secCmnTit{
    height: 34rem;
    display: flex;
    align-items: center;
    background: url(/wp-content/themes/cocoon-child-master/img/common/bgCmnTit.png) no-repeat center center / cover;
    padding-top: 4rem;
    margin-bottom:0;
}
.secCmnTit .tit{
    font-size: var(--pcFontSize44);
    width: 132rem;
    margin: 0 auto;
    font-weight: 700;
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        margin-top: 5rem;
        height: 15rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background: url(/wp-content/themes/cocoon-child-master/img/common/bgCmnTit_sp.png) no-repeat center center / cover;
        padding-top: 2.5rem;
    }
    .secCmnTit .tit{
        font-size: var(--spFontSize24);
        width: auto;
    }
}

/* footerNew */
#footerNew{
    width: 100%;
    margin-top: 9rem;
}
#footerNew .footerWrapper{
    padding-top: 17rem;
    position: relative;
    background: var(--whiteColor);
}
#footerNew .footerWrapper::after{
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 40.35rem);
    width: 80.7rem;
    height: 19.9rem;
}
#footerNew .footerWrapper.lazyloaded::after {
    background: url(/wp-content/themes/cocoon-child-master/img/common/imgFooter.png) no-repeat center / cover;
}

#footerNew .bgFooter{
    background: var(--colorFooter);
    padding: 7rem 0 3rem;
}
#footerNew .footerInner{
    width: 132rem;
    display: flex;
    margin: 0 auto;
}
#footerNew .boxRight{
    margin: 0 0 0 auto;
    display: flex;
}
#footerNew .listMain{
    width: 36rem;
    display: flex;
    flex-wrap: wrap;
    padding:0;
}
#footerNew .item:nth-child(2n+1){
    width: 26.5rem;
}
#footerNew .item:nth-child(2n){
    width: 9.5rem;
}
#footerNew .link{
    font-size: var(--pcFontSize18);
    color: var(--footerTextColor);
    font-weight: 700;
}
#footerNew .btnBox{
    margin-left: 7rem;
}
#footerNew .btnTel{
    display: block;
    margin-top: 2rem;
}
#footerNew .boxReserve{
    position: relative;
    z-index: 999;
    cursor: pointer;
}
#footerNew .lineList{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding:0;
}
#footerNew .lineItem{
    border-bottom: solid 0.1rem var(--textColor);
}
#footerNew .item::marker,#footerNew .lineItem::marker{
    content: none !important;
}
#footerNew .lineLink{
    padding: 1rem;
    background: var(--whiteColor);
    color: var(--textColor);
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: var(--pcFontSize14);
}
#footerNew .copyright{
    font-size: var(--pcFontSize14);
    color: var(--footerTextColor);
    font-weight: 700;
    text-align: center;
    margin-top: 7rem;
}
@media only screen and (max-width:1215px){
    #footerNew{
        width: 100%;
        margin-top: 5rem;
    }
    #footerNew .footerWrapper{
        padding-top: 5rem;
    }
    #footerNew .footerWrapper::after{
        left: calc(50% - 15.7rem);
        width: 31.4rem;
        height: 7.7rem;
    }
    #footerNew .footerWrapper.lazyloaded::after{
        background: url(/wp-content/themes/cocoon-child-master/img/common/imgFooter_sp.png) no-repeat center center / cover;
    }
    #footerNew .bgFooter{
        padding: 7.5rem 0 2rem;
    }
    #footerNew ul,#footerNew li{
        list-style: none !important;
    }
    #footerNew .footerInner{
        width: 69.334%;
        display: block;
    }
    #footerNew .boxRight{
        margin: 0 auto;
        display: block;
    }
    #footerNew .listMain{
        width: 100%;
        justify-content: space-between;
        margin-top: 4.6rem;
    }
    #footerNew .item:nth-child(2n+1){
        width: auto;
        min-width: 50%;
    }
    #footerNew .item:nth-child(2n){
        width: auto;
        min-width: 7.2rem;
    }
    #footerNew .item:nth-child(n+3){
        margin-top: 3.2rem;
    }
    #footerNew .link{
        font-size: var(--spFontSize14);
    }
    #footerNew .btnBox{
        margin: 3.2rem 0 0;
    }
    #footerNew .btnTel{
        display: block;
        margin: 1.6rem auto 0;
    }
    #footerNew .lineList{
        display: none;
        position: relative;
    }
    #footerNew .lineLink{
        font-size: var(--spFontSize12);
    }
    #footerNew .copyright{
        font-size: var(--spFontSize11);
        margin-top: 2rem;
    }
    .hamburger-menu-block{
        z-index:9999;
    }
}

/* TOP */
.wp-block-top-image{
    margin-top:8rem !important;
}
@media only screen and (max-width:1215px){
    .wp-block-top-image{
        margin-top:5.2rem !important;
    }
}

#btnNavi,#navMenu{
    display: none;
}
@media only screen and (max-width:1215px){
    #btnNavi{
        position: absolute;
        right: 10px;
        top: 5px;
        z-index: 9997;
        display: block;
    }
    /* navMenu */
    #navMenu{
        z-index: 9998;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
        display: block;
        background: rgba(0, 0, 0, 0.5);
    }
    #navMenu.naviOpen{
        opacity: 1;
        pointer-events: auto;
    }
    #navMenu .nemuInner{
        width: 84%;
        margin-left: auto;
        background: var(--whiteColor);
        z-index: 100;
        position: relative;
        transition: transform 0.5s ease-in-out;
        transform: translateX(120%);
        padding: 6.5rem 2.7rem 11rem;
        min-height: 100vh;
    }
    #navMenu.naviOpen .nemuInner{
        transform: translateX(0);
    }
    #navMenu .menuList{
        padding-left: 0;
    }
    #navMenu .menuItem:nth-child(n+2){
        margin-top: 2.6rem;
    }
    #navMenu ul,#navMenu li{
        list-style: none !important;
    }
    #navMenu .menuItem::marker,#navMenu .lineItem::marker{
        content: "" !important;
        display: none !important;
    }
    #navMenu .menuLink{
        font-size: var(--spFontSize14);
        position: relative;
        text-decoration: underline;
        text-underline-offset: 0.6rem;
        color: var(--keyColor);
        padding-left: 2.8rem;
        font-weight: 700;
    }
    #navMenu .menuLink::before{
        content: "";
        position: absolute;
        top: 0.3rem;
        left: 0;
        width: 1.8rem;
        height: 1.8rem;
        background: url(/wp-content/themes/cocoon-child-master/img/common/iconMenuArrow.png) no-repeat center center / cover;
    }
    #navMenu .btnBox{
        margin-top: 4.5rem;
    }
    #navMenu .boxReserve{
        position: relative;
    }
    #navMenu .lineList{
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding-left: 0;
    }
    #navMenu .lineItem{
        border-bottom: solid 0.1rem var(--textColor);
    }
    #navMenu .lineLink{
        padding: 1rem;
        background: var(--whiteColor);
        color: var(--textColor);
        font-weight: 700;
        display: block;
        text-align: center;
        font-size: var(--spFontSize12);
    }
    #navMenu .btnTel{
        margin-top: 1.5rem;
        display: block;
    }
    #navMenu .img{
        margin-top: 3.5rem;
    }
    #navMenu .btnClose{
        position: absolute;
        top: 2rem;
        right: 2rem;
        width: 2.3rem;
        height: 2.3rem;
        cursor: pointer;
    }
}

.entry-content {
    margin: 0;
    padding: 0;
}

#pnkz{
    width: 100%;
    font-size: 0;
    padding: 12px 0;
    position: relative;
    margin-top: 1rem;
}
#pnkz .boxList{
    position: relative;
    padding:0;
}
#pnkz li{
    display: inline;
    font-size: var(--pcFontSize13);
    line-height:var(--pcLineHeight13_26);
    color: var(--textColor);
}
#pnkz li::after{
    content: ">";
    margin: 0 4px 0 5px;
    color: var(--textColor);
}
#pnkz li:last-child::after{
    display: none;
}
#pnkz a{
    text-decoration: none;
    color: var(--textColor);
}
@media only screen and (max-width:1215px){
    #pnkz{
        padding: 8.5px 0;
        order: 3;
    }
    #pnkz .boxList{
        white-space: nowrap;
        overflow-y: scroll;
    }
    #pnkz li{
        font-size: var(--spFontSize12);
        line-height:var(--spLineHeight12_16);
    }
    #pnkz li::after{
        margin: 0 3px 0 2px;
    }
}

.page-id-932 #headerNew,
.page-id-813 #headerNew,
.page-id-936 #headerNew,
.page-id-934 #headerNew,
.page-id-930 #headerNew,

.page-id-932 #footerNew,
.page-id-813 #footerNew,
.page-id-936 #footerNew,
.page-id-934 #footerNew,
.page-id-930 #footerNew,

.page-id-932 #pnkz,
.page-id-813 #pnkz,
.page-id-936 #pnkz,
.page-id-934 #pnkz,
.page-id-930 #pnkz,

.page-id-932 #btnNavi,
.page-id-813 #btnNavi,
.page-id-936 #btnNavi,
.page-id-934 #btnNavi,
.page-id-930 #btnNavi{
    display: none !important;
}


#navi{
    font-weight: 500;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
}

#footer{
    margin-top: 15rem;
    font-weight: 500;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
    font-size: var(--pcFontSize18);
}
@media only screen and (max-width:1215px){
    #footer{
        margin-top: 7rem;
    }
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
    width: 100%;
    font-size: 0;
    padding: 12px 0;
    position: relative;
    margin-top: 2rem;
}
#pnkz .boxList{
    position: relative;
}
#pnkz li{
	display: inline;
    font-size: var(--pcFontSize13);
    line-height:var(--pcLineHeight13_26);
    color: var(--textColor);
}
#pnkz li::after{
	content: ">";
	margin: 0 4px 0 5px;
    color: var(--textColor);
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    text-decoration: none;
    color: var(--textColor);
}
@media only screen and (max-width:1215px){
    #pnkz{
        padding: 8.5px 0;
        order: 3;
    }
    #pnkz .boxList{
        white-space: nowrap;
        overflow-y: scroll;
    }
    #pnkz li{
        font-size: var(--spFontSize12);
        line-height:var(--spLineHeight12_16);
    }
    #pnkz li::after{
        margin: 0 3px 0 2px;
    }
}