@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');
}

/*==============================
    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;
    --ColorOrange: #006cbd;
    --keysubColor: #20993b;
    --bgColor: #faf1e6;
    --bgColor001: #e8f2f5;
    --bgColor01: #20993b;
    --bgColor02: #f5efd3;
    --bgColor03: #faffff;
    --bgColor04: #ff651e;
    --bgColor05: #000000;
    --bgColor06: #f9f5ea;
    --bgColor07: #FFD700;
    --bgColor08: #FF8C00;
    --bgColor09: #FF4500;
    --bgColor10: #fcdc92;
    --bgColor11: #fde58f;
    --bgColor12: #fbf8f5;
    --bgColor13: #0f7aff;
    --bgColor14: #f2e2d0;
    --borderColor:#e0e3e3;
    --mustColor: #00d2ff;
    --Formicon: #8c8d97;
    --PlaceholderColor: #82838e;
    --Colorblack: #222;
    --Colorgray: #a7a7a7;
    --Colorwhite: #fff;
    --Coloryellow: #f9f871;
    --Colororane: #ffa61e;
    --Colorwhite_50: rgba(255, 255, 255, 0.5);
    --editor_linkColor: #295ea2;
    --editor_borderColor: #ccc;
    --newsBorder:#222222;
    --borderColor: #e0e3e3;
    --ColorOrange: #ffa81e;
    --ColorOrange1: #00d2ff;
    --ColorOrange2: #ff651e;
    --ColorOrange3: rgba(255, 101, 30, 0.8);
    --editor_linkColor: #295ea2;
    --editor_borderColor: #ccc;
    --Coloryellow2: #ffec1e;

    /* フォントサイズ（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;
    --pcFontSize35: 3.5rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcFontSize42: 4.2rem;
    --pcFontSize44: 4.4rem;
    --pcFontSize45: 4.5rem;
    --pcFontSize46: 4.6rem;
    --pcFontSize48: 4.8rem;
    --pcFontSize50: 5rem;
    --pcFontSize55: 5.5rem;
    --pcFontSize56: 5.6rem;
    --pcFontSize58: 5.8rem;
    --pcFontSize60: 6rem;
    --pcFontSize65: 6.5rem;
    --pcFontSize70: 7rem;
    --pcFontSize80: 8rem;
    --pcFontSize100: 10rem;
    --pcFontSize220: 22rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10);
    --pcLineHeight11_20: calc(20 / 11); 
    --pcLineHeight12_18: calc(18 / 12);
    --pcLineHeight12_24: calc(24 / 12);
    --pcLineHeight12_30: calc(30 / 12);
    --pcLineHeight12_45: calc(45 / 12);
    --pcLineHeight13_24: calc(24 / 13);
    --pcLineHeight13_26: calc(26 / 13);
    --pcLineHeight14_21: calc(21 / 14);
    --pcLineHeight14_26: calc(26 / 14);
    --pcLineHeight14_28: calc(28 / 14);
    --pcLineHeight14_30: calc(30 / 14);
    --pcLineHeight15_30: calc(30 / 15);
    --pcLineHeight15_36: calc(36 / 15);
    --pcLineHeight16_26: calc(26 / 16);
    --pcLineHeight16_30: calc(30 / 16);
    --pcLineHeight16_32: calc(32 / 16);
    --pcLineHeight16_40: calc(40 / 16);
    --pcLineHeight18_26: calc(26 / 18);
    --pcLineHeight18_36: calc(36 / 18);
    --pcLineHeight18_40: calc(40 / 18);
    --pcLineHeight20_30: calc(30 / 20);
    --pcLineHeight20_40: calc(40 / 20);
    --pcLineHeight20_42: calc(42 / 20);
    --pcLineHeight20_45: calc(45 / 20);
    --pcLineHeight20_60: calc(60 / 20);
    --pcLineHeight22_36: calc(36 / 22);
    --pcLineHeight22_45: calc(45 / 22);
    --pcLineHeight22_60: calc(60 / 22);
    --pcLineHeight24_26: calc(26 / 24);
    --pcLineHeight24_30: calc(30 / 24);
    --pcLineHeight24_36: calc(36 / 24);
    --pcLineHeight24_45: calc(45 / 24);
    --pcLineHeight24_50: calc(50 / 24);
    --pcLineHeight26_30: calc(30 / 26);
    --pcLineHeight28_42: calc(42 / 28);
    --pcLineHeight28_45: calc(45 / 28);
    --pcLineHeight30_45: calc(45 / 30);
    --pcLineHeight30_60: calc(60 / 30);
    --pcLineHeight30_80: calc(80 / 30);
    --pcLineHeight35_70: calc(70 / 35);
    --pcLineHeight36_45: calc(45 / 36);
    --pcLineHeight36_54: calc(54 / 36);
    --pcLineHeight36_60: calc(60 / 36);
    --pcLineHeight40_75: calc(75 / 40);
    --pcLineHeight40_84: calc(84 / 40);
    --pcLineHeight45_75: calc(75 / 45);
    --pcLineHeight50_75: calc(75 / 50);
    --pcLineHeight50_84: calc(84 / 50);
    --pcLineHeight58_68: calc(68 / 58);
    --pcLineHeight58_84: calc(84 / 58);
    --pcLineHeight58_90: calc(90 / 58);
    --pcLineHeight80_120: calc(120 / 80);
    --pcLineHeight100_140: calc(140 / 100);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em; 
    --pcLetterSpacing10_200: 0.2em; 
    --pcLetterSpacing11_100: 0.1em;
    --pcLetterSpacing12_50: 0.05em;
    --pcLetterSpacing12_80: 0.08em; 
    --pcLetterSpacing12_100: 0.1rem; 
    --pcLetterSpacing12_150: 0.15rem;
    --pcLetterSpacing13_50: 0.05em;
    --pcLetterSpacing13_80: 0.08em;
    --pcLetterSpacing13_100: 0.1rem; 
    --pcLetterSpacing13_200: 0.2rem;
    --pcLetterSpacing14_50: 0.05em;
    --pcLetterSpacing14_80: 0.08rem; 
    --pcLetterSpacing14_100: 0.1rem; 
    --pcLetterSpacing14_200: 0.2rem;
    --pcLetterSpacing15_50: 0.05em; 
    --pcLetterSpacing15_100: 0.1rem; 
    --pcLetterSpacing15_200: 0.2rem; 
    --pcLetterSpacing15_400: 0.4rem;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing16_80: 0.08em;
    --pcLetterSpacing16_100: 0.1rem; 
    --pcLetterSpacing18_50: 0.05em; 
    --pcLetterSpacing18_100: 0.1rem; 
    --pcLetterSpacing18_150: 0.15rem; 
    --pcLetterSpacing18_300: 0.15rem; 
    --pcLetterSpacing20_50: 0.05rem;
    --pcLetterSpacing20_80: 0.08em; 
    --pcLetterSpacing20_100: 0.1rem; 
    --pcLetterSpacing20_200: 0.2rem; 
    --pcLetterSpacing20_300: 0.3rem;
    --pcLetterSpacing22_50: 0.05em;
    --pcLetterSpacing22_80: 0.08em;
    --pcLetterSpacing22_100: 0.1rem; 
    --pcLetterSpacing22_200: 0.2rem; 
    --pcLetterSpacing22_300: 0.3rem; 
    --pcLetterSpacing24_80: 0.08em;
    --pcLetterSpacing24_200: 0.2rem;
    --pcLetterSpacing25_50: 0.05rem;
    --pcLetterSpacing25_100: 0.1rem;
    --pcLetterSpacing26_50: 0.05rem;
    --pcLetterSpacing26_80: 0.08rem; 
    --pcLetterSpacing26_100: 0.1rem;
    --pcLetterSpacing28_80: 0.08rem; 
    --pcLetterSpacing28_100: 0.1em; 
    --pcLetterSpacing28_200: 0.2rem;
    --pcLetterSpacing30_50: 0.05em;
    --pcLetterSpacing30_80: 0.08em; 
    --pcLetterSpacing30_100: 0.1rem;
    --pcLetterSpacing32_50: 0.05em;
    --pcLetterSpacing32_100: 0.1em;
    --pcLetterSpacing32_200: 0.2rem; 
    --pcLetterSpacing32_500: 0.5rem;
    --pcLetterSpacing34_50: 0.05em;
    --pcLetterSpacing34_100: 0.1rem; 
    --pcLetterSpacing34_200: 0.2rem;
    --pcLetterSpacing35_80: 0.08rem;
    --pcLetterSpacing36_80: 0.08rem;
    --pcLetterSpacing36_100: 0.1rem; 
    --pcLetterSpacing36_150: 0.5rem; 
    --pcLetterSpacing40_50: 0.05rem;
    --pcLetterSpacing40_80: 0.08rem;
    --pcLetterSpacing40_100: 0.1rem;
    --pcLetterSpacing40_150: 0.15rem;
    --pcLetterSpacing40_200: 0.2rem;
    --pcLetterSpacing40_500: 0.5rem;
    --pcLetterSpacing42_100: 0.1rem;  
    --pcLetterSpacing42_200: 0.2rem; 
    --pcLetterSpacing42_300: 0.3rem;
    --pcLetterSpacing45_80: 0.08rem;
    --pcLetterSpacing45_100: 0.3rem;
    --pcLetterSpacing48_100: 0.1rem;
    --pcLetterSpacing50_50: 0.05em;
    --pcLetterSpacing50_80: 0.08em;
    --pcLetterSpacing50_100: 0.1em;
    --pcLetterSpacing55_60: 0.06em;
    --pcLetterSpacing56_100: 0.1em;
    --pcLetterSpacing58_50: 0.05em;
    --pcLetterSpacing58_80: 0.08em;
    --pcLetterSpacing60_100: 0.1em;
    --pcLetterSpacing80_50: 0.05em;
    --pcLetterSpacing100_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));
    --spFontSize21: calc((21 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spFontSize23: calc((23 / 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));
    --spFontSize45: calc((45 / 375) * var(--widthBase));
    --spFontSize50: calc((50 / 375) * var(--widthBase));
    --spFontSize60: calc((60 / 375) * var(--widthBase));
    --spFontSize70: calc((70 / 375) * var(--widthBase));
    --spFontSize80: calc((80 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_15: calc(15 / 10); 
    --spLineHeight10_18: calc(18 / 10); 
    --spLineHeight10_20: calc(20 / 10); 
    --spLineHeight11_16: calc(16 / 11); 
    --spLineHeight11_165: calc(16.5 / 11); 
    --spLineHeight11_18: calc(18 / 11); 
    --spLineHeight11_20: calc(20 / 11); 
    --spLineHeight11_22: calc(22 / 11); 
    --spLineHeight11_25: calc(25 / 11); 
    --spLineHeight12_15: calc(15 / 12);
    --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);
    --spLineHeight12_28: calc(28 / 12); 
    --spLineHeight12_30: calc(30 / 12);
    --spLineHeight13_18: calc(18 / 13); 
    --spLineHeight13_195: calc(19.5 / 13); 
    --spLineHeight13_20: calc(20 / 13); 
    --spLineHeight13_169: calc(22 / 13);
    --spLineHeight13_24: calc(24 / 13);
    --spLineHeight13_26: calc(26 / 13);
    --spLineHeight14_20: calc(20 / 14); 
    --spLineHeight14_24: calc(24 / 14); 
    --spLineHeight14_26: calc(26 / 14); 
    --spLineHeight15_225: calc(22.5 / 15);
    --spLineHeight15_22: calc(22 / 15); 
    --spLineHeight15_24: calc(24 / 15); 
    --spLineHeight15_26: calc(26 / 15); 
    --spLineHeight15_27: calc(27 / 15);
    --spLineHeight15_28: calc(28 / 15);
    --spLineHeight15_30: calc(30 / 15);  
    --spLineHeight15_40: calc(40 / 15); 
    --spLineHeight15_45: calc(45 / 15);
    --spLineHeight16_24: calc(24 / 16);  
    --spLineHeight16_26: calc(26 / 16); 
    --spLineHeight16_27: calc(27 / 16); 
    --spLineHeight16_28: calc(28 / 16);
    --spLineHeight16_30: calc(30 / 16);
    --spLineHeight16_34: calc(34 / 16);
    --spLineHeight16_40: calc(40 / 16);
    --spLineHeight18_30: calc(30 / 18);
    --spLineHeight18_32: calc(32 / 18);
    --spLineHeight18_34: calc(34 / 18); 
    --spLineHeight18_36: calc(36 / 18); 
    --spLineHeight18_40: calc(40 / 18);
    --spLineHeight18_45: calc(45 / 18);  
    --spLineHeight20_36: calc(36 / 20); 
    --spLineHeight21_40: calc(40 / 21); 
    --spLineHeight22_36: calc(36 / 22); 
    --spLineHeight22_42: calc(42 / 22); 
    --spLineHeight24_40: calc(40 / 24); 
    --spLineHeight28_50: calc(50 / 28);
    --spLineHeight30_45: calc(45 / 30);
    --spLineHeight30_50: calc(50 / 30);

    /* letter-spacing（SP） */
    --spLetterSpacing0: 0; 
    --spLetterSpacing10_50: 0.05em; 
    --spLetterSpacing10_100: 0.1em; 
    --spLetterSpacing11_50: 0.05em; 
    --spLetterSpacing11_100: 0.1em; 
    --spLetterSpacing11_150: 0.15em;
    --spLetterSpacing12_50: 0.05em; 
    --spLetterSpacing12_100: 0.1rem; 
    --spLetterSpacing12_150: 0.15rem;
    --spLetterSpacing13_50: 0.05em;
    --spLetterSpacing13_80: 0.08em;  
    --spLetterSpacing13_100: 0.1rem; 
    --spLetterSpacing13_200: 0.2rem;
    --spLetterSpacing14_50: 0.05em; 
    --spLetterSpacing14_100: 0.1rem;
    --spLetterSpacing15_50: 0.05em; 
    --spLetterSpacing15_100: 0.1rem; 
    --spLetterSpacing15_200: 0.2rem;
    --spLetterSpacing16_50: 0.05rem;
    --spLetterSpacing16_80: 0.08rem; 
    --spLetterSpacing16_100: 0.1rem;
    --spLetterSpacing18_50: 0.05rem;
    --spLetterSpacing18_80: 0.08rem;
    --spLetterSpacing18_100: 0.1rem;  
    --spLetterSpacing18_200: 0.2rem;
    --spLetterSpacing20_50: 0.05rem;
    --spLetterSpacing20_150: 0.15rem;
    --spLetterSpacing21_100: 0.1rem;
    --spLetterSpacing21_150: 0.15rem;
    --spLetterSpacing22_50: 0.05rem; 
    --spLetterSpacing22_100: 0.1rem; 
    --spLetterSpacing23_50: 0.05em;
    --spLetterSpacing24_50: 0.05em;
    --spLetterSpacing25_60: 0.06em;
    --spLetterSpacing26_50: 0.05em;
    --spLetterSpacing26_400: 0.4rem;
    --spLetterSpacing28_100: 0.1rem; 
    --spLetterSpacing30_50: 0.05em; 
    --spLetterSpacing30_80: 0.08em; 
    --spLetterSpacing30_200: 0.2rem; 
    --spLetterSpacing34_200: 0.2rem; 
}

