@charset "UTF-8";
/* text */
.noto, .p-course-info__btn .group, .p-course-info__desc p, .p-course-info__subtitle, .p-event-detail__list li, .p-event-detail__schedule-item .desc, .p-event-detail__schedule-item .time, .p-event-detail__bike-item, .p-event-detail__price-note, .p-event-detail__price-head, .p-event-detail__dl-item dd, .p-event-detail__dl-item dt, .p-event-detail__text, .p-event-detail__section-title, .p-event-detail__intro, .p-event-detail__title, .p-event-info__venue, .p-event-info__name, .p-mv--detail .p-mv__offer-text, .p-mv--detail .p-mv__offer-headline, .p-mv--detail .p-mv__entry-title, .p-event__lab-title, .p-event-item__venue, .p-event-item__name, .p-event-card__title, .p-event__group-title, .p-event__header-title, .p-offer-detail__dl, .p-voice__content, .c-modal__title, .p-testbike__card--offer .offer-text, .p-testbike__card-note, .p-testbike__card-info .info-col .val, .p-testbike__title, .p-ticker-link, .p-mv__panel-title {
  font-family: "Noto Sans JP", sans-serif;
}
.dmsans, .p-course-info__btn .en, .p-course-info__metric .val, .p-course-info__title, .p-event-detail__header .en-sub, .p-mv--detail .p-mv__offer-main-title, .p-event__intro-title, .p-offer-detail__main-title, .p-voice__title, .p-testbike__card--offer .p-testbike__offer-main-title, .p-testbike__card-title, .p-mv__panel--common .p-mv__panel-heading-en, .p-mv__content, .l-header {
  font-family: "DM Sans", sans-serif;
}
.lineseed, .p-event-info__city, .p-event-item__city, .p-feature-end .p-feature__end-main-text .unit, .p-ticker__city {
  font-family: "LINE Seed JP", sans-serif;
}
/* transition */
/*  preset */
*, *::after, *::before {
  box-sizing: border-box;
}
@view-transition {
  navigation: auto;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  cursor: pointer;
  outline: none;
  transition: all 0.15s;
  text-decoration: none;
  color: inherit;
}
a * {
  cursor: pointer;
}
i, cite, em, var, address, dfn {
  font-style: normal;
}
small {
  font-size: 1em;
}
@view-transition {
  navigation: auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
  background: #1a1a1a;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-circle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.c-circle-arrow::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  background-image: url("../img/common/icon-angle-down.svg");
  background-repeat: no-repeat;
  background-position: center 65%;
  background-size: contain;
  filter: invert(0);
}
.c-circle-arrow.is-dark {
  background: #000;
}
.c-circle-arrow.is-dark::after {
  filter: invert(1);
}
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  color: #DDCAB4;
}
.l-header__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
.l-header__title .company {
  font-size: 2rem;
}
.l-header__sns {
  display: flex;
  align-items: center;
}
.l-header__sns svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #DDCAB4;
}
.l-footer {
  background: #282829;
  padding: 75px 0 10px;
}
.l-footer__container {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
.l-footer__logo {
  width: 100%;
  height: auto;
  display: inline-block;
}
.p-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
  mix-blend-mode: difference;
  backdrop-filter: blur(8px);
}
.p-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.p-pagetop:hover {
  transform: translateY(-5px);
}
.p-pagetop__arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  margin-top: 4px;
}
.c-noise {
  pointer-events: none;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  will-change: transform;
}
.c-noise::after {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: url(../img/home/bg-noise.png);
  opacity: 0.2;
  will-change: transform;
  animation: noiseAnimation 2s steps(4) infinite;
}
@keyframes noiseAnimation {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%);
  }
  70% {
    transform: translateY(10%);
  }
  80% {
    transform: translate(-15%);
  }
  90% {
    transform: translate(10%, 5%);
  }
  to {
    transform: translate(5%);
  }
}
.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-loader.is-hidden {
  pointer-events: none;
}
.c-loader__logo {
  width: 250px;
  height: auto;
}
.c-loader__logo svg {
  width: 100%;
  height: 100%;
}
.c-loader__logo svg path, .c-loader__logo svg polygon, .c-loader__logo svg rect {
  fill: #fff;
  opacity: 0.1;
}
.l-main {
  padding: 0;
}
.p-mv {
  padding: 0 12px 0;
}
.p-mv {
  --ticker-height: 80px;
}
.p-mv__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  height: auto;
}
.p-mv__panel {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
  will-change: transform, border;
  opacity: 0;
  visibility: hidden;
}
.p-mv__panel > picture,
.p-mv__panel > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
  transition: transform 0.4s ease-in-out;
}
.p-mv__panel > picture > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
  transition: transform 0.4s ease-in-out;
}
.p-mv__panel.has-link {
  cursor: pointer;
}
.p-mv__panel.has-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  pointer-events: none;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: inset 0 0 0 0 #DDCAB4;
  z-index: 5;
}
.p-mv__panel.has-link:hover::after {
  box-shadow: inset 0 0 0 5px #DDCAB4;
}
.p-mv__panel.has-link:hover > picture,
.p-mv__panel.has-link:hover > img {
  transform: translate(-50%, -50%) scale(1.06);
}
.p-mv__panel.has-link:hover > picture > img {
  transform: translate(-50%, -50%) scale(1.06);
}
.p-mv__panel > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__panel--main {
  grid-column: 1/3;
  aspect-ratio: 16/10;
}
.p-mv__panel--main .p-mv__panel-img {
  -o-object-position: center top;
     object-position: center top;
}
.p-mv__panel--schedule {
  grid-column: 1/3;
  aspect-ratio: 2/1;
  background: #f5f0e8;
}
.p-mv__panel--schedule .p-mv__panel-img {
  -o-object-position: left center;
     object-position: left center;
}
.p-mv__panel--schedule .p-mv__panel-img img {
  -o-object-position: 10% center;
     object-position: 10% center;
}
.p-mv__panel--schedule .p-mv__panel-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.p-mv__panel--faster {
  grid-column: 1;
  aspect-ratio: 1/1.7;
}
.p-mv__panel--lineup {
  grid-column: 2;
  aspect-ratio: 1/1.7;
}
.p-mv__content {
  position: relative;
  width: 80%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  letter-spacing: 0;
}
.p-mv__label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.p-mv__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.p-mv__main {
  font-size: 4.6rem;
  line-height: 0.8;
  font-weight: 900;
  color: #fff;
}
.p-mv__main-line {
  display: block;
}
.p-mv .p-mv__panel--main .p-mv__main {
  line-height: 1.1;
}
.p-mv__subtitle {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-mv__schedule-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-mv__panel-map {
  width: 45%;
  height: auto;
}
.p-mv__panel-title {
  font-size: clamp(3rem, 9vw, 6rem);
  font-weight: 900;
  line-height: 1.1;
  color: #b89874;
  white-space: nowrap;
}
.p-mv__panel-bottom {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.p-mv__panel-heading-ja {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
  color: inherit;
}
.p-mv__panel--schedule .p-mv__panel-bottom {
  color: #333;
}
.p-mv__panel--schedule .p-mv__panel-content {
  padding: 0 10% 0 30%;
}
.p-mv__panel--schedule .p-mv__panel-map img {
  transform: translateY(-5%);
}
.p-mv__panel--common .p-mv__panel-content {
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.p-mv__panel--common .p-mv__panel-img {
  opacity: 0.7;
}
.p-mv__panel--common .p-mv__panel-heading-en {
  font-size: 2.6rem;
  font-weight: 150;
  line-height: 1;
  letter-spacing: 0.0015em;
  color: #fff;
}
.p-ticker-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
  overflow: hidden;
  width: 100%;
}
.p-ticker {
  overflow: hidden;
  flex: 1;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}
.p-ticker__track {
  display: flex;
  transition-timing-function: linear !important;
}
.p-ticker__slide {
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.p-ticker__slide::after {
  content: "/";
  font-size: 2.4rem;
  color: #DDCAB4;
  margin: 0 16px;
  opacity: 1;
  line-height: 1;
  font-weight: 100;
  transform: translateY(0.1em);
}
.p-ticker__city {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 0.1rem #DDCAB4;
  paint-order: stroke;
  margin-right: 0.2em;
}
.p-ticker__date {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #DDCAB4;
}
.p-ticker-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.p-ticker-link__text {
  font-size: 1.6rem;
  font-weight: 900;
  color: #DDCAB4;
}
.p-ticker-link__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 15px 10px 20px;
  background: #DDCAB4;
  color: #222222;
  border-radius: 24px;
  font-size: 1.3rem;
  font-weight: 700;
  transition: opacity 0.2s;
  position: relative;
}
.p-ticker-link__btn:hover {
  opacity: 0.9;
}
.p-ticker-link__btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  margin-left: 0.3em;
  transform: rotate(135deg) translateY(0.2em);
}
.p-hero-bnr__link {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 12px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease;
}
.p-hero-bnr__link:hover {
  opacity: 0.8;
}
.p-hero-bnr__link:hover .p-hero-bnr__btn {
  opacity: 0.7;
}
.p-hero-bnr__img-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.p-hero-bnr__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-hero-bnr__content {
  display: flex;
  gap: 10px;
  font-size: 1.4rem;
}
.p-hero-bnr__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  color: #DDCAB4;
}
.p-hero-bnr__desc {
  line-height: 1.5;
  opacity: 0.9;
}
.p-hero-bnr__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.6rem 1.2rem 0.6rem 1.5rem;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.3s;
  font-size: 1.2rem;
  line-height: 1;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
