@charset "utf-8";

@font-face {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff2) format('woff2'),
        url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff) format('woff'),
        url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff2) format('woff2'),
        url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff) format('woff'),
        url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf) format('truetype');
}

/*==============================
    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: 20rem;
    --footerSp: 8rem;

    /* 色 */
    --textColor: #333;
    --keyColor: #018cd4;

    --blackColor: #000;
    --blackColor_0: rgba(0,0,0,0);
    --blackColor_03: rgba(0,0,0,0.03);
    --blackColor_10: rgba(0,0,0,0.1);
    --blackColor_50: rgba(0,0,0,0.5);
    --blackColor_90: rgba(0,0,0,0.9);
    --blackColor_light: #2d2d2d;
    --blackColor_light2: #222;
    --blackColor_light3: #242424;
    --blackColor_light4: #303030;
    --blackColor_light5: #1c1c1c;
    --whiteColor: #fff;
    --whiteColor_30: rgba(255,255,255,0.3);
    --whiteColor_85: rgba(255,255,255,0.85);
    --grayColor: #909090;
    --grayColor_light: #9d9d9d;
    --grayColor_light2: #f0f0f0;
    --grayColor_light3: #e8e8e8;
    --grayColor_light4: #d6d6d6;
    --grayColor_light5: #c4c4c4;
    --grayColor_light6: #b7b7b7;
    --grayColor_light7: #ccc;
    --grayColor_light8: #f2f2f2;
    --grayColor_light9: #cecece;
    --grayColor_light10: #cbcbcb;
    --grayColor_light11: #f7f7f7;
    --grayColor_light12: #ddd;
    --grayColor_light13: #9a9a9a;
    --grayColor_light14: #f0efec;
    --grayColor_light15: #e2e2e2;
    --grayColor_dark: #686868;
    --grayColor_dark2: #7b7b7b;
    --grayColor_dark3: #8b8b8b;
    --grayColor_dark4: #7d7d7d;
    --brownColor_light: #9d8d74;
    --brownColor_light2: #cab7a9;
    --brownColor_light3: #c4b58f;
    --brownColor_dark: #8a7b64;
    --yellowColor: #fffc00;
    --yellowColor_light: #ffe400;
    --yellowColor_light2: #fac500;
    --orangeColor: #ef8200;
    --redColor: #930000;
    --redColor01: #981818;

    --is_newColor: #fff000;
    --is_receiptColor: #947b21;
    --is_openColor: #ef8200;
    --is_endColor: #545454;

    --is_Rank1Color: linear-gradient(0deg, rgb(255,196,0) 0%, rgb(255,228,0) 100%);
    --is_Rank2Color: linear-gradient(0deg, rgb(176,176,176) 0%, rgb(210,210,210) 100%);
    --is_Rank3Color: linear-gradient(0deg, rgb(174 87 47) 0%, rgb(211 145 114) 100%);

    --cmnBtnColor: #9d8d74;
    --cmnBtnColor2: #614d40;
    --menuColor: rgba(237, 237, 235, 0.98);
    --menuBorder: #d9d9d9;


    --paginationColor: #dddddd;
    --paginationActiveColor: #7b7b7b;

    --editor_linkColor: #295ea2;
    --editor_borderColor: #ccc;

    --form_bg_Color: #2f2f2f;
    --form_border_Color: #444;
    --form_txt_Color: #bababa;
    --form_red_Color: #c20000;
    --form_red3_Color: #e84c30;
    --form_must_Color: #fa5341;
    --form_opt_Color: #b9b9b9;
    --form_linkColor: #4070ff;
    --form_btn_color: #ef8200;
    --form_btn_color_05: rgba(239, 130, 0, 0.5);
    --form_step_border: #d1d1d1;
    --form_step_active: #ef8200;

    --formSelect_active_color: #295ea2;
    --campaign_txt_bg_Color: #ef8200;
    --campaign_txt_Color: #fff;
    --campaign_tit_bg_Color: #947b21;
    --questionnaire_bg_Color: #321b00;

    --lineup_ism_bgColor: rgba(239,239,234,0.3);
    --lineup_ism_bgColor_sp:#efefea;
    --lineup_irohaie_bgColor: rgba(177,160,138,0.3);
    --lineup_irohaie_bgColor_sp:#b1a08a;
    --lineup_mys_bgColor: rgba(238,238,238,0.3);
    --lineup_mys_bgColor_sp:#eee;
    --lineup_concept_titColor: #d0d0d0;
    --lineup_standard_tabColor: rgba(45,45,45,0.5);

    --afterKeyColor:#4e968c;
    --afterBorderColor:#c3c3c3;
    --afterBgColor:#5f5f65;

    --boderColor:#adadb9;
    --boderColor01:#fcc733;
    --boderColor02:#f0f0f0;
    --boderColor03:#f5f3f1;
    --boderColor04:#333333;

    /* フォントサイズ（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;
    --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;
    --pcFontSize35: 3.5rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcFontSize45: 4.5rem;
    --pcFontSize55: 5.5rem;
    --pcFontSize60: 6rem;
    --pcFontSize65: 6.5rem;
    --pcFontSize70: 7rem;
    --pcFontSize80: 8rem;
    --pcFontSize180: 18rem;
    --pcFontSize200: 20rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10);
    --pcLineHeight11_11: calc(11 / 11);
    --pcLineHeight11_15: calc(15 / 11);
    --pcLineHeight11_17: calc(17 / 11);
    --pcLineHeight11_20: calc(20 / 11);
    --pcLineHeight12_16: calc(16 / 12);
    --pcLineHeight12_18: calc(18 / 12);
    --pcLineHeight12_20: calc(20 / 12);
    --pcLineHeight12_24: calc(24 / 12);
    --pcLineHeight12_26: calc(26 / 12);
    --pcLineHeight12_32: calc(32 / 12);
    --pcLineHeight13_22: calc(22 / 13);
    --pcLineHeight13_24: calc(24 / 13);
    --pcLineHeight13_26: calc(26 / 13);
    --pcLineHeight13_27: calc(27 / 13);
    --pcLineHeight13_28: calc(28 / 13);
    --pcLineHeight14_17: calc(17 / 14);
    --pcLineHeight14_21: calc(21 / 14);
    --pcLineHeight14_22: calc(22 / 14);
    --pcLineHeight14_24: calc(24 / 14);
    --pcLineHeight14_26: calc(26 / 14);
    --pcLineHeight14_28: calc(28 / 14);
    --pcLineHeight14_32: calc(32 / 14);
    --pcLineHeight15_27: calc(27 / 15);
    --pcLineHeight16_22: calc(22 / 16);
    --pcLineHeight16_24: calc(24 / 16);
    --pcLineHeight16_26: calc(26 / 16);
    --pcLineHeight16_30: calc(30 / 16);
    --pcLineHeight16_32: calc(32 / 16);
    --pcLineHeight16_34: calc(34 / 16);
    --pcLineHeight16_36: calc(36 / 16);
    --pcLineHeight17_25: calc(25 / 17);
    --pcLineHeight18_22: calc(22 / 18);
    --pcLineHeight18_27: calc(27 / 18);
    --pcLineHeight18_40: calc(40 / 18);
    --pcLineHeight20_25: calc(25 / 20);
    --pcLineHeight20_30: calc(30 / 20);
    --pcLineHeight20_36: calc(36 / 20);
    --pcLineHeight20_45: calc(45 / 20);
    --pcLineHeight22_33: calc(33 / 22);
    --pcLineHeight22_36: calc(36 / 22);
    --pcLineHeight22_38: calc(38 / 22);
    --pcLineHeight24_20: calc(20 / 24);
    --pcLineHeight24_22: calc(22 / 24);
    --pcLineHeight24_42: calc(42 / 24);
    --pcLineHeight26_30: calc(30 / 26);
    --pcLineHeight26_50: calc(50 / 26);
    --pcLineHeight28_32: calc(32 / 28);
    --pcLineHeight28_50: calc(50 / 28);
    --pcLineHeight28_60: calc(60 / 28);
    --pcLineHeight30_50: calc(50 / 30);
    --pcLineHeight32_50: calc(50 / 32);
    --pcLineHeight34_50: calc(50 / 34);
    --pcLineHeight36_50: calc(50 / 36);
    --pcLineHeight38_42: calc(42 / 38);
    --pcLineHeight40_60: calc(60 / 40);
    --pcLineHeight40_70: calc(70 / 40);
    --pcLineHeight45_60: calc(60 / 45);
    --pcLineHeight45_70: calc(70 / 45);
    --pcLineHeight60_80: calc(80 / 60);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em;
    --pcLetterSpacing11_50: 0.05em;
    --pcLetterSpacing12_50: 0.05em;
    --pcLetterSpacing12_100: 0.1em;
    --pcLetterSpacing13_50: 0.05em;
    --pcLetterSpacing13_80: 0.08em;
    --pcLetterSpacing14_50: 0.05em;
    --pcLetterSpacing14_60: 0.06em;
    --pcLetterSpacing15_50: 0.05em;
    --pcLetterSpacing15_80: 0.08em;
    --pcLetterSpacing16_40: 0.04em;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing16_80: 0.08em;
    --pcLetterSpacing17_50: 0.05em;
    --pcLetterSpacing18_40: 0.04em;
    --pcLetterSpacing18_50: 0.05em;
    --pcLetterSpacing20_50: 0.05em;
    --pcLetterSpacing22_50: 0.05em;
    --pcLetterSpacing22_60: 0.06em;
    --pcLetterSpacing24_50: 0.05em;
    --pcLetterSpacing25_50: 0.05em;
    --pcLetterSpacing26_50: 0.05em;
    --pcLetterSpacing28_50: 0.05em;
    --pcLetterSpacing30_50: 0.05em;
    --pcLetterSpacing30_80: 0.08em;
    --pcLetterSpacing36_50: 0.05em;
    --pcLetterSpacing36_60: 0.06em;
    --pcLetterSpacing40_50: 0.05em;
    --pcLetterSpacing40_60: 0.06em;
    --pcLetterSpacing55_30: 0.03em;
    --pcLetterSpacing60_50: 0.05em;
    --pcLetterSpacing80_30: 0.03em;
    --pcLetterSpacing80_50: 0.05em;

    /* フォントサイズ（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));
    --spFontSize35: calc((35 / 375) * var(--widthBase));
    --spFontSize45: calc((45 / 375) * var(--widthBase));
    --spFontSize50: calc((50 / 375) * var(--widthBase));
    --spFontSize80: calc((80 / 375) * var(--widthBase));
    --spFontSize100: calc((100 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_15: calc(15 / 10);
    --spLineHeight10_17: calc(17 / 10);
    --spLineHeight10_18: calc(18 / 10);
    --spLineHeight10_22: calc(22 / 10);
    --spLineHeight11_15: calc(15 / 11);
    --spLineHeight11_17: calc(17 / 11);
    --spLineHeight11_18: calc(18 / 11);
    --spLineHeight11_20: calc(20 / 11);
    --spLineHeight11_22: calc(22 / 11);
    --spLineHeight12_18: calc(18 / 12);
    --spLineHeight12_20: calc(20 / 12);
    --spLineHeight12_22: calc(22 / 12);
    --spLineHeight12_24: calc(24 / 12);
    --spLineHeight12_26: calc(26 / 12);
    --spLineHeight13_20: calc(20 / 13);
    --spLineHeight13_21: calc(21 / 13);
    --spLineHeight14_20: calc(20 / 14);
    --spLineHeight14_21: calc(21 / 14);
    --spLineHeight14_22: calc(22 / 14);
    --spLineHeight14_24: calc(24 / 14);
    --spLineHeight14_26: calc(26 / 14);
    --spLineHeight14_30: calc(30 / 14);
    --spLineHeight14_36: calc(36 / 14);
    --spLineHeight14_50: calc(50 / 14);
    --spLineHeight15_26: calc(26 / 15);
    --spLineHeight16_14: calc(14 / 16);
    --spLineHeight16_20: calc(20 / 16);
    --spLineHeight16_22: calc(21 / 16);
    --spLineHeight16_24: calc(24 / 16);
    --spLineHeight16_26: calc(26 / 16);
    --spLineHeight16_28: calc(28 / 16);
    --spLineHeight16_30: calc(30 / 16);
    --spLineHeight17_29: calc(29 / 17);
    --spLineHeight18_30: calc(30 / 18);
    --spLineHeight18_32: calc(32 / 18);
    --spLineHeight19_30: calc(30 / 19);
    --spLineHeight20_32: calc(32 / 20);
    --spLineHeight22_50: calc(50 / 22);
    --spLineHeight24_28: calc(28 / 24);
    --spLineHeight24_34: calc(34 / 24);
    --spLineHeight25_30: calc(30 / 25);

    /* letter-spacing（SP） */
    --spLetterSpacing10_0: 0;
    --spLetterSpacing10_50: 0.05em;
    --spLetterSpacing11_0: 0;
    --spLetterSpacing11_50: 0.05em;
    --spLetterSpacing12_0: 0;
    --spLetterSpacing12_50: 0.05em;
    --spLetterSpacing13_0: 0;
    --spLetterSpacing14_0: 0;
    --spLetterSpacing14_50: 0.05em;
    --spLetterSpacing15_0: 0;
    --spLetterSpacing16_0: 0;
    --spLetterSpacing16_50: 0.05em;
    --spLetterSpacing18_0: 0;
    --spLetterSpacing18_50: 0.05em;
    --spLetterSpacing20_0: 0;
    --spLetterSpacing22_0: 0;
    --spLetterSpacing24_0: 0;
    --spLetterSpacing26_0: 0;
    --spLetterSpacing26_50: 0.05em;
    --spLetterSpacing28_0: 0;
    --spLetterSpacing30_50: 0.05em;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family: 'YakuHanJP', 'Zen Kaku Gothic New', 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;
    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;}
