@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http:/*
 * File name: home.css
 * Summary:   home用スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    home
 * ===============================================================
*/

/* ========================================
/* structures
/* ======================================== */

@media screen and (max-width: 350px) {
  html {
    font-size: 53.125%;
  }
}
body {
  color: #000;
}
body * {
  box-sizing: border-box;
}

.l-container {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.l-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .l-inner.narrow {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* ========================================
/* ページ内共通(btn,section)
/* ======================================== */

/* text */
body span {
  font-weight: inherit;
}

.fcMain {
  color: #003f76;
}
.fcLogin {
  color: #e70020;
}
.fcLoginShadow {
  color: #cc0033;
}

.fs10 {
  font-size: 10px;
  font-size: 1rem;
}
.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}
.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .spFs12 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .spFs14 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .spFs16 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .spFs18 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .spFs21 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.lh12 {
  line-height: 1.2;
}

.ls-05 {
  letter-spacing: -0.05em;
}

/* link */
a:not([class]) {
  color: inherit;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}
.no-touch a.underline:hover {
  text-decoration: none;
}

.no-touch .alpha {
  transition: opacity 0.3s ease-in-out;
}
.no-touch .alpha:hover {
  opacity: 0.8;
}

/* bg color */
.bgMain {
  background-color: #003f76;
}
.bgSub {
  background-color: #00abd4;
}
.bgSubShadow {
  background-color: #8bd8f5;
}
.bgBase {
  background-color: #fff;
}
.bgAccent {
  background-color: #fff000;
}
.bgAccentShadow {
  background-color: #fff666;
}
.bgLogin {
  background-color: #e70020;
}
.bgCopy {
  background-color: #efefef;
}
.bgSubmit {
  background-color: #00abd4;
}

/* display */
.displayInlineBlock {
  display: inline-block !important;
}
.displayInline {
  display: inline;
}
.displayBlock {
  display: block;
}
.displayNone {
  display: none;
}

@media screen and (max-width: 600px) {
  .displayPc {
    display: none;
  }
  .displaySp {
    display: inherit;
  }
}
@media screen and (min-width: 601px) {
  .displayPc {
    display: inherit;
  }
  .displaySp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .displayNotNarrow {
    display: none;
  }
  .displayNarrow {
    display: inherit;
  }
}
@media screen and (min-width: 769px) {
  .displayNotNarrow {
    display: inherit;
  }
  .displayNarrow {
    display: none;
  }
}

/* position */
.posRelative {
  position: relative;
}
.posAbsolute {
  position: absolute;
}
.posFixed {
  position: fixed;
}
.posStatic {
  position: static;
}

/* visuallyHidden */
.visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
  pointer-events: none;
  opacity: 0;
}

/* submit button */
a.submitBtn,
span.submitBtn {
  border-radius: 10px;
  padding: 3px;
  text-align: center;
  display: block;
}
a.submitBtn span,
span.submitBtn span {
  display: block;
  border: 3px solid #ffffff;
  border-radius: 8px;
  padding: 10px;
  font-weight: 700;
}
.headerBtn a.submitBtn,
.headerBtn span.submitBtn {
  height: 100%;
}
.headerBtn a.submitBtn span,
.headerBtn span.submitBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

a.submitBtn.disabled.bgLogin {
  background-color: rgba(#e70020, 0.3);
}
span.submitBtn.disabled.bgLogin {
  background-color: rgba(231, 0, 32, 0.3);
}
a.submitBtn.disabled.bgLogin span,
span.submitBtn.disabled.bgLogin span {
  position: relative;
  padding: 2px 10px 35px;
}
a.submitBtn.disabled.bgLogin span::after,
span.submitBtn.disabled.bgLogin span::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  padding: 0.25em 1em 0.25em 1.25em;
  border-radius: 9999px;
  background-color: #fff;
  color: #e70020;
  font-size: 50%;
  letter-spacing: 0;
  white-space: nowrap;
}
a.submitBtn.disabled.bgLogin.is-teaser span::after,
span.submitBtn.disabled.bgLogin.is-teaser span::after {
  content: "11月19日（金）10:00〜";
}
a.submitBtn.disabled.bgLogin.is-closed span::after,
span.submitBtn.disabled.bgLogin.is-closed span::after {
  content: "ご応募の受付は終了いたしました";
}

.headerBtn a.submitBtn.disabled.bgLogin span,
.headerBtn span.submitBtn.disabled.bgLogin span {
  padding: 2px 10px 28px;
}
.headerBtn a.submitBtn.disabled.bgLogin span::after,
.headerBtn span.submitBtn.disabled.bgLogin span::after {
  /* display: none; */
  bottom: 7px;
}
@media screen and (max-width: 768px) {
  .headerBtn a.submitBtn.disabled.bgLogin span,
  .headerBtn span.submitBtn.disabled.bgLogin span {
    padding: 5px 10px 25px;
  }
  .headerBtn a.submitBtn.disabled.bgLogin span::after,
  .headerBtn span.submitBtn.disabled.bgLogin span::after {
    bottom: 5px;
    transform: translateX(-50%) scale(0.8);
    padding: 0.2em 0.75em 0.35em 1em;
    font-size: 10px;
  }
}