/*==============================
    基本設定
==============================*/
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:118rem;
}
@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;
}

.fIbm {
    font-family: "IBM Plex Sans", "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
}

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

/*rollover(brightnessによる変化)*/
.cursorPointer.brt:hover,
.cursorPointer .brt:hover,
.brt a:hover,
a.brt:hover,
a .brt:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.cursorPointer.brt,
.cursorPointer .brt,
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:1215px){
    .cursorPointer.brt:hover,
    .cursorPointer .brt:hover,
    .brt a:hover,
    a.brt:hover,
    a .brt:hover {
        filter: none;
}
}
/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover {
    opacity: 1;
}

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

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

/* container */
#container{
    overflow:hidden;
    max-width:192rem;
    width: 100%;
    margin:0 auto;
    background: url(../img/common/bgNoise.png) 0% 0% / 5rem 5rem repeat var(--bgColor);
}

@media only screen and (max-width:1215px) {
    #container:not(.topContainer) {
        background: url(../img/common/bgNoise.png) 0% 0% / 5rem 5rem repeat var(--bgColor);
        padding-top: 10.3rem;
        position: relative;
    }

    #container:not(.topContainer)::before {
        content: '';
        width: calc((335 / 375) * 100%);
        background: var(--Colorgray);
        height: 0.1rem;
        position: absolute;
        top: 7rem;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.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
