html {
  font-size: 62.5%
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  color: #222
}

@media(min-width: 769px) {
  body {
    font-size: 1.6rem
  }
}

body a {
  color: #222;
  text-decoration: none
}

body img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  width: 100%
}

body p {
  margin: 0
}

@media screen and (max-width: 1023px)and (min-width: 768px) {
  html {
    font-size: 1vw
  }
}

@media(max-width: 767px) {
  html {
    font-size: 2.6666666667vw
  }
}

.pc-none {
  display: block
}

@media(min-width: 768px) {
  .pc-none {
    display: none
  }
}

@media(max-width: 767px) {
  .sp-none {
    display: none
  }
}

@media(min-width: 768px) {
  .sp-none {
    display: block
  }
}

.fv {
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg-top-sp.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden
}

.fv h1 {
  width: 120%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px
}

.fv__text {
  position: absolute
}

.fv .text1 {
  width: 55%;
  top: 1%;
  left: 3%
}

.fv .text2 {
  width: 55%;
  top: 11%;
  right: 3%
}

.fv .text3 {
  width: 58%;
  bottom: 18%;
  left: 3%
}

.fv .text4 {
  width: 58%;
  bottom: 1%;
  right: 5%
}

@media(min-width: 768px) {
  .fv {
    background-image: url(../img/bg-top-pc.jpg)
  }

  .fv h1 {
    width: 80%;
    top: 50%
  }

  .fv .text1 {
    width: 30%;
    top: 3%;
    left: 3%
  }

  .fv .text2 {
    width: 30%;
    top: 3%;
    right: 3%
  }

  .fv .text3 {
    width: 25%;
    bottom: 1%;
    left: 3%
  }

  .fv .text4 {
    width: 25%;
    bottom: 1%;
    right: 3%
  }
}

.fire {
  background-image: url(../img/bg-fire.jpg);
  background-size: cover;
  background-position: center center
}

.fire,
.last-btn {
  padding: 3rem
}

.fire__text,
.last-btn__text {
  margin: 3rem auto 0;
  max-width: 600px
}

@media(min-width: 768px) {

  .fire,
  .last-btn {
    padding: 10rem
  }

  .fire__text,
  .last-btn__text {
    margin: 10rem auto 0
  }
}

.entry-btn {
  display: block;
  height: 100%;
  width: 90%;
  margin: auto;
  max-width: 60rem
}

@media(min-width: 768px) {
  .entry-btn {
    width: 50%;
    transition: .3s
  }

  .entry-btn:hover {
    transform: scale(0.95)
  }
}

.bg-gradation {
  background-image: linear-gradient(180deg, rgb(169, 0, 0), rgb(255, 176, 44));
  position: relative;
  overflow: hidden
}

.bg-gradation::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/bg-check.png)
}

.bg-gradation2 {
  background-image: linear-gradient(180deg, rgb(255, 176, 44), rgb(169, 0, 0));
  position: relative;
  overflow: hidden;
  padding-bottom: 3em
}

.bg-gradation2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/bg-check.png)
}

.appeal-item {
  overflow: hidden
}

.appeal-item__h2 {
  margin: 0;
  background: hsla(0, 0%, 100%, .5);
  width: 120%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.appeal-item__img {
  width: 80%;
  margin: 2rem auto;
  max-width: 960px
}

.appeal-item .kawauso-logo {
  margin: 2rem auto 2rem;
  width: 90%
}

.appeal-item .katsuo-text1 {
  background: #fff;
  width: 70%;
  padding: 3px
}

.appeal-item .katsuo-text2 {
  background: #fff;
  width: 90%;
  margin: 0 0 0 auto;
  padding: 3px
}

@media(min-width: 768px) {
  .appeal-item__h2 {
    width: 100%;
    text-align: center
  }

  .appeal-item__h2 img {
    width: 70%;
    max-width: 960px
  }

  .appeal-item .kawauso-logo {
    width: 60%;
    max-width: 960px;
    margin: 4rem auto 2rem
  }

  .appeal-item .katsuo-text1 {
    width: 56%;
    padding: 5px;
    max-width: 580px;
    margin: 5rem 0
  }

  .appeal-item .katsuo-text2 {
    width: 78%;
    padding: 5px;
    max-width: 770px;
    margin: 5rem 0 5rem auto
  }
}

.bg-gradation section,
.bg-gradation2 section {
  z-index: 1000;
  position: relative
}

.shadow {
  box-shadow: 3px 3px 15px 7px rgba(131, 0, 0, .5)
}

.item-btn {
  text-align: center;
  padding: 3rem 0
}

.item-btn a {
  display: block;
  width: 60%;
  height: 100%;
  padding: 0 3rem;
  max-width: 500px;
  margin: auto;
  background: #fff;
  border-radius: 50PX;
  border: #f85f1b solid 5px;
  transition: .3s
}

.item-btn a:hover {
  background: #f85f1b
}

@media(min-width: 768px) {
  .item-btn {
    margin: 3rem auto
  }
}

.kawauso {
  margin: 5rem 0 0;
  padding-bottom: 5rem
}

.kawauso__bg {
  background: url(../img/bg-crossing.jpg);
  background-size: contain;
  position: relative;
  padding: 3em 0 5em;
  transform: skewY(-10deg)
}

.kawauso__box {
  width: 90%;
  background-color: #222;
  margin: 3rem auto 0;
  max-width: 960px
}

.kawauso__inner {
  transform: skewY(10deg)
}

.kawauso__inner p {
  color: #fff;
  text-align: center;
  padding-bottom: 5rem
}

.kawauso__inner h3 {
  width: 85%;
  margin: 0 auto 2rem;
  max-width: 500px
}

.kawauso .loop-top {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%
}

.kawauso .loop-top img {
  vertical-align: top
}

.kawauso .loop-top .loop {
  animation: loopTop 20s linear infinite
}

.kawauso .loop-top .loop2 {
  animation: loopTop 20s -10s linear infinite
}

.kawauso .loop-bottom {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%
}

.kawauso .loop-bottom .loop {
  animation: loopBottom 20s linear infinite
}

.kawauso .loop-bottom .loop2 {
  animation: loopBottom 20s -10s linear infinite
}

.kawauso .loop-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-inline: auto
}

