@charset "utf-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

body {
  background: #fff;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings : "palt";
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}


/*PC用*/
@media screen and (min-width:641px) {
  .pc { display: block !important }
  .sp { display: none !important }
  .h_menu, #sp_global_nav { display: none; }

#header{margin: 0 auto;width: 100%;height: 659px; background: url("../images/bg_header.jpg") no-repeat center top;}
#header .inner{margin: 0 auto;padding: 127px 0 0 18px; width: 1040px;position: relative;box-sizing: border-box;}
#header .logo{width: 276px; position: absolute;left: 13px;top: 34px;}
#header .copy{width: 520px;}
#header .text{width: 100%;}
#header .sp_mv{display: none;}

#footer{margin: 0 auto;padding: 33px 0; width: 100%;background: #000; clear: both;}
#footer small{display: block;color: #fff;font-size: 14px;line-height: 1; text-align: center;}
}
/*SP用*/
@media screen and (max-width:640px) {
  .pc { display: none !important }
  .sp { display: block !important }
  img { max-width: 100%; height: auto; width: auto; }
  body { min-width: auto !important; overflow: inherit !important; }
  .sp_tac { text-align: center !important; }
  .sp_tar { text-align: right !important; }
  .sp_mb15 { margin-bottom: 15px !important; }
  .sp_mb20 { margin-bottom: 20px !important; }
  div, p, dd, dl, dt, th, td, span, li { box-sizing: border-box; }
    
#header{margin: 0 auto;width: 100%;height: auto; background: none;}
#header .inner{margin: 0 auto;padding: 0; width: 100%;}
#header .logo,#header .copy,#header .text{display: none;}
#header .sp_mv,#header .sp_mv img{width: 100%;}
#header .sp_mv{display: block;}
    
#footer{margin: 0 auto;padding: 6.133vw 0; width: 100%;background: #000; clear: both;}
#footer small{display: block;color: #fff;font-size: 2.933vw;line-height: 1; text-align: center;}
}