@import"//fonts.googleapis.com/earlyaccess/notosansjp.css";
@charset "UTF-8";

/* ==================================================
 Tags Settimg
================================================== */

/* Fonts
------------------------------ */

@font-face{ font-family: BMW-Bold;
  src: url(/6ser_gt_debutedition/fonts/bmwtypewebbo_all.eot);
  src: url(/6ser_gt_debutedition/fonts/bmwtypewebbo_all.eot?#iefix) format("embedded-opentype"),url(/6ser_gt_debutedition/fonts/bmwtypewebbo_all.woff) format("woff"),url(/6ser_gt_debutedition/fonts/bmwtypewebbo_all.ttf) format("truetype"),url(/6ser_gt_debutedition/fonts/bmwtypewebbo_all.svg#bmwtypewebbo_all) format("svg")
}
@font-face{ font-family: BMW;
  src: url(/6ser_gt_debutedition/fonts/bmwtypewebli_all.eot);
  src: url(/6ser_gt_debutedition/fonts/bmwtypewebli_all.eot?#iefix) format("embedded-opentype"),url(/6ser_gt_debutedition/fonts/bmwtypewebli_all.woff) format("woff"),url(/6ser_gt_debutedition/fonts/bmwtypewebli_all.ttf) format("truetype"),url(/6ser_gt_debutedition/fonts/bmwtypewebli_all.svg#bmwtypewebli_all) format("svg")
}

.alphameric {
  font-family: BMW;
  font-weight: 600;
}
.alphamericBold {
  font-family: BMW-Bold;
  font-weight: normal;
}

/* Normalize
------------------------------ */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: bottom;
}

/* Loacl Settings
------------------------------ */

html {
  overflow-y: scroll;
}
body {
  position: relative;
  min-width: 1265px;
  -webkit-text-size-adjust: 100%;
  color: #262626;
  font-size: 14px;
  font-family: BMW, Noto Sans JP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
body {
  min-width: 320px;
  font-size: 12px;
}
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
main {
  display: block;
  background-color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
}

img {
  width: 100%;
  vertical-align: bottom;
}

wbr + span {
  white-space: nowrap;
}

br.pcHide {
  display: none;
}
@media screen and (max-width: 767px) {
br.spHide {
  display: none;
}
br.pcHide {
  display: inline;
}
}

/* ==================================================
 Layouts
================================================== */

/* Section Layouts
------------------------------ */

.mod_sec {
  padding: 0 30px;
}
.mod_sec > div {
  max-width: 1185px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
.mod_sec {
  padding: 0 15px;
}
.mod_sec > div {
}
}