@charset "utf-8";

/*mainvisual*/

.mainvisual {
  padding: 0;
  /* height: 62vh; */
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 5rem;
  /* padding-bottom: 2rem; */
  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%);
}
.slick-list {
  overflow: unset;
}

/*---------スライダースマホ用PC用追記----------*/

.mainvisual-sp {
  display: none !important;
}
.mainvisual-pc {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .mainvisual-sp {
    display: block !important;
  }
  .mainvisual-pc {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .cont_titile.sche-tt span {
    font-size: 2.2rem;
  }
  .mainvisual .slick-track li img {
    width: 100% !important;
    padding-top: 0rem;
    /* transform: translate(-21%, 0%); */
  }

  #particles-js {
    /* height: 540px!important; */
  }
}

.mainvisual .slick-slide img {
  width: 100%;
  object-fit: cover;
}

.mainvisual .mainlogo {
  position: absolute;
  width: 80%;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  filter: drop-shadow(1px 1px 2px #fff);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainvisual .mainlogo img {
  object-fit: cover;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.mainvisual .nav_follow {
  display: none;
}
.mainvisual ul.sns {
  display: none;
}
/* .mainvisual .global-nav {
    display: none;
} */

.mainvisual .global-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: #000;
  left: 0px;
  margin: 0;
  padding: 20px 0;
  box-sizing: border-box;
  display: block;
}

.mainvisual .global-nav a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.mainvisual .global-nav a span {
  color: #bbb;
}
.mainvisual .global-nav_list li {
  width: auto;
  padding: 0 1rem;
  text-align: center;
}
.mainvisual .global-nav_list li + li {
  border-right: 1px solid #bbb;
}

@media screen and (max-width: 768px) {
  .mainvisual .global-nav .global-nav_list {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .mainvisual .global-nav_list li {
    display: inline-block;
    text-align: center;
    width: 33.33%;
  }

  .global-nav_list li a span {
    display: block;
    font-size: 11px;
  }

  .mainvisual .global-nav .head-nav7 {
    border-right: none;
  }

  .mainvisual .global-nav .global-nav_list a {
    font-size: 14px;
  }

  .mainvisual .global-nav .head-nav1,
  .mainvisual .global-nav .head-nav2,
  .mainvisual .global-nav .head-nav5,
  .mainvisual .global-nav .head-nav6,
  .mainvisual .global-nav .head-nav8,
  .mainvisual .global-nav .head-nav9,
  .mainvisual .global-nav .head-nav10 {
    display: none;
  }
}

@keyframes fadezoom {
  0% {
    transform: translateX(0%);
  }

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

@media screen and (min-width: 640px) and (max-width: 1500px) {
  .mainvisual .slick-slide img {
    height: 85vh !important;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual {
    padding: 0;
    height: unset;
    /* max-height: 1080px; */
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  .mainvisual .global-nav_list li:first-child {
    border-right: 1px solid #bbb;
  }
  .mainvisual .slide-animation {
    /* animation: fadezoom 9s 0s forwards; */
  }
  .mainvisual .mainlogo img {
    object-fit: cover;
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .mainvisual .slick-slide img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    /* padding-top: 3.8rem; */
    /* padding-bottom: 4rem; */
    /* height: 85vh; */
    /* object-position: top center; */
  }

  .mainvisual .mainlogo {
    width: 42%;
    top: 0;
  }

  .mainvisual .nav_follow {
    display: block;
    position: absolute;
    top: 0;
  }

  .mainvisual .nav_follow .btn_tel {
    margin: 0;
  }

  .mainvisual .nav_follow .head_btn {
    margin: 0 0 0 0;
  }

  .mainvisual .global-nav .global-nav_list {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1000px;
  }

  .mainvisual .global-nav_list li:last-child {
    border-right: none;
  }

  .mainvisual .global-nav .global-nav_list a {
    flex-direction: column;
    font-size: 0.75vw;
    width: max-content;
  }

  .mainvisual .global-nav .global-nav_list span {
    display: block;
    font-size: 12px;
  }
}

@media screen and (min-width: 840px) {
  .mainvisual ul.sns {
    display: flex;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }

  .mainvisual ul.sns li {
    width: 28px;
    margin: 0 12px 0 0;
  }
}

/* @media screen and (min-width: 1000px) {

.mainvisual .mainlogo {
  width: 660px;

}

} */

/*top_topics*/

.top_topics {
  margin-top: 1rem;
  width: 93%;
  max-width: 1100px;
  margin: 0.6rem auto;
  position: relative;
  overflow: hidden;
  /* background: #f0f0f0; */
  border: 1px solid #ccc;
}

@media screen and (min-width: 1000px) {
  .top_topics {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}

.top_topics .sh {
  background: linear-gradient(111.4deg, rgb(11 91 156) 6.5%, rgb(143 185 220) 93.2%);
  /* padding-top: 5px; */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  z-index: 1;
  width: 90px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  height: 100%;
}

.top_topics .marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  padding: 5px 0 5px 100%;
}

@keyframes marquee {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}

/*top contents*/
.top_contents {
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
.top_contents .inner {
  width: 92%;
}
.top_contents .inner h2 {
  font-size: 16px;
  padding: 0 0 15px 0;
  line-height: 1.4;
}

@media screen and (min-width: 640px) {
  .top_contents .inner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 3rem 1rem 4rem;
  }

  .top_contents .inner h2 {
    font-size: 26px;
    padding: 0 0 20px 0;
  }

  .top_contents .inner .read {
    font-size: 16px;
  }
}

/*top_eventbanner */

.top_eventbanner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

/*top information*/
.top_infoarea {
  /* background: #fbf5ed; */
}

.top_information {
  width: 96%;
  margin: 0rem auto 50px auto;
  padding-top: 1rem;
}

.top_information .information_list {
  width: 88%;
  margin: 0 auto;
}
.top_information .information_list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  align-items: center;
}

.top_information .information_list li h3 {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
}

.top_information .information_list li p.date {
  width: 100%;
  line-height: 1;
  padding: 5px 0 10px 0;
  text-align: right;
}

.top_information .information_list li .image {
  width: 36%;
  display: block;
}

.top_information .information_list li .image img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  object-position: top center;
}

.top_information .information_list li .disc {
  width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  height: 3.5rem;
  padding: 0 0 0 10px;
}

/*top twitter*/

.top_twitter {
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0 40px 0;
}

@media screen and (min-width: 640px) {
  .top_infoarea .flex_box {
    width: 98%;
    margin: 0 auto;
    max-width: 1100px;
  }

  .top_infoarea {
    padding: 5px 0;
  }
  .top_information {
    width: 100%;
    margin: 0;
    padding: 2rem 0 2rem;
  }
  .top_information .information_list li {
    position: relative;
  }

  .top_information .information_list li h3 {
    width: 67%;
    margin: 0 0 0 auto;
  }
  .top_information .information_list li p.date {
    width: 67%;
    margin: 0 0 0 auto;
  }
  .top_information .information_list li .image {
    width: 32%;
    position: absolute;
  }
  .top_information .information_list li .image img {
    height: 140px;
  }
  .top_information .information_list li .disc {
    width: 60%;
    margin: 0 0 0 auto;
  }

  .top_twitter {
    width: 43%;
    margin: 0;
  }
}

/*top_special*/

.top_special .slick-slide {
  /* margin: 10px; */
  width: 100% !important;
}
/*top schedule*/
.schedule h3 {
  padding: 0 !important;
  line-height: 1.4 !important;
  text-align: unset !important;
}

/*top therapist*/

.top_therapist {
  /* background: #fbf5ed; */
}

/*top blog*/
.top_blog {
  background: #fbf5ed;
}

/*top_special*/
.top_special {
  padding: 25px 10px;
  background: #edf5f7;
}

/*top_app*/

.top_app h3 {
  text-align: center;
  background: #efefef;
  padding: 5px 0;
  line-height: 1.8;
  margin: 30px 0 0 0;
}

.top_app .btn_webreserve {
  width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 7px;
  box-shadow: 0px 1px 6px #ccc;
}

.top_app .btn_webreserve img {
  border-radius: 7px;
}

.top_app img {
  width: 100%;
  height: auto;
}

.top_app ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48%);
  justify-content: space-between;
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  .top_app .box {
    width: 47%;
  }

  .top_app ul {
    grid-template-columns: repeat(auto-fit, 47%);
    margin: 50px 0;
  }
}

/*top_credit*/

.top_credit {
  text-align: center;
  /* background: #fbf5ed; */
}
.top_credit img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 30px auto;
}