.fLato{font-family:"Lato", sans-serif;}
.fMontserrat{font-family:"Montserrat", sans-serif;}
.fOswald{font-family:"Oswald", sans-serif;}
.fSans{font-family:"Noto Sans JP", sans-serif;}


.fWhite{color:var(--whiteColor);}
.bgYellow{background-color:var(--yellowColor);}

/*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;
}
@media only screen and (min-width:1921px){
    #container{
        max-width:100%;
    }
}
/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.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
-----------------------------------------------*/
.wrapper1880{
    max-width:calc(100% - 10rem);
    width: 188rem;
    margin: 0 auto;
}
.wrapper1820{
    max-width:calc(100% - 10rem);
    width: 182rem;
    margin: 0 auto;
}
.wrapper1720{
    max-width:calc(100% - 10rem);
    width: 172rem;
    margin: 0 auto;
}
.wrapper1690{
    max-width:calc(100% - 10rem);
    width: 169rem;
    margin: 0 auto;
}
.wrapper1340{
    max-width:calc(100% - 10rem);
    width: 134rem;
    margin: 0 auto;
}
.wrapper1320{
    max-width:calc(100% - 10rem);
    width: 132rem;
    margin: 0 auto;
}
.wrapper1300{
    max-width:calc(100% - 10rem);
    width: 130rem;
    margin: 0 auto;
}
.wrapper1240{
    max-width:calc(100% - 10rem);
    width: 124rem;
    margin: 0 auto;
}
.wrapper1150{
    max-width:calc(100% - 10rem);
    width: 115rem;
    margin: 0 auto;
}
.wrapper1140{
    max-width:calc(100% - 10rem);
    width: 114rem;
    margin: 0 auto;
}
.wrapper1080{
    max-width:calc(100% - 10rem);
    width: 108rem;
    margin: 0 auto;
}
.wrapper1100{
    max-width:calc(100% - 10rem);
    width: 110rem;
    margin: 0 auto;
}
.wrapper1050{
    max-width:calc(100% - 10rem);
    width: 105rem;
    margin: 0 auto;
}
.wrapper1000{
    max-width:calc(100% - 10rem);
    width: 100rem;
    margin: 0 auto;
}
.wrapper800{
    max-width:calc(100% - 10rem);
    width: 80rem;
    margin: 0 auto;
}
.wrapper640{
    max-width:calc(100% - 10rem);
    width: 64rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1880,
    .wrapper1820,
    .wrapper1720,
    .wrapper1690,
    .wrapper1340,
    .wrapper1320,
    .wrapper1300,
    .wrapper1240,
    .wrapper1150,
    .wrapper1140,
    .wrapper1100,
    .wrapper1080,
    .wrapper1050,
    .wrapper1000,
    .wrapper800,
    .wrapper640{
        max-width:none;
        width: 100%;
    }
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
    }
    .wrapperSp335{
        width: 89.336%;
        margin: 0 auto;
    }
    .wrapperSp315{
        width: 84%;
        margin: 0 auto;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
}
/*-----------------------------------------------
    boxCmnTit
-----------------------------------------------*/
.boxCmnTit{
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-left: -0.5rem;
}
.boxCmnTit.isCol{
    gap: 1.5rem;
    align-items: flex-start;
    flex-direction: column;
}
.boxCmnTit .txt{
    font-size: var(--pcFontSize55);
}
.boxCmnTit .tit{
    position: relative;
    font-size: var(--pcFontSize18);
    color: var(--grayColor_light);
    margin-bottom: 0.5rem;
}
.boxCmnTit.isCol .tit{
    padding-left: 2.1rem;
    font-size: var(--pcFontSize14);
}
.boxCmnTit.isCol .tit::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 1px;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1px;
    background-color: var(--grayColor_light);
}
@media only screen and (max-width:1215px){
    .boxCmnTit{
        flex-direction: column;
        align-items: flex-start;
        margin-left: -0.2rem;
    }
    .boxCmnTit.isCol{
        gap: 1rem;
    }
    .boxCmnTit .txt{
        font-size: var(--spFontSize30);
    }
    .boxCmnTit .tit{
        padding-left: 1.1rem!important;
        font-size: var(--spFontSize11)!important;
        margin-bottom: 0;
    }
    .boxCmnTit .tit::before{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0.6rem!important;
        height: 1px;
        background-color: var(--grayColor_light);
    }
}