.sectionTitle {
  font-size: 38px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sectionTitle {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}

.sectionArea {
  border-radius: 20px;
  padding: 4.5rem 4rem 5rem;
}
.sectionAreaInner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sectionArea {
    padding: 4rem 4.5rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .sectionArea {
    padding: 4rem 2rem;
  }
}

.textBorder {
  display: inline;
  background: linear-gradient(
    to top,
    rgba(#e70020, 1) 1px,
    rgba(#e70020, 0) 1px
  );
}

/* ========================================
/* header
/* ======================================== */

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 6px solid #003f76;
  background-color: #dfe4e7;
}

.headerBtn {
  display: flex;
  justify-content: flex-end;
  /* align-items: center; */
  flex-direction: row-reverse;
}

.headerBtn li {
  width: 200px;
  border-radius: 1rem;
}
.headerBtn li:last-child {
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .headerBtn {
    margin: 0 auto;
  }
  .headerBtn li {
    width: 160px;
    border-radius: 1rem;
  }
  .headerBtn li span {
    font-size: 14px;
  }
}

.headerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerFlex .headerLogo {
  width: 16.5rem;
}

@media screen and (max-width: 768px) {
  .headerFlex .headerLogo {
    display: none;
  }
}

/* ========================================
/* contents
/* ======================================== */
.l-main {
  padding-top: 123px;
}
body.is-closed .l-main {
  padding-top: 133px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 100px;
  }
  body.is-closed .l-main {
    padding-top: 110px;
  }
}

/* ========================================
/* mainvisual
/* ======================================== */
.mainVisual {
  overflow: hidden;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    margin-right: 0;
    margin-left: 0;
  }
}

