@charset "UTF-8";
.hmj-container.motorsport-wrapper {
  padding-bottom: 0;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

body .btn-top-box.active {
  z-index: 20 !important;
}

@media (max-width: 1119px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.ms-youtube-full {
  position: relative;
  inset: 0;
  width: 100%;
  height: calc(100vh - 125px);
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.ms-youtube-full:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ms-youtube-full iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  display: block;
  /* 16:9動画をコンテナでcover（黒帯をトリミング） */
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  min-width: 177.78vh; /* 縦長画面用 */
  min-height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1119px) {
  .ms-youtube-full {
    height: calc(100vh - 108px);
  }
}
.about-section {
  padding: 120px 30px;
  position: relative;
}
.about-section .bg {
  position: fixed;
  width: 100%;
  height: calc(100vh - 55px);
  left: 0;
  top: 55px;
  background: url("../../../assets/images/brandstory/motorsport/about_bg.jpg") no-repeat center center/cover;
}
.about-section .sec-title {
  max-width: 1356px;
  width: 75%;
  position: relative;
  margin: 0 auto 80px auto;
  color: #005BBF;
}
.about-section .sec-title span {
  display: block;
  text-align: center;
}
.about-section .sec-title span img {
  width: 100%;
}
.about-section .sec-title span:last-child {
  font-size: 30px;
  font-weight: 600;
  margin-top: 80px;
}
.about-section p {
  position: relative;
  text-align: center;
  color: #005BBF;
  font-weight: 500;
  font-size: 24px;
  line-height: 2.5;
}
@media (max-width: 1119px) {
  .about-section .bg {
    top: 45px;
    height: calc(100vh - 45px);
  }
  .about-section {
    padding: 60px 20px;
  }
  .about-section .sec-title {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .about-section .sec-title span:last-child {
    margin-top: 45px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  .about-section p {
    font-size: 18px;
    line-height: 1.8;
  }
}

.history-section {
  padding: 120px 30px 140px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.history-section .history-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.history-section .history-head {
  margin-bottom: 64px;
  text-align: center;
}
.history-section .history-title {
  font-size: 42px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.history-section .history-slider {
  position: relative;
}
.history-section .history-swiper-arrow {
  position: absolute;
  top: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  z-index: 10;
  right: 0;
}
.history-section .history-swiper-arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.history-section .history-swiper-prev {
  right: 75px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.history-section .history-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
.history-section .history-label {
  margin-bottom: 24px;
}
.history-section .history-label img {
  height: 66px;
  width: auto;
}
.history-section .history-text {
  font-size: 20px;
  line-height: 2.2;
}
.history-section .history-visual-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  width: 460px;
  margin-left: auto;
  padding: 102px 0 0 0;
  position: relative;
}
@media (max-width: 1119px) {
  .history-section {
    padding: 40px 30px 56px;
  }
  .history-section .history-inner {
    max-width: 480px;
  }
  .history-section .history-head {
    margin-bottom: 32px;
  }
  .history-section .history-title {
    font-size: 22px;
    line-height: 1.5;
  }
  .history-section .history-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .history-section .history-label {
    margin-bottom: 16px;
  }
  .history-section .history-label img {
    height: 40px;
  }
  .history-section .history-text {
    font-size: 16px;
    line-height: 2;
    height: 150px;
    overflow-y: auto;
  }
  .history-section .history-visual-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  .history-section .history-visual-area img {
    display: block;
    width: 100%;
    height: auto;
  }
  .history-section .history-swiper-arrows {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 30px 0 0 0;
  }
  .history-section .history-swiper-arrow {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .history-section .history-swiper-prev {
    right: 0;
    -webkit-transform: translateY(0%) scaleX(-1);
            transform: translateY(0%) scaleX(-1);
  }
}

.schedule-section {
  position: relative;
  z-index: 5;
  padding: 120px 20px 140px;
  background: url("../../../assets/images/brandstory/motorsport/schedule_bg.jpg") no-repeat center center/cover;
}
.schedule-section .schedule-inner {
  max-width: 1240px;
  margin: 0 auto;
  color: #fff;
}
.schedule-section .schedule-head {
  text-align: center;
  margin-bottom: 72px;
}
.schedule-section .schedule-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.schedule-section .schedule-subtitle {
  font-size: 32px;
  line-height: 1.5;
}
.schedule-section .schedule-slider {
  position: relative;
}
.schedule-section .schedule-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.schedule-section .schedule-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.schedule-section .schedule-card-visual {
  position: relative;
  display: block;
  width: 50%;
}
.schedule-section .schedule-coming {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
.schedule-section .schedule-card-info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule-section .schedule-card-01 .schedule-card-info-inner {
  max-width: 400px;
}
.schedule-section .schedule-card-info-inner {
  position: relative;
  display: inline-block;
}
.schedule-section .schedule-event-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  display: inline-block;
}
.schedule-section .schedule-meta {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.6;
}
.schedule-section .schedule-day-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #005bbf;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -4px;
}
.schedule-section .schedule-swiper-arrow {
  position: absolute;
  top: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  z-index: 10;
  right: 0;
}
.schedule-section .schedule-swiper-arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.schedule-section .schedule-swiper-prev {
  right: 75px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 1119px) {
  .schedule-section {
    padding: 40px 30px 40px;
    background: #000;
  }
  .schedule-section .schedule-inner {
    max-width: 480px;
    margin: 0 auto;
  }
  .schedule-section .schedule-head {
    margin-bottom: 40px;
  }
  .schedule-section .schedule-title {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .schedule-section .schedule-subtitle {
    font-size: 16px;
  }
  .schedule-section .schedule-body {
    background-color: transparent;
  }
  .schedule-section .schedule-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    background-color: #fff;
  }
  .schedule-section .schedule-card-visual {
    width: 100%;
  }
  .schedule-section .schedule-card-info {
    width: 100%;
    padding: 24px 20px 28px;
  }
  .schedule-section .schedule-card-info-inner {
    margin: 0 auto;
  }
  .schedule-section .schedule-event-title {
    font-size: 20px;
  }
  .schedule-section .schedule-meta {
    font-size: 16px;
  }
  .schedule-section .schedule-day-chip {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .schedule-section .schedule-swiper-arrows {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 30px 0 0 0;
  }
  .schedule-section .schedule-swiper-arrow {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .schedule-section .schedule-swiper-prev {
    right: 0;
    -webkit-transform: translateY(0%) scaleX(-1);
            transform: translateY(0%) scaleX(-1);
  }
}

.topics-section {
  padding: 120px 30px 140px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.topics-section .topics-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.topics-section .topics-head {
  text-align: center;
  margin-bottom: 80px;
}
.topics-section .topics-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.topics-section .topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  gap: 5.8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.topics-section .topics-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topics-section .topics-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.topics-section .topics-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  background-color: #E9E9E9;
}
.topics-section .topics-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.topics-section .topics-body {
  padding: 18px 24px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.topics-section .topics-card-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 24px;
}
.topics-section .topics-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-top: auto;
}
.topics-section .topics-date {
  color: #999;
}
.topics-section .topics-more {
  color: #005bbf;
  font-weight: 500;
}
.topics-section .topics-more-link {
  margin-top: 28px;
  text-align: right;
}
.topics-section .topics-more-all {
  font-size: 16px;
  color: #002C5F;
  text-decoration: none;
}
.topics-section {
  /* 1119px 以下：スマホレイアウト */
}
@media (max-width: 1119px) {
  .topics-section {
    padding: 45px 30px 40px;
  }
  .topics-section .topics-inner {
    max-width: 480px;
  }
  .topics-section .topics-head {
    margin-bottom: 30px;
  }
  .topics-section .topics-title {
    font-size: 22px;
  }
  .topics-section .topics-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .topics-section .topics-item {
    width: 100%;
  }
  .topics-section .topics-body {
    padding: 14px 20px 16px;
  }
  .topics-section .topics-card-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .topics-section .topics-meta {
    font-size: 12px;
  }
  .topics-section .topics-more-link {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
    text-align: center;
  }
}

.contact-section {
  padding: 120px 20px 140px;
  background-color: #fafafa;
  position: relative;
  z-index: 5;
}
.contact-section .contact-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.contact-section .contact-head {
  text-align: center;
  margin-bottom: 64px;
}
.contact-section .contact-title {
  font-size: 42px;
  font-weight: 700;
}
.contact-section .contact-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.8%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact-section .contact-card {
  max-width: 50%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-section .contact-card-head {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-size: 32px;
  font-weight: 300;
}
.contact-section .contact-card-body {
  padding: 24px 28px 28px;
  font-size: 20px;
  line-height: 1.9;
  color: #000;
}
.contact-section .contact-lead {
  margin-bottom: 18px;
}
.contact-section .contact-block {
  margin-bottom: 16px;
}
.contact-section .contact-label {
  margin-bottom: 4px;
}
.contact-section .contact-text {
  margin: 0;
}
.contact-section .contact-link {
  color: #005bbf;
  text-decoration: underline;
}
.contact-section .contact-link:hover {
  text-decoration: none;
}
.contact-section .contact-note {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.8;
}
.contact-section .contact-note-small {
  font-size: 16px;
}
.contact-section {
  /* 1119px 以下：スマホレイアウト */
}
@media (max-width: 1119px) {
  .contact-section {
    padding: 50px 30px 60px;
  }
  .contact-section .contact-inner {
    max-width: 480px;
  }
  .contact-section .contact-head {
    font-size: 22px;
    margin-bottom: 34px;
  }
  .contact-section .contact-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .contact-section .contact-card {
    max-width: 100%;
  }
  .contact-section .contact-title {
    font-size: 22px;
  }
  .contact-section .contact-card-head {
    font-size: 22px;
    padding: 10px 12px;
  }
  .contact-section .contact-card-body {
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 18px 22px;
  }
  .contact-section .contact-note,
  .contact-section .contact-note-small {
    font-size: 12px;
  }
}

.bottom-section {
  padding: 170px 0 120px;
  position: relative;
  z-index: 5;
  background: url("../../../assets/images/brandstory/motorsport/bottom_bg.jpg") no-repeat center center/cover;
}

.loop-area {
  position: relative;
  overflow: hidden;
  height: 316px;
}
.loop-area span {
  position: absolute;
  top: 0;
  left: 0;
  width: 2535px;
}
.loop-area span:nth-child(1) {
  -webkit-animation: loop-slide-1 70s linear infinite;
          animation: loop-slide-1 70s linear infinite;
}
.loop-area span:nth-child(2) {
  -webkit-animation: loop-slide-2 70s linear infinite;
          animation: loop-slide-2 70s linear infinite;
}
.loop-area img {
  display: block;
  width: 2535px;
  height: auto;
}

@-webkit-keyframes loop-slide-1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50.01% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes loop-slide-1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50.01% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes loop-slide-2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide-2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.sns-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 90px 0 0;
}
.sns-link li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns-link li a:hover {
  opacity: 0.5;
}

/* 1119px 以下：スマホレイアウト */
@media (max-width: 1119px) {
  .bottom-section {
    padding: 60px 0;
  }
  .loop-area {
    height: 150px;
  }
  .loop-area span {
    width: 1200px;
  }
  .loop-area img {
    width: 1200px;
    height: auto;
  }
  .sns-link {
    padding: 50px 0 0 0;
  }
  .sns-link li {
    width: 40px;
  }
}
.hmj-footer {
  position: relative;
  z-index: 5;
}