/*-----------------------------------------------
    boxCmnBtn
-----------------------------------------------*/
.boxCmnBtn{
    margin-top: 8rem;
}
.boxCmnBtn .cmnBtn{
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--cmnBtnColor);
    padding: 0 4rem;
    overflow: hidden;
    transition: .6s;
}
.boxCmnBtn .cmnBtn .txtBtn{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_50);
}

/* 色指定 */
.boxCmnBtn .isNormal{
    background-color: var(--cmnBtnColor);
    color: var(--whiteColor);
}
.boxCmnBtn .isNormal .txt:before,
.boxCmnBtn .isNormal .txt:after{
    background-color: var(--whiteColor);
}
/* サイズ指定 */
.cmnBtn.isW420{
    width: 42rem;
    height: 8.5rem;
    padding: 0 3rem;
    border-radius: 0.5rem;
}
.cmnBtn.isW400{
    width: 40rem;
    height: 6.5rem;
    border-radius: 0.5rem;
}
.cmnBtn.isW300{
    width: 30rem;
    height: 6.5rem;
    padding: 0 3rem;
}

/* ホバー時 */
.boxCmnBtn .cmnBtn::before {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--textColor);
    transform-origin: 100% 50%; transform: scaleX(0); transition: transform ease .6s;
}
.boxCmnBtn .cmnBtn:hover::before {
    transform-origin: 0% 50%; transform: scaleX(1);
}
@media only screen and (max-width:1215px){
    .boxCmnBtn{
        margin-top: 4rem;
    }
    .boxCmnBtn:not(.wrapperSp){
        width: 100%;
    }
    .boxCmnBtn .cmnBtn{
        padding: 0 2.3rem!important;
    }
    .boxCmnBtn .cmnBtn .txtBtn{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    /* サイズ指定 */
    .cmnBtn.isW100sp{
        width: 100%;
        height: 5.9rem;
        border-radius: 0.5rem;
    }
    .cmnBtn.isW420{
        width: 100%;
        height: 7rem;
    }
    /* ホバー時 */
    .boxCmnBtn .cmnBtn::before {
        display: none!important;
    }
}

/*-----------------------------------------------
    isArrow
-----------------------------------------------*/
.isArrow{
    position: relative;
    width: 100%;
}
.isArrow:before,
.isArrow:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.6rem;
    height: 1px;
    background-color: var(--textColor);
    transition: .6s;
}
.isArrow:before{
    width: 0.4rem;
    transform: translateY(-0.1rem) rotate(32deg);
}
.isArrow.isWhite:before,
.isArrow.isWhite:after{
    background-color: var(--whiteColor);
}
.isArrow.isGray:before,
.isArrow.isGray:after{
    background-color: var(--grayColor_light7);
}
a:hover.isArrow:before,
a:hover .isArrow:before{
    animation: fuwafuwa2 .6s linear 2;
}
a:hover.isArrow:after,
a:hover .isArrow:after{
    animation: fuwafuwa .6s linear 2;
}

@keyframes fuwafuwa{
    0%{transform:translateX(0)}
    50%{transform:translateX(-5px)}
    100%{transform:translateX(0)}
}
@keyframes fuwafuwa2{
    0%{transform: translateY(-0.1rem) rotate(32deg) translateX(0)}
    50%{transform: translateY(0.2rem) rotate(32deg) translateX(-5px)}
    100%{transform: translateY(-0.1rem) rotate(32deg) translateX(0)}
}
/*-----------------------------------------------
    boxCmnTag
-----------------------------------------------*/
.boxCmnTag{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.txtCmnTag{
    min-width: 15rem;
    padding: 0.9rem 1.3rem 1rem;
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_16);
    background-color: var(--grayColor_light2);
    text-align: center;
}
@media only screen and (max-width:1215px){
    .boxCmnTag{
        gap: 0.2rem;
    }
    .txtCmnTag{
        min-width: 12rem;
        padding: 0.3rem 1rem 0.4rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
    }
}