-----------------------------------------------*/
.wrapper1000{
    max-width: calc(100% - 10rem);
    width: 100rem;
    margin: 0 auto;
}
.wrapper1380{
    max-width: calc(100% - 10rem);
    width: 138rem;
    margin: 0 auto;
}
.wrapper1500{
    max-width: calc(100% - 10rem);
    width: 150rem;
    margin: 0 auto;
}
.wrapper1520{
    max-width: calc(100% - 10rem);
    width: 152rem;
    margin: 0 auto;
}
.wrapper1550{
    max-width: calc(100% - 10rem);
    width: 155rem;
    margin: 0 auto;
}
.wrapper1700 {
    max-width: calc(100% - 10rem);
    width: 170rem;
    margin: 0 auto;
}
.wrapper1720 {
    max-width: calc(100% - 10rem);
    width: 172rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1000,
    .wrapper1380,
    .wrapper1500,
    .wrapper1520,
    .wrapper1700,
    .wrapper1720 {
        max-width: none;
        width: 100%;
    }
    .wrapperSp{
        width: calc((335 / 375) * 100%);
        margin: 0 auto;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    opacity: 0;
    transform: translate(0, 5rem);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide.jsShow{
    transform: none;
    opacity: 1;
}

/*-----------------------------------------------
	main
-----------------------------------------------*/
@media only screen and (max-width:1215px){
    #main{
        display: flex;
        flex-direction: column;
    }
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
    width: 100%;
    padding: 15rem 4rem 0;
    margin-bottom: 0rem;
}
#pnkz .boxList{
    display: flex;
    justify-content: flex-end;
}
#pnkz li{
	display: inline;
    font-size: var(--pcFontSize12);
    line-height:var(--pcLineHeight12_15);
    letter-spacing: var(--pcLetterSpacing12_100);
    color: var(--textColor);
}
#pnkz li::after{
	content: "/";
	margin: 0 0.3rem 0 0.4rem;
    color: var(--textColor);
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a {
    text-decoration: none;
}
#pnkz a{
    color: var(--Colorgray);
}
@media only screen and (max-width:1215px){
    #pnkz{
        padding: 1rem 0;
        order: 3;
    }
    #pnkz .boxList{
        justify-content: flex-start;
        white-space: nowrap;
        overflow-y: scroll;
        width: calc((335 / 375) * 100%);
        margin: 0 auto;
    }
    #pnkz li{
        font-size: var(--spFontSize10);
        line-height:var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing10_100);
    }
    #pnkz li::after{
        margin: 0 0.3rem 0 0.2rem;
    }
}

