@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-red: #e60012;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

- 共通

================================================ */
.top-sc__head {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.top-sc__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/ttl_line.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 980px;
  height: 29px;
}

.top-sc__ttl {
  font-size: 4rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: var(--cc-red);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc__head {
    padding-bottom: 11.467vw;
  }
  .top-sc__head::after {
    background-image: url(../images/ttl_line_sp.png);
    width: 92.267vw;
    height: 12.533vw;
  }
  .top-sc__ttl {
    font-size: 7.4666666667vw;
  }
}
/* ================================================

- エントリー方法

================================================ */
.top-sc.-entry {
  padding: 65px 0 100px;
}

.top-entry {
  margin-top: 26px;
}

.top-entry__lead {
  text-align: center;
}
.top-entry__lead p {
  font-size: 2.6rem;
  line-height: 1.539;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.top-entry__lead p span {
  color: var(--cc-red);
}

.top-entry__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 7px;
  margin-top: 50px;
}

.top-entry__item {
  width: calc(33.3333333333% - 4.6666666667px);
  padding: 45px 0 40px;
  background-color: #ecf1f2;
  position: relative;
}
.top-entry__item::before {
  content: "0" attr(data-num);
  position: absolute;
  top: -22px;
  left: 10px;
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--cc-red);
}

.top-entry__item:not(:first-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2246px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(230%2C%200%2C%2018)%22%20d%3D%22M13.000%2C-0.000%20L-0.000%2C-0.000%20L17.000%2C22.1000%20L-0.000%2C45.1000%20L13.000%2C45.1000%20L29.1000%2C22.1000%20L13.000%2C-0.000%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 46px;
}

