@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　LOUIS GARNEAU　2025 / 各種コンテンツ用　～(style.css)ver.1_base 2023.8.30
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*■■■■■■ COMMON ■■■■■■■*/
.bg-ami {
  margin: 20px 0;
  padding: 30px 0;
  background: linear-gradient(135deg, rgba(245, 245, 245, 0.8), rgba(200, 200, 200, 0.8));
}

.bg-dark {
  margin: 20px 0;
  padding: 30px 0;
  background: linear-gradient(135deg, rgb(80, 80, 80), rgb(10, 10, 10));
  overflow: hidden;
}

.bg-asahi {
  margin: 20px 0 0;
  padding: 30px 0;
  background-color: #003e80;
}

br.inline-br {
  display: none;
}

.text-ti {
  margin: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 900;
}
.text-ti small {
  padding: 3px 6px 4px;
  margin-top: 1rem;
  margin-left: 1rem;
  color: #262626;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  color: #fff;
  background-color: #222;
  border-radius: 3px;
}

.icon-new {
  padding: 3px 10px 4px;
  margin-top: 1rem;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline;
  color: #fff;
  background-color: #dd0000;
  border-radius: 3px;
}

.icon-limited {
  padding: 2px 10px 3px;
  margin-top: 1rem;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline;
  color: #dd0000;
  border: 1px solid #dd0000;
}

.text-ti:after {
  margin-top: 1rem;
  border-top: 1px solid;
  content: "";
  color: #707070;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}

.text-ti-sub {
  margin: 40px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  font-size: 2.6rem;
  font-weight: 800;
}
.text-ti-sub small {
  margin-top: 1rem;
  margin-left: 1rem;
  color: #262626;
  font-size: 1.4rem;
}

.text-ti-sub:before {
  margin-top: 1rem;
  border-top: 1px solid;
  content: "";
  color: #707070;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1rem;
}

.text-ti-sub:after {
  margin-top: 1rem;
  border-top: 1px solid;
  content: "";
  color: #707070;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}

.text-ti-sub_w {
  margin: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 3rem;
  font-weight: 800;
}
.text-ti-sub_w small {
  margin-top: 1rem;
  margin-left: 1rem;
  color: #FFF;
  font-size: 1.4rem;
}

.text-ti-sub_w:before {
  margin-top: 1rem;
  border-top: 1px solid;
  content: "";
  color: #707070;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1rem;
}

.text-ti-sub_w:after {
  margin-top: 1rem;
  border-top: 1px solid;
  content: "";
  color: #707070;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}

.bt-large {
  margin: 0;
  padding: 9px 60px 10px 30px;
  display: inline-block;
  width: auto;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 6px;
  position: relative;
}

.bt-large:link,
.bt-large:visited {
  color: #262626;
}

.bt-large:hover,
.bt-large:active {
  color: #003e80;
}

.bt-large:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 15px;
  top: 16px;
  border-style: solid;
  border-width: 6px 10px;
  border-color: transparent transparent transparent #df320d;
  z-index: 5;
}

.bt-middle {
  margin: 0;
  padding: 8px 60px 10px 30px;
  display: inline-block;
  width: auto;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 6px;
  position: relative;
  border: 1px solid #707070;
}

.bt-middle:link,
.bt-middle:visited {
  color: #262626;
}

.bt-middle:hover,
.bt-middle:active {
  color: #003e80;
  background: rgba(222, 222, 222, 0.4);
}

.bt-middle:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 15px;
  top: 16px;
  border-style: solid;
  border-width: 6px 10px;
  border-color: transparent transparent transparent #df320d;
  z-index: 5;
}

/*table scrollbar*/
.table-scroll {
  overflow: auto; /*スクロールさせる*/
}

/*youtube埋め込み*/
#youtube-movie-content {
  /*aspect-ratio: 16 / 9;*/
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
}

#youtube-movie-content iframe {
  height: 100% !important;
  position: absolute;
  width: 100% !important;
  z-index: 2;
  top: 0;
  left: 0;
}

.img-1x1 {
  margin: 14px 0 20px;
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
}

.img-1x2 {
  margin: 14px 0 20px;
  display: block;
  width: 100%;
  height: 0;
  padding: 50% 0 0 0;
}

.img-2x1 {
  margin: 14px 0 20px;
  display: block;
  width: 100%;
  height: 0;
  padding: 200% 0 0 0;
}

.img-4x6 {
  margin: 0 0 20px;
  display: block;
  width: 100%;
  height: 0;
  padding: 150% 0 0 0;
}

.img-6x4 {
  margin: 14px 0 20px;
  display: block;
  width: 100%;
  height: 0;
  padding: 66.66666% 0 0 0;
}

.img-7x5 {
  margin: 0 0 20px;
  display: block;
  width: 100%;
  height: 0;
  padding: 71.4% 0 0 0;
}

.img-5x7 {
  margin: 0 0 20px;
  display: block;
  width: 100%;
  height: 0;
  padding: 140% 0 0 0;
}

.img-16x9 {
  margin: 0 0 20px;
  display: block;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
}

/*■■■■■■ TOP（） ■■■■■■■*/
.top-main-img-block {
  padding: 56.25% 0 0 0;
  display: block;
  width: 100%;
  height: 0;
}

.top-read-block {
  margin: 0 0 60px;
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(245, 245, 245, 0.8), rgba(200, 200, 200, 0.8));
  border-bottom: 1px solid #CCC;
}
.top-read-block p {
  font-size: 1.7rem;
  line-height: 1.8;
}