/*-----------------------------------------------
    boxCmnListTag
-----------------------------------------------*/
.boxCmnListTag{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.boxCmnListTag .itemTag{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 2.9rem 0.9rem;
    color: var(--whiteColor);
}
.boxCmnListTag .itemTag .tag{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_17);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .boxCmnListTag .itemTag{
        padding: 0.3rem 2.2rem 0.5rem;
    }
    .boxCmnListTag .itemTag .tag{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
    }
}


/*-----------------------------------------------
    tag
-----------------------------------------------*/
.is_new{
    background-color: var(--is_newColor);
    color: var(--textColor)!important;
}
.is_receipt{
    background-color: var(--is_receiptColor);
}
.is_open{
    background-color: var(--is_openColor);
}
.is_end{
    background-color: var(--is_endColor);
}

/*-----------------------------------------------
    boxCmnMore
-----------------------------------------------*/
.boxCmnMore{
    position: relative;
    width: 20rem;
    padding-bottom: 2rem;
    margin: 0 0 0 auto;
}
.boxCmnMore::before,
.boxCmnMore::after {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--textColor);
}
.boxCmnMore::after{
    transform: scale(0, 1);
    transition: transform 0.8s;
    transform-origin: right top;
    background-color: var(--grayColor_light);
}
a:hover .boxCmnMore::after{
    transform-origin:left top;
    transform: scale(1, 1)
}
.boxCmnMore.fWhite{
    color: var(--whiteColor);
}
.boxCmnMore.fWhite::before{
    background-color: var(--whiteColor);
}
.boxCmnMore .txtMore{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_50);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .boxCmnMore{
        width: 100%;
        padding-bottom: 1.5rem;
        margin: 0 auto;
    }
    .boxCmnMore .txtMore{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
    }
}


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

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

/*-----------------------------------------------
	animeLoadLeft
-----------------------------------------------*/
.animeLoadLeft{
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.animeLoadLeft.jsShow{
    animation: animetionLeft 1s cubic-bezier(.785,.135,.15,.86) .5s normal forwards;
}
@keyframes animetionLeft{
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    to {
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
    }
}

/*-----------------------------------------------
	pagination
-----------------------------------------------*/
.swiper-pagination.cmnPagination{
    position: static;
	padding-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.swiper-pagination.cmnPagination .swiper-pagination-bullet{
    background: var(--paginationColor);
    margin: 0!important;
    opacity: 1;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
}
.swiper-pagination.cmnPagination .swiper-pagination-bullet-active{
    background: var(--paginationActiveColor);
}
@media only screen and (max-width:1215px){
    .swiper-pagination.cmnPagination{
        padding-top: 2rem;
    }
}

/*-----------------------------------------------
    secCmnContact
-----------------------------------------------*/
.secCmnContact{
    margin-top: var(--footerPc);
    background-color: var(--grayColor_light2);
    padding: 15rem 0;
}
/* boxTit */
.secCmnContact .boxTit{
    display: flex;
    align-items: center;
}
.secCmnContact .boxTit .txtEng{
    font-size: var(--pcFontSize40);
}
.secCmnContact .boxTit .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_32);
    padding: 1rem 0 1rem 6rem;
    margin-left: 6rem;
    border-left: 1px solid var(--grayColor_light5);
}
/* boxList */
.secCmnContact .boxList{
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: 7rem;
}
.secCmnContact .boxList .boxCmnBtn {
    margin-top: 0;
}
@media only screen and (max-width:1215px){
    .secCmnContact{
        margin-top: var(--footerSp);
        padding: 5.5rem 0 8rem;
    }
    /* boxTit */
    .secCmnContact .boxTit{
        flex-direction: column;
        align-items: center;
    }
    .secCmnContact .boxTit .txtEng{
        text-align: center;
        font-size: var(--spFontSize30);
        letter-spacing: var(--spLetterSpacing30_50);
    }
    .secCmnContact .boxTit .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_21);
        padding: 0;
        margin: 1.5rem 0 0;
        border: none;
    }
    /* boxList */
    .secCmnContact .boxList{
        gap: 1rem;
        margin-top: 2.5rem;
    }
}

/*-----------------------------------------------
    header
-----------------------------------------------*/
#header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 11rem;
    color: var(--whiteColor);
    z-index: 99;
}
#header .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 17rem 0 4rem;
}
#header:before {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background-image: linear-gradient(0deg, var(--blackColor_0) 0%, var(--blackColor) 100%);
    opacity: 0.4;
    z-index: -1;
}
/* boxLink */
#header .boxList{
    display: flex;
    gap: 3rem;
}
#header .boxList .link{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_27);
    letter-spacing: var(--pcLetterSpacing15_50);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    #header{
        height: 6rem;
    }
    #header .wrapper {
        padding: 0 0 0 2rem;
    }
    #header .boxLogo {
        width: 9rem;
    }
    #header:before,
    #header .boxList{
        display: none;
    }
}

/*-----------------------------------------------
    btnNavi
-----------------------------------------------*/
.btnNavi{
    position: fixed;
    top: 0;
    right: 0;
    width: 11rem;
    height: 11rem;
    z-index: 99;
}
.isForm .btnNavi{
    position: absolute;
}
.btnNavi .btnInner{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
    width: 100%;
    height: 100%;
    background-color: var(--blackColor_light);
}
.btnNavi .border{
    position:absolute;
    width: 3rem;
    height: 1.4rem;
    bottom: 3.8rem;
    left: 0;
    right: 0;
    margin: auto;
}
.btnNavi .border::after,
.btnNavi .border::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.2rem;
    background-color: var(--whiteColor);
    left:0;
    transition: 0.5s;
}
.btnNavi .border::after{
    top: 0;
}
.btnNavi .border::before{
    bottom: 0;
}
.btnNavi .txt{
    text-align: center;
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_50);
}
/* btnMenuNavi */
#btnMenuNavi{
    position: absolute;
}
#btnMenuNavi .btnInner{
    background-color: transparent;
    align-items: flex-end;
    padding-bottom: 3.5rem;
}
#btnMenuNavi .border{
    width: 2.5rem;
}
#btnMenuNavi .border::after,
#btnMenuNavi .border::before{
    background-color: var(--blackColor_light);
}
#btnMenuNavi .border::after{
    transform: translateY(-1.4rem) rotate(41deg);
}
#btnMenuNavi .border::before{
    transform: translateY(-2.6rem) rotate(-41deg);
}
@media only screen and (max-width:1215px){
    .btnNavi{
        width: 6rem;
        height: 6rem;
    }
    .btnNavi .btnInner{
        padding-bottom: 1.8rem;
    }
    .btnNavi .border{
        width: 2rem;
        height: 0.8rem;
        bottom: 1.9rem;
    }
    .btnNavi .border::after,
    .btnNavi .border::before{
        height: 1px;
    }
    .btnNavi .txt{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_0);
        transform: scale(0.9);
    }
    /* btnMenuNavi */
    #btnMenuNavi{
        top: 1rem;
        right: 1rem;
    }
    #btnMenuNavi .btnInner{
        padding-bottom: 0;
    }
    #btnMenuNavi .border{
        width: 2.5rem;
    }
    #btnMenuNavi .border::after{
        transform: translateY(-0.3rem) rotate(41deg);
    }
    #btnMenuNavi .border::before{
        transform: translateY(-1rem) rotate(-41deg);
    }
    #btnMenuNavi .txt{
        display: none;
    }
}

