@charset "utf-8";

@font-face{
    font-family:'Noto Sans JP';
    font-style:normal;
    font-weight:400;
    src:url(https://f-products.info/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2) format('woff2'),
        url(https://f-products.info/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format('woff'),
        url(https://f-products.info/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format('opentype');
}
@font-face{
    font-family:'Noto Sans JP';
    font-style:normal;
    font-weight:700;
    src:url(https://f-products.info/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
        url(https://f-products.info/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
        url(https://f-products.info/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}

/*==============================
    変数設定（不要な項目は削除）
==============================*/
:root {
    /* フッターの上の余白 */
    --footerPc: 100px;
    --footerSp: 50px;

    /* 色 */
    --textColor: #000000;
    --keyColor: #03aaff;
    --colorWhite: #fff;

    /* フォントサイズ（PC） */
    --pcFontSize10: 10px;
    --pcFontSize11: 11px;
    --pcFontSize12: 12px;
    --pcFontSize13: 13px;
    --pcFontSize14: 14px;
    --pcFontSize15: 15px;
    --pcFontSize16: 16px;
    --pcFontSize17: 17px;
    --pcFontSize18: 18px;
    --pcFontSize20: 20px;
    --pcFontSize22: 22px;
    --pcFontSize23: 23px;
    --pcFontSize24: 24px;
    --pcFontSize25: 25px;
    --pcFontSize26: 26px;
    --pcFontSize28: 28px;
    --pcFontSize30: 30px;
    --pcFontSize32: 32px;
    --pcFontSize34: 34px;
    --pcFontSize35: 35px;
    --pcFontSize38: 38px;
    --pcFontSize40: 40px;
    --pcFontSize45: 45px;
    --pcFontSize50: 50px;
    --pcFontSize60: 60px;

    --pcFontSize36: 36px;
    --pcFontSize55: 55px;
    --pcFontSize65: 65px;
    --pcFontSize80: 80px;

    /* line-height（PC） */
    --pcLineHeight10_15: 1.5;
    --pcLineHeight11_15: 1.5;
    --pcLineHeight11_16: 1.6;
    --pcLineHeight11_181: 1.81;
    --pcLineHeight11_363: 3.63;
    --pcLineHeight12_15: 1.5;
    --pcLineHeight12_167: 1.67;
    --pcLineHeight12_2: 2;
    --pcLineHeight13_15: 1.5;
    --pcLineHeight13_184: 1.84;
    --pcLineHeight13_23: 2.3;
    --pcLineHeight14_185: 1.85;
    --pcLineHeight15_15: 1.5;
    --pcLineHeight15_173: 1.73;
    --pcLineHeight15_186: 1.86;
    --pcLineHeight15_2: 2;
    --pcLineHeight15_226: 2.26;
    --pcLineHeight16_125: 1.25;
    --pcLineHeight16_15: 1.5;
    --pcLineHeight16_175: 1.75;
    --pcLineHeight16_1875: 1.875;
    --pcLineHeight17_15: 1.5;
    --pcLineHeight18_15: 1.5;
    --pcLineHeight18_166: 1.66;
    --pcLineHeight18_2: 2;
    --pcLineHeight20_15: 1.5;
    --pcLineHeight22_15: 1.5;
    --pcLineHeight23_15: 1.5;
    --pcLineHeight24_15: 1.5;
    --pcLineHeight24_37: 3.7;
    --pcLineHeight25_15: 1.5;
    --pcLineHeight25_2: 2;
    --pcLineHeight26_15: 1.5;
    --pcLineHeight26_173: 1.73;
    --pcLineHeight26_192: 1.92;
    --pcLineHeight26_3: 3;
    --pcLineHeight26_345: 3.45;
    --pcLineHeight28_15: 1.5;
    --pcLineHeight30_15: 1.5;
    --pcLineHeight30_18: 1.8;
    --pcLineHeight32_15: 1.5;
    --pcLineHeight34_15: 1.5;
    --pcLineHeight38_15: 1.5;
    --pcLineHeight40_1625: 1.625;
    --pcLineHeight40_225: 2.25;
    --pcLineHeight45_2: 2;
    --pcLineHeight60_15: 1.5;

    --pcLineHeight16_2: 2;
    --pcLineHeight24_166: 1.66;
    --pcLineHeight36_16: 1.6;
    --pcLineHeight65_1: 1;
    --pcLineHeight80_1: 1;

    --pcLineHeight20_25: 2.5;

    --pcLineHeight18_277: 2.77;
    --pcLineHeight20_16: 1.6;
    --pcLineHeight30_2: 2;
    --pcLineHeight13_153: 1.53;
    --pcLineHeight50_23: 2.3;
    --pcLineHeight25_28: 2.8;
    --pcLineHeight40_15: 1.5;
    --pcLineHeight50_2: 2;
    --pcLineHeight35_228: 2.28;
    --pcLineHeight22_227: 2.27;
    --pcLineHeight18_25: 2.5;
    --pcLineHeight15_266: 2.66;
    --pcLineHeight30_266: 2.66;
    --pcLineHeight16_275: 2.75;

    /* letter-spacing（PC） */
    --pcLetterSpacing01: -1px;
    --pcLetterSpacing0: 0;
    --pcLetterSpacing10_05: 0.5px;
    --pcLetterSpacing10_1: 1px;
    --pcLetterSpacing10_15: 1.5px;
    --pcLetterSpacing11_1: 1px;
    --pcLetterSpacing11_15: 1.5px;
    --pcLetterSpacing11_2: 2px;
    --pcLetterSpacing11_3: 3px;
    --pcLetterSpacing11_5: 5px;
    --pcLetterSpacing12_05: 0.5px;
    --pcLetterSpacing12_1: 1px;
    --pcLetterSpacing12_2: 2px;
    --pcLetterSpacing12_25: 2.5px;
    --pcLetterSpacing12_3: 3px;
    --pcLetterSpacing13_1: 1px;
    --pcLetterSpacing13_2: 2px;
    --pcLetterSpacing13_5: 5px;
    --pcLetterSpacing14_1: 1px;
    --pcLetterSpacing14_2: 2px;
    --pcLetterSpacing15_1: 1px;
    --pcLetterSpacing15_2: 2px;
    --pcLetterSpacing16_05: 0.5px;
    --pcLetterSpacing16_1: 1px;
    --pcLetterSpacing16_2: 2px;
    --pcLetterSpacing16_3: 3px;
    --pcLetterSpacing16_4: 4px;
    --pcLetterSpacing16_15: 15px;
    --pcLetterSpacing18_1: 1px;
    --pcLetterSpacing18_2: 2px;
    --pcLetterSpacing18_3: 3px;
    --pcLetterSpacing18_4: 4px;
    --pcLetterSpacing20_1: 1px;
    --pcLetterSpacing20_2: 2px;
    --pcLetterSpacing20_3: 3px;
    --pcLetterSpacing20_45: 4.5px;
    --pcLetterSpacing22_3: 3px;
    --pcLetterSpacing22_4: 4px;
    --pcLetterSpacing22_5: 5px;
    --pcLetterSpacing24_2: 2px;
    --pcLetterSpacing24_3: 3px;
    --pcLetterSpacing25_1: 1px;
    --pcLetterSpacing25_4: 4px;
    --pcLetterSpacing26_2: 2px;
    --pcLetterSpacing26_4: 4px;
    --pcLetterSpacing26_5: 5px;
    --pcLetterSpacing26_7: 7px;
    --pcLetterSpacing26_8: 8px;
    --pcLetterSpacing28_3: 3px;
    --pcLetterSpacing28_5: 5px;
    --pcLetterSpacing30_1: 1px;
    --pcLetterSpacing30_2: 2px;
    --pcLetterSpacing30_4: 4px;
    --pcLetterSpacing32_2: 2px;
    --pcLetterSpacing34_2: 2px;
    --pcLetterSpacing35_2: 2px;
    --pcLetterSpacing35_5: 5px;
    --pcLetterSpacing40_2: 2px;
    --pcLetterSpacing40_5: 5px;
    --pcLetterSpacing40_7: 7px;
    --pcLetterSpacing45_2: 2px;
    --pcLetterSpacing45_6: 6px;
    --pcLetterSpacing50_1: 1px;
    --pcLetterSpacing50_3: 3px;
    --pcLetterSpacing50_7: 7px;
    --pcLetterSpacing60_7: 7px;

    --pcLetterSpacing12_25: 2.5px;
    --pcLetterSpacing16_35: 3.5px;
    --pcLetterSpacing24_2: 2px;
    --pcLetterSpacing32_25: 2.5px;
    --pcLetterSpacing35_3: 3px;
    --pcLetterSpacing50_3: 3px;
    --pcLetterSpacing80_6: 6px;

    --pcLetterSpacing50_6: 6px;
    --pcLetterSpacing55_15: 15px;
    --pcLetterSpacing55_18: 18px;
    --pcLetterSpacing20_9: 9px;
    --pcLetterSpacing30_10: 10px;

    --pcLetterSpacing18_25: 2.5px;
    --pcLetterSpacing28_2: 2px;
    --pcLetterSpacing30_3: 3px;
    --pcLetterSpacing30_5: 5px;
    --pcLetterSpacing34_4: 4px;
    --pcLetterSpacing40_6: 6px;
    --pcLetterSpacing40_10: 10px;
    --pcLetterSpacing40_12: 12px;
    --pcLetterSpacing40_13: 13px;
    --pcLetterSpacing60_9: 9px;
    --pcLetterSpacing12_6: 6px;
    --pcLetterSpacing25_6: 6px;
    --pcLetterSpacing35_10: 10px;
    --pcLetterSpacing50__2: -2px;
    --pcLetterSpacing17_3: 3px;

    /* フォントサイズ（SP）*/
    --spFontSize10: 10px;
    --spFontSize11: 11px;
    --spFontSize12: 12px;
    --spFontSize13: 13px;
    --spFontSize14: 14px;
    --spFontSize15: 15px;
    --spFontSize16: 16px;
    --spFontSize17: 17px;
    --spFontSize18: 18px;
    --spFontSize19: 19px;
    --spFontSize20: 20px;
    --spFontSize22: 22px;
    --spFontSize24: 24px;
    --spFontSize25: 25px;
    --spFontSize26: 26px;
    --spFontSize30: 30px;
    --spFontSize36: 36px;

    --spFontSize28: 28px;

    --spFontSize26: 26px;

    /* line-height（SP） */
    --spLineHeight10_15: 1.5;
    --spLineHeight10_18: 1.8;
    --spLineHeight10_25: 2.5;
    --spLineHeight10_3: 3;
    --spLineHeight11_145: 1.45;
    --spLineHeight11_15: 1.5;
    --spLineHeight11_16: 1.6;
    --spLineHeight11_163: 1.63;
    --spLineHeight11_181: 1.81;
    --spLineHeight11_2: 2;
    --spLineHeight11_218: 2.18;
    --spLineHeight12_15: 1.5;
    --spLineHeight12_166: 1.66;
    --spLineHeight12_2: 2;
    --spLineHeight12_216: 2.16;
    --spLineHeight12_233: 2.33;
    --spLineHeight13_15: 1.5;
    --spLineHeight13_153: 1.53;
    --spLineHeight13_176: 1.76;
    --spLineHeight13_184: 1.84;
    --spLineHeight13_2: 2;
    --spLineHeight13_276: 2.76;
    --spLineHeight14_128: 1.28;
    --spLineHeight14_142: 1.42;
    --spLineHeight14_15: 1.5;
    --spLineHeight14_185: 1.85;
    --spLineHeight14_3: 3;
    --spLineHeight15_133: 1.33;
    --spLineHeight15_15: 1.5;
    --spLineHeight15_2: 2;
    --spLineHeight16_15: 1.5;
    --spLineHeight16_175: 1.75;
    --spLineHeight17_15: 1.5;
    --spLineHeight17_153: 1.53;
    --spLineHeight17_188: 1.88;
    --spLineHeight18_16: 1.6;
    --spLineHeight18_222: 2.22;
    --spLineHeight19_189: 1.89;
    --spLineHeight20_15: 1.5;
    --spLineHeight20_165: 1.65;
    --spLineHeight20_225: 2.25;
    --spLineHeight20_25: 2.5;
    --spLineHeight22_109: 1.09;

    --spLineHeight16_2: 2;
    --spLineHeight17_211: 2.11;
    --spLineHeight12_23: 2.3;
    --spLineHeight18_166: 1.66;
    --spLineHeight30_1: 1;

    --spLineHeight13_13: 1.3;
    --spLineHeight13_246: 2.46;
    --spLineHeight14_157: 1.57;
    --spLineHeight14_228: 2.28;
    --spLineHeight14_25: 2.5;
    --spLineHeight22_2: 2;
    --spLineHeight28_2: 2;
    --spLineHeight12_208: 2.08;
    --spLineHeight13_23: 2.3;
    --spLineHeight12_183: 1.83;
    --spLineHeight16_225: 2.25;
    --spLineHeight20_175: 1.75;

    --spLineHeight13_169: 1.69;


    /* letter-spacing（SP） */
    --spLetterSpacing07: -0.7px;
    --spLetterSpacing0: 0;
    --spLetterSpacing10_05: 0.5px;
    --spLetterSpacing10_1: 1px;
    --spLetterSpacing10_15: 1.5px;
    --spLetterSpacing10_2: 2px;
    --spLetterSpacing11_05: 0.5px;
    --spLetterSpacing11_1: 1px;
    --spLetterSpacing11_2: 2px;
    --spLetterSpacing11_5: 5px;
    --spLetterSpacing12_05: 0.5px;
    --spLetterSpacing12_1: 1px;
    --spLetterSpacing12_2: 2px;
    --spLetterSpacing13__05: -0.5px;
    --spLetterSpacing13_05: 0.5px;
    --spLetterSpacing13_1: 1px;
    --spLetterSpacing13_2: 2px;
    --spLetterSpacing14_1: 1px;
    --spLetterSpacing14_2: 2px;
    --spLetterSpacing14_3: 3px;
    --spLetterSpacing15_1: 1px;
    --spLetterSpacing15_2: 2px;
    --spLetterSpacing16_1: 1px;
    --spLetterSpacing16_2: 2px;
    --spLetterSpacing16_3: 3px;
    --spLetterSpacing17_5: 5px;
    --spLetterSpacing18_2: 2px;
    --spLetterSpacing20_1: 1px;
    --spLetterSpacing20_2: 2px;
    --spLetterSpacing20_3: 3px;
    --spLetterSpacing22_1: 1px;
    --spLetterSpacing22_3: 3px;
    --spLetterSpacing24_3: 3px;
    --spLetterSpacing25_1: 1px;
    --spLetterSpacing25_3: 3px;
    --spLetterSpacing30_1: 1px;
    --spLetterSpacing30_2: 2px;
    --spLetterSpacing36_5: 5px;

    --spLetterSpacing12_15: 1.5px;
    --spLetterSpacing13_15: 1.5px;
    --spLetterSpacing17_35: 3.5px;
    --spLetterSpacing20_4: 4px;
    --spLetterSpacing24_5: 5px;
    --spLetterSpacing26_5: 5px;
    --spLetterSpacing30_5: 5px;

    --spLetterSpacing17_4: 4px;

    --spLetterSpacing17_2: 2px;
    --spLetterSpacing18_3: 3px;
    --spLetterSpacing10_3: 3px;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family:'YakuHanMP_Noto',"Shippori Mincho B1", 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:1400px;
}
@media only screen and (max-width:767px){
    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;}
.fSans{font-family:'YakuHanJP_Noto','Noto Sans JP', sans-serif;}
.fGothic{font-family:'YakuHanJP_Narrow','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;}
.fLato{font-family: "Lato", 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:767px){
    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover{ opacity:1; }
}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:767px){
    .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:767px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

/* container */
#container{
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    #container{
        max-width: none;
    }
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:767px){
    .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
-----------------------------------------------*/
.wrapper1680{
	width: calc(100% - 100px);
    max-width: 1680px;
    margin: 0 auto;
}
.wrapper1560{
	width: calc(100% - 100px);
    max-width: 1560px;
    margin: 0 auto;
}
.wrapper1380{
	width: calc(100% - 100px);
    max-width: 1380px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapper1680,
    .wrapper1560,
    .wrapper1380{
		width: 100%;
		max-width: none;
	}
	.wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
	}
}
/*-----------------------------------------------
	txtNone
-----------------------------------------------*/
.txtNone{
    text-align: center;
    font-size: var(--pcFontSize16);
    padding: 100px 0px;
}
@media only screen and (max-width:767px){
    .txtNone{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_15);
        padding: 50px 0px;
    }
}
@media only screen and (max-width:359px){
    .txtNone{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_15);
    }
}
/*-----------------------------------------------
    secCmnIndexTop
-----------------------------------------------*/
.secCmnIndexTop{
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.secCmnIndexTop .titBox{
    padding-top: 100px;
}
.secCmnIndexTop .engTit{
    font-size: var(--pcFontSize60);
    letter-spacing: var(--pcLetterSpacing60_7);
}
.secCmnIndexTop .jpnTit{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_2);
    margin-top: 25px;
}
.secCmnIndexTop .spanSmall{
    font-size: var(--pcFontSize30);
}
@media only screen and (max-width:767px){
    .secCmnIndexTop{
        height: 74.667vw;
        min-height: 280px;
        text-align: center;
    }
    .secCmnIndexTop .titBox{
        padding-top: 30px;
    }
    .secCmnIndexTop .engTit{
        font-size: var(--spFontSize36);
        letter-spacing: var(--spLetterSpacing36_5);
    }
    .secCmnIndexTop .jpnTit{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_1);
        margin-top: 12px;
    }
    .secCmnIndexTop .spanSmall{
        font-size: var(--spFontSize18);
        display: block;
        position: relative;
        bottom: -15px;
    }
}
.secCmnIndexTop.details{
    height: 500px;
}
.secCmnIndexTop.details .titBox{
    padding-top: 115px;
}
@media only screen and (max-width:767px){
    .secCmnIndexTop.details{
        height: 66.667vw;
        min-height: 250px;
    }
    .secCmnIndexTop.details .titBox{
        padding-top: 20px;
    }
}
/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
    width: 100%;
    font-size: 0;
    padding: 12px 0;
    position: relative;
}
#pnkz .boxList{
    position: relative;
}
#pnkz li{
	display: inline;
    font-size: var(--pcFontSize12);
    line-height:var(--pcLineHeight12_15);
    letter-spacing: var(--pcLetterSpacing12_2);
    color: var(--textColor);
}
#pnkz li::after{
	content: ">";
	margin: 0 3px 0 4px;
    color: var(--textColor);
}
#pnkz li:last-child::after{
	display: none;
}
#pnkz a{
    text-decoration: none;
    color: var(--textColor);
}
@media only screen and (max-width:767px){
    #pnkz{
        padding: 8.5px 0;
        order: 3;
    }
    #pnkz .boxList{
        white-space: nowrap;
        overflow-y: scroll;
    }
    #pnkz li{
        font-size: var(--spFontSize11);
        line-height:var(--spLineHeight11_145);
        letter-spacing: var(--spLetterSpacing11_05);
    }
    #pnkz li::after{
        margin: 0 3px 0 2px;
    }
}
@media only screen and (max-width:767px){
    #main{
        display: flex;
        flex-flow: column;
    }
    .mainWrapper{
        order: 2;
    }
}
/* secCmnFormBack */
.secCmnFormBack{
    margin: 80px auto 150px;
}
.secCmnFormBack .btnInner{
    width: 240px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fdeeef;
    border: solid 1px #9c9b87;
    background: #fff;
    font-size: var(--pcFontSize16);
    letter-spacing:var(--pcLetterSpacing16_2);
    position: relative;
    border-radius: 30px;
    padding-left: 5px;
}
.secCmnFormBack .btnInner::after{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #fdeeef;
    border-radius: 50%;
    left: 20px;
    top: calc(50% - 12.5px);
}
.secCmnFormBack .btnInner::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(45deg);
    left: 31px;
    top: calc(50% - 3px);
    z-index: 20;
}
@media only screen and (max-width:767px){
    .secCmnFormBack{
        margin: 0 auto 45px;
        padding-top: 30px;
        border-top: solid 1px #dde3e5;
    }
    .secCmnFormBack .btnInner{
        width: 53.334%;
        min-width: 200px;
        height: 50px;
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing0);
        border-radius: 25px;
        padding-left: 5px;
    }
    .secCmnFormBack .btnInner::before{
        width: 5px;
        height: 5px;
        left: 31px;
        top: calc(50% - 2.5px);
    }
}
/* secCmnIndexPager */
.secCmnIndexPager{
    margin: 75px auto -5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCmnIndexPager .boxList{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.secCmnIndexPager .btn{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    margin: 5px 0;
}
.secCmnIndexPager .btn.on{
    width: 48px;
}
.secCmnIndexPager .inner{
    font-size: var(--pcFontSize18);
    color: #204752;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
}
.secCmnIndexPager .on .inner{
    background: #fff;
    border: solid 1px #204752;
    border-radius: 50%;
}
.secCmnIndexPager .dots{
    border: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
	margin: 0 20px 15px;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_2);
    color: #204752;
    box-shadow: none;
}
.secCmnIndexPager .btnPrev{
    margin-right: 25px;
}
.secCmnIndexPager .btnNext{
    margin-left: 25px;
}
.secCmnIndexPager .btnPrev .inner,
.secCmnIndexPager .btnNext .inner{
    position: relative;
    width: 48px;
    height: 48px;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    display: block;
    border: solid 1px rgb(32, 71, 82, 0.5);
    border-radius: 50%;
}
.secCmnIndexPager .btnPrev .inner::after,
.secCmnIndexPager .btnNext .inner::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: rgb(32, 71, 82, 0.5);
    top: calc(50% - 0.5px);
}
.secCmnIndexPager .btnPrev .inner::after{
    right: -15px;
}
.secCmnIndexPager .btnNext .inner::after{
    left: -15px;
}
.secCmnIndexPager .btnPrev .inner::before,
.secCmnIndexPager .btnNext .inner::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
}
.secCmnIndexPager .btnPrev .inner::before{
    border-color: transparent transparent rgb(32, 71, 82, 0.5) rgb(32, 71, 82, 0.5);
    left: 20px;
}
.secCmnIndexPager .btnNext .inner::before{
    border-color: rgb(32, 71, 82, 0.5) rgb(32, 71, 82, 0.5) transparent transparent;
    right: 20px;
}
.secCmnIndexPager .btnPrev.none,
.secCmnIndexPager .btnNext.none{
    display: none;
}
@media only screen and (max-width:767px){
    .secCmnIndexPager{
        margin: 25px auto -5px;
    }
    .secCmnIndexPager .btn{
        width: 40px;
        margin: 5px 0;
    }
    .secCmnIndexPager .btn.on{
        width: 30px;
    }
    .secCmnIndexPager .inner{
        font-size: var(--spFontSize13);
        height: 30px;
    }
    .secCmnIndexPager .dots{
        height: 30px;
        margin: 0 10px 7px;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_1);
    }
    .secCmnIndexPager .btnPrev{
        margin-right: 15px;
    }
    .secCmnIndexPager .btnNext{
        margin-left: 15px;
    }
    .secCmnIndexPager .btnPrev .inner,
    .secCmnIndexPager .btnNext .inner{
        width: 30px;
        height: 30px;
    }
    .secCmnIndexPager .btnPrev .inner::after,
    .secCmnIndexPager .btnNext .inner::after{
        width: 25px;
    }
    .secCmnIndexPager .btnPrev .inner::after{
        right: -10px;
    }
    .secCmnIndexPager .btnNext .inner::after{
        left: -10px;
    }
    .secCmnIndexPager .btnPrev .inner::before{
        left: 12px;
    }
    .secCmnIndexPager .btnNext .inner::before{
        right: 12px;
    }
}
@media only screen and (max-width:359px){
    .secCmnIndexPager .dots{
        margin: 0 7px 4px;
        letter-spacing: var(--spLetterSpacing0);
    }
}
/*-----------------------------------------------
    secCmnBnr
-----------------------------------------------*/
.secCmnBnr{
    margin: 150px auto 1px;
}
.secCmnBnr .list{
    display: flex;
}
.secCmnBnr .item{
    width: 50%;
}
.secCmnBnr .inner{
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    height: 650px;
    overflow: visible;
}
.secCmnBnr .imgBox{
    width: 960px;
    position: absolute;
    top: 0;
    right: 0;
}
.secCmnBnr .item:nth-child(2) .imgBox{
    right: auto;
    left: 0;
}
.secCmnBnr .img{
    overflow: hidden;
}
.secCmnBnr .txtBox{
    position: relative;
    z-index: 10;
    padding: 190px 0 80px 0;
}
.secCmnBnr .item:nth-child(2n) .txtBox{
    margin-left: 120px;
}
.secCmnBnr .txtBox::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: solid 1px rgb(255, 255, 255, 0.349);
    border-radius: 50%;
    bottom: 0;
    left: 0;
    background: rgb(27, 67, 78, 0.349);
}
.secCmnBnr .txtBox::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    transform: rotate(45deg);
    bottom: 19px;
    border-color: #fff #fff transparent transparent;
    left: 19px;
    z-index: 10;
}
.secCmnBnr .engTit{
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing50_7);
}
.secCmnBnr .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_15);
    letter-spacing: var(--pcLetterSpacing22_5);
    margin-top: 18px;
}
.secCmnBnr .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_1875);
    letter-spacing: var(--pcLetterSpacing16_3);
    margin-top: 20px;
}
@media only screen and (max-width:1780px){
    .secCmnBnr .item:nth-child(2n) .txtBox{
        margin-left: 80px;
    }
}
@media only screen and (max-width:767px){
    .secCmnBnr{
        margin: 80px auto 0;
    }
    .secCmnBnr .item{
        width: calc(50% - 1px);
    }
    .secCmnBnr .item:nth-child(2){
        margin-left: 1px;
    }
    .secCmnBnr .inner{
        display: block;
        height: auto;
    }
    .secCmnBnr .inner::after{
        position: absolute;
        content: "";
        width: 32px;
        height: 32px;
        border: solid 1px rgb(255, 255, 255, 0.349);
        border-radius: 50%;
        bottom: 8px;
        right: 8px;
        background: rgb(27, 67, 78, 0.349);
    }
    .secCmnBnr .inner::before{
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        border: 1px solid;
        transform: rotate(45deg);
        bottom: 22px;
        border-color: #fff #fff transparent transparent;
        right: 22px;
        z-index: 10;
    }
    .secCmnBnr .imgBox{
        width: 100%;
        position: static;
    }
    .secCmnBnr .txtBox{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 15px 15px 25px;
    }
    .secCmnBnr .item:nth-child(2n) .txtBox{
        margin-left: 0;
    }
    .secCmnBnr .txtBox::after,
    .secCmnBnr .txtBox::before{
        display: none;
    }
    .secCmnBnr .txtInBox{
        display: flex;
        flex-flow: column;
        min-height: 177px;
    }
    .secCmnBnr .engTit{
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_109);
        letter-spacing: var(--spLetterSpacing22_3);
    }
    .secCmnBnr .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_142);
        letter-spacing: var(--spLetterSpacing14_1);
        margin-top: 4px;
    }
    .secCmnBnr .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_166);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 5px;
    }
}
@media only screen and (max-width:374px){
    .secCmnBnr .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_16);
    }
    .secCmnBnr .txtInBox{
        min-height: 168px;
    }
    .secCmnBnr .inner::after{
        width: 25px;
        height: 25px;
    }
    .secCmnBnr .inner::before{
        bottom: 18.5px;
        right: 19.5px;
    }
}
@media only screen and (max-width:359px){
    .secCmnBnr .engTit{
        font-size: var(--spFontSize16);
    }
    .secCmnBnr .tit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_15);
        margin-top: 4px;
    }
    .secCmnBnr .txt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
    }
    .secCmnBnr .txtInBox{
        min-height: 140px;
    }
}
/* secDetailsPager */
.secDetailsPager{
    margin: 115px auto 150px;
}
.secDetailsPager .wrapper{
    position: relative;
    min-height: 170px;
}
.secDetailsPager .boxBtnPager{
    display: flex;
}
.secDetailsPager .boxBtnPrev,
.secDetailsPager .boxBtnNext{
    width: 420px;
}
.secDetailsPager .boxBtnNext{
    margin: 0 0 0 auto;
}
.secDetailsPager .btnPrev,
.secDetailsPager .btnNext{
    color: var(--textColor);
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: visible;
}
.secDetailsPager .btnNext{
    flex-flow: row-reverse;
}
.secDetailsPager .imgBox{
    position: relative;
    width: 200px;
    overflow: hidden;
}
.secDetailsPager .img{
    padding-top: 100%;
}
.secDetailsPager .txtBox{
    position: relative;
	width: calc(100% - 200px);
    padding: 0 0 0 25px;
}
.secDetailsPager .btnNext .txtBox{
    padding: 0 25px 0 0;
    text-align: right;
}
.secDetailsPager .engTit{
    font-size: var(--pcFontSize10);
    line-height: var(--pcLineHeight10_15);
    letter-spacing: var(--pcLetterSpacing10_05);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a3a3a3;
}
.secDetailsPager .tit{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_185);
    font-weight: bold;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; 
	overflow: hidden;
	max-height: 78px;
    margin-top: 4px;
}
.secDetailsPager .name_en{
    display: block;
}
.secDetailsPager .deyTit{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_15);
    letter-spacing: var(--pcLetterSpacing12_1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.secDetailsPager .iconCircle{
    position: absolute;
    border: solid 1px #8da1a6;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    bottom: 5px;
}
.secDetailsPager .boxBtnPrev .iconCircle{
    left: 25px;
}
.secDetailsPager .boxBtnNext .iconCircle{
    right: 25px;
}
.secDetailsPager .iconCircle::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #8da1a6;
    top: calc(50% - 0.5px);
}
.secDetailsPager .boxBtnPrev .iconCircle::after{
    right: -77.5px;
}
.secDetailsPager .boxBtnNext .iconCircle::after{
    left: -77.5px;
}
.secDetailsPager .iconCircle::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
}
.secDetailsPager .boxBtnPrev .iconCircle::before{
    border-color: transparent transparent #8da1a6 #8da1a6;
    left: 20px;
}
.secDetailsPager .boxBtnNext .iconCircle::before{
    border-color: #8da1a6 #8da1a6 transparent transparent;
    right: 20px;
}
@media only screen and (max-width:767px){
    .secDetailsPager{
        margin: 42px auto 50px;
    }
    .secDetailsPager .wrapper{
        min-height: auto;
        border-top: solid 1px #dde3e5;
        padding-top: 15px;
    }
    .secDetailsPager .boxBtnPager{
        position: relative;
    }
    .secDetailsPager .boxBtnPager::after{
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        left: calc(50% - 0.5px);
        top: 0;
        background: #dde3e5;
    }
    .secDetailsPager .boxBtnPrev,
    .secDetailsPager .boxBtnNext{
        width: calc(50% - 15.5px);
    }
    .secDetailsPager .boxBtnNext{
        margin: 0 0 0 auto;
    }
    .secDetailsPager .btnPrev,
    .secDetailsPager .btnNext{
        display: block;
        height: 100%;
        padding-bottom: 37px;
    }
    .secDetailsPager .btnPrev::after,
    .secDetailsPager .btnNext::after{
        position: absolute;
        content: "";
        background: #8da1a6;
        bottom: 12px;
        height: 1px;
        width: calc(100% - 10px);
    }
    .secDetailsPager .btnPrev::after{
        right: 0;
    }
    .secDetailsPager .btnNext::after{
        left: 0;
    }
    .secDetailsPager .imgBox{
        width: 100%;
    }
    .secDetailsPager .txtBox{
        width: 100%;
        padding: 12px 0 0;
        position: static;
    }
    .secDetailsPager .btnNext .txtBox{
        padding: 10px 0 0;
        text-align: left;
    }
    .secDetailsPager .engTit{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing10_05);
    }
    .secDetailsPager .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_185);
        margin-top: 4px;
    }
    .secDetailsPager .deyTit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_15);
        letter-spacing: var(--spLetterSpacing12_1);
        margin-top: 8px;
    }
    .secDetailsPager .iconCircle{
        width: 25px;
        height: 25px;
        bottom: 0;
    }
    .secDetailsPager .boxBtnPrev .iconCircle{
        left: 0;
    }
    .secDetailsPager .boxBtnNext .iconCircle{
        right: 0;
    }
    .secDetailsPager .iconCircle::after{
        display: none;
    }
    .secDetailsPager .boxBtnPrev .iconCircle::before{
        left: 10px;
    }
    .secDetailsPager .boxBtnNext .iconCircle::before{
        right: 10px;
    }
}
/* secCmnBackBox */
.secCmnBackBox{
    border-top: solid 1px #dde3e5;
    margin-top: 100px;
    padding-top: 80px;
}
.secCmnBackBox .secCmnBack{
    position: static;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .secCmnBackBox{
        margin-top: 40px;
        padding-top: 40px;
    }
}