.mainVisualImage {
}
@media screen and (max-width: 768px) {
  .mainVisualImage {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .mainVisualImage {
    margin-bottom: 50px;
  }
}

.mainVisual.is-closed .textClosed {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  box-sizing: border-box;
  background-color: #e70020;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainVisual.is-closed .textClosed {
    width: 90%;
    padding: 0.75em 1em;
    border-radius: 10px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .mainVisual.is-closed .textClosed {
    width: 600px;
    padding: 1em 1.5em;
    border-radius: 20px;
    font-size: 2.4rem;
  }
}

/* ========================================
/* Logo(main直下)
/* ======================================== */

.pointLogo {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  padding-right: 5.5rem;
}

@media screen and (max-width: 768px) {
  .pointLogo {
    margin: 0 auto;
    max-width: 200px;
    padding: 8rem 0 2rem;
  }
}

@media screen and (max-width: 450px) {
  .pointLogo {
    margin: 0 auto;
    padding: 0;
    max-width: 100px;
  }
}

/* ========================================
/* news
/* ======================================== */
[id="news"] .newsArticle {
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

[id="news"] .newsArticle a {
  display: block;
  color: #000;
  padding: 3rem 6rem;
}

[id="news"] .newsArticle span::before,
[id="news"] .newsArticle span::after {
  display: block;
  position: absolute;
  content: "";
}
[id="news"] .newsArticle span::before {
  z-index: 2;
  top: 49%;
  right: 40px;
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #000;
  transform: rotate(-45deg) translateY(-50%);
}

[id="news"] .newsArticle span::after {
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff000;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  [id="news"] .newsArticle {
    border-radius: 10px;
  }
  [id="news"] .newsArticle a {
    padding: 1.5rem 6rem 1.5rem 3rem;
  }
  [id="news"] .newsArticle span::before {
    right: 20px;
  }
  [id="news"] .newsArticle span::after {
    right: 10px;
  }
}

/* ========================================
/* Flow
/* ======================================== */
[id="flow"] .flowArticle {
  position: relative;
  margin-bottom: 4rem;
  padding: 3rem;
}

[id="flow"] .flowArticle::before {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 54px;
  height: 62px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
[id="flow"] .flowArticle::after {
  position: absolute;
  top: calc(
    100% - 1px
  ); /* NOTE: .flowArticleの四角ブロックとafter疑似要素の下向き三角との間に線が入って見えるので1px分さらに上にずらす */
  left: 50%;
  margin-left: -30px;
  border-top: 30px solid #ffffff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  content: "";
}

@media screen and (max-width: 768px) {
  [id="flow"] .flowArticle {
    margin-bottom: 3rem;
    border-radius: 10px;
  }

  [id="flow"] .flowArticle::before {
    top: 0;
    transform: translateY(-40%);
    width: 80px;
    height: 80px;
  }
  [id="flow"] .flowArticle::after {
    margin-left: -15px;
    border-top-width: 15px;
    border-right-width: 15px;
    border-left-width: 15px;
  }
}
@media screen and (max-width: 600px) {
  [id="flow"] .flowArticle::before {
    left: 10px;
    width: 60px;
    height: 60px;
  }
}

[id="flow"] .flowArticle:last-child {
  margin-bottom: 15px;
}
[id="flow"] .flowArticle:last-child::after {
  display: none;
}

[id="flow"] .flowArticle.-first::before {
  background-image: url(/assets/metpo/img/tokyomarathon2026/home/metopo_01.png);
}

[id="flow"] .flowArticle.-second::before {
  background-image: url(/assets/metpo/img/tokyomarathon2026/home/metopo_02.png);
}

[id="flow"] .flowArticle.-third::before {
  background-image: url(/assets/metpo/img/tokyomarathon2026/home/metopo_03.png);
}
[id="flow"] .flowArticle.-fourth::before {
  background-image: url(/assets/metpo/img/tokyomarathon2026/home/metopo_04.png);
}

[id="flow"] .flowArticle .flowTitle {
  font-weight: 700;
}
[id="flow"] .flowArticle .flowTitle span {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

[id="flow"] .flowArticle .submitBtn {
  width: 320px;
  margin: 0 auto 2rem;
}
[id="flow"] .flowArticle .submitBtn span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  [id="flow"] .flowArticle .submitBtn {
    width: 90%;
  }
  [id="flow"] .flowArticle .submitBtn span {
    font-size: 20px;
  }
}

[id="flow"] .flowBtn {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  [id="flow"] .flowBtn {
    width: 90%;
  }
}

/* ========================================
/* campaign
/* ======================================== */
[id="campaign"] .sectionArea.bgSubShadow {
  padding-top: 0;
}

[id="campaign"] .campaignTitle {
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  [id="campaign"] .campaignTitle {
    margin-left: calc(-15 / 670 * 100%);
    margin-right: calc(-15 / 670 * 100%);
  }
  [id="campaign"] .campaignTxt {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  [id="campaign"] .campaignTitle {
    margin-left: calc(-23 / 960 * 100%);
    margin-right: calc(-23 / 960 * 100%);
  }
}

[id="campaign"] .overviewTitle {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  [id="campaign"] .overview.sectionArea {
    padding-top: 0;
    padding-bottom: 3rem;
    border-radius: 10px;
  }
  [id="campaign"] .overviewTitle {
    width: 200px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  [id="campaign"] .overviewTitle {
    width: 324px;
    margin-top: calc(-4.5rem - 26px);
  }
}

[id="campaign"] .campaignFlex {
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  [id="campaign"] .campaignFlex {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  [id="campaign"] .campaignFlex {
    max-width: 781px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    grid-template-columns: 200px 1fr;
    column-gap: 2.3rem;
    row-gap: 10px;
  }
}

[id="campaign"] .campaignFlex dt {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 9999px;
  font-weight: bold;
}
[id="campaign"] .campaignFlex dd {
  text-align: left;
}
[id="campaign"] .campaignFlex dd .campaignCap {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
@media screen and (max-width: 768px) {
  [id="campaign"] .campaignFlex dt {
    margin-bottom: 10px;
  }
  [id="campaign"] .campaignFlex dd:not(:last-child) {
    margin-bottom: 20px;
  }
  [id="campaign"] .campaignFlex dd .campaignCap {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  [id="campaign"] .campaignFlex dd {
    padding-top: 0.5rem;
  }
}

[id="campaign"] .campaignBtn {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  [id="campaign"] .campaignBtn {
    width: 80%;
  }
}

/* ========================================
/* caution
/* ======================================== */

[id="caution"] .cautionListItem {
  position: relative;
  padding-left: 1.5em;
}
[id="caution"] .cautionListItem::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
}

/* ========================================
/* point
/* ======================================== */

.point .pointFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point .pointFlex .item {
  border-radius: 20px;
}
.point .pointFlex .item .pointImg {
  max-width: 110px;
  margin: 0 auto 10px;
}
.point .pointFlex .item .pointImg img {
  width: 100%;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .point .pointFlex .item {
    width: 100%;
    padding: 2.5rem 2rem 2rem;
    font-size: 1.8rem;
  }
  .point .pointFlex .item .pointImg {
    max-width: 100px;
  }
}
@media screen and (min-width: 769px) {
  .point .pointFlex .item {
    width: calc((100% - 6rem) / 3);
    padding: 4rem 2rem 3.5rem;
    font-size: 1.8rem;
  }
}

.point .pointBtn {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point .pointBtn {
    width: 90%;
  }
}