/*-----------------------------------------------
    fNav
-----------------------------------------------*/
#fNav,
.isForm #fNav{
    display: none;
}
@media only screen and (max-width:1215px){
    #fNav{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        transition: 0.4s;
        opacity: 0;
        pointer-events: none;
    }
    #fNav.isShow{
        opacity: 1;
        pointer-events: auto;
    }
    #fNav .boxNav{
        display: flex;
    }
    #fNav .item{
        width: calc(100% / 3);
        background-color: var(--brownColor_light);
    }
    #fNav .item:nth-child(even){
        background-color: var(--brownColor_dark);
    }
    #fNav .itemInner{
        display: block;
        height: 6.4rem;
        color: var(--whiteColor);
        font-size: var(--spFontSize11);
        text-align: center;
        padding: 3.8rem 0 0;
        background: center 1.4rem / auto 1.6rem no-repeat;
    }
    #fNav .isCatalog .itemInner{
        background-image: url(../img/common/iconCatalog.png);
    }
    #fNav .isReserve .itemInner{
        background-image: url(../img/common/iconReserve.png);
    }
    #fNav .isTel .itemInner{
        background-image: url(../img/common/iconTel.png);
    }
}


/*-----------------------------------------------
    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.2s ease-in-out;
    background-color: var(--menuColor);
    padding: 20rem 3rem;
}
#menu a{
    pointer-events: none;
}
body.isMenuOpen #menu{
    opacity: 1;
    pointer-events: auto;
}
body.isMenuOpen #menu a{
    pointer-events: auto;
}
/* boxLogo */
#menu .boxLogo{
    position: absolute;
    top: 10rem;
    left: 10rem;
}
/* wrapper */
#menu .wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* boxBtnList */
#menu .wrapper .boxBtnList{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#menu .boxBtnList .boxCmnBtn{
    margin-top: 0;
}
/* boxLink */
#menu .boxLink{
    display: flex;
    gap: 7rem;
}
#menu .boxLink .boxList{
    width: 22rem;
    display: flex;
    flex-direction: column;
}
#menu .boxList .link{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_45);
    font-weight: bold;
}
/* boxInfo */
#menu .boxInfo{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 4rem;
    margin-top: 8rem;
}
/* boxTel */
#menu .boxTel{
    display: flex;
    margin-top: 4rem;
}
#menu .boxTel .txt{
    text-align: right;
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_50);
    margin-top: 1.3rem;
}
/* boxLicense */
#menu .boxLicense{
    margin-top: 3.3rem;
}
#menu .boxLicense .txt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_26);
    letter-spacing: var(--pcLetterSpacing12_50);
}
/* boxLink */
#menu .boxInfo .boxList2{
    display: flex;
    margin-top: 2rem;
    width: 100%;
}
#menu .boxList2 .item:not(:last-child){
    position: relative;
}
#menu .boxList2 .item:not(:last-child)::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--grayColor_dark);
}
#menu .boxList2 .link{
    padding:  0 1.2rem;
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_50);
}
#menu .boxList2 .istarget{
    position: relative;
    display: inline-block;
    padding-right: 1.5rem;
}
#menu .boxList2 .istarget::before,
#menu .boxList2 .istarget::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid var(--textColor);
    background-color: var(--menuColor);
}
#menu .boxList2 .istarget::after{
    top: 0.2rem;
    right: 0.2rem;
}
#menu .boxList2 .item:first-child .link{
    padding-left: 0;
}
/* boxSns */
#menu .boxSns{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
}
#menu .boxSns .txt{
    font-size: var(--pcFontSize11);
    letter-spacing: var(--pcLetterSpacing11_50);
}
#menu .boxSns .boxSnsList{
    display: flex;
    align-items: center;
    gap: 2rem;
}
@media only screen and (max-width:1215px){
    #menu{
        padding: 10.5rem 0 4rem;
        overflow: scroll;
    }
    /* boxLogo */
    #menu .boxLogo{
        top: 5rem;
        left: 3rem;
        width: 11.4rem;
    }
    /* wrapper */
    #menu .wrapper{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    /* boxBtnList */
    #menu .wrapper .boxBtnList{
        width: 100%;
        gap: 1rem;
        margin-top: 3rem;
    }
    #menu .boxBtnList .boxCmnBtn{
        margin-top: 0;
    }
    #menu .boxBtnList .cmnBtn.isW420 {
        height: 6.5rem;
        padding: 0 1.5rem !important;
    }
    #menu .boxBtnList .txtBtn {
        font-size: var(--spFontSize14);
    }
    /* boxLink */
    #menu .boxLink{
        flex-wrap: wrap;
        gap: 2rem;
    }
    #menu .boxLink .boxList{
        width: 100%;
    }
    #menu .boxLink .boxList:not(:last-child){
        padding-bottom: 1.5rem;
        border-bottom: 1px solid var(--menuBorder);
    }
    #menu .boxList .link{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_36);
        font-weight: normal;
        width: 100%;
        display: block;
    }
    /* boxInfo */
    #menu .boxInfo{
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 4rem;
        margin-top: 4rem;
    }
    /* boxTel */
    #menu .boxTel{
        margin-top: 0;
    }
    #menu .boxTel .num{
        width: 18rem;
    }
    #menu .boxTel .txt{
        text-align: left;
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
        margin-top: 1rem;
    }
    /* boxLicense */
    #menu .boxLicense{
        margin-top: 2.2rem;
    }
    #menu .boxLicense .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    /* boxLink */
    #menu .boxInfo .boxList2{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 3.5rem;
        gap: 2rem 0;
    }
    #menu .boxList2 .item::after{
        display: none!important;
    }
    #menu .boxList2 .link{
        padding: 0;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    #menu .boxList2 .istarget{
        padding-right: 1.2rem;
    }
    #menu .boxList2 .item:last-child{
        width: 100%;
    }
    #menu .boxList2 .item:last-child .link{
        width: 14.5rem;
        height: 4rem;
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--grayColor_dark2);
        border-radius: 0.5rem;
    }
    #menu .boxList2 .item:nth-child(3) .link{
        padding-right: 0;
    }
    #menu .boxList2 .item:first-child .link{
        padding-left: 0;
    }
    /* boxSns */
    #menu .boxSns{
        position: static;
        justify-content: flex-end;
        width: 100%;
        gap: 2rem;
        margin-top: 4rem;
    }
    #menu .boxSns .txt{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
    }
    #menu .boxSns .boxSnsList{
        gap: 2rem;
    }
    #menu .boxSns .item{
        width: 3rem;
    }
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    margin-top: var(--footerPc);
    background-color: var(--blackColor_light);
    padding: 11rem 0;
    color: var(--whiteColor);
}
.isForm #footer,
.secCmnContact + #footer{
    margin-top: 0!important;
}
.isForm .boxCmnBack + #footer{
    margin-top: var(--footerPc)!important;
}
#footer .wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
}
/* boxAddress */
#footer .boxAddress{
    margin-top: 2.5rem;
}
#footer .boxAddress .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_26);
    letter-spacing: var(--pcLetterSpacing14_50);
}
#footer .boxAddress .link{
    margin-top: 0.5rem;
    display: inline-block;
}
/* boxTel */
#footer .boxTel{
    display: flex;
    margin-top: 4rem;
}
#footer .boxTel .txt{
    text-align: right;
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_50);
    margin-top: 1.3rem;
}
/* boxLicense */
#footer .boxLicense{
    margin-top: 3.3rem;
}
#footer .boxLicense .txt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_26);
    letter-spacing: var(--pcLetterSpacing12_50);
}
/* boxLink */
#footer .boxInfo .boxList2{
    display: flex;
    margin-top: 3rem;
}
#footer .boxList2 .item:not(:last-child){
    position: relative;
}
#footer .boxList2 .item:not(:last-child)::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--grayColor_dark);
}
#footer .boxList2 .link{
    padding:  0 1.2rem;
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_50);
}
#footer .boxList2 .istarget{
    position: relative;
    display: inline-block;
    padding-right: 1.5rem;
}
#footer .boxList2 .istarget::before,
#footer .boxList2 .istarget::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid var(--whiteColor);
    background-color: var(--blackColor_light);
}
#footer .boxList2 .istarget::after{
    top: 0.2rem;
    right: 0.2rem;
}
#footer .boxList2 .item:first-child .link{
    padding-left: 0;
}
/* boxBtm */
#footer .boxBtm{
    margin-top: 3rem;
}
/* boxSns */
#footer .boxSns{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
}
#footer .boxSns .txt{
    font-size: var(--pcFontSize11);
    letter-spacing: var(--pcLetterSpacing11_50);
}
#footer .boxSns .boxSnsList{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
#footer #copy{
    font-size: var(--pcFontSize11);
    color: var(--grayColor_dark2);
    display: inline-block;
}
/* boxLink */
#footer .boxLink{
    display: flex;
    gap: 10rem;
}
#footer .boxLink .boxList{
    display: flex;
    flex-direction: column;
}
#footer .boxList .link{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    #footer{
        padding: 8rem 0 12rem;
        margin-top: var(--footerSp);
    }
    .isForm .boxCmnBack + #footer{
        margin-top: var(--footerSp)!important;
    }
    #footer .wrapper{
        flex-wrap: wrap;
    }
    /* boxLogo */
    #footer .boxLogo{
        width: 14.6rem;
        display: inline-block;
    }
    /* boxAddress */
    #footer .boxAddress{
        margin-top: 2.5rem;
    }
    #footer .boxAddress .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    #footer .boxAddress .link{
        margin-top: 1rem;
        width: 7.4rem;
    }
    /* boxTel */
    #footer .boxTel{
        margin-top: 3rem;
    }
    #footer .boxTel .num{
        width: 18rem;
    }
    #footer .boxTel .txt{
        text-align: left;
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
        margin-top: 1rem;
    }
    /* boxLicense */
    #footer .boxLicense{
        margin-top: 2.2rem;
    }
    #footer .boxLicense .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    /* boxLink */
    #footer .boxInfo .boxList2{
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 3.5rem;
        gap: 3.8rem 0;
    }
    #footer .boxList2 .item:nth-child(3)::after{
        display: none;
    }
    #footer .boxList2 .link{
        padding:  0 1rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    #footer .boxList2 .istarget{
        padding-right: 1.2rem;
    }
    #footer .boxList2 .item:last-child{
        width: 100%;
    }
    #footer .boxList2 .item:last-child .link{
        width: 14.5rem;
        height: 4rem;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--grayColor_dark2);
        border-radius: 0.5rem;
    }
    #footer .boxList2 .item:nth-child(3) .link{
        padding-right: 0;
    }
    #footer .boxList2 .item:first-child .link{
        padding-left: 0;
    }
    /* boxBtm */
    #footer .boxBtm{
        margin-top: 4rem;
        text-align: center;
    }
    /* boxSns */
    #footer .boxSns{
        position: static;
        flex-direction: column;
        gap: 2rem;
    }
    #footer .boxSns .txt{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
    }
    #footer .boxSns .boxSnsList{
        gap: 2rem;
    }
    #footer .boxSns .item{
        width: 3rem;
    }
    #footer #copy{
        margin-top: 2rem;
        font-size: var(--spFontSize10);
    }
    /* boxLink */
    #footer .boxLink{
        display: none;
    }
}

