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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

@font-face {
  font-family: 'mitsu';
  src: url("font/mitsu/MMC-Regular.eot");
  src: url("font/mitsu/MMC-Regular.eot?#iefix") format("embedded-opentype"), url("font/mitsu/MMC-Regular.woff2") format("woff2"), url("font/mitsu/MMC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'mitsu';
  src: url("font/mitsu/MMC-Medium.eot");
  src: url("font/mitsu/MMC-Medium.eot?#iefix") format("embedded-opentype"), url("font/mitsu/MMC-Medium.woff2") format("woff2"), url("font/mitsu/MMC-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'mitsu';
  src: url("font/mitsu/MMC-Bold.eot");
  src: url("font/mitsu/MMC-Bold.eot?#iefix") format("embedded-opentype"), url("font/mitsu/MMC-Bold.woff2") format("woff2"), url("font/mitsu/MMC-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

html {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  font-size: 62.5%;
  font-family: mitsu;
  line-height: 1.5;
  color: #000;
  touch-action: manipulation; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch; }

a {
  color: #000;
  text-decoration: underline; }

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

.header__wrap, .contents, .movie__wrap, .sns__wrap, .footer__wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 37px; }

#wrapper {
  position: relative;
  z-index: 10 !important; }
  #wrapper.-fixed {
    overflow: hidden; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* ===================================================================================

Base Media Queries PC
基礎 メディアクエリ PC用（ 960px 〜 ）

=================================================================================== */
.pc-only {
  display: inherit !important; }

.sp-only {
  display: none !important; }

/*================================
	header
================================*/
.header {
  padding: 24px 0 19px;
  background-color: #000;
  border-bottom: 2px solid #fe0a16; }

.header__logo {
  width: 4.97804%;
  background: url(../img/logo_mitsubishi_motors.svg) no-repeat;
  background-size: contain;
  font-size: 0; }

.header__logo__link {
  position: relative;
  display: block; }
  .header__logo__link:before {
    content: "";
    display: block;
    padding-top: 97.05882%; }

/*================================
	contents
================================*/
.contents__wrap {
  position: relative;
  background-color: #fff; }

.contents__cols {
  display: flex;
  justify-content: flex-start;
  flex-flow: row-reverse;
  height: 100%;
  overflow: hidden; }
  .contents__cols.-active .contents__col.-menu {
    width: 24.67057%; }
  .contents__cols.-active .contents__col.-main {
    width: 75.32943%; }
  .contents__cols.-active .mainView:before {
    padding-top: 61.22449%; }
  .contents__cols.-active .mainView__item {
    background-size: cover; }
  .contents__cols.-active .mainView__button {
    margin-left: -60px; }
  .contents__cols.-active .colorSelector {
    left: 2.91545%;
    width: 42.75996%;
    margin-left: 0; }
  .contents__cols.-active .specView__header {
    display: flex;
    padding: 1.55491% 2.91545% 1.55491% 3.88727%; }
  .contents__cols.-active .accessorySelector {
    opacity: 1; }

.contents__col {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .contents__col.-menu {
    width: 0;
    background-color: #edeced;
    overflow: hidden; }
  .contents__col.-main {
    width: 100%; }

/*================================
	movie
================================*/
.movie {
  padding: 25px 0;
  background-color: #f2f2f2; }

.movie__inner {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }
  .movie__inner:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .movie__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/*================================
	sns
================================*/
.sns {
  padding: 40px 0;
  background-color: #ecebeb; }

.sns__banners {
  text-align: center;
  font-size: 0; }

.sns__banner {
  display: inline-block;
  width: 21.96193%;
  min-width: 280px; }
  .sns__banner + .sns__banner {
    margin-left: 2.19619%; }

/*================================
	footer
================================*/
.footer {
  padding: 10px 0;
  background-color: #f2f2f2;
  font-size: 1.4rem;
  text-align: center;
  color: #7c7c7c; }
  .footer a {
    color: #7c7c7c;
    margin: 0 0.1em; }

/*================================
	mainView
================================*/
.mainView {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden; }
  .mainView:before {
    content: "";
    display: block;
    padding-top: 46.12006%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .mainView:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    pointer-events: none;
    background: url(../img/icn_rot.png) no-repeat center center;
    z-index: 9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .mainView.-rotate:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

.mainView__inner,
.mainView__clone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.mainView__items {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .mainView__items.-body {
    z-index: 2; }
    .mainView__items.-body.-prev {
      z-index: 1; }
      .mainView__items.-body.-prev.-current {
        z-index: 2; }
  .mainView__items.-basic {
    z-index: 3; }
  .mainView__items.-accessory {
    display: none; }
  .mainView__items img {
    height: 100%;
    width: auto;
    margin: 0 auto; }

.mainView__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1; }

.mainView__name {
  position: absolute;
  display: none;
  z-index: 10; }

.mainView__arrow {
  position: absolute;
  right: 30px;
  bottom: 80px;
  display: none;
  z-index: 10; }
  .mainView__arrow.-active {
    display: flex;
    align-items: center;
    justify-content: flex-end; }

.mainView__arrow__btn {
  width: 90px;
  cursor: pointer;
  margin-left: 7px; }

.mainView__arrow__icn {
  width: 49px;
  margin-left: 7px; }

.mainView__txt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: right;
  z-index: 10; }

.mainView__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 200px;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10; }

.mainView__button__icn {
  background: #fe0a16 url(../img/icn_arrow_right.svg) no-repeat center center;
  background-size: 16px auto; }
  .mainView__button__icn:before {
    content: "";
    display: block;
    padding-top: 83.33333%; }

.mainView__button__txt {
  margin-top: 100px;
  font-size: 1.6rem;
  color: #fe0a16;
  white-space: nowrap;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*================================
	colorSelector
================================*/
.colorSelector {
  position: absolute;
  top: 4.22535%;
  left: 2.19619%;
  margin-left: 60px;
  width: 32.21083%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10; }

.colorSelector__items {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4%; }

.colorSelector__item {
  width: 7.72727%;
  margin-right: 2.27273%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ccc;
  overflow: hidden;
  cursor: pointer; }
  .colorSelector__item.-active, .colorSelector__item:hover {
    border-color: #fe0a16; }

.colorSelector__txt {
  font-size: 2rem;
  line-height: 1; }

.colorSelector__txt__notes {
  display: block;
  margin-top: 10px;
  font-size: 0.7em; }

/*================================
	modelSelector
================================*/
.modelSelector {
  position: absolute;
  top: 4.22535%;
  right: 2.19619%;
  z-index: 10; }

.modelSelector__inner {
  display: flex;
  justify-content: flex-end; }

.modelSelector__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  background-color: #fe0a16;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff; }

.modelSelector__txt {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 60px 0 20px;
  background-color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer; }
  .modelSelector__txt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 63px;
    background: url(../img/icn_arrow_down.svg) no-repeat center center;
    pointer-events: none;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .modelSelector__txt.-active:before {
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); }

.modelSelector__items {
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  display: none; }

.modelSelector__item {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px 0 20px;
  background-color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer; }

/*================================
	specView
================================*/
.specView {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.specView__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1713% 2.19619% 1.1713% 2.92826%;
  background-color: #000; }

.specView__header__txt {
  font-size: 2rem;
  color: #fff; }

.specView__header__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 1em; }

.specView__header__head {
  display: inline-block;
  font-size: 2rem;
  color: #fff; }

.specView__header__price__wrap {
  display: flex;
  align-items: center; }

.specView__header__price__type {
  display: none; }
  .specView__header__price__type:after {
    content: " : "; }

.specView__header__price {
  padding-left: 1em;
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap; }
  .specView__header__price .-lineup {
    display: inline-block;
    margin-left: 1em; }

.specView__header__price__number {
  font-size: 0;
  color: #fe0a16; }
  .specView__header__price__number:before {
    content: attr(data-num);
    font-size: 1.6rem; }
  .specView__header__price__number:after {
    content: "บาท";
    margin-left: 0.5em;
    font-size: 1.6rem; }

.specView__header__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 195px;
  height: 48px;
  padding: 0 20px;
  background-color: #fe0a16;
  cursor: pointer; }
  .specView__header__button .-txt {
    font-size: 1.6rem;
    color: #fff;
    white-space: nowrap; }
  .specView__header__button:before, .specView__header__button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    width: 20px;
    height: 6px;
    margin: auto;
    display: block;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .specView__header__button:before {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  .specView__header__button.-active:before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .specView__header__button.-active:after {
    opacity: 0; }
  .specView__header__button.-active .-txt {
    font-size: 0; }
    .specView__header__button.-active .-txt:before {
      content: "ปิด";
      font-size: 1.6rem;
      color: #fff; }

.specView__body {
  display: none;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.8); }

.specView__body__wrap {
  max-height: 280px;
  overflow: auto; }

.specView__body__cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.specView__body__col {
  width: 48%;
  margin-bottom: 25px; }

.specView__body__head {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1; }

.specView__body__list {
  border-top: 1px solid #ccc; }

.specView__body__item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  color: #fff; }

.specView__body__item__price {
  white-space: nowrap; }
  .specView__body__item__price:after {
    content: "บาท";
    margin-left: 0.5em; }

/*================================
	exclusionAlert
================================*/
.exclusionAlert {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  max-width: 300px;
  margin-left: 18px;
  padding: 16px;
  background-color: #fe0a16;
  pointer-events: none;
  z-index: 2000; }
  .exclusionAlert:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background-color: #fe0a16;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.exclusionAlert__txt {
  font-size: 1.3rem;
  color: #fff; }

/*================================
	accessorySelector
================================*/
.accessorySelector {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.accessorySelector__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  padding: 0 11.86944%;
  background-color: #333;
  white-space: nowrap;
  overflow: hidden; }
  .accessorySelector__name img {
    width: 136px;
    height: 22px; }

.accessorySelector__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  padding: 0 11.86944%;
  background-color: #fe0a16;
  white-space: nowrap; }
  .accessorySelector__button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 64px;
    background: url(../img/icn_arrow_left.svg) no-repeat center center;
    background-size: 16px auto; }

.accessorySelector__button__txt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff; }

.accessorySelector__wrap {
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto; }

.accessorySelector__items.-active .accessorySelector__head:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
.accessorySelector__items.-active .accessorySelector__head:after {
  opacity: 0; }
.accessorySelector__items.-active .accessorySelector__list {
  position: relative;
  left: auto; }

.accessorySelector__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  padding: 0 11.86944%;
  background-color: #c6c6c6;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap; }
  .accessorySelector__head:before, .accessorySelector__head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    width: 20px;
    height: 6px;
    margin: auto;
    display: block;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .accessorySelector__head:before {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.accessorySelector__list {
  position: fixed;
  left: -9999em; }

.accessorySelector__item {
  position: relative;
  padding: 6% 5.04451% 6% 0;
  background-color: #edeced; }
  .accessorySelector__item + .accessorySelector__item {
    border-top: 1px solid #fff; }
  .accessorySelector__item.-package {
    position: absolute;
    left: -9999em; }
  .accessorySelector__item.-disabled .accessorySelector__checkbox__inner {
    opacity: 0;
    pointer-events: none; }
  .accessorySelector__item.-exclusion .accessorySelector__checkbox,
  .accessorySelector__item.-exclusion .accessorySelector__open,
  .accessorySelector__item.-exclusion .accessorySelector__colors__item {
    pointer-events: none; }

.accessorySelector__item__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.accessorySelector__checkbox {
  width: 12.5%;
  padding: 10px 3.125%; }
  .accessorySelector__checkbox.-checked .accessorySelector__checkbox__inner {
    background-image: url(../img/icn_checked.png); }

.accessorySelector__checkbox__inner {
  position: relative;
  border: 2px solid #c6c6c6;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  .accessorySelector__checkbox__inner:before {
    content: "";
    display: block;
    padding-top: 100%; }

.accessorySelector__photo {
  width: 25%;
  margin-right: 5%; }
  .accessorySelector__photo img {
    width: 100%; }

.accessorySelector__txt {
  width: 46.875%;
  font-size: 1.4rem; }

.accessorySelector__item__name {
  display: block;
  margin-bottom: 4px; }
  .accessorySelector__item__name .red {
    display: block;
    font-size: 0.8em;
    color: #f00; }
  .accessorySelector__item__name .bold {
    display: block;
    font-size: 0.9em;
    font-weight: bold; }

.accessorySelector__item__price {
  display: block; }

.accessorySelector__item__price_number {
  display: block;
  font-size: 0; }
  .accessorySelector__item__price_number:before {
    content: attr(data-price);
    font-size: 1.2rem; }
  .accessorySelector__item__price_number:after {
    content: " บาท (รวม VAT)";
    font-size: 1.1rem; }
  .accessorySelector__item__price_number.-wheel:after {
    content: " บาท (ราคารวม 4 ล้อและVAT)"; }

.accessorySelector__item__price_ex_tax_number {
  display: block;
  font-size: 0; }
  .accessorySelector__item__price_ex_tax_number:before {
    content: attr(data-price_ex_tax);
    font-size: 1.2rem; }
  .accessorySelector__item__price_ex_tax_number:after {
    content: " บาท (ไม่รวม VAT)";
    font-size: 1.1rem; }
  .accessorySelector__item__price_ex_tax_number.-wheel:after {
    content: " บาท (ราคารวม 4 ล้อ และไม่รวม VAT)"; }

.accessorySelector__item__variation {
  display: none; }

.accessorySelector__item__variation__name {
  margin-right: 0.5em;
  font-size: 1.4rem; }

.accessorySelector__item__variation__price {
  font-size: 0; }
  .accessorySelector__item__variation__price:before {
    content: attr(data-price);
    font-size: 2rem; }
  .accessorySelector__item__variation__price:after {
    content: "บาท";
    margin-left: 0.5em;
    font-size: 1.4rem; }

.accessorySelector__item__txt {
  display: none; }

.accessorySelector__info {
  position: relative;
  width: 9.375%;
  margin-left: auto;
  background: url(../img/icn_info.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer; }
  .accessorySelector__info:before {
    content: "";
    display: block;
    padding-top: 100%; }

.accessorySelector__colors {
  padding-top: 8px;
  padding-left: 12.8125%; }

.accessorySelector__colors__head {
  margin-bottom: 6px;
  font-size: 1.2rem; }

.accessorySelector__colors__items {
  font-size: 0; }

.accessorySelector__colors__item {
  position: relative;
  display: inline-block;
  width: 8.14815%;
  margin-right: 2.22222%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ccc;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer; }
  .accessorySelector__colors__item.-active, .accessorySelector__colors__item:hover {
    border-color: #fe0a16; }
  .accessorySelector__colors__item.-color0 {
    background-color: #fff; }
    .accessorySelector__colors__item.-color0:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .accessorySelector__colors__item.-color0:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      height: 2px;
      margin: auto;
      background-color: #ccc;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .accessorySelector__colors__item img {
    width: 100%; }

.accessorySelector__alert {
  display: none; }

.landscape__txt {
  display: none; }

.accessoryModal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  z-index: 1500;
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .accessoryModal.-active {
    pointer-events: auto;
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .accessoryModal.-active .accessoryModal__inner {
      pointer-events: auto; }

.accessoryModal__inner {
  position: relative;
  width: 77.74538%;
  background-color: #fff;
  -moz-box-shadow: 0 0 10px 5px rgba(153, 153, 153, 0.65);
  -webkit-box-shadow: 0 0 10px 5px rgba(153, 153, 153, 0.65);
  box-shadow: 0 0 10px 5px rgba(153, 153, 153, 0.65); }

.accessoryModal__wrap {
  max-height: 400px;
  overflow: auto; }

.accessoryModal__cols {
  display: flex; }

.accessoryModal__col.-photo {
  width: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .accessoryModal__col.-photo img {
    width: 100%; }
.accessoryModal__col.-txt {
  width: 60%;
  padding: 30px 3.75%; }

.accessoryModal__name {
  margin-bottom: 6px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3; }
  .accessoryModal__name .red,
  .accessoryModal__name .bold {
    display: none; }

.accessoryModal__price {
  font-size: 2rem;
  line-height: 1.3; }
  .accessoryModal__price .accessorySelector__item__price_number,
  .accessoryModal__price .accessorySelector__item__price_ex_tax_number {
    white-space: nowrap;
    font-size: 0; }
    .accessoryModal__price .accessorySelector__item__price_number:before,
    .accessoryModal__price .accessorySelector__item__price_ex_tax_number:before {
      font-size: 1.6rem; }
    .accessoryModal__price .accessorySelector__item__price_number:after,
    .accessoryModal__price .accessorySelector__item__price_ex_tax_number:after {
      font-size: 1.4rem; }

.accessoryModal__variation .accessorySelector__item__variation {
  display: block; }

.accessoryModal__txt {
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 1.875; }
  .accessoryModal__txt .red {
    color: #f00; }

.accessoryModal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  cursor: pointer; }
  .accessoryModal__close:before, .accessoryModal__close:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 34px;
    height: 4px;
    margin-top: -2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; }
  .accessoryModal__close:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .accessoryModal__close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.debug {
  display: none; }

.debug__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem; }

.debug__col {
  width: 100%;
  padding: 15px; }

.debug__head {
  font-weight: bold; }

.debug__head2 {
  margin-top: 8px;
  font-weight: 600; }

.debug__spec,
.debug__price {
  margin-bottom: 8px; }

.debug__track__tag {
  font-weight: bold; }

.debug__selected,
.debug__accessories {
  margin-bottom: 8px; }
  .debug__selected:empty:before,
  .debug__accessories:empty:before {
    content: "none"; }

.debug__selected__item,
.debug__accessories__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5px 0;
  border-bottom: 1px solid #ccc; }

.debug__selected__item__id,
.debug__selected__item__name,
.debug__selected__item__colorId,
.debug__selected__item__colorName {
  margin-right: 1em; }

.debug__selected__item__colorName {
  margin-left: auto; }

.debug__accessories__item[data-status=checked] .debug__accessories__item__status {
  color: #c00; }
.debug__accessories__item[data-status=hidden] span {
  opacity: 0.2; }

.debug__accessories__item__id,
.debug__accessories__item__name {
  margin-right: 1em; }

.debug__accessories__item__status {
  margin-left: auto;
  font-weight: bold; }

.debug__layers {
  margin-top: 5px; }

.debug__layers__item {
  display: flex;
  justify-content: space-between;
  margin-top: -1px;
  padding: 2px 10px;
  border: 1px solid #ccc;
  background-color: #fff; }
  .debug__layers__item.-basic {
    background-color: #fffde7; }
  .debug__layers__item.-accessory {
    background-color: #ffdbdb; }

/*================================
	youtubeBanner
================================*/
.youtubeBanner {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 13.59223%;
  z-index: 10;
  cursor: pointer; }

.youtubeBanner__img {
  margin-bottom: 7px;
  text-align: left; }

.youtubeBanner__txt {
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap; }

/*================================
	movieModal
================================*/
.movieModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 4000;
  opacity: 0;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  pointer-events: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .movieModal.-active {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    pointer-events: auto; }

.movieModal__inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.movieModal__wrap {
  position: relative;
  width: 100%; }
  .movieModal__wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .movieModal__wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.movieModal__close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 34px;
  height: 34px;
  cursor: pointer; }
  .movieModal__close:before, .movieModal__close:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 34px;
    height: 4px;
    margin-top: -2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; }
  .movieModal__close:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .movieModal__close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* ===================================================================================

Base Media Queries SP
基礎 メディアクエリ スマートフォン用（ 〜 960px ）

=================================================================================== */
@media print, screen and (max-width: 960px) {
  .header__wrap, .contents, .movie__wrap, .sns__wrap, .footer__wrap {
    width: 100%;
    padding: 0 4%; }

  .pc-only {
    display: none !important; }

  .sp-only {
    display: inherit !important; }

  /*================================
  	header
  ================================*/
  .header {
    padding: 8px 0 6px; }

  .header__logo {
    width: 7.5%; }

  /*================================
  	contents
  ================================*/
  .contents {
    padding: 0; }

  .contents__wrap:before {
    content: none; }

  .contents__inner {
    position: relative; }

  .contents__cols {
    display: block;
    height: auto; }
    .contents__cols.-active .contents__col.-menu {
      width: 100%; }
    .contents__cols.-active .contents__col.-main {
      width: 100%; }
    .contents__cols.-active .colorSelector {
      left: auto;
      width: 100%; }
    .contents__cols.-active .modelSelector {
      width: 100%; }

  .contents__col.-menu {
    width: 100%; }
  .contents__col.-main {
    width: 100%;
    padding: 0 3.125%;
    background-color: #fff; }

  /*================================
  	sns
  ================================*/
  .sns {
    padding: 35px 0;
    background-color: #eee; }

  .sns__banner {
    display: block;
    max-width: none;
    width: 60%;
    min-width: inherit;
    margin: 0 auto; }
    .sns__banner + .sns__banner {
      margin: 0 auto;
      margin-top: 20px; }

  /*================================
  	footer
  ================================*/
  .footer {
    padding: 10px 0;
    font-size: 10px;
    font-size: 1.66667vw; }

  .footer__txt {
    margin-bottom: 10px; }

  /*================================
  	mainView
  ================================*/
  .mainView {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 -3.33333% 10px;
    overflow: visible; }
    .mainView:before {
      content: "";
      display: block;
      padding-top: 44.44444%; }

  .mainView__item {
    background-size: cover; }

  .mainView__name {
    display: block;
    top: 15px;
    left: 3.125%;
    text-align: left; }
    .mainView__name img {
      width: 93px;
      height: 15px; }

  .mainView__arrow.-active {
    display: none; }

  .mainView__txt {
    display: none; }

  .mainView__button {
    display: none; }

  /*================================
  	colorSelector
  ================================*/
  .colorSelector {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0; }

  .colorSelector__items {
    justify-content: center;
    margin-bottom: 10px; }

  .colorSelector__item {
    width: 25px;
    height: 25px;
    margin: 0 4px; }

  .colorSelector__txt {
    font-size: 15px;
    font-size: 2.5vw;
    text-align: center; }

  .colorSelector__txt__notes {
    margin-top: 5px; }

  /*================================
  	modelSelector
  ================================*/
  .modelSelector {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 20px; }

  .modelSelector__inner {
    justify-content: space-between;
    width: 100%; }

  .modelSelector__head {
    justify-content: flex-start;
    width: 34.49275%;
    height: auto;
    padding: 11px 16px;
    font-size: 13px;
    font-size: 2.16667vw;
    line-height: 1; }

  .modelSelector__txt {
    width: 65.50725%;
    height: auto;
    padding: 11px 40px 11px 17px;
    font-size: 13px;
    font-size: 2.16667vw;
    line-height: 1; }
    .modelSelector__txt:before {
      width: 39px;
      background-size: 13px; }

  .modelSelector__items {
    position: relative;
    top: auto;
    right: auto; }

  .modelSelector__item {
    display: flex;
    align-items: center;
    height: auto;
    padding: 11px 16px;
    font-size: 13px;
    font-size: 2.16667vw; }

  /*================================
  	specView
  ================================*/
  .specView {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 -3.33333%; }

  .specView__header {
    padding: 8px 3.125%;
    background-color: #000; }

  .specView__header__txt {
    font-size: 12px;
    font-size: 2vw;
    white-space: nowrap; }

  .specView__header__head {
    display: inline-block;
    font-size: 11px;
    font-size: 1.83333vw;
    color: #fff; }

  .specView__header__price__wrap {
    display: block; }

  .specView__header__price {
    display: block;
    font-size: 11px;
    font-size: 1.83333vw; }
    .specView__header__price .-num {
      color: #fe0a16; }

  .specView__header__price__number:before {
    font-size: 11px;
    font-size: 1.83333vw; }
  .specView__header__price__number:after {
    font-size: 11px;
    font-size: 1.83333vw; }

  .specView__header__button {
    width: 15.55556%;
    height: auto;
    padding: 6px 20px 6px 10px; }
    .specView__header__button .-txt {
      font-size: 12px;
      font-size: 2vw;
      line-height: 1.2;
      white-space: normal; }
    .specView__header__button:before, .specView__header__button:after {
      right: 9px;
      width: 10px;
      height: 3px; }
    .specView__header__button.-active .-txt:before {
      font-size: 12px;
      font-size: 2vw; }

  .specView__body {
    padding: 20px 3.125% 6px; }

  .specView__body__wrap {
    max-height: none; }

  .specView__body__cols {
    display: block; }

  .specView__body__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    padding-right: 0; }

  .specView__body__head {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 2.33333vw; }

  .specView__body__item {
    padding: 8px 0;
    font-size: 12px;
    font-size: 2vw; }

  /*================================
  	exclusionAlert
  ================================*/
  .exclusionAlert {
    max-width: inherit;
    margin: 0 3.125%;
    margin-top: -60px; }
    .exclusionAlert:before {
      top: auto;
      left: 16px;
      bottom: -8px;
      display: block;
      width: 16px;
      height: 16px;
      margin: 0;
      background-color: #fe0a16;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

  .exclusionAlert__txt {
    font-size: 13px;
    font-size: 2.16667vw; }

  /*================================
  	accessorySelector
  ================================*/
  .accessorySelector {
    width: 100%;
    opacity: 1; }

  .accessorySelector__name {
    display: none; }

  .accessorySelector__button {
    height: auto;
    padding: 14px 3.125%; }
    .accessorySelector__button:before {
      content: none; }

  .accessorySelector__button__txt {
    font-size: 14px;
    font-size: 2.33333vw; }

  .accessorySelector__wrap {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    overflow: visible; }

  .accessorySelector__items.-active .accessorySelector__head:before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .accessorySelector__items.-active .accessorySelector__head:after {
    opacity: 0; }

  .accessorySelector__head {
    height: auto;
    padding: 14px 3.125%;
    font-size: 14px;
    font-size: 2.33333vw; }
    .accessorySelector__head:before, .accessorySelector__head:after {
      right: 3.125%;
      width: 16px;
      height: 5px; }

  .accessorySelector__item {
    padding: 15px 3.125% 15px 0; }

  .accessorySelector__checkbox {
    width: 9.72222%;
    padding: 10px 2.77778%; }

  .accessorySelector__checkbox__inner {
    border: 1px solid #c6c6c6; }

  .accessorySelector__photo {
    width: 16.66667%;
    margin-right: 2.77778%; }

  .accessorySelector__txt {
    width: 59.72222%;
    font-size: 14px;
    font-size: 2.33333vw; }

  .accessorySelector__item__name {
    display: block; }

  .accessorySelector__item__price {
    display: block; }

  .accessorySelector__item__price_number:before,
  .accessorySelector__item__price_ex_tax_number:before {
    font-size: 14px;
    font-size: 2.33333vw; }
  .accessorySelector__item__price_number:after,
  .accessorySelector__item__price_ex_tax_number:after {
    font-size: 12px;
    font-size: 2vw; }

  .accessorySelector__item__variation {
    display: none; }

  .accessorySelector__item__variation__name {
    font-size: 14px;
    font-size: 2.33333vw; }

  .accessorySelector__item__variation__price:before {
    font-size: 20px;
    font-size: 3.33333vw; }
  .accessorySelector__item__variation__price:after {
    font-size: 14px;
    font-size: 2.33333vw; }

  .accessorySelector__info {
    width: 6.11111%;
    height: auto; }
    .accessorySelector__info:before {
      content: "";
      position: relative;
      display: block;
      padding-top: 100%; }

  .accessorySelector__colors {
    padding-top: 6px;
    padding-left: 8.33333%; }

  .accessorySelector__colors__head {
    margin-bottom: 4px;
    font-size: 12px;
    font-size: 2vw; }

  .accessorySelector__colors__item {
    width: 25px;
    margin-right: 6px; }

  .accessoryModal {
    position: fixed;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
    background-color: #fff; }

  .accessoryModal__inner {
    width: 100%;
    height: 100%;
    padding-top: 56px;
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    overflow: auto; }

  .accessoryModal__wrap {
    max-height: none; }

  .accessoryModal__cols {
    display: block; }

  .accessoryModal__col.-photo {
    width: 100%; }
  .accessoryModal__col.-txt {
    width: 100%;
    padding: 24px 8%; }

  .accessoryModal__name {
    font-size: 24px;
    font-size: 4vw; }

  .accessoryModal__price .accessorySelector__item__price_number:before,
  .accessoryModal__price .accessorySelector__item__price_ex_tax_number:before {
    font-size: 16px;
    font-size: 2.66667vw; }
  .accessoryModal__price .accessorySelector__item__price_number:after,
  .accessoryModal__price .accessorySelector__item__price_ex_tax_number:after {
    font-size: 14px;
    font-size: 2.33333vw; }

  .accessoryModal__txt {
    font-size: 16px;
    font-size: 2.66667vw; }

  .accessoryModal__close {
    top: 12px;
    right: 12px;
    width: 29px;
    height: 29px; }
    .accessoryModal__close:before, .accessoryModal__close:after {
      width: 29px;
      height: 3px; }

  #wrapper.-landscape {
    height: 100%;
    /*================================
    	header
    ================================*/
    /*================================
    	contents
    ================================*/
    /*================================
    	sns
    ================================*/
    /*================================
    	footer
    ================================*/
    /*================================
    	mainView
    ================================*/
    /*================================
    	colorSelector
    ================================*/
    /*================================
    	modelSelector
    ================================*/
    /*================================
    	specView
    ================================*/
    /*================================
    	accessorySelector
    ================================*/ }
    #wrapper.-landscape .header {
      display: none; }
    #wrapper.-landscape .contents {
      position: relative;
      height: 100%; }
    #wrapper.-landscape .contents__wrap {
      height: 100%; }
    #wrapper.-landscape .contents__inner {
      height: 100%; }
    #wrapper.-landscape .contents__cols {
      display: block;
      height: 100%; }
    #wrapper.-landscape .contents__col.-menu {
      display: none; }
    #wrapper.-landscape .contents__col.-main {
      width: 100%;
      height: 100%;
      padding: 0; }
    #wrapper.-landscape .sns {
      display: none; }
    #wrapper.-landscape .footer {
      display: none; }
    #wrapper.-landscape .mainView {
      width: auto;
      height: calc(100% - 40px);
      margin-bottom: 0; }
    #wrapper.-landscape .mainView__name {
      display: none; }
    #wrapper.-landscape .mainView__txt {
      display: none; }
    #wrapper.-landscape .mainView__button {
      display: none; }
    #wrapper.-landscape .colorSelector {
      display: none; }
    #wrapper.-landscape .modelSelector {
      display: none; }
    #wrapper.-landscape .specView {
      display: none; }
    #wrapper.-landscape .accessorySelector {
      display: none; }
    #wrapper.-landscape .landscape__txt {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      background-color: #999;
      font-size: 10px;
      font-size: 1.66667vw;
      line-height: 1;
      text-align: center;
      color: #fff;
      z-index: 10; }

  .debug__wrap {
    display: block; }

  /*================================
  	youtubeBanner
  ================================*/
  .youtubeBanner {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0 auto 20px;
    text-align: center; }

  .youtubeBanner__img {
    width: 42.66667%;
    margin: 0 auto 7px;
    text-align: center; }

  .youtubeBanner__txt {
    font-size: 8px;
    font-size: 1.33333vw; }

  /*================================
  	movieModal
  ================================*/
  .movieModal {
    padding: 15px; }

  .movieModal__close {
    top: -40px;
    width: 29px;
    height: 29px; }
    .movieModal__close:before, .movieModal__close:after {
      width: 29px;
      height: 3px; } }
/* ===================================================================================

Base Media Queries SP
基礎 メディアクエリ スマートフォン用（ 〜 600px ）

=================================================================================== */
@media print, screen and (max-width: 767px) {
  /*================================
  	header
  ================================*/
  .header {
    padding: 8px 0 6px; }

  .header__logo {
    width: 9.6%; }

  /*================================
  	contents
  ================================*/
  .contents {
    padding: 0; }

  .contents__wrap:before {
    content: none; }

  .contents__inner {
    position: relative; }

  .contents__cols {
    display: block;
    height: auto; }
    .contents__cols.-active .contents__col.-menu {
      width: 100%; }
    .contents__cols.-active .contents__col.-main {
      width: 100%; }
    .contents__cols.-active .colorSelector {
      left: auto;
      width: 100%; }
    .contents__cols.-active .modelSelector {
      width: 100%; }

  .contents__col.-menu {
    width: 100%; }
  .contents__col.-main {
    width: 100%;
    padding: 0 4%;
    background-color: #fff; }

  /*================================
  	sns
  ================================*/
  .sns {
    padding: 35px 0;
    background-color: #eee; }

  .sns__banner {
    display: block;
    max-width: none;
    width: 60%;
    min-width: inherit;
    margin: 0 auto; }
    .sns__banner + .sns__banner {
      margin: 0 auto;
      margin-top: 20px; }

  /*================================
  	footer
  ================================*/
  .footer {
    padding: 10px 0;
    font-size: 10px;
    font-size: 2.60417vw; }

  .footer__txt {
    margin-bottom: 10px; }

  /*================================
  	mainView
  ================================*/
  .mainView {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 -4.34783% 10px;
    overflow: visible; }
    .mainView:before {
      content: "";
      display: block;
      padding-top: 57.97101%; }

  .mainView__item {
    background-size: cover; }

  .mainView__name {
    display: block;
    top: 15px;
    left: 4%;
    text-align: left; }
    .mainView__name img {
      width: 93px;
      height: 15px; }

  .mainView__arrow.-active {
    display: none; }

  .mainView__txt {
    display: none; }

  .mainView__button {
    display: none; }

  /*================================
  	colorSelector
  ================================*/
  .colorSelector {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0; }

  .colorSelector__items {
    justify-content: center;
    margin-bottom: 10px; }

  .colorSelector__item {
    width: 25px;
    height: 25px;
    margin: 0 4px; }

  .colorSelector__txt {
    font-size: 15px;
    font-size: 3.90625vw;
    text-align: center; }

  .colorSelector__txt__notes {
    margin-top: 5px; }

  /*================================
  	modelSelector
  ================================*/
  .modelSelector {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 20px; }

  .modelSelector__inner {
    justify-content: space-between;
    width: 100%; }

  .modelSelector__head {
    justify-content: flex-start;
    width: 34.49275%;
    height: auto;
    padding: 11px 16px;
    font-size: 13px;
    font-size: 3.38542vw;
    line-height: 1; }

  .modelSelector__txt {
    width: 65.50725%;
    height: auto;
    padding: 11px 40px 11px 17px;
    font-size: 13px;
    font-size: 3.38542vw;
    line-height: 1; }
    .modelSelector__txt:before {
      width: 39px;
      background-size: 13px; }

  .modelSelector__items {
    position: relative;
    top: auto;
    right: auto; }

  .modelSelector__item {
    display: flex;
    align-items: center;
    height: auto;
    padding: 11px 16px;
    font-size: 13px;
    font-size: 3.38542vw; }

  /*================================
  	specView
  ================================*/
  .specView {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 -4.34783%; }

  .specView__header {
    padding: 8px 4%;
    background-color: #000; }

  .specView__header__txt {
    font-size: 12px;
    font-size: 3.125vw;
    white-space: nowrap; }

  .specView__header__head {
    display: inline-block;
    font-size: 11px;
    font-size: 2.86458vw;
    color: #fff; }

  .specView__header__price__wrap {
    display: block; }

  .specView__header__price {
    display: block;
    font-size: 11px;
    font-size: 2.86458vw; }
    .specView__header__price .-num {
      color: #fe0a16; }

  .specView__header__price__number:before {
    font-size: 11px;
    font-size: 2.86458vw; }
  .specView__header__price__number:after {
    font-size: 11px;
    font-size: 2.86458vw; }

  .specView__header__button {
    width: 20.28986%;
    height: auto;
    padding: 6px 20px 6px 10px; }
    .specView__header__button .-txt {
      font-size: 12px;
      font-size: 3.125vw;
      line-height: 1.2;
      white-space: normal; }
    .specView__header__button:before, .specView__header__button:after {
      right: 9px;
      width: 10px;
      height: 3px; }
    .specView__header__button.-active .-txt:before {
      font-size: 12px;
      font-size: 3.125vw; }

  .specView__body {
    padding: 20px 4% 6px; }

  .specView__body__wrap {
    max-height: none; }

  .specView__body__cols {
    display: block; }

  .specView__body__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    padding-right: 0; }

  .specView__body__head {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 3.64583vw; }

  .specView__body__item {
    padding: 8px 0;
    font-size: 12px;
    font-size: 3.125vw; }

  /*================================
  	exclusionAlert
  ================================*/
  .exclusionAlert {
    max-width: inherit;
    margin: 0 4%;
    margin-top: -60px; }
    .exclusionAlert:before {
      top: auto;
      left: 16px;
      bottom: -8px;
      display: block;
      width: 16px;
      height: 16px;
      margin: 0;
      background-color: #fe0a16;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

  .exclusionAlert__txt {
    font-size: 13px;
    font-size: 3.38542vw; }

  /*================================
  	accessorySelector
  ================================*/
  .accessorySelector {
    width: 100%;
    opacity: 1; }

  .accessorySelector__name {
    display: none; }

  .accessorySelector__button {
    height: auto;
    padding: 14px 4%; }
    .accessorySelector__button:before {
      content: none; }

  .accessorySelector__button__txt {
    font-size: 14px;
    font-size: 3.64583vw; }

  .accessorySelector__wrap {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    overflow: visible; }

  .accessorySelector__items.-active .accessorySelector__head:before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .accessorySelector__items.-active .accessorySelector__head:after {
    opacity: 0; }

  .accessorySelector__head {
    height: auto;
    padding: 14px 4%;
    font-size: 14px;
    font-size: 3.64583vw; }
    .accessorySelector__head:before, .accessorySelector__head:after {
      right: 4%;
      width: 16px;
      height: 5px; }

  .accessorySelector__item {
    padding: 15px 4% 15px 0; }

  .accessorySelector__checkbox {
    width: 9.72222%;
    padding: 10px 2.77778%; }

  .accessorySelector__checkbox__inner {
    border: 1px solid #c6c6c6; }

  .accessorySelector__photo {
    width: 16.66667%;
    margin-right: 3.62319%; }

  .accessorySelector__txt {
    width: 59.72222%;
    font-size: 14px;
    font-size: 3.64583vw; }

  .accessorySelector__item__name {
    display: block; }

  .accessorySelector__item__price {
    display: block; }

  .accessorySelector__item__price_number:before,
  .accessorySelector__item__price_ex_tax_number:before {
    font-size: 14px;
    font-size: 3.64583vw; }
  .accessorySelector__item__price_number:after,
  .accessorySelector__item__price_ex_tax_number:after {
    font-size: 12px;
    font-size: 3.125vw; }

  .accessorySelector__item__variation {
    display: none; }

  .accessorySelector__item__variation__name {
    font-size: 14px;
    font-size: 3.64583vw; }

  .accessorySelector__item__variation__price:before {
    font-size: 20px;
    font-size: 5.20833vw; }
  .accessorySelector__item__variation__price:after {
    font-size: 14px;
    font-size: 3.64583vw; }

  .accessorySelector__info {
    width: 6.11111%;
    height: auto; }
    .accessorySelector__info:before {
      content: "";
      position: relative;
      display: block;
      padding-top: 100%; }

  .accessorySelector__colors {
    padding-top: 6px;
    padding-left: 8.33333%; }

  .accessorySelector__colors__head {
    margin-bottom: 4px;
    font-size: 12px;
    font-size: 3.125vw; }

  .accessorySelector__colors__item {
    width: 25px;
    margin-right: 6px; }

  .accessoryModal {
    position: fixed;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
    background-color: #fff; }

  .accessoryModal__inner {
    width: 100%;
    height: 100%;
    padding-top: 56px;
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    overflow: auto; }

  .accessoryModal__wrap {
    max-height: none; }

  .accessoryModal__cols {
    display: block; }

  .accessoryModal__col.-photo {
    width: 100%; }
  .accessoryModal__col.-txt {
    width: 100%;
    padding: 24px 8%; }

  .accessoryModal__name {
    font-size: 24px;
    font-size: 6.25vw; }

  .accessoryModal__price .accessorySelector__item__price_number:before,
  .accessoryModal__price .accessorySelector__item__price_ex_tax_number:before {
    font-size: 16px;
    font-size: 4.16667vw; }
  .accessoryModal__price .accessorySelector__item__price_number:after,
  .accessoryModal__price .accessorySelector__item__price_ex_tax_number:after {
    font-size: 14px;
    font-size: 3.64583vw; }

  .accessoryModal__txt {
    font-size: 16px;
    font-size: 4.16667vw; }

  .accessoryModal__close {
    top: 12px;
    right: 12px;
    width: 29px;
    height: 29px; }
    .accessoryModal__close:before, .accessoryModal__close:after {
      width: 29px;
      height: 3px; }

  #wrapper.-landscape {
    height: 100%;
    /*================================
    	header
    ================================*/
    /*================================
    	contents
    ================================*/
    /*================================
    	sns
    ================================*/
    /*================================
    	footer
    ================================*/
    /*================================
    	mainView
    ================================*/
    /*================================
    	colorSelector
    ================================*/
    /*================================
    	modelSelector
    ================================*/
    /*================================
    	specView
    ================================*/
    /*================================
    	accessorySelector
    ================================*/ }
    #wrapper.-landscape .header {
      display: none; }
    #wrapper.-landscape .contents {
      position: relative;
      height: 100%; }
    #wrapper.-landscape .contents__wrap {
      height: 100%; }
    #wrapper.-landscape .contents__inner {
      height: 100%; }
    #wrapper.-landscape .contents__cols {
      display: block;
      height: 100%; }
    #wrapper.-landscape .contents__col.-menu {
      display: none; }
    #wrapper.-landscape .contents__col.-main {
      width: 100%;
      height: 100%;
      padding: 0; }
    #wrapper.-landscape .sns {
      display: none; }
    #wrapper.-landscape .footer {
      display: none; }
    #wrapper.-landscape .mainView {
      width: auto;
      height: calc(100% - 40px);
      margin-bottom: 0; }
    #wrapper.-landscape .mainView__name {
      display: none; }
    #wrapper.-landscape .mainView__txt {
      display: none; }
    #wrapper.-landscape .mainView__button {
      display: none; }
    #wrapper.-landscape .colorSelector {
      display: none; }
    #wrapper.-landscape .modelSelector {
      display: none; }
    #wrapper.-landscape .specView {
      display: none; }
    #wrapper.-landscape .accessorySelector {
      display: none; }
    #wrapper.-landscape .landscape__txt {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      background-color: #999;
      font-size: 10px;
      font-size: 2.60417vw;
      line-height: 1;
      text-align: center;
      color: #fff;
      z-index: 10; }

  .debug__wrap {
    display: block; }

  /*================================
  	youtubeBanner
  ================================*/
  .youtubeBanner {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0 auto 20px;
    text-align: center; }

  .youtubeBanner__img {
    width: 42.66667%;
    margin: 0 auto 7px;
    text-align: center; }

  .youtubeBanner__txt {
    font-size: 8px;
    font-size: 2.08333vw; }

  /*================================
  	movieModal
  ================================*/
  .movieModal {
    padding: 15px; }

  .movieModal__close {
    top: -40px;
    width: 29px;
    height: 29px; }
    .movieModal__close:before, .movieModal__close:after {
      width: 29px;
      height: 3px; } }