/* secCmnTit */
.secCmnTit{
    margin-top: 12rem;
    margin-bottom: 6rem;
}
.secCmnTit .titEng{
    margin-bottom: 4.8rem;
}
.secCmnTit .titJpn{
    padding-left: 6.4rem;
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_50);
    font-weight: bold;
    position: relative;
}
.secCmnTit .titJpn::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4.5rem;
    height: 2.3rem;
    background-color: var(--keysubColor);
    clip-path: polygon(50% 0, 100% 35%, 100% 65%, 50% 100%, 0 65%, 0 35%);
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
    .secCmnTit .titEng{
        margin-bottom: 1.5rem;
    }
    .secCmnTit .titJpn{
        padding-left: 3.5rem;
        font-size: var(--spFontSize16);
        letter-spacing: var(--pcLetterSpacing16_80);
    }
    .secCmnTit .titJpn::after{
        width: 2.6rem;
        height: 1.3rem;
        top: 0.2rem;
    }
}

/*-----------------------------------------------
    herder
-----------------------------------------------*/
@media only screen and (min-width:1216px){
    .headColor{
        position: relative;
    }
    .headColor::after{
        position: absolute;
        content: "";
        top: 0;
        background: url(../img/common/bg_conmmin_1.png) center top;
        width: 100%;
        height: 32rem;
    }
}
#header {
    height: 9rem;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: 3rem;
    left: 0;
    color: var(--textColor);
    z-index: 10000;
}


#header .headerWrapper {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 4rem;
}

.menuOpen #header .headerWrapper {
    display: none;
}

#header .leftBox {
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#header .headerLogo {}

#header .leftTxtBox {
    padding: 0 0 0 3rem;
}

#header .headerTit {
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_50);
    font-weight: bold;
    color: var(--textColor);
    width: 11rem;
    height: 3rem;
    border: 0.1rem solid var(--textColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}

#header .rightBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}

#header .gNaviList {
    display: flex;
    align-items: center;
}

#header .gNaviItem {
    margin-left: 3.5rem;
    position: relative;
    padding: 3.7rem 0;
}

#header .gNaviItem:first-child {
    margin-left: 0;
}

#header .naviLink {
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: var(--textColor);
}

#header .linkList {
    margin-left: 5rem;
    margin-right: 4rem;
    display: flex;
    gap: 1.5rem;
}

#header .linkItem {
    width: 20rem;
}

#header .linkItem:nth-child(2) {
    width: 16rem;
}

#header .linkItem .itemInner {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

#header .linkInner {
    position: relative;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    color: var(--Colorwhite);
    border: 0.1rem solid var(--Colorwhite);
    background: var(--ColorOrange2);
    border-radius: 0.5rem;
}

#header .linkItem:nth-child(2) .linkInner {
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_50);
    color: var(--ColorOrange2);
    background: var(--Colorwhite);
    border: none;
    font-weight: 900;
    letter-spacing: -0.01em;
}

/* hover時のメニュー */
#header .gNaviItem .listSub {
    display: none;
    position: absolute;
    background: url(../img/common/bgOrange.png);
    z-index: 10;
    top: 7.7rem;
    left: calc(50% - 15.4rem);
    width: 30.8rem;
    text-align: left;
    flex-direction: column;
}

