@charset "UTF-8";
.main-container {
  margin-top: 10.7142857143vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-container .title {
  margin-top: 2.8571428571vw;
  font-size: 2.8571428571vw;
  font-weight: bold;
  color: #e60012;
  border: 1px solid #e60012;
  border-radius: 30px;
  text-align: center;
  padding: 0.6428571429vw 9.6428571429vw;
}
.main-container .sub-title {
  font-size: 1.7142857143vw;
  font-weight: bold;
  color: #e60012;
  margin-top: 1.1428571429vw;
  margin-bottom: 1vw;
}
.main-container .note {
  font-size: 1vw;
  font-weight: 500;
  padding-bottom: 1.4285714286vw;
}
.main-container .content {
  width: 70%;
  background-color: #fff;
  padding: 2.8571428571vw;
  border-radius: 10px;
}
.main-container .content_note {
  background-color: #e60012;
  color: #fff;
  font-size: 1.1428571429vw;
  font-weight: bold !important;
  margin: 0;
  white-space: nowrap;
  border-radius: 30px;
  padding: 0.3571428571vw 0.7142857143vw;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .main-container .content_note {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.main-container .content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8571428571vw;
}
.main-container .content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1428571429vw;
}
.main-container .content_item img,
.main-container .content_item .imgWrap {
  width: 28.5714285714vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-container .content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5714285714vw;
}
.main-container .content_text h5 {
  font-size: 1.7142857143vw;
  font-weight: bold;
  color: #e60012;
}
.main-container .content_text h5 sup {
  color: #e60012;
}
.main-container .content_text time {
  font-size: 1.2857142857vw;
  font-weight: bold;
}
.main-container .content_text p {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.8;
}
.main-container .content_text .timeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
}
.main-container .content_text .timeWrap_title {
  font-size: 1.2857142857vw;
  font-weight: bold;
  white-space: nowrap;
}

.driverWrap {
  background-color: #f3eee9;
  padding-block: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .driverWrap {
    padding-block: 2.6041666667vw;
  }
}

.driver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .driver {
    padding-inline: 2.6041666667vw;
  }
}
.driver span {
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: 0.7142857143vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .driver span {
    font-size: max(2.34375vw, 14px);
    margin-bottom: 1.953125vw;
  }
}
.driver_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 768px) {
  .driver_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.953125vw;
  }
}
.driver_img {
  width: 8.0714285714vw;
  height: auto;
}
.driver_img.wide {
  width: 16.1428571429vw;
}
@media screen and (max-width: 768px) {
  .driver_img {
    width: 100%;
  }
  .driver_img.wide {
    width: 100%;
  }
}
.driver_name {
  font-size: 1.1428571429vw;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5714285714vw;
}
@media screen and (max-width: 768px) {
  .driver_name {
    font-size: max(2.0833333333vw, 12px);
    margin-top: 1.0416666667vw;
  }
}