/* secCmnBack */
.secCmnBack{
    position: absolute;
    width: 140px;
    height: 140px;
    top: 30px;
    left: calc(50% - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.secCmnBack:hover{
    padding: 5px;
}
.secCmnBack .btnInner{
    width: 100%;
    height: 100%;
    background: #204752;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: var(--pcFontSize16);
    letter-spacing:var(--pcLetterSpacing16_05);
}
.secCmnBack .btnBack{
    padding-top: 32px;
    position: relative;
}
.secCmnBack .btnBack::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: calc(50% - 10px);
}
.secCmnBack .btnBack.lazyloaded::after{
    background: url(https://f-products.info/img/common/iconCmnBack.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secCmnBack{
        position: static;
        width: 100px;
        height: 100px;
        margin: 30px auto 0;
    }
    .secCmnBack:hover{
        padding: 0;
    }
    .secCmnBack .btnInner{
        height: 100%;
        font-size: var(--spFontSize14);
        letter-spacing:var(--spLetterSpacing0);
    }
    .secCmnBack .btnBack{
        padding-top: 20px;
    }
    .secCmnBack .btnBack::after{
        width: 10px;
        height: 10px;
        top: 0;
        left: 30px;
    }
    .secCmnBack .btnBack.lazyloaded::after{
        background-image: url(https://f-products.info/img/common/iconCmnBack_sp.png);
    }
}
/*-----------------------------------------------
	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{
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jsHide:not(.jsShow){
    opacity: 0;
    transform: translate(0px, 50px);
}

/* secCmnNextLoad */
.secCmnNextLoad{
    width: 140px;
    height: 140px;
    margin: 100px auto 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnNextLoad .link{
    width: 100%;
    height: 100%;
    background: #fff;
    text-decoration: none;
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_3);
    position: relative;
    color: #fdeeef;
}
.secCmnNextLoad .txtBox{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #d1d0c7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-top: 15px;
}
.secCmnNextLoad .iconCircle{
    width: 3px;
    height: 3px;
    margin: 15px auto 0;
    border-radius: 50%;
    background: #fdeeef;
    position: relative;
}
.secCmnNextLoad .iconCircle::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fdeeef;
    bottom: -9px;
    left: calc(50% - 1.5px);
}
.secCmnNextLoad .iconCircle::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 5px;
    background: #fdeeef;
    bottom: -20px;
    left: calc(50% - 3.5px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secCmnNextLoad .link svg{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    height: auto;
}
.secCmnNextLoad .hoverCircle:hover .circle{
    stroke-dashoffset: 0;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}
.secCmnNextLoad .circle{
    stroke-dasharray: 594;
    stroke-dashoffset: 594;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    stroke: #fdeeef;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}
.secCmnNextLoad #listLoading{
    display: none;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad{
        width: 100px;
        height: 100px;
        margin: 50px auto 45px;
    }
    .secCmnNextLoad .link{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_2);
    }
    .secCmnNextLoad .txtBox{
        padding-top: 10px;
    }
    .secCmnNextLoad .iconCircle{
        width: 2px;
        height: 2px;
        margin: 8px auto 0;
    }
    .secCmnNextLoad .iconCircle::after{
        width: 2px;
        height: 2px;
        bottom: -6px;
        left: calc(50% - 1px);
    }
    .secCmnNextLoad .iconCircle::before{
        width: 6px;
        height: 4px;
        bottom: -14px;
        left: calc(50% - 2.5px);
    }
}
/*-----------------------------------------------
    herder
-----------------------------------------------*/
#header{
    height: 172px;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: 0;
    left: 0;
    min-width: 1400px;
    color: #fff;
}
#header .headerWrapper{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 110px 0 40px;
    z-index: 9999;
}
#header .leftBox{
   flex-shrink: 0;
   position: relative;
   display: flex;
   align-items: flex-end;
   height: 100%;
}
#header .headerLogo{
    display: inline-block;
}
#header .rightBox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 auto;
    height: 120px;
}
#header .gNaviList{
    display: flex;
    align-items: center;
}
#header .gNaviItem{
    margin-left: 45px;
}
#header .gNaviItem:first-child{
    margin-left: 0;
}
#header .naviLink{
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_5);
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    display: block;
}
#header .linkList{
    margin-left: 60px;
    display: flex;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
}
#header .linkItem{
    width: 170px;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}
