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

  content

----------------------------------------*/
.content__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 1200px;
}

/*----------------------------------------
	gNav
----------------------------------------*/
header {
  position: sticky;
  top: 0;
  z-index: 500;
  padding: 3rem 0;
  width: 100%;
  background: #000;
}

.cmn__global--nav {
  display: flex;
  justify-content: center;
}

.cmn__global--list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0 auto;
  width: auto;
}

@media (max-width: 1000px) {
  .cmn__global--list {
    gap: 20px;
  }
}
.cmn__global--btn {
  position: relative;
}

.cmn__global--btn::after {
  display: block;
  position: absolute;
  left: 50%;
  margin: 6px auto 0;
  color: #9b0020;
  font-size: 6px;
  content: "▼";
  text-align: center;
  transform: scaleX(1.5);
}

.cmn__global--btn a {
  display: block;
  color: #fff;
  font-family: "RakutenSans_Bd", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}

.cmn__global--btn a:hover {
  opacity: 0.5;
}

@media (max-width: 1000px) {
  .cmn__global--btn a {
    font-size: 1.4vw;
  }
}
.cmn__vk--logo {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 160px;
  font-size: 0;
  transform: translateY(-50%);
}

@media (max-width: 1000px) {
  .cmn__vk--logo {
    width: 16vw;
  }
}
.cmn__global--menu {
  position: relative;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  width: 13.0208333333vw;
  height: 13.0208333333vw;
  cursor: pointer;
}

.cmn__global--menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.5104166667vw;
  height: 0.5208333333vw;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.cmn__global--menu span::before, .cmn__global--menu span::after {
  position: absolute;
  display: block;
  width: 6.5104166667vw;
  height: 0.5208333333vw;
  background-color: #fff;
  content: "";
}

.cmn__global--menu span::before {
  top: -2.0833333333vw;
}

.cmn__global--menu span::after {
  top: 2.0833333333vw;
}

/* ----------------------------------------

  モーヴィ

---------------------------------------- */
.movi {
  display: block;
  pointer-events: none;
}

.cmn__movi01--img {
  margin: 80px auto 0;
  width: 280px;
}

.cmn__movi02--img {
  position: absolute;
  top: -100px;
  width: 220px;
}

.cmn__movi03--img {
  position: absolute;
  top: 90px;
  right: -50px;
  width: 200px;
}

.cmn__movi04--img {
  position: absolute;
  top: 430px;
  right: 30px;
  width: 200px;
}

.cmn__movi05--img {
  position: absolute;
  top: 110px;
  left: 30px;
  z-index: 1;
  width: 210px;
}

.cmn__movi06--img {
  position: absolute;
  top: 240px;
  right: 0;
  width: 250px;
}

.cmn__movi07--img {
  position: absolute;
  top: 1250px;
  right: 0;
  width: 250px;
}

.cmn__movi08--img {
  position: absolute;
  top: 900px;
  right: 0;
  width: 250px;
}

.cmn__movi09--img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
}

.cmn__bnr--wrap {
  padding: 80px 0;
}

.cmn__bnr--list {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.cmn__bnr--item {
  width: 368px;
}

/* ----------------------------------------

  ラインアート

---------------------------------------- */
.cmn__line--bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1200px;
  transform: translateX(-50%);
}

.cmn__line--img {
  display: block;
  pointer-events: none;
  position: absolute;
}
.cmn__line--img.ball {
  top: 1274px;
  left: -90px;
  width: 120px;
}
.cmn__line--img.frag {
  top: 580px;
  right: -100px;
  width: 140px;
}
.cmn__line--img.goal {
  top: 3000px;
  right: -80px;
  width: 160px;
}
.cmn__line--img.spike {
  top: 820px;
  left: -40px;
  width: 140px;
}
.cmn__line--img.trophy {
  top: 4370px;
  left: 20px;
  width: 120px;
}
.cmn__line--img.whistle {
  top: 3840px;
  right: -40px;
  width: 140px;
}

