@charset "UTF-8";
@-ms-viewport {
  width: device-width; }

/*--------------------------------------------------------------------------
2021 COMMENCAL BIKES
--------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

/*------------------------------
■■■■■Common■■■■■
------------------------------*/
body {
  font-family: 'メイリオ', Meiryo , '游ゴシック', YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック' , sans-serif;
  line-height: 1.6; }

img:not(.easyzoom--overlay, .easyzoom-flyout) {
  max-width: 100%;
  height: auto; }

img.stretch {
  width: 100%;
  height: auto;
  border: none;
  max-width: 100%;
  vertical-align: middle; }

a {
  outline: none; }
  a :focus {
    outline: none; }

a {
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s; }
  a :link {
    color: #212529; }
  a :visited {
    color: #00ffee; }
  a :hover, a :active {
    color: #258a8e; }

/*dropdown-menu*/
ul.dropdown-menu li {
  border-bottom: 1px dotted #CCC; }
  ul.dropdown-menu li a:link, ul.dropdown-menu li a:visited, ul.dropdown-menu li a:hover, ul.dropdown-menu li a:active {
    font-size: 90%;
    font-weight: bold;
    font-family: Muli,san-selif; }
    ul.dropdown-menu li a:link small, ul.dropdown-menu li a:visited small, ul.dropdown-menu li a:hover small, ul.dropdown-menu li a:active small {
      margin-left: 6px;
      font-size: 70%;
      color: #222;
      font-weight: normal; }

.bg-commencal {
  padding: 20px 0;
  background-color: #258a8e; }

.bg-ami {
  background-color: #EFEFEF; }

.normal-block {
  padding: 25px 0; }

.text-ul {
  border-bottom: 1px dotted #222222; }

.head-img-box {
  margin: 0 0 50px 0;
  width: 100%;
  height: 360px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .head-img-box h1 {
    margin: auto;
    padding: 0;
    display: block;
    height: 60px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
    font-weight: 700;
    font-size: 460%;
    color: #FFF;
    opacity: 0.6; }

.bg-img-about {
  background: url("../images/bg-img-about.jpg") left center no-repeat;
  background-size: cover; }

.bg-img-max-commencal {
  background: url("../images/bg-img-max-commencal.jpg") center center no-repeat;
  background-size: cover; }

.bg-img-bikes {
  background: url("../images/bg-img-bikes.jpg") center center no-repeat;
  background-size: cover; }

.bg-img-apparel {
  background: url("../images/bg-img-apparel.jpg") center center no-repeat;
  background-size: cover; }

.bg-img-dealers {
  background: url("../images/bg-img-dealers.jpg") center center no-repeat;
  background-size: cover; }

.bg-img-technology {
  background: url("../images/bg-img-technology.jpg") center center no-repeat;
  background-size: cover; }

.bg-img-contact {
  background: url("../images/bg-img-contact.jpg") right center no-repeat;
  background-size: cover; }

hr {
  margin: 30px auto;
  border-top: 1px dotted #999; }

.img-border {
  border: 1px solid #999; }

/*iframe-responsive*/
.iframe-wrapper {
  margin: 5px 0 30px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  border: 1px solid #999; }
  .iframe-wrapper iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    z-index: 2; }

/*----------------------------------------
■■■■■　HEADER　■■■■■
----------------------------------------*/
header {
  background-color: #000;
  z-index: 999;
  width: 100%; }

.main-logo-box {
  text-align: left; }
  .main-logo-box a#head-logo {
    margin: auto;
    float: none;
    dosplay: block;
    position: relative;
    left: 50%;
    margin-left: -120px;
    display: block;
    height: 65px;
    width: 50%; }
  .main-logo-box a img {
    width: 240px;
    height: auto; }

.sub-logo-box {
  padding: 10px;
  text-align: right; }
  .sub-logo-box img {
    margin-top: 10px;
    width: 30px;
    height: auto; }

.navbar-default {
  margin-bottom: 0;
  background-color: #258a8e;
  border-color: #258a8e; }

.navbar {
  border-radius: 0; }

.nav, .navbar-nav {
  margin-left: 0;
  position: relative;
  left: 50%;
  margin-left: -25%; }

.bike-kind-tabs {
  left: 0; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #000; }

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
  font-weight: 700;
  font-size: 120%; }

.navbar-default .navbar-nav > li > a span:hover, .navbar-default .navbar-nav > li > a span:active, .navbar-default .navbar-nav > li > a span:focus {
  color: #222; }

.breadcrumb-box {
  margin-bottom: 20px;
  background-color: #EFEFEF; }

.breadcrumb {
  margin-bottom: 0;
  background-color: #EFEFEF; }
  .breadcrumb li {
    font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
    font-size: 90%; }
  .breadcrumb li.active {
    font-weight: 400;
    color: #258a8e; }

/*----------------------------------------
■■■■■　FOOTER　■■■■■
----------------------------------------*/
footer {
  margin-top: 30px;
  background-color: #212529;
  background-size: cover; }

.foot-social-ico-box {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .foot-social-ico-box li {
    margin: 0 4px;
    padding: 0;
    display: inline-block;
    width: 44px;
    height: 44px; }

.soc-ico-bu {
  margin: 0;
  padding: 10px;
  background-color: #258a8e;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: table; }
  .soc-ico-bu img {
    width: 24px;
    height: 24px; }

a:hover .soc-ico-bu, a:focus .soc-ico-bu {
  background-color: #14676a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.c-copy {
  font-family: 'Muli', sans-serif;
  color: #14676a;
  font-style: italic;
  font-size: 160%; }

.text-copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 75%;
  color: #FFF; }

img.f-logo-geo {
  margin-top: 10px;
  margin-bottom: 40px;
  width: 200px;
  height: auto; }

/*main-contents*/
.main-contents {
  padding-top: 0; }

/*----------------------------------------
■■■■■　INDEX　■■■■■
----------------------------------------*/
.slick-box {
  background-color: rgba(0, 0, 0, 0.3); }
  .slick-box img {
    margin: 0 auto; }

.slick-prev::before, .slick-next::before {
  margin-top: -32px;
  font-family: 'slick';
  font-size: 36px;
  line-height: 1;
  opacity: .40;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }

.slick-next {
  right: 25px; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 64px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1; }

.slick-dots {
  bottom: 30px;
  z-index: 100; }

.slick-dots li button::before {
  font-size: 12px;
  color: #FFF; }

/*top menu*/
.top-menu-block {
  margin: 10px 0 30px; }
  .top-menu-block a:link, .top-menu-block a:visited {
    background: rgba(0, 0, 0, 0.2); }
    .top-menu-block a:link strong, .top-menu-block a:link small, .top-menu-block a:visited strong, .top-menu-block a:visited small {
      color: #FFF; }
  .top-menu-block a:hover, .top-menu-block a:active {
    background: rgba(0, 0, 0, 0.4); }
    .top-menu-block a:hover strong, .top-menu-block a:hover small, .top-menu-block a:active strong, .top-menu-block a:active small {
      color: #FFF; }

.top-bu-box {
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
  width: 100%;
  height: 0; }
  .top-bu-box strong {
    margin: -30px auto auto auto;
    padding: 0;
    display: inline-block;
    height: 40px;
    font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
    font-size: 260%;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0; }
    .top-bu-box strong small {
      display: block;
      font-family: 'メイリオ', Meiryo , '游ゴシック', YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック' , sans-serif;
      font-size: 27%;
      font-weight: normal; }

.bg-bu-about {
  background: url("../images/bg-bu-about.jpg") center center no-repeat;
  background-size: cover; }

.bg-bu-bikes {
  background: url("../images/bg-bu-bikes.jpg") center center no-repeat;
  background-size: cover; }

.bg-bu-apparel {
  background: url("../images/bg-bu-apparel.jpg") center center no-repeat;
  background-size: cover; }

.bg-bu-dealers {
  background: url("../images/bg-bu-dealers.jpg") center center no-repeat;
  background-size: cover; }

.bg-bu-technology {
  background: url("../images/bg-bu-technology.jpg") center center no-repeat;
  background-size: cover; }

.top-menu-title {
  margin: 50px auto 10px;
  width: 50%;
  text-align: center;
  padding: 0 0 6px 0;
  font-size: 260%;
  font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
  font-weight: normal;
  line-height: 1.2;
  background: url("../images/common/1px_bk.png") repeat-x center center; }
  .top-menu-title span {
    margin: auto;
    padding: 0 10px;
    display: table;
    background-color: #FFF; }

/*ニュース　VIMEO用ボックス*/
.go-news {
  margin: 6px 0 16px 0;
  width: 100%;
  text-align: center; }

.go-news a {
  font-size: 75%; }

.go-news a:link {
  color: #CCC;
  -webkit-transition: 0.3s;
  /* Safariに対応させるため */
  -o-transition: 0.3s;
  transition: 0.3s; }

.go-news a:hover {
  color: #258a8e;
  -webkit-transition: 0.3s;
  /* Safariに対応させるため */
  -o-transition: 0.3s;
  transition: 0.3s; }

ul.shortList {
  margin: 0 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background-color: #FFF;
  text-align: center; }

ul.shortList span.date {
  display: block;
  width: 100%;
  color: #b7a568;
  font-size: 75%; }

ul.shortList li {
  margin: 0;
  padding: 6px 5px;
  border-bottom: 1px solid #CCC;
  font-size: 85%; }

ul.shortList li a:link, ul.shortList li a:active, ul.shortList li a:visited {
  color: #000;
  text-decoration: none; }

ul.shortList li a:hover {
  color: #666;
  text-decoration: none; }

ul.shortList li a {
  display: block; }

.no-border {
  margin-top: 6px;
  font-size: 90%; }

.no-border a:link, .no-border a:active, .no-border a:visited {
  color: #000;
  -webkit-transition: 0.3s;
  /* Safariに対応させるため */
  -o-transition: 0.3s;
  transition: 0.3s; }

.no-border a:hover {
  color: #b7a568;
  -webkit-transition: 0.3s;
  /* Safariに対応させるため */
  -o-transition: 0.3s;
  transition: 0.3s; }

/*VIMEO thumb*/
.vimeo-thumb {
  position: relative;
  background: #fff url(foo.gif) no-repeat;
  background-size: cover; }

/*youtube　タイムライン*/
ul.youtube-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0; }

ul.youtube-timeline li {
  margin: 10px;
  width: 360px;
  font-size: 10px;
  color: #666;
  text-align: center; }

ul.youtube-timeline li a {
  margin-bottom: 5px;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }

ul.youtube-timeline li a:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 42px;
  background: url("../images/play-button-yt.png") center center no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -21px; }

ul.youtube-timeline li a:link:after, ul.youtube-timeline li a:visited:after {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }

ul.youtube-timeline li a:hover:after, ul.youtube-timeline li a:active:after {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0; }

ul.youtube-timeline li img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -16.77%;
  left: 0; }

/*----------------------------------------
■■■■■　BIKES　■■■■■
----------------------------------------*/
.text-title {
  margin-top: 40px;
  font-family: 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
  font-weight: 700; }

.bike-list-block {
  margin-bottom: 30px; }
  .bike-list-block h2 {
    padding: 4px 10px;
    color: #FFF;
    font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
    font-weight: 200;
    background: #258a8e;
    display: block;
    position: relative; }
  .bike-list-block h2:after {
    content: "";
    margin-left: -10px;
    width: 0;
    height: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    border-style: solid;
    border-width: 16px 12px;
    border-color: #258a8e #258a8e transparent transparent; }
  .bike-list-block strong {
    margin-bottom: 40px;
    display: block;
    font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
    font-weight: 700;
    font-size: 120%;
    line-height: 1.2;
    color: #258a8e; }

/*----------------------------------------
■■■■■　PRODUCTS　■■■■■
----------------------------------------*/
/*Slick*/
.thumbnail-thumb {
  margin-bottom: 30px; }
  .thumbnail-thumb img {
    width: 100%;
    height: auto; }
  .thumbnail-thumb .slick-active img {
    width: 95%;
    height: auto;
    border: 2px solid #fff;
    opacity: 1.0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .thumbnail-thumb .slick-current img {
    width: 95%;
    height: auto;
    border: 2px solid #003366;
    opacity: 0.8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.thumbnail-thumb div div div {
  cursor: pointer; }

.thumbnail {
  border: 0; }

img.logo-category {
  height: 56px;
  width: auto; }

.bike-name-box {
  padding: 0;
  margin: 40px auto 10px;
  border-bottom: 1px solid #CCC; }

.bike-name {
  margin: 8px 0;
  padding-right: 60px;
  font-size: 140%;
  color: #212529;
  text-align: right;
  vertical-align: middle;
  display: block;
  background: url("../images/common/shield-bleu.png") right center no-repeat;
  background-size: 36px;
  height: 40px;
  line-height: 40px;
  width: 100%; }

.bike-price-box {
  font-size: 110%;
  /*padding-right:60px;*/
  text-align: right; }

.bg-bike-description {
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.text-neme {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
  color: #212529;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block; }

.text-neme span {
  font-size: 100%;
  font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
  font-weight: 700;
  color: #666; }

.text-name-sub {
  padding-left: 4px;
  color: #f38d5d;
  font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
  font-style: italic;
  font-size: 160%;
  font-weight: 400;
  display: inline-block;
  line-height: 1; }

.text-name-sub2 {
  padding-left: 4px;
  color: #4dc7ff;
  font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
  font-style: italic;
  font-size: 160%;
  font-weight: 400;
  display: inline-block;
  line-height: 1; }

.text-name-sub3 {
  padding-left: 4px;
  color: #000;
  font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
  font-style: italic;
  font-size: 160%;
  font-weight: 400;
  display: inline-block;
  line-height: 1; }

.ico-frame {
  margin-left: 10px;
  padding: 2px 10px;
  color: #FFF;
  display: inline-block;
  background-color: #258a8e;
  color: #FFF;
  border-radius: 1px;
  font-size: 80%;
  line-height: 1;
  vertical-align: middle; }

.ico-comprete {
  margin-left: 10px;
  padding: 2px 10px;
  color: #212529;
  display: inline-block;
  background-color: #EFEFEF;
  border-radius: 1px;
  font-size: 80%;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #CCC; }

.bike-description-box {
  border-left: 1px solid #999; }

.bike-tabs-box {
  display: block;
  text-align: center; }

.ti-commencal {
  margin-top: 40px;
  padding: 15px 20px 15px 34px;
  display: block;
  background: url("../images/common/shield-bleu.png") left center no-repeat;
  background-size: 26px;
  font-size: 200%;
  font-weight: normal;
  font-family: 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
  color: #212529; }

.spec {
  width: 100%;
  border-top: 1px dotted #999;
  font-size: 100%; }
  .spec th {
    font-weight: 900;
    color: #212529; }
  .spec td:first-child {
    white-space: nowrap;
    font-weight: 700; }
  .spec th, .spec td {
    padding: 8px 12px;
    border-bottom: 1px dotted #999;
    text-align: left;
    font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif; }

.geo {
  width: 100%;
  border-top: 1px dotted #999; }
  .geo th {
    font-weight: 900;
    color: #212529;
    font-size: 90%;
    line-height: 1.2; }
  .geo td:first-child {
    white-space: nowrap;
    font-weight: 700;
    font-size: 100%; }
  .geo th, .geo td {
    padding: 8px 12px;
    border-bottom: 1px dotted #999;
    text-align: center;
    font-family: 'Roboto Condensed','Oswald', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif; }

ol.geo-reg {
  margin: 20px auto;
  width: 100%;
  list-style-type: none;
  text-align: left; }
  ol.geo-reg li {
    width: 50%;
    font-family: 'Roboto Condensed', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif;
    display: block;
    float: left;
    font-size: 90%; }
    ol.geo-reg li span {
      display: inline-block;
      width: 1.4em;
      height: 1.4em;
      line-height: 1.4em;
      margin: 4px 10px;
      background-color: #258a8e;
      text-align: center;
      border-radius: 50%;
      color: #FFF;
      font-family: 'Roboto Condensed','Oswald', 'メイリオ', Meiryo,'游ゴシック', YuGothic,sans-serif; }

ol.geo-reg2 {
  margin: 20px auto;
  width: 100%;
  list-style-type: none;
  text-align: left; }

ol.geo-reg2 li {
  width: 50%;
  font-family: 'Arimo', sans-serif;
  display: block;
  float: left;
  font-size: 90%; }

ol.geo-reg2 li span {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  margin: 4px 10px;
  background-color: #FFFF00;
  text-align: center;
  border-radius: 50%;
  color: #000;
  font-family: 'Arimo', sans-serif; }

.breadcrumb li a:link, .breadcrumb li a:visited, .breadcrumb li a:hover, .breadcrumb li a:active {
  color: #222; }

/*----------------------------------------
■■■■■　CATEGORY BLOCK　■■■■■
----------------------------------------*/
.ca-img-box {
  margin-top: 30px;
  display: table;
  width: 100%;
  height: auto; }

.bg-img-downhill {
  background: url("../images/bg-img-downhill.jpg") center center no-repeat;
  background-size: cover; }

.bg-img-endurosx {
  background: url("../images/bg-img-endurosx.jpg") right center no-repeat;
  background-size: cover; }

.bg-img-clash {
  background: url("../images/bg-img-clash.jpg") right center no-repeat;
  background-size: cover; }

.bg-img-amenduro {
  background: url("../images/bg-img-amenduro.jpg") left center no-repeat;
  background-size: cover; }

.bg-img-amht {
  background: url("../images/bg-img-amht.jpg") left center no-repeat;
  background-size: cover; }

.bg-img-absolut {
  background: url("../images/bg-img-absolut.jpg") right top no-repeat;
  background-size: cover; }

.bg-img-stenduro {
  background: url("../images/bg-img-stenduro.jpg") left center no-repeat;
  background-size: cover; }

.bg-img-metakids {
  background: url("../images/bg-img-metakids.jpg") center center no-repeat;
  background-size: cover; }

.bg-img-kids {
  background: url("../images/bg-img-kids.jpg") right center no-repeat;
  background-size: cover; }

.cate-description {
  margin: 15px 0;
  padding: 20px 30px;
  color: #FFF;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.7); }
  .cate-description h2 {
    font-family: 'Arimo', sans-serif;
    font-weight: 700; }

/*----------------------------------------
■■■■■　ABOUT　■■■■■
----------------------------------------*/
.text-caption {
  margin: 10px auto;
  display: table;
  text-align: left;
  font-size: 90%;
  line-height: 1.2; }

.pola-box {
  padding: 12px;
  -webkit-box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, 0.4); }

/*----------------------------------------
■■■■■　販売店一覧　■■■■■
----------------------------------------*/
.dealers {
  width: 100%;
  border: 0;
  text-align: left; }
  .dealers th {
    padding: 5px 15px;
    background-color: #258a8e;
    color: #000;
    border-radius: 3px; }
  .dealers td {
    padding: 5px 15px;
    border-bottom: 1px dotted #999; }

.dealers tr td:first-child {
  padding-top: 12px;
  font-size: 100%;
  font-weight: bold; }

/*----------------------------------------
■■■■■　お問い合わせ　■■■■■
----------------------------------------*/
.contact-box {
  margin: 20px auto 0 auto;
  text-align: left; }
  .contact-box strong {
    margin: 10px 0;
    padding: 6px 0;
    display: block;
    font-size: 120%;
    border-bottom: 1px solid #CCC; }
    .contact-box strong span {
      font-size: 80%;
      font-weight: normal; }
    .contact-box strong p {
      font-size: 90%;
      line-height: 1.4; }

.panel {
  padding: 15px;
  display: block;
  width: auto;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 3px; }

/*----------------------------------------
トップに戻るボタン
----------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  #page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    width: 54px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px; }
  #page-top a:hover {
    text-decoration: none;
    background: #258a8e; }

/*-----<spacer>-----*/
.ctsp0 {
  margin-top: 0 !important; }

.cbsp0 {
  margin-bottom: 0 !important; }

.ctsp1 {
  margin-top: 10px; }

.cbsp1 {
  margin-bottom: 10px; }

.ctsp2 {
  margin-top: 20px; }

.cbsp2 {
  margin-bottom: 20px; }

.ctsp3 {
  margin-top: 30px; }

.cbsp3 {
  margin-bottom: 30px; }

.ctsp4 {
  margin-top: 40px; }

.cbsp4 {
  margin-bottom: 40px; }

/* ---------------------------------------------------------
■■■■■■■■■■スマホ用設定ここから■■■■■■■■■■
------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
 320px～360px()
------------------------------------------------------------------------------- */
@media only screen and (min-width: 20em) and (max-width: 22.5em) {
  /*youtube　タイムライン*/
  ul.youtube-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  ul.youtube-timeline li {
    margin: 10px;
    width: 300px;
    font-size: 10px;
    color: #666;
    text-align: center; } }

/* ---------------------------------------------------------
～768px(Extra small)
----------------------------------------------------------*/
@media only screen and (max-width: 48em) {
  .main-logo-box {
    text-align: center; }
    .main-logo-box a#head-logo {
      margin: auto;
      float: none;
      dosplay: block;
      position: relative;
      left: 0;
      margin-left: 0;
      display: block;
      height: auto;
      width: 100%; }
    .main-logo-box a img {
      max-width: 220px;
      height: auto; }
  /*-----<navbar-button>-----*/
  .navbar-text {
    margin-top: 0;
    padding: 0;
    font-size: 9px;
    line-height: 0;
    font-weight: bold;
    font-family: Arial,sans-selif; }
  .navbar-toggle {
    padding: 9px 7px 9px 7px; }
    .navbar-toggle .icon-bar {
      width: 28px;
      height: 3px;
      border-radius: 2px; }
  button.navbar-toggle:not(.collapsed) span.bar1 {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  button.navbar-toggle:not(.collapsed) span.bar2 {
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  button.navbar-toggle:not(.collapsed) span.bar3 {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  button.navbar-toggle span.bar1 {
    -webkit-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 100; }
  button.navbar-toggle span.bar2 {
    opacity: 100;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  button.navbar-toggle span.bar3 {
    -webkit-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 100; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000000; }
  .navbar-default:not(.icon-bar) .navbar-toggle:not(.icon-bar) {
    border-color: #258a8e; }
    .navbar-default:not(.icon-bar) .navbar-toggle:not(.icon-bar) a:link, .navbar-default:not(.icon-bar) .navbar-toggle:not(.icon-bar) a:visited, .navbar-default:not(.icon-bar) .navbar-toggle:not(.icon-bar) a:hover, .navbar-default:not(.icon-bar) .navbar-toggle:not(.icon-bar) a:active, .navbar-default:not(.icon-bar) .navbar-toggle:not(.icon-bar) a:focus {
      background-color: #258a8e; }
  .navbar-toggle:link, .navbar-default .navbar-toggle:focus {
    background: #258a8e !important; }
  .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #258a8e !important; }
  /*ドロップダウン　メニュー内設定*/
  .navbar-default {
    background-color: #258a8e; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border: 0; }
  .nav, .navbar-nav {
    margin-left: 0;
    position: relative;
    left: 0;
    margin-left: 0;
    text-align: center; }
  .open > .dropdown-menu > li > a {
    color: #222; }
  .open > .dropdown-menu > li {
    border-bottom: 1px dotted #CCC; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #14676a !important; }
  /*----------------------------------------
■■■■■　INDEX　(スマホ)　■■■■■
----------------------------------------*/
  .slick-dots {
    bottom: 10px;
    z-index: 100; }
  .slick-dots li button::before {
    font-size: 6px;
    color: #FFF; }
  .top-menu-block {
    margin-top: 15px; }
  .top-menu-title {
    width: 80%;
    font-size: 200%; }
  /*----------------------------------------
■■■■■　BIKES　(スマホ)　■■■■■
----------------------------------------*/
  .bike-list-block h2 {
    font-size: 200%; }
  .bike-list-block strong {
    margin-bottom: 20px;
    font-size: 90%; }
  /*----------------------------------------
■■■■■　PRODUCTS　(スマホ)　■■■■■
----------------------------------------*/
  .bike-description-box {
    padding-top: 20px;
    border: 0; }
    .bike-description-box h2 {
      font-size: 24px; }
  .text-neme {
    font-size: 200%; }
  .text-price {
    font-size: 90%; }
  .bike-kind-tabs li a {
    font-size: 120%; }
  .spec th, .spec td {
    padding: 0;
    display: block;
    border: 0; }
  .spec th:first-child, .spec td:first-child {
    padding: 6px 12px 2px 12px; }
  .spec th:last-child, .spec td:last-child {
    padding: 2px 12px 6px 24px;
    border-bottom: 1px dotted #999; }
  .geo {
    border: 0;
    display: table; }
    .geo tr {
      border-top: 1px dotted #999;
      display: table-cell; }
    .geo th {
      text-align: left;
      white-space: nowrap; }
    .geo th, .geo td {
      display: block;
      line-height: 1.4;
      font-size: 80%; }
    .geo td:first-child {
      font-size: 80%; }
  .ca-img-box {
    display: block;
    height: 300px; }
  .cate-description {
    margin: 300px -15px 15px;
    padding: 20px 30px;
    color: #FFF;
    font-size: 85%;
    background-color: rgba(0, 0, 0, 0.9); }
    .cate-description h2 {
      margin-top: 0;
      font-family: 'Arimo', sans-serif;
      font-weight: 700; }
  /*----------------------------------------
■■■■■　販売店一覧　■■■■■
----------------------------------------*/
  .dealers {
    width: 100%;
    border: 0;
    text-align: left; }
    .dealers tr {
      border-bottom: 1px dotted #999; }
    .dealers th {
      padding: 5px 15px;
      display: block;
      width: 100%; }
    .dealers td {
      padding: 2px 15px;
      line-height: 1.2;
      display: block;
      width: 100%;
      border: 0; }
    .dealers td:last-child {
      padding-bottom: 15px; }
  .dealers tr td:first-child {
    padding-top: 12px;
    font-size: 100%;
    font-weight: bold; } }

/* -------------------------------------------------------------------------------
 768px～
------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /* デスクトップ表示ではホバー操作でドロップダウンを表示 */
  .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block; }
  .sp-view {
    display: none; }
  ul.sp-view, li.sp-view, div.sp-view {
    display: none; } }

/* -------------------------------------------------------------------------------
 768px～991px(Small/col-sm)
------------------------------------------------------------------------------- */
@media only screen and (min-width: 48.063em) and (max-width: 61.9375em) {
  .geo {
    border: 0;
    display: table; }
    .geo tr {
      border-top: 1px dotted #999;
      display: table-cell; }
    .geo th {
      text-align: left; }
    .geo th, .geo td {
      display: block;
      line-height: 1.4;
      font-size: 100%; }
  .cate-description {
    margin: 300px 0 15px;
    padding: 20px 30px;
    color: #FFF;
    font-size: 85%;
    background-color: rgba(0, 0, 0, 0.7); }
    .cate-description h2 {
      font-family: 'Arimo', sans-serif;
      font-weight: 700; }
  .nav, .navbar-nav {
    margin-left: 0;
    position: relative;
    left: 0;
    margin-left: 0;
    text-align: center;
    width: 100%; }
  .nav li, .navbar-nav li {
    width: 16%; }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 14px;
    font-size: 110%; } }

/* -------------------------------------------------------------------------------
 992px～1199px(Medium/col-md)
------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------
 ～1199px
------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------
1200px～(Large/col-lg)
------------------------------------------------------------------------------- */