/*-----------------------------------------------
    pnkz
-----------------------------------------------*/
#pnkz{
    font-size: 0;
    margin: 2.2rem 4.8rem 0;
}
#pnkz .boxList{
    text-align: left;
    position: relative;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#pnkz .boxList::-webkit-scrollbar{
    display: none;
}
#pnkz li{
	display: inline;
	font-size: var(--pcFontSize13);
	line-height: var(--pcLineHeight13_22);
	letter-spacing: var(--pcLetterSpacing13_50);
    color: var(--grayColor_dark3);
}
#pnkz li::after{
	content: ">";
    color: var(--grayColor_light6);
	margin: 0 0.5rem;
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    color: var(--grayColor_light6);
    text-decoration: none;
}
@media only screen and (max-width:1215px){
	#pnkz{
        width: 92%;
        margin: 1.8rem auto 0;
	}
	#pnkz li{
		font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        letter-spacing: var(--spLetterSpacing12_0);
	}
}

/*-----------------------------------------------
    secCmnHero
-----------------------------------------------*/
.secCmnHero{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    height: 40rem;
    padding-bottom: 12.5rem;
    color: var(--whiteColor);
    background: center top / cover no-repeat, var(--blackColor_light);
    background-image: url(../img/company/bgCmnHero.jpg);
}
.secCmnHero:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blackColor);
    opacity: 0.1;
}
.secCmnHero .titEng,
.secCmnHero .tit{
    position: relative;
    z-index: 1;
}
.secCmnHero .titEng{
    font-size: var(--pcFontSize55);
    letter-spacing: var(--pcLetterSpacing55_30);
}
.secCmnHero .tit{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    margin-top: 1.3rem;
}
@media only screen and (max-width:1215px){
    .secCmnHero{
        height: 25rem;
        padding-bottom: 8.2rem;
        background-image: url(../img/company/bgCmnHero_sp.jpg);
    }
    .secCmnHero:after{
        opacity: 0.15;
    }
    .secCmnHero .titEng{
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing26_50);
    }
    .secCmnHero .tit{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
        margin-top: 0.8rem;
    }
}
/*-----------------------------------------------
    secCmnIndexPager
-----------------------------------------------*/
.secCmnIndexPager{
    margin-top: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmnIndexPager .boxList{
    display: inline-flex!important;
    flex-wrap: wrap!important;
    align-items: center;
    gap:0!important;
    margin-top:0!important;
}
.secCmnIndexPager .btn{
    min-width: 3rem;
    height: 3rem;
    text-align: center;
    color: var(--blackColor);
    background-color: transparent;
}
.secCmnIndexPager li + li{
    margin-left: 0.6rem;
}
.secCmnIndexPager li:not(.btn){
    margin-left: 0;
}
.secCmnIndexPager .btn.on + li:not(.btn){
    margin-left: 0.5rem;
}
.secCmnIndexPager .btn.on{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: none;
    background-color: var(--grayColor_light8);
    border-radius: 100%;
}
.secCmnIndexPager .btn.dots{
    min-width: 2rem;
    display: flex;
    align-items: center;
}
.secCmnIndexPager .btnNext .inner,
.secCmnIndexPager .btnPrev .inner{
    position: relative;
}
.secCmnIndexPager .btnNext .inner::after,
.secCmnIndexPager .btnPrev .inner:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1.6rem;
    height: 0.4rem;
}
.secCmnIndexPager.lazyloaded .btnNext .inner::after,
.secCmnIndexPager.lazyloaded .btnPrev .inner:after{
    background: url(../img/common/iconArrow_Circle.png) center top / cover no-repeat;
}
.secCmnIndexPager .btnPrev .inner::after{
    transform: scaleX(-1);
}
.secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnNext .inner:before,
.secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnPrev .inner:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: -5rem;
    width: 3rem;
    height: 0.1rem;
    background-color: var(--blackColor_light);
}
.secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnPrev .inner::before{
    left: auto;
    right: -5rem;
}
.secCmnIndexPager a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.secCmnIndexPager li span,
.secCmnIndexPager li .inner{
    font-size: var(--pcFontSize18);
    font-weight: bold;
    padding-bottom: 0.2rem;
}
.secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnPrev,
.secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnNext{
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 100%;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}
.secCmnIndexPager .btnPrev{
    margin-right: 7rem;
}
.secCmnIndexPager .btnNext{
    margin-left: 7rem;
}
.secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnPrev,
.secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnNext{
    border: none;
}
.secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnPrev a,
.secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnNext a{
    border: 0.1rem solid var(--blackColor_light);
    background-color: var(--blackColor_light);
    border-radius: 100%;
}
@media only screen and (max-width:1215px){
    .secCmnIndexPager{
        margin-top: 3rem;
    }
    .secCmnIndexPager .btn{
        min-width: 2.5rem;
        height: 2.5rem;
    }
    .secCmnIndexPager li + li{
        margin-left: 0.4rem;
    }
    .secCmnIndexPager .btnNext .inner::after,
    .secCmnIndexPager .btnPrev .inner:after{
        width: 0.8rem;
        height: 0.2rem;
    }
    .secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnNext .inner:before,
    .secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnPrev .inner:before{
        left: -2.5rem;
        width: 1.5rem;
    }
    .secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnPrev .inner::before{
        left: auto;
        right: -2.5rem;
    }
    .secCmnIndexPager li span,
    .secCmnIndexPager li .inner{
        font-size: var(--spFontSize16);
    }
    .secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnPrev,
    .secCmnIndexPager:not(.secCmnIndexPagerDetails) .btnNext{
        width: 3.5rem;
        height: 3.5rem;
    }
    .secCmnIndexPager .btnPrev{
        margin-right: 3rem;
    }
    .secCmnIndexPager .btnNext{
        margin-left: 3rem;
    }
}
/*-----------------------------------------------
    secDetailsPager
-----------------------------------------------*/
.secDetailsPager{
    position: relative;
    margin-top: 18rem;
    min-height: 18rem;
}
.secDetailsPager .boxBtnPager{
    display: flex;
}
.secDetailsPager .btnPrev,
.secDetailsPager .btnNext{
    width: 32.418%;
    color: inherit;
    text-decoration: none;
    overflow: visible;
}
.secDetailsPager .btnNext{
    margin: 0 0 0 auto;
}
.secDetailsPager .boxCmnBack{
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(50% - 130px);
    top: 0;
    margin-top: 16rem;
}
.secDetailsPager .boxCmnBack:only-child{
    position: static;
    margin: 0 auto;
}
.secDetailsPager .txtPager{
    position: absolute;
    top: -4rem;
    left: 0;
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_50);
    font-weight: bold;
    display: inline-block;
    padding-right: 11rem;
    margin-bottom: 1rem;
}
.secDetailsPager .btnNext .txtPager{
    left: auto;
    right: 0;
    padding: 0 0 0 11rem;
}
.secDetailsPager .txtPager:after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10rem;
    height: 1px;
    background-color: var(--textColor);
}
.secDetailsPager .btnNext .txtPager:after{
    left: 0;
    right: auto;
}
@media only screen and (max-width:1215px){
    .secDetailsPager{
        min-height: auto;
        margin-top: 6rem;
    }
    .secDetailsPager .boxBtnPager{
        position: relative;
        flex-direction: column;
        border-top: 1px solid var(--grayColor_light3);
    }
    .secDetailsPager .btnPrev,
    .secDetailsPager .btnNext{
        width: 100%;
        height: auto;
        border-bottom: 1px solid var(--grayColor_light3);
    }
    .secDetailsPager .txt{
        font-size: 12px;
    }
    .secDetailsPager .boxCmnBack{
        height: auto;
        position: static;
        margin: 5rem auto 0;
    }
    .secDetailsPager .boxCmnBack:only-child{
        position: static;
        margin: 0 auto;
    }
    .secDetailsPager .txtPager{
        top: -2.5rem;
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
        padding-right: 4.5rem;
        margin-bottom: 1rem;
    }
    .secDetailsPager .btnNext .txtPager{
        padding: 0 0 0 4.5rem;
    }
    .secDetailsPager .txtPager:after{
        width: 4rem;
    }
}


/*-----------------------------------------------
    secNoListData
-----------------------------------------------*/
.secNoListData{
	text-align:center;
	padding:10rem 0;
	font-size:var(--pcFontSize16);
	line-height: var(--pcLineHeight16_30);
}
.secNoListData.fWhite{
	color:var(--whiteColor);
}
@media only screen and (max-width:1215px){
	.secNoListData{
		padding:8rem 0;
        font-size:var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
	}
}

/*-----------------------------------------------
    boxCmnBack
-----------------------------------------------*/
.boxCmnBack{
    width: 30rem;
    margin: 10rem auto 0;
}
.boxCmnBack .link{
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--grayColor_light);
}
.boxCmnBack .link .txt{
    position: relative;
    width: 100%;
    height: 4.2rem;
    font-size: var(--pcFontSize16);
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxCmnBack .link .txt:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    border: 1px solid var(--grayColor_light9);
    background: center center / 1.2rem auto no-repeat, var(--whiteColor);
    transition: 0.3s;
}
.boxCmnBack .link:hover .txt:before{
    background-position: 40% center;
}
.boxCmnBack .link.lazyloaded .txt:before{
    background-image: url(../img/common/iconArrow_back.png);
}
@media only screen and (max-width:1215px){
    .boxCmnBack{
        width: 18.5rem;
        margin: 5rem auto 0;
    }
    .boxCmnBack .link{
        padding-bottom: 1.2rem;
    }
    .boxCmnBack .link .txt{
        height: 3.2rem;
        font-size: var(--spFontSize14);
    }
    .boxCmnBack .link .txt:before{
        width: 3.2rem;
        height: 3.2rem;
        background-size: 0.8rem auto;
    }
    .boxCmnBack .link.lazyloaded .txt:before{
        background-image: url(../img/common/iconArrow_back_sp.png);
    }
}