#header.topHeader .gNaviItem .listSub {
    background: url(../img/common/bgNoise.png);
}
#header .gNaviItem:hover .listSub {
    display: flex;
}

#header .gNaviItem .itemListSub {
    letter-spacing: 1.5px;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
    position: relative;
}

#header .gNaviItem .itemListSub:before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    background-color: var(--Colorblack);
    border-radius: 50%;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

#header .gNaviItem .itemListSub:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-bottom: 0.5rem solid var(--ColorOrange);
    transform: translateY(-50%) rotate(90deg);
    right: 2.4rem;
}

#header .gNaviItem .itemListSub a {
    padding: 2.7rem 2rem;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    display: block;
}

#header .gNaviItem .itemListSub:last-child {
    border-bottom: none;
}

#header .gNaviItem:after {
    content: "";
    position: absolute;
    bottom: 2.7rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: var(--headerLinkColor);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

#header .gNaviItem:hover .naviLink::after {
    transform: scaleX(1);
}

#header .gNaviItem:hover .naviLink {
    color: var(--headerLinkColor);
}

#header .gNaviItem .itemListSub:hover a {
    color: var(--headerLinkColor);
}

#header .gNaviItem:hover::after {
    transform: scaleX(1);
}

@media only screen and (max-width:1600px) {
    #header .gNaviItem {
        margin-left: 2rem;
    }
}

@media only screen and (max-width:1520px) {
    #header .linkList {
        margin-left: 2rem;
    }

    #header .naviLink {
        font-size: var(--pcFontSize15);
    }
    #header .gNaviItem .itemListSub:after {
        right: 2.5rem;
    }
}

@media only screen and (max-width:1215px) {
    #header {
        height: 7rem;
        width: 100%;
        display: block;
        border-bottom: none;
        top: 0;
    }

    #header::after {
        background-image: none;
        opacity: 1;
        background: rgb(255, 255, 255, 0.502);
    }

    #header .headerWrapper {
        padding: 0;
        width: calc((335 / 375) * 100%);
        margin: 0 auto;
    }

    #header .headerLogo {
        width: 17rem;
    }

    #header .leftTxtBox {
        padding: 0 0 0 0.8rem;
    }

    #header .headerTit {
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing10_50);
        width: 8.5rem;
        height: 2rem;
    }

    #header .rightBox {
        display: none;
    }
}

@media only screen and (max-width:370px) {
    #header .headerLogo {
        width: 13.8rem;
    }
}


/*-----------------------------------------------
	hoverZoom
-----------------------------------------------*/
.hoverZoom {
    overflow: hidden;
}

.hoverZoom img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hoverZoom:hover img:not(.not_Zoom) {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/* ===============================
    一覧ボタン（基本）
=============================== */
.boxBack .btnBack {
    width: 45rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_50);
    color: var(--textColor);
    border-radius: 0.5rem;
    border: 0.1rem solid var(--textColor);
    margin: 0 auto 0;
    overflow: hidden;
    transition: color 0.3s ease;
}

/* ===============================
    矢印（線＋矢じり）
=============================== */
.btnBack::before,
.btnBack::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.btnBack::before {
    width: 4.8rem;
    height: 0.1rem;
    right: 0.2rem;
    background: currentColor;
}

.btnBack::after {
    border-left: 1.3rem solid currentColor;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
}

/* ===============================
    テキスト（スライドさせるために包む）
=============================== */
.btnBack span {
    display: inline-block;
    position: relative;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* もしHTMLにspanがない場合、自動生成的に入れる想定もOK */
.btnBack::before,
.btnBack::after,
.btnBack span {
    will-change: transform, opacity;
}

/* ===============================
    Hover時アニメーション
=============================== */
.btnBack:hover span {
    transform: translateY(-100%);
    opacity: 0;
}

.btnBack:hover::before,
.btnBack:hover::after {
    transform: translate(120%, -50%);
    /* →右に抜ける */
    opacity: 0;
}

/* ===============================
    Hover解除後（再出現アニメ）
    戻る動きは animation で再現
=============================== */
.btnBack {
    --slide-duration: 0.6s;
}

.btnBack:hover span {
    animation: textBack var(--slide-duration) 0.2s forwards;
}

@keyframes textBack {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.btnBack:hover::before {
    animation: arrowLineBack var(--slide-duration) 0.4s forwards;
}

.btnBack:hover::after {
    animation: arrowHeadBack var(--slide-duration) 0.4s forwards;
}

@keyframes arrowLineBack {
    0% {
        transform: translate(-120%, -50%);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%);
        opacity: 1;
    }
}

@keyframes arrowHeadBack {
    0% {
        transform: translate(-200%, -50%);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%);
        opacity: 1;
    }
}

/* ===============================
    SPサイズ調整
=============================== */
@media (max-width:1215px) {
    .boxBack .btnBack {
        width: 78.667%;
        height: 5.5rem;
        font-size: var(--spFontSize15);
        letter-spacing: var(--spLetterSpacing15_50);
        margin: 3.5rem auto 0;
    }

    .btnBack::before {
        width: 3.8rem;
    }
}


/*----------------------
    secFooterEntry
------------------------*/
.secFooterEntry {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95rem;
    position: relative;
    z-index: 10;
}

.secFooterEntry {
    background: radial-gradient(circle at 50% 93%, #ffe000, #ff9900);
}

.secFooterEntry .imgCenter {
    width: 89.584%;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1.5s ease, transform 3s ease;
    will-change: opacity, transform;
}

.secFooterEntry .imgCenter.is-show {
    opacity: 1;
    transform: scale(1);
}

.secFooterEntry .boxCenter {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.secFooterEntry .txtChange {
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_75);
    letter-spacing: var(--pcLetterSpacing40_50);
    color: var(--Colorwhite);
    text-align: center;
    font-weight: bold;
    margin-bottom: 7rem;
}

.secFooterEntry .boxBack .btnBack {
    width: 88rem;
    height: 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing50_50);
    color: var(--ColorOrange2);
    border-radius: 0.5rem;
    border: 0.1rem solid var(--Colorwhite);
    margin: 0 auto 0;
    background: var(--Colorwhite);
}

