body {
  background: rgba(17, 17, 17, 0.9);
  position: relative;
  font-family: YakuHanMP, "Shippori Mincho B1", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
}

.bodoni{
  font-family: "Bodoni Moda", serif;
}

.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg.active .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
 

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.s-text-box{
  position: absolute;
  bottom: 5px;
  z-index: 10;
  color: #fff;
}

.s-text-box .sec1{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.s-text-box .sec1 .sec1_title-first,
.s-text-box .sec1 .sec1_title-second{
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 22px;
  line-height: 1.3;
  background: linear-gradient(135deg, #70f5ff 0%, #005fc1 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.s-text-box .sec1 .sec1_title-first{
  animation: anim--first 40s infinite linear 0.1s both;
}

.s-text-box .sec1 .sec1_title-second{
  animation: anim--second 40s infinite linear 0.1s both;
}

@keyframes anim--first {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes anim--second {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* ====================
        ヘッダー
==================== */

.hd{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 11;
  box-sizing: border-box;
  transition: all ease 0.4s;
}

.drawer-open .hd{
  padding : 20px;
}

.drawer-hamburger{
  background: #111;
}
.drawer-open .drawer-hamburger{
  top: 10px;
  right: 10px !important;
  background: none;
}

.hd .inr{

}

.hd .inr .hd-logo{

}

.hd .inr .hd-logo a{

}

.hd .inr .hd-logo a img{
  width: 250px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
  background-color: #fff;
}

.drawer-nav{
  text-align: center;
  height: 100% !important;
  width: 100% !important;
  padding: 50px 0 0;
  box-sizing: border-box;
  background-color: rgb(0 0 0 / 70%) !important;
  display: grid;
  place-items: center;
}

.drawer-nav .drawer-menu{

}

.drawer-nav .drawer-menu .main-link{
  margin-bottom: 25px;
}

.drawer-nav .drawer-menu .main-link a{
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.cnt{
  transition: all ease 0.4s;
}

.drawer-open .cnt{
  filter: blur(5px);
}


@media (max-width: 767px){
  .hd .inr .hd-logo a img{
    width: 150px;
  }
}

/* ====================
        フッター
==================== */

.ft{
  width: 100%;
  background: rgba(17, 17, 17, 0.9);
  padding:0 0 25px;
}

.ft .logo-box{
  text-align: center;
  background: #222226;
  padding: 25px;
}

.ft .logo-box .logo-list{
  list-style: none;
}

.ft .logo-box .logo-list li{

}

.ft .logo-box .logo-list li img{
  width: 100%;
  max-width: 300px;
}

.ft .inr{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;  
  padding-top: 25px;
}

.sns-list{
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  list-style: none;
}

.sns-list li{
  padding: 0.5em;
}

.sns-list li a{
  transition: all ease 0.4s;
}

.sns-list li a:hover{
  opacity: 0.7;
}

.sns-list li a img{
  width: 40px;
}

.ft .inr .copy{
  text-align: center;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #fff;
}


/* ====================
    ローディング
==================== */

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: linear-gradient(150deg, #ffed8c 0%, #eca5ab 100%);
  animation: Grad 4s infinite alternate;
}

#loading .logo{

}

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}



/* ====================
    背景動画コンテナ
==================== */

.video-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.8);
}

.video-wrap .video-box{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.video-wrap .video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-wrap .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url(../assets/image/common/overlay.png);
  background-size: 3px auto;
  z-index: 1;
}


/* ====================
     トップページ
==================== */

.base-col{
  width: 100%;
}

.base-col .inr{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.top-intro{
  padding-top: 50vh;
  
}

.top-intro .intro-text{
  color: #fff;
  font-size: 14rem;
  line-height: 0.9;
letter-spacing: -0.1em;
  height: 2em;
}

.top-intro .intro-text .sub{
  font-size: 0.9em;
}

.top-intro .intro-text .sub2{

}

.top-intro .intro-text .sub3{

}

.top-intro .intro-text .sub4{

}

.event-cnt{
  overflow-x: scroll;
  position: relative;
  /*background: rgb(24 24 27/var(--tw-bg-opacity,0.8));*/
  padding: 30px 0 10px;
  z-index: 1;
}

.event-cnt > .event-hx{
    color: #111;
    max-width: 1100px;
    font-weight: normal;
    padding: 5px 20px;
    margin: 0 auto;
    font-size: 1.1rem;
    background: #efe327;
    display: inline-block;
}
.event-cnt .inr{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  padding:20px;
  margin: 0 auto;
}

.event-cnt .inr .event-box{
  width: 25%;
  min-width: 25%;
  margin-right: 25px;
}

.event-cnt .inr .event-box a{
  transition: all 0.4s ease;
  background: #222226;
  padding: 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.event-cnt .inr .event-box a:hover{
  margin-top: -10px;
  background: rgb(14 14 17 / var(--tw-bg-opacity, 1));
  color: #fff;

}

.event-cnt .inr .event-box .date{
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.event-cnt .inr .event-box .image{
  width: 100%;
  margin-bottom: 9px;
}
.event-cnt .inr .event-box .image img{
  width: 100%;
  vertical-align: middle;
}
.event-cnt .inr .event-box .club-name{
  font-size: 0.7em;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.event-cnt .inr .event-box .event-hx{
  margin-bottom: 10px;
  font-weight: normal;
}

.event-cnt .inr .event-box .text{
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
  height: 1em;
}

.about-cnt{
/*
  background: rgba(17, 17, 17, 0.9);
*/
  padding: 180px 0 120px;
  color: #fff;
  text-align: center;
  background-size: cover;
  position: relative;
  margin-top: -50px;
}
.about-cnt:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(17, 17, 17, 0.8); 
    transform: skewY(-5deg) translateY(90px);
    z-index: -1;
}


.about-cnt .inr{

}

.about-cnt .inr .about-hx{
  position: relative;
  font-weight: normal;
  font-size: 2.8rem;
  margin-bottom: 45px;
  color: #f4e827;
}

.about-cnt .inr .about-hx .sub{
  font-size: 0.6em;
}

.about-cnt .inr .about-hx:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f4e827;
}

.about-cnt .inr .text{
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 30px;
  font-size: 2rem;
}

.ranking-cnt{
/*  background: rgb(9 9 10 / var(--tw-bg-opacity, 1));*/
  padding: 145px 15px 30px;
  color: #fff;
  position: relative;
    margin-top: -140px;
}


.ranking-cnt.diagonal:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(9 9 10 / var(--tw-bg-opacity, 1)); 
    transform: skewY(5deg) translateY(90px);
    z-index: -1;
}

.ranking-cnt .ranking-box{
  margin-bottom: 100px;
}

.ranking-cnt .ranking-box.year-rank{
  background: url(../assets/image/common/bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ranking-cnt .ranking-box .ranking-hx{
  font-weight: normal;
  font-size: 3rem;
  line-height: 0.5;
}

.ranking-cnt .ranking-box.year-rank .ranking-hx{
  text-align: center;
}


.ranking-cnt .ranking-box .ranking-hx .eng{
background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ranking-cnt .ranking-box .ranking-hx .eng .sub{
  font-size: 0.7em;
}

.ranking-cnt .ranking-box .ranking-hx .jp{
  font-size: 0.4em;
}

.ranking-cnt .wp-rank-list{
  overflow-x: scroll;
  position: relative;
  margin-bottom: 15px;
}

.ranking-cnt .rank-list{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 10px;
}

.ranking-cnt .rank-list .rank-cast{
  width: 20%;
  margin-right: 15px;
}
.ranking-cnt .rank-list .rank-cast:last-child{
  margin-right: 0;
}

.ranking-cnt .rank-list .rank-cast a{
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease;
}

.ranking-cnt .rank-list .rank-cast a:hover{
  filter: blur(2px);
}

.ranking-cnt .rank-list .rank-cast a .ranking-num{
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  margin-bottom: 7px;
}

.ranking-cnt .rank-list .rank-cast a .ranking-num .sub{
  font-size: 0.6em;
}

.ranking-cnt .rank-list .rank-cast a .name-box{

}

.ranking-cnt .rank-list .rank-cast a .name-box .position{
  font-size: 0.5rem;
}

.ranking-cnt .rank-list .rank-cast a .name-box .name{
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}

.ranking-cnt .rank-list .rank-cast a .name-box .name-eng{
  font-size: 0.6rem;
  letter-spacing: 0.04em;
}

.ranking-cnt .rank-list .rank-cast a .image{
  margin-bottom: 10px;
}

.ranking-cnt .rank-list .rank-cast a .image img{
  width: 100%;
}

.club-list-cnt{
  background:rgb(24 24 27/var(--tw-bg-opacity,1));
  color: #fff;
  padding: 60px 0;
}

.club-list-cnt .club-list-hx{
  text-align: center;
  font-size: 2rem;
  line-height: 0.9;
  margin-bottom: 40px;
  font-weight: normal;
}

.club-list-cnt .club-list-hx .sub{
  font-size: 0.7rem;
}

.club-list{
  display: flex;
  padding: 10px;
}

.club-list .club-box{
  width: 50%;
  padding: 10px;
}

.club-list .club-box a{
  background: #222226;
  padding: 40px;
  display: block;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.club-list .club-box a .image{

}

.club-list .club-box a .image img{
  width: 100%;
  border-radius: 15px;
}

.club-list .club-box a .text-box{

}

.club-list .club-box a .text-box .name{
  font-size: 3rem;
  margin-top: -20px;
  margin-bottom: 15px;
}

.club-list .club-box a .text-box .text{
  font-size: 0.7rem;
  letter-spacing: 0.04s;
  line-height: 1.8;
}

@media (max-width: 767px){
  .top-intro .intro-text{
    font-size: 8rem;
  }
  .event-cnt .inr{
    padding: 10px;
  }
  .event-cnt .inr .event-box{
    width: 47%;
    min-width: 47%;
    margin-right: 10px;
  }
  .event-cnt .inr .event-box a{
    padding: 10px 10px 15px;
  }
  .event-cnt .inr .event-box .date{
  }
  .event-cnt .inr .event-box .image{
  }
  .event-cnt .inr .event-box .club-name{
    font-size: 0.5em;
    letter-spacing: 0.04em;
  }
  .event-cnt .inr .event-box .event-hx{
    font-size: 0.8rem;
  }

  .event-cnt .inr .event-box .text{
    font-size: 0.6rem;
  }
  .about-cnt .inr .about-hx{
    font-size: 1.8rem;
  }
  .about-cnt .inr .about-hx .sub{
    font-size: 0.6em;
  }
  .about-cnt .inr .text{
    font-size: 1rem;
  }
  .ranking-cnt .ranking-box .ranking-hx{
    font-size: 1.7rem;
    line-height: 0.7;
  }
  .ranking-cnt .rank-list .rank-cast{
    width: 35%;
    min-width: 35%;
  }

  .ranking-cnt .rank-list .rank-cast a .name-box .name{
    font-size: 1rem;
  }
  .ranking-cnt .rank-list .rank-cast a .name-box .name-eng{
    font-size: 0.5rem;
  }
  .club-list{
    flex-wrap: wrap;
    padding: 10px 15px;
  }
  .club-list .club-box{
    width: 100%;
    min-width: 100%;
    padding: 10px; 
  }

  .club-list .club-box a{
    padding: 25px 30px;
  }
}

/* ====================
    ページヘッダー
==================== */

.page-header-box{
  position: relative;
  overflow: hidden;
  max-height: 350px;
}

.page-header-box .header-hx{
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: #fff;
  font-size: 8rem;
}

.page-header-box .header-hx .sub{
  font-size: 0.5rem;
  display: block;
  font-weight: normal;
}

.page-header-box .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url(../assets/image/common/overlay.png);
  background-size: 3px auto;
  z-index: 1;
}

.page-header-box .video{
  width: 100%;
  vertical-align: bottom;
}

@media (max-width: 767px){
  .page-header-box .header-hx{
    font-size: 3rem;
  }
}

/* ====================
     お知らせ一覧ページ
==================== */

.wp.news{

}

.wp.news .event-cnt{
  overflow-x: auto;
  background: rgb(24 24 27);
}

.wp.news .event-cnt .inr{
  display: block;
}

.wp.news .event-cnt .inr .event-box{
  width: 100%;
  margin: 0 auto 35px;
}

.wp.news .event-cnt .inr .event-box a{
  display: flex;
  padding: 25px 30px;
}

.wp.news .event-cnt .inr .event-box a:hover{
  margin-top: 0;
}

.wp.news .event-cnt .inr .event-box .image{
  width: 250px;
}

.wp.news .event-cnt .inr .event-box .date{
  margin: 0 10px 0 0;
  padding-right: 10px;
  border-right: 1px solid #565656;
}

.wp.news .event-cnt .inr .event-box .image{
  width: 250px;
  margin: 0;
  padding-right: 15px;
}

.wp.news .event-cnt .inr .event-box .text-box{
  
}

.wp.news .event-cnt .inr .event-box .text{
  height: 2em;
}

@media (max-width: 767px){
  .wp.news .event-cnt{
    overflow: visible;
  }
  .wp.news .event-cnt .inr .event-box a{
    padding: 15px 20px;
    flex-wrap: wrap;
  }
  .wp.news .event-cnt .inr .event-box .date{
    width: 100%;
    min-width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #565656;
    border-right: none;
  }
  .wp.news .event-cnt .inr .event-box .image{
    width: 50%;
  }
  .wp.news .event-cnt .inr .event-box .text-box{
    width: 50%;
  }
}

/* ====================
     お知らせ詳細ページ
==================== */

.news-wp{
  min-height: 60vh;
  background: #332f2f;
}

.news-wp .image-box{

}


.news-wp .image-box .image{
  max-height: 500px;
  overflow: hidden;
}


.news-wp .image-box .image img{
  width: 100%;
  filter: brightness(0.8);
}

.news-wp .text-box{
  background: #332f2f;
  color: #fff;
  padding: 0 15px 30px;
}

.news-wp .text-box .title-box{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: -50px auto 10px;
}

.news-wp .text-box .title-box .club-name{
  background: #111;
  padding: 0.3em 0.7em;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 10px;
}

.news-wp .text-box .title-box .news-hx{
  font-weight: normal;
  font-size: 3.5rem;
  margin-bottom:10px;
}

.news-wp .text-box .title-box .date{
  margin-bottom: 25px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding-left: 5px;
}

.news-wp .text-box .wp-text{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.news-wp .text-box .wp-text .text{
    background: #656565;
    color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    letter-spacing: 0.04em;
    font-size: 0.8rem;
    line-height: 2;
}

.news-wp .text-box .btn{
  text-align: center;
}

.news-wp .text-box .btn a{
  color: #fff;
  padding: 0.3em 1.3em 0.4em;
  font-size: 0.7rem;
  display: inline-
block;
  text-decoration: none;
  border: solid 1px #fff;
}


@media (max-width: 767px){
  .news-wp .text-box .title-box .news-hx{
    font-size: 1.7rem;
  }
  .news-wp .text-box .wp-text .text{
    font-size: 0.7rem;
  }
}

/* ====================
   お問い合わせページ
==================== */

.contact-box{
  background: rgba(17, 17, 17, 1);
  padding: 65px;
  text-align: center;
}

.contact-box .contact-table{
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}

.contact-box .contact-table .form-list{

}

.contact-box .contact-table .form-list dt{
  color: #fff;
  padding-right: 15px;
  margin-bottom: 25px;
  display: inline-block;
  width: 34%;
  font-size: 0.9rem;
  vertical-align: top;
}

.contact-box .contact-table .form-list dt .require{
  font-size: 0.6em;
  border: solid 1px #fff;
  padding: 0.2em 0.5em 0.1em;
  margin-left: 8px;
  vertical-align: middle;
}

.contact-box .contact-table .form-list dd{
  margin-bottom: 25px;
  display: inline-block;
  width: 64%;
  font-size: 0.9rem;
}

.contact-box .contact-table .form-list dd input{
  width: 100%;
}

.contact-box .contact-table .form-list dd textarea{
  width: 100%;
  height: 8em;
}

.contact-box .btn-form{
  text-align: center;
}

.contact-box .btn-form button{
  padding: 0.5em 1.5em;
  background: #fff;
  border: none;
  letter-spacing: 0.04em;
  transition: all 0.4s ease;
}

.contact-box .btn-form button:hover{
  background: #444;
  color: #fff;
}

.contact-box .text{
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.contact-box .tel-box{
  border: solid 1px #fff;
  margin: 0 auto 30px;
  display: inline-block;
  padding: 0.7em 1.7em;
  letter-spacing: 0.04em;
}

.contact-box .tel-box .tel{
  color: #fff;
  padding: 0.5em 0 0.3em;
}

.contact-box .tel-box .tel a{
  color: #fff;
}
.contact-box .tel-box .tel .sub{
  font-size: 0.8em;
}
.contact-box .line{
  color: #fff;
}

.contact-box .line a{
  color: #fff;
}

.contact-box .line a .ico{
  color: #fff;
  vertical-align: middle;
}

.contact-box .line a .ico img{
  width: 2em;
  margin-right: 0.5rem;
}


@media (max-width: 767px){
  .contact-box{
    padding: 40px 25px ;
  }
  .contact-box .contact-table{
    margin: 0 auto 20px;
  }
  .contact-box .contact-table .form-list dt{
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-box .contact-table .form-list dd{
    width: 100%;
  }
}

/* ====================
   ランキングページ
==================== */

.ranking-cnt.ranking-page{
  padding-top: 60px;
  margin-top:0;
}


/* ====================
   staffページ
==================== */

.link-box{
  background: #131313;
  padding: 30px 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.link-box .link-list{
  text-align: center;
  display: flex;
  justify-content: center;
}

.link-box .link-list li{
  padding: 10px;
  list-style: none;
}

.link-box .link-list li a{
  padding: 0.5em 1.5em 0.4em;
  text-decoration: none;
  color: #fff;
}

.link-box .link-list li a.homme{
  background: linear-gradient(135deg, #70f5ff 0%, #005fc1 100%);
}


.link-box .link-list li a.thetop{
  background: linear-gradient(135deg, #c370ff 0%, #0006c1 100%);

}

.ranking-cnt.staff-page .rank-list{
  flex-wrap: wrap;

}

.ranking-cnt.staff-page .rank-list .rank-cast{
  width: calc(20% - 15px);
  margin-bottom: 25px;
}

.ranking-cnt.staff-page .ranking-box .ranking-hx .homme{
  background: linear-gradient(135deg, #70f5ff 0%, #005fc1 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ranking-cnt.staff-page .ranking-box .ranking-hx .thetop{
  background: linear-gradient(135deg, #c370ff 0%, #0006c1 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ranking-cnt.staff-page .ranking-box .ranking-hx .sub{
  font-size: 0.75rem;
}

@media (max-width: 767px){
  .ranking-cnt.staff-page .rank-list .rank-cast{
    width: 33%;
    min-width: 33%;
    margin-right: 0;
    padding: 0 5px;
  }
}


/* ====================
    staff単体ページ
==================== */

.page-header-box .header-hx.cast{
    text-align: center;
    width: 100%;
    left: 0;
    top: 90px;
    z-index: 1;
}

.page-header-box .image{
  width: 100%;
}

.clubthetop .page-header-box .image{
  filter: grayscale(1);
}

.cast-page{
    margin-bottom: 40px;
    padding-bottom: 40px;
    background: rgb(19 19 19 / 90%);
}

.cast-page .inr{

}

.cast-page .inr .main-image{
  width: 75%;
  max-width: 600px;
  margin: -75px auto 20px;
  position: relative;
  z-index: 10;
  background: linear-gradient(135deg, #70f5ff 0%, #005fc1 100%);
  padding: 2px;
}

.cast-page .inr .main-image img{
  width: 100%;
  vertical-align: middle;
}

.cast-page .inr .name{
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #70f5ff 0%, #005fc1 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.cast-page .inr .name-eng{
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  background: linear-gradient(135deg, #70f5ff 0%, #005fc1 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 40px;
}

.other-cast{
  background:;
  padding: 10px;
  margin-bottom: 40px;
}

.other-cast .inr{
  width: 100%;
  max-width: 1000px;
}


.other-cast .inr .other-hx{
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
}

.other-cast .inr .other-hx .sub{
  font-size: 0.5rem;
  display: block;
  color: #999;
}

.other-cast .inr .rank-list{
  display: flex;
}

.other-cast .inr .rank-list .rank-cast{
  width: 25%;
  padding: 3px;
  text-align: center;
}

.other-cast .inr .rank-list .rank-cast .image{
  margin-bottom: 5px;
}

.other-cast .inr .rank-list .rank-cast .image img{
  width: 100%;
}

.other-cast .inr .rank-list .rank-cast .name-box{
  color: #fff;
}

.other-cast .inr .rank-list .rank-cast .name-box .name{
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.other-cast .inr .rank-list .rank-cast .name-box .name-eng{
  font-size: 0.6rem;
}

/* ====================
    店舗ページ
==================== */

.club-page-box{
  position: relative;
}

.club-page-box .intro-text{
  color: #313131;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5rem;
  z-index: -1;
  text-align: justify;
}

.club-page-box .inr{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 15px;
}

.club-page-box .inr .main-image-box .club-name-box{
  display: flex;
}

.club-page-box .inr .main-image-box .logo{
  width: 40%;
}

.club-page-box .inr .main-image-box .logo img{
  width: 100%;
}

.club-page-box .inr .main-image-box .text-box{
  width: 60%;
  margin-left: 20px;
}

.club-page-box .inr .main-image-box .name{
  font-size: 2rem;
  color: #fff;
  margin-bottom: 15px;
}

.club-page-box .inr .main-image-box .text{
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}

.club-page-box .image{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
}

.club-page-box .image img{
  width: 100%;
}

.clubthetop .club-page-box .image img{
  filter: grayscale(1);
}

.ranking-cnt.club-page .ranking-box{
  margin-bottom: 0;
}

.detail-box{
  margin-bottom: 40px;
  padding: 40px 0;
  background: rgba(17, 17, 17, 0.9);
}

.detail-box .inr{
  max-width: 600px;
  padding: 15px;
}

.detail-box .inr .club-detaile{
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
  display: flex;
}

.detail-box .inr .club-detaile dt{
  padding: 10px;
  width: 30%;
}

.detail-box .inr .club-detaile dd{
  padding: 10px;
  width: 70%;
}

.map-box{
  width: 100%;
  margin-bottom: 40px;
}
.map-box .address{
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 15px;
}

.map-box iframe{
  width: 100%;
  height: 400px;
  filter: grayscale(1);
}

/* ====================
      リクルート
==================== */

.recruit-box-wp{

}

.recruit-box-wp .recruit-image-box{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.recruit-box-wp .recruit-image-box .recruit-image{
  margin-bottom: 30px;
}

.recruit-box-wp .recruit-image-box .recruit-image li{

}

.recruit-box-wp .recruit-image-box .recruit-image li img{
  width: 100%;
  vertical-align: middle;
}

.recruit-detail{
  width:100%;
  color: #fff;
  max-width: 900px;
  margin: 0 auto 40px;
}

.recruit-detail th{
  font-weight:normal;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-align: center;
  border: solid 1px #fff;
  padding: 10px 0.5em ;
  width: 6em;
  vertical-align: middle;
  line-height: 1.2;
}

.recruit-detail td{
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 10px 0.5em ;
  border: solid 1px #fff;
  text-align: left;
  line-height: 1.3;
}

.recruit-detail td .strong{
  color: #78ffc7;
}

.recruit-detail td a{
  color: #b7ab00;
}


.fix-box{
  position: fixed;
  z-index: 10;
  left: 20px;
  bottom: 20px;
}

.fix-box .link-list{
  display: flex;
  list-style: none;
}

.fix-box .link-list li{
  padding: 5px;
}

.fix-box .link-list li a{

}

.fix-box .link-list li a .ico{

}

.fix-box .link-list li a .ico img{
  width: 4em;
}

@media (max-width: 767px){
  .recruit-detail{
    padding: 0 15px;
    display: block;
  }
  .fix-box{
    left: 10px;
    bottom: 10px;
  }
}

/* ====================
      カレンダー
==================== */

.calendar-box{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 70px 10px;
}

.calendar-box #calendar{

}

.calendar-box #calendar .fc-toolbar-title{
  color: #fff;
}

.calendar-box #calendar .fc-view-harness{
  background: #999;
}

.calendar-box #calendar .fc-scrollgrid-sync-table{
  background: #ededed;
}

.calendar-box #calendar .fc-daygrid-event-harness .fc-event{
  background: #9d9521;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 0.3em 0;
}

.calendar-box .fc .fc-daygrid-day-number{
  color: #111;
}

.calendar-box #calendar .fc-daygrid-event-harness .fc-event .fc-event-main{
  color: #fff;
  text-align: center;
}

@media (max-width: 767px){

}

.aisatsu{
  text-align: center;
  padding: 20px;
}

.aisatsu img{
  width: 100%;
  max-width: 800px;
}