/*-----------------------------------------------
    boxCmnShare
-----------------------------------------------*/
.boxSticky{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.boxSticky > .wrapper:not(.wrapperSp){
    width: 100%;
}
.is_sticky#container{
    overflow: visible;
    contain: paint;
}
.boxCmnShare{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.boxCmnShare p.linkShare{
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_50);
    margin-right: 1.3rem;
}
.boxCmnShare .box{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.boxDetails .boxCmnShare.is_sticky{
    position: sticky;
    top: 10rem;
    right: 6rem;
    width: 0;
    z-index: 1;
    display: none;
}
.boxDetails .boxCmnShare.is_sticky p.linkShare{
    transform: rotate(90deg);
    margin: 0 0 0 0.5rem;
    white-space: nowrap;
    text-shadow: 0px -1px 0px var(--whiteColor), 0px 1px 0px var(--whiteColor), -1px 0px 0px var(--whiteColor), 1px 0px 0px var(--whiteColor);
}
.boxDetails .boxCmnShare.is_sticky .box{
    margin-top: 4rem;
}
@media only screen and (max-width:1215px){
    .boxCmnShare{
        flex-direction: row;
        justify-content: flex-end;
        gap: 0.5rem;
    }
    .boxCmnShare p.linkShare{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
        margin-right: 1.3rem;
    }
    .boxCmnShare .box{
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    }
    .boxCmnShare .box a{
        width: 3rem;
    }
    .boxDetails .boxCmnShare.is_sticky{
        width: auto;
        top: 1rem;
        right: 1.5rem;
        left: 0;
    }
    .boxDetails .boxCmnShare.is_sticky p.linkShare{
        transform: inherit;
        margin: 0;
        text-shadow: none;
    }
    .boxDetails .boxCmnShare.is_sticky .box{
        margin-top: 0;
    }
}

/*-----------------------------------------------
    boxCmnCategory
-----------------------------------------------*/
.boxCmnCategory .tit{
    position: relative;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
    display: inline-block;
    padding-right: 17rem;
}
.boxCmnCategory .tit::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15rem;
    height: 1px;
    background-color: var(--blackColor_light);
}
.boxCmnCategory .boxCmnList{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 3rem;
}
.boxCmnCategory .boxCmnList .item{
    width: 14rem;
    height: auto;
}
.boxCmnCategory .boxCmnList .link{
    width: 100%;
    min-height: 6rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
    letter-spacing: var(--pcLetterSpacing14_50);
    border-radius: 0.5rem;
    border: 1px solid var(--grayColor_light10);
    background-color: var(--whiteColor);
}
.boxCmnCategory .boxCmnList .link.active{
    background-color: var(--brownColor_light);
    color: var(--whiteColor);
    border-color: var(--brownColor_light);
    pointer-events:none;
}
@media only screen and (max-width:1215px){
    .boxCmnCategory .tit{
        font-size: var(--spFontSize14);
        padding-right: 5.2rem;
    }
    .boxCmnCategory .tit::after{
        width: 4rem;
    }
    .boxCmnCategory .boxCmnList{
        gap: 0.5rem;
        margin-top: 2rem;
    }
    .boxCmnCategory .boxCmnList .item{
        width: 23.19%;
    }
    .boxCmnCategory .boxCmnList .link{
        padding: 1rem 0.5rem;
        min-height: 3.6rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        letter-spacing: var(--spLetterSpacing11_0);
    }
}

/*-----------------------------------------------
    boxCmnTagDown
-----------------------------------------------*/
.boxCmnTagDown .tit{
    position: relative;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
    display: inline-block;
    padding-right: 17rem;
}
.boxCmnTagDown .tit::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15rem;
    height: 1px;
    background-color: var(--blackColor_light);
}
/* boxClickTag */
.boxCmnTagDown .boxClickTag{
    margin-top: 2.7rem;
    color: var(--whiteColor);
}
.boxCmnTagDown .boxClickTag .clickTag{
    position: relative;
    width: 40rem;
    height: 8.1rem;
    background-color: var(--cmnBtnColor);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3rem;
    border-radius: 0.5rem;
}
.boxCmnTagDown .boxClickTag .clickTag::before,
.boxCmnTagDown .boxClickTag .clickTag::after{
    position: absolute;
    content: "";
    margin: auto;
    top: 0.2rem;
    bottom: 0;
    right: 3rem;
    width: 1.5rem;
    height: 1px;
    background: var(--whiteColor);
}
.boxCmnTagDown .boxClickTag .clickTag::after{
    transition: all .3s;
    transform: rotate(90deg);
}
.boxCmnTagDown .boxClickTag .clickTag.on::after{
    transform: rotate(0);
}
.boxCmnTagDown .boxClickTag .txtTag{
    position: relative;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_40);
    color: var(--whiteColor);
    padding-left: 2.6rem;
}
.boxCmnTagDown .boxClickTag .txtTag::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0.2rem;
    bottom: 0;
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/common/iconTag.png) center top / cover no-repeat;
}
/* boxSubList */
.boxCmnTagDown .boxSubList{
    display: none;
    padding: 1.2rem 3.2rem 1.5rem;
    background: var(--grayColor_light11);
    max-height: 25rem;
    overflow-y: scroll;
}
.boxCmnTagDown .boxSubList::-webkit-scrollbar {
    width: 0.7rem;
}
.boxCmnTagDown .boxSubList::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background-color: var(--blackColor_10);
}
.boxCmnTagDown .item{
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
    background: linear-gradient(to right, #757575 0, #fff 1px, #fff 2px) left bottom / 2px 1px repeat-x;
}
.boxCmnTagDown .item:last-child{
    background: none;
}
.boxCmnTagDown input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.boxCmnTagDown .labelCheck{
    width: 100%;
    position: relative;
    display: inline-block;
}
.boxCmnTagDown .txtCheck{
    display: inline-flex;
    align-items: center;
    font-size: 0;
    width: 100%;
}
.boxCmnTagDown .txtCheck .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
    padding: 1.5rem 0;
    width: 100%;
    color: var(--blackColor);
    margin: 0;
    display: block;
}
/* boxSelectTag */
.boxCmnTagDown .boxSelectTag .flBox{
    margin-top: 3rem;
    display: flex;
}
.boxCmnTagDown .boxSelectTag .titResult{
    font-size: var(--pcFontSize14);
    color: var(--grayColor_light13);
}
.boxCmnTagDown .boxSelectTag .closeBtn{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_50);
    color: var(--grayColor_light13);
    margin-left: auto;
    position: relative;
    right: -0.6rem;
}
.boxCmnTagDown .boxSelectTag .selectBox{
    margin-top: 2rem;
    background: var(--grayColor_light2);
    padding: 4rem 4.5rem;
    border-radius: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.boxCmnTagDown .boxSelectTag .selectTit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_22);
    color: var(--grayColor_light);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .boxCmnTagDown .tit{
        font-size: var(--spFontSize14);
        padding-right: 5.2rem;
    }
    .boxCmnTagDown .tit::after{
        width: 4rem;
    }
    /* boxClickTag */
    .boxCmnTagDown .boxClickTag{
        margin-top: 0;
    }
    .boxCmnTagDown .boxClickTag .clickTag{
        width: 100%;
        height: 6.1rem;
        border-radius: 0.5rem;
        padding: 1.5rem;
        margin-top: 2rem;
    }
    .boxCmnTagDown .boxClickTag .clickTag::before,
    .boxCmnTagDown .boxClickTag .clickTag::after{
        top: 0.2rem;
        right: 1.5rem;
        width: 1.3rem;
    }
    .boxCmnTagDown .boxClickTag .txtTag{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
        padding-left: 2.2rem;
    }
    .boxCmnTagDown .boxClickTag .txtTag::before{
        width: 1.6rem;
        height: 1.6rem;
    }
    /* boxSubList */
    .boxCmnTagDown .boxClickTag .boxSubList{
        padding: 0.5rem 1.5rem;
        max-height: 20rem;
    }
    .boxCmnTagDown .txtCheck .txt {
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        padding: 0.5rem 0;
    }
    /* boxSelectTag */
    .boxCmnTagDown .boxSelectTag .flBox{
        margin-top: 2rem;
    }
    .boxCmnTagDown .boxSelectTag .titResult{
        font-size: var(--spFontSize14);
    }
    .boxCmnTagDown .boxSelectTag .closeBtn{
        font-size: var(--spFontSize12);
        right: 0;
    }
    .boxCmnTagDown .boxSelectTag .selectBox{
        margin-top: 1rem;
        padding: 1.8rem 2rem 2rem;
        gap: 1rem;
    }
    .boxCmnTagDown .boxSelectTag .selectTit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
    }
    /* boxTabNum */
    .boxCmnTagDown .boxTabNum{
        margin-top: 2.5rem;
    }
}