.secFooterEntry .btnBack::before {
    right: 0.8rem;
    width: 13rem;
    height: 0.3rem;
}

.secFooterEntry .btnBack::after {
    border-left: 4.1rem solid currentColor;
    border-top: 1.1rem solid transparent;
    border-bottom: 1.1rem solid transparent;
}

@media only screen and (max-width:1215px) {
    .secFooterEntry.lazyloaded {
        background: url(../img/common/bgFooterEntry_sp.png) center center / cover no-repeat;
    }

    .secFooterEntry {
        height: 57.5rem;
        align-items: flex-start;
        padding-top: 8rem;
    }

    .secFooterEntry .boxBack .btnBack {
        width: 100%;
        height: 8rem;
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing26_50);
    }

    .secFooterEntry .txtChange {
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_40);
        letter-spacing: var(--spLetterSpacing18_50);
        margin-bottom: 4rem;
    }

    .secFooterEntry .imgCenter {
        width: 94.67%;
        max-width: 33.5rem;
    }

    .secFooterEntry .boxCenter {
        position: absolute;
        top: 63%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc((335 / 375) * 100%);
    }

    .secFooterEntry .btnBack::before {
        right: 0.8rem;
        width: 5.2rem;
        height: 0.2rem;
    }

    .secFooterEntry .btnBack::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        border-left: 2.2rem solid currentColor;
        border-top: 0.6rem solid transparent;
        border-bottom: 0.6rem solid transparent;
    }
}


/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer {
    padding: 5rem 0 6rem;
    position: relative;
    z-index: 10;
}

#footer.lazyloaded {
    background: url(../img/common/bgFooter.png) center center / cover no-repeat;
}

#footer .boxTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4rem;
    margin-bottom: 6rem;
    border-bottom: 0.1rem solid var(--Colorgray);
}

#footer .boxTopIcon {
    display: flex;
    align-items: center;
    gap: 2.8rem;
}

#footer .txtTop {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: var(--Colorblack);
    font-weight: bold;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
}

#footer .txtTop::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 5rem;
    background-color: var(--Colorgray);
    margin-right: 1rem;
}

#footer .iconTop {
    width: 5rem;
    height: 5rem;
    background-color: var(--Colorblack);
    border-radius: 0.4rem;
    position: relative;
    display: inline-block;
}

#footer .iconTop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.7rem solid var(--ColorOrange);
    transform: translate(-50%, -50%);
}

#footer .itemList {
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
    position: relative;
}

#footer .itemList .linkItem {
    padding-left: 2.7rem;
}

#footer .itemList::before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    background-color: var(--Colorblack);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#footer .itemList::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-bottom: 0.5rem solid var(--ColorOrange);
    transform: translateY(-50%) rotate(90deg);
    left: 0.6rem;
}

#footer .linkList {
    display: flex;
    flex-wrap: wrap;
    max-width: 50rem;
    gap: 2.1rem 1.7rem;
}

#footer .itemList.top {
    width: 100%;
}

#footer .btnInstagram {
    width: 26rem;
    height: 10rem;
    border-radius: 0.5rem;
    background: var(--Coloryellow2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

#footer .btnInstagram .titInstagram {
    font-size: var(--pcFontSize22);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing22_50);
}

#footer .btnInstagram .txtInstagram {
    font-size: var(--pcFontSize13);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing13_50);
}

#footer .boxBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .aTabList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4.5rem;
}

#footer .aTabItem {
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_50);
}

#footer .aTabItem.blank {
    position: relative;
}

#footer .aTabItem.blank::before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 0.8rem;
    top: -1rem;
    right: -0.5rem;
}
#footer.lazyloaded .aTabItem.blank::before {
    background: url(../img/common/iconBlank.png) center top / contain no-repeat;
}

#footer .aTabItem.blank::after {
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 0.2rem;
    background: var(--Colorgray);
    top: calc(50% - 0.75rem);
    right: -2.9rem;
}

#footer .aTabInner {
    position: relative;
}

#footer .subFlexBox {
    margin-top: 6rem;
}

#footer .leftSubTxt {
    text-align: right;
    margin-top: 2rem;
    color: var(--PlaceholderColor);
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_50);
}

