@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");

/* ==================================================
bdstn
================================================== */
/* common
-------------------------------------------------- */
@media screen and (min-width: 979px) {
  #bdstn .for_sp {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  #bdstn .for_pc {
    display: none !important;
  }
}

#bdstn {
  font-size: 10px;
  font-family: "Source Sans Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "MSゴシック", Arial, Helvetica, sans-serif;
}

#bdstn * {
  position: relative;
  line-height: 1.5;
  box-sizing: border-box;
  color: #000;
}

#bdstn p {
  margin: 0;
}

#bdstn a,
#bdstn input {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#bdstn a:hover,
#bdstn input:hover {
  opacity: 0.5;
}

#bdstn div#info {
  top: -40px;
}

#bdstn>.ttl {
  margin: auto;
  padding: 56px 0 0;
  width: 1100px;
  text-align: center;
}

#bdstn.products-scene>.ttl {
  top: -12px;
}

#bdstn>.ttl h1 {
  font-size: 4.2em;
}

#bdstn.products-search .ttl h1 {
  font-weight: 600;
}

#bdstn>.ttl p {
  font-size: 1.6em;
}

#bdstn .section {
  margin: 56px auto 72px;
  width: 1100px;
  overflow: hidden;
}

#bdstn .section:last-of-type {
  margin-bottom: 0;
}

#bdstn .section h2 {
  margin: 0 0 24px;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

#bdstn .section .linkarea {
  margin: 100px 0 0;
  text-align: center;
}

#bdstn .section .linkarea span {
  display: inline-block;
  padding-left: 16px;
  font-size: 1.8em;
}

#bdstn .section .linkarea span::before,
#bdstn .section .linkarea span::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

#bdstn .section .linkarea span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn .section .linkarea span::after {
  margin: 6px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#bdstn .return {
  margin: auto;
  padding: 10px 0 0;
  width: 1100px;
  text-align: right;
}

#bdstn .return a {
  display: inline-block;
  width: 64px;
  height: 32px;
  font-size: 1.4em;
  color: #fff;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  background: #000;
  border-radius: 4px;
}

#bdstn .return a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -10px;
  display: block;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn .submit {
  margin-top: 20px;
  width: 100%;
}

#bdstn .submit input {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 2em;
  border: 1px solid #777;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#bdstn .select {
  border: 1px solid #777;
  border-radius: 8px;
  background: #000;
}

#bdstn .select::before,
#bdstn .select::after {
  content: "";
  position: absolute;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 5px;
  border-style: solid;
  border-color: transparent;
}

#bdstn .select::before {
  top: 5px;
  border-bottom-color: #fff;
}

#bdstn .select::after {
  bottom: 5px;
  border-top-color: #fff;
}

#bdstn .select select {
  padding: 12px 40px 12px 16px;
  width: 100%;
  height: 48px;
  font-size: 1.6em;
  color: #fff;
  border: none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* recommend
-------------------------------------------------- */
@media screen and (min-width: 979px) {
  #bdstn .recommend ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #bdstn .recommend li {
    width: 16.666%;
    -ms-flex-item-align: flex-end;
    -ms-grid-row-align: flex-end;
    align-self: flex-end;
  }
}

#bdstn.products-search .recommend {
  margin-top: 120px;
}

#bdstn .recommend li {
  text-align: center;
}

#bdstn .recommend li a {
  display: block;
  font-size: 0.9rem;
  text-decoration: none;
}

#bdstn .recommend li em,
#bdstn .recommend li strong,
#bdstn .recommend li i {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  font-style: normal;
}

#bdstn .recommend li span {
  display: block;
  margin-bottom: 4px;
  font-size: 1em;
  font-weight: 600;
}

#bdstn .recommend li span,
#bdstn .recommend li em {
  color: #f00;
}

#bdstn .recommend li i {
  color: #05f;
}

#bdstn .recommend li img {
  display: block;
  margin: 0 auto 4px;
}

/* scene
-------------------------------------------------- */
@media screen and (min-width: 979px) {
  #bdstn .scene ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -48px 0 0;
  }

  #bdstn .scene li {
    -ms-flex-item-align: flex-end;
    -ms-grid-row-align: flex-end;
    align-self: flex-end;
  }

  #bdstn .scene li:nth-of-type(1),
  #bdstn .scene li:nth-of-type(2) {
    width: 38%;
  }

  #bdstn .scene li:nth-of-type(3),
  #bdstn .scene li:nth-of-type(4),
  #bdstn .scene li:nth-of-type(5) {
    margin-top: -120px;
  }

  #bdstn .scene li:nth-of-type(3),
  #bdstn .scene li:nth-of-type(5) {
    width: 26%;
  }

  #bdstn .scene li:nth-of-type(4) {
    width: 48%;
  }
}

#bdstn .scene li {
  text-align: center;
}

#bdstn .scene li a {
  display: block;
  text-decoration: none;
}

#bdstn .scene li img {
  display: block;
  margin: auto;
}

#bdstn .scene li figcaption {
  display: inline-block;
  margin: 12px 0 0 8px;
  padding-left: 16px;
  font-size: 1.8em;
}

#bdstn .scene li figcaption::before,
#bdstn .scene li figcaption::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

#bdstn .scene li figcaption::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn .scene li figcaption::after {
  margin: 6px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* tire
-------------------------------------------------- */
#bdstn .section.tire {
  overflow: visible;
}

#bdstn .tire-box {
  width: 1160px;
  height: 240px;
  margin: 24px -60px 0 0;
  background: url("../img/top/tire/bg.png") no-repeat left top;
}

#bdstn .tire-btn a {
  position: absolute;
  display: block;
  font-size: 1.6em;
  text-align: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#bdstn .tire-btn a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 979px) {
  #bdstn .tire-btn a {
    top: 5px;
    height: 70px;
  }

  #bdstn .tire-btn_01 {
    left: 5px;
    width: 137px;
  }

  #bdstn .tire-btn_02 {
    left: 149px;
    width: 137px;
  }

  #bdstn .tire-btn_03 {
    left: 291px;
    width: 137px;
  }

  #bdstn .tire-btn_04 {
    left: 434px;
    width: 137px;
  }

  #bdstn .tire-btn_05 {
    left: 586px;
    width: 120px;
  }

  #bdstn .tire-btn_06 {
    left: 712px;
    width: 120px;
  }

  #bdstn .tire-btn_07 {
    left: 847px;
    width: 121px;
  }

  #bdstn .tire-btn_08 {
    left: 984px;
    width: 110px;
  }
}

#bdstn .tire-btn span {
  position: relative;
  top: 50%;
  display: inline-block;
  width: auto;
  padding-left: 16px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#bdstn .tire-btn span::before,
#bdstn .tire-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

#bdstn .tire-btn span::before {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

#bdstn .tire-btn span::after {
  margin: 5px 0 0;
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

#bdstn .tire-inner a {
  display: block;
}

#bdstn [class^="tire-inner_"] {
  position: absolute;
  text-align: center;
}

#bdstn [class^="tire-inner_"] a[href=""] {
  pointer-events: none;
}

@media screen and (min-width: 979px) {
  #bdstn [class^="tire-inner_"] {
    top: 79px;
    display: table;
    height: 160px;
  }

  #bdstn .tire-inner_01 {
    width: 70px;
  }

  #bdstn .tire-inner_02 {
    left: 62px;
    width: 95px;
  }

  #bdstn .tire-inner_03 {
    left: 148px;
    width: 95px;
  }

  #bdstn .tire-inner_04 {
    left: 234px;
    width: 95px;
  }

  #bdstn .tire-inner_05 {
    left: 320px;
    width: 133px;
  }

  #bdstn .tire-inner_06 {
    left: 443px;
    width: 134px;
  }

  #bdstn .tire-inner_07 {
    left: 580px;
    width: 133px;
    height: 85px;
  }

  #bdstn .tire-inner_07 p {
    width: 50%;
  }

  #bdstn .tire-inner_08 {
    top: 155px;
    left: 704px;
    width: 134px;
    height: 85px;
  }

  #bdstn .tire-inner_09 {
    left: 841px;
    width: 133px;
  }

  #bdstn .tire-inner_10 {
    left: 978px;
    width: 122px;
  }

  #bdstn .tire-item {
    display: table-cell;
    vertical-align: middle;
  }

  #bdstn .tire-item img {
    vertical-align: middle;
  }

  #bdstn .tire-item>img {
    display: block;
    margin: auto;
  }

  #bdstn .tire-item_02,
  #bdstn .tire-item_03,
  #bdstn .tire-item_04,
  #bdstn .tire-item_06,
  #bdstn .tire-item_11 {
    margin-top: 56px;
  }

  #bdstn .tire-item_24 {
    margin-top: 24px;
  }

  #bdstn .tire-item_08,
  #bdstn .tire-item_09,
  #bdstn .tire-item_15,
  #bdstn .tire-item_16 {
    margin-top: 16px;
  }

  #bdstn .tire-item_27 {
    margin-top: 12px;
  }
}

/* bike
-------------------------------------------------- */
#bdstn .bike ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bdstn .bike li {
  margin-right: 20px;
  width: 260px;
  height: 100px;
}

#bdstn .bike li:nth-of-type(4n) {
  margin-right: 0;
}

#bdstn .bike li:nth-of-type(n + 5) {
  margin-top: 20px;
}

#bdstn .bike li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #777;
}

#bdstn .bike li span {
  display: inline-block;
  top: 50%;
  padding-left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#bdstn .bike li span::before,
#bdstn .bike li span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

#bdstn .bike li span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn .bike li span::after {
  margin: 6px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* size
-------------------------------------------------- */
#bdstn .size h2 {
  display: inline-block;
}

#bdstn .size-notes {
  top: -2px;
  display: inline-block;
  margin: 0 0 0 80px;
  font-size: 1.3em;
}

#bdstn .size-notes p {
  display: inline-block;
  margin: 0 24px 0 0;
}