/*top_menu*/
.top_menu {
  padding: 25px 0;
}

.top_menu ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 1200px;
  flex-wrap: wrap;
}

.top_menu ul li {
  width: 47%;
  height: auto;
  position: relative;
  margin: 1%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.top_menu ul li img {
  height: 130px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 7/3;
  border-radius: 11px;
}

.top_menu ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 89%;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  /* background: rgba(0, 0, 0, 0.3); */
  border-radius: 11px;
  padding-bottom: 0.6rem;
}

.top_menu ul li a:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}

.top_menu ul li a p {
  font-size: 26px;
  font-weight: 200;
}

.top_menu ul li a h3 {
  font-size: 17px;
}

@media screen and (min-width: 640px) {
  .top_menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_menu {
    padding: 5rem 0 1rem 0;
  }

  .top_menu ul li {
      width: 32%;
      height: 120px;
      position: relative;
      /* background: #CCC; */
      padding: 0;
      margin: 0.4rem auto;
      display: flex;
      flex-direction: column;
  }
  .top_menu ul li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: -webkit-fill-available;
    color: #fff;
    justify-content: end;
    align-items: center;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.3); */
    border-radius: 20px;
  }
  .top_menu ul li img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    aspect-ratio: 7 / 3;
    border-radius: 20px;
  }
}