#header .linkInner{
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_1);
    color: #fff;
    padding-bottom: 55px;
}
#header .linkInner::after{
    position: absolute;
    content: "";
    bottom: 0;
}
#header .linkItem:nth-child(1) .linkInner::after{
    width: 128px;
    height: 58px;
    left: calc(50% - 64px);
    /*background: url(https://f-products.info/img/common/iconHeaderLink01.png) center top / cover;*/
    background: url(../img/common/header_01.png) center top / cover;
}
#header .linkItem:nth-child(2) .linkInner::after{
    width: 102px;
    height: 66px;
    left: calc(50% - 51px);
    box-shadow: 0px 0px 12.75px 2.25px rgba(0, 0, 0, 0.2);
    /*background: url(https://f-products.info/img/common/iconHeaderLink02.png) center top / cover;*/
    background: url(../img/common/header_02.png) center top / cover;
}
@media only screen and (max-width:767px){
    #header{
        height: 86px;
        min-width: auto;
    }
    #header .headerWrapper{
        padding: 0 80px 0 20px;
    }
    #header .headerLogo{
        width: 80px;
    }
    #header .rightBox{
        display: none;
    }
}
/*-------------------------------------------
    btnNavi
-----------------------------------------------*/
.btnNavi{
    background: #E4D736;
    width: 110px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}