#bdstn .size-notes span {
  display: inline-block;
  margin: 0 8px;
  padding: 4px 4px 3px;
  font-size: 0.9em;
  line-height: 1;
  background: #ccc;
  border-radius: 4px;
}

#bdstn .size-notes em {
  display: inline-block;
  margin: 0 8px;
  color: #999;
}

#bdstn .size-notes a {
  display: inline-block;
}

@media screen and (min-width: 979px) {
  #bdstn .size-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #bdstn .size-inner p+p {
    margin-left: 24px;
  }

  #bdstn .size-inner p:not(.select):not(.submit) {
    font-size: 2em;
    line-height: 48px;
  }

  #bdstn .size-inner p.select {
    width: 254px;
  }

  #bdstn .size-inner em {
    font-weight: 600;
  }

  #bdstn .size-inner span {
    display: inline-block;
    margin-left: 16px;
    font-size: 0.8em;
  }
}

/* type
-------------------------------------------------- */
@media screen and (min-width: 979px) {
  #bdstn .type-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #bdstn .type-inner p+p {
    margin-left: 28px;
  }

  #bdstn .type-inner p.select {
    width: 254px;
  }
}

/* searchlink
-------------------------------------------------- */
#bdstn .searchlink ul {
  margin-bottom: 60px;
}

#bdstn .searchlink li {
  display: inline-block;
  font-size: 1.7em;
}

#bdstn .searchlink li+li {
  margin-left: 88px;
}

#bdstn .searchlink li a {
  padding-left: 16px;
  text-decoration: none;
}

#bdstn .searchlink li a::before,
#bdstn .searchlink li a::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

#bdstn .searchlink li a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn .searchlink li a::after {
  margin: 6px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* searchlist
-------------------------------------------------- */
#bdstn .searchlist {
  text-align: center;
  background: #333;
}

#bdstn .searchlist li {
  display: inline-block;
}

#bdstn .searchlist li+li {
  margin-left: 28px;
}

#bdstn .searchlist li a {
  display: block;
  text-decoration: none;
}

#bdstn .searchlist li span {
  display: block;
  height: 50px;
  font-size: 1.6em;
  color: #ccc;
  line-height: 50px;
}

#bdstn .searchlist li.is-active span {
  color: #fff;
}

/* example
-------------------------------------------------- */
#bdstn .example {
  overflow: visible;
}

#bdstn .example table {
  margin: 0 -12px;
}

#bdstn .example td {
  vertical-align: middle;
}

#bdstn .example td .ttl p {
  margin-bottom: 20px;
  font-size: 1.4em;
}

#bdstn .example td .txt {
  margin: 36px 0 0;
  font-size: 1.4em;
}

#bdstn .example td .txt p+p {
  margin-top: 0.5em;
}

#bdstn .example td .txt a {
  font-weight: 600;
}

#bdstn .example td .txt .indent {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 979px) {
  #bdstn .example td:nth-of-type(1) {
    width: 520px;
  }

  #bdstn .example td:nth-of-type(2) {
    padding-left: 36px;
  }
}

/* col col3 col4 col5
-------------------------------------------------- */
#bdstn .col ul::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

#bdstn .col li {
  float: left;
}

#bdstn .col li a {
  display: table;
  font-size: 1.2em;
  word-break: normal;
  white-space: normal;
  text-decoration: none;
}

#bdstn .col li figure,
#bdstn .col li p {
  display: table-cell;
  vertical-align: top;
}

#bdstn .col li p {
  padding: 0 0 0 12px;
}

#bdstn .col li i {
  display: table;
  margin-top: 6px;
  padding: 0.2em 1.4em;
  font-size: 0.8em;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  border-radius: 4px;
}

#bdstn .col li span,
#bdstn .col li strong {
  display: block;
  font-weight: 600;
}

#bdstn .col li span {
  font-size: 1.34em;
  line-height: 1.375em;
}

#bdstn .col li i.race {
  background: #eb0000;
}

#bdstn .col li i.sports {
  background: #ff9000;
}

#bdstn .col li i.touring {
  background: #7fc100;
}

#bdstn .col li i.american {
  background: #06a30f;
}

#bdstn .col li i.adventure {
  background: #00ccff;
}

#bdstn .col li i.offroad {
  background: #0072ff;
}

#bdstn .col li i.scooter {
  background: #c600ff;
}

#bdstn .col li i.other {
  background: #b8b8b8;
}

#bdstn .col li span.red {
  color: #f00;
}

#bdstn .col li span.green {
  color: #062;
}

#bdstn .col li strong {
  font-size: 1.67em;
  line-height: 1.2em;
  /* text-decoration: underline; */
}

@media screen and (min-width: 979px) {
  #bdstn .col3 li {
    width: 32%;
    margin-right: 2%;
  }

  #bdstn .col3 li:nth-of-type(3n) {
    margin-right: 0;
  }

  #bdstn .col3 li:nth-of-type(n + 4) {
    margin-top: 32px;
  }

  #bdstn .col4 {
    padding: 0 52px;
  }

  #bdstn .col4 li {
    width: 19%;
    margin-right: 8%;
  }

  #bdstn .col5 li {
    width: 19%;
    margin-right: 1.25%;
  }

  #bdstn .col4 li:nth-of-type(4n),
  #bdstn .col5 li:nth-of-type(5n) {
    margin-right: 0;
  }

  #bdstn .col4 li:nth-of-type(n + 5) {
    margin-top: 32px;
  }

  #bdstn .col4 li a,
  #bdstn .col5 li a,
  #bdstn .col4 li figure,
  #bdstn .col5 li figure,
  #bdstn .col4 li p,
  #bdstn .col5 li p {
    display: block;
  }

  #bdstn .col4 li p,
  #bdstn .col5 li p {
    height: 120px;
    padding: 12px 8px 0;
  }
}

/* detail/common
-------------------------------------------------- */
#bdstn.products-detail .tecicon {}

#bdstn.products-detail .tecicon li {
  float: left;
  height: 50px;
  margin-right: 8px;
  margin-top: 8px;
}

#bdstn.products-detail .tecicon li+li {
  margin-left: 8px;
}

#bdstn.products-detail .tecnotes {
  padding: 20px 0 0;
  clear: both;
}

#bdstn.products-detail .tecnotes p {
  color: #666;
}

#bdstn.products-detail .makericon a,
#bdstn.products-detail .makericon span {
  display: inline-block;
  padding: 4px 16px;
  min-width: 92px;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
}

#bdstn.products-detail .makericon a.is-disabled {
  pointer-events: none;
}

#bdstn.products-detail .makericon a.is-disabled::after,
#bdstn.products-detail .makericon span.is-disabled::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#bdstn.products-detail .makericon .honda {
  background: #f00;
}

#bdstn.products-detail .makericon .suzuki {
  background: #063796;
}

#bdstn.products-detail .makericon .yamaha {
  background: #0840b0;
}

#bdstn.products-detail .makericon .kawasaki {
  background: #6cbc35;
}

#bdstn.products-detail .makericon .bmw {
  background: #2c56a7;
}

#bdstn.products-detail .makericon .ducati {
  background: #ff0000;
}

#bdstn.products-detail .makericon .triumph {
  background: #000000;
}

#bdstn.products-detail .makericon .aprilia {
  background: #ff4800;
}

#bdstn.products-detail .makericon .mvagusta {
  background: #1b53c5;
}

#bdstn.products-detail .makericon .ktm {
  background: #ff7e00;
}

#bdstn.products-detail .makericon .motoguzzi {
  background: #000000;
}

#bdstn.products-detail .makericon .buell {
  background: #2d70b5;
}

#bdstn.products-detail .makericon .bimota {
  background: #cd0000;
}

#bdstn.products-detail .makericon .laverda {
  background: #ff4e00;
}

#bdstn.products-detail .makericon .harleydavidson {
  background: #ff7200;
}

#bdstn.products-detail .makericon .piaggio {
  background: #0096ff;
}

#bdstn.products-detail .makericon .gilera {
  background: #f30000;
}

/* detail/move
-------------------------------------------------- */
#bdstn.products-detail .move {
  background: #000;
}

#bdstn.products-detail .move .inner {
  margin: auto;
  width: 1100px;
  height: 40px;
  text-align: right;
}

#bdstn.products-detail .move dl {
  display: inline-block;
  margin-left: auto;
  width: 300px;
  height: 40px;
  z-index: 9;
}

#bdstn.products-detail .move dt {
  line-height: 40px;
}

#bdstn.products-detail .move dd,
#bdstn.products-detail .move ul {
  position: static;
}

#bdstn.products-detail .move li {
  height: 40px;
}

#bdstn.products-detail .move dt,
#bdstn.products-detail .move a {
  display: block;
  padding: 0 20px;
  font-size: 1.4em;
  line-height: 40px;
  color: #000;
  text-align: left;
  text-decoration: none;
  background: #efefef;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

#bdstn.products-detail .move dt,
#bdstn.products-detail .move li:not(.is-active) {
  display: none;
  opacity: 0;
}

#bdstn.products-detail .move .is-active a {
  color: #ccc;
  background: #000;
}

#bdstn.products-detail .move a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}

#bdstn.products-detail .move .inner::before,
#bdstn.products-detail .move .inner::after {
  content: "";
  position: absolute;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 5px;
  border-style: solid;
  border-color: transparent;
  z-index: 99;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

#bdstn.products-detail .move .inner::before {
  top: 2px;
  border-bottom-color: #ccc;
}

#bdstn.products-detail .move .inner::after {
  bottom: 2px;
  border-top-color: #ccc;
}

#bdstn.products-detail .move .inner:hover::before {
  border-bottom-color: #fff;
}

#bdstn.products-detail .move .inner:hover::after {
  border-top-color: #fff;
}

/* detail/overview
-------------------------------------------------- */
#bdstn.products-detail .overview {
  margin-top: 12px;
}

#bdstn.products-detail .overview-head .link {
  margin-top: 40px;
  text-align: right;
}

