@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  min-width: 1080px;
  background: #fff;
  font-size: 18px;
  overflow-x: hidden;
}

@media screen and (max-width: 1079px) {
  body {
    min-width: auto;
  }
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 	'wght' 400, 	'GRAD' 0, 	'opsz' 24;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* ローディング中のスタイル */
.wf-loading body {
  opacity: 0;
}

/* フォント読み込み完了後のスタイル */
.wf-active body {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive body {
  opacity: 1;
}

span.marker {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  background: linear-gradient(transparent 60%, #fe0 0%) !important;
}

.swing {
  animation-name: swing;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  95% {
    -webkit-transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

.home #space-match #intro h1 a,
.home #space-match #intro .head-menu li,
.home #space-match #intro .head-menu li a {
  color: #fff;
}

.home #intro {
  min-height: 600px;
  background-color: #000;
  overflow: hidden;
}

@media screen and (max-width: 699px) {
  .home #intro {
    min-height: 500px;
  }
}

.home #intro .arena-image {
  background: url(../img/header_bg2411.jpg) #000 no-repeat;
  background-position: center bottom;
  min-height: 600px;
}

#space-match {
  margin: 0;
  color: #242424;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.61;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-smooth: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

#space-match h1, #space-match h2, #space-match h3, #space-match h4, #space-match h5, #space-match h6 {
  margin: 0;
  padding: 0;
  line-height: 1.61;
  font-weight: normal;
}

#space-match * {
  box-sizing: border-box;
}

#space-match a {
  text-decoration: none;
}

#space-match ol, #space-match ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#space-match p {
  margin: 0;
  padding: 0;
}

#space-match img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #space-match .sketto-inner {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media screen and (min-width: 769px) {
  #space-match .sketto-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #space-match section {
    padding: 55px 0;
  }
}

@media screen and (min-width: 769px) {
  #space-match section {
    padding: 70px 0;
  }
}

#space-match .wrap {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 999px) {
  #space-match .wrap {
    width: 100%;
  }
}

#space-match > .section {
  padding: 44px 0 52px;
}

#space-match .matching-head {
  margin: 0 0 14px;
}

#space-match .matching-head h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  display: inline-block;
}

#space-match .matching-head h2 strong {
  font-size: 1.8rem;
  line-height: 1.41;
  display: block;
}

#space-match .matching-head h2 .material-symbols-outlined {
  font-size: 40px;
  vertical-align: top;
}

#space-match .matching-head .more {
  margin: 0 0 0 0.8em;
  display: inline-block;
}

#space-match .matching-head .more a {
  color: #888;
}

#space-match .matching-head .more a:hover {
  color: #000;
  font-weight: bold;
}

#space-match .matching-head .more a .material-symbols-outlined {
  vertical-align: top;
}

#space-match .slick-dots li.slick-active button::before {
  color: #e40;
  font-size: 10px;
}

#space-match .slick-next::before, #space-match .slick-prev::before {
  color: #ccc;
  font-size: 25px;
}

#space-match #intro .wrap {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 999px) {
  #space-match #intro .wrap {
    width: 100%;
  }
}

#space-match #intro h1 {
  padding: 16px 0 6px;
    font-size: 16px;
}

@media screen and (max-width: 999px) {
  #space-match #intro h1 {
    padding: 10px 20px;
  }
}

#space-match #intro h1 a {
  color: #000;
}

#space-match #intro h1 img {
  margin: 0 10px 0 0;
  width: 250px;
  float: none;
}

@media screen and (max-width: 727px) {
  #space-match #intro h1 img {
    margin: 0 0 0 -14px;
    width: 48vw;
  }
}

#space-match #intro h1 strong {
  margin: 12px 0 0;
  font-size: 24px;
  letter-spacing: 7px;
  font-family: "abolition",sans-serif;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 727px) {
  #space-match #intro h1 strong {
    margin: 6px 0 0;
    font-size: 14px;
    letter-spacing: 5px;
  }
}

#space-match #intro h1 span {
  font-size: 10px;
  letter-spacing: 2px;
  display: block;
}