.p-hero-bnr__btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.6rem;
  background: url("../img/common/icon-angle-down.svg") no-repeat center center/contain;
  margin-top: 0.2rem;
}
.p-hero-bnr__btn-text {
  line-height: 1;
}
.p-feature {
  position: relative;
  height: 900vh;
}
.p-feature__container {
  position: relative;
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  will-change: transform;
}
.p-feature__bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.p-feature__bg-track {
  display: flex;
  align-items: center;
  animation: featureBgScroll 30s linear infinite;
  will-change: transform;
}
.p-feature__bg-img {
  flex-shrink: 0;
  height: 64px;
  width: auto;
  margin-right: 40px;
  display: block;
}
.p-feature__bg-img img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@keyframes featureBgScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-feature__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 24px;
}
.p-feature__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.p-feature__slide--intro {
  text-align: center;
}
.p-feature__intro {
  text-align: center;
}
.p-feature__intro-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-feature__intro-sub {
  font-size: 1.4rem;
  color: #F74F1C;
  margin-bottom: 1.5rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.is-active .p-feature__intro-sub {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.p-feature__intro-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.is-active .p-feature__intro-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.p-feature__intro-desc {
  font-size: 1.4rem;
  line-height: 2.2;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.is-active .p-feature__intro-desc {
  opacity: 0.8;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.p-feature__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1100px;
  width: 100%;
}
.p-feature__text {
  flex: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 2;
}
.is-active .p-feature__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.p-feature__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}
.p-feature__desc {
  font-size: 1.4rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.8);
}
.p-feature__image {
  flex: 1;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 1;
}
.is-active .p-feature__image {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}
.p-feature__image > picture > img,
.p-feature__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.p-feature__progress {
  position: absolute;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: block;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 200px;
  height: 4px;
}
.p-feature.is-pinned .p-feature__progress {
  opacity: 1;
}
.p-feature__progress-bar {
  background: #DDCAB4;
  border-radius: 2px;
  width: calc(var(--progress, 0) * 100%);
  height: 100%;
  transition: none;
}
.p-evo {
  padding: 80px 0;
  background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
}
.p-evo__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.p-evo__header {
  margin-bottom: 48px;
}
.p-evo__label {
  font-size: 1.6rem;
  color: #F74F1C;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.p-evo__title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.p-evo__subtitle {
  font-size: 1.6rem;
  opacity: 0.7;
}
.p-evo__image {
  margin-bottom: 48px;
}
.p-evo__image img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 16px;
}
.p-evo__specs {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.p-evo__spec-item {
  text-align: center;
}
.p-evo__spec-value {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  color: #F74F1C;
}
.p-evo__spec-unit {
  font-size: 1.8rem;
  font-weight: 400;
}
.p-evo__spec-label {
  display: block;
  font-size: 1.2rem;
  opacity: 0.7;
  margin-top: 8px;
}
.p-evo__btn {
  display: inline-block;
  padding: 16px 48px;
  background: #F74F1C;
  color: #fff;
  border-radius: 32px;
  font-size: 1.4rem;
  font-weight: 500;
  transition: opacity 0.2s;
}
.p-evo__btn:hover {
  opacity: 0.9;
}
.p-lineup {
  padding: 80px 0;
  background: #2d2d2d;
}
.p-lineup__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-lineup__header {
  text-align: center;
  margin-bottom: 48px;
}
.p-lineup__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-lineup__subtitle {
  font-size: 1.3rem;
  color: #F74F1C;
}
.p-lineup__filter {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.p-lineup__filter-btn {
  padding: 10px 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 24px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.2s;
}
.p-lineup__filter-btn:hover, .p-lineup__filter-btn.is-active {
  background: #F74F1C;
  border-color: #F74F1C;
}
.p-lineup__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.p-lineup__item {
  background: #1a1a1a;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s;
  will-change: transform;
}
.p-lineup__item:hover {
  transform: translateY(-4px);
}
.p-lineup__item-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lineup__item-info {
  padding: 20px;
}
.p-lineup__item-category {
  display: inline-block;
  font-size: 1rem;
  color: #F74F1C;
  background: rgba(247, 79, 28, 0.1);
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.p-lineup__item-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.p-lineup__item-price {
  font-size: 1.4rem;
  opacity: 0.7;
}
.p-guide {
  padding: 80px 0;
  background: #f5f0e8;
  color: #333;
}
.p-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.p-guide__header {
  margin-bottom: 60px;
}
.p-guide__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-guide__subtitle {
  font-size: 1.3rem;
  color: #F74F1C;
}
.p-guide__steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
.p-guide__step {
  position: relative;
  flex: 1;
  max-width: 280px;
  margin: 0 auto;
}
.p-guide__step-number {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 79, 28, 0.2);
  margin-bottom: 16px;
}
.p-guide__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 50%;
  color: #F74F1C;
}
.p-guide__step-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.p-guide__step-desc {
  font-size: 1.3rem;
  line-height: 1.6;
  opacity: 0.7;
}
.p-guide__btn {
  display: inline-block;
  padding: 18px 56px;
  background: #F74F1C;
  color: #fff;
  border-radius: 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: opacity 0.2s;
}
.p-guide__btn:hover {
  opacity: 0.9;
}
.p-schedule {
  padding: 80px 0;
  background: #1a1a1a;
}
.p-schedule__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-schedule__header {
  text-align: center;
  margin-bottom: 48px;
}
.p-schedule__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-schedule__subtitle {
  font-size: 1.3rem;
  color: #F74F1C;
}
.p-schedule__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-schedule__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #2d2d2d;
  border-radius: 16px;
  transition: transform 0.2s;
}
.p-schedule__item:hover {
  transform: translateX(8px);
}
.p-schedule__item-date {
  flex-shrink: 0;
  text-align: center;
  min-width: 60px;
}
.p-schedule__item-month {
  display: block;
  font-size: 1.2rem;
  opacity: 0.6;
}
.p-schedule__item-month::after {
  content: "月";
  font-size: 1rem;
}
.p-schedule__item-day {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #F74F1C;
}
.p-schedule__item-info {
  flex: 1;
}
.p-schedule__item-area {
  display: inline-block;
  font-size: 1.1rem;
  background: #F74F1C;
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.p-schedule__item-venue {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.p-schedule__item-time {
  font-size: 1.2rem;
  opacity: 0.6;
}
.p-schedule__item-btn {
  flex-shrink: 0;
  padding: 12px 24px;
  background: transparent;
  border: 1px solid #F74F1C;
  color: #F74F1C;
  border-radius: 24px;
  font-size: 1.2rem;
  transition: all 0.2s;
}
.p-schedule__item-btn:hover {
  background: #F74F1C;
  color: #fff;
}
.p-faq {
  padding: 80px 0;
  background: #2d2d2d;
}
.p-faq__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-faq__header {
  text-align: center;
  margin-bottom: 48px;
}
.p-faq__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-faq__subtitle {
  font-size: 1.3rem;
  color: #F74F1C;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-faq__item {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
}
.p-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}
.p-faq__question:hover {
  background: rgba(255, 255, 255, 0.05);
}
.p-faq__icon {
  flex-shrink: 0;
  font-size: 2rem;
  color: #F74F1C;
  transition: transform 0.3s;
}
.is-open .p-faq__icon {
  transform: rotate(45deg);
}
.p-faq__answer {
  display: none;
  padding: 0 24px 24px;
}
.is-open .p-faq__answer {
  display: block;
}
.p-faq__answer p {
  font-size: 1.4rem;
  line-height: 1.8;
  opacity: 0.8;
}
.p-brand {
  padding: 80px 0;
  background: #1a1a1a;
}
.p-brand__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-brand__content {
  flex: 1;
}
.p-brand__logo {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin-bottom: 16px;
}
.p-brand__tagline {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.p-brand__desc {
  font-size: 1.4rem;
  line-height: 2;
  opacity: 0.7;
  max-width: 500px;
}
.p-brand__image {
  flex: 1;
}
.p-brand__image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.p-feature-end {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
}
.p-feature-end.is-active .p-feature__end-visual {
  opacity: 1;
  transform: translateY(-4%);
  transition-delay: 0s;
}
.p-feature-end.is-active .p-feature__end-title {
  opacity: 1;
  transform: translateY(-5rem);
  transition-delay: 0.5s;
}
.p-feature-end.is-active .p-feature__end-weight,
.p-feature-end.is-active .p-feature__end-info,
.p-feature-end.is-active .p-feature__end-specs {
  opacity: 1;
  transform: translateY(0);
}
.p-feature-end.is-active .p-feature__end-content {
  opacity: 1;
  transform: translateY(0);
}
.p-feature-end .p-feature__end {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  padding: 0;
}
.p-feature-end .p-feature__end-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  z-index: 2;
  flex-shrink: 0;
  margin: 0;
  margin-bottom: -50px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-feature-end .p-feature__end-visual {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.p-feature-end .p-feature__end-visual picture {
  width: 150%;
  max-width: 1400px;
  flex-shrink: 0;
  display: block;
}
.p-feature-end .p-feature__end-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  box-shadow: none;
  -o-object-position: center;
     object-position: center;
}
.p-feature-end .p-feature__end-content {
  width: 100%;
  max-width: 1000px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-shrink: 0;
  z-index: 2;
  margin-top: -50px;
  position: relative;
  padding: 0 20px 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-feature-end .p-feature__end-weight {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
}
.p-feature-end .p-feature__end-compare {
  font-size: 1.4rem;
  color: #ccc;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.p-feature-end .p-feature__end-main-text {
  font-weight: 700;
  line-height: 1;
}
.p-feature-end .p-feature__end-main-text .num {
  display: inline-flex;
  font-size: 6rem;
  margin-right: 0.2em;
  line-height: 1;
  color: #DDCAB4;
}
.p-feature-end .p-feature__end-main-text .num .slot-digit {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.6em;
  text-align: center;
  vertical-align: bottom;
}
.p-feature-end .p-feature__end-main-text .num .slot-strip {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #DDCAB4, #8d8673);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1em;
}
.p-feature-end .p-feature__end-main-text .unit {
  font-size: 2.4rem;
  opacity: 0;
  transition: opacity 1s ease;
  color: #DDCAB4;
}
.p-feature-end .p-feature__end-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease 0.7s, transform 0.8s ease 0.7s;
  text-align: center;
}
.p-feature-end .p-feature__end-desc {
  font-size: 1.4rem;
  color: #DDCAB4;
  line-height: 1.5;
}
.p-feature-end .p-feature__end-separator {
  display: none;
}
.p-feature-end .p-feature__end-components {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #DDCAB4;
}
.p-feature-end .p-feature__end-components li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
  justify-content: center;
  color: #DDCAB4;
}
.p-feature-end .p-feature__end-components li span {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.p-feature-end .p-feature__end-components li span:not(:first-child)::before {
  content: "/";
  margin: 0 0.8rem;
  color: #666;
  font-weight: 300;
}
.p-feature-end .p-feature__end-specs {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 15px;
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease 1s, transform 0.8s ease 1s;
}
.p-feature-end .p-feature__end-specs-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr 1fr;
  gap: 5px 0;
  font-size: 0.9rem;
  text-align: center;
  align-items: center;
}
.p-feature-end .p-feature__end-specs-grid .spec-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.p-feature-end .p-feature__end-specs-grid .spec-cell.head {
  font-size: 1.1rem;
  color: #888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-height: auto;
  margin-bottom: 1em;
  line-height: 1.2;
}
.p-feature-end .p-feature__end-specs-grid .spec-cell.row-label {
  font-weight: 700;
  color: #fff;
  font-size: 1.2rem;
  justify-content: flex-start;
  padding-left: 0;
}
.p-feature-end .p-feature__end-specs-grid .spec-cell.weight {
  font-size: 2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}
.p-feature-end .p-feature__end-specs-grid .spec-cell.merged {
  grid-column: 4/5;
  grid-row: 2/5;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.p-feature-end .p-feature__end-specs-grid .spec-cell.merged .large {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
}
.p-feature-end .p-feature__end-specs-grid .spec-cell.merged .small {
  font-size: 0.65rem;
  color: #888;
  margin-top: 4px;
  font-weight: 400;
}
.p-feature-end .p-feature__end-specs-grid .val {
  font-family: inherit;
  font-weight: 700;
}
.p-testbike {
  padding: 80px 0 40px;
  background: rgba(77, 77, 77, 0.294);
  position: relative;
  z-index: 10;
}
.p-testbike__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-testbike__header {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.p-testbike__title {
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.p-testbike__subtitle {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
  display: block;
}
.p-testbike__desc {
  font-size: 1.1rem;
  color: #888;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}
.p-testbike__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.p-testbike__card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, box-shadow;
}
.p-testbike__card-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 1.5rem;
}
.p-testbike__card-img {
  width: 80%;
  margin: 0 auto 2rem;
  position: relative;
  cursor: pointer;
}
.p-testbike__card-img img {
  height: auto;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-testbike__card-img:hover img {
  transform: scale(1.05);
}
.p-testbike__card-zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
  pointer-events: none;
}
.p-testbike__card-zoom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-image: url("../img/common/icon-zoom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
.p-testbike__card-info {
  margin-top: auto;
}
.p-testbike__card-info .info-row {
  display: flex;
  gap: 10px;
  padding: 0;
  margin-bottom: 4px;
}
.p-testbike__card-info .info-col {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.p-testbike__card-info .info-col:nth-child(1) {
  flex: 0 0 35%;
}
.p-testbike__card-info .info-col:nth-child(2) {
  flex: 1;
}
.p-testbike__card-info .info-col .label {
  color: #666;
}
.p-testbike__card-info .info-col .val {
  color: #111;
  font-weight: 500;
}
.p-testbike__card-note {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #efefef;
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
}
.p-testbike__card--offer {
  padding: 0;
  background: #000;
  color: #fff;
  cursor: default;
  border: 6px solid #DDCAB4;
  will-change: transform;
}
.p-testbike__card--offer .p-testbike__offer-bg {
  position: absolute;
  inset: 0;
}
.p-testbike__card--offer .p-testbike__offer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.p-testbike__card--offer .p-testbike__offer-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.p-testbike__card--offer .p-testbike__offer-main-title {
  font-size: clamp(4rem, 8vw, 10rem);
  line-height: 0.85;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #DDCAB4;
  text-align: right;
}
.p-testbike__card--offer .offer-label-wrap {
  margin-bottom: 1.2rem;
}
.p-testbike__card--offer .offer-label-wrap .offer-label {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 6px;
  border: 1px solid #DDCAB4;
  color: #DDCAB4;
  letter-spacing: 0.05em;
  display: inline-block;
}
.p-testbike__card--offer .offer-text {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.p-testbike__card--offer .offer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DDCAB4;
  color: #111;
  padding: 14px 20px;
  border-radius: 40px;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.p-testbike__card--offer .offer-btn:hover {
  background: #fff;
}
.p-testbike__card--offer .offer-btn .text {
  font-size: 1.5rem;
  font-weight: 900;
}
.p-testbike__card--offer .offer-btn .icon {
  width: 12px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.p-testbike__card--offer .offer-btn .icon img {
  width: 100%;
  filter: brightness(0);
}
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-modal.is-active .c-modal__content {
  transform: translateY(0) scale(1);
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}
.c-modal__content {
  position: relative;
  width: 80%;
  max-width: 900px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transform: translateY(30px) scale(0.98);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}
.c-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-modal__close span {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #333;
}
.c-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.c-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}
.c-modal__body {
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-modal__img {
  width: 75%;
  max-width: 600px;
  margin-bottom: 20px;
}
.c-modal__img img {
  width: 100%;
  height: auto;
}
.c-modal__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  margin-top: 20px;
  text-align: center;
}
.p-voice {
  padding: 60px 0;
  background: #fff;
}
.p-voice__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-voice__header {
  margin-bottom: 60px;
  text-align: center;
}
.p-voice__title {
  font-size: 3.2rem;
  font-weight: 200;
  color: #4a6c8b;
  margin-bottom: 0;
  line-height: 1.4;
}
.p-voice__subtitle {
  font-size: 1.2rem;
  color: #4a6c8b;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-voice__mini-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0.8em;
}
.p-voice__mini-title:nth-child(2) {
  margin-top: 0;
}
.p-voice__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-voice__item {
  display: flex;
  gap: 20px;
}
.p-voice__img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.p-voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice__prof {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}
.p-voice__prof .en {
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  margin-left: 1rem;
  opacity: 0.5;
}
.p-voice__role {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.1em;
}
.p-voice__name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-voice__text {
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-voice__content {
  background: #4a6c8b;
  color: #fff;
  border-radius: 8px;
  position: relative;
  flex: 1;
  font-weight: 400;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-offer-detail {
  position: relative;
  background: #111;
  padding: 80px 0 40px;
  overflow: hidden;
}
.p-offer-detail__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-offer-detail__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.p-offer-detail__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-offer-detail__container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.p-offer-detail__titles {
  margin-bottom: 40px;
  position: relative;
}
.p-offer-detail__main-title {
  font-size: 22vw;
  font-weight: 100;
  font-style: italic;
  color: #DDCAB4;
  line-height: 1;
  margin-bottom: 2rem;
  opacity: 0.8;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-offer-detail__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: -10px;
}
.p-offer-detail__sub .label {
  color: #DDCAB4;
  border: 1px solid #DDCAB4;
  padding: 2px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
}
.p-offer-detail__sub .text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.p-offer-detail__venue {
  font-size: 1.2rem;
  opacity: 0.8;
}
.p-offer-detail__venue.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.p-offer-detail__card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 15px;
}
.p-offer-detail__images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.p-offer-detail__images .item {
  background: #F7F8FA;
  padding: 2rem 3rem;
  border-radius: 12px;
}
.p-offer-detail__images .img-box {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.p-offer-detail__images .img-box img {
  width: 100%;
  height: auto;
  display: block;
}
.p-offer-detail__dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-offer-detail__dl .item {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-offer-detail__dl .item dt {
  font-weight: 700;
  color: #111;
  flex-shrink: 0;
}
.p-offer-detail__dl .item dd {
  color: #333;
  font-weight: 500;
}
.p-event {
  background: #282829;
  color: #fff;
  position: relative;
}
.p-event__header {
  position: relative;
  height: 72vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding-top: 20px;
  color: #1a1a1a;
}
.p-event__header-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-event__header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-event__header-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.p-event__header-title {
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.p-event__header-subtitle {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
.p-event__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 20px 20px 0px;
}
.p-event__intro {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  align-items: center;
  position: relative;
}
.p-event__intro-title {
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #fff;
}
.p-event__intro-desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
}
.p-event__intro-desc:not(:first-child) {
  margin-top: 2rem;
}
.p-event__intro-map {
  position: absolute;
  right: 0;
  width: 50%;
}
.p-event__intro-map img {
  height: auto;
  display: block;
  width: 100%;
}
.p-event__group {
  text-align: center;
}
.p-event__group-title {
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.p-event__group-subtitle {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.p-event__group--caravan {
  margin-top: 8rem;
}
.p-event__group--caravan .p-event__group-title {
  margin-bottom: 6rem;
}
.p-event__group--lab {
  margin-top: 80px;
}
.p-event__group--lab .p-event__group-title {
  margin-bottom: 6rem;
}
.p-event__card-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 3rem;
}
.p-event__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  will-change: transform;
}
.p-event__card-link.is-disabled {
  pointer-events: none;
}
.p-event-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-event-card__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 14px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #fff;
}
.p-event-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 6px;
}
.p-event-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  text-align: left;
}
.p-event-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-event-card__tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #DDCAB4;
  border: 1px solid #DDCAB4;
  padding: 4px 12px;
  min-width: 5rem;
  text-align: center;
  line-height: 1;
}
.p-event-card__date {
  font-size: 1.3rem;
  color: #DDCAB4;
  font-weight: 500;
}
.p-event-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #DDCAB4;
  line-height: 1.4;
  margin-top: auto;
  letter-spacing: 0;
}
.p-event-card__bike-list {
  padding: 0.2rem 1.5rem 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
  color: #DDCAB4;
  background: rgba(255, 255, 255, 0.04);
  font-size: 1.4rem;
}
.p-event-card__bike-list::before {
  content: "Bike List";
  font-size: 1.2rem;
  line-height: 1;
  opacity: 0.4;
}
.p-event-card__bike-list li {
  list-style: "・";
  margin-left: 1rem;
}
.p-event__group--lab .p-event-card__img {
  aspect-ratio: 16/9;
}
.p-event__caravan-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.p-event__caravan-item {
  transition: all 0.3s ease;
}
.p-event__caravan-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  will-change: transform;
}
.p-event__caravan-link:hover {
  opacity: 0.8;
  transform: scale(1.03);
}
.p-event__caravan-link.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.p-event-item {
  position: relative;
  border: 1px solid #DDCAB4;
  background: #282829;
}
.p-event-item__head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  background-color: #282829;
  padding: 0 10px;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  white-space: nowrap;
  z-index: 2;
}
.p-event-item__city {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
}
.p-event-item__date {
  font-size: 6.5rem;
  font-weight: 700;
  color: #DDCAB4;
  line-height: 1;
}
.p-event-item__body {
  padding: 30px 10px 20px;
  text-align: center;
}
.p-event-item__name {
  font-size: 1.6rem;
  font-weight: 300;
  color: #DDCAB4;
}
.p-event-item__venue {
  font-size: 26px;
  color: #DDCAB4;
  font-weight: 700;
  line-height: 1.4;
}
.p-event-item__footer {
  background: #DDCAB4;
  color: #282829;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
}
.p-event__lab-banner {
  display: block;
  margin: 0 0 20px;
  border-radius: 12px;
  overflow: hidden;
}
.p-event__lab-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.p-event__lab-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.p-event__lab-desc {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
}
.outline-text {
  color: transparent;
  -webkit-text-stroke: 0.07rem #DDCAB4;
  paint-order: stroke;
}
body.second .p-testbike {
  background: none;
  padding-top: 40px;
}
.l-header--detail {
  justify-content: flex-start;
  position: relative;
  gap: 10px;
}
.l-header--detail .l-header__title-link {
  color: inherit;
  text-decoration: none;
}
.l-header--detail .l-header__sns {
  margin-left: auto;
}
.l-header--detail .l-header__back {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid #DDCAB4;
  border-radius: 20px;
  color: #DDCAB4;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s ease;
  line-height: 1;
}
.l-header--detail .l-header__back:hover {
  background: #DDCAB4;
  color: #282829;
}
.l-header--detail .l-header__back-icon {
  display: block;
  width: 10px;
  height: 12px;
  background: currentColor;
  -webkit-mask: url("../img/common/icon-angle-down.svg") no-repeat center;
          mask: url("../img/common/icon-angle-down.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(90deg);
  margin-right: 5px;
}
.l-header--detail .l-header__back-text {
  white-space: nowrap;
}
.p-mv--detail {
  padding: 0 12px 0;
}
.p-mv--detail .p-mv__grid--detail {
  display: flex;
  flex-direction: column;
}
.p-mv--detail .p-mv__panel--main {
  aspect-ratio: 16/10;
}
.p-mv--detail .p-mv__panel--entry {
  background: #F5DFC6;
  color: #282829;
  aspect-ratio: 3/2;
  padding: 15px 15px;
  position: relative;
}
.p-mv--detail .p-mv__panel--entry.has-link::after {
  border-radius: 12px;
  box-shadow: inset 0 0 0 0 #DDCAB4;
  transition: box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-mv--detail .p-mv__panel--entry.has-link:hover {
  background: #ffead2;
}
.p-mv--detail .p-mv__panel--entry.has-link:hover::after {
  box-shadow: inset 0 0 0 5px #DDCAB4;
}
.p-mv--detail .p-mv__panel--entry .p-mv__panel-content--entry {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  height: 100%;
  width: 100%;
  padding-bottom: 2rem;
}
.p-mv--detail .p-mv__entry-icon {
  width: 80px;
  height: auto;
  margin: 0;
}
.p-mv--detail .p-mv__entry-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mv--detail .p-mv__entry-title {
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
.p-mv--detail .p-mv__entry-note {
  font-size: 1.2rem;
  opacity: 0.8;
}
.p-mv--detail .p-mv__entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  margin-top: auto;
  padding: 12px 20px;
  background: #282829;
  color: #DDCAB4;
  border-radius: 40px;
  font-size: 1.3rem;
  font-weight: 900;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.p-mv--detail .p-mv__entry-btn .text {
  line-height: 1;
}
.p-mv--detail .p-mv__entry-btn .text::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7.099' viewBox='0 0 14 7.099'%3E%3Cpath d='M91-1463.987a.364.364,0,0,1-.14.281l-6.537,5.684a.478.478,0,0,1-.323.122.478.478,0,0,1-.323-.122l-6.537-5.684a.364.364,0,0,1-.14-.281.364.364,0,0,1,.14-.281l.7-.61a.477.477,0,0,1,.323-.122.477.477,0,0,1,.323.122L84-1460.084l5.513-4.794a.477.477,0,0,1,.323-.122.477.477,0,0,1,.323.122l.7.61A.364.364,0,0,1,91-1463.987Zm0,0' transform='translate(-77 1465)' fill='%23DDCAB4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-mv--detail .p-mv__panel--offer {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.p-mv--detail .p-mv__panel--offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.p-mv--detail .p-mv__panel--offer.has-link::after {
  border-radius: 12px;
  box-shadow: inset 0 0 0 0 #DDCAB4;
  transition: box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-mv--detail .p-mv__panel--offer.has-link:hover::after {
  box-shadow: inset 0 0 0 5px #DDCAB4;
}
.p-mv--detail .p-mv__panel--offer.has-link:hover .p-mv__panel-bg img {
  transform: scale(1.06);
}
.p-mv--detail .p-mv__panel-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-mv--detail .p-mv__panel-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  transition: transform 0.4s ease-in-out;
}
.p-mv--detail .p-mv__panel-content--offer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 25px;
  height: 100%;
  color: #fff;
  text-align: left;
  width: 100%;
}
.p-mv--detail .p-mv__offer-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-mv--detail .p-mv__offer-label-wrap {
  flex-shrink: 0;
}
.p-mv--detail .p-mv__offer-label-wrap .p-mv__offer-label {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 4px 8px;
  border: 1px solid #DDCAB4;
  color: #DDCAB4;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1;
}
.p-mv--detail .p-mv__offer-main-title {
  font-size: clamp(1.8rem, 7vw, 3.6rem);
  line-height: 1;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 0;
  color: #DDCAB4;
}
.p-mv--detail .p-mv__offer-headline {
  font-size: clamp(2.5rem, 7vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: #DDCAB4;
  margin-bottom: 12px;
}
.p-mv--detail .p-mv__offer-text {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.p-mv--detail .p-mv__offer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DDCAB4;
  color: #111;
  padding: 10px 20px;
  border-radius: 40px;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.p-mv--detail .p-mv__offer-btn .text {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
}
.p-mv--detail .p-mv__offer-btn .text::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7.099' viewBox='0 0 14 7.099'%3E%3Cpath d='M91-1463.987a.364.364,0,0,1-.14.281l-6.537,5.684a.478.478,0,0,1-.323.122.478.478,0,0,1-.323-.122l-6.537-5.684a.364.364,0,0,1-.14-.281.364.364,0,0,1,.14-.281l.7-.61a.477.477,0,0,1,.323-.122.477.477,0,0,1,.323.122L84-1460.084l5.513-4.794a.477.477,0,0,1,.323-.122.477.477,0,0,1,.323.122l.7.61A.364.364,0,0,1,91-1463.987Zm0,0' transform='translate(-77 1465)' fill='%23000000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-event-info {
  padding: 16px 12px;
  color: #fff;
}
.p-event-info__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.p-event-info__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-event-info__city {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.p-event-info__date {
  font-size: clamp(2.5rem, 10vw, 6rem);
  font-weight: 700;
  color: #DDCAB4;
  line-height: 1;
  white-space: nowrap;
}
.p-event-info__body {
  padding-left: 4px;
}
.p-event-info__name {
  font-size: 1.4rem;
  font-weight: 300;
  color: #DDCAB4;
  line-height: 1.2;
}
.p-event-info__venue {
  font-size: 1.8rem;
  font-weight: 700;
  color: #DDCAB4;
}
.p-event-info__left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-event-info__right {
  flex: 0 0 auto;
}
.p-event-info__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 16px;
  gap: 6px;
  padding: 12px 10px;
  background: rgba(18, 18, 18, 0.5);
  border-radius: 5px;
  flex-shrink: 0;
}
.p-event-info__item {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.p-event-info__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(84%) sepia(14%) saturate(548%) hue-rotate(358deg) brightness(95%) contrast(90%);
}
.p-event-info__text {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #DDCAB4;
}
.p-event-info__gmap {
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1.1rem;
  white-space: nowrap;
  width: 96px;
}
.p-event-info__gmap:hover {
  opacity: 0.7;
}
.p-event-info__gmap img {
  width: 100%;
  height: auto;
}
.p-event-detail {
  padding: 60px 20px 0;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-event-detail__container {
  max-width: 1100px;
  margin: 0 auto;
}
.p-event-detail__header {
  margin-bottom: 40px;
}
.p-event-detail__header .en-sub {
  font-size: 1.2rem;
  font-style: italic;
  color: #DDCAB4;
  line-height: 1.4;
}
.p-event-detail__title {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #DDCAB4;
}
.p-event-detail__intro {
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-event-detail__intro p {
  margin-bottom: 0.3em;
}
.p-event-detail__catch {
  font-weight: 700;
  color: #DDCAB4;
  margin-top: 1em;
  font-size: 1.8rem;
}
.p-event-detail__info-block {
  margin-bottom: 30px;
  border-top: 1px solid rgb(52, 52, 52);
  padding-top: 20px;
}
.p-event-detail__info-block:first-of-type {
  border-top: none;
  padding-top: 0;
}
.p-event-detail__section-title {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #DDCAB4;
}
.p-event-detail__section-title::before {
  content: "ー ";
}
.p-event-detail__text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
.p-event-detail__text:last-child {
  margin-bottom: 0;
}
.p-event-detail__dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-event-detail__dl-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-event-detail__dl-item dt {
  font-size: 1.4rem;
  flex-shrink: 0;
}
.p-event-detail__dl-item dd {
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-event-detail__price {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-event-detail__price-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-event-detail__price-head {
  font-size: 1.8rem;
  font-weight: 700;
  color: #DDCAB4;
}
.p-event-detail__price-note {
  font-size: 1.2rem;
  line-height: 1.4;
  opacity: 0.9;
}
.p-event-detail__bike-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.p-event-detail__bike-item {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  color: #DDCAB4;
}
.p-event-detail__schedule {
  display: flex;
  flex-direction: column;
}
.p-event-detail__schedule-item {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.p-event-detail__schedule-item .time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #DDCAB4;
  flex-shrink: 0;
  width: 60px;
}
.p-event-detail__schedule-item .desc {
  font-size: 1.3rem;
  line-height: 1.4;
}
.p-event-detail__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.p-event-detail__list li {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
}
.p-event-detail__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #DDCAB4;
}
.p-course-info {
  padding: 0 0 2rem;
  margin: auto;
}
.p-course-info__container {
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding: 0 20px;
}
.p-course-info__container .caption {
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: right;
  opacity: 0.6;
}
.p-course-info__header {
  text-align: center;
  margin-bottom: 40px;
}
.p-course-info__title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 10px;
  color: #fff;
}
.p-course-info__subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.p-course-info__grid {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.p-course-info__metric {
  background: #DDCAB4;
  color: #1a1a1a;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-course-info__metric .val {
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.p-course-info__desc {
  padding: 16px 12px;
}
.p-course-info__desc p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #DDCAB4;
}
.p-course-info__image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.p-course-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}
.p-course-info__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #DDCAB4;
  color: #282829;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  gap: 15px;
  width: calc(100% - 40px);
  margin-left: 20px;
  padding: 0 0 0 50px;
  height: 60px;
}
.p-course-info__btn:hover {
  background: rgb(213.0458715596, 189.6009174312, 162.4541284404);
}
.p-course-info__btn:hover .arrow-wrap .arrow {
  transform: translateX(5px) rotate(-90deg);
}
.p-course-info__btn .en {
  font-style: italic;
  font-weight: 100;
  line-height: 1;
  color: #454545;
  font-size: clamp(4rem, 6vw, 8rem);
  letter-spacing: 0.02em;
  flex: 1;
}
.p-course-info__btn .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 2;
}
.p-course-info__btn .group .ja {
  font-size: 1.8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}
.p-course-info__btn .group .ja .icon {
  width: 30px;
}
.p-course-info__btn .group .ja .icon img {
  width: 100%;
}
.p-course-info__btn .group .note {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.6;
}
.p-course-info__btn .arrow-wrap {
  height: 100%;
  background: rgb(205.0917431193, 177.2018348624, 144.9082568807);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  width: 15%;
}
.p-course-info__btn .arrow-wrap .arrow {
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("../img/common/icon-angle-down.svg") no-repeat center;
          mask: url("../img/common/icon-angle-down.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(-90deg);
  color: #222;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 769px){
  br.sp {
    display: none;
  }
  br.pc-sp {
    display: block;
  }
  .c-circle-arrow {
    width: 3.6vw;
    height: 3.6vw;
    max-width: 46px;
    max-height: 46px;
  }
  .l-header__title {
    font-size: 2.4rem;
  }
  .l-footer {
    padding: 100px 0 20px;
  }
  .p-pagetop {
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
  .p-pagetop__arrow {
    width: 14px;
    height: 14px;
  }
  .p-mv {
    padding: 0 20px 0;
  }
  .p-mv__grid {
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    height: calc(100vh - var(--ticker-height) - 80px);
    min-height: 500px;
    max-height: 750px;
  }
  .p-mv__grid {
    grid-template-columns: 3fr 1fr 1fr;
  }
  .p-mv__panel--main {
    grid-column: 1;
    grid-row: 1/3;
    aspect-ratio: auto;
    padding: 3rem 2rem;
    align-items: center;
    justify-content: center;
  }
  .p-mv__panel--schedule {
    grid-column: 2/4;
    grid-row: 1;
    aspect-ratio: auto;
  }
  .p-mv__panel--faster {
    grid-column: 2;
    grid-row: 2;
    aspect-ratio: auto;
  }
  .p-mv__panel--lineup {
    grid-column: 3;
    grid-row: 2;
    aspect-ratio: auto;
  }
  .p-mv__label {
    font-size: 3rem;
  }
  .p-mv__title {
    font-size: clamp(3rem, 3vw, 8rem);
  }
  .p-mv__main {
    mix-blend-mode: difference;
    font-size: clamp(4rem, 6vw, 10rem);
  }
  .p-mv__subtitle {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .p-mv__schedule-wrapper {
    padding: 0;
  }
  .p-mv__panel-map {
    transform: translateX(-6%);
  }
  .p-mv__panel-title {
    font-size: clamp(4rem, 3.8vw, 6rem);
  }
  .p-mv__panel-bottom {
    gap: 3%;
  }
  .p-mv__panel-heading-ja {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
  }
  .p-mv__panel--common .p-mv__panel-content {
    padding: 20px 15px;
  }
  .p-mv__panel--common .p-mv__panel-heading-en {
    font-size: clamp(2rem, 2.4vw, 5rem);
  }
  .p-ticker-area {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 20px 20px 0;
  }
  .p-ticker__slide::after {
    font-size: 3.2rem;
    margin: 0 20px;
  }
  .p-ticker__city {
    font-size: 4.6rem;
  }
  .p-ticker__date {
    font-size: 5rem;
  }
  .p-ticker-link {
    gap: 16px;
    flex-shrink: 0;
  }
  .p-ticker-link__text {
    font-size: 2.6rem;
  }
  .p-ticker-link__btn {
    font-size: 1.4rem;
  }
  .p-hero-bnr__link {
    margin-top: 80px;
    padding: 0 40px;
  }
  .p-hero-bnr__content {
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
  }
  .p-feature {
    height: 700vh;
  }
  .p-feature__bg-img {
    height: 160px;
    margin-right: 120px;
  }
  .p-feature__slide {
    padding: 60px;
  }
  .p-feature__intro-title {
    font-size: 5.6rem;
    margin-bottom: 48px;
  }
  .p-feature__intro-title {
    font-size: 5.6rem;
    margin-bottom: 20px;
  }
  .p-feature__intro-desc {
    font-size: 2rem;
  }
  .p-feature__content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .p-feature__content--reverse {
    flex-direction: row-reverse;
  }
  .p-feature__content--reverse .p-feature__image {
    margin-left: -15%;
    margin-right: 0;
  }
  .p-feature__text {
    flex: 0 0 45%;
  }
  .p-feature__title {
    font-size: 4.2rem;
    margin-bottom: 28px;
  }
  .p-feature__desc {
    max-width: none;
  }
  .p-feature__desc {
    font-size: 1.5rem;
  }
  .p-feature__image {
    flex: 0 0 70%;
    margin-right: -15%;
  }
  .p-feature__image > picture > img,
  .p-feature__image img {
    border-radius: 24px;
  }
  .p-feature__progress {
    left: auto;
    bottom: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 200px;
  }
  .p-feature__progress-bar {
    width: 100%;
    height: calc(var(--progress, 0) * 100%);
  }
  .p-evo {
    padding: 120px 0;
  }
  .p-evo__label {
    font-size: 2rem;
  }
  .p-evo__title {
    font-size: 6.4rem;
  }
  .p-evo__subtitle {
    font-size: 1.4rem;
  }
  .p-evo__specs {
    gap: 80px;
  }
  .p-evo__spec-value {
    font-size: 5rem;
  }
  .p-evo__spec-unit {
    font-size: 2.4rem;
  }
  .p-evo__spec-label {
    font-size: 1.4rem;
  }
  .p-evo__btn {
    font-size: 1.6rem;
  }
  .p-lineup {
    padding: 120px 0;
  }
  .p-lineup__title {
    font-size: 4rem;
  }
  .p-lineup__subtitle {
    font-size: 1.5rem;
  }
  .p-lineup__filter-btn {
    font-size: 1.4rem;
  }
  .p-lineup__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .p-lineup__item-name {
    font-size: 1.8rem;
  }
  .p-guide {
    padding: 120px 0;
  }
  .p-guide__title {
    font-size: 3.2rem;
  }
  .p-guide__subtitle {
    font-size: 1.5rem;
  }
  .p-guide__steps {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
  .p-guide__step {
    max-width: none;
  }
  .p-guide__step-number {
    font-size: 5rem;
  }
  .p-guide__step-title {
    font-size: 1.8rem;
  }
  .p-guide__step-desc {
    font-size: 1.4rem;
  }
  .p-guide__btn {
    font-size: 1.6rem;
  }
  .p-schedule {
    padding: 120px 0;
  }
  .p-schedule__title {
    font-size: 3.2rem;
  }
  .p-schedule__subtitle {
    font-size: 1.5rem;
  }
  .p-schedule__item {
    gap: 32px;
    padding: 24px 32px;
  }
  .p-schedule__item-date {
    min-width: 80px;
  }
  .p-schedule__item-day {
    font-size: 3rem;
  }
  .p-schedule__item-venue {
    font-size: 1.8rem;
  }
  .p-schedule__item-time {
    font-size: 1.3rem;
  }
  .p-schedule__item-btn {
    font-size: 1.4rem;
  }
  .p-faq {
    padding: 120px 0;
  }
  .p-faq__title {
    font-size: 3.2rem;
  }
  .p-faq__subtitle {
    font-size: 1.5rem;
  }
  .p-faq__question {
    font-size: 1.6rem;
  }
  .p-brand {
    padding: 120px 0;
  }
  .p-brand__container {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
  .p-brand__tagline {
    font-size: 4.8rem;
  }
  .p-brand__desc {
    font-size: 1.5rem;
  }
  .p-feature-end {
    padding: 120px 0 0;
  }
  .p-feature-end .p-feature__end-title {
    font-size: 8rem;
    margin-bottom: -150px;
  }
  .p-feature-end .p-feature__end-content {
    gap: 3rem;
    margin-top: -150px;
    padding: 0 40px 60px;
  }
  .p-feature-end .p-feature__end-main-text .num {
    font-size: 10rem;
  }
  .p-feature-end .p-feature__end-main-text .num .small {
    font-size: 8rem;
    transform: translateY(20%);
    margin-left: 0.6rem;
  }
  .p-feature-end .p-feature__end-main-text .unit {
    font-size: 4rem;
    font-weight: 700;
  }
  .p-feature-end .p-feature__end-info {
    flex-direction: row;
    justify-content: center;
    text-align: left;
    gap: 3rem;
  }
  .p-feature-end .p-feature__end-separator {
    display: block;
    width: 1px;
    height: 40px;
    background-color: #666;
  }
  .p-feature-end .p-feature__end-components {
    width: 40%;
  }
  .p-feature-end .p-feature__end-components li {
    justify-content: flex-start;
    font-size: 1.2rem;
  }
  .p-feature-end .p-feature__end-specs-grid {
    grid-template-columns: 0.7fr 1fr 1fr 1.3fr;
    font-size: 1.4rem;
    gap: 0;
  }
  .p-feature-end .p-feature__end-specs-grid .spec-cell.head {
    font-size: 1.2rem;
  }
  .p-feature-end .p-feature__end-specs-grid .spec-cell.row-label {
    font-size: 1.5rem;
    padding-left: 0;
  }
  .p-feature-end .p-feature__end-specs-grid .spec-cell.weight {
    font-size: 3.6rem;
  }
  .p-feature-end .p-feature__end-specs-grid .spec-cell.merged .large {
    font-size: 3.6rem;
  }
  .p-feature-end .p-feature__end-specs-grid .spec-cell.merged .small {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .p-testbike {
    padding: 120px 0;
  }
  .p-testbike__title {
    font-size: 4.8rem;
  }
  .p-testbike__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .p-testbike__card--offer .offer-text {
    font-size: 1.5rem;
  }
  .p-voice {
    padding: 80px 0;
  }
  .p-voice__title {
    font-size: 4.8rem;
  }
  .p-voice__subtitle {
    font-size: 1.4rem;
  }
  .p-voice__list {
    gap: 60px;
  }
  .p-voice__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
  .p-voice__img {
    width: 150px;
    height: 150px;
  }
  .p-voice__prof {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .p-voice__role {
    font-size: 1.4rem;
  }
  .p-voice__name {
    font-size: 1.6rem;
  }
  .p-voice__text {
    font-size: 1.4rem;
  }
  .p-voice__content {
    padding: 15px 18px;
    border-radius: 12px;
  }
  .p-offer-detail {
    padding: 160px 0 100px;
  }
  .p-offer-detail__main-title {
    font-size: 10rem;
    margin-bottom: 1rem;
  }
  .p-offer-detail__main-title .space {
    display: inline-block;
    width: 0.2em;
  }
  .p-offer-detail__sub .text {
    font-size: 1.4rem;
  }
  .p-offer-detail__venue {
    font-size: 1.4rem;
  }
  .p-offer-detail__card {
    padding: 30px;
  }
  .p-offer-detail__images {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .p-offer-detail__dl .item {
    display: flex;
    font-size: 1.3rem;
  }
  .p-event__header {
    height: 60vw;
    padding-top: 60px;
  }
  .p-event__header-title {
    font-size: 4.8rem;
  }
  .p-event__header-subtitle {
    font-size: 1.4rem;
  }
  .p-event__inner {
    padding: 100px 40px 0px;
  }
  .p-event__intro {
    flex-direction: row;
    gap: 0;
    margin-bottom: 80px;
    align-items: flex-start;
  }
  .p-event__intro-title {
    font-size: 8rem;
  }
  .p-event__intro-desc {
    width: 55%;
    font-size: 1.6rem;
  }
  .p-event__intro-map {
    width: 40%;
    top: 5%;
  }
  .p-event__group-title {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
  .p-event__group-subtitle {
    font-size: 1.6rem;
  }
  .p-event__card-list {
    margin-top: 6rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .p-event-card__img {
    height: 120px;
  }
  .p-event-card__img img {
    height: 100%;
  }
  .p-event-card__body {
    gap: 0;
  }
  .p-event-card__tag {
    font-size: 1.3rem;
    padding: 4px 6px 2px;
  }
  .p-event-card__date {
    font-size: 1.6rem;
  }
  .p-event-card__title {
    font-size: 1.4rem;
  }
  .p-event__caravan-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
  }
  .p-event-item__body {
    padding: 50px 30px 40px;
  }
  .p-event-item__name {
    font-size: 2rem;
  }
  .p-event__lab-banner {
    margin-bottom: 30px;
    max-width: 600px;
    margin-inline: auto;
  }
  .p-event__lab-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-event__lab-desc {
    text-align: center;
    max-width: 1000px;
    margin-inline: auto;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  body.second .p-testbike {
    padding-bottom: 6rem;
  }
  .l-header--detail .l-header__back {
    font-size: 1.2rem;
    padding: 5px 12px 5px 10px;
  }
  .p-mv--detail {
    padding: 0 20px 0;
  }
  .p-mv--detail .p-mv__grid--detail {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    height: calc(100vh - 75px - 80px);
    min-height: 580px;
    max-height: 800px;
  }
  .p-mv--detail .p-mv__panel--main {
    grid-column: 1;
    grid-row: 1/3;
    aspect-ratio: auto;
  }
  .p-mv--detail .p-mv__panel--entry {
    padding: 18px 20px;
  }
  .p-mv--detail .p-mv__panel--entry {
    grid-column: 2;
    grid-row: 1;
    aspect-ratio: auto;
  }
  .p-mv--detail .p-mv__entry-icon {
    width: 100px;
  }
  .p-mv--detail .p-mv__entry-title {
    font-size: clamp(20px, 2.5vw, 32px);
  }
  .p-mv--detail .p-mv__entry-note {
    font-size: 1.3rem;
    margin-bottom: 5%;
  }
  .p-mv--detail .p-mv__entry-btn {
    font-size: 1.4rem;
    padding: 10px 24px;
  }
  .p-mv--detail .p-mv__panel--offer {
    grid-column: 2;
    grid-row: 2;
    aspect-ratio: auto;
  }
  .p-mv--detail .p-mv__panel-content--offer {
    padding: 20px 25px;
  }
  .p-mv--detail .p-mv__offer-top {
    margin-bottom: 1rem;
  }
  .p-mv--detail .p-mv__offer-label-wrap .p-mv__offer-label {
    font-size: 1.6rem;
  }
  .p-mv--detail .p-mv__offer-main-title {
    font-size: clamp(2.4rem, 2.4vw, 4rem);
  }
  .p-mv--detail .p-mv__offer-headline {
    font-size: clamp(3rem, 3vw, 4rem);
    margin-bottom: 10px;
  }
  .p-mv--detail .p-mv__offer-text {
    font-size: 1.2rem;
  }
  .p-mv--detail .p-mv__offer-btn {
    padding: 10px 24px;
  }
  .p-mv--detail .p-mv__offer-btn .text {
    font-size: 1.4rem;
  }
  .p-event-info {
    padding: 20px 0;
  }
  .p-event-info__container {
    width: calc(100% - 40px);
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .p-event-info__city {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
  }
  .p-event-info__date {
    font-size: clamp(2.5rem, 3.5vw, 5rem);
  }
  .p-event-info__body {
    padding-left: 0;
  }
  .p-event-info__name {
    font-size: clamp(1.2rem, 1.2vw, 1.8rem);
  }
  .p-event-info__venue {
    font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  }
  .p-event-info__left {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 45%;
  }
  .p-event-info__right {
    width: 55%;
  }
  .p-event-info__box {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
  }
  .p-event-info__icon {
    width: 14px;
    height: 14px;
  }
  .p-event-info__text {
    font-size: 1.4rem;
  }
  .p-event-info__gmap {
    font-size: 1.2rem;
  }
  .p-event-detail {
    padding: 80px 20px;
    width: 800px;
    margin: auto;
  }
  .p-event-detail__title {
    font-size: clamp(3.6rem, 4vw, 5.6rem);
    margin-bottom: 40px;
  }
  .p-event-detail__intro {
    line-height: 1.5;
  }
  .p-event-detail__info-block {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .p-event-detail__section-title {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .p-event-detail__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-event-detail__dl-item {
    flex-direction: row;
    gap: 20px;
  }
  .p-event-detail__dl-item dt {
    width: 100px;
  }
  .p-event-detail__dl-item dt.empty {
    width: 100px;
  }
  .p-event-detail__dl-item dd {
    font-size: 1.4rem;
    flex: 1;
  }
  .p-event-detail__price {
    gap: 18px;
  }
  .p-event-detail__price-head {
    font-size: 2rem;
  }
  .p-event-detail__price-note {
    font-size: 1.3rem;
  }
  .p-event-detail__bike-list {
    gap: 16px;
    margin-top: 24px;
  }
  .p-event-detail__bike-item {
    font-size: 1.8rem;
    padding: 14px 28px;
  }
  .p-event-detail__schedule-item {
    gap: 10px;
    padding: 5px 0;
  }
  .p-event-detail__schedule-item .time {
    width: 60px;
  }
  .p-event-detail__schedule-item .desc {
    font-size: 1.4rem;
  }
  .p-event-detail__list {
    gap: 6px;
  }
  .p-event-detail__list li {
    font-size: 1.5rem;
  }
  .p-course-info {
    padding: 20px 0;
  }
  .p-course-info__container {
    margin: 0 auto 0;
  }
  .p-course-info__header {
    margin-bottom: 50px;
  }
  .p-course-info__title {
    font-size: 4.8rem;
  }
  .p-course-info__grid {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
  }
  .p-course-info__metric {
    width: 35%;
    padding: 30px 40px;
  }
  .p-course-info__desc {
    width: 65%;
    border-radius: 0;
    padding: 16px 20px;
    display: flex;
    align-items: center;
  }
  .p-course-info__desc p {
    font-size: 1.5rem;
  }
  .p-course-info__btn {
    text-align: left;
    height: 120px;
    gap: 0;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin: 4rem auto 2rem;
  }
  .p-course-info__btn .group {
    align-items: flex-end;
    margin-right: 30px;
    transform: translateY(5px);
  }
  .p-course-info__btn .group .ja {
    gap: 10px;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  .p-course-info__btn .group .ja .icon {
    width: 48px;
  }
  .p-course-info__btn .group .note {
    font-size: 1.1rem;
    margin-right: 0;
  }
  .p-course-info__btn .arrow-wrap {
    width: 100px;
  }
  .p-course-info__btn .arrow-wrap .arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1000px){
  .p-mv__grid {
    grid-template-columns: 3.6fr 1fr 1fr;
  }
}
@media screen and (max-width: 900px){
  .p-course-info__btn .en {
    display: none;
  }
}
@media screen and (max-width: 768px){
  br {
    display: none;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  br.pc-sp {
    display: block;
  }
  .l-header__title {
    margin-top: -5px;
  }
  .l-header__title .company {
    font-size: 1.6rem;
  }
  .c-noise::after {
    background-size: 100px auto;
  }
  .p-mv__panel--main {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 2rem;
  }
  .p-mv__panel--main::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  .p-mv__content {
    z-index: 1;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
  .p-mv__subtitle {
    margin-top: 5px;
    line-height: 1;
  }
  .p-mv__panel-map {
    margin-top: -1rem;
    margin-left: 1rem;
    width: auto;
    max-height: 60%;
  }
  .p-mv__panel-title br {
    display: block;
  }
  .p-mv__panel-heading-ja br {
    display: block;
  }
  .p-mv__panel--schedule .p-mv__panel-content {
    padding: 0 5% 0 20%;
  }
  .p-mv__panel--schedule .p-mv__panel-map img {
    height: 120px;
    transform: translateY(-1rem);
  }
  .p-mv__panel--common .p-mv__panel-heading-en br {
    display: block;
  }
  .p-ticker-link__text {
    font-size: clamp(1.6rem, 4.4vw, 2.6rem);
  }
  .p-ticker-link__btn {
    padding: 8px 12px 8px 18px;
    font-size: 1.4rem;
  }
  .p-hero-bnr__link {
    margin: 20px 1 0;
    width: calc(100% - 2rem);
  }
  .p-hero-bnr__img-wrapper {
    margin-bottom: 1rem;
  }
  .p-hero-bnr__content {
    flex-direction: column;
    text-align: center;
  }
  .p-hero-bnr__title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .p-hero-bnr__btn {
    font-size: 1.4rem;
    padding: 1.2rem 1.2rem 1.2rem 1.5rem;
  }
  .p-feature__bg-track {
    animation-duration: 20s;
  }
  .p-feature__intro-desc {
    line-height: 2;
  }
  .p-feature__text {
    text-align: center;
  }
  .p-testbike__card {
    padding: 2rem;
  }
  .p-testbike__card-info .info-row {
    margin-bottom: 5px;
    flex-direction: column;
    gap: 5px;
  }
  .p-testbike__card-info .info-col {
    font-size: 1.4rem;
  }
  .p-testbike__card--offer .p-testbike__offer-content {
    padding: 0;
  }
  .p-testbike__card--offer .p-testbike__offer-main-title {
    font-size: clamp(6rem, 16vw, 12rem);
    margin-bottom: 8rem;
  }
  .p-testbike__card--offer .p-testbike__offer-main-title br {
    display: block;
  }
  .p-testbike__card--offer .offer-btn {
    padding: 8px 20px;
  }
  .c-modal__content {
    width: 100%;
    height: auto;
  }
  .c-modal__close {
    top: 10px;
    right: 10px;
  }
  .c-modal__body {
    padding: 2.2rem;
  }
  .c-modal__img {
    width: 100%;
  }
  .c-modal__title {
    margin-top: 0;
  }
  .p-voice__header {
    margin-bottom: 30px;
  }
  .p-voice__img {
    width: 60px;
    height: 60px;
  }
  .p-voice__prof {
    margin-bottom: 1rem;
  }
  .p-offer-detail__bg img {
    height: auto;
    height: 35%;
  }
  .p-offer-detail__sub .label {
    display: block;
    width: 100%;
    padding: 5px 8px;
    font-size: 1.8rem;
  }
  .p-offer-detail__images {
    margin-bottom: 20px;
  }
  .p-offer-detail__dl .item dt {
    display: block;
  }
  .p-event__intro-map {
    top: 2%;
  }
  .p-event__group--caravan {
    margin-top: 4rem;
  }
  .p-event__group--caravan .p-event__group-title {
    margin-bottom: 4rem;
  }
  .p-event__group--lab {
    margin-top: 4rem;
  }
  .p-event__group--lab .p-event__group-title {
    margin-bottom: 3rem;
  }
  .p-event__group--lab .p-event__card-list .p-event-card__img {
    height: 220px;
  }
  .p-event-card__img {
    height: 280px;
  }
  .p-event-card__img img {
    height: auto;
  }
  .p-event-item__city {
    font-size: 4rem;
  }
  .p-event-item__date {
    font-size: 4.5rem;
  }
  .p-event-item__venue {
    font-size: 2rem;
  }
  .p-event-item__footer {
    padding: 8px;
  }
  body.second .p-testbike__header {
    margin-bottom: 3rem;
  }
  body.second .p-event__inner {
    padding-top: 60px;
  }
  body.second .l-main {
    margin-top: 30px;
  }
  .p-mv-wrap {
    display: flex;
    flex-direction: column;
  }
  .l-header--detail .l-header__back {
    position: absolute;
    left: 15px;
    bottom: -25px;
  }
  .p-mv--detail {
    order: 2;
  }
  .p-mv--detail .p-mv__panel--main {
    aspect-ratio: 1/1;
  }
  .p-mv--detail .p-mv__entry-icon img {
    width: 80px;
    height: auto;
  }
  .p-event-info {
    order: 1;
  }
  .p-event-info__container {
    gap: 10px;
  }
  .p-event-info__gmap {
    padding-left: 1.5rem;
    width: 120px;
  }
  .p-event-detail__schedule {
    gap: 4px;
  }
  .p-course-info__metric .val {
    font-size: 3.8rem;
  }
  .p-course-info__btn .group {
    justify-content: center;
  }
  .p-course-info__btn .group .ja {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 669px){
  .c-loader__logo {
    width: 160px;
  }
  .p-event__group--lab .p-event__card-list .p-event-card__img {
    height: 120px;
  }
  .p-event-card__img {
    height: 170px;
  }
}