#bdstn.products-detail .overview-head .link ul,
#bdstn.products-detail .overview-head .link ol,
#bdstn.products-detail .overview-head .link li {
  display: inline-block;
}

#bdstn.products-detail .overview-head .link ul+ol,
#bdstn.products-detail .overview-head .link ul li+li {
  margin-left: 24px;
}

#bdstn.products-detail .overview-head .link ol li+li {
  margin-left: 16px;
}

#bdstn.products-detail .overview-head .link ul a {
  display: block;
  padding-left: 16px;
  font-size: 1.4em;
  color: #333;
  line-height: 26px;
  text-decoration: none;
}

#bdstn.products-detail .overview-head .link ul a::before,
#bdstn.products-detail .overview-head .link ul a::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 2px;
  background: #000;
  border-radius: 2px;
}

#bdstn.products-detail .overview-head .link ul a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn.products-detail .overview-head .link ul a::after {
  margin: 0 0 0 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#bdstn.products-detail .overview-head .link ol img {
  margin-top: -8px;
  vertical-align: top;
}

#bdstn.products-detail .overview-head .link ol li:nth-of-type(1) img {
  width: 26px;
}

#bdstn.products-detail .overview-head .link ol li:nth-of-type(2) img {
  width: 30px;
}

#bdstn.products-detail .overview-slider {
  margin: 56px 0 0;
}

#bdstn.products-detail .overview-slider li:only-child {
  margin-bottom: 60px;
}

#bdstn.products-detail .overview-slider img {
  display: block;
  margin: auto;
}

#bdstn.products-detail .overview-slider .bx-pager {
  margin: 16px 0 0;
}

#bdstn.products-detail .overview-slider .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #333;
  opacity: 1;
}

#bdstn.products-detail .overview-slider .bx-pager.bx-default-pager a:hover,
#bdstn.products-detail .overview-slider .bx-pager.bx-default-pager a.active {
  border-color: transparent;
  background: #333;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

#bdstn.products-detail .overview-txt,
#bdstn.products-detail .overview-info {
  margin: auto;
  width: 860px;
}

#bdstn.products-detail .overview-txt {
  margin: 28px auto;
}

#bdstn.products-detail .overview-txt h2 {
  display: table;
  margin: 0 auto;
  font-size: 4.7em;
}

#bdstn.products-detail .overview-txt h2 span {
  display: block;
  font-size: 0.52em;
}

#bdstn.products-detail .overview-txt .txt {
  margin-top: 20px;
  font-size: 1.8em;
  line-height: 2;
}

#bdstn.products-detail .overview-txt .txt b {
  font-weight: 600 !important;
}

#bdstn.products-detail .overview-txt .txt p {}

#bdstn.products-detail .overview-txt .inner {
  margin: 16px 0 0;
  font-size: 1.6em;
}

#bdstn.products-detail .overview-txt .inner h3 {
  font-weight: 600;
}

#bdstn.products-detail .overview-txt .inner h3,
#bdstn.products-detail .overview-txt .inner p,
#bdstn.products-detail .overview-txt .inner li {
  line-height: 1.7;
}

#bdstn.products-detail .overview-info {
  margin: 60px auto;
}

#bdstn.products-detail .overview-info .situation {
  margin: 0 0 40px;
}

#bdstn.products-detail .overview-info .situation::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

#bdstn.products-detail .overview-info .situation li {
  float: left;
  width: 150px;
  height: 40px;
  font-size: 1.2em;
  line-height: 40px;
  text-align: center;
  filter: grayscale(100%);
  opacity: 0.4;
}

#bdstn.products-detail .overview-info .situation li.is-active {
  filter: grayscale(0%);
  opacity: 1;
}

#bdstn.products-detail .overview-info .situation li+li {
  margin-left: 6px;
}

#bdstn.products-detail .overview-info .situation .ttl {
  width: 80px;
  text-align: left;
  filter: grayscale(0%);
  opacity: 1;
}

#bdstn.products-detail .overview-info .situation .circuit {
  background: url("../img/detail/situation-circuit.png") no-repeat center center/cover;
}

#bdstn.products-detail .overview-info .situation .city {
  background: url("../img/detail/situation-city.png") no-repeat center center/cover;
}

#bdstn.products-detail .overview-info .situation .gravel {
  background: url("../img/detail/situation-gravel.png") no-repeat center center/cover;
}

#bdstn.products-detail .overview-info .situation .off {
  background: url("../img/detail/situation-off.png") no-repeat center center/cover;
}

#bdstn.products-detail .overview-info .situation .winding {
  background: url("../img/detail/situation-winding.png") no-repeat center center/cover;
}

@media screen and (min-width: 980px) {
  #bdstn.products-detail .overview-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #bdstn.products-detail .overview-head>div {
    width: 50%;
  }

  #bdstn.products-detail .overview-head h1 span {
    display: block;
    margin-top: 4px;
    font-size: 4.6em;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
  }

  #bdstn.products-detail .overview-head .name p {
    font-size: 2.6em;
    font-style: italic;
    color: #333;
  }
}

/* detail/extended
-------------------------------------------------- */
#bdstn.products-detail .extended {
  margin-bottom: 100px;
  height: 600px;
  overflow: hidden;
}

#bdstn.products-detail .extended .img,
#bdstn.products-detail .extended .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#bdstn.products-detail .extended .img img {
  width: 100%;
}

#bdstn.products-detail .extended .logo {
  padding-bottom: 90px;
  z-index: 9;
}

#bdstn.products-detail .extended .modal-trigger {
  position: static;
}

#bdstn.products-detail .extended .modal-trigger p {
  position: absolute;
  left: 50%;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 9;
}

#bdstn.products-detail .extended .modal-trigger p::after {
  content: "Check Tire Tread";
  display: inline-block;
  font-size: 1.6em;
  color: #fff;
  line-height: 40px;
  vertical-align: top;
}

#bdstn.products-detail .extended .modal-trigger p:hover {
  opacity: 0.5;
}

#bdstn.products-detail .extended .modal-trigger span {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 99;
}

#bdstn.products-detail .extended .modal-trigger span::before,
#bdstn.products-detail .extended .modal-trigger span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -2px;
  margin-left: -8px;
  width: 18px;
  height: 4px;
  background: #000;
  border-radius: 2px;
}

#bdstn.products-detail .extended .modal-trigger span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#bdstn.products-detail .extended .modal-box {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

#bdstn.products-detail .extended .modal-box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#bdstn.products-detail .extended .modal-box .inner figure {
  width: 100%;
  height: 100%;
}

#bdstn.products-detail .extended .modal-box .inner img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

#bdstn.products-detail .extended .modal-trigger.close span {
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn.products-detail .extended .modal-trigger.close p::after {
  content: "";
}

/* detail/movie
-------------------------------------------------- */
#bdstn.products-detail .movie {
  width: 1160px;
}

#bdstn.products-detail .movie img {
  margin: auto;
  display: block;
}

#bdstn.products-detail .movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#bdstn.products-detail .movie-box iframe,
#bdstn.products-detail .movie-box img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* detail/free
-------------------------------------------------- */
#bdstn.products-detail .free {
  width: 1160px;
}

#bdstn.products-detail .free img {
  margin: auto;
  display: block;
}

#bdstn.products-detail .free h2 {
  margin: 60px 0 32px;
  font-size: 3em;
  color: #333;
  text-align: center;
}

#bdstn.products-detail .free .txt {
  margin: auto;
  max-width: 860px;
  font-size: 1.6em;
  line-height: 2em;
}

#bdstn.products-detail .free .txt p {
  line-height: inherit;
}

#bdstn.products-detail .free .txt+figure {
  margin-top: 44px;
}

#bdstn.products-detail .free figure+.txt {
  margin-top: 12px;
}

#bdstn.products-detail .free-box:not(.movie)+.free-box {
  margin-top: 200px;
}

#bdstn.products-detail .free-box.movie+.free-box {
  margin-top: 128px;
}

#bdstn.products-detail .free .link {
  margin: 24px auto 0;
  max-width: 860px;
  font-size: 1.6em;
  line-height: 2em;
}

/* detail/new
-------------------------------------------------- */
#bdstn.products-detail .new {
  padding: 60px 0 40px;
  display: table;
  width: auto;
}

#bdstn.products-detail .new h2 {
  margin-bottom: 32px;
  font-size: 3em;
  text-align: center;
}

#bdstn.products-detail .new dl {
  margin: auto;
}

#bdstn.products-detail .new dl+dl {
  margin-top: 24px;
}

#bdstn.products-detail .new dt span {
  position: absolute;
  top: 14px;
}

#bdstn.products-detail .new dt em {
  padding-left: 120px;
  font-size: 4em;
  font-weight: 600;
}

#bdstn.products-detail .new dd {
  font-size: 3em;
  font-weight: 300;
}

#bdstn.products-detail .new dd span {
  display: inline-block;
  width: 120px;
  font-weight: 600;
}

/* detail/size
-------------------------------------------------- */
#bdstn.products-detail .size {
  margin-top: 80px;
}

#bdstn.products-detail .size table {
  width: 100%;
  table-layout: fixed;
}

#bdstn.products-detail .size h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 300;
}

#bdstn.products-detail .size h2 span {
  font-size: 4.2em;
  font-weight: 600;
  line-height: 1;
}

#bdstn.products-detail .size h2 i {
  display: block;
  margin-top: 0.8em;
  font-size: 1.6em;
  font-weight: 600;
  font-style: normal;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "MSゴシック", Arial, Helvetica, sans-serif;
}

#bdstn.products-detail .size h2 a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2em;
}

#bdstn.products-detail .size table {
  margin-bottom: 60px;
  width: 100%;
  table-layout: fixed;
  clear: both;
}

#bdstn.products-detail .size table thead {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#bdstn.products-detail .size table th,
#bdstn.products-detail .size table td {
  text-align: center;
  vertical-align: middle;
}

#bdstn.products-detail .size table th {
  padding: 12px 0;
  font-size: 1.2em;
  line-height: 1.1em;
}