/* ----------------------------------------

  hero

---------------------------------------- */
.hero {
  width: 100%;
  pointer-events: none;
}

/* ----------------------------------------

  明治安田Ｊ１百年構想リーグ

---------------------------------------- */
#overview {
  padding: 120px 0 60px;
  background: #f4f4f4 url(../img/overview-emb-bg01.png) center center no-repeat;
  background-size: 1320px auto;
}

.overview__head--txt {
  margin: 0 auto;
  width: 932px;
}

.overview__lead--wrap {
  margin-top: 20px;
}

.overview__lead--txt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.overview__lead--txt em {
  color: #9b0020;
}
.overview__lead--txt + .overview__lead--txt {
  margin-top: 24px;
}

.overview__season--list {
  display: flex;
  gap: 8px;
  margin-top: 80px;
}

.overview__afterword--txt {
  margin-top: 80px;
  color: #8f7c05;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

/*--------------------------------------

  明治安田Ｊ１百年構想リーグ

--------------------------------------*/
#howto {
  position: relative;
  padding: 50px 0 100px;
  background: url(../img/howto-pat-bg01.png) center top repeat;
}

.howto__typo--bg {
  position: absolute;
  top: 20px;
  left: 0;
}

.howto__head--txt {
  margin: 0 auto;
  width: 695px;
}

.howto__pick--head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: 130px;
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  background: #9B0020;
  background: linear-gradient(90deg, rgb(83, 0, 17) 0%, rgb(155, 0, 32) 20%, rgb(155, 0, 32) 50%, rgb(155, 0, 32) 80%, rgb(83, 0, 17) 100%);
}

.howto__pick--head--num {
  display: block;
  position: absolute;
  top: -25%;
  left: 50%;
  width: 260px;
  transform: translate(-50%, 0);
}

.howto__pick--head::before, .howto__pick--head::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #530011;
  content: "";
}

.howto__pick--head::before {
  top: -6px;
}

.howto__pick--head::after {
  bottom: -6px;
}

.howto__pick--head--txt {
  text-align: center;
}

.howto__pick--lead {
  margin-top: 60px;
}

.howto__pick--txt {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.howto__pick--txt + .howto__pick--txt {
  margin-top: 28px;
}
.howto__pick--txt em {
  color: #9B0020;
}
.howto__pick--txt strong {
  font-size: 32px;
}

.cmn__area--head {
  margin: 0 auto;
  width: 500px;
}

.cmn__area--lead {
  margin-top: 30px;
}

.cmn__area--txt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.howto__pick01--wrap {
  position: relative;
  margin-top: 150px;
}
.howto__pick01--wrap .cmn__movi05--img {
  display: none;
}
.howto__pick01--wrap .cmn__movi06--img {
  display: none;
}

.howto__pick01--area {
  margin-top: 90px;
}
.howto__pick01--area picture {
  display: block;
  margin-top: 60px;
}

.howto__pick01--playoff {
  margin-top: 120px;
}
.howto__pick01--playoff picture {
  display: block;
  margin-top: 60px;
}

.cmn__playoff--head {
  margin: 0 auto;
  width: 500px;
}

.cmn__playoff--lead {
  margin-top: 30px;
}

.cmn__playoff--txt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.howto__pick02--wrap {
  position: relative;
  margin-top: 150px;
}

.howto__round--img {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.howto__round--item {
  position: relative;
  width: 576px;
}
.howto__round--item:nth-of-type(1):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  display: block;
  width: 32px;
  height: 100px;
  background: #000;
  transform: translateY(-50%);
  clip-path: polygon(32px 50%, 0 0, 0 100px);
}

.howto__pick03--wrap {
  position: relative;
  margin-top: 200px;
}

.howto__area--prize {
  margin-top: 60px;
}

.howto__area--amount {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 40px auto 0;
  width: 1000px;
}

.howto__playoff--prize {
  margin-top: 100px;
}

.howto__playoff--rank {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 50px auto 0;
  width: 1000px;
}

.howto__playoff--allotment {
  margin: 60px auto 0;
  padding: 40px 90px;
  width: 800px;
  background-color: #eae1e3;
}

.howto__playoff--type {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
}
.howto__playoff--type strong {
  font-size: 36px;
}
.howto__playoff--type .howto__playoff--amount {
  text-align: right;
}
.howto__playoff--type .howto__playoff--amount strong {
  display: inline-block;
  font-family: "RakutenSans_Bd", sans-serif;
  font-size: 44px;
  transform: scale(0.8, 1);
}

.howto__pick04--wrap {
  position: relative;
  margin-top: 200px;
}

.howto__acle--bnr {
  margin: 50px auto 0;
  width: 1000px;
}

.howto__acle--notes {
  margin: 50px auto 0;
  padding: 40px 50px;
  width: 800px;
  background-color: #e7e4ed;
}

.howto__acle--txt {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
}
.howto__acle--txt + .howto__acle--txt {
  margin-top: 6px;
}
.howto__acle--txt em {
  color: #4f22a9;
  font-weight: 700;
}
.howto__acle--txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.howto__acle--txt.attention::before {
  content: "※";
}

/*--------------------------------------

  YouTube

--------------------------------------*/
.youtube {
  padding: 120px 0;
}

.youtube__video--wrap {
  margin: 0 auto;
  width: 960px;
  height: 540px;
}

/*--------------------------------------

  チケット販売スケジュール

--------------------------------------*/
#ticket {
  padding: 120px 0;
  background: #9b0020 url(../img/ticket-bg01.jpg) center top no-repeat;
  background-size: cover;
}

