@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

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

body {
  line-height: 1;
}

nav ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

body {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4 {
  font-family: "FuturaLTPro-Book", "IwaNGoPro-Th", sans-serif;
  color: #444444;
}

p {
  line-height: 1.5;
  font-feature-settings: "pkna";
  color: #444;
}

img {
  width: 100%;
}

.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

/* ============================== */
/* ==============
header/footer
=============== */
header {
  position: fixed;
  z-index: 99999;
  /*headerBar*/
  /* menuBtn */
  /* menuList */
}
header .headerBar {
  margin: 0 auto;
  padding: 5px 0 5px 0;
  width: 95%;
}
header .headerBar > a {
  display: block;
  max-width: 88px;
}
header .menuBtn {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999;
  width: 20px;
  height: 15px;
}
header .menuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cbcbcb;
  transition: all 0.3s;
}
header .menuBtn span:nth-of-type(2) {
  top: 6px;
}
header .menuBtn span:nth-of-type(3) {
  top: 12px;
}
header .menuBtn.active span:nth-of-type(1) {
  width: 45%;
  transform: translate3d(0px, 2px, 0) rotate(45deg);
}
header .menuBtn.active span:nth-of-type(2) {
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}
header .menuBtn.active span:nth-of-type(3) {
  width: 45%;
  transform: translate3d(9px, -1px, 0) rotate(45deg);
}
header .menuList {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  padding: 40px 0 0 40px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
  /* h2 */
  /* listWrap */
}
header .menuList .language a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 18px;
}
header .menuList .language a:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #dc6d00;
}
header .menuList > ul > li {
  margin-bottom: 40px;
}
header .menuList a {
  display: block;
  margin-bottom: 1em;
  font-size: 12px;
  color: #ffffff;
}
header .menuList h2 {
  display: inline-block;
  /* a */
}
header .menuList h2 a {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 23px;
}
header .menuList h2 a span {
  display: block;
  position: absolute;
  top: 5%;
  right: -25px;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}
header .menuList h2 a span:before, header .menuList h2 a span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: 0 auto;
  width: 14px;
  height: 3px;
  border-radius: 5px;
  background-color: #000000;
  transform: translateY(-50%);
}
header .menuList h2 a span:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
header .menuList h2.active a span:after {
  transform: translateY(-50%) rotate(0deg);
}
header .menuList .listWrap {
  height: 100%;
  transition: all 0.3s;
}
header .menuList .listWrap li {
  padding: 5px 0;
  height: 34px;
  transition: all 0.3s;
}
header .menuList .listWrapNone {
  overflow: hidden;
  height: 0;
}
header .menuList .listWrapNone li {
  padding: 0;
  height: 0;
}
header .menuList.listNone {
  padding-left: 0;
  width: 0%;
  overflow: hidden;
}

/* header */
footer {
  padding: 60px 0 30px 0;
  background-color: #666666;
  /* top */
  /* bottom */
}
footer .top {
  margin: 0 auto 0 auto;
  width: 90%;
  /* left */
  /* right */
}
footer .top .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .top .left > div:first-of-type {
  width: 60%;
}
footer .top .left > div:nth-of-type(2) {
  width: 40%;
}
footer .top .left ul {
  margin: 0 0 25px 0;
}
footer .top .left h2 {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0;
  color: #ffffff;
}
footer .top .left a {
  display: block;
  margin-bottom: 1em;
  font-size: 12px;
  color: #b9b9b9;
}
footer .top .right {
  margin: 0 0 50px 0;
}
footer .top .right a {
  display: block;
  margin: 0 auto 20px auto;
  width: 80%;
}
footer .bottom {
  margin: 0 auto 0 auto;
  max-width: 900px;
}
footer .bottom .logo a {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 177px;
}
footer .bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 15px auto;
  width: 80%;
}
footer .bottom ul li {
  margin: 0 auto 10px auto;
  width: 50%;
  text-align: center;
}
footer .bottom ul a {
  font-size: 12px;
  color: #b9b9b9;
}
footer small {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #b9b9b9;
}

/* footer */
/* ==============
本文 共通要素
=============== */
.underPage {
  /* mvArea */
}
.underPage .mvArea {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 74.6vw;
  background-color: #cfcfcf;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.underPage .mvArea:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.underPage .mvArea h2 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0;
  color: #ffffff;
}
.underPage .dummy {
  display: table;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0.5em 1em;
  border: 2px solid #ff2600;
  width: 50px;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #ff2600;
}