#bdstn.products-detail .size table td {
  height: 80px;
  font-size: 1.8em;
}

@media screen and (min-width: 979px) {
  #bdstn.products-detail .size table td.size-size {
    text-align: left;
    padding-left: 20px;
  }

  #bdstn.products-detail .size table td.size-remark {
    padding-left: 40px;
  }
}

#bdstn.products-detail .size table th small {
  display: block;
}

#bdstn.products-detail .size table th:nth-of-type(1) {
  width: 270px;
}

#bdstn.products-detail .size table th:nth-of-type(2),
#bdstn.products-detail .size table th:nth-of-type(4),
#bdstn.products-detail .size table th:nth-of-type(5) {
  width: 80px;
}

#bdstn.products-detail .size table th:nth-of-type(3) {
  width: 120px;
}

#bdstn.products-detail .size table th:nth-of-type(6) {
  width: 470px;
}

#bdstn.products-detail .size table span {
  font-size: 0.8em;
  font-weight: 700;
  color: #f00;
}

#bdstn.products-detail .size table td.size-size span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

@media all and (-ms-high-contrast:none) {
  #bdstn.products-detail .size table td.size-size span {
    -webkit-transform: translateY(0) \0;
    transform: translateY(0) \0;
  }
}

#bdstn.products-detail .size table+p {
  font-size: 1.2em;
  color: #999;
}

#bdstn.products-detail .size table .size-remark dl,
#bdstn.products-detail .size table .size-remark p {
  font-size: 0.7em;
  line-height: 1.2em;
  text-align: left;
}

#bdstn.products-detail .size table .size-remark dt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#bdstn.products-detail .size table .size-remark dt.is-active {
  height: 0;
  overflow: hidden;
}

#bdstn.products-detail .size table .size-remark dt::after {
  content: "Read more";
  color: #ff3500;
  text-decoration: underline;
  cursor: pointer;
}

#bdstn.products-detail .size table .size-remark dd {
  display: none;
  padding: 20px 0;
}

#bdstn.products-detail .size table .size-remark dd::after {
  content: "×Close";
  display: inline-block;
  color: #ff3500;
  text-decoration: underline;
  cursor: pointer;
}

#bdstn.products-detail .size .notes {
  padding: 0 0 100px;
}

#bdstn.products-detail .size .notes p {
  font-size: 1.2em;
  color: #999;
  line-height: 1.7em;
}

#bdstn.products-detail .size .notes p+p {
  margin-top: 12px;
}

/* detail/type
-------------------------------------------------- */
#bdstn.products-detail .type {
  border-top: 1px solid #ccc;
  padding: 60px;
  overflow: hidden;
}

#bdstn.products-detail .type h3 {
  margin: 0 auto 12px;
  max-width: 980px;
  font-size: 2em;
  font-weight: 600;
}

#bdstn.products-detail .type h3 span {
  font-size: 0.7em;
  font-weight: 100;
}

#bdstn.products-detail .type ul {
  margin: auto;
  max-width: 980px;
}

#bdstn.products-detail .type li {
  display: inline-block;
  margin-top: 6px;
  margin-right: 8px;
}

#bdstn.products-detail .type li:nth-of-type(9) {
  margin-right: 0;
}

#bdstn.products-detail .type .maker {
  margin: auto;
  max-width: 980px;
}

#bdstn.products-detail .type .maker .item {
  display: none;
  padding: 60px 24px 0;
}

#bdstn.products-detail .type .maker h4 {
  margin-bottom: 32px;
  font-size: 2.4em;
  font-weight: 600;
}

#bdstn.products-detail .type .maker .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#bdstn.products-detail .type .maker h5,
#bdstn.products-detail .type .maker .set {
  display: table-cell;
  vertical-align: top;
}

#bdstn.products-detail .type .maker .set>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#bdstn.products-detail .type .maker h5 {
  width: 90px;
  font-size: 2em;
  font-weight: 600;
  color: #999;
  line-height: 1.2;
}

#bdstn.products-detail .type .maker ul {
  width: 100%;
}

#bdstn.products-detail .type .maker li span {
  display: inline-block;
  width: 60px;
  font-weight: 600;
}

#bdstn.products-detail .type .maker dl {
  width: 48%;
}

#bdstn.products-detail .type .maker dt {
  margin-bottom: 4px;
  font-size: 1.8em;
  font-weight: 600;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "MSゴシック", Arial, Helvetica, sans-serif;
}

#bdstn.products-detail .type .maker dd {
  margin-bottom: 32px;
  font-size: 1.8em;
  font-weight: 300;
}

#bdstn.products-detail .type .maker dd span {
  display: inline-block;
  width: 60px;
  font-weight: 300;
}

#bdstn.products-detail .type .maker dd li {
  display: block;
  margin: 0;
}

/* detail/other
-------------------------------------------------- */
#bdstn.products-detail .other {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#bdstn.products-detail .other .inner {
  display: table;
  margin: auto;
  padding: 68px 0;
  width: 1160px;
}

#bdstn.products-detail .other .inner>div {
  display: table-cell;
  vertical-align: middle;
}

#bdstn.products-detail .other .ttl {
  width: 200px;
}

#bdstn.products-detail .other .ttl h2 {
  padding-right: 40px;
  font-size: 3.8em;
  font-weight: 900;
  line-height: 1.1em;
}

#bdstn.products-detail .other .ttl a {
  display: inline-block;
  padding-left: 16px;
  font-size: 1.4em;
  text-decoration: none;
}

#bdstn.products-detail .other .ttl p {
  margin-top: 8px;
}

#bdstn.products-detail .other .ttl a::before,
#bdstn.products-detail .other .ttl a::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 2px;
  background: #999;
  border-radius: 2px;
}

#bdstn.products-detail .other .ttl a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn.products-detail .other .ttl a::after {
  margin: 3px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#bdstn.products-detail .other-slider {}

#bdstn.products-detail .other-slider li {
  padding: 0 10px;
}

#bdstn.products-detail .other-slider li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

#bdstn.products-detail .other-slider li p {
  padding: 8px 0 0;
  font-size: 1.4em;
  line-height: 1.2em;
}

#bdstn.products-detail .other-slider li span,
#bdstn.products-detail .other-slider li strong {
  display: block;
  line-height: 1.2em;
  font-weight: 600;
}

#bdstn.products-detail .other-slider li span.red {
  color: #f00;
}

#bdstn.products-detail .other-slider li span.green {
  color: #062;
}

#bdstn.products-detail .other-slider .bx-controls,
#bdstn.products-detail .other-slider .bx-controls-direction {
  position: static;
}

#bdstn.products-detail .other-slider .bx-controls-direction>a {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: 0;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  color: transparent;
  border-top: 4px solid #ccc;
  border-right: 4px solid #ccc;
  background: none;
  overflow: hidden;
}

#bdstn.products-detail .other-slider .bx-prev {
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

#bdstn.products-detail .other-slider .bx-next {
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/* detail/banner
-------------------------------------------------- */
#bdstn.products-detail .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 140px auto 40px;
  width: 1160px;
}

#bdstn.products-detail .banner a {
  display: block;
  text-decoration: none;
}

#bdstn.products-detail .banner span {
  display: block;
  margin-top: 16px;
  font-size: 1.4em;
}

/* result/list
-------------------------------------------------- */
#bdstn.products-result .result {
  padding: 20px;
  background: #eee;
}

#bdstn.products-result .txt {
  padding: 40px 0 0;
  font-size: 1.4em;
}

#bdstn.products-result .result-list {}

#bdstn.products-result .result-list li {
  display: inline-block;
  margin-right: 24px;
  font-size: 1.6em;
}

#bdstn.products-result .result-trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding-right: 24px;
  font-size: 1.6em;
}

#bdstn.products-result .result-trigger i {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn.products-result .result-trigger.is-active i {
  -webkit-transform: translateY(4px) rotate(-135deg);
  transform: translateY(4px) rotate(-135deg);
}

#bdstn.products-result .result-trigger+div {
  display: none;
  margin-top: 20px;
}

#bdstn.products-result .list {}

#bdstn.products-result .list .item {}

#bdstn.products-result .list .item+.item {
  margin-top: 160px;
}

#bdstn.products-result .list .item h2 {
  padding: 8px 12px;
  font-size: 2.4em;
  font-weight: 700;
  color: #fff;
  background: #000;
  line-height: 1;
}

#bdstn.products-result .list .item>p {
  padding: 40px 0 12px;
  font-size: 2em;
  font-weight: 600;
  border-bottom: 1px solid #999;
}

#bdstn.products-result .list .item-box {}

#bdstn.products-result .list .item-box+.item-box {
  margin-top: 120px;
}

#bdstn.products-result .list .item-inner {
  margin: 36px 0 80px;
  display: table;
}

#bdstn.products-result .list .item-inner figure,
#bdstn.products-result .list .item-inner h3 {
  display: table-cell;
  vertical-align: middle;
}

#bdstn.products-result .list .item-inner figure {
  padding: 8px;
  width: 140px;
  border: 1px solid #ccc;
}

#bdstn.products-result .list .item-inner figure img {
  max-width: 100%;
}

#bdstn.products-result .list .item-inner h3 {
  padding: 0 0 0 36px;
}

#bdstn.products-result .list .item-inner h3 a {
  display: block;
  margin-top: 12px;
  font-size: 3.6em;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-decoration: none;
}

#bdstn.products-result .list .item-info {
  margin-bottom: 60px;
}

#bdstn.products-result .list .item-info h4 {
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 600;
}

#bdstn.products-result .list .item-info h4 a,
#bdstn.products-result .list .item-info h4 span {
  display: inline-block;
  margin-right: 16px;
}

#bdstn.products-result .list .item-info h4 i {
  float: right;
  font-style: normal;
}

#bdstn.products-result .list .item-info h4 i a {
  margin: 0;
}

#bdstn.products-result .list .item-info h4 span {
  font-size: 0.85em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "MSゴシック", Arial, Helvetica, sans-serif;
}