.ticket__head--txt {
  margin: 0 auto;
  width: 952px;
}

.ticket__coming--txt {
  margin: 160px 0 200px;
  color: #fff;
  font-family: "RakutenSans_Bd", sans-serif;
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
}

.schedule_area{
  margin: 100px auto 0;
  padding: 40px 50px;
  max-width: 980px;
  background-color: #fff;
  border-radius: 10px;
}
.schedule_area h4{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.schedule_area h6{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.schedule_area p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.schedule_table{
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
width: 100%;
}

.schedule_table td{
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 15px 5px;
  }


@media (max-width: 768px) {
  /*----------------------------------------

  content

  ----------------------------------------*/
  .content__inner {
    margin: 0 5.1282051282vw;
    width: auto;
  }
  /*----------------------------------------
      gNav
  ----------------------------------------*/
  header {
    display: block;
    padding: 3rem 0;
  }
  .cmn__global--nav {
    display: block;
  }
  .cmn__global--list {
    gap: 2.5641025641vw;
    width: auto;
  }
  .cmn__global--btn {
    position: relative;
    text-align: center;
  }
  .cmn__global--btn a {
    display: block;
    color: #fff;
    font-family: "RakutenSans_Bd", sans-serif;
    font-size: 3.0769230769vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .cmn__global--btn a:hover {
    opacity: 0.5;
  }
  .cmn__vk--logo {
    position: relative;
    top: 50%;
    left: 20px;
    width: 160px;
    font-size: 0;
    transform: translateY(-50%);
  }
  .cmn__vk--logo {
    width: 32vw;
  }
  .cmn__global--menu {
    position: relative;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    cursor: pointer;
  }
  .cmn__global--menu span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.4102564103vw;
    height: 0.5128205128vw;
    background-color: #fff;
    transform: translate(-50%, -50%);
  }
  .cmn__global--menu span::before, .cmn__global--menu span::after {
    position: absolute;
    display: block;
    width: 6.4102564103vw;
    height: 0.5128205128vw;
    background-color: #fff;
    content: "";
  }
  .cmn__global--menu span::before {
    top: -2.0512820513vw;
  }
  .cmn__global--menu span::after {
    top: 2.0512820513vw;
  }
  /* ----------------------------------------

  モーヴィ

  ---------------------------------------- */
  .cmn__movi01--img {
    margin: 10.2564102564vw auto 0;
    width: 35.8974358974vw;
  }
  .cmn__movi02--img {
    display: none;
  }
  .cmn__movi03--img {
    display: none;
  }
  .cmn__movi04--img {
    position: static;
    margin: 7.6923076923vw auto 0;
    width: 25.641025641vw;
  }
  .cmn__movi05--img {
    top: 315.3846153846vw;
    left: 64.1025641026vw;
    z-index: 1;
    width: 30.7692307692vw;
  }
  .cmn__movi06--img {
    top: 417.9487179487vw;
    left: -2.5641025641vw;
    width: 38.4615384615vw;
  }
  .howto__pick03--wrap .cmn__movi05--img {
    display: none;
  }
  .howto__pick03--wrap .cmn__movi06--img {
    display: none;
  }
  .cmn__movi07--img {
    position: static;
    margin: 7.6923076923vw auto 0;
    width: 32.0512820513vw;
  }
  .cmn__movi08--img {
    position: static;
    margin: 7.6923076923vw auto 0;
    width: 33.3333333333vw;
  }
  .cmn__movi09--img {
    top: 10vw;
    right: 0;
    width: 38.4615384615vw;
  }
  .cmn__bnr--wrap {
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .cmn__bnr--list {
    display: block;
  }
  .cmn__bnr--item {
    width: auto;
  }
  .cmn__bnr--item + .cmn__bnr--item {
    margin-top: 5.1282051282vw;
  }
  /* ----------------------------------------

  明治安田Ｊ１百年構想リーグ

  ---------------------------------------- */
  #overview {
    padding: 10.2564102564vw 0 7.6923076923vw;
    background-position: center 6.4102564103vw;
    background-size: 89.7435897436vw auto;
  }
  .overview__head--txt {
    width: 89.7435897436vw;
  }
  .overview__lead--wrap {
    margin-top: 2.5641025641vw;
  }
  .overview__lead--txt {
    font-size: 3.5897435897vw;
  }
  .overview__lead--txt + .overview__lead--txt {
    margin-top: 3.5897435897vw;
  }
  .overview__season--list {
    display: block;
    margin-top: 10.2564102564vw;
  }
  .overview__afterword--txt {
    margin-top: 10.2564102564vw;
    font-size: 3.8461538462vw;
    line-height: 1.6;
  }
  /*--------------------------------------

  明治安田Ｊ１百年構想リーグ

  --------------------------------------*/
  #howto {
    padding: 12.8205128205vw 0 12.8205128205vw;
  }
  .howto__typo--bg {
    top: 5.1282051282vw;
    left: auto;
    right: -0.5128205128vw;
    width: 25.641025641vw;
  }
  .howto__head--txt {
    width: 71.4102564103vw;
  }
  .howto__pick--head {
    margin-top: 12.8205128205vw;
    padding: 1em 0;
    height: auto;
    min-height: 16.6666666667vw;
    font-size: 4.6153846154vw;
  }
  .howto__pick--head--num {
    width: 33.3333333333vw;
    transform: translate(-50%, 0);
  }
  .howto__pick--head::before, .howto__pick--head::after {
    height: 2px;
  }
  .howto__pick--head::before {
    top: -4px;
  }
  .howto__pick--head::after {
    bottom: -4px;
  }
  .howto__pick--lead {
    margin-top: 7.6923076923vw;
  }
  .howto__pick--txt {
    font-size: 3.5897435897vw;
    text-align: center;
  }
  .howto__pick--txt + .howto__pick--txt {
    margin-top: 3.5897435897vw;
  }
  .howto__pick--txt strong {
    font-size: 4.1025641026vw;
  }
  .cmn__area--head {
    width: 76.9230769231vw;
  }
  .cmn__area--lead {
    margin-top: 3.8461538462vw;
  }
  .cmn__area--txt {
    font-size: 3.0769230769vw;
    font-weight: 700;
    text-align: center;
  }
  .howto__pick01--wrap {
    position: relative;
    margin-top: 19.2307692308vw;
  }
  .howto__pick01--wrap .cmn__movi05--img {
    display: block;
  }
  .howto__pick01--wrap .cmn__movi06--img {
    display: block;
  }
  .howto__pick01--area {
    margin-top: 11.5384615385vw;
  }
  .howto__pick01--area picture {
    margin-top: 7.6923076923vw;
  }
  .howto__pick01--playoff {
    margin-top: 15.3846153846vw;
  }
  .howto__pick01--playoff picture {
    margin-top: 7.6923076923vw;
  }
  .cmn__playoff--head {
    width: 76.9230769231vw;
  }
  .cmn__playoff--lead {
    margin-top: 3.8461538462vw;
  }
  .cmn__playoff--txt {
    font-size: 3.0769230769vw;
  }
  .howto__pick02--wrap {
    margin-top: 15.3846153846vw;
  }
  .howto__round--img {
    display: block;
    margin-top: 10.2564102564vw;
  }
  .howto__round--item {
    position: relative;
    width: auto;
  }
  .howto__round--item:nth-of-type(1):after {
    position: static;
    margin: 2.0512820513vw auto;
    width: 25.641025641vw;
    height: 8.2051282051vw;
    transform: translateY(0);
    clip-path: polygon(50% 8.2051282051vw, 0 0, 25.641025641vw 0);
  }
  .howto__pick03--wrap {
    margin-top: 25.641025641vw;
  }
  .howto__area--prize {
    margin-top: 7.6923076923vw;
  }
  .howto__area--amount {
    gap: 0.7692307692vw;
    margin: 5.1282051282vw auto 0;
    width: auto;
  }
  .howto__playoff--prize {
    margin-top: 15.3846153846vw;
  }
  .howto__playoff--rank {
    gap: 0.7692307692vw;
    margin: 6.4102564103vw auto 0;
    width: auto;
  }
  .howto__playoff--allotment {
    margin: 7.6923076923vw auto 0;
    padding: 5.1282051282vw 8.9743589744vw;
    width: auto;
  }
  .howto__playoff--type {
    font-size: 3.0769230769vw;
  }
  .howto__playoff--type strong {
    font-size: 4.6153846154vw;
  }
  .howto__playoff--type .howto__playoff--amount strong {
    font-size: 5.641025641vw;
  }
  .howto__pick04--wrap {
    margin-top: 19.2307692308vw;
  }
  .howto__acle--bnr {
    margin: 6.4102564103vw auto 0;
    width: auto;
  }
  .howto__acle--notes {
    margin: 6.4102564103vw auto 0;
    padding: 5.1282051282vw 6.4102564103vw;
    width: auto;
  }
  .howto__acle--txt {
    font-size: 3.0769230769vw;
  }
  .howto__acle--txt + .howto__acle--txt {
    margin-top: 1.2820512821vw;
  }
  /*--------------------------------------

  YouTube

  --------------------------------------*/
  .youtube {
    padding: 15.3846153846vw 0;
  }
  .youtube__video--wrap {
    margin: 0 5.1282051282vw;
    width: auto;
    height: auto;
  }
  .youtube__video--wrap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  /*--------------------------------------

  チケット販売スケジュール

  --------------------------------------*/
  #ticket {
    padding: 15.3846153846vw 0;
  }
  .ticket__head--txt {
    width: 82.4358974359vw;
  }
  .ticket__coming--txt {
    margin: 20.5128205128vw 0 25.641025641vw;
    font-size: 6.6666666667vw;
  }
  .schedule_area{
    padding: 40px 10px;
    background-color: #fff;
    border-radius: 10px;
  }
  .schedule_area h4{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .schedule_area h6{
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .schedule_area p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .schedule_table{
  width: 100%;
  }
  
  .schedule_table td{
    padding: 10px 5px;
    }
}