.top-entry__item__mock {
  max-width: 192px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.top-entry__item__fukidashi {
  position: absolute;
}

.top-entry__item__fukidashi.-fukidashi2 {
  top: 233px;
  right: -17px;
  width: 92px;
}

.top-entry__item__fukidashi.-fukidashi3 {
  top: 15px;
  right: -25px;
  width: 84px;
}

.top-entry__item__summary {
  margin-top: 29px;
  padding: 0 26px;
}
.top-entry__item__summary p {
  font-size: 1.6rem;
  line-height: 1.6875;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.top-entry__note {
  margin-top: 18px;
}
.top-entry__note p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.top-entry__note.-red p {
  color: var(--cc-red);
}

.top-entry__btn {
  margin-top: 34px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-entry {
    padding: 8.533vw 0 16vw;
  }
  .top-sc.-entry .top-sc__inner {
    padding: 0 3.733vw;
  }
  .top-entry {
    margin-top: 2.4vw;
  }
  .top-entry__lead p {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .top-entry__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.467vw;
    margin-top: 8.267vw;
  }
  .top-entry__item {
    width: 85.867vw;
    margin: 0 auto;
    padding: 12vw 0 10.667vw;
  }
  .top-entry__item::before {
    top: 2.133vw;
    left: -3.733vw;
    font-size: 12.2666666667vw;
  }
  .top-entry__item:not(:first-of-type)::after {
    top: -5.333vw;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240px%22%20height%3D%2226px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(230%2C%200%2C%2018)%22%20d%3D%22M39.1000%2C11.267%20L39.1000%2C-0.000%20L19.1000%2C14.733%20L0.000%2C-0.000%20L0.000%2C11.267%20L19.1000%2C25.1000%20L39.1000%2C11.267%20Z%22%2F%3E%3C%2Fsvg%3E");
    width: 10.667vw;
    height: 6.933vw;
  }
  .top-entry__item__mock {
    max-width: 51.2vw;
    width: 49.067vw;
  }
  .top-entry__item__fukidashi.-fukidashi2 {
    top: 59.467vw;
    right: -4.533vw;
    width: 23.2vw;
  }
  .top-entry__item__fukidashi.-fukidashi3 {
    top: 3.733vw;
    right: -6.133vw;
    width: 21.333vw;
  }
  .top-entry__item__summary {
    margin-top: 5.333vw;
    padding: 0 6.667vw;
  }
  .top-entry__item__summary p {
    font-size: 4.2666666667vw;
  }
  .top-entry__note {
    margin-top: 4.267vw;
  }
  .top-entry__note p {
    font-size: 4vw;
    line-height: 1.5333;
  }
  .top-entry__note p:not(:first-of-type) {
    margin-top: 1.333vw;
  }
  .top-entry__btn {
    margin-top: 8vw;
  }
}
/* ================================================

- 対象試合

================================================ */
.top-sc.-matches {
  padding: 67px 0 100px;
  background-color: #f1f5f6;
}

.top-matches {
  margin-top: 64px;
}

.top-matches__block {
  position: relative;
  background-color: #FFFFFF;
}

.top-matches__block:not(:first-of-type) {
  margin-top: 100px;
}

.top-matches__block.-end::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: calc(100% + 25px);
  z-index: 2;
}
.top-matches__block.-end::after {
  content: "エントリーは終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 4rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  z-index: 3;
}

.top-matches__block__label {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 13px;
  max-width: 618px;
  width: 100%;
  min-height: 50px;
  margin: 0 auto;
  padding: 0 10px 8px;
  color: #FFFFFF;
  vertical-align: bottom;
  background-color: var(--cc-red);
}
.top-matches__block__label p {
  font-size: 3.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.top-matches__block__label p small {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.top-matches__block__label p span {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.top-matches__block__label p.-kickoff {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.top-matches__block__label p.-kickoff small {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.top-matches__block__label::after, .top-matches__block__label::before {
  content: "";
  position: absolute;
  top: 0;
}
.top-matches__block__label::before {
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 15px;
  border-color: transparent transparent var(--cc-red) transparent;
}
.top-matches__block__label::after {
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 15px 0 0;
  border-color: var(--cc-red) transparent transparent transparent;
}

.top-matches__block__content {
  padding: 35px 40px 75px;
}

.top-matches__teams {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
  padding: 0 3px 32px;
  border-bottom: solid 1px #111111;
}

.top-matches__teams__emblem {
  width: 115px;
}

.top-matches__teams__emblem.-right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.top-matches__teams__vs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
.top-matches__teams__vs dt.-home {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.top-matches__teams__vs dt.-home::before {
  content: "";
  position: absolute;
  left: calc(50% - 2px);
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/matches_1_line.png);
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  width: 520px;
  height: 28px;
  z-index: -1;
}
.top-matches__teams__vs dt.-home.-matches1::before {
  background-image: url(../images/matches_1_line.png);
}
.top-matches__teams__vs dt.-home.-matches2::before {
  background-image: url(../images/matches_2_line.png);
}
.top-matches__teams__vs dt.-home.-matches3::before {
  background-image: url(../images/matches_3_line.png);
}
.top-matches__teams__vs dt.-home.-matches4::before {
  background-image: url(../images/matches_4_line.png);
}
.top-matches__teams__vs dt {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.top-matches__teams__vs dd {
  margin: 22px 0 9px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.top-matches__stadium {
  margin-top: 29px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

.top-matches__benefits {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin-top: 52px;
}

.top-matches__benefits__card {
  width: calc(50% - 20px);
  background-color: #111111;
  position: relative;
}

.top-matches__benefits__label {
  position: absolute;
  top: -15px;
  left: -10px;
  padding: 9px 17px 10px;
  background-color: var(--cc-red);
}
.top-matches__benefits__label p {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.top-matches__benefits__summarys {
  padding: 0 19px 16px;
  background-color: #111111;
}

.top-matches__benefits__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 58px;
  gap: 45px;
}
.top-matches__benefits__ttl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 2.4rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.top-matches__benefits__ttl dd {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 4px 6px 4px;
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #ffde00;
  position: relative;
}
.top-matches__benefits__ttl dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2220px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20222%2C%200)%22%20d%3D%22M20.000%2C10.1000%20L10.1000%2C10.1000%20L10.1000%2C19.1000%20L9.000%2C19.1000%20L9.000%2C10.1000%20L0.000%2C10.1000%20L0.000%2C9.000%20L9.000%2C9.000%20L9.000%2C0.000%20L10.1000%2C0.000%20L10.1000%2C9.000%20L20.000%2C9.000%20L20.000%2C10.1000%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.top-matches__benefits__ttl dd.-matches4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 2px 3px 2px;
  gap: 4px;
  white-space: nowrap;
}
.top-matches__benefits__ttl dd.-matches4 small {
  font-size: 1.3rem;
  line-height: 1.185;
  letter-spacing: -0.02em;
  text-align: right;
}
.top-matches__benefits__ttl dd.-matches4::before {
  left: -31px;
}

.top-matches__benefits__ttl.-matches4 {
  gap: 37px;
}

.top-matches__benefits__detail {
  padding-top: 15px;
  border-top: solid 1px #FFFFFF;
}
.top-matches__benefits__detail p {
  text-align: right;
  font-size: 2.4rem;
  color: #ffde00;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.top-matches__benefits__detail p small {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.top-matches__period {
  margin-top: 42px;
  padding: 20px 10px 22px;
  border: solid 1px #111111;
}

.top-matches__period__summary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.top-matches__period__summary dt {
  padding-right: 35px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--cc-red);
  position: relative;
}
.top-matches__period__summary dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent var(--cc-red);
}
.top-matches__period__summary dd {
  font-size: 3.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.top-matches__period__summary dd small {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.top-matches__period__summary dd span {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.top-matches__period__summary dd span.-size2 {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.top-matches__period__summary:not(:first-of-type) {
  margin-top: 11px;
}

.top-matches__btn {
  margin-top: 40px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-matches {
    padding: 8vw 0 17.067vw;
  }
  .top-matches {
    margin-top: 14.667vw;
  }
  .top-matches__block:not(:first-of-type) {
    margin-top: 20.8vw;
  }
  .top-matches__block.-end::before {
    top: -11.733vw;
    height: calc(100% + 11.733vw);
  }
  .top-matches__block.-end::after {
    font-size: 6.9333333333vw;
  }
  .top-matches__block__label {
    top: -11.2vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.333vw;
    width: 72.533vw;
    min-height: 17.6vw;
    padding: 0 2.667vw;
  }
  .top-matches__block__label p {
    font-size: 6.9333333333vw;
  }
  .top-matches__block__label p small {
    font-size: 5.0666666667vw;
  }
  .top-matches__block__label p span {
    font-size: 4vw;
  }
  .top-matches__block__label p.-kickoff {
    font-size: 5.8666666667vw;
  }
  .top-matches__block__label p.-kickoff small {
    font-size: 4.2666666667vw;
  }
  .top-matches__block__label::before {
    left: calc(-5.333vw + 1px);
    border-width: 0 0 17.6vw 5.333vw;
  }
  .top-matches__block__label::after {
    right: calc(-5.333vw + 1px);
    border-width: 17.6vw 5.333vw 0 0;
  }
  .top-matches__block__content {
    padding: 5.333vw 3.733vw 12.8vw;
  }
  .top-matches__teams {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.2vw 6.4vw;
    padding: 0 0 4.933vw;
  }
  .top-matches__teams__emblem {
    width: 24vw;
  }
  .top-matches__teams__emblem.-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-matches__teams__vs {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top-matches__teams__vs dt.-home {
    font-size: 6.1333333333vw;
  }
  .top-matches__teams__vs dt.-home::before {
    left: calc(50% - 0.533vw);
    bottom: -5.333vw;
    background-image: url(../images/matches_1_line_sp.png);
    width: 92.267vw;
    height: 6.933vw;
  }
  .top-matches__teams__vs dt.-home.-matches1::before {
    background-image: url(../images/matches_1_line_sp.png);
  }
  .top-matches__teams__vs dt.-home.-matches2::before {
    background-image: url(../images/matches_2_line_sp.png);
  }
  .top-matches__teams__vs dt.-home.-matches3::before {
    background-image: url(../images/matches_3_line_sp.png);
  }
  .top-matches__teams__vs dt.-home.-matches4::before {
    background-image: url(../images/matches_4_line_sp.png);
  }
  .top-matches__teams__vs dt {
    font-size: 4.8vw;
  }
  .top-matches__teams__vs dd {
    margin: 5.867vw 0 1.333vw;
    font-size: 4.5333333333vw;
  }
  .top-matches__stadium {
    margin-top: 4.8vw;
    font-size: 4.2666666667vw;
  }
  .top-matches__benefits {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.533vw;
    margin-top: 8.8vw;
    padding: 0 2.133vw;
  }
  .top-matches__benefits__card {
    width: 100%;
  }
  .top-matches__benefits__label {
    top: -3.667vw;
    left: -1.867vw;
    padding: 2.4vw 4vw 2.667vw;
  }
  .top-matches__benefits__label p {
    font-size: 4.2666666667vw;
  }
  .top-matches__benefits__summarys {
    padding: 0 4.533vw 3.2vw;
  }
  .top-matches__benefits__ttl {
    min-height: 45px;
    gap: 9.067vw;
  }
  .top-matches__benefits__ttl dt {
    font-size: 4.8vw;
  }
  .top-matches__benefits__ttl dd {
    padding: 1.067vw 1.6vw 1.067vw;
    font-size: 3.4666666667vw;
  }
  .top-matches__benefits__ttl dd::before {
    left: -7.2vw;
    width: 4.267vw;
    height: 4.267vw;
  }
  .top-matches__benefits__ttl dd.-matches4 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0.533vw 0.533vw 0.533vw;
    gap: 0.533vw;
  }
  .top-matches__benefits__ttl dd.-matches4 small {
    font-size: 2.8vw;
  }
  .top-matches__benefits__ttl dd.-matches4::before {
    left: -5.6vw;
  }
  .top-matches__benefits__ttl.-matches4 {
    gap: 6.667vw;
  }
  .top-matches__benefits__detail {
    padding-top: 2.933vw;
  }
  .top-matches__benefits__detail p {
    font-size: 5.3333333333vw;
  }
  .top-matches__benefits__detail p small {
    font-size: 3.7333333333vw;
  }
  .top-matches__period {
    width: calc(100% - 4.267vw);
    margin: 6.933 auto 0;
    padding: 4vw 5.333vw 4.267vw;
  }
  .top-matches__period__summary {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6vw;
  }
  .top-matches__period__summary dt {
    padding-right: 4.267vw;
    font-size: 4.8vw;
  }
  .top-matches__period__summary dt::before {
    top: 57%;
    right: 0;
    border-width: 1.6vw 0 1.6vw 1.6vw;
  }
  .top-matches__period__summary dd {
    font-size: 6.9333333333vw;
  }
  .top-matches__period__summary dd small {
    font-size: 5.0666666667vw;
  }
  .top-matches__period__summary dd span {
    font-size: 3.7333333333vw;
  }
  .top-matches__period__summary dd span.-size2 {
    font-size: 5.3333333333vw;
  }
  .top-matches__period__summary:not(:first-of-type) {
    margin-top: 3.733vw;
  }
  .top-matches__btn {
    margin-top: 7.733vw;
  }
}
/* ================================================

- キャンペーン規約

================================================ */
.top-sc.-agreement {
  padding: 65px 0 95px;
}

.top-agreement {
  margin-top: 33px;
}

.top-agreement__summary p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-sc.-agreement {
    padding: 7.733vw 0 16.533vw;
  }
  .top-sc.-agreement .top-sc__inner {
    padding: 0 3.733vw;
  }
  .top-agreement {
    margin-top: 2.4vw;
  }
  .top-agreement__summary p {
    font-size: 4.2666666667vw;
  }
}
/* ================================================

- Q&A

================================================ */
.p-faq {
  margin-top: 40px;
}

.p-faq__details {
  border-radius: 10px;
  overflow: hidden;
}

.p-faq__details:not(:first-of-type) {
  margin-top: 8px;
}

.p-faq__summary {
  display: block;
  padding: 15px 25px 15px 24px;
  font-size: 1.7rem;
  line-height: 1.529;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #ecf1f2;
  border-left: solid 6px var(--cc-red);
  position: relative;
  cursor: pointer;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.p-faq__summary::-webkit-details-marker {
  display: none;
}

@media (hover: hover) {
  .p-faq__summary {
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .p-faq__summary:hover {
    opacity: 0.7;
  }
}
.p-faq__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 25px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #111111;
  border-right: solid 2px #111111;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* アコーディオンが開いた時のスタイル */
details.p-faq__details.-open .p-faq__icon {
  border-top: solid 2px #111111;
  border-right: solid 2px #111111;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.p-faq__content__txt {
  padding: 4px 25px 20px 23px;
  background-color: #ecf1f2;
  position: relative;
  border-left: solid 6px var(--cc-red);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-faq__content__txt p {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.p-faq__content__txt p a {
  color: var(--cc-red);
  text-decoration: underline;
  word-break: break-all;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (hover: hover) {
  .p-faq__content__txt p a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .p-faq__content__txt p a:any-link:hover {
    opacity: 0.8;
  }
}
.js-details.-open .p-faq__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-faq {
    margin-top: 9.067vw;
  }
  .p-faq__details {
    border-radius: 2.667vw;
    overflow: hidden;
  }
  .p-faq__details:not(:first-of-type) {
    margin-top: 2.133vw;
  }
  .p-faq__summary {
    padding: 4vw 9.333vw 4.267vw 3.733vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    border-left: solid 2.133vw var(--cc-red);
  }
  .p-faq__icon {
    top: calc(50% - 2.133vw);
    right: 4.267vw;
    width: 2.667vw;
    height: 2.667vw;
  }
  .p-faq__content__txt {
    padding: 1.067vw 9.333vw 3.733vw 3.733vw;
    border-left: solid 2.133vw var(--cc-red);
  }
  .p-faq__content__txt p {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
/* ================================================

- 規約同意

================================================ */
.top-agreement__checkbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 40px;
}
.top-agreement__checkbox label {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.top-agreement__checkbox label input[type=checkbox] + span {
  padding-left: 37px;
}
.top-agreement__checkbox label input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #b5c2a1;
  border-radius: 3px;
}
.top-agreement__checkbox label input[type=checkbox]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2227px%22%20height%3D%2227px%22%20viewBox%3D%220%200%2027%2027%22%20style%3D%22enable-background%3Anew%200%200%2027%2027%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23e60012%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.7%2C21.8l-8.3-8.3l2.8-2.8l5.5%2C5.5L21.8%2C5.2L24.6%2C8L10.7%2C21.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0;
}

.top-agreement__btn.m-btn {
  margin-top: 43px;
}
.top-agreement__btn.m-btn a {
  min-height: 90px;
}
.top-agreement__btn.m-btn a.-disabled {
  background-color: #8a8a8a;
  pointer-events: none;
  cursor: default;
}

.top-agreement__inquery {
  margin-top: 90px;
  padding: 28px 40px 36px;
  border: solid 1px #111111;
}

.top-agreement__inquer__ttl {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

.top-agreement__inquery__col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-top: 32px;
}

.top-agreement__inquer__tel {
  width: 50%;
  padding: 12px 65px 15px 0;
  text-align: center;
}

.top-agreement__inquer__subTtl {
  margin-bottom: 18px;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}

.top-agreement__inquer__txt {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.top-agreement__inquer__num {
  margin-top: 10px;
}
.top-agreement__inquer__num a {
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #111111;
}

.top-agreement__inquer__time {
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.top-agreement__inquery__links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 12px;
  padding-left: 80px;
  border-left: solid 1px #111111;
}

.top-agreement__inquery__link {
  margin-top: 10px;
}
.top-agreement__inquery__link a {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--cc-red);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-agreement__inquery__link a span {
  position: relative;
  padding-right: 10px;
}
.top-agreement__inquery__link a span::before {
  content: "";
  position: absolute;
  right: 2px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-top: solid 2px var(--cc-red);
  border-right: solid 2px var(--cc-red);
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.top-agreement__inquery__link:not(:first-of-type) {
  margin-top: 20px;
}

@media (hover: hover) {
  .top-agreement__inquery__link a:-moz-any-link:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  .top-agreement__inquery__link a:any-link:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .top-agreement__checkbox {
    margin-top: 8.267vw;
  }
  .top-agreement__checkbox label {
    font-size: 4.2666666667vw;
  }
  .top-agreement__checkbox label input[type=checkbox] + span {
    padding-left: 9.867vw;
  }
  .top-agreement__checkbox label input[type=checkbox] + span::before {
    width: 6.933vw;
    height: 6.933vw;
    border-radius: 0.8vw;
  }
  .top-agreement__btn.m-btn {
    margin-top: 9.333vw;
  }
  .top-agreement__btn.m-btn a {
    min-height: 18.667vw;
  }
  .top-agreement__inquery {
    margin-top: 13.333vw;
    padding: 6.133vw 5.333vw 6.667vw;
  }
  .top-agreement__inquer__ttl {
    font-size: 5.0666666667vw;
  }
  .top-agreement__inquery__col {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8vw;
  }
  .top-agreement__inquer__tel {
    width: 100%;
    padding: 0;
  }
  .top-agreement__inquer__subTtl {
    margin-bottom: 15px;
    font-size: 4.2666666667vw;
  }
  .top-agreement__inquer__txt {
    font-size: 4.2666666667vw;
  }
  .top-agreement__inquer__num {
    margin-top: 2.667vw;
  }
  .top-agreement__inquer__num a {
    font-size: 6.4vw;
  }
  .top-agreement__inquer__time {
    margin-top: 1.867vw;
    font-size: 4vw;
  }
  .top-agreement__inquery__links {
    width: 100%;
    margin-top: 6.133vw;
    padding-left: 0;
    border-left: none;
  }
  .top-agreement__inquery__link {
    margin-top: 0;
  }
  .top-agreement__inquery__link a {
    font-size: 4.2666666667vw;
  }
  .top-agreement__inquery__link a span {
    padding-right: 2.667vw;
  }
  .top-agreement__inquery__link a span::before {
    right: 0.533vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: solid 2px var(--cc-red);
    border-right: solid 2px var(--cc-red);
  }
  .top-agreement__inquery__link:not(:first-of-type) {
    margin-top: 4.533vw;
  }
}