#bdstn.products-result .list .item-info table {
  width: 100%;
  table-layout: fixed;
  clear: both;
}

#bdstn.products-result .list .item-info table thead {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#bdstn.products-result .list .item-info table th,
#bdstn.products-result .list .item-info table td {
  text-align: center;
  vertical-align: middle;
}

#bdstn.products-result .list .item-info table th {
  padding: 12px 0;
  font-size: 1.4em;
  line-height: 1.1em;
}

#bdstn.products-result .list .item-info table td {
  height: 80px;
  font-size: 1.6em;
}

@media screen and (min-width: 979px) {
  #bdstn.products-result .list .item-info table td.size-code {
    text-align: left;
    padding-left: 20px;
  }
}

#bdstn.products-result .list .item-info table th small {
  display: block;
}

#bdstn.products-result .list .item-info table th:nth-of-type(1) {
  width: 240px;
}

#bdstn.products-result .list .item-info table th:nth-of-type(2),
#bdstn.products-result .list .item-info table th:nth-of-type(3),
#bdstn.products-result .list .item-info table th:nth-of-type(4),
#bdstn.products-result .list .item-info table th:nth-of-type(5) {
  width: 120px;
}

#bdstn.products-result .list .item-info table span {
  font-size: 0.8em;
  font-weight: 700;
  color: #f00;
}

#bdstn.products-result .list .item-info table td.size-size span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

@media all and (-ms-high-contrast:none) {
  #bdstn.products-result .list .item-info table td.size-size span {
    -webkit-transform: translateY(0) \0;
    transform: translateY(0) \0;
  }
}

#bdstn.products-result .list .item-info table+p {
  font-size: 1.2em;
  color: #999;
}

#bdstn.products-result .list .item-info table .size-remark dl,
#bdstn.products-result .list .item-info table .size-remark p {
  font-size: 0.8em;
  text-align: left;
}

#bdstn.products-result .list .item-info table .size-remark dt {
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#bdstn.products-result .list .item-info table .size-remark dt.is-active {
  height: 0;
  overflow: hidden;
}

#bdstn.products-result .list .item-info table .size-remark dt::after {
  content: "Read more";
  color: #ff3500;
  text-decoration: underline;
  cursor: pointer;
}

#bdstn.products-result .list .item-info table .size-remark dd {
  display: none;
  padding: 20px 0;
}

#bdstn.products-result .list .item-info table .size-remark dd::after {
  content: "×Close";
  color: #ff3500;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (min-width: 979px) {
  #bdstn.products-result .result .size-inner p.select {
    width: 240px;
  }
}

