@charset "UTF-8";
@font-face{font-family:"游ゴシック体"; src:local("Yu Gothic Medium"),local("游ゴシック Medium");}
@font-face{font-family:"游ゴシック体"; src:local("Yu Gothic Bold"),local("游ゴシック Bold"); font-weight:bold;}

body{padding-top:130px;}

/* -------------------------------------------------------- */
/* header */
/* -------------------------------------------------------- */
#header-lp{width:100%;height:110px;font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif;line-height:1.5;position:fixed;top:0;left:0;z-index:10000;box-sizing:border-box;color:#2d2d2d;padding:0 20px 0 40px;display:flex;align-items:center;justify-content:space-between;min-width:980px;background:#fff;font-feature-settings:"palt";-webkit-font-feature-settings:"palt";}
#header-lp *{box-sizing:border-box;}
#header-lp a{color:#2d2d2d;}
#header-lp a:hover{opacity:0.7;transition:.2s;}
#header-lp a img{opacity:1!important;}
#header-lp img{max-width:100%;height:auto;vertical-align:bottom;}
#header-lp .logo{padding-bottom:7px;}
#header-lp .header-inner{display:flex;align-items:flex-start;justify-content:flex-end;height:100%;font-size:12px;font-weight:bold;text-align:center;line-height:1.2;}
#header-lp .gnav-tel{position:absolute;left:355px;top:0;height:100%;display:flex;align-items:center;}
#header-lp .gnav-tel a{cursor:default;pointer-events:none;opacity:1!important;}
#header-lp .gnav-menu{display:flex;align-items:flex-start;margin-right:10px;}
#header-lp .gnav-menu > li{flex:1;}
#header-lp .gnav-menu > li a{padding:7px 5px;display:block;text-align:center;white-space:nowrap;text-decoration:none;}
#header-lp .gnav-menu > li a::before{content:"";display:block;width:80px;height:54px;background:url(/lp/img/header/icon01.png) no-repeat;background-size:contain;margin:0 auto 7px;}
#header-lp .gnav-menu > li.icon-ha a::before{background-image:url(/lp/img/header/icon02.png);}
#header-lp .gnav-menu > li.icon-pa a{letter-spacing:-0.05em;}
#header-lp .gnav-menu > li.icon-pa a::before{background-image:url(/lp/img/header/icon03.png);}
#header-lp .gnav-menu > li.icon-si a::before{background-image:url(/lp/img/header/icon04.png);}
#header-lp .header-sub{display:flex;align-items:flex-start;}
#header-lp .header-sub > li{flex:1;}
#header-lp .header-sub > li a{padding:7px 10px;display:block;text-align:center;white-space:nowrap;letter-spacing:0.025em;text-decoration:none;}
#header-lp .header-sub > li a::before{content:"";display:block;width:50px;height:54px;background:url(/lp/img/header/icon_area.png) no-repeat;background-size:contain;margin:0 auto 7px;}
#header-lp .header-sub > li.icon-ca a::before{background-image:url(/lp/img/header/icon_cart.png);}
#header-lp .header-sub > li.icon-sh a::before{background-image:url(/lp/img/header/icon_shop.png);}
#header-lp #header-btn{display:none;}

@media screen and (max-width:1359px){
    #header-lp{padding-left:30px;}
    #header-lp .logo{width:200px;}
    #header-lp .gnav-tel{left:250px;width:300px;}
}
@media screen and (max-width:1199px){
    #header-lp{padding-left:20px;padding-right:10px;}
    #header-lp .logo{width:140px;}
    #header-lp .gnav-tel{left:175px;width:240px;}
    #header-lp .header-inner{font-size:11px;}
    #header-lp .gnav-menu > li a{padding:7px 3px;}
    #header-lp .header-sub > li a{padding:7px 6px;}
}

/* -------------------------------------------------------- */
/* footer */
/* -------------------------------------------------------- */
#footer-lp{min-width:980px;padding:20px;text-align:center;font-size:14px;color:#fff;background:#2d2d2d;line-height:1;font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif;box-sizing:border-box;}