.btnNavi .naviCover{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-decoration: none;
    height: 120px;
    color: #fff;
    transition: all 0.5s;
}
.btnNavi .border{
	width: 60px;
	height: 15px;
	position: relative;
}
.btnNavi .border .inner,
.btnNavi .border .inner::before,
.btnNavi .border .inner::after{
	display: block;
	width: 60px;
	height: 1px;
	background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}
.btnNavi .border .inner{
    width: 0;
    height: 0;
}
.btnNavi .border .inner::before{
	content: '';
	position: absolute;
	transition: all 0.4s ease-out;
    top: 0;
    left:0;
    right:0;
    margin: auto;
}
.btnNavi .border .inner::after{
	content: '';
	position: absolute;
	transition: all 0.4s ease-out;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
}
.btnNavi.naviOpen .border{
    width: 60px;
    height: 15px;
}
.btnNavi:not(.naviOpen) .txtClose,
.btnNavi.naviOpen .txtMenu{
    display: none;
}
.btnNavi.naviOpen .border .inner::before{
    transform: translateY(40px) rotate(-30deg);
    top: -33px;
    width: 60px;
    left: 0;
}
.btnNavi.naviOpen .border .inner::after{
    transform: translateY(14px) rotate(30deg);
    bottom: 20px;
    left: 0;
    width: 60px;
}
@media only screen and (max-width:767px){
    .btnNavi{
        width: 60px;
        height: 60px;
        top: 20px;
        right: 20px;
    }
    .btnNavi .naviCover{
        height: 60px;
    }
    .btnNavi .border{
        width: 20px;
        height: 20px;
    }
    .btnNavi .border .inner,
    .btnNavi .border .inner::before,
    .btnNavi .border .inner::after{
        width: 20px;
        height: 1px;
    }
    .btnNavi .border .inner{
        width: 0;
        height: 0;
    }
    .btnNavi.naviOpen .border{
        width: 20px;
        height: 20px;
    }
    .btnNavi.naviOpen .border .inner::before{
        transform: translateY(40px) rotate(-30deg);
        top: -30px;
        width: 20px;
        left: 0;
    }
    .btnNavi.naviOpen .border .inner::after{
        transform: translateY(12px) rotate(30deg);
        bottom: 21px;
        left: 0;
        width: 20px;
    }
}
/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    color: #fff;
    background: #fdeeef;
    padding: 158px 0 48px;
}
#footer .flexBox{
    display: flex;
    justify-content: space-between;
}
#footer .LogoBox{
    padding-top: 5px;
}
#footer .footerLogo{
    display: inline-block;
}
#footer .rightBox{
    display: flex;
    flex-flow: row-reverse;
    padding-right: 68px;
}
#footer .rightTxtBox{
    padding-top: 5px;
}
#footer .rightTit{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_2);
    letter-spacing: var(--pcLetterSpacing12_1);
}
#footer .telBox{
    margin-top: 12px;
}
#footer .telInner{
    display: inline-block;
    text-decoration: none;
    color: #222;
    font-weight: 300;
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_2);
}
#footer .rightTxt{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_15);
    letter-spacing: var(--pcLetterSpacing11_1);
    margin-top: 15px;
}
#footer .engTxtImg{
    padding-right: 68px;
    color: #222;
}
#footer .mainBox{
    border-top: solid 1px rgb(255, 255, 255, 0.149);
    margin-top: 100px;
    padding-top: 100px;
    display: flex;
}
#footer .naviEngTit{
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_3);
    font-weight: 300;
    display: inline-block;
    color: #222;
    text-decoration: none;
}
#footer .mainFlex{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 260px);
    margin-left: auto;
}
#footer .naviList{
    margin-top: 22px;
}