@media screen and (max-width: 979px) {
  #bdstn {
    padding: 0 0 10px;
  }

  #bdstn * {}

  #bdstn img {
    max-width: 100%;
  }

  #bdstn>.ttl {
    padding: 50px 0 0;
    width: 100%;
  }

  #bdstn>.ttl h1 {
    font-size: 2em;
    font-weight: 600;
  }

  #bdstn>.ttl p {
    font-size: 1em;
  }

  #bdstn .section {
    margin: 24px 0 32px;
    width: 100%;
  }

  #bdstn .section h2 {
    margin: 0 0 8px;
    padding: 0 20px;
    font-size: 1.4em;
  }

  #bdstn .return {
    padding: 10px 20px 0;
    width: 100%;
  }

  #bdstn .submit {
    margin-top: 12px;
  }

  #bdstn .submit input {
    background: #fff;
  }

  #bdstn .select {
    border-radius: 4px;
  }

  #bdstn .select::before,
  #bdstn .select::after {
    right: 12px;
    border-width: 6px 4px;
  }

  #bdstn .select::before {
    top: 6px;
  }

  #bdstn .select::after {
    bottom: 6px;
  }

  #bdstn .select select {
    padding: 10px 40px 10px 16px;
    height: 40px;
    font-size: 1.2em;
  }

  #bdstn .slider-box {
    left: 50%;
    width: 420px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #bdstn .slider-box .bx-controls,
  #bdstn .slider-box .bx-controls-direction {
    position: static;
  }

  #bdstn .slider-box .bx-controls-direction>a {
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    text-indent: -9999px;
    color: transparent;
    background: none;
  }

  #bdstn .slider-box .bx-controls-direction>a::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: 0;
    height: 24px;
    width: 24px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    overflow: hidden;
  }

  #bdstn .slider-box .bx-prev {
    left: 0;
  }

  #bdstn .slider-box .bx-prev::after {
    left: 60%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }

  #bdstn .slider-box .bx-next {
    right: 0;
  }

  #bdstn .slider-box .bx-next::after {
    right: 60%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  #bdstn .slider {
    overflow: visible;
  }

  #bdstn .slider li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #bdstn .slider li:not(.is-active) a {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
    pointer-events: none;
  }

  /* recommend
	-------------------------------------------------- */
  #bdstn.products-search .recommend {
    margin-top: 60px;
  }

  #bdstn .recommend ul {
    overflow: visible;
  }

  #bdstn .recommend li {}

  #bdstn .recommend li a {}

  #bdstn .recommend li em,
  #bdstn .recommend li strong,
  #bdstn .recommend li i {
    font-size: 1.2em;
  }

  #bdstn .recommend li em {}

  #bdstn .recommend li i {}

  #bdstn .recommend li img {}

  /* scene
	-------------------------------------------------- */
  #bdstn .scene ul {
    margin: 0;
  }

  #bdstn .scene li:nth-of-type(n) {
    margin: 0;
  }

  #bdstn .scene li a {
    -webkit-transform-origin: 50% 64%;
    transform-origin: 50% 64%;
  }

  #bdstn .scene li figure {}

  #bdstn .scene li img {}

  #bdstn .scene li figcaption {
    padding-left: 12px;
    font-size: 1.4em;
  }

  #bdstn .scene li figcaption::before,
  #bdstn .scene li figcaption::after {
    top: 7px;
    width: 7px;
    height: 2px;
  }

  #bdstn .scene li figcaption::before {}

  #bdstn .scene li figcaption::after {
    margin: 4px 0 0;
  }

  /* tire
	-------------------------------------------------- */
  #bdstn .tire {
    padding: 0 20px;
  }

  #bdstn .tire h2 {
    padding: 0;
  }

  #bdstn .tire-box {
    padding-top: 177.598%;
    width: 100%;
    height: auto;
    margin: 12px 0 0 0;
    background: url("../img/top/tire/bg-sp.png") no-repeat left top/100%;
  }

  #bdstn .tire-btn {
    position: static;
  }

  #bdstn .tire-btn a {
    left: 1.5%;
    width: 37.5%;
    height: 10.8%;
    font-size: 1.6em;
  }

  #bdstn .tire-btn_01 {
    top: 0.6%;
  }

  #bdstn .tire-btn_02 {
    top: 12.6%;
  }

  #bdstn .tire-btn_03 {
    top: 24.6%;
  }

  #bdstn .tire-btn_04 {
    top: 36.4%;
  }

  #bdstn .tire-btn_05 {
    top: 49.8%;
  }

  #bdstn .tire-btn_06 {
    top: 61.4%;
  }

  #bdstn .tire-btn_07 {
    top: 74.8%;
  }

  #bdstn .tire-btn_08 {
    top: 88.2%;
  }

  #bdstn .tire-btn span {
    padding: 0 20%;
    width: 100%;
    text-align: left;
  }

  #bdstn .tire-btn span::before,
  #bdstn .tire-btn span::after {
    left: 6%;
    width: 8px;
    height: 2px;
  }

  #bdstn .tire-btn span::before {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }

  #bdstn .tire-btn span::after {
    margin: 5px 0 0;
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }

  #bdstn .tire-inner {
    position: static;
  }

  #bdstn .tire-item {
    height: 100%;
  }

  #bdstn [class^="tire-inner_"] {
    left: 40.2%;
    width: 59.8%;
  }

  #bdstn .tire-inner_01 {
    top: 0;
    height: 5.8%;
  }

  #bdstn .tire-inner_02 {
    top: 5%;
    height: 8.1%;
  }

  #bdstn .tire-inner_03 {
    top: 12.3%;
    height: 8.1%;
  }

  #bdstn .tire-inner_04 {
    top: 19.5%;
    height: 8.1%;
  }

  #bdstn .tire-inner_05 {
    top: 26.8%;
    height: 11.2%;
  }

  #bdstn .tire-inner_06 {
    top: 36.8%;
    height: 11.2%;
  }

  #bdstn .tire-inner_07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    top: 49.1%;
    height: 12.4%;
    width: 32.2%;
  }

  #bdstn .tire-inner_07 p {
    width: 50%;
  }

  #bdstn .tire-inner_08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    top: 60.7%;
    left: 65.6%;
    height: 12.4%;
    width: 34.2%;
  }

  #bdstn .tire-inner_08 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 6% 0;
    width: 50%;
  }

  #bdstn .tire-inner_08 a {
    width: 100%;
    margin: -0 auto;
    top: 0% !important;
    -webkit-transform: translateY(0) scale(0.75) !important;
    transform: translateY(0) scale(0.75) !important;
  }

  #bdstn .tire-inner_09 {
    top: 74%;
    height: 12.4%;
  }

  #bdstn .tire-inner_10 {
    top: 87.5%;
    height: 12.4%;
  }

  #bdstn .tire-inner_01 img,
  #bdstn .tire-inner_02 img,
  #bdstn .tire-inner_03 img,
  #bdstn .tire-inner_04 img,
  #bdstn .tire-inner_05 img,
  #bdstn .tire-inner_09 img {}

  #bdstn .tire-inner [class^="tire-item_"] {
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.75);
    transform: translateY(-50%) scale(0.75);
  }

  #bdstn .tire-inner [class^="tire-item_"] img {
    vertical-align: middle;
  }

  #bdstn .tire-item_02,
  #bdstn .tire-item_06 {
    margin-left: 20%;
  }

  #bdstn .tire-item_03,
  #bdstn .tire-item_04 {
    margin-left: 10%;
  }

  #bdstn .tire-item_02,
  #bdstn .tire-item_06 {
    margin-left: 20%;
  }

  #bdstn .tire-item_07,
  #bdstn .tire-item_08,
  #bdstn .tire-item_09 {
    width: 30%;
  }

  #bdstn .tire-item_11,
  #bdstn .tire-item_15,
  #bdstn .tire-item_16,
  #bdstn .tire-item_24 {
    margin-left: 2%;
  }

  #bdstn .tire-item_27 {
    margin-bottom: 1%;
  }

  #bdstn .tire-item_25 {
    left: -6%;
  }

  #bdstn .tire-item_26 {
    left: -3%;
  }

  #bdstn .tire-item_19 img,
  #bdstn .tire-item_20 img,
  #bdstn .tire-item_21 img,
  #bdstn .tire-item_22 img {
    vertical-align: top;
  }

  /* bike
	-------------------------------------------------- */
  #bdstn .bike ul {
    margin-top: 8px;
    padding: 0 20px;
  }

  #bdstn .bike li {
    margin-right: 2%;
    width: 48%;
    height: 60px;
  }

  #bdstn .bike li:nth-of-type(2n) {
    margin-right: 0;
  }

  #bdstn .bike li:nth-of-type(n + 3) {
    margin-top: 2%;
  }

  #bdstn .bike li a {
    font-size: 1.4em;
  }

  #bdstn .bike li span {
    padding-left: 12px;
  }

  #bdstn .bike li span::before,
  #bdstn .bike li span::after {
    top: 6px;
    width: 8px;
    height: 2px;
  }

  #bdstn .bike li span::after {
    margin: 5px 0 0;
  }

  /* size
	-------------------------------------------------- */
  #bdstn .size h2 {
    display: block;
  }

  #bdstn .size-notes {
    top: 0;
    display: table;
    margin: 16px auto 0;
    font-size: 1.4em;
    text-align: right;
  }

  #bdstn .size-notes p {
    display: block;
    margin: 0;
  }

  #bdstn .size-notes span {
    padding: 4px 6px 2px;
    font-size: 1em;
    border-radius: 2px;
  }

  #bdstn .size-notes em {}

  #bdstn .size-notes a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 0.6em;
  }

  #bdstn .size-inner {
    display: block;
    padding: 10px 20px 0;
  }

  #bdstn .size-inner p+p {
    margin-top: 10px;
  }

  #bdstn .size-inner p:not(.select):not(.submit) {
    font-size: 1.2em;
    text-align: center;
  }

  #bdstn .size-inner em,
  #bdstn .size-inner span {
    display: block;
    margin-top: 4px;
  }

  /* type
	-------------------------------------------------- */
  #bdstn .type-inner {
    padding: 0 20px;
  }

  #bdstn .type-inner p+p {
    margin-top: 10px;
  }

  /* searchlink
	-------------------------------------------------- */
  #bdstn .searchlink {
    padding: 0 20px;
  }

  #bdstn .searchlink ul {
    margin-bottom: 40px;
  }

  #bdstn .searchlink li {
    margin-top: 8px;
    margin-right: 24px;
    font-size: 1.4em;
  }

  #bdstn .searchlink li+li {
    margin-left: 0;
  }

  #bdstn .searchlink li a {
    padding-left: 12px;
  }

  #bdstn .searchlink li a::before,
  #bdstn .searchlink li a::after {
    top: 6px;
    width: 6px;
    height: 2px;
  }

  #bdstn .searchlink li a::before {}

  #bdstn .searchlink li a::after {
    margin: 4px 0 0;
  }

  /* searchlist
	-------------------------------------------------- */
  #bdstn .searchlist {}

  /* example
	-------------------------------------------------- */
  #bdstn .example table {
    display: block;
    margin: 0;
  }

  #bdstn .example tbody,
  #bdstn .example tr,
  #bdstn .example td {
    display: block;
  }

  #bdstn .example td:nth-of-type(1) {
    padding: 0 10px 20px;
  }

  #bdstn .example figure {
    padding: 0 20px;
  }

  #bdstn .example td .ttl p {
    padding: 0 20px;
    margin-bottom: 12px;
    font-size: 1em;
  }

  #bdstn .example td .txt {
    margin: 16px 0 0;
    padding: 0 20px;
    font-size: 1em;
  }

  /* col col3 col4 col5
	-------------------------------------------------- */
  #bdstn .col {
    padding: 0 10px;
  }

  #bdstn .col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #bdstn .col li {
    display: block;
    padding: 10px;
    width: 50%;
  }

  #bdstn .col li a,
  #bdstn .col li figure,
  #bdstn .col li p {
    display: block;
    font-size: 1em;
    text-align: center;
  }

  #bdstn .col li i {
    display: inline-block;
    margin: 4px 0 0;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }

  #bdstn .col li strong {
    font-size: 1.6em;
  }

  #bdstn .col li p {
    margin-top: 8px;
  }

  /* tire size table
	-------------------------------------------------- */
  #bdstn table .size-size::before {
    content: "Tire Size：";
  }

  #bdstn table .size-standardrim::before {
    content: "Standard Rim(inch)：";
  }

  #bdstn table .size-applicationrim::before {
    content: "Appr. Rim(inch)：";
  }

  #bdstn table .size-outer::before {
    content: "OD(mm)：";
  }

  #bdstn table .size-tread::before {
    content: "TW(mm)：";
  }

  #bdstn table .size-remark::before {
    content: "Remarks：";
  }

  /* detail/common
	-------------------------------------------------- */
  #bdstn.products-detail .tecicon {}

  #bdstn.products-detail .tecnotes {
    padding: 8px 0 0;
  }

  #bdstn.products-detail .makericon a,
  #bdstn.products-detail .makericon span {
    padding: 4px 12px;
    min-width: 52px;
    font-size: 1em;
    border-radius: 2px;
  }

  #bdstn.products-detail .makericon a.is-disabled {}

  #bdstn.products-detail .makericon a.is-disabled::after,
  #bdstn.products-detail .makericon span.is-disabled::after {}

  #bdstn.products-detail .makericon .honda {}

  #bdstn.products-detail .makericon .suzuki {}

  #bdstn.products-detail .makericon .yamaha {}

  #bdstn.products-detail .makericon .kawasaki {}

  #bdstn.products-detail .makericon .bmw {}

  #bdstn.products-detail .makericon .ducati {}

  #bdstn.products-detail .makericon .triumph {}

  #bdstn.products-detail .makericon .aprilia {}

  #bdstn.products-detail .makericon .mvagusta {}

  #bdstn.products-detail .makericon .ktm {}

  #bdstn.products-detail .makericon .motoguzzi {}

  #bdstn.products-detail .makericon .buell {}

  #bdstn.products-detail .makericon .bimota {}

  #bdstn.products-detail .makericon .laverda {}

  #bdstn.products-detail .makericon .harleydavidson {}

  #bdstn.products-detail .makericon .piaggio {}

  #bdstn.products-detail .makericon .gilera {}

  /* detail/catlink
	-------------------------------------------------- */
  #bdstn.products-detail .catlink {
    background: #333;
  }

  #bdstn.products-detail .catlink ul {
    height: 30px;
    text-align: center;
  }

  #bdstn.products-detail .catlink li {
    display: inline-block;
  }

  #bdstn.products-detail .catlink a {
    display: block;
    padding: 0 12px;
    font-size: 1.2em;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
  }

  #bdstn.products-detail .catlink li.is-active a {
    color: #999;
  }

  /* detail/move
	-------------------------------------------------- */
  #bdstn.products-detail .move {}

  #bdstn.products-detail .move .inner {
    width: 100%;
    height: 30px;
  }

  #bdstn.products-detail .move dl {
    width: 220px;
    height: 30px;
  }

  #bdstn.products-detail .move dt {
    line-height: 30px;
  }

  #bdstn.products-detail .move dd,
  #bdstn.products-detail .move ul {}

  #bdstn.products-detail .move li {
    height: 30px;
  }

  #bdstn.products-detail .move dt,
  #bdstn.products-detail .move a {
    padding: 0 12px;
    font-size: 1.2em;
    line-height: 30px;
  }

  #bdstn.products-detail .move dt,
  #bdstn.products-detail .move li:not(.is-active) {}

  #bdstn.products-detail .move .is-active a {}

  #bdstn.products-detail .move a:hover {}

  #bdstn.products-detail .move .inner::before,
  #bdstn.products-detail .move .inner::after {
    right: 12px;
    border-width: 6px 4px;
  }

  #bdstn.products-detail .move .inner::before {
    top: 1px;
  }

  #bdstn.products-detail .move .inner::after {
    bottom: 1px;
  }

  /* detail/overview
	-------------------------------------------------- */
  #bdstn.products-detail .overview {
    margin-top: 0;
    padding: 20px 20px 0;
  }

  #bdstn.products-detail .overview-head h1 img {
    max-height: 10px;
  }

  #bdstn.products-detail .overview-head h1 span {
    display: block;
    margin-top: 4px;
    font-size: 2.6em;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
  }

  #bdstn.products-detail .overview-head .name p {
    font-size: 1.6em;
    font-style: italic;
  }

  #bdstn.products-detail .overview-head .link {
    margin-top: 4px;
  }

  #bdstn.products-detail .overview-head .link ul,
  #bdstn.products-detail .overview-head .link ol,
  #bdstn.products-detail .overview-head .link li {}

  #bdstn.products-detail .overview-head .link ul+ol,
  #bdstn.products-detail .overview-head .link ul li+li {
    margin-left: 12px;
  }

  #bdstn.products-detail .overview-head .link ol {
    margin-top: 12px;
  }

  #bdstn.products-detail .overview-head .link ul a {
    padding-left: 12px;
    font-size: 1.2em;
  }

  #bdstn.products-detail .overview-head .link ul a::before,
  #bdstn.products-detail .overview-head .link ul a::after {
    width: 6px;
  }

  #bdstn.products-detail .overview-head .link ul a::before {}

  #bdstn.products-detail .overview-head .link ul a::after {
    margin: 0 0 0 3px;
  }

  #bdstn.products-detail .overview-slider {
    margin: 12px 0 0;
    padding: 20px;
  }

  #bdstn.products-detail .overview-slider li:only-child {
    margin-bottom: 0;
  }

  #bdstn.products-detail .overview-slider img {
    max-height: 240px;
  }

  #bdstn.products-detail .overview-slider .bx-pager {
    margin: 12px 0 0;
  }

  #bdstn.products-detail .overview-slider .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #333;
    opacity: 1;
  }

  #bdstn.products-detail .overview-slider .bx-pager.bx-default-pager a:hover,
  #bdstn.products-detail .overview-slider .bx-pager.bx-default-pager a.active {
    border-color: transparent;
    background: #333;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
  }

  #bdstn.products-detail .overview-txt,
  #bdstn.products-detail .overview-info {
    margin: auto;
    width: 100%;
  }

  #bdstn.products-detail .overview-txt {
    margin: 20px auto;
  }

  #bdstn.products-detail .overview-txt h2 {
    font-size: 2.4em;
    text-align: center;
  }

  #bdstn.products-detail .overview-txt h2 span {
    font-size: 0.52em;
  }

  #bdstn.products-detail .overview-txt .txt {
    margin-top: 8px;
    font-size: 1.2em;
    line-height: 2;
  }

  #bdstn.products-detail .overview-txt .txt p {}

  #bdstn.products-detail .overview-txt .inner {
    margin: 12px 0 0;
    font-size: 1.2em;
  }

  #bdstn.products-detail .overview-txt .inner h3 {}

  #bdstn.products-detail .overview-txt .inner h3,
  #bdstn.products-detail .overview-txt .inner p,
  #bdstn.products-detail .overview-txt .inner li {}

  #bdstn.products-detail .overview-info {
    margin: 32px auto;
  }

  #bdstn.products-detail .overview-info .situation {
    margin: 0 -20px 12px;
    padding: 0 20px;
    white-space: nowrap;
    word-break: keep-all;
    overflow-x: scroll;
  }

  #bdstn.products-detail .overview-info .situation::after {}

  #bdstn.products-detail .overview-info .situation li {
    float: none;
    display: inline-block;
    width: 75px;
    height: 20px;
    font-size: 0.8em;
    line-height: 20px;
    vertical-align: top;
  }

  #bdstn.products-detail .overview-info .situation li.is-active {}

  #bdstn.products-detail .overview-info .situation li+li {
    margin-left: 0;
  }

  #bdstn.products-detail .overview-info .situation .ttl {
    width: 50px;
  }

  #bdstn.products-detail .overview-info .situation .circuit {}

  #bdstn.products-detail .overview-info .situation .city {}

  #bdstn.products-detail .overview-info .situation .gravel {}

  #bdstn.products-detail .overview-info .situation .off {}

  #bdstn.products-detail .overview-info .situation .winding {}

  /* detail/extended
	-------------------------------------------------- */
  #bdstn.products-detail .extended {
    margin-bottom: 48px;
    height: 280px;
  }

  #bdstn.products-detail .extended .img {
    height: 280px;
  }

  #bdstn.products-detail .extended .logo {
    padding-bottom: 40px;
  }

  #bdstn.products-detail .extended .img,
  #bdstn.products-detail .extended .logo {}

  #bdstn.products-detail .extended .logo img {
    width: 80%;
  }

  #bdstn.products-detail .extended .img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 280px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #bdstn.products-detail .extended .logo {}

  #bdstn.products-detail .extended .modal-trigger {}

  #bdstn.products-detail .extended .modal-trigger p {
    bottom: 40px;
    width: 172px;
  }

  #bdstn.products-detail .extended .modal-trigger p::after {
    font-size: 1.4em;
    line-height: 20px;
  }

  #bdstn.products-detail .extended .modal-trigger p:hover {}

  #bdstn.products-detail .extended .modal-trigger span {
    margin-right: 12px;
    width: 20px;
    height: 20px;
  }

  #bdstn.products-detail .extended .modal-trigger span::before,
  #bdstn.products-detail .extended .modal-trigger span::after {
    margin-top: -1px;
    margin-left: -4px;
    width: 9px;
    height: 2px;
  }

  #bdstn.products-detail .extended .modal-trigger span::after {}

  #bdstn.products-detail .extended .modal-box {}

  #bdstn.products-detail .extended .modal-box .inner {}

  #bdstn.products-detail .extended .modal-box img {}

  #bdstn.products-detail .extended .modal-trigger.close span {}

  #bdstn.products-detail .extended .modal-trigger.close p::after {}

  #bdstn.products-detail .extended .modal-trigger.close p {
    width: auto;
  }

  /* detail/movie
	-------------------------------------------------- */
  #bdstn.products-detail .movie {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #bdstn.products-detail .movie img {
    margin: auto;
    display: block;
    width: 100%;
  }

  /* detail/free
	-------------------------------------------------- */
  #bdstn.products-detail .free {
    padding: 0 20px;
    width: 100%;
  }

  #bdstn.products-detail .free img {}

  #bdstn.products-detail .free h2 {
    margin: 12px 0 8px;
    font-size: 2em;
    font-weight: 300;
  }

  #bdstn.products-detail .free .txt {
    font-size: 1.3em;
    line-height: 1.7em;
  }

  #bdstn.products-detail .free .txt p {
    line-height: inherit;
  }

  #bdstn.products-detail .free .txt+figure {
    margin-top: 16px;
  }

  #bdstn.products-detail .free figure+.txt {
    margin-top: 12px;
  }

  #bdstn.products-detail .free-box:not(.movie)+.free-box {
    margin-top: 52px;
  }

  #bdstn.products-detail .free-box.movie+.free-box {
    margin-top: 36px;
  }

  #bdstn.products-detail .free .link {
    margin: 16px auto 0;
    font-size: 1.4em;
  }

  /* detail/new
	-------------------------------------------------- */
  #bdstn.products-detail .new {
    padding: 12px 20px 0;
    margin-right: auto;
    margin-left: auto;
  }

  #bdstn.products-detail .new h2 {
    margin-bottom: 24px;
    font-size: 2em;
    font-weight: 300;
  }

  #bdstn.products-detail .new dl {
    margin-top: 8px;
  }

  #bdstn.products-detail .new dl+figure {
    margin-top: 20px;
  }

  #bdstn.products-detail .new dt span {
    top: 0;
  }

  #bdstn.products-detail .new dt em {
    padding-left: 68px;
    font-size: 1.6em;
  }

  #bdstn.products-detail .new dd {
    padding: 4px 4px 0;
    font-size: 1.2em;
  }

  #bdstn.products-detail .new dd span {
    width: 44px;
  }

  /* detail/size
	-------------------------------------------------- */
  #bdstn.products-detail .size {
    margin-top: 40px;
    padding: 0 20px;
  }

  #bdstn.products-detail .size h2 {
    padding: 0;
  }

  #bdstn.products-detail .size h2 span {
    font-size: 3.6em;
    line-height: 1.2em;
  }

  #bdstn.products-detail .size h2 a {
    position: static;
    display: block;
    font-size: 1.2em;
  }

  #bdstn.products-detail .size table,
  #bdstn.products-detail .size tobdy,
  #bdstn.products-detail .size tr,
  #bdstn.products-detail .size td {
    display: block;
  }

  #bdstn.products-detail .size table thead {
    display: none;
  }

  #bdstn.products-detail .size table th,
  #bdstn.products-detail .size table td {}

  #bdstn.products-detail .size table th {}

  #bdstn.products-detail .size table tr+tr {
    margin-top: 40px;
  }

  #bdstn.products-detail .size table td {
    padding: 2px 0;
    height: auto;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
  }

  #bdstn.products-detail .size table th:nth-of-type(n) {
    width: 100%;
  }

  #bdstn.products-detail .size table td:nth-of-type(n + 3) {
    font-size: 1.4em;
  }

  #bdstn.products-detail .size table td::before {
    display: inline-block;
    font-size: 0.86em;
    font-weight: 300;
    line-height: 1.2em;
  }

  #bdstn.products-detail .size table td.size-size span {
    left: 0;
  }

  #bdstn.products-detail .size table .size-remark p {
    display: inline-block;
  }

  #bdstn.products-detail .size table .size-remark dl {
    margin-top: 2px;
  }

  #bdstn.products-detail .size table .size-remark dt::after {}

  #bdstn.products-detail .size table .size-remark dd {
    padding: 0;
  }

  #bdstn.products-detail .size .notes {
    padding: 0 0 60px;
  }

  #bdstn.products-detail .size .notes p {
    font-size: 1em;
  }

  #bdstn.products-detail .size .notes p+p {
    margin-top: 20px;
  }

  /* detail/type
	-------------------------------------------------- */
  #bdstn.products-detail .type {
    margin: 20px 0;
    padding: 20px 20px 0;
  }

  #bdstn.products-detail .type h3 {
    margin-bottom: 4px;
    font-size: 1.4em;
    line-height: 1;
  }

  #bdstn.products-detail .type h3 span {
    display: none;
  }

  #bdstn.products-detail .type li {
    display: inline-block;
    margin-top: 2px;
    margin-right: 4px;
  }

  #bdstn.products-detail .type li:nth-of-type(9) {
    margin-right: 4px;
  }

  #bdstn.products-detail .type .maker {}

  #bdstn.products-detail .type .maker .item {
    display: none;
    padding: 20px 12px 0;
  }

  #bdstn.products-detail .type .maker h4 {
    margin-bottom: 12px;
    font-size: 1.8em;
  }

  #bdstn.products-detail .type .maker .inner,
  #bdstn.products-detail .type .maker ul {
    display: block;
    width: 100%;
  }

  #bdstn.products-detail .type .maker h5,
  #bdstn.products-detail .type .maker dl,
  #bdstn.products-detail .type .maker li {
    display: block;
    width: 100%;
  }

  #bdstn.products-detail .type .maker h5 {
    margin-bottom: 8px;
    width: 100%;
    font-size: 1.2em;
  }

  #bdstn.products-detail .type .maker dl {
    font-size: 1.2em;
  }

  #bdstn.products-detail .type .maker ul {}

  #bdstn.products-detail .type .maker li {}

  #bdstn.products-detail .type .maker li+li {
    width: 100%;
  }

  #bdstn.products-detail .type .maker li+li::before {
    display: none;
  }

  #bdstn.products-detail .type .maker li span {
    width: 40px;
  }

  #bdstn.products-detail .type .maker dl {}

  #bdstn.products-detail .type .maker dt {
    font-size: 1em;
    margin-bottom: 6px;
  }

  #bdstn.products-detail .type .maker dd {
    font-size: 1em;
    margin-bottom: 20px;
  }

  /* detail/other
	-------------------------------------------------- */
  #bdstn.products-detail .other {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #bdstn.products-detail .other .inner {
    display: block;
    margin: auto;
    padding: 48px 0 112px;
    width: 100%;
  }

  #bdstn.products-detail .other .inner>div {
    display: block;
    vertical-align: middle;
  }

  #bdstn.products-detail .other .ttl {
    position: absolute;
    bottom: 32px;
    width: 100%;
    text-align: center;
  }

  #bdstn.products-detail .other .ttl h2 {
    padding: 0;
    font-size: 3em;
  }

  #bdstn.products-detail .other .ttl a {
    font-size: 1em;
  }

  #bdstn.products-detail .other .ttl p {
    margin-top: 4px;
  }

  #bdstn.products-detail .other .ttl a::before,
  #bdstn.products-detail .other .ttl a::after {
    top: 5px;
  }

  #bdstn.products-detail .other .ttl a::before {}

  #bdstn.products-detail .other .ttl a::after {}

  #bdstn.products-detail .other-slider {
    padding: 0 32px;
  }

  #bdstn.products-detail .other-slider li {
    padding: 0 8px;
  }

  #bdstn.products-detail .other-slider li a {}

  #bdstn.products-detail .other-slider li p {
    padding: 8px 0 0;
  }

  #bdstn.products-detail .other-slider li span,
  #bdstn.products-detail .other-slider li strong {
    display: block;
  }

  #bdstn.products-detail .other-slider li span,
  #bdstn.products-detail .other-slider li strong {
    font-size: 1em;
  }

  #bdstn.products-detail .other-slider li span.red {}

  #bdstn.products-detail .other-slider li span.green {}

  #bdstn.products-detail .other-slider .bx-controls,
  #bdstn.products-detail .other-slider .bx-controls-direction {}

  #bdstn.products-detail .other-slider .bx-controls-direction>a {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: 0;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    color: transparent;
    border-top: 4px solid #ccc;
    border-right: 4px solid #ccc;
    background: none;
    overflow: hidden;
  }

  #bdstn.products-detail .other-slider .bx-prev {
    left: -20px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }

  #bdstn.products-detail .other-slider .bx-next {
    right: -20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  /* detail/banner
	-------------------------------------------------- */
  #bdstn.products-detail .banner {
    display: block;
    margin: 32px auto 24px;
    padding: 0 20px;
    width: 100%;
  }

  #bdstn.products-detail .banner a {}

  #bdstn.products-detail .banner a+a {
    margin-top: 20px;
  }

  #bdstn.products-detail .banner span {
    margin-top: 4px;
    font-size: 1.2em;
  }

  /* result/list
	-------------------------------------------------- */
  #bdstn.products-result .result {
    padding: 0 0 20px;
    background: #eee;
  }

  #bdstn.products-result .txt {
    padding: 20px 20px 0;
    font-size: 1.2em;
  }

  #bdstn.products-result .result-list {
    padding: 20px 20px 0;
  }

  #bdstn.products-result .result-list li {
    margin-right: 20px;
    font-size: 1.4em;
  }

  #bdstn.products-result .result-trigger {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 20px;
    margin-top: 12px;
    font-size: 1.4em;
  }

  #bdstn.products-result .result-trigger i {
    top: 4px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }

  #bdstn.products-result .result-trigger.is-active i {}

  #bdstn.products-result .result-trigger+div {}

  #bdstn.products-result .list {
    padding: 0 20px;
  }

  #bdstn.products-result .list .item {}

  #bdstn.products-result .list .item+.item {
    margin-top: 80px;
  }

  #bdstn.products-result .list .item h2 {
    padding: 6px 8px;
    font-size: 1.6em;
  }

  #bdstn.products-result .list .item>p {
    padding: 24px 0 4px;
    font-size: 1.6em;
    font-weight: 600;
    border-bottom: 1px solid #999;
  }

  #bdstn.products-result .list .item-box {}

  #bdstn.products-result .list .item-box+.item-box {
    margin-top: 60px;
  }

  #bdstn.products-result .list .item-inner {
    margin: 20px 0 40px;
    display: block;
  }

  #bdstn.products-result .list .item-inner figure,
  #bdstn.products-result .list .item-inner h3 {
    display: block;
  }

  #bdstn.products-result .list .item-inner figure {}

  #bdstn.products-result .list .item-inner figure img {}

  #bdstn.products-result .list .item-inner h3 {
    padding: 12px 0 0;
  }

  #bdstn.products-result .list .item-inner h3 img {
    max-height: 10px;
  }

  #bdstn.products-result .list .item-inner h3 a {
    margin-top: 4px;
    font-size: 2.6em;
  }

  #bdstn.products-result .list .item-info {
    margin-bottom: 32px;
  }

  #bdstn.products-result .list .item-info h4 {
    margin-bottom: 12px;
  }

  #bdstn.products-result .list .item-info h4 a {
    text-decoration: none;
  }

  #bdstn.products-result .list .item-info h4 i {
    float: none;
  }

  #bdstn.products-result .list .item-info h4 i a {
    font-weight: 400;
    color: #999;
    text-decoration: underline;
  }

  #bdstn.products-result .list .item-info table,
  #bdstn.products-result .list .item-info tobdy,
  #bdstn.products-result .list .item-info tr,
  #bdstn.products-result .list .item-info td {
    display: block;
  }

  #bdstn.products-result .list .item-info table thead {
    display: none;
  }

  #bdstn.products-result .list .item-info table th,
  #bdstn.products-result .list .item-info table td {}

  #bdstn.products-result .list .item-info table th {}

  #bdstn.products-result .list .item-info table tr+tr {
    margin-top: 40px;
  }

  #bdstn.products-result .list .item-info table td {
    padding: 2px 0;
    height: auto;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
  }

  #bdstn.products-result .list .item-info table td.size-size span {
    left: 0;
  }

  #bdstn.products-result .list .item-info table th:nth-of-type(n) {
    width: 100%;
  }

  #bdstn.products-result .list .item-info table td:nth-of-type(n + 3) {
    font-size: 1.4em;
  }

  #bdstn.products-result .list .item-info table td::before {
    display: inline-block;
    font-size: 0.86em;
    font-weight: 300;
    line-height: 1.2em;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  #bdstn.products-result .list .item-info table .size-remark p {
    display: inline-block;
  }

  #bdstn.products-result .list .item-info table .size-remark dl {
    margin-top: 2px;
  }

  #bdstn.products-detail .size table .size-remark dt::after {}

  #bdstn.products-detail .size table .size-remark dd {
    padding: 0;
  }

  #bdstn.products-result .list .item-info table span {
    display: inline-block;
    margin-right: 8px;
  }

  #bdstn.products-result .list .item-info table .size-remark dt {
    height: auto;
  }

  #bdstn.products-result .list .item-info table .size-remark dd {
    padding: 0;
  }
}