.kawauso .loop {
  width: 150%;
  padding-left: 10px
}

.kawauso .loop2 {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  width: 150%
}

@media(min-width: 768px) {
  .kawauso {
    padding-bottom: 14rem
  }

  .kawauso__bg {
    padding: 8em 0 8em
  }

  .kawauso__inner {
    padding-bottom: 5rem
  }

  .kawauso__inner p {
    font-size: 2rem
  }

  .kawauso .loop,
  .kawauso .loop2 {
    width: 110%
  }
}

.section-inner {
  max-width: 960px;
  margin: auto
}

.rule {
  background: hsla(0, 0%, 100%, .7);
  border: 5px solid #fff;
  padding: 2rem;
  border-radius: 30px;
  margin: 3rem 10px 0
}

@keyframes loopTop {
  0% {
    transform: translateX(100%)
  }

  100% {
    transform: translateX(-100%)
  }
}

@keyframes loopBottom {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(100%)
  }
}

.footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 1rem 0
}

.footer__inner {
  text-align: center
}

.footer__list {
  padding: 0;
  margin: 0
}

.footer__list li {
  list-style: none;
  padding: 0 2rem;
  margin-bottom: 1rem
}

.footer__list a {
  color: #fff
}

@media(min-width: 768px) {
  .footer__list {
    display: flex;
    justify-content: center;
    margin-top: 1rem
  }

  .footer__list li {
    border-right: 1px solid #fff
  }

  .footer__list li:last-child {
    border-right: none
  }

  .footer__list li a:hover {
    border-bottom: 1px solid #fff
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #f34971;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all .5s linear;
  z-index: 99999
}

.loading.loaded {
  opacity: 0;
  visibility: hidden
}

.loading-text {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center
}

.spinner {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-left-color: #f34971;
  animation: spinner-rotation 1s linear infinite
}

@keyframes spinner-rotation {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.content-text {
  color: #333
}

#players-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  position: relative;
  gap: 20px;
  box-sizing: border-box
}

#players-list li {
  list-style: none
}

.players-list-wrap {
  position: relative;
  margin-bottom: 5rem
}

.players-list__bg__crown {
  position: absolute;
  opacity: .7;
  top: -130px;
  right: -100px;
  width: 300px
}

.players-list__bg__chair {
  position: absolute;
  opacity: .7;
  bottom: -30px;
  left: -100px;
  width: 300px
}

@media(min-width: 768px) {
  .players-list__bg__crown {
    width: 45%;
    right: -20%
  }

  .players-list__bg__chair {
    width: 45%;
    left: -20%
  }
}

.player-name {
  background-color: #222;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.player-container[data-player=player-p16] .player-name {
  font-size: 1.4rem
}

.player-sns {
  display: flex;
  justify-content: space-around;
  padding-top: 10px
}

.player-sns a {
  display: block;
  width: 30%;
  max-width: 70px;
  transition: .3s
}

.player-sns a:hover {
  transform: scale(0.9)
}

.players-list__h2 {
  position: relative;
  z-index: 10
}

.players-list__h2__img {
  left: 0;
  z-index: 30;
  width: 80%;
  position: relative;
  max-width: 500px
}

.players-list__h2::before {
  width: 90%;
  content: "";
  height: 35%;
  position: absolute;
  bottom: 0;
  left: -10%;
  background-image: linear-gradient(90deg, rgb(255, 19, 18), rgb(255, 243, 243));
  z-index: 20;
  transform: skewX(38deg);
  max-width: 615px
}

@media(min-width: 768px) {
  #players-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
  }

  .player-name {
    height: 4.6rem;
    font-size: 3rem
  }

  .player-container[data-player=player-p16] .player-name {
    font-size: 1.8rem
  }
}

.wave {
  background-image: url(../img/vol2/bg-text.jpg);
  background-size: cover;
  background-position: center center
}

/*# sourceMappingURL=style.css.map */