@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
  max-width: 100%;
  height: auto;
}

a, button, input, textarea {
  outline: none;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 -apple-system, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem -apple-system, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: -apple-system, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

#design {
  font-family: -apple-system, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.js-fadeup {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.js-fadeup-x {
  transform: translateX(-30%);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup-x.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.js-fadeup-row-child {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child {
  transform: translateY(0);
  opacity: 1;
}

.page-top {
  position: fixed;
  z-index: 99;
}
.page-top.is-absolute {
  position: absolute;
}

#navi-open {
  display: none !important;
}

.cmn-inner {
  max-width: 966px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: content-box;
}

.design {
  padding-top: 42px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.design__content {
  margin: 24px;
  border: #c50112 4px solid;
  overflow: hidden;
  padding-bottom: 200px;
}
.design__heading {
  padding: 16px 24px;
  background-color: #f7f7f7;
}
.design__heading-txt .en {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.011em;
  margin-right: 16px;
  display: inline-block;
}
.design__heading-txt .ja {
  font-size: 1.3rem;
  line-height: 1.75;
}
.design__block01 {
  padding: 120px 0 120px;
}
.design__block01 .logo {
  text-align: center;
}
.design__block01 .lead {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.design__block01 .lead__accent {
  display: inline-block;
  position: relative;
  margin: 0 16px;
  padding: 10px 16px;
  color: #c50112;
}
.design__block01 .lead__accent::before, .design__block01 .lead__accent::after {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
}
.design__block01 .lead__accent::before {
  top: 0;
  left: 0;
  border-top: #c50112 1px solid;
  border-left: #c50112 1px solid;
}
.design__block01 .lead__accent::after {
  right: 0;
  bottom: 0;
  border-right: #c50112 1px solid;
  border-bottom: #c50112 1px solid;
}
.design__block01 .text {
  margin-top: 24px;
  text-align: center;
}
.design__card {
  padding: 70px 4% 60px;
  border-radius: 8px;
  background-color: #b30211;
  color: #fff;
}
.design__card-ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
}
.design__card-ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #fff;
  content: "";
  translate: -50% 0;
}
.is-gray .design__card-ttl::after {
  background-color: #c50112;
}
.design__card-ttl .ttl-ja {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.design__card-ttl .ttl-en {
  margin-top: 4px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: -0.011em;
  opacity: 0.75;
}
.design__card-txt {
  max-width: 654px;
  margin-right: auto;
  margin-bottom: 48px !important;
  margin-left: auto;
}
.design__card.is-red {
  text-align: center;
}
.design__card.is-gray {
  padding: 56px 8.5921325052% 80px;
  background-color: #f7f7f7;
  color: #302d2c;
  margin-top: 120px;
}
.design__card-detail {
  display: flex;
  gap: 0 5.7971014493%;
  justify-content: center;
}
.design__card-detail .detail {
  flex: 1;
}
.design__card-detail .detail dt,
.design__card-detail .detail dd {
  font-size: 1.5rem;
}
.design__card-detail .detail dt {
  font-weight: bold;
}
.design__btn {
  display: block;
  position: relative;
  width: 304px;
  margin-right: auto;
  margin-left: auto;
  padding: 23px 0;
  border: #d4d5d5 1px solid;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  transition: 0.4s ease;
  color: #2f2d2c;
}
.design__btn-row {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.design__btn-row.is-02 {
  margin-top: 56px;
}
.design__btn::before, .design__btn::after {
  background-color: #2f2d2c;
  transition: 0.4s ease;
}
.design__btn:hover {
  background-color: #2f2d2c;
  opacity: 1;
  text-decoration: none !important;
}
.design__btn:hover:not(.is-red) {
  color: #fff !important;
}
.design__btn:hover::before, .design__btn:hover::after {
  background-color: #fff;
}
.design__btn.is-red {
  border: #d98188 1px solid;
  background-color: #b30211;
  color: #fff;
}
.design__btn.is-red::before, .design__btn.is-red::after {
  background-color: #fff;
}
.design__btn.is-red:hover {
  border: #fff 1px solid;
  background-color: #fff;
  color: #c50112 !important;
  opacity: 1;
}
.design__btn.is-red:hover::before, .design__btn.is-red:hover::after {
  background-color: #c50112;
}
.design__btn::before, .design__btn::after {
  display: block;
  position: absolute;
  content: "";
}
.design__btn::before {
  top: 50%;
  right: 16px;
  width: 16px;
  height: 1px;
  translate: 0 -50%;
}
.design__btn::after {
  right: 16px;
  bottom: 50%;
  width: 1px;
  height: 8px;
  rotate: -45deg;
  transform-origin: center bottom;
}
.design__award {
  display: flex;
  align-items: flex-end;
}
.design__award.is-01 {
  margin-top: 88px;
}
.design__award.is-02 {
  margin-top: 176px;
}
.design__award.is-03 {
  margin-top: 104px;
}
.design__award.is-04 {
  margin-top: 100px;
}
.design__award-item:nth-child(1) {
  flex: 1;
}
.is-01 .design__award-item:nth-child(1) {
  margin-left: -26.397515528%;
  padding-top: 115px;
  background: url("../img/img_lineup_bg_bike01.svg") no-repeat left -1% top/auto auto;
}
.is-02 .design__award-item:nth-child(1) {
  margin-left: -29.2960662526%;
  padding-top: 24px;
  background: url("../img/img_lineup_bg_bike02.svg") no-repeat left 28% top/auto auto;
}
.is-03 .design__award-item:nth-child(1) {
  margin-right: -2.4844720497%;
  margin-left: -24.016563147%;
  padding-top: 114px;
  background: url("../img/img_lineup_bg_bike03.svg") no-repeat left 16% top/auto auto;
}
.is-04 .design__award-item:nth-child(1) {
  margin-left: -23.2919254658%;
  padding-top: 20px;
  background: url("../img/img_lineup_bg_bike04.svg") no-repeat left 23% top/auto auto;
}
.design__award-item:nth-child(2) {
  width: 39.8550724638%;
  padding-bottom: 53px;
  border-bottom: #C50112 2px solid;
  margin-bottom: 27px;
}
.design__award .logo__note {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 16px;
  font-weight: bold;
  color: #C50112;
}
.design__award .title {
  margin-top: 40px;
}
.design__award .title__txt {
  margin-top: 24px;
  font-size: 2rem;
  font-weight: bold;
}
.design__award .title__note {
  font-size: 1.4rem;
  font-weight: bold;
  opacity: 0.75;
  line-height: 1;
}
.design__award .detail {
  font-size: 1.5rem;
  margin-top: 16px;
}

.lineup {
  margin-top: 80px;
}
.lineup__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
}
.lineup__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 40px;
  height: 2px;
  background-color: #C50112;
}
.lineup__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: -1.2422360248%;
  margin-right: -1.2422360248%;
  margin-bottom: 80px;
}
.is-02 .lineup__list {
  margin-top: 40px;
}
.lineup__list-item {
  text-align: center;
  margin: 0 1.2422360248%;
  width: 31.4699792961%;
  text-align: center;
}
.lineup__list-item .caption {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: -1em;
  display: block;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  .pc-none {
    display: none;
  }
  .design__btn-row > a {
    margin: 0 16px;
  }
  .design__award-item:nth-child(2) {
    padding-left: 8.5921325052%;
  }
  .is-01 .design__award-item:nth-child(2) {
    margin-left: 30px;
  }
  .is-02 .design__award-item:nth-child(2) {
    margin-left: 43px;
  }
  .is-04 .design__award-item:nth-child(2) {
    margin-left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .is-i-block {
    display: inline-block;
  }
  .design {
    font-size: 1.4rem;
  }
  .design__content {
    margin: 20px 4%;
    border: #c50112 3px solid;
    padding-bottom: 80px;
  }
  .design__heading {
    padding: 6px 4%;
  }
  .design__heading-txt .en {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .design__heading-txt .ja {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .design__block01 {
    padding: 60px 0 60px;
  }
  .design__block01 .lead {
    font-size: 2rem;
    line-height: 1.3;
  }
  .design__block01 .lead__accent {
    padding: 7px 13px;
  }
  .design__card {
    padding: 45px 20px 40px;
  }
  .design__card-ttl {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .design__card-ttl .ttl-ja {
    font-size: 2rem;
  }
  .design__card-ttl .ttl-en {
    font-size: 1.1rem;
  }
  .design__card-txt {
    margin-bottom: 35px !important;
  }
  .design__card.is-gray {
    margin-top: 35px;
    padding: 45px 20px 50px;
  }
  .design__card-detail {
    display: block;
  }
  .design__card-detail .detail {
    margin-top: 20px;
  }
  .design__card-detail .detail dt,
  .design__card-detail .detail dd {
    font-size: 1.4rem;
  }
  .design__btn {
    width: 100%;
    max-width: 304px;
    font-size: 1.4rem;
  }
  .design__btn-row {
    display: block;
    margin-top: 25px;
  }
  .design__btn-row.is-02 {
    margin-top: 25px;
  }
  .design__btn-row > a:nth-child(1) {
    margin-bottom: 15px;
  }
  .design__award {
    display: block;
  }
  .design__award.is-01 {
    margin-top: 60px;
  }
  .design__award.is-02 {
    margin-top: 60px;
  }
  .design__award.is-03 {
    margin-top: 35px;
  }
  .is-02 .design__award-item:nth-child(1) {
    background: url("../img/img_lineup_bg_bike02.svg") no-repeat left 28% top/52% auto;
    padding-top: 50px;
  }
  .is-03 .design__award-item:nth-child(1) {
    background: url("../img/img_lineup_bg_bike03.svg") no-repeat left 16% top/30% auto;
    padding-top: 110px;
  }
  .is-04 .design__award-item:nth-child(1) {
    padding-top: 38px;
    background: url("../img/img_lineup_bg_bike04.svg") no-repeat left 28% top/52% auto;
  }
  .design__award-item:nth-child(2) {
    width: auto;
    margin-top: 20px;
    padding-bottom: 35px;
  }
  .design__award .title {
    margin-top: 25px;
  }
  .design__award .title__txt {
    margin-top: 16px;
    font-size: 1.8rem;
  }
  .lineup {
    margin-top: 45px;
  }
  .lineup__list {
    margin-top: 15px;
    margin-bottom: 45px;
  }
  .lineup__list-item .caption {
    margin-top: 0;
  }
}