@charset "UTF-8";
/* =========================================================================
 共通
========================================================================= */
.main_outer1 {
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 見出し */
  /* ボタン */
  /* リンク */
  /*　装飾　*/
  /* モーダル */
  /* =========================================================
   Logo
  ========================================================= */
  /* =========================================================
  スペック比較一覧表
  ========================================================= */
  /* =========================================================
  スマホ対応
  ========================================================= */
}
.main_outer1 img {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .main_outer1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.main_outer1 .pcDisp {
  display: block;
}
.main_outer1 .spDisp {
  display: none;
}
.main_outer1 .spec .spDisp {
  display: block;
}
.main_outer1 .content {
  width: 1000px;
}
.main_outer1 .ttl {
  background-image: url(../img/common/bg_ttl_pc.png), -webkit-gradient(linear, left top, left bottom, from(#d6dbe3), color-stop(33%, #fefefe), color-stop(95%, #e6e8ed));
  background-image: url(../img/common/bg_ttl_pc.png), linear-gradient(to bottom, #d6dbe3 0%, #fefefe 33%, #e6e8ed 95%);
  background-size: 100% 100%, 100% 100%;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2;
  color: #1e50a0;
  margin: 0 auto 48px;
  padding: 5px 0;
}
.main_outer1 .ttl span {
  background: #1e50a0;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 24px;
  margin-right: 12px;
}
.main_outer1 .ttl img {
  vertical-align: middle;
  margin-right: 12px;
}
.main_outer1 .ttl .pdf {
  position: absolute;
  bottom: 0;
  right: 24px;
  background: none;
  padding-left: 25px;
}
.main_outer1 .ttl .pdf:before {
  content: "";
  display: inline-block;
  width: 23px;
  padding-bottom: 23px;
  background-image: url(../img/choose/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  left: 0;
}
.main_outer1 .ttl .pdf a {
  color: #ed1a3a;
  border-bottom: 1px #ed1a3a solid;
}
.main_outer1 .ttl .pdf a:hover {
  border-bottom: none;
}
.main_outer1 .ttlSub {
  border: 2px #1e50a0 solid;
  border-radius: 5px;
  color: #1e50a0;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 36px;
}
.main_outer1 .ttlSub .crystal {
  position: relative;
  padding: 0 28px;
}
.main_outer1 .ttlSub .crystal:before, .main_outer1 .ttlSub .crystal:after {
  content: "";
  display: inline-block;
  width: 20px;
  padding-bottom: 20px;
  background-image: url(../img/common/icon_crystal_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 5px;
}
.main_outer1 .ttlSub .crystal:before {
  left: 0;
}
.main_outer1 .ttlSub .crystal:after {
  right: 0;
}
.main_outer1 .ttlLineup {
  width: 952px;
  margin: 42px auto 36px;
  position: relative;
  padding-bottom: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_outer1 .ttlLineup h2,
.main_outer1 .ttlLineup h3 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.main_outer1 .ttlLineup.yetiLu {
  background-image: url(../img/attach/ttl_yeti_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main_outer1 .ttlLineup.biatlonLu {
  background-image: url(../img/attach/ttl_biatlon_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main_outer1 .ttlLineup.commanderLu {
  background-image: url(../img/attach/ttl_commander_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main_outer1 .ttlLineup.fermareLu {
  background-image: url(../img/attach/ttl_fermare_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main_outer1 .ttlLineup.comfortLu {
  background-image: url("../img/attach/ttl_cgmagic_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.main_outer1 .ttlLineup.yukidorakuLu {
  background-image: url(../img/attach/ttl_yukidoraku_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main_outer1 .ttlLineup.autosockLu {
  background-image: url(../img/attach/ttl_autosock_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main_outer1 .ttlAttach {
  width: 764px;
  margin: 0 auto 6px;
  background: #6184bc;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
}
.main_outer1 .thickBtn {
  background: url(../img/common/bg_thick_btn.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 376px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 155px;
}
.main_outer1 .thickBtn a {
  color: #fff;
  width: 100%;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
  padding: 50px 0;
}
.main_outer1 .longBtn {
  background: url(../img/common/bg_long_btn.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 600px;
  font-weight: bold;
  margin: 0 auto 36px;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  padding-top: 50px;
}
.main_outer1 .longBtn a {
  color: #fff;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.main_outer1 .centerLink {
  font-weight: bold;
  text-align: center;
  margin: 0 auto 54px;
}
.main_outer1 .centerLink a {
  color: #1e50a0;
  border-bottom: 1px #1e50a0 solid;
  padding-bottom: 2px;
}
.main_outer1 .centerLink a:hover {
  border-bottom: none;
}
.main_outer1 .shopInfoBtn {
  margin: 60px auto;
  width: 340px;
}
.main_outer1 .shopInfoBtn a {
  display: block;
  background-color: #ed1a3a;
  padding: 12px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.main_outer1 .shopInfoBtn a span {
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
  background: url(/template/img/maintenance/condition/icon-Loupe.png) no-repeat left center;
  background-size: 20px auto;
}
.main_outer1 .emphasis {
  color: #ed1a3a;
  font-weight: bold;
}
.main_outer1 .modalBox {
  border: 10px #d3d8e1 solid;
  padding: 24px 36px;
  line-height: 1.5;
}
.main_outer1 .modalBox figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_outer1 .modalBox figure figcaption {
  margin-left: 14px;
  text-align: left;
}
.main_outer1 .movieView {
  padding: 0;
  width: 856px;
  height: 482px;
}
.main_outer1 .thumbMovie {
  border-radius: 5px;
  cursor: pointer;
}
.main_outer1 .thumbMovie:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.main_outer1 .mainLogo {
  width: 1000px;
  margin: 0 auto;
}
.main_outer1 .mainLogo .kv {
  position: relative;
  padding-bottom: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_outer1 .mainLogo .kv h1,
.main_outer1 .mainLogo .kv h2 {
  width: 560px;
  font-size: 5rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  line-height: 1.2;
}
.main_outer1 .mainLogo .kv.tirechainTop h1 {
  width: 410px;
}
.main_outer1 .mainLogo .kv h1 span,
.main_outer1 .mainLogo .kv h2 span {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 24px;
}
.main_outer1 .mainLogo .date {
  margin-bottom: 10px;
  text-align: right;
}
.main_outer1 .mainLogo .leadBox .lead {
  background: url(../img/common/bg_lead_pc.png);
  background-size: 100% auto;
  background-position: top center;
  text-align: center;
  padding: 24px 84px;
  font-size: 1.8rem;
  margin-bottom: 32px;
  line-height: 1.5;
}
.main_outer1 .mainLogo .leadBox .lead.tmbWp {
  min-height: 180px;
  padding: 24px 130px;
  text-align: left;
}
.main_outer1 .mainLogo .leadBox .lead.tmbWp img {
  width: 140px;
  margin: 0 30px;
  float: left;
  display: inline-block;
}
.main_outer1 .mainLogo .leadBox .beforeChoosing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
}
.main_outer1 .mainLogo .leadBox .beforeChoosing img {
  height: 100%;
}
.main_outer1 .mainLogo .leadBox .beforeChoosing dl {
  margin: 0 0 36px 24px;
}
.main_outer1 .mainLogo .leadBox .beforeChoosing dl dt {
  color: #1e50a0;
  font-weight: bold;
  font-size: 2rem;
  margin: 18px 0 20px;
}
.main_outer1 .mainLogo .leadBox .beforeChoosing dl dd {
  font-size: 1.4rem;
}
.main_outer1 .mainLogo .leadBox .preparation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 852px;
  margin: 0 auto 48px;
}
.main_outer1 .mainLogo .leadBox .preparation .contBox {
  text-align: center;
  width: 376px;
  font-size: 1.1rem;
}
.main_outer1 .mainLogo .leadBox .preparation .contBox dt {
  background: #3c78c8;
  color: #fff;
  padding: 3px 0;
}
.main_outer1 .mainLogo .leadBox .preparation .contBox dd {
  border: 1px #3c78c8 solid;
  border-top: none;
  background: #ebf1f9;
  padding: 6px;
  text-align: left;
}
.main_outer1 .mainLogo .leadBox .preparation .contBox .clearance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .mainLogo .leadBox .preparation .contBox .clearance p {
  width: 200px;
}
.main_outer1 .mainLogo .leadBox .preparation .contBox .clearance img {
  width: 150px;
  height: 100%;
  margin: 0 0 0 10px;
}
.main_outer1 .mainLogo .leadBox .preparation img {
  width: 100%;
  margin-top: 12px;
}
.main_outer1 .mainLogo .leadBox .chooseMov {
  position: relative;
  height: 283px;
}
.main_outer1 .mainLogo .leadBox .chooseMov .nakano {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 50px;
}
.main_outer1 .mainLogo .leadBox .chooseMov .nakano img {
  width: 80%;
}
.main_outer1 .mainLogo .leadBox .chooseMov .movie {
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}
.main_outer1 .mainLogo .leadBox .chooseMov .movie img {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .main_outer1 .mainLogo .leadBox h3.ttl,
  .main_outer1 .mainLogo .leadBox h2.ttl {
    line-height: 1.8rem;
  }
  .main_outer1 .mainLogo .leadBox .chooseMovSp img {
    width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .main_outer1 br.sp {
    display: none;
  }
}
.main_outer1 .spec {
  clear: both;
  padding: 0 0 24px;
}
.main_outer1 .spec table {
  width: 100%;
}
.main_outer1 .spec table th, .main_outer1 .spec table td {
  border: 1px solid #000;
  text-align: center;
}
.main_outer1 .spec table th img {
  vertical-align: middle;
  margin-left: 5px;
  width: 24px;
}
.main_outer1 .spec table th a {
  text-decoration: underline;
  cursor: pointer;
}
.main_outer1 .spec table th a img {
  width: 24px;
}
.main_outer1 .spec table td {
  padding: 1em 0em;
  font-size: 1.2rem;
  line-height: 1.3;
  width: 86.6px;
}
.main_outer1 .spec table td.red {
  color: #ed1a3a;
}
.main_outer1 .spec table td a, .main_outer1 .spec table td span {
  display: block;
}
.main_outer1 .spec table td a.red, .main_outer1 .spec table td span.red {
  color: #ed1a3a;
}
.main_outer1 .spec table td.movieBox {
  vertical-align: top;
  padding: 3px 0px;
}
.main_outer1 .spec table td.movieBox img {
  width: 90px;
  max-width: none;
}
.main_outer1 .spec table td span {
  font-size: 0.9rem;
  letter-spacing: -1px;
}
.main_outer1 .spec table td ul.min {
  display: block;
  padding: 0px 0.5em;
  font-size: 0.8rem;
}
.main_outer1 .spec table td ul.min li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.main_outer1 .spec table td a {
  text-decoration: underline;
}
.main_outer1 .spec table td img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.main_outer1 .spec table tr:first-child th, .main_outer1 .spec table tr:last-child th {
  padding: 1em 0px;
  border-top: none;
  font-size: 1.3rem;
  letter-spacing: -1px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.main_outer1 .spec table tr:first-child th:nth-child(1), .main_outer1 .spec table tr:first-child th:nth-child(6), .main_outer1 .spec table tr:last-child th:nth-child(1), .main_outer1 .spec table tr:last-child th:nth-child(6) {
  color: #000;
}
.main_outer1 .spec table tr:first-child th:nth-child(2), .main_outer1 .spec table tr:last-child th:nth-child(2) {
  background: #c82878;
}
.main_outer1 .spec table tr:first-child th:nth-child(3), .main_outer1 .spec table tr:last-child th:nth-child(3) {
  background: #ff3c3c;
}
.main_outer1 .spec table tr:first-child th:nth-child(4), .main_outer1 .spec table tr:last-child th:nth-child(4) {
  background: #ff9628;
}
.main_outer1 .spec table tr:first-child th:nth-child(5), .main_outer1 .spec table tr:last-child th:nth-child(5) {
  background: #b464dc;
}
.main_outer1 .spec table tr:nth-child(2) td {
  padding: 0;
}
.main_outer1 .spec table tr:nth-child(3) td {
  padding: 6px;
}
.main_outer1 .spec table tr th:first-child,
.main_outer1 .spec table tr th:last-child {
  /*width: 134px;*/
  border-left: none;
  border-right: 3px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6dbe3), color-stop(33%, #fefefe), color-stop(95%, #e6e8ed));
  background: linear-gradient(to bottom, #d6dbe3 0%, #fefefe 33%, #e6e8ed 95%);
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}
.main_outer1 .spec table tr th:first-child span,
.main_outer1 .spec table tr th:last-child span {
  font-size: 1rem;
}
.main_outer1 .spec table tr th:first-child span.red,
.main_outer1 .spec table tr th:last-child span.red {
  display: block;
  width: 3em;
  margin: 2px auto 0px;
  border-radius: 3px;
  background: #e61f19;
  color: #fff;
  font-weight: normal;
}
.main_outer1 .spec table tr td:last-child {
  border-right: none;
}
.main_outer1 .spec table tr th:last-child {
  border-right: none;
}
.main_outer1 .spec table tr.font10 td {
  font-size: 1rem;
}
.main_outer1 .spec table tr.font9 td {
  font-size: 0.9rem;
  letter-spacing: -1px;
}
.main_outer1 .spec table tr.font8 td {
  font-size: 0.8rem;
  text-align: left;
}
.main_outer1 .spec table tr td p.notes {
  padding: 0.3em 0.5em;
  width: 150px;
  white-space: normal;
}
.main_outer1 .spec table tr.none td {
  padding: 0px;
}
.main_outer1 .spec table tr.pb td {
  padding-bottom: 1em;
}
.main_outer1 .spec table tr.vt td {
  vertical-align: top;
}
.main_outer1 .spec table tr th.none {
  background: none;
}
.main_outer1 .spec table tr td.text {
  padding: 0.3em 0.5em;
  background: none;
  font-size: 1rem;
  text-align: left;
}
.main_outer1 .spec table tr td.text.red {
  font-size: 1.2rem;
  font-weight: bold;
}
.main_outer1 .spec .endtext {
  padding-top: 1em;
  font-size: 24px;
  text-align: center;
}
.main_outer1 .spec .endtext a {
  text-decoration: underline;
  color: #f00;
}
.main_outer1 .movieTable {
  width: 952px;
  margin: 0 auto;
}
.main_outer1 .movieTable table {
  margin-bottom: 36px;
}
.main_outer1 .movieTable table tr th:first-child,
.main_outer1 .movieTable table tr th:last-child {
  width: 134px;
  background: -webkit-gradient(linear, left top, left bottom, from(#80c2ff), color-stop(25%, #deefff), color-stop(50%, #fefefe), color-stop(75%, #deefff), color-stop(95%, #80c2ff));
  background: linear-gradient(to bottom, #80c2ff 0%, #deefff 25%, #fefefe 50%, #deefff 75%, #80c2ff 95%);
}
.main_outer1 .movieTable table td {
  width: 173.2px;
}
.main_outer1 .clearance_bnr {
  width: 600px;
  margin: 0 auto 32px;
}
@media (max-width: 767px) {
  .main_outer1 .pcDisp {
    display: none;
  }
  .main_outer1 .spDisp {
    display: block;
  }
  .main_outer1 .content {
    width: 100%;
    padding: 0;
  }
  .main_outer1 .content img {
    width: 100%;
    height: auto;
  }
  .main_outer1 .ttl {
    background-image: url(../img/common/bg_ttl_sp.png), -webkit-gradient(linear, left top, left bottom, from(#d6dbe3), color-stop(33%, #fefefe), color-stop(95%, #e6e8ed));
    background-image: url(../img/common/bg_ttl_sp.png), linear-gradient(to bottom, #d6dbe3 0%, #fefefe 33%, #e6e8ed 95%);
    background-size: 100% auto, 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto 6%;
    padding: 4.5% 0;
    font-size: 6.25vw;
  }
  .main_outer1 .ttl span {
    padding: 0.75% 3%;
    margin: 0 1.5% 1.5% 0;
    display: inline-block;
    font-size: 2.75vw;
  }
  .main_outer1 .ttl img {
    margin-right: 1.5%;
  }
  .main_outer1 .ttl .pdf {
    right: 3%;
    padding-left: 6.25%;
    margin: 0;
    font-size: 2.75vw;
  }
  .main_outer1 .ttl .pdf:before {
    width: 7.9310344828%;
    padding-bottom: 7.9310344828%;
    top: 34.4827586207%;
    left: 8.275862069%;
  }
  .main_outer1 .ttlSub {
    width: 94%;
    padding: 1.5% 0;
    margin: 0 auto 4.5%;
    font-size: 5vw;
  }
  .main_outer1 .ttlSub .crystal {
    padding: 0 4.7872340426%;
  }
  .main_outer1 .ttlSub .crystal:before, .main_outer1 .ttlSub .crystal:after {
    width: 4.7872340426%;
    padding-bottom: 5.3191489362%;
    background-image: url(../img/common/icon_crystal_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 33.2446808511%;
  }
  .main_outer1 .ttlLineup {
    width: 100%;
    margin: 0 auto 4.5%;
    position: relative;
    padding-bottom: 37.5%;
  }
  .main_outer1 .ttlLineup h2,
  .main_outer1 .ttlLineup h3 {
    font-size: 3.5vw;
    top: 31.25%;
  }
  .main_outer1 .ttlLineup.yetiLu {
    background-image: url(../img/attach/ttl_yeti_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main_outer1 .ttlLineup.biatlonLu {
    background-image: url(../img/attach/ttl_biatlon_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main_outer1 .ttlLineup.commanderLu {
    background-image: url(../img/attach/ttl_commander_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main_outer1 .ttlLineup.fermareLu {
    background-image: url(../img/attach/ttl_fermare_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main_outer1 .ttlLineup.comfortLu {
    background-image: url("../img/attach/ttl_cgmagic_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main_outer1 .ttlLineup.yukidorakuLu {
    background-image: url(../img/attach/ttl_yukidoraku_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main_outer1 .ttlLineup.autosockLu {
    background-image: url(../img/attach/ttl_autosock_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main_outer1 .ttlLineup span {
    font-weight: normal;
    position: absolute;
    bottom: 7.5%;
    left: 0;
    right: 4.5%;
    font-size: 3.5vw;
    line-height: 1.3;
  }
  .main_outer1 .ttlAttach {
    width: 94%;
    margin: 0 auto 2.25%;
    background: transparent;
    padding: 1.5% 0;
    font-weight: bold;
    font-size: 4.5vw;
    color: #1e50a0;
  }
  .main_outer1 .thickBtn {
    background: url(../img/common/bg_thick_btn_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 94%;
    padding-top: 25%;
    font-size: 2.3rem;
    margin: 0 auto 4.5%;
  }
  .main_outer1 .thickBtn a {
    line-height: 1.3;
    left: 5px;
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
    padding: 3.9893617021% 0;
  }
  .main_outer1 .longBtn {
    background: url(../img/common/bg_btn_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 94%;
    padding-top: 25%;
    font-size: 2.3rem;
    margin: 0 auto 4.5%;
  }
  .main_outer1 .longBtn a {
    line-height: 1.3;
    padding: 3.9893617021% 0;
  }
  .main_outer1 .centerLink {
    font-size: 4vw;
  }
  .main_outer1 .mainLogo {
    width: 100%;
  }
  .main_outer1 .mainLogo .kv {
    padding-bottom: 98.75%;
  }
  .main_outer1 .mainLogo .kv h1,
  .main_outer1 .mainLogo .kv h2 {
    width: 100%;
    font-size: 10vw;
    top: 3%;
    left: 0;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  .main_outer1 .mainLogo .kv.tirechainTop h1 {
    width: 100%;
  }
  .main_outer1 .mainLogo .kv h1 span,
  .main_outer1 .mainLogo .kv h2 span {
    font-size: 5.5vw;
    margin-bottom: 3%;
  }
  .main_outer1 .mainLogo .date {
    margin: 2.5% 5%;
  }
  .main_outer1 .mainLogo .leadBox .lead {
    width: 94%;
    background: url(../img/common/bg_lead_sp.png);
    background-size: 100% auto;
    background-position: top center;
    padding: 4.5% 0;
    font-size: 3.25vw;
    margin: 0 auto;
  }
  .main_outer1 .mainLogo .leadBox .lead.tmbWp {
    min-height: auto;
    padding: 4.5% 0;
  }
  .main_outer1 .mainLogo .leadBox .lead.tmbWp img {
    width: 24.73vw;
    margin: 0 3.9vw 0 0;
    display: inline;
  }
  .main_outer1 .mainLogo .leadBox .beforeChoosing {
    display: block;
    width: 94%;
    margin: 0 auto;
    padding-top: 4.5%;
    border-top: 1px #b3b3b3 solid;
    text-align: center;
  }
  .main_outer1 .mainLogo .leadBox .beforeChoosing img {
    width: 88%;
  }
  .main_outer1 .mainLogo .leadBox .beforeChoosing dl {
    width: 88%;
    margin: 0 auto 5.1136363636%;
    text-align: left;
  }
  .main_outer1 .mainLogo .leadBox .beforeChoosing dl dt {
    margin: 2.5568181818% 0 2.8409090909%;
    text-align: center;
    font-size: 5vw;
  }
  .main_outer1 .mainLogo .leadBox .beforeChoosing dl dd {
    font-size: 3.5vw;
  }
  .main_outer1 .mainLogo .leadBox .preparation {
    display: block;
    width: 88%;
    margin: 0 auto 6%;
  }
  .main_outer1 .mainLogo .leadBox .preparation .contBox {
    width: 100%;
    margin-bottom: 4.5454545455%;
    font-size: 2.75vw;
  }
  .main_outer1 .mainLogo .leadBox .preparation .contBox .clearance p {
    width: 71.0227272727%;
  }
  .main_outer1 .mainLogo .leadBox .preparation .contBox .clearance img {
    width: 39.7727272727%;
    height: 100%;
    margin: 0 0 0 1.4204545455%;
  }
  .main_outer1 .mainLogo .leadBox .preparation img {
    margin-top: 3.4090909091%;
  }
  .main_outer1 .mainLogo img {
    width: 100%;
    height: auto;
  }
  .main_outer1 .modalBox {
    font-size: 1rem;
  }
  .main_outer1 .modalBox figure img {
    width: 18%;
    height: 100%;
  }
  .main_outer1 .spec {
    overflow: auto;
    white-space: nowrap;
  }
  .main_outer1 .spec table {
    width: 100%;
    table-layout: auto;
  }
  .main_outer1 .spec table tr:first-child th:nth-child(1), .main_outer1 .spec table tr:first-child th:nth-last-child(1), .main_outer1 .spec table tr:last-child th:nth-child(1), .main_outer1 .spec table tr:last-child th:nth-last-child(1) {
    color: #000;
  }
  .main_outer1 .spec table tr:nth-child(3) td, .main_outer1 .spec table tr:nth-last-child(2) td {
    padding: 6px;
  }
  .main_outer1 .movieTable {
    width: 100%;
  }
  .main_outer1 .clearance_bnr {
    width: 94%;
    margin: 0 auto 32px;
  }
}
/*# sourceMappingURL=style.css.map */