@media only screen and (max-width:1215px) {
    #footer {
        padding: 3rem 0 8rem;
    }

    #footer .footerLogo {
        width: 17rem;
    }

    #footer .boxTop {
        padding-bottom: 2rem;
        margin-bottom: 1rem;
    }

    #footer .txtTop {
        gap: 1rem;
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
    }

    #footer .txtTop::before {
        height: 3rem;
        margin-right: 1rem;
    }

    #footer .iconTop {
        width: 3rem;
        height: 3rem;
        border-radius: 0.5rem;
    }

    #footer .boxTopIcon {
        gap: 1.5rem;
    }

    #footer .iconTop::after {
        border-left: 0.3rem solid transparent;
        border-right: 0.3rem solid transparent;
        border-bottom: 0.6rem solid var(--ColorOrange);
    }

    #footer .itemList {
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_50);
    }

    #footer .itemList::before {
        width: 2.1rem;
        height: 2.1rem;
        left: unset;
        right: 0;
        top: 50%;
    }

    #footer .itemList::after {
        left: unset;
        right: 0.6rem;
    }

    #footer .linkList {
        display: block;
        max-width: unset;
    }

    #footer .boxBottom {
        display: block;
    }

    #footer .linkItem {
        width: 100%;
        display: block;
        padding: 2.5rem 0;
        border-bottom: 0.1rem solid var(--borderColor)
    }

    #footer .itemList .linkItem {
        padding-left: 0;
        padding-right: 2rem;
    }

    #footer .itemList.spOnly {
        width: 100%;
        display: block;
        padding: 2.5rem 0;
        border-bottom: 0.1rem solid var(--borderColor)
    }

    #footer .spLinkItem {
        font-size: var(--spFontSize12);
        font-weight: bold;
    }

    #footer .spLinkItem a {
        text-decoration: underline;
        text-underline-offset: 0.4rem;
    }

    #footer .spFooterList {
        display: none;
    }

    #footer .spFooterList {
        padding: 2rem 0 2rem 1rem;
        border-bottom: 0.1rem solid rgba(36, 46, 51, 0.1);
    }

    #footer .spLinkItem:nth-child(n+2) {
        margin-top: 2rem;
    }

    #footer .itemList.spOnly::after {
        content: "+";
        font-size: var(--spFontSize12);
        color: var(--ColorOrange);
        top: 45%;
        transform: translateY(-50%) rotate(90deg);
        right: 0.4rem;
        border-left: unset;
        border-right: unset;
        border-bottom: unset;
    }

    #footer .itemList.spOnly.open::after {
        content: "";
        width: 0.7rem;
        height: 0.1rem;
        background: var(--ColorOrange);
        top: 50%;
        right: 0.7rem;
        transform: translateY(-50%) rotate(0deg);
    }

    #footer .btnInstagram {
        width: 29.5rem;
        height: 6.5rem;
        gap: 0.5rem;
        margin: 5rem auto 0;
    }

    #footer .btnInstagram .titInstagram {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
    }

    #footer .btnInstagram .txtInstagram {
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
    }

    #footer .subFlexBox {
        margin-top: 3rem;
    }

    #footer .aTabItem {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
    }

    #footer .aTabList {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4.5rem;
    }

    #footer .leftSubTxt {
        text-align: center;
        margin-top: 2rem;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
        line-height: var(--spLineHeight10_20);
    }
}