/*top_access*/

.top_access {
  background: #f4f4f4;
}

/*toplink*/

.top_link ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48%);
  justify-content: space-between;
  grid-gap: 10px;
}

.top_link ul img {
  width: 80%;
  height: auto;
}

@media screen and (min-width: 640px) {
  .top_link ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 28%);
    justify-content: start;
    grid-gap: 10px;
    align-content: space-around;
    align-items: start;
    justify-items: center;
    margin: 0 auto;
    text-align: center;
}
}
.top_special .slick-slider .slick-track {
  margin-left: 0;
}
.entry {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 1rem 0rem;
  box-sizing: border-box;
}
.entry img {
  width: 100%;
  border-radius: 0.5rem;
}
@media screen and (min-width: 640px) {
  .entry {
    padding-top: 2rem;
  }
}

.top_movie {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding: 1rem 1rem 0rem;
  box-sizing: border-box;
}
.top_movie video {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 640px) {
  .top_movie {
    padding-top: 2rem;
  }
  nav.gBanner {
    padding: 0 0 0 20%;
  }

  .top_special .slick-slide {
    margin:  0 auto;
    width: 600px !important;
  }

  .top_special {
    padding: 25px;
    margin: 0 auto;
    background-color: #ebf6ff;
}
}

nav.gBanner {
  padding: 0 0 0 0;
}

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

  .oversp {
    width: auto;
    padding-bottom: 2.5rem;
    margin: -1rem 0 0 0 !important;
}

@media screen and (min-width: 640px) {
  .over {
      width: 75% !important;
      margin: 0 auto;
  }
}

section.top_insta {
    max-width: 1200px;
    margin: 1rem auto 0;
}

@media screen and (min-width: 640px) {
section.top_insta {
    max-width: 1200px;
    margin: 3rem auto 0;
}
}

/* ランキング */

.rank_t {
  max-width: 980px;
  margin: 40px auto;
  background: #14579a;
  padding: 30px 10px;
  border-radius: 8px;
  box-shadow: 0 3px 16px #ddd;
}

.rank_t h1 {
  color: #24386b;
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
}
.rank_t h2 {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 18px;
    text-align: center;
}
.top-player {
    background: #ffffff;
    border-left: 6px solid #9b9a95;
    padding: 18px 22px;
    border-radius: 4px;
    margin-bottom: 28px;
    font-size: 1.1em;
    display: flex;
}

.top_p {
    display: inline-block;
    width: 20%;
}

section.top_p img {width: 100%;}


.rank_t table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  color: #fff;
}

.rank_t thead {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.rank_t thead th {
  background: #3461c1;
  color: #fff;
  padding: 10px;
  text-align: center;
      font-size: 0.8rem; 
}
.rank_t tbody tr:nth-child(even) {
  background: #7789a1;
}
.rank_t tbody td {
  border: 1px solid #dbe2ef;
  padding: 9px;
  text-align: center;
  font-size: 0.8rem;
}

.top_text a{
font-size: 26px;
font-weight: bold;
color:#7789a1;
}

section.top_text {
    width: 80%;
    display: inline-block;
    font-size: 30px;
}

@media screen and (max-width: 990px) {
section.top_p {
    width: 30%;
}

.top-player {
    padding: 7px 4px 4px;
}

.top_text a{
  font-size: 18px;
  color:#7789a1;
}

section.top_text {
    font-size: 20px;
}

}




