@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Reggae+One&display=swap");
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

time {
  color: darkslategrey;
}



header {
  height: 76.39px;
	top: 0;
}

.breadcrumb {
  background-color: rosybrown;
  padding: 5px;
	padding-top: 30px;
}

nav {
  height: 100%;
}

a {
  color: #0f0087;
  text-decoration: none;
}

iframe {
  width: 100%;
  height: 100%;
}

header {
  z-index: 300;
  background-color: beige;
}

.detail-btn:hover {
  color: #565554;
  opacity: .8;
}

.title-box {
  border-bottom: solid 1px;
}

table {
  width: 100%;
}

tr {
  border: solid 1px;
}

th {
  font-weight: bold;
  text-align: center;
  border: solid 1px;
  width: 25%;
  padding: 10px;
}

td {
  text-align: center;
}

td li {
  list-style: none;
}

.entry-404 {
  margin: 50px;
}

.page-title h2::before {
  content: "";
  font-size: calc(1.325rem + 0.9vw);
  border-left: solid 1px;
  margin-right: 10px;
}

.contents-box article {
  position: relative;
  height: 280px;
  width: 30%;
  margin-top: 30px;
}

.contents-box article img {
  width: 100%;
  object-fit: cover;
}

.contents-box article a {
  color: black;
}

.contents-box article .category-name {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}

.contents-box article:hover {
  opacity: .6;
}

.contents-box .custom {
  height: initial;
}

.contents-box .custom .custom-name {
  color: #0f0087 !important;
}

.page-img {
  position: relative;
}

.page-img a {
  position: absolute;
  top: 0;
  left: 0;
}

.article-tag {
  border-radius: inherit;
}

.btn-box {
  background: #565554;
  width: 15%;
  text-align: center;
  margin: 0 auto;
}

.btn-original {
  position: relative;
  color: white;
  height: 64px;
  line-height: 64px;
  transition: all 0.3s;
}

.btn-original span {
  transition: all 0.3s;
  transform: scale(1, 1);
}

.btn-original::before,
.btn-original::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* BTN SIX */
.btn-six::before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.3, 1.3);
}

.btn-six:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-six::after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-six:hover::after {
  transform: scale(0, 0);
  opacity: 0;
}

#news {
  margin-top: -140.39px;
  padding-top: 140.39px;
}

#artist {
  margin-top: -140.39px;
  padding-top: 140.39px;
}

#company {
  margin-top: -140.39px;
  padding-top: 140.39px;
}

#recruit {
  margin-top: -140.39px;
  padding-top: 140.39px;
}

header {
  position: fixed;
  width: 100%;
}

.navbar-brand {
  width: 10%;
}

.navbar-brand img {
  width: 100%;
  object-fit: cover;
}

.navbar-collapse ul li {
  margin: 0 5px;
}

.navbar-collapse ul li a {
  color: black;
}

.navbar-collapse ul li a:hover {
  color: gray;
}

.nav-link:hover {
  color: #0a58ca !important;
}

.navbar-nav {
  background-color: beige;
}

.show {
  background-color: beige;
}

.hero {
 margin-top: 52px;
 position: relative;
 font-family: "Reggae One", cursive !important;
 /* background-image: url(../img/top_mv-250109-1.jpg); */
 background-image: url(../img/top_mv-260113-1.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 aspect-ratio: 4 / 3;
}

.hero h4 {
  width: 50%;
  margin: 0 auto;
}

.hero h1 {
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
}
.hero h1 .logo-img{
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.news .cate {
  text-decoration: none;
  color: white;
}

.news .news-box article {
  border-bottom: dotted 1px;
}

.artist {
  text-align: center;
}

.artist .artist-box img {
  width: 100%;
  object-fit: cover;
  height: 230px;
}

.artist .artist-box img:hover {
  opacity: 0.5;
}

.recruit .audition-box {
  background-image: url(../img/microphone-1209816_640.jpg);
  background-size: cover;
}

.recruit .audition-box h4 {
  background-color: #f5f5f591;
}

.recruit .audition-box h4::after {
  content: "オーディション";
  display: block;
  font-size: medium;
}

.recruit .audition-box a:hover {
  opacity: 0.7;
}

.recruit .contact-box {
  background-image: url(../img/telephone-3651059_640.jpg);
  background-size: cover;
}

.recruit .contact-box h4 {
  background-color: #f5f5f591;
}

.recruit .contact-box h4::after {
  content: "お問い合わせ";
  display: block;
  font-size: medium;
}

.recruit .contact-box a:hover {
  opacity: 0.7;
}

footer {
  background-color: beige;
}

footer .box {
  width: 70%;
  margin: 0 auto;
}

footer .box .logo-img {
  width: 60%;
}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer ul li {
  margin: 0 !important;
  border-left: dotted 1px;
  padding: 0 10px;
}

footer ul li a {
  color: #212529;
}

footer ul li a:hover {
  color: gray;
}

footer ul li .shop-disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
}

footer ul li:first-child {
  border: none;
}

footer p {
  margin-bottom: 0;
}

/* ========================================================
ページトップに戻るボタン
=========================================================*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: black;
  border-radius: 25%;
  text-align: center;
  color: white;
  font-size: 25px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #464545;
  transform: translateY(10px);
  text-align: center;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

article img {
  height: 200px;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.page-img img {
  width: 60%;
}


@media screen and (max-width: 767px) {
  /* 767pxまでの幅の場合に適応される */
  .navbar-brand {
    width: 20%;
  }
  .btn-box {
    width: 50%;
  }
  th,
  td {
    display: block;
    width: 100%;
  }
  th {
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: #f8f9fa;
  }
  .artist-box a {
    margin-top: 40px !important;
  }
  .company-right {
    margin-top: 50px;
  }
  .contact-box {
    margin-top: 50px;
  }
  .contents-box article {
    height: initial;
    width: 70%;
  }
  .contents-box article h5 {
    font-size: 1rem;
  }
  .logo-img {
    width: 40% !important;
    top: 10px!important;
  }
  .page-img img {
    width: 100%;
  }
  footer ul li {
    font-size: 13px;
  }
 /* .hero {
    padding: 30px 0 !important;
  }*/
  .hero {
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }
  .hero h1 {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */
.footer-logobox{
  display:flex;
  justify-content: space-around;
}

/* レーベルページ */
.anchor {
    padding-top: 75px;
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    padding: 10px;
  }
}

/* ページネーション */
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #212529!important;
}

/* リキャプチャ非表示 */
.grecaptcha-badge {
    visibility: hidden;
}