#footer .naviList li a{
    color: #222;
}

#footer .naviList02{
    margin-top: 18px;
}
#footer .naviItem:nth-child(n+2){
    margin-top: 20px;
}
#footer .naviListBox:nth-child(2) .naviItem:nth-child(n+2){
    margin-top: 25px;
}
#footer .naviListBox:nth-child(2){
    padding-left: 15px;
}
#footer .naviInner{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_184);
    letter-spacing: var(--pcLetterSpacing13_2);
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
#footer .subFlexBox{
    margin-top: 185px;
    display: flex;
    justify-content: space-between;
}
#footer .aTabList{
    display: flex;
}
#footer .aTabItem:nth-child(2){
    margin-left: 20px;
    padding-left: 19px;
    border-left: solid 1px #fff;
}
#footer .aTabInner{
    font-size: var(--pcFontSize12);
    text-decoration: none;
    display: inline-block;
    color: #222;
}
#footer .txtCopy{
    font-size: var(--pcFontSize10);
    letter-spacing: var(--pcLetterSpacing10_15);
    display: none;
}
@media only screen and (max-width:1560px){
    #footer .mainFlex{
        width: calc(100% - 200px);
    }
}
@media only screen and (max-width:767px){
    #footer{
        padding: 70px 0 50px;
    }
    #footer .flexBox{
        display: block;
    }
    #footer .LogoBox{
        padding-top: 0;
        text-align: center;
    }
    #footer .footerLogo{
        width: 100px;
    }
    #footer .rightBox{
        display: block;
        text-align: center;
        padding: 34px 0 0;
    }
    #footer .rightTxtBox{
        padding-top: 0;
    }
    #footer .rightTit{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_218);
        letter-spacing: var(--spLetterSpacing11_1);
    }
    #footer .telBox{
        margin-top: 10px;
    }
    #footer .telInner{
        font-size: var(--spFontSize25);
        letter-spacing: var(--spLetterSpacing25_1);
    }
    #footer .rightTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_218);
        letter-spacing: var(--spLetterSpacing11_1);
        margin-top: 10px;
    }
    #footer .engTxtImg{
        padding-right: 0;
        width: 248px;
        margin: 30px auto 0;
    }
    #footer .mainBox{
        border-top: none;
        margin: 25px auto 0;
        padding: 0 20px;
        display: block;
    }
    #footer .homeTit{
        display: none;
    }
    #footer .naviEngTit{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_2);
    }
    #footer .mainFlex{
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }
    #footer .naviListBox{
        width: 100%;
    }
    #footer .naviListBox:nth-child(n+3){
        width: 50%;
    }
    #footer .naviListBox:nth-child(4){
        padding-left: 7px;
    }
    #footer .naviListBox:nth-child(n+2){
        margin-top: 40px;
    }
    #footer .spFlex{
        display: flex;
    }
    #footer .naviList{
        margin-top: 12px;
    }
    #footer .naviList02{
        margin-top: 12px;
        padding-left: 7px;
    }
    #footer .spFlex .naviList{
        width: 50%;
    }
    #footer .naviItem:nth-child(n+2){
        margin-top: 2px;
    }
    #footer .naviListBox:nth-child(2) .naviItem:nth-child(n+2){
        margin-top: 14px;
    }
    #footer .naviListBox:nth-child(2){
        padding-left: 0;
    }
    #footer .naviInner{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_2);
        letter-spacing: var(--spLetterSpacing0);
    }
    #footer .subFlexBox{
        margin-top: 63px;
        display: block;
    }
    #footer .aTabList{
        justify-content: center;
    }
    #footer .aTabItem:nth-child(2){
        margin-left: 20px;
        padding-left: 19px;
    }
    #footer .aTabInner{
        font-size: var(--spFontSize10);
    }
    #footer .txtCopy{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_15);
        text-align: center;
        margin-top: 30px;
    }
}
@media only screen and (max-width:374px){
    #footer .mainBox{
        padding: 0 10px;
    }
}
@media only screen and (max-width:359px){
    #footer .mainBox{
        padding: 0;
    }
    #footer .txtCopy{
        letter-spacing: var(--spLetterSpacing0);
    }
}
/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu{
    display: none;
    position: relative;
    background: rgb(27, 27, 27, 0.702);
    color: #fff;
    z-index: 9998;
    width: 100%;
    min-width: 1400px;
    overflow: hidden;
    min-height: 100vh;
    padding: 150px 0;
}
#menu .flexBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu .footerLogo{
    display: inline-block;
}
#menu .rightBox{
    padding: 0 0 0 100px;
    max-width: 1270px;
}
@media only screen and (max-width:767px){
    #menu{
        min-width: auto;
        padding: 115px 0 60px;
    }
    #menu .flexBox{
        display: block;
    }
    #menu .footerLogo{
        display: none;
    }
    #menu .rightBox{
        padding: 0;
        max-width: 248px;
        margin: 0 auto;
    }
}
#menu .mainBox{
    border-top: solid 1px rgb(255, 255, 255, 0.149);
    margin-top: 110px;
    padding-top: 100px;
    display: flex;
}
#menu .naviEngTit{
    font-size: var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_3);
    font-weight: 300;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
