@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,500,700);

/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "BMW Serif Bold";
  src: url("fonts/A-OTF-GothicMB101Pr5-DeBold_0.otf") format("opentype");
}
@font-face {
  font-family: "BMW Serif Regular";
  src: url("fonts/A-OTF-GothicMB101Pr5-Reg_0.otf") format("opentype");
}
@font-face {
  font-family: "GothicMB101DB";
  src: url("fonts/A-OTF-GothicMB101Pr5-DeBold_0.otf") format("opentype");
}
@font-face {
  font-family: "GothicMB101";
  src: url("fonts/A-OTF-GothicMB101Pr5-Reg_0.otf") format("opentype");
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input,
button,
textarea {
  line-height: normal;
  font-family:  "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

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

hr{
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* tools --------------------------  */

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.txtalign-right {
  text-align: right;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

/* common --------------------------  */

html {
  height: 100%;
  background: white;
}

body {
  height: 100%;
  font: 16px/28px "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
  color: #3E3A39;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.main {
  background: white;
  min-height: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main_black {
  background: black;
  min-height: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
}

.wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
}

a {
  color: #666666;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
}

a:hover {
  color: #0653b6;
}

a:active {
  color: #0653b6;
}

.error {
  color: red !important;
  border-color: red !important;
}

.success {
  color: #00cc00 !important;
  border-color: #00cc00 !important;
}

.disabled {
  color: #999999 !important;
  border-color: #999999 !important;
  cursor: default !important;
}

.input-text,
.textarea {
  width: 100%;
  float: left;
  border: 2px solid #d8d8d8;
  background: white;
  height: 58px;
  padding: 10px 21px;
  font: 500 17px/34px  "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
  -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-text:focus,
.textarea:focus {
  border-color: #aeaeae;
}

.textarea {
  font-family:  "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
}

.button {
  color: white;
  background: #10bbf1;
  height: 58px;
  border: 2px solid #10bbf1;
  font: 500 22px  "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
  padding: 0 21px;
  -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button:hover {
  background: #40c9f4;
  border-color: #40c9f4;
}

.button:active {
  background: #0b97c3;
  border-color: #0b97c3;
}

a.button {
  text-decoration: none;
  display: inline-block;
  line-height: 54px;
  color: white;
}

a.button:hover {
  color: white;
}

a.button:active {
  color: white;
}

a.button.button-stripe {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: white;
}

a.button.button-stripe:hover {
  color: #222222;
  background-color: white;
  border-color: white;
}

a.button.button-stripe:active {
  color: #222222;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.red_text {
  color: red !important;
}

.center_text {
  text-align: center;
}

/* header --------------------------  */

header {
  padding: 0px 0px 0px;
  font: 24px/36px "BMW Serif Regular", "GothicMB101", Arial, sans-serif;
  color: white;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 32px;
  max-width: 800px;
}

/* footer --------------------------  */

.footer {
  padding: 0px 0px 80px;
}

/* home --------------------------  */

/* content --------------------------  */

.spanning {
  clear: both;
}

.promo {
  padding: 0px 0px 30px;
}

.promo p {
  margin: 15px 0px 0px;
  font-size: 14px;
  line-height: 1.2;
}

.promo-wrapper {
  margin: 10px 0px;
}

.promo-greeting-ph {
  padding: 0px 0px 30px;
}

.promo-greeting-ph40-img {
  padding: 10px 5px 5px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.promo-greeting-ph40-img img {
  width: 75%;
}

.promo-greeting-ph40-text {
  padding: 0px 0px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  float: left;
  font-size: 16px;
  line-height: 1.2;
}

.promo-greeting-ph40-text h1 {
  color: #FF0000;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.promo-greeting-ph p {
  margin: 15px 0px 0px;
  font-size: 16px;
  line-height: 1.3;
}

.ttl_text_lineup {
  padding: 0px 5px 0px;
  font-size: 20px;
  font-weight: bold;
  font-family: "BMW Serif Regular", "GothicMB101DB", Arial, sans-serif;
  border-left: 10px solid #FF0000;
}

.ttl_text_lineup_at {
  font-size: 12px;
}

.promo-column-bodycolorarea {
  padding: 10px 0px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-tokubetsured {
  margin: 5px 0px 5px;
  padding: 15px 0px 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  font-size: 16px;
  line-height: 1.0;
  text-align: left;
}

.promo-column-tokubetuimg {
  padding: 0px 0px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.promo-column-tokubetsured p.promo-column-text_color {
  margin: 5px 0px 5px;
  padding: 0px 5px 0px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  float: right;
}

.promo-column-tokubetsusoubiarea {
  margin: 10px 0px 10px;
  padding: 10px 10px 10px;
  border: 1px solid #ff0000;
  display: block;
}

.promo-column-tokubetsusoubi {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  text-align: left;
}

.promo-column-tokubetsunebiki {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  height: 100%;
  text-align: left;
  background: #FF0000;
}

.promo-column-tokubetsusoubi p.promo-column-tokubetsusoubi-txt {
  margin: 0px 0px 0px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  font-weight: bold;
  font-family: "BMW Serif Regular", "GothicMB101DB", Arial, sans-serif;
}

.promo-column-tokubetsusoubi-stxt {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}

.promo-column-tokubetsusoubi-ltxt {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}

.promo-column-tokubetsusoubinebiki {
  background: #FF0000;
  color: #FFFFFF;
  display: block;
  margin: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-column-tokubetsunebiki p.nebikigaku,
.promo-column-tokubetsusoubinebiki p.nebikigaku {
  background: #FF0000;
  color: #FFFFFF;
  display: block;
  margin: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "BMW Serif Regular", "GothicMB101DB", Arial, sans-serif;
}

.promo-column-lineupimg {
  padding: 0px 5px 30px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
}

.promo-column-lineuptext {
  padding: 0px 0px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%;
}

.promo-column-lineuptext p.carnametxt {
  margin: 0px 0px 0px 0px;
  font-size: 24px;
  font-weight: bold;
  font-family: "BMW Serif Regular", "GothicMB101DB", Arial, sans-serif;
  line-height: 1.0;
}

.carnamestxt {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  font-family: "BMW Serif Regular", "GothicMB101DB", Arial, sans-serif;
  line-height: 0.9;
}

hr.style1{
  border-top: 1px solid #555555;
  margin: 2px 0px 0px 0px;
}

.promo-column-textarea {
  padding: 0px 0px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
  display: block;
}

.promo-column-pricearea p.promo-column-tectextl,
.promo-column-pricearea p.promo-column-tectextr {
  margin: 0px 0px;
  padding: 0px 0px 0px;
  font-size: 13px;
  display: inline-block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
}

.promo-column-pricearea {
  display: flex;
  justify-content: center;
  align-content:flex-end;
  align-items: center;
}

.promo-column-pricearea p.promo-column-tectextl {
  text-align: left;
  width: 62%;
}

.promo-column-pricearea p.promo-column-tectextr {
  text-align: right;
  width: 38%;
}

.price_ltxt {
  font-size: 18px;
}

.promo-column-textarea p.at_stxt {
  margin: 0px 0px 0px 0px;
  font-size: 11px;
}

.promo-column-oshiharai {
  padding: 0px 0px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 47%;
  font-size: 16px;
  line-height: 1.0;
  text-align: right;
}

.promo-column-oshiharaiex {
  padding: 3px 5px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 53%;
  font-size: 10px;
  line-height: 1.0;
  text-align: left;
}

.promo-column-sueoki {
  background: #4C4948;
  color: #FFFFFF;
  display: block;
  margin: 8px 0px 0px 0px;
  border: 1px solid #4C4948;
}

.promo-column-ecocar {
  background: #FFFFFF;
  color: #333333;
  display: block;
  margin: 0px 0px 5px 0px;
  border: 1px solid #888888;
}

.promo-column-oshiharai p.promo-column-texttokubetukinri {
  margin: 2px 0px 0px;
  padding: 5px 3px 2px;
  font-size: 10px;
  display: inline-block;
  text-align: left;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0;
  width: 54%;
}

.promo-column-oshiharai p.promo-column-text_kinri {
  margin: 0px 0px 0px;
  padding: 3px 3px 3px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
}

.promo-column-textkaisu {
  font-size: 16px;
  display: inline-block;
  text-align: right;
}

.promo-column-oshiharaiex p.promo-column-text_at {
  font-size: 8px;
  line-height: 10px;
  margin: 5px 0px 0px;
  letter-spacing: 0px;
  display: block;
  clear: both;
}

.promo-column-textlsizetitle p {
  margin: 10px 0px 10px;
  padding: 5px 0px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.main_black p {
  color: #FFFFFF;
}

.promo-parts {
  margin: 30px 0px 0px;
}

.promo-parts h3 {
  margin: 10px 0px 0px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  line-height: 1.2;
}

.promo-parts p.promo-parts-text {
  margin: 10px 0px 10px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
}

.promo-column-tenjiimg {
  padding: 0px 10px 0px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}

.promo-greeting-texttenji {
  padding: 0px 5px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 1.2;
}

.promo p.promo-parts-text_at {
  margin: 0px 0px 10px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 1.4;
}

.promo-column-texttenji p.promo-column-textlineup_subttl {
  font-size: 24px;
  line-height: 1.2;
  margin: 0px 0px 0px;
  letter-spacing: 0px;
  font-weight: bold;
}

.promo-column-texttenji p.promo-column-textlineup_pricetxt {
  font-size: 18px;
  line-height: 1.2;
  margin: 10px 0px 10px;
  letter-spacing: 0px;
  font-weight: bold;
}

.promo-column-partsarea {
  margin: 15px 0px 15px;
  display: flex;
  align-content:flex-end;
  align-items: flex-end;
}

.promo-greeting-40th {
  margin: 30px 0px 20px;
  text-align: left;
}

.promo-greeting-40th h3 {
  margin: 10px 0px 0px;
  color: #FF0000;
  font-size: 28px;
  font-weight: bold;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-40th h4 {
  margin: 10px 0px 0px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-family: "BMW Serif Regular", "GothicMB101DB", Arial, sans-serif;
  line-height: 1.2;
}

.promo-greeting-40th p {
  margin: 15px 0px 0px;
  font-size: 14px;
  line-height: 1.2;
}

.promo-greeting40-text {
  padding: 0px 0px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  font-size: 16px;
  line-height: 1.2;
}

.promo-greeting40-img {
  padding: 10px 5px 5px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.promo-greeting40-img img {
  width: 65%;
}

.promo-column-pre {
  padding: 20px 0px 10px;
  clear: both;
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-pre p.promo-column-pretext_title {
  margin: 5px 0px 5px;
  padding: 0px 0px 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  color: #FF0000;
  border-bottom: 1px solid #003d74;
}

.promo-column-pretext_kinen {
  margin: 5px 0px 10px;
  padding: 5px 10px 5px;
  font-size: 14px;
  font-weight: bold;
  background: #003d74;
  color: #FFFFFF;
  line-height: 1.0;
}

.promo-column-pretext {
  padding: 20px 0px 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-pretext p.promo-column-text_present {
  margin: 5px 0px 10px;
  padding: 0px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #003d74;
}

.promo-column-pretext p.promo-column-text_pretai {
  margin: 5px 0px 10px;
  padding: 0px 0px 0px;
  font-size: 14px;
  line-height: 1.5;
}

.promo-column-text_pretaisyo {
  margin: 5px 3px 0px;
  padding: 2px 8px 2px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #555555;
  color: #555555;
}

.promo-column-pretext p.preatt_area {
  margin: 5px 10px;
  padding: 5px 0px;
  text-align: left;
  font-size: 10px;
  color: #3E3A39;
  line-height: 1.3;
}

.promo-column-preimg {
  padding: 20px 0px 10px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.promo-column-preimg img {
  width: 85%;
}

.promo-column-btnr {
  padding: 0px 0px 10px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column-btnr a:hover,
.promo-column-btnl a:hover {
  color: #FFFFFF;
}

.promo-column-btnr a:active,
.promo-column-btnl a:active {
  color: #FFFFFF;
}

.button_sxi {
  background: url('../images/here.png') 20px center / cover no-repeat,#0E92F8;
  background: url('../images/here.png') 20px center / cover no-repeat,-webkit-linear-gradient(top, #0E92F8, #1D65CB);
  background: url('../images/here.png') 20px center / cover no-repeat,-moz-linear-gradient(top, #0E92F8, #1D65CB);
  background: url('../images/here.png') 20px center / cover no-repeat,-ms-linear-gradient(top, #0E92F8, #1D65CB);
  background: url('../images/here.png') 20px center / cover no-repeat,-o-linear-gradient(top, #0E92F8, #1D65CB);
  background: url('../images/here.png') 20px center / cover no-repeat,linear-gradient(to bottom, #0E92F8, #1D65CB);
  background-size: 10px 10px,100% 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #FFFFFF;
  font-family: "BMW Serif Bold", "GothicMB101DB", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 35px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}

.text_bmwblue {
  color: #095BA4;
}

.text_bmwred {
  color: #FF0000;
}

.text_bmwdgray {
  color: #333333;
}

.semaku {
  letter-spacing: -0.5px;
}

.moresemaku {
  letter-spacing: -1.4px;
}

.discover {
  padding: 0px 0px 25px;
}

.discover-content {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.discover-content p.att_area {
  margin: 10px 0px;
  padding: 8px 5px;
  text-align: left;
  font-size: 10px;
  color: #3E3A39;
  line-height: 1.3;
  border-top: 1px solid #555555;
}

.footer ul.footer-column-nicole {
  border-bottom: 1px solid #555555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.footer ul.footer-column-nicole li {
  width: 32%;
  padding: 0px;
}

.footermark-sns {
  text-align: right;
  padding: 0px 5px 5px;
}

.footermark-sns img {
  padding: 0px 5px 0px;
}

.promo-column {
  padding: 0px 5px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  font-size: 13px;
  line-height: 1.5;
}

.promo-column img.im {
  margin-bottom: 4px;
}

.promo-column h5 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

.promo-column p {
  margin: 15px 0px 0px;
  font-size: 14px;
  line-height: 1.2;
}

.footer-logo-seven {
  padding: 10px 0px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  font-size: 13px;
  line-height: 1.5;
}

.footer-logo-forty {
  padding: 0px 0px 0px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #555555;
}

.twentyone {
  padding: 0px 5px;
  display: inline-block;
}

.twentyone p {
  font-size: 12px;
  line-height: 1.5;
}

img.forty {
  width: 88px;
  padding: 0 10px;
}

.footer-logo-fortyimg {
  width: 100%;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.footer-logo-fortytext {
  padding: 5px;
  margin: 10px 0px;
  width: 62%;
  display: inline-block;
}
.footer-logo-fortytext p {
  margin: 5px 0px;
  font-size: 10px;
  line-height: 1.2;
}



/* media -----------------------------------------------  */

/* ===[ Responsive all mobile sizes ]=== */

@media (max-width: 679px) { 

  header {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .promo-greeting-ph,
  .promo-greeting-ph40-text,
  .ttl_text_lineup,
  .promo-column-bodycolorarea,
  .promo-column-tokubetsured,
  .promo-column-tokubetsusoubi,
  .promo-column-tokubetsunebiki,
  .promo-column-lineuptext,
  .promo-column-pricearea p.promo-column-tectextl,
  .promo-column-pricearea p.promo-column-tectextr,
  .promo-column-oshiharai,
  .promo-column-sueoki,
  .promo-column-ecocar,
  .promo-column-oshiharaiex,
  .promo-parts,
  .promo-column-texttenji,
  .promo-greeting-40th,
  .promo-column-btnr,
  .promo-column-btnl,
  .promo-column {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 5px;
  }

  .promo-column-pre,
  .promo-column-pretext,
  .promo-greeting40-text {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 5px 0px;
  }

  .promo-column-partsarea,
  .promo-column-pricearea {
    display: block;
  }

  p.promo-parts-text_at,
  .promo-column-textlsizetitle p {
    font-size: 16px;
    line-height: 1.2;
    padding: 5px;
  }

  .promo-greeting-40th h3,
  .promo-column-texttenji p.promo-column-textlineup_subttl,
  .promo-parts h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .promo-greeting-40th h4,
  .promo-column-texttenji p.promo-column-textlineup_pricetxt,
  .promo-parts p.promo-parts-text {
    font-size: 14px;
    line-height: 1.2;
  }

  .promo-column-pre p.promo-column-pretext_title {
    border-bottom: none;
  }

  .promo-column-oshiharai,
  .promo-column-sueoki,
  .promo-column-ecocar {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 0px 0px 0px;
  }

  .promo-greeting-ph40-img,
  .promo-column-lineupimg,
  .promo-column-tokubetuimg,
  .promo-column-tenjiimg,
  .promo-column-preimg {,
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 0px 0px 0px;
  }

  .promo-greeting-ph40-img img,
  .promo-column-tokubetuimg img,
  .promo-column-lineupimg img,
  .nicolelogo,
  .promo-column img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .promo-greeting40-img img {
    display:none;
  }

  .promo-column-preimg img {
    width:40%;
    text-align: center;
  }

  .promo-greeting-ph40-text h1,
  .promo p.ttl_text_lineup {
    font-size: 26px;
    line-height: 1.2;
  }

  .footer-logo-forty,
  .footer-logo-seven {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-logo-fortyimg img,
  .footer-logo-forty img,
  .footer-logo-seven img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-logo-forty {
    padding: 10px 0px 10px;
    border: 1px solid #555555;
  }


}



/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 479px) { 

  .promo-greeting-ph,
  .promo-greeting-ph40-text,
  .ttl_text_lineup,
  .promo-column-bodycolorarea,
  .promo-column-tokubetsured,
  .promo-column-pricearea,
  .promo-column-pricearea p.promo-column-tectextl,
  .promo-column-pricearea p.promo-column-tectextr,
  .promo-parts,
  .promo-column-partsarea,
  .promo-column-texttenji,
  .promo-column-tokubetsusoubi,
  .promo-column-tokubetsunebiki,
  .promo-column-bodycolorarea,
  .promo-column-tokubetsured,
  .promo-column-btnr,
  .promo-column-btnl,
  .footer-logo-forty,
  .footer-logo-seven {
    float: none;
  }

  .footer,
  .promo-column {
    text-align: center;
    float: none;
  }

  .promo-column-lineupimg,
  .promo-column-img {
      float: none;
      padding: 0px 0px 0px 0px;
  }

  .promo p.ttl_text_lineup {
    font-size: 18px;
    line-height: 1.2;
  }

  .ttl_text_lineup img.tokubetuimg {
    margin: 0px 2px 0px 2px;
    width: 20px;
  }

  .ttl_text_lineup img.ecoimg {
    margin: 0px 2px 0px 2px;
    width: 20px;
  }

  .footer-logo-forty img,
  .footer-logo-seven img {
    float: none;
    width: auto;
  }

  .footer ul.footer-column-nicole {
    flex-direction: column;
    align-items: center;
  }

  .footer ul.footer-column-nicole li {
    float: none;
    width: auto;
    max-width: 100%;
  }

  .footermark-im {
    display: none;
  }

  .footermark-im img {
    display: none;
  }

  img.seven {
    max-width: 45px;
  }

  img.twentyone {
    max-width: 148px;
  }

  img.forty {
    max-width: 60px;
    padding: 0 5px;
  }

  .footer-logo-fortytext {
    padding: 0px;
    margin: 5px 5px;
  }

    .footer-logo-forty {
      padding: 0px 0px 0px;
      border: 1px solid #555555;
    }



}

/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 279px) { 
  header .buttons-wrapper .button.button-stripe {
    margin-left: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 
  .comments .tab-prev,
  .comments .tab-next,
  .button-download:after,
  .comments .tab-prev,
  .comments .tab-next,
  .button-download:after {
      -moz-background-size: 200px 50px;
      -webkit-background-size: 200px 50px;
      -o-background-size: 200px 50px;
      background-size: 200px 50px;
  }
}