.text-top-read {
  margin: 20px 0 20px;
  font-size: 3.2rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif; /*明朝体*/
  font-weight: 500;
  letter-spacing: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ico-slc {
  margin: auto 25px auto 0;
  padding: 2px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ico-slc img {
  width: 55px;
  height: auto;
}

/*■LINE-UP（）■*/
.top-menu-block {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-menu-box {
  margin: 20px 10px;
  display: block;
  width: 45.3333%;
  border: 6px solid #FFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top-bu-box {
  display: block;
  width: 100%;
  height: 0;
  padding: 66.666% 0 0 0;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
.top-bu-box p {
  padding: 10px;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: -15px;
  left: 15px;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.7);
  height: 80%;
}
.top-bu-box p small {
  font-size: 1.2rem;
  display: block;
  font-weight: 400;
}

.top-menu-box:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a.top-bu-box:link, a.top-bu-box:visited {
  color: #FFF;
  background: rgba(0, 0, 0, 0);
}

a.top-bu-box:hover, a.top-bu-box:active {
  color: #FFF;
  background: rgba(0, 0, 0, 0);
}

/*■バナーボタン*/
.top-bn-button {
  display: block;
  text-align: center;
}
.top-bn-button img {
  width: 100%;
  max-width: 600px;
  border: 1px solid #707070;
}
.top-bn-button a {
  margin: 0 auto;
}
.top-bn-button a:link img, .top-bn-button a:visited img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top-bn-button a:hover img, .top-bn-button a:active img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*■TOP他のコンテンツへのリンクボタン（）■*/
.bu-box-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  border: 1px solid #CCC;
}

.bu-img-box-harf {
  margin: 0;
  padding: 65% 0 0 0;
  width: 50%;
  display: block;
}

a:link > .bu-img-box-harf, a:visited > .bu-img-box-harf {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover > .bu-img-box-harf, a:active > .bu-img-box-harf {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*dealersイメージランダムボタン*/
.bu-img-box {
  margin: 0;
  padding: 65% 0 0 0;
  width: 100%;
  height: 0;
  display: block;
  background: #000;
  border: 1px solid #ccc;
}

.randum-box {
  position: relative;
  overflow: hidden;
}

.randum-box img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.randum-box img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*■INSTA　LINK■*/
.bu-insta-link {
  margin: 20px auto;
  font-size: 2.6rem;
  font-weight: 800;
  display: inline-block;
}

.flex-box-insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  arign-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.text-follow {
  margin: auto 10px auto auto;
  text-align: left;
}

.bu-insta-gra {
  margin: auto auto auto 10px;
  display: inline-block;
  padding: 0.5em 1em 0.6em;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 207, 0, 0.7)), color-stop(45%, rgba(246, 37, 2, 0.7)), color-stop(75%, rgba(182, 47, 82, 0.7)), to(rgba(113, 58, 166, 0.7)));
  background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.bu-insta-link {
  margin: auto auto auto 10px;
  display: inline-block;
}

.bu-insta-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bu-insta-link:link, .bu-insta-link:visited, .bu-insta-link:hover, .bu-insta-link:active {
  color: #FFF;
}

.ico-insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ico-insta::before {
  margin: 0 10px 0 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/common/ico-instagram_color.png") center center no-repeat;
  background-size: cover;
}

/*■ピックアップニュース■*/
.news-link-bu-box {
  margin: 40px 0 60px;
  display: block;
  width: 100%;
  height: 222px;
  padding: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #CCC;
}
.news-link-bu-box p.news-ti {
  padding: 10px 15px;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  top: 30%;
  left: 240px;
}
.news-link-bu-box small {
  padding: 10px 15px;
  position: absolute;
  bottom: 30px;
  left: 240px;
  height: 40px;
  width: 100%;
  font-size: 1.4rem;
}
.news-link-bu-box p.news-caption_s {
  padding: 10px;
  bottom: -16px;
  font-size: 1.3rem;
  color: #FFF;
}

.news-link-img {
  margin: 0;
  padding: 0;
  display: block;
  width: 220px;
  height: 220px;
}

.text-news-cate {
  padding: 4px 10px 5px;
  position: absolute;
  top: 20px;
  left: 250px;
  height: auto;
  width: auto;
  background: #003e80;
  color: #FFF;
  border-radius: 8px;
  font-size: 1.4rem;
}

a.news-link-bu-box:link, a.news-link-bu-box:visited {
  background: rgba(255, 255, 255, 0.9);
  color: #222;
}

a.news-link-bu-box:hover, a.news-link-bu-box:active {
  background: rgba(250, 250, 250, 0.8);
  color: #003e80;
}

/*■バナー■*/
.banner-box {
  margin: 20px 0;
  padding: 0;
  display: block;
  border: 1px solid #707070;
  border-radius: 3px;
  overflow: hidden;
}

.banner-inbox {
  margin: 0;
  padding: 25% 0 0 0;
  display: block;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 10, 10, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.2), rgba(255, 255, 255, 0.2));
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner-inbox p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #262626;
  position: absolute;
  top: 15px;
  left: 20px;
}

.banner-inbox:link, .banner-inbox:visited {
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 10, 10, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.2), rgba(255, 255, 255, 0.2));
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.banner-inbox:hover, .banner-inbox:active {
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 10, 10, 0.3)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.3), rgba(255, 255, 255, 0.2));
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*■■■■■■ CONTENTS（） ■■■■■■■*/
.header-spacer:before {
  content: "";
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 83px;
  background-color: #CCC;
}

/*-----パンくず-----*/
.breadcrumb-block {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #707070;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
}