#menu .mainFlex{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 260px);
    margin-left: auto;
}
#menu .naviList{
    margin-top: 22px;
}
#menu .naviList02{
    margin-top: 18px;
}
#menu .naviItem:nth-child(n+2){
    margin-top: 20px;
}
#menu .naviListBox:nth-child(2) .naviItem:nth-child(n+2){
    margin-top: 25px;
}
#menu .naviListBox:nth-child(2){
    padding-left: 15px;
}
#menu .naviInner{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_184);
    letter-spacing: var(--pcLetterSpacing13_2);
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
#menu .subFlexBox{
    margin-top: 70px;
    display: flex;
    justify-content: flex-end;
}
#menu .aTabList{
    display: flex;
}
#menu .aTabItem:nth-child(2){
    margin-left: 20px;
    padding-left: 19px;
    border-left: solid 1px #fff;
}
#menu .aTabInner{
    font-size: var(--pcFontSize12);
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
@media only screen and (max-width:1560px){
    #menu .mainFlex{
        width: calc(100% - 200px);
    }
}
@media only screen and (max-width:767px){
    #menu .mainBox{
        border-top: none;
        margin: 24px auto 0;
        padding: 0 20px;
        display: block;
    }
    #menu .naviEngTit{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_2);
    }
    #menu .mainFlex{
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin: 45px auto 0;
    }
    #menu .naviListBox{
        width: 100%;
    }
    #menu .naviListBox:nth-child(n+3){
        width: 50%;
    }
    #menu .naviListBox:nth-child(4){
        padding-left: 7px;
    }
    #menu .naviListBox:nth-child(n+2){
        margin-top: 40px;
    }
    #menu .spFlex{
        display: flex;
    }
    #menu .naviList{
        margin-top: 12px;
    }
    #menu .naviList02{
        margin-top: 12px;
        padding-left: 7px;
    }
    #menu .spFlex .naviList{
        width: 50%;
    }
    #menu .naviItem:nth-child(n+2){
        margin-top: 2px;
    }
    #menu .naviListBox:nth-child(2) .naviItem:nth-child(n+2){
        margin-top: 14px;
    }
    #menu .naviListBox:nth-child(2){
        padding-left: 0;
    }
    #menu .naviInner{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_2);
        letter-spacing: var(--spLetterSpacing0);
    }
    #menu .subFlexBox{
        margin-top: 40px;
        display: block;
    }
    #menu .aTabList{
        justify-content: center;
    }
    #menu .aTabItem:nth-child(2){
        margin-left: 20px;
        padding-left: 19px;
    }
    #menu .aTabInner{
        font-size: var(--spFontSize10);
    }
}
@media only screen and (max-width:374px){
    #menu .mainBox{
        padding: 0 10px;
    }
}
@media only screen and (max-width:359px){
    #menu .mainBox{
        padding: 0;
    }
}


