@charset "UTF-8";
/* イベントページ（templates/mtm.php・mbm.php）。MTM は motocorse.jp から取り込んだ HTML をここで整える */
html body {
  /* ---------- 見出しまわり（共通） ---------- */
  /* ---------- ギャラリー・カレンダー ---------- */
  /* ---------- ご参加・ご相談 ---------- */
  /* ---------- MTM：取り込んだ本文 ---------- */
  /* ---------- MBM ---------- */
}
html body .mc-event {
  max-width: 1100px;
  color: #2a2a2a;
  padding: 110px 20px 0;
  margin: 0 auto;
}
html body .mc-event img {
  max-width: 100%;
  height: auto;
  display: block;
}
html body .mc-event a {
  color: #a00;
}
html body .mc-event p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
html body .mc-event .arrow {
  width: 36px;
  height: 1px;
  display: block;
  position: relative;
  background-color: currentColor;
  transition: width 0.4s;
}
html body .mc-event .arrow::after {
  width: 9px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: currentColor;
  transform: rotate(35deg);
  transform-origin: right center;
}
html body .mc-event__head {
  text-align: center;
  padding: 72px 0 56px;
}
html body .mc-event__label,
html body .mc-event__sec-label {
  color: #a00 !important;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem !important;
  letter-spacing: 0.35em !important;
  margin-bottom: 10px;
}
html body .mc-event__title {
  color: #1a1a1a;
  font-family: "futura-pt", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
html body .mc-event__sub {
  color: #555;
  font-family: "futura-pt", sans-serif;
  font-size: 2rem !important;
  letter-spacing: 0.12em !important;
}
html body .mc-event__sub span {
  color: #a00;
  font-weight: 700;
}
html body .mc-event__lead {
  max-width: 720px;
  color: #444;
  margin: 28px auto 0;
}
html body .mc-event__h {
  color: #1a1a1a;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
html body .mc-event__h::after {
  width: 32px;
  height: 1px;
  display: block;
  content: "";
  background-color: #a00;
  margin-top: 16px;
}
html body .mc-event__sec {
  border-top: solid 1px #e2ddd5;
  padding: 72px 0;
}
html body .mc-event__sec-title {
  color: #1a1a1a;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}
html body .mc-event__note {
  color: #666;
  font-size: 1.4rem !important;
  margin-bottom: 20px;
}
html body .mc-event__fallback {
  text-align: center;
  padding: 40px 0 80px;
}
html body .mc-event__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
html body .mc-event__gallery li {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #eee;
}
html body .mc-event__gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
html body .mc-event__gallery li a:hover img {
  transform: scale(1.05);
}
html body .mc-event__calendar iframe {
  width: 100%;
  height: 620px;
  display: block;
}
html body .mc-event__cta {
  background-color: #f8f6f2;
  border: solid 1px #ebe6dd;
  padding: 56px 56px;
  margin: 0 0 100px;
}
html body .mc-event__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}
html body .mc-event__cta-text {
  flex: 1;
}
html body .mc-event__cta-text p {
  color: #555;
  font-size: 1.5rem;
}
html body .mc-event__cta-title {
  color: #1a1a1a !important;
  font-size: 2.2rem !important;
  font-weight: 600;
  line-height: 1.6 !important;
  margin-bottom: 12px;
}
html body .mc-event__cta-tel {
  margin-top: 10px;
}
html body .mc-event__cta-tel a {
  color: #111 !important;
  font-family: "futura-pt", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none;
  margin-left: 8px;
}
html body .mc-event__cta-tel span {
  color: #888;
  font-size: 1.3rem;
  margin-left: 14px;
}
html body .mc-event__cta-btns {
  width: 340px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
html body .mc-event__cta-src {
  font-size: 1.3rem !important;
  text-align: right;
  margin-top: 4px;
}
html body .mc-event__cta-src a {
  color: #666;
}
html body .mc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  padding: 20px 26px;
  transition: background-color 0.4s, color 0.4s;
}
html body .mc-btn:hover .arrow {
  width: 52px;
}
html body .mc-btn.mc-btn--red {
  color: #fff !important;
  background-color: #9b0e0e;
}
html body .mc-btn.mc-btn--red:hover {
  background-color: #6e0808;
}
html body .mc-btn.mc-btn--line {
  color: #111 !important;
  border: solid 1px #111;
}
html body .mc-btn.mc-btn--line:hover {
  color: #fff !important;
  background-color: #111;
}
html body .mc-mtm h1 {
  color: #1a1a1a;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
html body .mc-mtm h1::after {
  width: 32px;
  height: 1px;
  display: block;
  content: "";
  background-color: #a00;
  margin-top: 16px;
}
html body .mc-mtm p {
  margin-bottom: 1.2em;
}
html body .mc-mtm section {
  border-top: solid 1px #e2ddd5;
  padding: 72px 0;
}
html body .mc-mtm .contents_01 {
  border-top: 0;
  padding-top: 0;
}
html body .mc-mtm .contents_01 .image_wrap {
  margin-bottom: 56px;
}
html body .mc-mtm .contents_01 .image_wrap img {
  width: 100%;
}
html body .mc-mtm .contents_01 .mtmInner {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
html body .mc-mtm .contents_01 .mtmInner .text {
  flex: 1;
}
html body .mc-mtm .contents_01 .mtmInner .photo {
  width: 42%;
}
html body .mc-mtm .contents_01 .mini-title {
  color: #1a1a1a;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
html body .mc-mtm .contents_01 .mini-title::after {
  width: 32px;
  height: 1px;
  display: block;
  content: "";
  background-color: #a00;
  margin-top: 16px;
}
html body .mc-mtm .contents_02 {
  display: flex;
  align-items: center;
  gap: 56px;
}
html body .mc-mtm .contents_02 .photoWrap {
  width: 45%;
}
html body .mc-mtm .contents_02 .photoWrap img {
  width: 100%;
}
html body .mc-mtm .contents_02 .textWrap {
  flex: 1;
}
html body .mc-mtm .contents_02:nth-of-type(odd) {
  flex-direction: row-reverse;
}
html body .mc-mtm .contents_02 .mk {
  color: #1a1a1a;
  font-family: "futura-pt", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
html body .mc-mtm .contents_02b ul.ev {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 8px 0 28px;
}
html body .mc-mtm .contents_02b ul.ev li {
  font-size: 1.4rem;
  border: solid 1px #d8c9c9;
  padding: 8px 14px;
}
html body .mc-mtm .contents_02b .note1 {
  background-color: #f8f6f2;
  padding: 24px 28px;
  margin-bottom: 28px;
}
html body .mc-mtm .contents_02b .note1 ul {
  padding-left: 1.2em;
  margin: 0;
}
html body .mc-mtm .contents_02b .note1 ul li {
  font-size: 1.45rem;
  line-height: 1.9;
  margin-bottom: 6px;
}
html body .mc-mtm .contents_02b .sponsor_wrap_1 {
  border: solid 1px #e2ddd5;
  padding: 40px 44px 24px;
  margin: 36px 0;
}
html body .mc-mtm .contents_02b .sponsor_wrap_1 .mtm_brands {
  color: #a00;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
html body .mc-mtm .contents_02b .sponsor_wrap_1 .s_wrap {
  border-bottom: solid 1px #e2ddd5;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
html body .mc-mtm .contents_02b .sponsor_wrap_1 .s_wrap p {
  font-size: 1.45rem;
}
html body .mc-mtm .contents_02b .sponsor_wrap_1 .spnsor_brand {
  color: #1a1a1a;
  font-size: 1.7rem !important;
  font-weight: 600;
  margin-bottom: 8px;
}
html body .mc-mtm .contents_02b .sponsor_wrap_1 hr {
  border: 0;
  border-top: solid 1px #e2ddd5;
  margin: 20px 0;
}
html body .mc-mtm .contents_02b .signature {
  text-align: right;
}
html body .mc-mtm .contents_02b .signature p {
  margin-bottom: 0;
}
html body .mc-mtm .contents_02b .signature p:last-child {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
html body .mc-mtm .note ul {
  padding-left: 1.2em;
  margin: 0;
}
html body .mc-mtm .note ul li {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 12px;
}
html body .mc-mtm .news .photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
html body .mc-mtm .news .photos div {
  aspect-ratio: 4/3;
  overflow: hidden;
}
html body .mc-mtm .news .photos div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .mc-mtm br.br-sp {
  display: none;
}
html body .mc-mbm-hero {
  position: relative;
  margin: 20px 0 0;
}
html body .mc-mbm-hero .mc-mbm-hero__img img {
  width: 100%;
  aspect-ratio: 21/9;
  object-fit: cover;
}
html body .mc-mbm-hero .mc-mbm-hero__text {
  position: absolute;
  left: 48px;
  bottom: 40px;
}
html body .mc-mbm-hero .mc-mbm-hero__text .mc-event__label {
  color: #f2d7d7 !important;
}
html body .mc-mbm-hero .mc-mbm-hero__text .mc-event__title {
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
html body .mc-mbm-hero .mc-mbm-hero__text .mc-event__sub {
  color: #f0ece6;
}
html body .mc-mbm-hero .mc-mbm-hero__text .mc-event__sub span {
  color: #fff;
}
html body .mc-mbm-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
}
html body .mc-mbm-hero .mc-mbm-hero__text {
  z-index: 1;
}
html body .mc-mbm-intro {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  padding: 80px 0;
}
html body .mc-mbm-intro .mc-mbm-intro__text {
  flex: 1;
}
html body .mc-mbm-intro .mc-mbm-intro__photos {
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
html body .mc-mbm-intro .mc-mbm-intro__photos img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
html body .mc-mbm-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
html body .mc-mbm-gallery__grid li {
  overflow: hidden;
}
html body .mc-mbm-gallery__grid li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .mc-mbm-gallery__grid li.w2 {
  grid-column: span 2;
}
html body .mc-mbm-gallery__grid li.h2 {
  grid-row: span 2;
}
html body .mc-mbm-block {
  border-top: solid 1px #e2ddd5;
  padding: 72px 0;
}
html body .mc-mbm-block.mc-mbm-block--note p {
  background-color: #f8f6f2;
  padding: 28px 32px;
}

@media screen and (max-width: 1024px) {
  html body .mc-event {
    padding-top: 60px;
  }
  html body .mc-event__cta-inner {
    display: block;
  }
  html body .mc-event__cta-btns {
    width: 100%;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  html body .mc-event {
    padding: 60px 16px 0;
  }
  html body .mc-event p {
    font-size: 1.5rem;
    line-height: 1.95;
  }
  html body .mc-event__head {
    padding: 44px 0 36px;
  }
  html body .mc-event__title {
    font-size: 5.6rem;
  }
  html body .mc-event__sub {
    font-size: 1.6rem !important;
  }
  html body .mc-event__h,
  html body .mc-mtm h1,
  html body .mc-mtm .contents_01 .mini-title {
    font-size: 2rem;
  }
  html body .mc-event__sec,
  html body .mc-mtm section,
  html body .mc-mbm-block {
    padding: 48px 0;
  }
  html body .mc-event__sec-title {
    font-size: 2.1rem;
  }
  html body .mc-event__gallery,
  html body .mc-mbm-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  html body .mc-mbm-gallery__grid {
    grid-auto-rows: 130px;
  }
  html body .mc-event__calendar iframe {
    height: 480px;
  }
  html body .mc-event__cta {
    padding: 36px 20px;
    margin-bottom: 64px;
  }
  html body .mc-event__cta-title {
    font-size: 1.9rem !important;
  }
  html body .mc-event__cta-tel span {
    display: block;
    margin: 4px 0 0;
  }
  html body .mc-btn {
    font-size: 1.4rem;
    padding: 18px 20px;
  }
  html body .mc-mtm .contents_01 .mtmInner,
  html body .mc-mtm .contents_02 {
    display: block;
  }
  html body .mc-mtm .contents_01 .mtmInner .photo,
  html body .mc-mtm .contents_01 .mtmInner .photoWrap,
  html body .mc-mtm .contents_02 .photo,
  html body .mc-mtm .contents_02 .photoWrap {
    width: 100%;
    margin-top: 24px;
  }
  html body .mc-mtm .contents_02 .photoWrap {
    margin: 0 0 24px;
  }
  html body .mc-mtm .contents_02b .sponsor_wrap_1 {
    padding: 28px 20px 12px;
  }
  html body .mc-mtm .news .photos {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  html body .mc-mtm br.br-sp {
    display: inline;
  }
  html body .mc-mbm-hero {
    margin: 12px -16px 0;
  }
  html body .mc-mbm-hero .mc-mbm-hero__img img {
    aspect-ratio: 4/3;
  }
  html body .mc-mbm-hero .mc-mbm-hero__text {
    left: 20px;
    bottom: 20px;
  }
  html body .mc-mbm-intro {
    display: block;
    padding: 48px 0;
  }
  html body .mc-mbm-intro .mc-mbm-intro__photos {
    width: 100%;
    margin-top: 28px;
  }
  html body .mc-mbm-block.mc-mbm-block--note p {
    padding: 20px;
  }
}