/* underPage */
.secBox h2 {
  margin: 0 0 1em 0;
  text-align: center;
  font-size: 36px;
  font-family: "FuturaLTPro-Book", "IwaNGoPro-Th", sans-serif;
}

/* secBox */
.priceNone {
  display: none;
}

.linkBtn {
  display: table;
  margin: 0 auto 0 auto;
  padding: 0.5em 3em 0.5em 3em;
  border-radius: 50px;
  background-color: #666666;
  font-size: 20px;
  font-family: "FuturaLTPro-Book", "IwaNGoPro-Th", sans-serif;
  color: #ffffff;
}

/* ==============
各製品ページ 共通要素
=============== */
.typeProduct {
  /* linkBtn */
  /* mvArea */
  /* secBox */
  /* sec1 */
  /* sec2 */
  /* sec3 */
  /* sec4 */
}
.typeProduct .linkBtn {
  position: relative;
  margin-bottom: 60px;
  padding: 0.5em 4em 0.5em 2em;
  line-height: 1.5;
  font-size: 14px;
}
.typeProduct .linkBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.typeProduct .mvArea {
  margin: 0 0 30px 0;
}
.typeProduct .mvArea > div {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
}
.typeProduct .mvArea h2 {
  width: auto;
}
.typeProduct .mvArea .catch {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
}
.typeProduct .mvArea .catch > span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 24px;
}
.typeProduct .mvArea .catch strong {
  font-size: 43px;
}
.typeProduct .mvArea .catch strong span {
  margin-left: 0.5em;
  font-size: 29px;
}
.typeProduct .secBox {
  margin-bottom: 60px !important;
  /* h2 */
}
.typeProduct .secBox h2 {
  margin: 0 0 30px 0;
  line-height: 1.5;
  font-size: 28px;
  font-family: "FuturaLTPro-Book", "IwaNGoPro-Th", sans-serif;
}
.typeProduct .secBox h2 span {
  display: block;
  border-top: 1px solid #aaaaaa;
  font-size: 18px;
}
.typeProduct .secBox h2.catch {
  font-size: 20px;
}
.typeProduct .sec1 {
  /* text */
  /* model */
}
.typeProduct .sec1 .lead {
  margin: 0 auto 2em auto;
  width: 90%;
  font-size: 14px;
  line-height: 1.75;
  font-weight: normal;
}
.typeProduct .sec1 .lead .small {
  display: block;
  font-size: 12px;
}
.typeProduct .sec1 .flexWrap {
  margin: 0 auto;
  width: 90%;
}
.typeProduct .sec1 .img {
  position: relative;
  margin: 0 0 30px 0;
}
.typeProduct .sec1 .text h3 {
  line-height: 1.5;
  font-size: 24px;
}
.typeProduct .sec1 .text h3 span {
  display: block;
  font-size: 14px;
}
.typeProduct .sec1 p.priceTxt {
  font-size: 13px;
}
.typeProduct .sec1 dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #aaaaaa;
}
.typeProduct .sec1 dd {
  /* p */
}
.typeProduct .sec1 dd.heading {
  margin: 0 0 1em 0;
  line-height: 1.75;
  font-size: 14px;
  color: #444;
}
.typeProduct .sec1 dd.heading br {
  display: none;
}
.typeProduct .sec1 dd p {
  margin-bottom: 20px;
  font-size: 15px;
}
.typeProduct .sec1 dd p .normalprice {
  display: inline-block;
  margin: 0 1em 0 0;
}
.typeProduct .sec1 dd p span.zaiko {
  display: block;
  font-size: 10px;
  margin-top: 0.5em;
  line-height: 1.9;
  color: #fff;
}
.typeProduct .sec1 dd p span.zaiko span {
  display: inline-block;
  background: #717070;
  padding: 0 0.3em;
}
.typeProduct .sec1 dd p.txt {
  margin-top: 0.5em;
  font-size: 13px;
}
.typeProduct .sec1 dd p.describe {
  font-size: 14px;
}
.typeProduct .sec1 dd p.describe a {
  color: #666;
  text-decoration: underline;
}
.typeProduct .sec1 dd p.describe a:hover {
  text-decoration: none;
}
.typeProduct .sec1 dd p.describe.unit {
  font-size: 12px;
}
.typeProduct .sec1 dd p.describe.unit::before {
  content: "ユニット構成を表示";
  text-decoration: underline;
  color: #666;
}
.typeProduct .sec1 dd p.describe.unit > span {
  display: none;
}
.typeProduct .sec1 dd p.describe.unit.open::before {
  display: none;
}
.typeProduct .sec1 dd p.describe.unit.open > span {
  display: block;
}
.typeProduct .sec1 dd p.attn {
  font-size: 11px;
}
.typeProduct .sec1 .model tr:first-of-type {
  border-bottom: 1px solid #aaaaaa;
}
.typeProduct .sec1 .model tr:first-of-type th {
  padding-bottom: 0.5em;
}
.typeProduct .sec1 .model th {
  text-align: left;
  color: #444444;
}
.typeProduct .sec1 .model td {
  padding: 0.3em 0;
  font-size: 15px;
  color: #444444;
}
.typeProduct .sec1 .models {
  width: 90%;
  margin: 0 auto 40px;
  max-width: 990px;
}
.typeProduct .sec1 .models dt h3 {
  margin-bottom: 1em;
  font-size: 18px;
}
.typeProduct .sec1 .models dt p {
  font-weight: normal;
  font-size: 14px;
}
.typeProduct .sec1 .models dt p br {
  display: none;
}
.typeProduct .sec1 .models dd p {
  font-weight: normal;
  line-height: 1.75;
}
.typeProduct .sec2 {
  margin: 0 auto 0px auto;
  width: 90%;
}
.typeProduct .sec2 .figArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 0 40px 0;
}
.typeProduct .sec2 .figArea.column3 li {
  width: 30%;
}
.typeProduct .sec2 .figArea.titleArea li {
  align-self: flex-end;
  margin: 0 0 15px 0;
}
.typeProduct .sec2 .figArea.titleArea li p {
  font-size: 12px;
}
.typeProduct .sec2 li {
  width: 48%;
}
.typeProduct .sec2 li img {
  border: 1px solid #aaaaaa;
}
.typeProduct .sec2 .spec {
  overflow: scroll;
}
.typeProduct .sec2 .spec.column3 table {
  width: 500px;
}
.typeProduct .sec2 table {
  margin: 0 auto;
  width: 100%;
}
.typeProduct .sec2 tr {
  border-bottom: 1px solid #aaaaaa;
}
.typeProduct .sec2 th,
.typeProduct .sec2 td {
  padding: 10px 0 10px 0;
  line-height: 1.5;
  font-size: 12px;
  color: #444444;
}
.typeProduct .sec2 th {
  text-align: left;
  font-family: "FuturaLTPro-Book", "IwaNGoPro-Th", sans-serif;
}
.typeProduct .sec3 {
  margin: 0 auto;
  width: 90%;
  /* li */
}
.typeProduct .sec3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.typeProduct .sec3 li {
  margin: 0 0 30px 0;
  width: 48%;
}
.typeProduct .sec3 li a {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  height: 0;
  padding-top: 62%;
}
.typeProduct .sec3 li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.typeProduct .sec3 li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 17px;
  height: 17px;
  background-image: url(../images/ico.svg);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: normal;
  filter: invert(0.4);
}
.typeProduct .sec3 li p {
  font-size: 13px;
}
.typeProduct .sec3.befitBMW ul {
  justify-content: space-around;
}
.typeProduct .sec4 {
  margin: 0 auto;
  width: 90%;
}
.typeProduct .sec4 .img {
  margin: 0 0 40px 0;
}
.typeProduct .sec4 h3 {
  margin: 0 0 1em 0;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
}
.typeProduct .sec4 p {
  margin: 0 0 1em 0;
  font-size: 14px;
}
.typeProduct .sec4 p small {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 20px;
}
.typeProduct .sec4 p.small {
  font-size: 13px;
}
.typeProduct .sec4 .inner {
  margin-bottom: 60px;
}
.typeProduct .modalArea {
  display: none;
}

/* typeProduct */
.captionBox {
  display: table;
  margin: 1em 0 0;
  color: #444;
}
.captionBox > span {
  display: table-row;
}
.captionBox > span > span {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.6;
}
.captionBox > span > span:first-child {
  padding-right: 0.3em;
  text-align: right;
}/*# sourceMappingURL=style.css.map */