/* 現行のものを流用 */
.section.free .mc-section-24 {
  position: relative;
  width: 900px;
  margin: 98px auto 0;
}

.section.free .mc-section-10__h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.section.free .mc-section-24__contents {
  margin: 30px 0 0;
  font-size: 14px;
  *zoom: 1;
}

.section.free .mc-section-28 {
  position: relative;
  margin: 70px 0 0;
}

.section.free .mc-section-28__img-2 {
  margin: 50px 0 0;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .section.free .mc-section-10__h1 {
    font-size: 14px;
  }

  .section.free .mc-section-24 {
    width: 100%;
  }
}

/* 2021/05 タイヤカテゴリから選ぶ追加
-------------------------------------------------- */
#bdstn .tire-item label {
  display: block;
}

#bdstn .tire-item label::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/top/blank.png') no-repeat center center;
}

#bdstn .tire-item_check {
  display: none !important;
}

#bdstn .tire-item_check:not(:checked)+p {
  opacity: 0;
  pointer-events: none;
}

#bdstn .tire-item_pop {
  position: absolute;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  width: 200px;
  height: 120px;
  font-size: 16px;
  text-align: left;
  border: 1px solid #ff0002;
  background-color: #fff;
  border-radius: 12px;
  z-index: 9;
  transition: opacity .3s ease-in-out;
}

#bdstn .tire-item_pop label {
  position: absolute;
}

#bdstn .tire-item_pop a {
  display: block;
  padding-left: 20px;
  margin: 6px 0;
  text-decoration: none;
}

#bdstn .tire-item_pop a:before,
#bdstn .tire-item_pop a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

#bdstn .tire-item_pop a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bdstn .tire-item_pop a:after {
  margin: 6px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#bdstn .tire-item_pop label {
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  font-size: 20px;
  line-height: 10px;
}

@media screen and (min-width: 979px) {
  #bdstn .tire-item label::before {
    top: 28px;
    right: 20px;
  }

  #bdstn .tire-item_pop {
    top: 52px;
    left: -20px;
  }
}

@media screen and (max-width: 979px) {
  #bdstn .tire-item label::before {
    top: 6px;
    right: -20px;
    transform: scale(1.333);
  }

  #bdstn .tire-item_pop {
    top: 40px !important;
    left: -36px;
  }

  #bdstn .tire-item_pop {
    transform: none !important;
  }
}