/* fNavi */
#fNavi {
    display: none;
}
@media only screen and (max-width:767px){
    #fNavi + #footer{
        padding-bottom: 110px;
    }
    #fNavi {
        top: auto;
        bottom: 0px;
        right: 0px;
        width: 100%;
        display: block;
        transform: translateY(100%);
        transition: 0.2s ease-out;
        position: fixed;
        z-index: 9999;
    }
    #fNavi.jsShow {
        transform: none;
    }
    #fNavi .naviList{
        display: flex;
        border-top: solid 1px #fff;
    }
    #fNavi .naviItem{
        width: calc(100% / 3);
        border-right: solid 1px #fff;
    }
    #fNavi .naviItem:last-child{
        border-right: none;
    }
    #fNavi .naviInner{
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        font-size: var(--spFontSize12);
        font-weight: 700;
        background: #fdeeef;
    }
    #fNavi .naviTxt{
        padding-left: 23px;
        position: relative;
    }
    #fNavi .naviTxt::after{
        position: absolute;
        content: '';
        width: 17px;
        height: 17px;
        left: -1px;
        top: -2px;
    }
    #fNavi .naviItem:first-child .naviTxt.lazyloaded::after{
        background: url(https://f-products.info/img/common/iconReserve.png) center top / cover;
    }
    #fNavi .naviItem:nth-child(2) .naviTxt::after{
        width: 13px;
        height: 17px;
        left: 0;
    }
    #fNavi .naviItem:nth-child(2) .naviTxt.lazyloaded::after{
        background: url(https://f-products.info/img/common/iconContact.png) center top / cover;
    }
    #fNavi .naviItem:nth-child(3) .naviTxt::after{
        width: 17px;
        height: 18px;
        left: 0;
    }
    #fNavi .naviItem:nth-child(3) .naviTxt.lazyloaded::after{
        background: url(https://f-products.info/img/common/iconEvent.png) center top / cover;
    }
    body.isFnavWhite #fNavi .naviInner{
        color: #fdeeef;
        background: #eef2f5;
    }
    body.isFnavWhite #fNavi .naviItem:first-child .naviTxt.lazyloaded::after{
        background: url(https://f-products.info/img/common/iconReserve_w.png) center top / cover;
    }
    body.isFnavWhite #fNavi .naviItem:nth-child(2) .naviTxt.lazyloaded::after{
        background: url(https://f-products.info/img/common/iconContact_w.png) center top / cover;
    }
    body.isFnavWhite #fNavi .naviItem:nth-child(3) .naviTxt.lazyloaded::after{
        background: url(../img/common/iconEvent_w.png) center top / cover;
    }
}