@media screen and (max-width: 727px) {
  #space-match #intro h1 span {
    transform: scale(0.8);
    transform-origin: left top;
    letter-spacing: 0;
    text-indent: 10px;
  }
}

#space-match #intro .head-menu {
  margin: -60px 0 0;
  padding: 4px 0 0;
  float: right;
}

@media screen and (max-width: 727px) {
  #space-match #intro .head-menu {
    padding: 10px 10px 0 0;
  }
}

#space-match #intro .head-menu li {
  margin: 0 14px;
  color: #000;
  display: inline-block;
}

@media screen and (max-width: 727px) {
  #space-match #intro .head-menu li {
    margin: 0 8px;
  }
}

#space-match #intro .head-menu li a {
  color: #000;
}

@media screen and (max-width: 727px) {
  #space-match #intro .head-menu li a {
    font-size: 10px;
  }
}

#space-match #intro .head-menu li a:hover {
  opacity: 0.8;
}

#space-match #intro .copy {
  margin: 20px 0 4px;
  color: #fff;
  font-size: 1.8rem;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  text-align: center;
  line-height: 1.35;
}

@media screen and (max-width: 699px) {
  #space-match #intro .copy {
    font-size: 1.4rem;
  }
}

#space-match #intro .copy strong {
  margin-right: 1px;
  color: #e40;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

#space-match #intro h2 {
  color: #fff;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
}

#space-match #intro h2 br {
  display: none;
}

@media screen and (max-width: 699px) {
  #space-match #intro h2 br {
    display: block;
  }
}

#space-match #intro h2 strong {
  margin-right: 1px;
  color: #e00;
  font-size: 2.4rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

@media screen and (max-width: 699px) {
  #space-match #intro h2 strong {
    font-size: 2rem;
  }
}

#space-match #intro .search-area {
  margin: 24px auto 0;
  font-size: 0;
  width: 600px;
  border: 12px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

@media screen and (max-width: 699px) {
  #space-match #intro .search-area {
    width: 90%;
  }
}

#space-match #intro .search-area input {
  width: 490px;
  height: 46px;
  padding: 14px;
  font-size: 14px;
  border: 1px solid #888;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 699px) {
  #space-match #intro .search-area input {
    width: calc( 100% - 86px);
  }
}

#space-match #intro .search-area input:focus {
  outline: 0;
  border: 1px solid #e40;
  border-right: 0;
}

#space-match #intro .search-area .search-btn {
  width: 86px;
  display: inline-block;
}

#space-match #intro .search-area .search-btn a {
  width: 86px;
  height: 46px;
  color: #fff;
  background: #e40;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  text-align: center;
}

#space-match #intro .search-area .search-btn a i {
  margin: 0 2px 0 -6px;
  vertical-align: middle;
}

#space-match #intro .search-area .search-btn a span {
  vertical-align: middle;
}

#space-match #confetti {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
}

#space-match .wrap {
  position: relative;
  z-index: 2;
}

#space-match #arrival {
  padding: 40px 0 60px;
}

#space-match #arrival .wrap {
  margin: 20px auto 0;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  #space-match #arrival .wrap .matching-head {
    margin: 0 auto 6px;
    width: 1000px;
  }
}

@media screen and (max-width: 999px) {
  #space-match #arrival .wrap .matching-head {
    text-align: center;
  }
}

#space-match #arrival .arrival-list {
  font-size: 0;
}

#space-match #arrival .arrival-list li {
  padding: 20px 0 0;
}

#space-match #arrival .arrival-list li a {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 20px;
  color: #000;
  display: block;
}

#space-match #arrival .arrival-list li a .image {
  margin: 0 auto;
  width: 280px;
  height: 186px;
  overflow: hidden;
}

#space-match #arrival .arrival-list li a .image img {
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#space-match #arrival .arrival-list li a .new {
  position: absolute;
  top: -15px;
  right: 4px;
  font-size: 12px;
}

#space-match #arrival .arrival-list li a .new span {
  position: relative;
  display: inline-block;
  padding: 5px 13px;
  max-width: 100%;
  color: #fff;
  font-size: 14px;
  background: #e40;
  border-radius: 15px;
  text-align: center;
}