/*-------------------------------------------
    btnNavi
-----------------------------------------------*/
@media only screen and (max-width:1215px) {
    .btnNavi {
        width: 5rem;
        height: 4rem;
        border-radius: 0.5rem;
        position: fixed;
        top: 1.5rem;
        right: 2rem;
        z-index: 9999;
    }

    .btnNavi .naviCover {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        text-decoration: none;
        color: #fff;
        height: 100%;
        transition: all 0.5s;
        background: var(--ColorOrange2);
        border-radius: 0.5rem;
    }

    .btnNavi .border {
        width: 2rem;
        height: 0.1rem;
        position: relative;
    }

    .btnNavi .border .inner,
    .btnNavi .border .inner::after,
    .btnNavi .border .inner::before {
        display: block;
        width: 2rem;
        height: 0.1rem;
        background: var(--Colorwhite);
        left: 0;
        right: 0;
        margin: auto;
    }

    .btnNavi .border .inner::after,
    .btnNavi .border .inner::before {
        transition: all 0.5s;
    }

    .btnNavi.naviOpen .border .inner {
        width: 0;
        height: 0;
    }

    .btnNavi .border .inner::before {
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        top: 0.6rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .btnNavi .border .inner::after {
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        top: -0.6rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .btnNavi .txt {
        margin-top: 1.2rem;
        font-size: var(--pcFontSize12);
        letter-spacing: var(--pcLetterSpacing12_100);
        font-weight: bold;
    }

    .btnNavi.naviOpen .naviCover {
        background: var(--ColorOrange2);
        color: var(--textColor);
        border: solid 0.1rem var(--textColor);
    }

    .btnNavi.naviOpen .naviCover {
        border: none;
        box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
    }

    .btnNavi.naviOpen .border {
        width: 3.2rem;
        height: 1.3rem;
    }

    .btnNavi:not(.naviOpen) .txtClose,
    .btnNavi.naviOpen .txtMenu {
        display: none;
    }

    .btnNavi.naviOpen .border .inner::before {
        transform: translateY(4rem) rotate(-30deg);
        top: -3.5rem;
        width: 2rem;
        left: 0;
        background: var(--Colorwhite);
    }

    .btnNavi.naviOpen .border .inner::after {
        transform: translateY(1rem) rotate(30deg);
        bottom: 1.5rem;
        left: 0;
        width: 2rem;
        background: var(--Colorwhite);
    }
}

@media only screen and (max-width:370px) {  
    .btnNavi {
        width: 4rem;
    }
}

/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu {
    display: none;
}

@media only screen and (max-width:1215px) {
    #menu {
        padding: 2.8rem 0 8rem;
        display: none;
        position: relative;
        z-index: 10;
    }

    #menu .entryList {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-top: -0.6rem;
    }

    #menu .entryItem {
        width: 16rem;
    }

    #menu .entryInner {
        position: relative;
        height: 5.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: var(--spFontSize15);
        letter-spacing: var(--spLetterSpacing15_50);
        color: var(--Colorwhite);
        border: 0.1rem solid var(--Colorwhite);
        background: var(--ColorOrange3);
        border-radius: 0.5rem;
    }

    #menu .entryItem:nth-child(2) .entryInner {
        color: var(--ColorOrange2);
        background: var(--Colorwhite);
        border: none;
        font-weight: 900;
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
    }

    #menu .menuTop {
        margin-top: 3.6rem;
    }

    #menu .menuTop .imgChange {
        width: 105.974%;
        position: relative;
        left: -2.987%;
    }

    #menu.lazyloaded {
        background: url(../img/common/bgMenu.png) center top / cover no-repeat;
    }

    #menu .menuLogo {
        width: 17rem;
    }

    #menu .headerWrapper {
        position: relative;
        z-index: 10;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0 5rem 0 2rem;
    }

    #menu .leftBox {
        flex-shrink: 0;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

    #menu .headerLogo {
        width: 17rem;
    }

    #menu .leftTxtBox {
        padding: 0 0 0 0.8rem;
    }

    #menu .headerTit {
        font-weight: bold;
        color: var(--Colorwhite);
        border: 0.1rem solid var(--Colorwhite);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.5rem;
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing10_50);
        width: 8.5rem;
        height: 2rem;
    }

    #menu .boxTop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 2rem;
        margin-bottom: 1rem;
        border-bottom: 0.1rem solid var(--Colorgray);
    }

    #menu .itemList.top {
        width: 100%;
    }

    #menu .txtTop {
        display: inline-flex;
        align-items: center;
        gap: 1rem;
        text-decoration: none;
        color: var(--Colorblack);
        font-weight: bold;
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
    }

    #menu .txtTop::before {
        content: "";
        display: block;
        width: 0.1rem;
        background-color: var(--Colorgray);
        height: 3rem;
        margin-right: 1rem;
    }

    #menu .iconTop {
        width: 3rem;
        height: 3rem;
        border-radius: 0.5rem;
        background-color: var(--Colorblack);
        position: relative;
        display: inline-block;
    }

    #menu .boxTopIcon {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    #menu .iconTop::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        transform: translate(-50%, -50%);
        border-left: 0.3rem solid transparent;
        border-right: 0.3rem solid transparent;
        border-bottom: 0.6rem solid var(--Colorblack);
    }

    #menu .itemList {
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_50);
        font-weight: bold;
        position: relative;
    }

    #menu .itemList::before {
        content: "";
        position: absolute;
        width: 2.1rem;
        height: 2.1rem;
        background-color: var(--Coloryellow2);
        left: unset;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }

    #menu .itemList::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 0;
        height: 0;
        border-left: 0.3rem solid transparent;
        border-right: 0.3rem solid transparent;
        border-bottom: 0.5rem solid var(--Colorblack);
        transform: translateY(-50%) rotate(90deg);
        left: unset;
        right: 0.6rem;
    }

    #menu .linkList {
        gap: 2.1rem 1.7rem;
        display: block;
    }

    #menu .boxBottom {
        display: block;
        margin-top: 2rem;
    }

    #menu .linkItem {
        width: 100%;
        display: block;
        padding: 2.5rem 0;
        border-bottom: 0.1rem solid var(--borderColor)
    }

    #menu .itemList .linkItem {
        padding-left: 0;
        padding-right: 2rem;
        color: var(--Colorwhite);
    }

    #menu .itemList.spOnly {
        width: 100%;
        display: block;
        padding: 2.5rem 0;
        color: var(--Colorwhite);
        border-bottom: 0.1rem solid var(--borderColor)
    }

    #menu .spLinkItem {
        font-size: var(--spFontSize12);
        font-weight: bold;
    }

    #menu .spLinkItem a {
        text-decoration: underline;
        text-underline-offset: 0.4rem;
    }

    #menu .spmenuList {
        display: none;
    }

    #menu .spmenuList {
        padding: 2rem 0 2rem 1rem;
        border-bottom: 0.1rem solid rgba(36, 46, 51, 0.1);
        color: var(--Colorwhite);
    }

    #menu .spLinkItem:nth-child(n+2) {
        margin-top: 2rem;
    }

    #menu .itemList.spOnly::after {
        content: "+";
        font-size: var(--spFontSize12);
        color: var(--Colorblack);
        top: 45%;
        transform: translateY(-50%) rotate(90deg);
        right: 0.4rem;
        border-left: unset;
        border-right: unset;
        border-bottom: unset;
    }

    #menu .itemList.spOnly.open::after {
        content: "";
        width: 0.7rem;
        height: 0.1rem;
        background: var(--Colorblack);
        top: 50%;
        right: 0.7rem;
        transform: translateY(-50%) rotate(0deg);
    }

    #menu .btnInstagram {
        border-radius: 0.5rem;
        background: var(--Coloryellow2);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 29.5rem;
        height: 6.5rem;
        gap: 0.5rem;
        margin: 5rem auto 0;
    }

    #menu .btnInstagram .titInstagram {
        font-weight: bold;
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
    }

    #menu .btnInstagram .txtInstagram {
        font-weight: bold;
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
    }

    #menu .subFlexBox {
        margin-top: 3rem;
    }

    #menu .aTabItem {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
    }

    #menu .aTabList {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4.5rem;
    }

    #menu .leftSubTxt {
        text-align: center;
        margin-top: 2rem;
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
        line-height: var(--spLineHeight10_20);
    }

    #menu .aTabItem.blank {
        position: relative;
    }

    #menu .aTabItem.blank::before {
        content: '';
        position: absolute;
        width: 1rem;
        height: 0.8rem;
        top: -1rem;
        right: -0.5rem;
    }
    #menu.lazyloaded .aTabItem.blank::before {
        background: url(../img/common/iconBlank.png) center top / contain no-repeat;
    }

    #menu .aTabItem.blank::after {
        content: "";
        position: absolute;
        height: 1.5rem;
        width: 0.2rem;
        background: var(--Colorgray);
        top: calc(50% - 0.75rem);
        right: -2.9rem;
    }

    #menu .aTabInner {
        position: relative;
    }
}

@media only screen and (max-width:370px) {  
    #menu .headerLogo {
        width: 14rem;
    }
}