.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  padding: 10px 4px;
  position: reverse;
}
.breadcrumb li a:link, .breadcrumb li a:visited {
  color: #FFF;
}
.breadcrumb li a:hover, .breadcrumb li a:active {
  color: #df320d;
}
.breadcrumb li:after {
  content: "/";
  margin-left: 10px;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li:last-child {
  font-weight: 600;
}

.head-img-block {
  display: block;
  width: 100%;
  height: 600px;
  position: relative;
}

.head-bike-name {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
}

.head-bike-name-r {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
}

.head-img-block_s {
  display: block;
  width: 100%;
  height: 380px;
  position: relative;
}

/*■■■■■■ BACKGROUND（） ■■■■■■■*/
/*■TOP■*/
.bg-top-main {
  background: url("../images/bg/bg-top-main-img.jpg") top center no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*■OPTION PARTS■*/
.bg-option-parts {
  background: url("../images/bg/bg-option-parts.jpg") center center no-repeat;
  background-size: cover;
}

/*■DOWNLOAD■*/
.bg-download {
  background: url("../images/bg/bg-download.jpg") center center no-repeat;
  background-size: cover;
}

/*■ARCHIVE■*/
.bg-archive {
  background: url("../images/bg/bg-archive.jpg") center center no-repeat;
  background-size: cover;
}

/*■車種別■*/
.bg-bikes {
  background: url("../images/bg/bg-bikes.jpg") center center no-repeat;
  background-size: cover;
}

.bg-ascent-c {
  background: url("../img-prod/ride/ascent-c.jpg") center center no-repeat;
  background-size: cover;
}

.bg-ascent-m {
  background: url("../img-prod/ride/ascent-m.jpg") top center no-repeat;
  background-size: cover;
}

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

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

.bg-aviator9disc {
  background: url("../img-prod/ride/aviator90disc.jpg") center center no-repeat;
  background-size: cover;
}

.bg-aviator9s {
  background: url("../img-prod/ride/aviator90s.jpg") center center no-repeat;
  background-size: cover;
}

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

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

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

.bg-multiway27 {
  background: url("../img-prod/ride/multiway27.jpg?20250123") left center no-repeat;
  background-size: cover;
}

.bg-multiway26 {
  background: url("../img-prod/ride/multiway27.jpg?20250123") center center no-repeat;
  background-size: cover;
}

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

.bg-k18-lite {
  background: url("../img-prod/ride/k18-lite.jpg") center center no-repeat;
  background-size: cover;
}

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

/*■カテゴリー別■*/
.bg-ascent {
  background: url("../images/bg/bg-ascent.jpg?20230919") center center no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

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

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

/*■ボタン系■*/
.bg-option_a {
  background: url("../images/bg/bg-option_a.jpg?20230919") center center no-repeat;
  background-size: cover;
}

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

/*■ニュース系■*/
.bg-news-01 {
  background: url("../images/news/bg-bu-mynav.jpg?20230919") center center no-repeat;
  background-size: cover;
}

.bg-news-02 {
  background: url("../images/news/bg-bu-lg-light.jpg?20230919") center center no-repeat;
  background-size: cover;
}

.bg-news-03 {
  background: url("../images/news/bg-bu-enfunt.jpg?20230919") center center no-repeat;
  background-size: cover;
}

.bg-news-04 {
  background: url("../images/news/bg-bu-movie_23ascent.jpg?20230919") center center no-repeat;
  background-size: cover;
}

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

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

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

.bg-news-08 {
  background: url("../images/news/bg-bu-price-k-lite.jpg") center center no-repeat;
  background-size: cover;
}

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

.bg-news-10 {
  background: url("../images/news/bg-20250221_fudge.jpg") center center no-repeat;
  background-size: cover;
}

.bg-news-11 {
  background: url("../images/news/bg-20250221_mens-fudge.jpg") center center no-repeat;
  background-size: cover;
}

/*バナー用*/
.bg-sportsbikeccheck {
  background: url("../images/sports-bike-check/sportsbikeccheck780_460.jpg") center right no-repeat;
  background-size: 70%;
}

.bg-baa-mark {
  background: url("../images/img_baa.png") top -20px right 40px no-repeat;
  background-size: 160px;
}

/*■■■■■■ Life Style Book vol.2 ■■■■■■■*/
.bg-lsb2 {
  background: url("../images/life-style2/life-style-header-img.jpg") top center no-repeat;
  background-size: cover;
}

.bg-lsb2-2 {
  background: url("../images/life-style2/life-style-header-img2.jpg") top center no-repeat;
  background-size: cover;
}

.mi-lsb {
  margin: 0 0 20px;
  font-size: 2.8rem;
  line-height: 1.4;
}

.mi-lsb_m {
  margin: 0 0 20px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
}

hr.hr-spacer {
  margin: 40px 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.ico-lg-style {
  position: relative;
}

.ico-lg-style:after {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: url("../images/life-style2/ico-lg-style.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.mi-lsb-read {
  margin: 20px 0 20px;
  font-size: 3.2rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif; /*明朝体*/
  font-weight: 500;
  letter-spacing: 0.7rem;
  text-align: center;
}

.text-lsb-read {
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.8;
}

/*---style01---*/
.bg-style1-1 {
  background: url("../images/life-style2/img1-1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style1-2 {
  background: url("../images/life-style2/img1-2.jpg") top center no-repeat;
  background-size: cover;
}

.bg-style1-3 {
  background: url("../images/life-style2/img1-3.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style1-4 {
  background: url("../images/life-style2/img1-4.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style1-5 {
  background: url("../images/life-style2/img1-5.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style1-6 {
  background: url("../images/life-style2/img1-6.jpg") bottom center no-repeat;
  background-size: contain;
}

/*---style02---*/
.bg-style2-1 {
  background: url("../images/life-style2/img2-1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style2-2 {
  background: url("../images/life-style2/img2-2.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style2-3 {
  background: url("../images/life-style2/img2-3.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style2-4 {
  background: url("../images/life-style2/img2-4.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style2-5 {
  background: url("../images/life-style2/img2-5.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style2-6 {
  background: url("../images/life-style2/img2-6.jpg") bottom center no-repeat;
  background-size: contain;
}

/*---style03---*/
.bg-style3-1 {
  background: url("../images/life-style2/img3-1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style3-2 {
  background: url("../images/life-style2/img3-2.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style3-3 {
  background: url("../images/life-style2/img3-3.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style3-4 {
  background: url("../images/life-style2/img3-4.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style3-5 {
  background: url("../images/life-style2/img3-5.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style3-6 {
  background: url("../images/life-style2/img3-6.jpg") bottom center no-repeat;
  background-size: contain;
}

/*---style04---*/
.bg-style4-1 {
  background: url("../images/life-style2/img4-1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style4-2 {
  background: url("../images/life-style2/img4-2.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style4-3 {
  background: url("../images/life-style2/img4-3.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style4-4 {
  background: url("../images/life-style2/img4-4.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style4-5 {
  background: url("../images/life-style2/img4-5.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style4-6 {
  background: url("../images/life-style2/img4-6.jpg") bottom center no-repeat;
  background-size: contain;
}

.bg-style4-7 {
  background: url("../images/life-style2/img4-7.jpg") center center no-repeat;
  background-size: cover;
}

/*---style05---*/
.bg-style5-1 {
  background: url("../images/life-style2/img5-1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style5-2 {
  background: url("../images/life-style2/img5-2.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style5-3 {
  background: url("../images/life-style2/img5-3.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style5-4 {
  background: url("../images/life-style2/img5-4.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style5-5 {
  background: url("../images/life-style2/img5-5.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style5-6 {
  background: url("../images/life-style2/img5-6.jpg") bottom center no-repeat;
  background-size: contain;
}

.bg-style5-7 {
  background: url("../images/life-style2/img5-7.jpg") center center no-repeat;
  background-size: cover;
}

/*---style06---*/
.bg-style6-1 {
  background: url("../images/life-style2/img6-1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style6-2 {
  background: url("../images/life-style2/img6-2.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style6-3 {
  background: url("../images/life-style2/img6-3.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style6-4 {
  background: url("../images/life-style2/img6-4.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style6-5 {
  background: url("../images/life-style2/img6-5.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style6-6 {
  background: url("../images/life-style2/img6-6.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style6-7 {
  background: url("../images/life-style2/img6-7.jpg") center center no-repeat;
  background-size: cover;
}

/*---style07---*/
.bg-style7-1 {
  background: url("../images/life-style2/img7-1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style7-2 {
  background: url("../images/life-style2/img7-2.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style7-3 {
  background: url("../images/life-style2/img7-3.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style7-4 {
  background: url("../images/life-style2/img7-4.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style7-5 {
  background: url("../images/life-style2/img7-5.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style7-6 {
  background: url("../images/life-style2/img7-6.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style7-7 {
  background: url("../images/life-style2/img7-7.jpg") center center no-repeat;
  background-size: cover;
}

/*---style08---*/
.bg-style8-1 {
  background: url("../images/life-style2/img8-1.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style8-2 {
  background: url("../images/life-style2/img8-2.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style8-3 {
  background: url("../images/life-style2/img8-3.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style8-4 {
  background: url("../images/life-style2/img8-4.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style8-5 {
  background: url("../images/life-style2/img8-5.jpg") center center no-repeat;
  background-size: cover;
}

.bg-style8-6 {
  background: url("../images/life-style2/img8-6.jpg") bottom center no-repeat;
  background-size: cover;
}

.bg-style8-7 {
  background: url("../images/life-style2/img8-7.jpg") center center no-repeat;
  background-size: cover;
}

/*■■■■■■ ALL BIKES（） ■■■■■■■*/
.text-bike-kind {
  margin: 60px 0 5px;
  padding: 5px 30px 8px;
  background: linear-gradient(135deg, rgba(225, 225, 225, 0.8), rgba(245, 245, 245, 0.8));
  border-left: 10px solid #666;
  font-size: 3rem;
  color: #999;
  font-weight: 900;
}
.text-bike-kind small {
  margin: 0 0 0 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #262626;
}

.text-bike-read {
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #646464;
}

.bike-link-btn {
  margin: 0 0 40px;
  padding: 0;
  display: block;
  cursor: pointer;
}
.bike-link-btn p {
  margin: 0;
  padding: 0 0 5px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bike-link-btn p.bike-name_c {
  font-size: 1.4rem;
  font-weight: 400;
}

a.bike-link-btn:link p, a.bike-link-btn:visited p {
  border-bottom: 1px solid #CCC;
  color: #646464;
  border-radius: 3px;
}

a.bike-link-btn:hover p, a.bike-link-btn:active p {
  border-bottom: 1px solid #707070;
  color: #444444;
  border-radius: 3px;
}

/*■ カテゴリー別 ■*/
.head-cate-block {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(220, 220, 220, 0.8));
}

.head-cate-img-box {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.head-cate-spacer {
  margin: 0;
  padding: 80% 0 0 0;
  width: 100 .head-cate-spacer;
  height: 0;
}

.head-cate-text-box {
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.head-cate-text-box span {
  margin: 10px 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #707070;
}

.head-cate-ti {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  color: #646464;
}
.head-cate-ti small {
  font-size: 2rem;
  font-weight: 400;
  color: #262626;
}

/*■■■■■■ PRODUCT（） ■■■■■■■*/
/*---自転車　説明文---*/
.bike-description-box {
  margin: 40px 0 20px;
  text-align: left;
}

.text-read {
  font-size: 2.6rem;
  line-height: 1.2;
}

.text-description {
  margin: 20px 0 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

/*---SWIPER---*/
.swiper-container {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.swiper-container.slider {
  height: auto;
}
.swiper-container.slider-thumbnail {
  margin: 20px 0;
  height: auto;
}
.swiper-container.slider-thumbnail .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.6;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.bike-color {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.swiper-button-next {
  right: 0;
  left: auto;
}

.swiper-button-next:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-width: 6px 6px 0 0;
  border-color: #999;
  border-style: solid;
  position: absolute;
  bottom: 5px;
  right: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-prev {
  right: auto;
  left: 0;
}

.swiper-button-prev:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-width: 0 0 6px 6px;
  border-color: #999;
  border-style: solid;
  position: absolute;
  bottom: 5px;
  left: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

:root {
  --swiper-theme-color: #AAA;
}

/*New Model アイコン*/
.ico-new {
  position: relative;
}

.ico-new:before {
  content: "NEW COLOR";
  margin: 5px auto;
  display: block;
  width: 120px;
  height: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  background-color: #f04e33;
  border-radius: 6px;
}

/*数量限定 アイコン*/
.ico-limited {
  position: relative;
}

.ico-limited:after {
  content: "数量限定";
  margin: 5px auto;
  padding: 2px 10px;
  display: block;
  width: 120px;
  height: 20px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  color: #DD0000;
  background-color: #FFF;
  border: 1px solid #dd0000;
}

/*■　BIKE NAME　■*/
.bike-name {
  margin: 0;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1px;
}

.text-price {
  margin: 8px 0 20px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.text-price b {
  font-weight: 700;
  font-size: 1.8rem;
}

.text-limited {
  margin: 0 10px 20px 0;
  padding: 5px 10px;
  display: inline-block;
  font-size: 1.4rem;
  color: #dd0000;
  border: 1px solid #dd0000;
}

.text-new {
  margin: 0 10px 20px 0;
  padding: 3px 10px 4px;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline;
  color: #fff;
  background-color: #dd0000;
  border-radius: 3px;
}

.mini-spec {
  margin: 0;
  padding-left: 10px;
  border-style: solid;
  border-color: #707070;
  border-width: 0 0 0 1px;
}
.mini-spec tr th,
.mini-spec tr td {
  padding: 3px 15px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.mini-spec tr th {
  font-weight: 600;
}
.mini-spec tr td {
  font-weight: 400;
}

span.text-attent-mini {
  margin: 5px 0;
  padding: 4px 6px 4px 1.5rem;
  display: block;
  font-size: 1.2rem;
  border: 1px solid #999;
  text-indent: -1em;
}

/*■　機能アイコン　■*/
.fun-ico-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fun-ico-box li {
  margin: 5px 5px 20px;
}
.fun-ico-box li .ico-baa img {
  width: 80px;
  height: auto;
}
.fun-ico-box li .ico-spec {
  width: 110px;
  height: 110px;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #707070;
  background-color: #FFF;
}
.fun-ico-box li .ico-spec p {
  font-size: 1.2rem;
  line-height: 1.2;
}
.fun-ico-box li .ico-spec b {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
}
.fun-ico-box li .ico-spec small {
  width: 80%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*■　PLUS-D プラスディー　■*/
.plus-d-pu-point {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plus-d-pu-point li {
  margin: 0 5px 20px;
  padding: 8px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-weight: 600;
  width: 30%;
  font-size: 1.8rem;
  line-height: 1.4;
}

.plus-d-point-1 {
  background-color: #e44a21;
}

.plus-d-point-2 {
  background-color: #f99b1c;
}

.plus-d-point-3 {
  background-color: #00aca0;
}

.text-m {
  font-size: 1.8rem;
  line-height: 1.4;
}

.plus-d-logo {
  margin: 10px 0;
  padding: 10px;
}

.plus-d-point-ti {
  margin: 0 0 20px 0;
  padding: 0 0 0 70px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  background: url("../images/plus-d/dot-point.png") left top 2px no-repeat;
  background-size: 60px;
}

.plus-d-buttery {
  width: 110px;
  height: auto;
}

.plus-d-pu-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-contents: center;
  align-item: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plus-d-pu-spec li {
  margin: 0 0 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-contents: center;
  align-item: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: 2px solid #707070;
}
.plus-d-pu-spec p {
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  font-weight: 700;
}
.plus-d-pu-spec b {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
}
.plus-d-pu-spec b span {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.plus-d-pu-spec b small {
  font-size: 0.8rem;
  line-height: 1.2;
  display: block;
}

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

.text-caption {
  margin: 10px 5px 20px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.ti-caption {
  margin: 0 0 6px;
  display: block;
  font-size: 1.8rem;
}

/*■　Pickup　■*/
.pickup-list {
  margin: 0 0 20px;
}
.pickup-list img {
  width: 100%;
  height: auto;
}

/*■　OPTION PARTS　■*/
.option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.option-wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.option-parts-box {
  padding: 0;
  margin: 0 auto 30px;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.option-img-box {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
}
.option-img-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.option-img-box a img:hover {
  opacity: 0.8;
}

.option-spec {
  padding: 15px;
  font-size: 1.4rem;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(220, 220, 220, 0.8));
}
.option-spec p small {
  margin: 5px 0 0 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}

/*■　BIKE SPEC　■*/
.spec, .spec-twin {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 5px;
}
.spec tr:hover, .spec-twin tr:hover {
  background-color: #EFEFEF;
}
.spec th,
.spec td, .spec-twin th,
.spec-twin td {
  padding: 5px 15px;
  font-size: 1.4rem;
  line-height: 1.2;
  border-bottom: 1px solid #707070;
}

/*■　BIKE GEO　■*/
.geo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 5px;
}
.geo tr:first-child td {
  font-weight: 700;
}
.geo tr:hover {
  background-color: #EFEFEF;
}
.geo th,
.geo td {
  padding: 5px 15px;
  font-size: 1.4rem;
  line-height: 1.2;
  border-bottom: 1px solid #707070;
}
.geo th {
  font-weight: 700;
}
.geo th span {
  margin-left: 5px;
  display: inline-block;
  font-size: 1.1rem;
}
.geo td {
  text-align: center;
  font-weight: 400;
}

/*■■■■■■ DEALERS LIST（） ■■■■■■■*/
/*アコーディオン*/
/* CSS for CodePen */
.accordion {
  margin: 0 0 20px 0;
}

.accordion__container {
  width: 100%;
  margin: 0 auto 40px;
}

.accordion__title {
  margin-top: 10px;
  background-color: #e9ecef;
  border: 1px solid transparent;
  color: #262626;
  font-size: 1em;
  line-height: 1.2;
  padding: 5px 20px 7px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #707070;
  border-radius: 5px;
}

.accordion__title::before, .accordion__title::after {
  content: "";
  display: block;
  background-color: #262626;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
  background-color: #CCCCCC;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.accordion__content ul {
  list-style-type: disc;
}
.accordion__content ul li {
  padding: 3px 10px 3px 0;
}
.accordion__content ul li a:link, .accordion__content ul li a:visited {
  color: #262626;
}
.accordion__content ul li a:hover, .accordion__content ul li a:active {
  color: #df320d;
}

.bn-box {
  margin: 10px 0 20px;
  padding: 5px;
  display: inline-block;
  border: 1px solid #707070;
}
.bn-box :link {
  opacity: 1;
}
.bn-box :hover {
  opacity: 0.8;
}

.accordion__content.is-open {
  padding: 0.625em 1.5em;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

/*MAP*/
.map-jp-box {
  padding-left: 15px;
  padding-right: 15px;
}

.map-jp-box div {
  padding: 0;
}

.map-jp-box div img.spacer {
  border: 1px solid #FFF;
}

.map-jp-box div a {
  margin: 2px;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 3px;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.map-jp-box div a:link, .map-jp-box div a:visited {
  background-color: #e9ecef;
}

.map-jp-box div a:hover, .map-jp-box div a:active {
  background-color: #CCCCCC;
}

.map-jp-box div a span {
  margin-top: -13px;
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  width: 100%;
  font-size: 1.5rem;
}

.map-jp-box div a:link span, .map-jp-box div a:visited span, .map-jp-box div a:hover span, .map-jp-box div a:active span {
  color: #222;
}

.stretch img {
  width: 100%;
  height: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*■　dealers table　■*/
.dealers {
  margin-bottom: 40px;
  width: 100%;
}

.dealers tr th {
  padding: 5px 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
  border-bottom: 6px solid #003e80;
  background-color: #e9ecef;
}

.dealers tr th:nth-child(1),
.dealers tr th:nth-child(3) {
  padding-left: 15px;
  text-align: left;
}

.dealers tr td {
  padding: 10px 15px;
  border-bottom: 1px dotted #666;
  font-size: 1.4rem;
}

.dealers tr td span {
  display: inline-block;
}

.dealers tr td:first-child {
  padding-left: 18px;
  background: url("../images/common/dot-dealers.svg") left center no-repeat;
  font-weight: bold;
}

.dealers tr td:nth-child(2),
.dealers tr td:nth-child(4) {
  text-align: center;
  white-space: nowrap;
}

.dealers tr td:last-child {
  text-align: center;
}

/*■■■■■■ OPTION PARTS（） ■■■■■■■*/
.item-description-block {
  margin: 20px 0;
}

.text-item-name {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #646464;
}

.text-middle {
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.item-spec {
  padding: 0 0 0 2rem;
  margin: 0 0 20px;
  list-style-type: disc;
}
.item-spec li {
  padding: 2px 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.spec-coad {
  margin: 40px auto 5px;
  width: 100%;
  font-size: 1.5rem;
}

.spec-coad th, .spec-coad td {
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #999;
  background-color: #FFF;
  color: #222;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 100%;
}

.spec-coad th {
  background-color: #666;
  color: #FFF;
}

.spec-coad th.spec-head {
  background-color: #003d7f;
}

.spec-coad td.spec-body {
  background-color: #FFF;
  color: #003d7f;
}

.spec-coad small {
  font-size: 80%;
  font-weight: normal;
}

/*■■■■■■ DOWNLOAD（） ■■■■■■■*/
.bu-download {
  margin: 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border: 1px solid #707070;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bu-download small {
  font-size: 1.2rem;
  font-weight: 400;
}
.bu-download img {
  margin-right: 10px;
}

a.bu-download:link, a.bu-download:visited {
  color: #262626;
}

a.bu-download:hover, a.bu-download:active {
  color: #262626;
  background: rgba(222, 222, 222, 0.4);
}

/*■■■■■■ ARCHIVE（） ■■■■■■■*/
.previous-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.previous-web li {
  margin: 10px;
}
.previous-web li a {
  margin: 0;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 0.6rem;
}
.previous-web li a:link {
  color: #FFF;
  background-color: #262626;
}
.previous-web li a:visited {
  color: #DFDFDF;
  background-color: #454545;
}
.previous-web li a:hover, .previous-web li a:active {
  color: #fff;
  background-color: #003e80;
}

/*■■■■■■ About () ■■■■■■■*/
.text-about-ti {
  margin: 20px auto;
  font-size: 4rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif; /*明朝体*/
  font-weight: 500;
  letter-spacing: 0.8rem;
}

.about-sub-ti-box {
  margin: 10px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #262626;
}

.about-sub-no {
  margin: 0;
  padding: 0 2px 2px;
  font-size: 1.4rem;
  color: #FFF;
  font-weight: 800;
  width: 100%;
  text-align: center;
  background-color: #262626;
}
.about-sub-no span {
  font-weight: 300;
}

.about-sub-ti {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 800;
}

.text-about-mi {
  margin: 15px auto;
  font-size: 3.2rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif; /*明朝体*/
  font-weight: 500;
  letter-spacing: 0.3rem;
}
.text-about-mi small {
  font-size: 1.8rem;
}

/*■■■■■■POLICY■■■■■■■*/
.ti-slc-img {
  max-width: 700px;
  width: 100%;
}

.policy-block {
  margin: 0 0 40px;
}
.policy-block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.policy-block img {
  margin: 16px 0 32px;
}

.policy-in-box {
  margin: 16px 0 0;
  padding: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.policy-in-box h2 {
  margin: 0 20px auto;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  font-style: italic;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  display: block;
}
.policy-in-box p {
  margin-top: auto;
  color: #FFF;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1.8;
  display: block;
}

.bg-color-family {
  background-color: #32a76e;
}

.bg-color-business {
  background-color: #155a6a;
}

.bg-color-sports {
  background-color: #0098c4;
}

.bg-color-student {
  background-color: #e5734f;
}

.bg-color-junior {
  background-color: #b7d141;
}

.bg-color-kids {
  background-color: #e9c01b;
}

/*■■■■■■乗車前の点検()■■■■■■■*/
.ti-checkbike {
  margin: 30px 0 10px 0;
  padding: 3px 16px 5px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  border-left: 12px solid #003e80;
}

.ti-checkpoint {
  margin: 30px 0 10px;
  padding: 0 0 5px 0;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 1px solid #999;
}

/*■■■■■■BAA()■■■■■■■*/
.baa-point-box {
  margin: 20px 0 40px;
}
.baa-point-box > div {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.baa-point-box > div p {
  margin: 0 auto auto 10px;
}

.ti-point {
  margin: auto auto 10px 0;
  padding: 0 0 10px 0;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 1px solid #999;
  width: 100%;
}

/*■■■■■■ 価格改定のお知らせ ■■■■■■■*/
.ti-ul {
  margin: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #999;
}

.enclosed-text {
  margin: 10px 0;
  padding: 5px 15px;
  border: 1px solid #666;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.prev-box {
  margin: -30px 0 0;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XXS/iphone5/SE)------------*/
@media (min-width: 320px) and (max-width: 374px) {
  /*-----パンくず-----*/
  .breadcrumb-block {
    font-size: 1.3rem;
  }
  .breadcrumb {
    margin: 0;
    padding: 0;
  }
  .breadcrumb li {
    padding: 10px 2px;
  }
  .breadcrumb li:after {
    margin-left: 6px;
  }
  /*ヘッダーイメージとテキスト*/
  .head-img-block {
    display: block;
    width: 100%;
    height: 360px;
    position: relative;
  }
  .head-bike-name {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 12px;
  }
  .head-bike-name-r {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 12px;
    text-align: right;
  }
  /*---自転車　説明文---*/
  .bike-description-box {
    margin: 40px 0 20px;
    text-align: left;
  }
  .text-read {
    font-size: 2rem;
    line-height: 1.2;
  }
  .text-description {
    margin: 20px 0 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  /*■　COMMON(XXS)　■*/
  .text-ti {
    font-size: 2.6rem;
  }
  .text-ti small {
    font-size: 1.2rem;
  }
  .icon-new {
    font-size: 1.2rem;
  }
  .bt-large {
    padding: 9px 50px 10px 30px;
    font-size: 1.3rem;
  }
  .img-16x9, .img-6x4 {
    margin: 10px 0;
  }
  .header-spacer:before {
    height: 0;
  }
  /*■■■■■■ TOP（XXS） ■■■■■■■*/
  .top-main-img-block {
    padding: 65% 0 0 0;
    display: block;
    width: 100%;
    height: 0;
  }
  .top-read-block {
    margin: auto auto 40px;
    padding: 40px 0;
  }
  .top-read-block p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .text-top-read {
    margin: 20px 0 20px;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif; /*明朝体*/
    font-weight: 600;
    letter-spacing: 0rem;
  }
  .ico-slc {
    margin: auto 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ico-slc img {
    width: 30px;
    height: auto;
  }
  /*■LINE-UP（XXS）■*/
  .top-menu-block {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-menu-box {
    display: block;
    width: 100%;
  }
  .top-bu-box {
    display: block;
    width: 100%;
    height: 0;
    padding: 66.666% 0 0 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .top-bu-box p {
    position: absolute;
    top: -15px;
    left: 10px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 666;
  }
  .top-bu-box p small {
    font-size: 1.2rem;
    display: block;
  }
  /*INSTA FEED*/
  .flex-box-insta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    arign-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .text-follow {
    margin: auto auto 10px;
    text-align: center;
    font-size: 1.4rem;
  }
  .bu-insta-gra {
    margin: 10px auto auto;
  }
  .bu-insta-link {
    margin: auto;
  }
  /*■ピックアップニュース(XXS)■*/
  .news-link-bu-box {
    margin: 40px 0 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #CCC;
  }
  .news-link-bu-box p.news-ti {
    margin: 10px 0;
    padding: 15px;
    font-size: 1.8rem;
    font-weight: 600;
    position: static;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
  }
  .news-link-bu-box small {
    margin: 0 0 20px;
    padding: 5px 15px;
    position: static;
    display: block;
    bottom: 0;
    left: 10px;
    height: 40px;
    width: 100%;
    font-size: 1.4rem;
  }
  .news-link-bu-box p.news-caption_s {
    padding: 10px;
    font-size: 1.2rem;
    color: #222;
  }
  .text-news-cate {
    margin: 0 15px 10px;
    padding: 4px 10px 5px;
    position: static;
    height: 32px;
    width: auto;
    background: #003e80;
    color: #FFF;
    border-radius: 8px;
    font-size: 1.4rem;
  }
  .news-link-img {
    margin: 0 0 20px;
    padding: 66.666% 0 0;
    display: block;
    width: 100%;
    height: 0;
    position: static;
  }
  /*■バナー(XXS)■*/
  .banner-box {
    margin: 10px 0;
  }
  .banner-inbox {
    padding: 40% 0 0 0;
  }
  .banner-inbox p {
    font-size: 1.8rem;
  }
  /*バナー用(XXS)*/
  .bg-sportsbikeccheck {
    background: url("../images/sports-bike-check/sportsbikeccheck780_460.jpg") center right -20px no-repeat;
    background-size: 60%;
  }
  .bg-baa-mark {
    background: url("../images/img_baa.png") top 0px right -20px no-repeat;
    background-size: 90px;
  }
  /*■■■■■■ Life Style Book vol.2 (XXS)■■■■■■■*/
  .bg-lsb2 {
    background: url("../images/life-style2/life-style-header-img.jpg") top right -60px no-repeat;
    background-size: cover;
  }
  .mi-lsb-read {
    margin: 20px 0 20px;
    font-size: 3rem;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif; /*明朝体*/
    font-weight: 600;
    letter-spacing: 0rem;
    text-align: center;
  }
  .text-lsb-read {
    margin: 0 0 20px;
    text-align: left;
    font-size: 1.6rem;
  }
  /*■■■■■■ ALL BIKES（XXS） ■■■■■■■*/
  .text-bike-read {
    margin: 0 0 20px;
    padding: 0 0 0 0;
    font-size: 1.6rem;
    font-weight: 500;
  }
  /*■ カテゴリー別(XXS) ■*/
  .head-cate-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head-cate-text-box {
    padding: 25px 20px;
  }
  .head-cate-text-box p {
    font-size: 1.4rem;
  }
  .head-cate-ti {
    font-size: 3rem;
  }
  .head-cate-ti small {
    font-size: 1.4rem;
  }
  /*■　BIKE NAME(XXS)　■*/
  .bike-name {
    font-size: 3rem;
  }
  .text-price {
    font-size: 1.2rem;
  }
  .text-price b {
    font-weight: 700;
    font-size: 1.4rem;
  }
  .mini-spec {
    margin: 0;
    padding: 0 0 0 5px;
  }
  .mini-spec tr th {
    padding: 4px 10px 1px;
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  .mini-spec tr td {
    padding: 1px 10px 4px;
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  /*■　PLUS-D プラスディー(XXS)　■*/
  .plus-d-pu-point {
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plus-d-pu-point li {
    margin: 0 4px 10px;
    padding: 8px 10px;
    width: 60%;
    font-size: 1.6rem;
  }
  .text-m {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  /*■　BIKE SPEC(XXS)　■*/
  .spec {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
  }
  .spec th,
  .spec td {
    padding: 5px 10px;
    font-size: 1.3rem;
    display: block;
    width: 100%;
  }
  .spec th {
    border: 0;
  }
  .spec td {
    padding: 0 10px 10px;
  }
  .speck-twin {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
  }
  .speck-twin th {
    padding: 5px 10px;
    font-size: 1.3rem;
    display: block;
    width: 100%;
  }
  .speck-twin td {
    padding: 5px 10px;
    font-size: 1.3rem;
    display: inline-block;
    width: 49%;
  }
  .speck-twin th {
    border: 0;
  }
  .speck-twin td {
    padding: 0 10px 10px;
  }
  /*■　BIKE GEO(XXS)　■*/
  .geo {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
  }
  .geo tr:first-child td {
    font-weight: 700;
  }
  .geo tr:hover {
    background-color: #EFEFEF;
  }
  .geo th,
  .geo td {
    padding: 10px 5px;
    font-size: 1.3rem;
    line-height: 1.2;
    border-right: 1px solid #707070;
    border-bottom: 0;
  }
  .geo th {
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
  }
  .geo td {
    text-align: center;
    vertical-align: middle;
  }
  /*■■■■■■ About (XXS) ■■■■■■■*/
  .text-about-ti {
    margin: 20px auto;
    font-size: 2.4rem;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif; /*明朝体*/
    font-weight: 500;
    letter-spacing: 0.3rem;
  }
  .text-about-mi {
    margin: 20px auto 10px;
    font-size: 2.4rem;
    line-height: 1.6;
    font-family: "Noto Serif JP", serif; /*明朝体*/
    font-weight: 500;
    letter-spacing: 0.3rem;
  }
  /*■■■■■■POLICY(XXS)■■■■■■■*/
  .policy-block {
    padding: 16px 0;
  }
  .policy-block img {
    margin: 0 0 16px 0;
  }
  .policy-in-box {
    margin: 0;
    padding: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .policy-in-box h2 {
    margin: 0 0 10px;
  }
  .policy-in-box p {
    margin: 0 0 10px;
  }
  /*■■■■■dealers(XXS)■■■■■*/
  .map-jp-box div a {
    overflow: hidden;
  }
  .map-jp-box div a span {
    text-align: center;
    margin-left: -1px;
    margin-right: auto;
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    overflow: hidden;
  }
  .bike-sale-icon-box {
    margin-top: 5px;
    display: block;
  }
  .dealers tr th {
    display: block;
    width: 25%;
    float: left;
    font-size: 1.1rem;
  }
  .dealers tr td {
    padding: 1px 15px;
    display: block;
    width: 100%;
    border: 0;
    font-size: 1.5rem;
    text-align: center;
  }
  .dealers tr td:first-child {
    padding-top: 10px;
    padding-left: 0;
    font-size: 1.6rem;
    background: none;
  }
  .dealers tr td:last-child {
    padding-bottom: 10px;
    border-bottom: 1px dotted #666;
  }
  /*■■■■■■BAA(XXS)■■■■■■■*/
  .baa-point-box {
    margin: 20px 0 40px;
  }
  .baa-point-box > div {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .baa-point-box > div p {
    margin: 0 0 auto;
  }
  .ti-point {
    margin: 15px auto 10px 0;
    padding: 0 0 10px 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid #999;
    width: 100%;
  }
} /*XXS*/
/*------------(XS)------------*/
@media (min-width: 375px) and (max-width: 566px) {
  /*ヘッダーイメージとテキスト*/
  .head-img-block {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
  }
  .head-bike-name {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 12px;
    text-align: right;
  }
  .head-bike-name-r {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 20px;
    text-align: right;
  }
  .header-spacer:before {
    height: 0;
  }
  /*■■■■■■ TOP（XS） ■■■■■■■*/
  .top-main-img-block {
    padding: 65% 0 0 0;
    display: block;
    width: 100%;
    height: 0;
  }
  .top-read-block {
    margin: auto auto 40px;
    padding: 40px 0;
  }
  .top-read-block p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .text-top-read {
    margin: 20px 0 20px;
    font-size: 1.6em;
    font-family: "Noto Serif JP", serif; /*明朝体*/
    font-weight: 500;
    letter-spacing: 0rem;
  }
  .ico-slc {
    margin: auto 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ico-slc img {
    width: 30px;
    height: auto;
  }
  /*■LINE-UP（XS）■*/
  .top-menu-block {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-menu-box {
    display: block;
    width: 100%;
  }
  .top-bu-box {
    display: block;
    width: 100%;
    height: 0;
    padding: 66.666% 0 0 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .top-bu-box p {
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 666;
  }
  .top-bu-box p small {
    font-size: 1rem;
    display: block;
  }
  /*INSTA FEED*/
  .flex-box-insta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    arign-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .text-follow {
    margin: auto auto 10px;
    text-align: center;
    font-size: 1.6rem;
  }
  .bu-insta-gra {
    margin: 10px auto auto;
  }
  .bu-insta-link {
    margin: auto;
  }
  /*■ピックアップニュース(XS)■*/
  .news-link-bu-box {
    margin: 40px 0 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #CCC;
  }
  .news-link-bu-box p.news-ti {
    margin: 10px 0;
    padding: 15px;
    font-size: 1.8rem;
    font-weight: 600;
    position: static;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
  }
  .news-link-bu-box small {
    margin: 0 0 10px;
    padding: 5px 15px;
    position: static;
    display: block;
    bottom: 0;
    left: 10px;
    height: 40px;
    width: 100%;
    font-size: 1.4rem;
  }
  .news-link-bu-box p.news-caption_s {
    padding: 10px;
    font-size: 1.2rem;
    color: #222;
  }
  .text-news-cate {
    margin: 0 15px 10px;
    padding: 4px 10px 5px;
    position: static;
    height: 32px;
    width: auto;
    background: #003e80;
    color: #FFF;
    border-radius: 8px;
    font-size: 1.4rem;
  }
  .news-link-img {
    margin: 0 0 20px;
    padding: 66.666% 0 0;
    display: block;
    width: 100%;
    height: 0;
    position: static;
  }
  /*■バナー(XS)■*/
  .banner-box {
    margin: 10px 0;
  }
  .banner-inbox {
    padding: 30% 0 0 0;
  }
  .banner-inbox p {
    font-size: 2rem;
  }
  /*バナー用(XXS)*/
  .bg-sportsbikeccheck {
    background: url("../images/sports-bike-check/sportsbikeccheck780_460.jpg") center right -20px no-repeat;
    background-size: 60%;
  }
  .bg-baa-mark {
    background: url("../images/img_baa.png") top 0px right 20px no-repeat;
    background-size: 25vw;
  }
  /*---自転車　説明文---*/
  .bike-description-box {
    margin: 40px 0 20px;
    text-align: left;
  }
  .text-read {
    font-size: 2rem;
    line-height: 1.2;
  }
  .text-description {
    margin: 20px 0 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  /*■■■■■■ Life Style Book vol.2 (XS)■■■■■■■*/
  .bg-lsb2 {
    background: url("../images/life-style2/life-style-header-img.jpg") top right -50px no-repeat;
    background-size: cover;
  }
  /*■　BIKE NAME(XS)　■*/
  .bike-name {
    font-size: 3.6rem;
  }
  .text-price {
    font-size: 1.6rem;
  }
  .mini-spec {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
  .mini-spec tr th {
    padding: 4px 10px 1px;
    display: block;
    width: 100%;
  }
  .mini-spec tr td {
    padding: 1px 10px 4px;
    display: block;
    width: 100%;
  }
  /*■　COMMON(XS)　■*/
  .text-ti {
    font-size: 2.6rem;
  }
  .text-ti small {
    font-size: 1.2rem;
  }
  .icon-new {
    font-size: 1.2rem;
  }
  .bt-large {
    padding: 9px 50px 10px 30px;
    font-size: 1.3rem;
  }
  .img-16x9, .img-6x4 {
    margin: 10px 0;
  }
  /*■■■■■■ ALL BIKES（XS） ■■■■■■■*/
  .text-bike-read {
    margin: 0 0 20px;
    padding: 0 0 0 0;
    font-size: 1.6rem;
    font-weight: 500;
  }
  /*■ カテゴリー別(XS) ■*/
  .head-cate-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head-cate-text-box {
    padding: 25px 20px;
  }
  .head-cate-text-box p {
    font-size: 1.4rem;
  }
  .head-cate-ti {
    font-size: 3rem;
  }
  .head-cate-ti small {
    font-size: 1.4rem;
  }
  /*■　PLUS-D プラスディー　■*/
  .plus-d-pu-point {
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plus-d-pu-point li {
    margin: 0 4px 10px;
    padding: 8px 10px;
    width: 60%;
    font-size: 1.6rem;
  }
  .text-m {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  /*■　BIKE SPEC(XS)　■*/
  br.inline-br {
    display: block;
  }
  .spec {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
  }
  .spec th,
  .spec td {
    padding: 5px 10px;
    font-size: 1.3rem;
    display: block;
    width: 100%;
  }
  .spec th {
    border: 0;
  }
  .spec td {
    padding: 0 10px 10px;
  }
  .spec-twin {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
  }
  .spec-twin th {
    padding: 5px 10px;
    font-size: 1.3rem;
    display: block;
    width: 100%;
  }
  .spec-twin td {
    padding: 5px 10px;
    font-size: 1.3rem;
    display: inline-block;
    width: 49%;
  }
  .spec-twin th {
    border: 0;
  }
  .spec-twin td {
    padding: 0 10px 10px;
  }
  /*■　BIKE GEO(XS)　■*/
  .geo {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
  }
  .geo tr:first-child td {
    font-weight: 700;
  }
  .geo tr:hover {
    background-color: #EFEFEF;
  }
  .geo th,
  .geo td {
    padding: 10px 5px;
    font-size: 1.3rem;
    line-height: 1.2;
    border-right: 1px solid #707070;
    border-bottom: 0;
  }
  .geo th {
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
  }
  .geo td {
    text-align: center;
    vertical-align: middle;
  }
  /*■■■■■■ About (XS) ■■■■■■■*/
  .text-about-ti {
    margin: 20px auto;
    font-size: 3rem;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif; /*明朝体*/
    font-weight: 500;
    letter-spacing: 0.3rem;
  }
  .text-about-mi {
    margin: 20px auto 20px;
    font-size: 2.6rem;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif; /*明朝体*/
    font-weight: 500;
    letter-spacing: 0.3rem;
  }
  /*■■■■■■POLICY(XS)■■■■■■■*/
  .policy-block {
    padding: 16px 0;
  }
  .policy-block img {
    margin: 0 0 16px 0;
  }
  .policy-in-box {
    margin: 0;
    padding: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .policy-in-box h2 {
    margin: 0 0 10px;
  }
  .policy-in-box p {
    margin: 0 0 10px;
  }
  /*■■■■■dealers(XS)■■■■■*/
  .map-jp-box div a {
    overflow: hidden;
  }
  .map-jp-box div a span {
    text-align: center;
    margin-left: -1px;
    margin-right: auto;
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    overflow: hidden;
  }
  .bike-sale-icon-box {
    margin-top: 5px;
    display: block;
  }
  .dealers tr th {
    display: block;
    width: 25%;
    float: left;
    font-size: 1.1rem;
  }
  .dealers tr td {
    padding: 1px 15px;
    display: block;
    width: 100%;
    border: 0;
    font-size: 1.5rem;
    text-align: center;
  }
  .dealers tr td:first-child {
    padding-top: 10px;
    padding-left: 0;
    font-size: 1.6rem;
    background: none;
  }
  .dealers tr td:last-child {
    padding-bottom: 10px;
    border-bottom: 1px dotted #666;
  }
  /*■■■■■■BAA(XS)■■■■■■■*/
  .baa-point-box {
    margin: 20px 0 40px;
  }
  .baa-point-box > div {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .baa-point-box > div p {
    margin: 0 0 auto;
  }
  .ti-point {
    margin: 15px auto 10px 0;
    padding: 0 0 10px 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid #999;
    width: 100%;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 567px) and (max-width: 767px) {
  /*■■■■■■ TOP（SM） ■■■■■■■*/
  .top-main-img-block {
    padding: 65% 0 0 0;
    display: block;
    width: 100%;
    height: 0;
  }
  .top-read-block {
    margin: auto auto 40px;
    padding: 40px 0;
  }
  .top-read-block p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .text-top-read {
    margin: 20px 0;
    font-size: 2em;
    line-height: 1.1;
    font-family: "Noto Serif JP", serif; /*明朝体*/
    font-weight: 500;
    letter-spacing: 0rem;
  }
  .ico-slc {
    margin: 0 20px 0 0;
    display: inline-block;
  }
  .ico-slc img {
    width: 40px;
    height: auto;
  }
  /*■LINE-UP（SM）■*/
  .top-menu-block {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-menu-box {
    display: block;
    width: 80%;
  }
  .top-bu-box {
    display: block;
    width: 100%;
    height: 0;
    padding: 66.666% 0 0 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .top-bu-box p {
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 666;
  }
  .top-bu-box p small {
    font-size: 1rem;
    display: block;
  }
  /*■■■■■■ Life Style Book vol.2 （SM）■■■■■■■*/
  .bg-lsb2 {
    background: url("../images/life-style2/life-style-header-img.jpg") top right -50px no-repeat;
    background-size: cover;
  }
  /*■■■■■■ ALL BIKES（SM） ■■■■■■■*/
  .head-bike-name {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 12px;
  }
  .head-bike-name-r {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: right;
  }
  .text-bike-read {
    margin: 0 0 20px;
    padding: 0 0 0 0;
    font-size: 1.8rem;
    font-weight: 500;
  }
  /*■ カテゴリー別(SM) ■*/
  .head-cate-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head-cate-text-box {
    padding: 30px 20px 40px;
  }
  .head-cate-text-box p {
    font-size: 1.6rem;
  }
  .head-cate-ti {
    font-size: 4rem;
  }
  .head-cate-ti small {
    font-size: 1.6rem;
  }
  /*■　BIKE NAME(SM)　■*/
  .bike-name {
    font-size: 3.6rem;
  }
  .text-price {
    font-size: 1.6rem;
  }
  .mini-spec {
    margin: 0 0 0 20px;
  }
  .mini-spec tr th {
    padding: 4px 10px 1px;
    display: block;
    width: 100%;
  }
  .mini-spec tr td {
    padding: 1px 10px 4px;
    display: block;
    width: 100%;
  }
  /*■　BIKE SPEC(SM)　■*/
  .spec th,
  .spec td {
    font-size: 1.3rem;
  }
  /*■　BIKE GEO(SM)　■*/
  .geo th {
    font-size: 1.3rem;
  }
  /*■■■■■■POLICY(SM)■■■■■■■*/
  .policy-block {
    padding: 16px 0;
  }
  .policy-block img {
    margin: 16px auto;
  }
  /*■■■■■■BAA(SM)■■■■■■■*/
  .baa-point-box {
    margin: 20px 0 40px;
  }
  .baa-point-box > div {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .baa-point-box > div img {
    margin-top: 10px;
  }
  .baa-point-box > div p {
    margin: 0 0 auto;
  }
  .ti-point {
    margin: 15px auto 10px 0;
    padding: 0 0 10px 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid #999;
    width: 100%;
  }
} /*SM*/
/*------------(MD)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*■■■■■■ TOP（SM） ■■■■■■■*/
  .top-main-img-block {
    padding: 56.25% 0 0 0;
    display: block;
    width: 100%;
    height: 0;
  }
  .top-read-block {
    margin: auto auto 40px;
    padding: 40px 0;
  }
  .top-read-block p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .text-top-read {
    margin: 20px 0;
    font-size: 2.2em;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif; /*明朝体*/
    font-weight: 500;
    letter-spacing: 0.4rem;
  }
  .ico-slc {
    margin: 0 30px 0 0;
    display: inline-block;
  }
  .ico-slc img {
    width: 50px;
    height: auto;
  }
  /*■LINE-UP（MD）■*/
  .top-menu-block {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-menu-box {
    display: block;
    width: 45.3333%;
  }
  .top-bu-box {
    display: block;
    width: 100%;
    height: 0;
    padding: 66.666% 0 0 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .top-bu-box p {
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 666;
  }
  .top-bu-box p small {
    font-size: 1rem;
    display: block;
  }
  /*■バナー(MD)■*/
  .banner-box {
    margin: 10px 0;
  }
  .banner-inbox {
    padding: 30% 0 0 0;
  }
  .banner-inbox p {
    font-size: 2rem;
  }
  /*バナー用(MD)*/
  .bg-sportsbikeccheck {
    background: url("../images/sports-bike-check/sportsbikeccheck780_460.jpg") center right -20px no-repeat;
    background-size: 60%;
  }
  .bg-baa-mark {
    background: url("../images/img_baa.png") top 0px right 20px no-repeat;
    background-size: 13vw;
  }
  /*■　BIKE NAME(MD)　■*/
  .bike-name {
    font-size: 3.6rem;
  }
  .text-price {
    font-size: 1.6rem;
  }
  .mini-spec {
    margin: 0;
  }
  .mini-spec tr th {
    padding: 4px 10px 1px;
    display: block;
    width: 100%;
    font-weight: 600;
  }
  .mini-spec tr td {
    padding: 1px 10px 4px;
    display: block;
    width: 100%;
    font-weight: 400;
  }
  /*■　PLUS-D プラスディー　■*/
  .plus-d-pu-point {
    margin: 0;
  }
  .plus-d-pu-point li {
    font-size: 1.6rem;
  }
  .text-m {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  /*■■■■■■ About (MD) ■■■■■■■*/
  .text-about-ti {
    font-size: 3.8rem;
    letter-spacing: 0.6rem;
  }
  /*■■■■■■POLICY(MD)■■■■■■■*/
  .policy-block {
    padding: 16px 0;
  }
  .policy-block img {
    margin: 16px auto;
  }
  /*■■■■■■BAA(SM)■■■■■■■*/
  .baa-point-box {
    margin: 20px 0 30px;
  }
  .baa-point-box > div {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .baa-point-box > div img {
    margin-top: 10px;
  }
  .baa-point-box > div p {
    margin: 0 0 auto;
  }
  .ti-point {
    margin: auto auto 10px 0;
    padding: 0 0 10px 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid #999;
    width: 100%;
  }
} /*//MD*/
/*------------(LG)------------*/
@media (min-width: 1024px) and (max-width: 1215px) {
  /*■■■■■■ TOP（LG） ■■■■■■■*/
  /*■LINE-UP（LG）■*/
  .top-menu-block {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-menu-box {
    display: block;
    width: 45.3333%;
  }
  .top-bu-box {
    display: block;
    width: 100%;
    height: 0;
    padding: 70% 0 0 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .top-bu-box p {
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 666;
  }
  .top-bu-box p small {
    font-size: 1rem;
    display: block;
  }
  /*■バナー(LG)■*/
  .banner-box {
    margin: 10px 0;
  }
  .banner-inbox {
    padding: 30% 0 0 0;
  }
  .banner-inbox p {
    font-size: 2.2rem;
  }
  /*バナー用(XXS)*/
  .bg-sportsbikeccheck {
    background: url("../images/sports-bike-check/sportsbikeccheck780_460.jpg") center right -20px no-repeat;
    background-size: 60%;
  }
  .bg-baa-mark {
    background: url("../images/img_baa.png") top 0px right 20px no-repeat;
    background-size: 10vw;
  }
  /*■　BIKE NAME(LG)　■*/
  .mini-spec {
    padding: 0 0 0 10px;
  }
  .mini-spec tr {
    margin: 0;
  }
  .mini-spec tr th,
  .mini-spec tr td {
    padding: 2px 10px;
  }
  /*■■■■■■BAA(SM)■■■■■■■*/
  .baa-point-box {
    margin: 20px 0 40px;
  }
  .baa-point-box > div {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .baa-point-box > div img {
    margin-top: 10px;
  }
  .baa-point-box > div p {
    margin: 0 0 auto;
  }
  .ti-point {
    margin: auto auto 10px 0;
    padding: 0 0 10px 0;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid #999;
    width: 100%;
  }
} /*//LG*/
/*------------(XL)------------*/
@media (min-width: 1216px) {
  .head-img-block {
    display: block;
    width: 100%;
    height: 700px;
    position: relative;
  }
} /*//XL*/