@charset "UTF-8";

/*共通*/
:root {
  --text-color-01: #323333;
  --primary-color-01: #bafff6;
  --primary-color-02: #e6fffc;
  --primary-color-03: #cf2727;
  --bg-color-01: #f2f2f2;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  height: 100%;
  font-size: 14px;
  color: var(--text-color-01);
}
main {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: var(--text-color-01);
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
h1 {
  font-size: 2rem;
  font-weight: 600;
}
.en {
  font-family: "Roboto", sans-serif;
}
.container {
  padding: 1vw 5vw;
  margin: 0 auto;
  max-width: 1200px;
}

/*header*/
.header {
  background: no-repeat url(../img/header-bg.svg);
  background-color: var(--bg-color-01);
  position: fixed;
  z-index: 100;
  width: 100%;
}
.pcmenu-wrapper {
  display: flex;
  margin-inline: auto;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 7%;
}
.top-logo {
  width: 5%;
  max-width: 60px;
}
.pc-menu {
  display: flex;
  padding: 0;
  gap: 2vw;
  font-weight: 700;
  font-size: 1rem;
  align-items: center;
}

.go-mail-btn {
  background-color: #fff;
  border: 2px solid var(--primary-color-01);
  border-radius: 5vw;
  padding: 0.5vw 2vw;
}

/*main*/
#top-fv {
  position: relative;
  padding-top: 7vw;
  background-color: var(--bg-color-01);
}
.slider {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.slider-thumbnail {
  background-color: var(--bg-color-01);
  width: 100%;
  max-height: 900px;
  aspect-ratio: 16 / 7;

  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center center;
  }
}
.dots-custom {
  display: flex;
  justify-content: center;
  gap: 1vw;
  padding: 0;

  & li {
    background-color: var(--primary-color-02);
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
  }
  & button {
    background: none;
    border: none;
    outline: none;
    display: none;
  }
  .slick-active {
    background-color: var(--primary-color-01);
  }
}
.slick-arrow::after {
  background-color: var(--text-color-01);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2vw;
  aspect-ratio: 1;
  border-radius: 50%;
  min-width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slick-prev::after {
  content: "＜";
  left: 5%;
  z-index: 10;
}
.slick-next::after {
  content: "＞";
  right: 5%;
}

#top-message {
  background-color: #fff;
  margin: 100px auto;
}
.topmessage-container {
  background: no-repeat url(../img/message-bg.svg);
  text-align: center;
  background-position: center;
  padding: 8vw;

  & h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 auto 3vw;
    line-height: 3rem;
    letter-spacing: 0.2rem;
  }
  & span {
    font-size: 4rem;
  }
  & p {
    margin: 1vw auto 0;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
    font-weight: 500;
  }
}
#top-match {
  margin: 100px auto;

  &::before {
    content: "";
    background: no-repeat url(../img/separate01.svg);
    display: block;
    width: 100%;
    height: 7vw;
    background-size: cover;
  }
}