#space-match #arrival .arrival-list li a .new span::before {
  content: "";
  position: absolute;
  top: 86%;
  left: 45%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 12px solid #e40;
  transform: rotate(25deg);
}

#space-match #arrival .arrival-list li a .title {
  padding: 8px 12px 0;
  font-size: 14px;
  white-space: normal;
  overflow: visible;
  min-height: 50px;
  max-height: 50px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-feature-settings: "palt";
}

#space-match #arrival .arrival-list li a .location {
  position: absolute;
  margin: -20px 0 0;
  padding: 6px 16px 6px 12px;
  border-radius: 0 30px 0 0;
  height: 20px;
  font-size: 10px;
  color: #999;
  background: #fff;
  display: block;
  vertical-align: middle;
  z-index: 100;
}

#space-match #arrival .arrival-list li a .location .material-symbols-outlined {
  margin: 0 1px 0 0;
  font-size: 13px;
  vertical-align: middle;
}

#space-match #club {
  background: url(/img/club_bg2411.jpg);
}

#space-match #club .wrap {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 999px) {
  #space-match #club .wrap {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  #space-match #club .matching-head {
    text-align: center;
  }
}

#space-match #club .matching-head h2 {
  color: #fff;
  display: inline-block;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

#space-match #club .matching-head h2 .material-symbols-outlined {
  font-size: 40px;
  vertical-align: middle;
}

#space-match #club .matching-head .more {
  margin: 0 0 0 1em;
  display: inline-block;
}

#space-match #club .matching-head .more a {
  color: #fff;
}

#space-match #club .matching-head .more a .material-symbols-outlined {
  vertical-align: top;
}

#space-match #club ul {
  font-size: 0;
}

@media screen and (max-width: 999px) {
  #space-match #club ul {
    margin: 0 auto;
    width: 600px;
  }
}

@media screen and (max-width: 599px) {
  #space-match #club ul {
    margin: 0 auto;
    width: 90%;
  }
}

#space-match #club ul li {
  padding: 14px 0 0;
  font-size: 0;
  width: 25%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.41;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 999px) {
  #space-match #club ul li {
    width: 300px;
  }
  #space-match #club ul li:nth-child(3), #space-match #club ul li:nth-child(4) {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 599px) {
  #space-match #club ul li {
    margin: 0 auto;
    padding: 0;
    width: 50%;
  }
  #space-match #club ul li:nth-child(3), #space-match #club ul li:nth-child(4) {
    margin-top: 20px;
  }
}

#space-match #club ul li img {
  padding: 6px;
  border-radius: 240px;
}

#space-match #club ul li .title {
  color: #fff;
  font-size: 21px;
  padding-top: 14px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

@media screen and (max-width: 699px) {
  #space-match #club ul li .title {
    font-size: 18px;
  }
}

#space-match #club ul li .sports {
  margin: 6px 55px 0;
  padding: 6px 0;
  border-radius: 40px;
  color: #fff;
  background: #000;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
  vertical-align: top;
}

@media screen and (max-width: 699px) {
  #space-match #club ul li .sports {
    margin: 6px 30px 0;
  }
  #space-match #club ul li .sports .ball {
    display: none;
  }
}

#space-match #club ul li .sports .material-symbols-outlined {
  margin: 0 2px 0 0;
  font-size: 15px;
  vertical-align: top;
}

#space-match #club ul li .blob {
  width: 238px;
  height: 238px;
  border-radius: 240px;
  transform: scale(1);
  background: #fff;
  animation: pulse 4s infinite;
}

@media screen and (max-width: 999px) {
  #space-match #club ul li .blob {
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  #space-match #club ul li .blob {
    width: 80%;
    height: auto;
  }
}

#space-match #club ul li .blob2 {
  animation-delay: .5s;
}

#space-match #club ul li .blob3 {
  animation-delay: 1s;
}

#space-match #club ul li .blob4 {
  animation-delay: 1.5s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 white;
  }
  30% {
    transform: scale(1);
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  60% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

#space-match #case {
  padding: 0 0 70px;
}