@media screen and (max-width: 768px) {
  .main-container {
    margin-top: 26.6666666667vw;
  }
  .main-container .title {
    margin-top: 8vw;
    font-size: 7.4666666667vw;
    padding: 1.0666666667vw 10.6666666667vw;
    border-radius: 20px;
  }
  .main-container .sub-title {
    font-size: 4.8vw;
    margin-top: 3.2vw;
    margin-bottom: 8vw;
  }
  .main-container .note {
    font-size: 3.2vw;
  }
  .main-container .content {
    width: 90%;
    padding: 6.4vw;
  }
  .main-container .content_list {
    gap: 8.5333333333vw;
  }
  .main-container .content_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
  }
  .main-container .content_item img,
  .main-container .content_item .imgWrap {
    width: 100%;
  }
  .main-container .content_text {
    gap: 3.2vw;
  }
  .main-container .content_text h5 {
    font-size: 5.3333333333vw;
  }
  .main-container .content_text time {
    font-size: 4.2666666667vw;
  }
  .main-container .content_text p {
    font-size: 3.7333333333vw;
  }
  .main-container .content_text .timeWrap_title {
    font-size: 4.2666666667vw;
  }
}
.riders {
  background-color: #f3eee9;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .riders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
}
.riders_title {
  font-size: 1vw;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .riders_title {
    font-size: 3.7333333333vw;
  }
}
.riders_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .riders_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.riders_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .riders_list {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
.riders_item {
  text-align: center;
}
.riders_item.other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .riders_item.other {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.riders_item p {
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .riders_item p {
    font-size: 3.2vw;
  }
}
.riders_item {
  display: block;
  max-width: 12rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .riders_item {
    max-width: 100%;
  }
}
.riders_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .riders_info {
    font-size: 3.2vw;
    white-space: normal;
  }
}
.riders_info.-ac {
  text-align: center;
}

/* アニメーションさせたいコンテンツをラッパーで囲む */
.details-content {
  overflow: hidden; /* はみ出した内容を隠す */
  max-height: 0; /* 閉じている時の最大の高さ */
  /* アニメーションの指定 */
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

details[open] > .details-content {
  max-height: 50rem; /* 50rem = 800px (1rem=16pxの場合)。コンテンツがこれ以上高くなることがなければOK */
}

.accordion {
  width: 100%;
  background-color: #f3eee9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* アニメーション用のラッパー */
}
.accordion__links {
  width: 100%;
  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;
  margin-bottom: 1.4285714286vw;
}
.accordion__links a {
  font-size: 0.8571428571vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .accordion__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion__links a {
    font-size: 3.2vw;
  }
}
.accordion__here {
  width: 9.6428571429vw;
  margin-right: 0.7142857143vw;
}
.accordion__here img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .accordion__here {
    width: 36vw;
    margin-right: 2.6666666667vw;
  }
}
.accordion__title {
  cursor: pointer;
  padding: 1.4285714286vw;
  background-color: #ebe2d8;
  font-size: 1.2857142857vw;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  border: none;
  font-family: inherit;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.accordion__title::after {
  content: "";
  position: absolute;
  right: 1.4285714286vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../img/accordion_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media screen and (max-width: 768px) {
  .accordion__title {
    padding: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .accordion__title::after {
    right: 4.2666666667vw;
  }
}
.accordion__title:hover {
  background-color: #c8b8a0;
}
.accordion__subtitle {
  font-size: 1.1428571429vw;
  font-weight: bold;
  text-align: center;
  margin: 2.1428571429vw 0 1.1428571429vw 0;
}
@media screen and (max-width: 768px) {
  .accordion__subtitle {
    font-size: 3.7333333333vw;
    margin: 3.2vw 0;
  }
}
.accordion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8571428571vw;
}
.accordion__name {
  font-size: 1vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .accordion__name {
    font-size: 3.2vw;
  }
}
.accordion__car {
  font-size: 0.7142857143vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .accordion__car {
    font-size: 2.6666666667vw;
  }
}
.accordion__description {
  font-size: 0.7142857143vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .accordion__description {
    font-size: 2.6666666667vw;
  }
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.accordion__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4285714286vw;
  padding: 0 1.4285714286vw 2.1428571429vw 1.4285714286vw;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .accordion__grid {
    grid-template-columns: 1fr;
    padding: 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}

.accordion.is-open .accordion__title {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.accordion.is-open .accordion__title::after {
  background-image: url("../img/accordion_minus.svg");
}

.app {
  background-color: #fff;
  width: 57.1428571429vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4285714286vw;
  padding: 2.8571428571vw;
  border-radius: 10px;
  margin-block: 3.5714285714vw;
}
.app__note {
  font-size: 1.4285714286vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.app__link {
  background-color: #000;
  color: #fff;
  font-size: 1.4285714286vw;
  font-weight: bold;
  padding: 1.4285714286vw 2.8571428571vw;
  border-radius: 50px;
}
.app__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8571428571vw;
  height: 2.8571428571vw;
}
.app__links img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .app {
    width: 80vw;
    gap: 4.2666666667vw;
    padding: 4vw;
  }
  .app__note {
    font-size: 3.7333333333vw;
  }
  .app__link {
    font-size: 3.2vw;
    padding: 4.2666666667vw 8.5333333333vw;
  }
  .app__links {
    gap: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .app__links img {
    height: 100%;
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */