/*フォント*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
body {
  font-family: "Noto Serif JP", serif;
}
.btn_totop {
  display: none;
}
.top_menu ul li a p,
.contents_header p,
.cont_titile span,
.top_topics .sh,
.ranking .therapist-box .rank {
  font-family: "Noto Serif JP", serif;
  text-transform: uppercase;
  font-weight: 100;
}

.btn_tel.pc .material-icons {
  margin-right: 5px;
  margin-top: 4px;
}
.nav_follow .btn_tel a {
  display: flex;
  justify-content: center;
  align-content: center;
}

.contents {
  margin: 0;
  padding: 70px 0 0 0;
}
.profile-twi span,
.top_twitter span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ekkusu {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}
main {
  position: relative;
}
main::before {
  content: "";
  display: block;
  background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    url(../img/bg-sp.jpg);
  background-size: 250%;
  background-position: center bottom;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner_page .btn01 {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  .nav_follow .logo img {
    padding-top: 0.6rem;
  }
}
@media screen and (min-width: 640px) {
  main::before {
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.6) 25%,
      rgba(255, 255, 255, 0.7) 50%,
      rgba(255, 255, 255, 0.8) 75%,
      rgba(255, 255, 255, 0.8) 100%
    );
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: fixed;
  }
  main {
    position: relative;
    /* margin: -180px; */
  }
}

.top_contents,
.top_eventbanner {
  /* background: #fff; */
  display: none;
}
.label-wrap {
  /* display: none; */
}
.room {
  /* display: none; */
}
body {
  /* font-weight:200; */
}
.inner {
  width: 100%;
}
.top_app,
.top_blog,
.top_credit,
.top_access,
.top_link {
  padding: 0 1rem;
}
@media screen and (min-width: 640px) {
  .top_information .information_list li {
    height: 140px;
  }
}
/*end*/
.top_schedule,
.top_blog,
.top_access {
  background: #fafafa;
}

@media screen and (min-width: 640px) {
  .top_access .access-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
  }

  .top_access .access-box .ggmap {
    width: 100%;
    margin: 0;
  }
  .top_access .access-box {
    padding: 0 2rem;
    border-bottom: 1px solid #212121;
  }
  .top_access .btn01 {
    margin: 50px auto 25px auto;
  }
}
.btn01 a {
  background: linear-gradient(
    111.4deg,
    rgb(11 91 156) 6.5%,
    rgb(143 185 220) 93.2%
  );
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 6px;
}

/*header,toggle*/
.nav_follow {
  padding: 0 0 0 10px;
}
.toggle {
  right: 10px;
}
.toggle span {
  width: 90%;
}
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  right: 0;
}

.global_nav_sp {
  background: linear-gradient(
    111.4deg,
    rgb(24 117 191) 6.5%,
    rgba(27, 24, 113, 1) 93.2%
  );
}

.global_nav_sp ul li a {
  font-size: 15px;
  color: #fff;
}

.global_nav_sp a span {
  font-size: 12px;
  color: #ccc;
}

@media screen and (min-width: 640px) {
  .fix-header {
    background: #fff;
  }

  .nav_follow .head_btn.reserve a {
    background: linear-gradient(
      15deg,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 1) 200%,
      rgba(0, 0, 0, 1) 100%
    );
    color: #fff;
  }
}

/*footer*/

footer {
  background: linear-gradient(
    153deg,
    rgba(24, 73, 132, 1) 0%,
    rgba(24, 73, 132, 1) 36%,
    rgb(104 177 215) 77%,
    rgba(62, 132, 182, 1) 100%
  );
  margin: 3rem 0 0 0;
  /* background: #ebf3ff; */
}

footer small {
  color: #fff;
  font-size: 14px;
}

.f-hours {
  background: linear-gradient(
    15deg,
    rgba(40, 40, 40, 1) 20%,
    rgba(40, 40, 40, 1) 200%,
    rgba(40, 40, 40, 1) 100%
  );
  color: #fff;
  display: flex;
}
.f-hours div {
  width: 50%;
  margin: 0 auto;
  font-weight: bold;
}
.f-hours div:last-child {
  /* display: none; */
}

.foot_navi {
  background: linear-gradient(
    15deg,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 200%,
    rgba(0, 0, 0, 1) 100%
  );
}

.foot_navi a {
  color: #fff;
}

.btn_totop a {
  background: linear-gradient(
    15deg,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 200%,
    rgba(0, 0, 0, 1) 100%
  );
  color: #fff;
}

/*contents header*/

.contents_header {
  /* background: rgb(242,228,210); */
  /* background: linear-gradient(90deg, rgba(242,228,210,1) 0%, rgba(255,247,238,1) 49%, rgba(242,228,210,1) 100%); */
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  /* background-color: #232741; */
  /* background-image: url(""); */
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
  z-index: 1;
}

/* ---- stats.js ---- */

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
#scroll-top {
  opacity: 0;
  transition: opacity 350ms ease;
  display: none;
}
.no-schedule {
  font-size: 1rem;
  padding: 1rem 1rem 0;
  font-weight: bold;
}
.no-schedule .btn01 {
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .no-schedule {
    font-size: 1.2rem;
    text-align: center;
  }
  .no-schedule .btn01 {
    font-size: 14px;
  }
}
.error .text p {
  margin-bottom: 2rem;
}
.error .text p.btn01 a {
  padding: 10px;
}
.top_credit p {
  font-size: 0.818rem;
}
@media screen and (max-width: 400px) {
  .credit > div {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .inner_contents {
    width: 98%;
    margin: 0 auto;
  }
}

/*timer*/
#countdown {
  position: relative;
  top: 0.5rem;
  right: -1.5rem;
  /* transform: translate3d( 0, -50%, 0 ); */
  font-size: 1rem;
  line-height: 1.6;
  /* animation: fadein 3.4s linear forwards; */

  span {
    font-size: 1rem;
    vertical-align: baseline;
  }
}

@keyframes fadein {
  0% {
    filter: blur(50px);
  }
  100% {
    filter: blur(0);
  }
}
#countdown {
  line-height: 1.2;
  color: #fff;
  /* text-shadow: 1px 1px 7px #a3a3a3; */
  /* filter: drop-shadow(0px 1px 0px #888) drop-shadow(1px 0px 0px #888); */
  letter-spacing: 3px;
  font-size: 21px;
  color: #ff6565 !important;
  font-weight: 900;
}
#countdown span {
  line-height: 1;
  color: #ffffff;
}
.nav_follow div {
  display: flex;
}

@media screen and (min-width: 640px) {
  #countdown {
    top: -1.5rem;
    right: 7.5rem;
  }
}

.size-a {
  font-size: 1rem;
  color: #fff;
}
/* .timer-active {
  font-size: 21px !important;
  color: #ff4141 !important;
  font-weight: 900;
} */

.blog .image img {
  object-fit: contain !important;
  display: block;
  padding: 1rem 0 0 0;
}

/*大会概要*/
.over {
  width: auto;
}

.over img {
  width: 100%;
  height: 100%;
  display: none;
}
.oversp {
  width: auto;
  padding-bottom: 1.5rem;
  margin: 1rem 0 0 0;
}

.oversp img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 640px) {
  .oversp {
    width: auto;
    padding-bottom: 2rem;
  }

  .oversp img {
    width: 100%;
    height: 100%;
    display: none;
  }

  .over {
    width: auto;
  }

  .over img {
    width: 100%;
    height: 100%;
    display: block;
  }
}
#top_access {
  color: #fff;
}

@media screen and (min-width: 640px) {
  .oversp_b {
    width: auto;
    padding-bottom: 5rem;
  }

  .oversp_b img {
    width: 100%;
    height: 100%;
    display: none;
  }

  .over_b {
    width: auto;
    margin: 0 auto;
  }

  .over_b img {
    width: 210px;
    height: auto;
    display: block !important;
  }
}

.over_b {
  width: auto;
}

.over_b img {
  display: none;
  margin: 0 auto;
  padding: 1rem 0 4rem;
}
.oversp_b {
  width: 210px;
  padding-bottom: 2rem;
  margin: -3rem auto 0;
}

.oversp_b img {
  width: 100%;
  height: 100%;
}

.ranking_text {
  text-align: center;
  background: linear-gradient(
    111.4deg,
    rgb(11 91 156) 6.5%,
    rgb(143 185 220) 93.2%
  );
  /* color: #fff; */
  width: 50%;
  margin: 0 auto;
  padding: 5px;
  border-radius: 18px;
}

.ranking_text a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.movie_kaito {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}
h2.cont_titile-sBanner {
  width: 75%;
}

.cont_titile {
  padding: 2.5rem 0 1.5rem;
}
.rank_t {
  margin: 0 auto 2rem;
  padding: 1.5rem 1rem;
}
.top-rankin {
  padding-bottom: 3rem;
}
.player {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
.cont_titile {
  font-size: 1rem;
}
.cont_titile span {
  font-size: 1.75rem;
}
section.top_insta {
  max-width: 1000px;
  padding: 0 1rem;
}
@media screen and (min-width: 640px) {
  .movie_kaito {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .cont_titile {
    padding: 5rem 0 3rem;
  }
  .rank_t {
    margin: 0 auto 2rem;
    padding: 4rem;
  }
  .top-rankin {
    padding-bottom: 5rem;
  }
}

@supports (-webkit-touch-callout: none) {
  .top_link {
    margin-top: 100px !important;
    position: relative;
    z-index: 20;
  }
}

.over p {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    padding-top: 2rem;
}

.over span {
    font-size: 0.9rem;
}

.oversp p {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    padding-top: 2rem;
}

.oversp span {
    font-size: 0.9rem;
}