@media screen and (min-width: 1000px) {
  #space-match #case .matching-head {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    width: 1000px;
  }
}

@media screen and (max-width: 999px) {
  #space-match #case .matching-head {
    margin-top: 30px;
    margin-bottom: 6px;
    text-align: center;
  }
}

#space-match #case .wrap {
  width: 100%;
}

#space-match #case .case-list {
  text-align: center;
  width: 100%;
}

#space-match #case .case-list .case-list-wrap {
  margin: 20px auto 30px;
  border-radius: 4px;
  width: 300px;
}

#space-match #case .case-list .case-list-wrap a {
  color: #000;
  cursor: pointer;
}

#space-match #case .case-list .case-list-wrap .image {
  margin: 0 auto;
  width: 280px;
  height: 186px;
  overflow: hidden;
}

#space-match #case .case-list .case-list-wrap .image img {
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#space-match #case .case-list .case-list-wrap .image img.wrap {
  border: 1px solid #e4e4e4;
}

#space-match #case .case-list .case-list-wrap h3 {
  margin: 14px 10px 6px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 1.41;
}

#space-match #case .case-list .case-list-wrap .author {
  margin: 4px 10px 10px;
  color: #999;
  font-size: 12px;
  text-align: left;
}

#space-match #case .case-list .case-list-wrap .author span {
  margin: 0 4px 0 0;
  font-size: 18px;
  vertical-align: top;
}

#space-match #contact {
  margin: 0 0 60px;
}

#space-match #contact .contact-wrap {
  position: relative;
  font-size: 0;
  padding: 20px 24px;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1059px) {
  #space-match #contact .contact-wrap {
    margin: 0 30px -60px;
  }
}

#space-match #contact .contact-wrap .text {
  display: inline-block;
}

#space-match #contact .contact-wrap .text h3 {
  font-size: 23px;
  font-weight: bold;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

#space-match #contact .contact-wrap .text p {
  margin: 10px 0 16px;
  font-size: 15px;
}

#space-match #contact .contact-wrap .text a {
  margin: 0 0 10px;
  padding: 6px 20px;
  color: #fff;
  background: #e40;
  font-size: 18px;
  font-weight: bold;
  border-radius: 40px;
  display: inline-block;
}

#space-match #contact .contact-wrap .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 203px;
  border-radius: 0 10px 10px 0;
  background: #eee;
  display: inline-block;
}

@media screen and (max-width: 999px) {
  #space-match #contact .contact-wrap .image {
    position: static;
    margin: 24px -24px -24px;
    width: auto;
    height: 200px;
    display: block;
  }
}

#space-match #contact .contact-wrap .image img {
  margin: 0 auto;
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 999px) {
  #space-match #contact .contact-wrap .image img {
    border-radius: 0 0 10px 10px;
  }
}

#space-match footer {
  margin: 80px calc(50% - 50vw) 0;
  width: 100vw;
  background: #f4f4f4;
}

#space-match footer section.wrap {
  padding: 36px;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  #space-match footer section.wrap {
    padding: 36px 20px;
  }
}

#space-match footer dl {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

@media screen and (max-width: 768px) {
  #space-match footer dl {
    padding-bottom: 24px;
    width: 100%;
  }
  #space-match footer dl:last-child {
    margin-bottom: -24px;
    padding-bottom: 0;
  }
}

#space-match footer dl dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

#space-match footer dl dd {
  margin: 0;
}

#space-match footer dl dd ul {
  margin: 0;
}

#space-match footer dl dd ul li {
  margin: 0;
}

#space-match footer dl dd ul li a {
  color: #000;
  font-size: 14px;
}

#space-match footer .copyright {
  padding: 2rem 0;
  font-size: calc(1rem * 0.75);
  text-align: center;
}

/*# sourceMappingURL=matching.map */

@media screen and (max-width: 727px) {
    #space-match #intro h1 img.pclogo{
      display: none;
    }
}
@media screen and (min-width: 728px) {
  #space-match #intro h1 img.splogo{
      display: none;
    }
}