.top-match-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vw auto;

  & h2 {
    font-size: 2.5rem;
    margin: 0;
  }
  & span {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 5px 0;
    border-top: 6px solid var(--primary-color-01);
  }
}
.go-allmatch {
  display: block;
  background-color: var(--primary-color-02);
  border: 4px solid var(--primary-color-01);
  border-radius: 5vw;
  font-weight: 600;
  padding: 1vw 1.5vw;
}
.match-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
  margin: 5vw auto;
}
.match-item {
  display: block;
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}
.post-thumbnail {
  box-sizing: border-box;
  overflow: hidden;
  height: 200px;

  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.post-date {
  padding: 1vw;

  & p {
    font-weight: 500;
    margin: 0 0 5px;
  }
}
.post-match-ttl {
  font-size: 1.1rem;
}
.post-date,
.single-ttl {
  .match-state {
    display: block;
    width: fit-content;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .now {
    background-color: #e8402d;
  }
  .result {
    background-color: #3273c7;
  }
  .closed {
    background-color: #999999;
  }
}
.request-container {
  background-color: var(--bg-color-01);
  position: relative;
}
.request-wrapper {
  position: relative;
  text-align: center;
  background-color: #fff;
  width: 100%;
  top: -2px;
  padding: 0 0 10vw;
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;

  & a {
    border-radius: 1.1vw;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.go-request {
  border: 2px solid var(--primary-color-01);
  border-radius: 1.1vw;
  padding: 1vw 4vw;
  font-size: 1.5rem;
  font-weight: 600;
}
.fukidashi {
  position: relative;
  margin: 3vw auto;
  padding: 0 70px;
  text-align: center;
  width: fit-content;
  font-size: 1.4rem;
}
.fukidashi:before,
.fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 46px;
  height: 3px;
  background-color: var(--text-color-01);
}
.fukidashi:before {
  left: 0;
  transform: rotate(62deg);
}
.fukidashi:after {
  right: 0;
  transform: rotate(-62deg);
}

#top-sponsor {
  text-align: center;
  background-color: var(--bg-color-01);
  padding-top: 100px;

  & h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    border-bottom: 5px solid var(--primary-color-01);
    width: fit-content;
    margin: 2vw auto;
  }
}
.sponsor-container {
  display: flex;
  gap: 2vw;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid var(--primary-color-02);
  padding-bottom: 7vw;

  & a {
    display: block;
    width: auto;
    height: 100px;
    box-sizing: border-box;
  }
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/*footer*/
footer {
  background-color: var(--bg-color-01);
}
.footer-container {
  padding: 100px 0 70px;
}
.footer-logo {
  width: 6%;
  margin: 1vw auto;
}
.footer-sns {
  display: flex;
  gap: 2vw;
  justify-content: center;
  margin: 3vw auto;

  & a {
    width: 2vw;
    aspect-ratio: 1;
  }
}
.footer-link {
  display: flex;
  gap: 3vw;
  justify-content: center;

  & a {
    display: block;
  }
}
.copyright {
  padding: 1vw 0;
  text-align: center;
}

/*SPサイズ*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .no-scroll {
    overflow: hidden;
  }
  .spmenu-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 3vw 5vw;
  }
  .toggle-menu {
    align-items: center;
    display: flex;
  }
  .top-logo {
    width: 10%;
  }
  .go-mail-btn {
    padding: 2vw 5vw;
    font-weight: 500;
  }
  .menu-btn {
    position: relative;
    position: -webkit-fixed;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    z-index: 90;
    margin-left: 5vw;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 0.4vw;
    width: 2rem;
    right: 0;
    border-radius: 0.9vw;
    background-color: var(--text-color-01);
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 0.6rem;
    width: 2rem;
  }
  .menu-btn span:after {
    top: 0.6rem;
    width: 2rem;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 19vw;
    left: 100%;
    z-index: 80;
    background-color: var(--bg-color-01);
    transition: all 0.5s;

    & ul {
      padding: 0;
      width: 80%;
      margin-inline: auto;
      margin-top: 15vw;
    }
    & li {
      font-size: 1.3rem;
      font-weight: 500;
      border-bottom: 1px solid var(--primary-color-01);
      margin: 5vw auto;
      padding: 2vw;
    }
  }
  .header-sns-wrapper {
    text-align: center;
    margin: 15vw;

    & p {
      font-size: 1.3rem;
      font-weight: 600;
    }
  }
  .header-sns {
    display: flex;
    gap: 7vw;
    justify-content: center;

    & a {
      width: 8vw;
      aspect-ratio: 1;
    }
  }

  #top-fv {
    padding-top: 21vw;
  }
  .slider-thumbnail {
    aspect-ratio: 16 / 10;
  }
  .slick-arrow::after {
    top: 45%;
    transform: translateY(-55%);
  }
  .dots-custom {
    gap: 2vw;

    & li {
      width: 7px;
    }
  }
  #top-message {
    margin: 13vw auto;
  }
  .topmessage-container {
    padding: 5vw;
    background-size: 90%;

    & h1 {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.1rem;
      margin: 0 auto 6vw;
    }
    & span {
      font-size: 2rem;
    }
    & p {
      font-size: 1rem;
      letter-spacing: 0.05rem;
      line-height: 1.5rem;
      width: 90%;
      text-align: justify;
    }
  }

  #top-match {
    margin: 15vw auto;
  }

  .top-match-ttl {
    margin: 5vw auto 10vw;

    & h2 {
      font-size: 2rem;
    }
    & span {
      font-size: 0.9rem;
    }
  }
  .go-allmatch {
    border-radius: 6vw;
    padding: 2vw 3vw;
  }
  .match-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 4vw;
  }
  .match-item {
    border-radius: 3vw;
  }
  .post-thumbnail {
    height: 25vw;
  }
  .post-date {
    padding: 3vw 2vw;

    & p {
      line-height: 1rem;
      font-size: 0.8rem;
    }
  }
  .post-date,
  .single-ttl {
    .match-state {
      font-size: 0.7rem;
    }
  }

  .request-wrapper {
    padding: 0 0 18vw;
    border-bottom-right-radius: 8vw;
    border-bottom-left-radius: 8vw;

    & a {
      border-radius: 2vw;
      font-size: 1.2rem;
      font-weight: 500;
      padding: 2vw 7vw;
    }
  }
  .fukidashi {
    padding: 0 50px;
    font-size: 1.1rem;
    margin: 3vw auto 8vw;
  }
  .fukidashi:before,
  .fukidashi:after {
    content: "";
    width: 35px;
  }

  #top-sponsor {
    padding-top: 15vw;

    & h2 {
      font-size: 2rem;
      margin: 2vw auto 8vw;
    }
  }
  .sponsor-container {
    gap: 4vw 2vw;
    padding-bottom: 15vw;

    & a {
      height: 100%;
    }
    & img {
      max-height: 70px;
    }
  }

  .footer-container {
    padding: 15vw 0 10vw;
  }
  .footer-logo {
    width: 15%;
    margin: 2vw auto;
  }
  .footer-sns {
    gap: 7vw;
    margin: 8vw auto;

    & a {
      width: 8vw;
    }
  }
  .footer-link {
    display: block;
    text-align: center;

    & a {
      margin: 4vw auto;
      font-size: 1rem;
      width: fit-content;
    }
  }
}

/*PCサイズ*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  body {
    font-size: 16px;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* タブレット */
@media screen and (min-width: 767px) and (max-width: 1280px) {
}
