
body {
  background-image:  url(../img/bg02.png?date=20250819) ;
  background-size: contain;
}
header .logolink {
  display: block;
  width: 15%;
}
.wrap {
  padding-top: 40px;
}
h1{
  font-size: 50px;
  font-weight: 900;
  color: #F9226B;
  font-style: italic;
}
#artistpage .concept {
  margin-bottom: 100px;
}
#artistpage .conceptwrap {
  background: #fff;
  border-radius: 0 0 60px 60px;
  padding: 40px;

}
#artistpage .conceptwrap h3 {
  font-size: 30px;
  font-weight: bold;
  color: #F25454;
}
#artistpage h2 {
  background: #D1F1F5;
  padding: 16px;
  text-align: center;
  font-size: 26px;
}
#artistpage .member h2 {
  background: #EDF57F;
}
#artistpage .member .memberwrap {
  background: #fff;
  border-radius: 0 0 60px 60px;
}
#artistpage .member .memberwrap ul {
  display: flex;
}
#artistpage .member .memberwrap ul li {
  width: 50%;
  padding: 60px 4%;
  text-align: center;

}
#artistpage .member .memberwrap ul li p {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
#artistpage .member .memberwrap ul li a {
  display: block;
  width: 60%;
  margin: 0 auto;
  background: #F25454;
  border-radius: 80px;
  color: #fff;
  padding: 16px;
  text-align: center;
}

#profile  .profilelist {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0;
  background: #fff;
  padding: 26px 100px 0 100px;
 border: solid 2px #EEF6A8;
}
#profile  .profilelist li {
  width: 50%;
  margin-bottom: 30px;
}
#profile h2 {
  background: #EEF6A8;
  padding: 16px;
  text-align: center;
  font-size: 26px;
}
#profile .text {
  padding: 26px 18px;
  border: solid 2px #EEF6A8;
  background: #fff;
}
#profile .linktw {
  display: block;
  width: 60%;
  margin: 80px auto;
  background: #0D0D0D;
  border-radius: 80px;
  color: #fff;
  padding: 16px;
  text-align: center;
}
#artistlist .artist {
  padding: 60px 4%;
  background: #fff;
  border-radius: 60px;
}
#artistlist .artist ul {
  display: flex;
  justify-content: space-between;
}
#artistlist .artist ul li {
  width: 20%;
  box-shadow: 0px 10px 10px -9px rgba(0, 0, 0, 0.2);
}
#artistlist .artist .grouptext {
  width: 600px;
  margin: 0 auto;
}
#artistlist .artist .shoukai {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0.6em;
  background: #e0edff;
}
#artistlist .artist .shoukai:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
#artistlist .artist .shoukaibox {
  display: flex;
  flex-wrap: wrap;
}
#artistlist .artist .shoukaibox dl {
  display: flex;
  width: 250px;
  margin-right: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.tab_contents_box {
  margin-top: 30px;
}
#recruitpage .tab_menu {
    z-index: 2;
    position: relative;
    width: 120px;
    margin: 0 5px;
    background-color: #eee;
    line-height: 36px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: none;
    color: #fff;
    font-weight: bold;
}
#recruitpage .tab_menu:hover {
    color: #838383;
}
#recruitpage .tab_menu:first-of-type{
margin: 0 5px 0 20px;
}
#recruitpage input:checked + .tab_menu {
    border-bottom: solid 2px #fff;
}
#recruitpage input[name="tab_menu"] {
  display: none;
}
#recruitpage .tab_content {
    display: none;
    z-index: 1;
    clear: both;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
    top: -2px;
    background: #FFF3DE;
}
#tab_a:checked ~ #tab_a_content,
#tab_b:checked ~ #tab_b_content,
#tab_c:checked ~ #tab_c_content {
    display: block;
}

#recruitpage .tab_menu.tabaa {
  background-color: #ECBE6F;
}
#recruitpage .tab_menu.tabab {
  background-color: #FF5494;
}
#recruitpage .tab_menu.tabac {
  background-color: #6FB2EC;
}
#recruitpage .tabcontent_inner {
  width: 800px;
  margin: 0 auto 80px auto;
  padding: 20px;
  background: #fff;
}
#recruitpage .tabcontent_inner ul {
  width: 90%;
  margin: 0 auto;
}
.is-style-vkp-heading-speech-balloon-under-line{
 position:relative;
 padding-bottom:0.5rem;
 border-bottom:1px solid currentColor;
 text-align: center;
  margin-bottom: 20px;
}
.is-style-vkp-heading-speech-balloon-under-line::before{
 content:'';
 position: absolute;
 top: 100%;
 left: 50%;
 transform: translateX(-50%) skew(-25deg);
 height: 15px;
 width: 15px;
 border-right: 1px solid currentColor;
 background-color: #fff !important;
 border-left: none;
 border-top: unset;
 border-bottom: unset;
}
#recruitpage .tabcontent_inner ul li {
  margin-bottom: 30px;
}
#recruitpage .tab_content .recruitindex {
  display: block;
  width: 300px;
  margin: 30px auto;
}
#recruitpage #tab_b_content h2 {
  text-align: center;
  margin-bottom: 10px;
}
#recruitpage #tab_b_content .aisatsutop {
  display: flex;
  align-items: center;
  padding: 16px;
  margin-bottom: 20px;
  background: #fffd82;
}
#recruitpage #tab_b_content .aisatsutop img {
  display: block;
  width: 250px;
  margin-right: 16px;
}
#recruitpage #tab_b_content p {
  margin-bottom: 16px;
}
body.schedulebg {
  background-image:  url(../img/index/toppc.jpg?date=20250819) ;
  background-size: cover;
  background-repeat: no-repeat;
}
body.schedulebg main {
  padding: 0;
}
#schedule .google-cal iframe {
  width:100%;
  margin-bottom: 20px;
}
#newslist .newslistinner {
  padding: 20px 0;
  background: #fff;
}



body.newsbg {
  background-image:  url(../img/newsbg-min.jpg?date=20250819) ;
  background-size: cover;
  background-repeat: no-repeat;
}
#newspage .newspagetop {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background: #ffff;
}
#newspage .newspagetop .artistname {
  width: 35%;
  padding: 10px 20px;
  margin-right: 10px;
  background: #FFBDA8;
  border-radius: 30px;
  text-align: center;
}
#newspage {
  padding: 0 40px;
}
#newspage .textarea {
  margin: 20px auto;
  padding: 30px;
  border: solid 2px #FC257B;
  background: #fff;
}
#newspage .newsdetail li {
  margin-bottom: 10px;
  background: #fff;
}
#newspage .newsdetail li dl {
    display: flex;
  }
  #newspage .newsdetail dt {
    width: 200px;
    padding: 8px;
    background: #FC257B;
    color: #FFF;
    text-align: center;
  }
  #newspage .newsdetail dd {
    width: 920px;
    padding: 8px;
    border:  solid 2px #FC257B;
  }
@media screen and (max-width: 750px) {
 h1{
  font-size: 24px;
}
.wrap {
    padding-top: 10px;
  }
  #artistpage h2 {
    padding: 4px;
    font-size: 16px;
}
#artistpage .member .memberwrap {
  border-radius: 0 0 20px 20px;
}
#artistpage .member .memberwrap ul {
  display: block;
}
#artistpage .concept {
  margin-bottom: 30px;
}
#artistpage .member .memberwrap ul li {
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
}
#artistpage .member .memberwrap ul li p {
  margin: 10px auto;
  font-size: 16px;
}
#artistpage .member .memberwrap ul li a {
  width: 100%;
}
#profile .linktw {
  width: 90%;
  margin: 10px auto;
}
#profile .profilelist {
  display: block;
  margin: 0 0 20px 0;
  padding: 10px 10px 0 10px;
}
#profile .profilelist li {
  width: 100%;
  margin-bottom: 10px;
}
#profile h2 {
  padding: 4px;
  font-size: 16px;
}
#artistlist .artist ul {
  flex-wrap: wrap;
}
#artistlist .artist ul li {
  width: 45%;
  margin-bottom: 10px;
}
#artistlist .artist {
  padding: 20px 4%;
  border-radius: 20px;
}
#artistlist .artist .grouptext {
  width: 100%;
}
#artistlist .artist .shoukaibox {
  display: block;
}
#artistlist .artist .shoukaibox dl {
 width: auto;
  margin-right: 0;
  margin-bottom: 10px;
}


  #recruitpage .tabcontent_inner {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  #recruitpage .tab_menu {
    width: 80px;
    font-size: 14px;
  }
  .tab_contents_box {
    margin-top: 10px;
}
#recruitpage .tab_content .recruitindex {
  width: 200px;
  margin: 4px auto;
}
#recruitpage .tabcontent_inner ul {
  width: 100%;
}
#recruitpage #tab_b_content .aisatsutop {
  display: block;
}
#artistpage .conceptwrap h3 {
  font-size: 18px;
}
}

#contact .contactinner {
  padding: 20px 0;
  background: rgba(166,113,216, 0.5);;
  width: 80%;
  margin: 0 auto;
}
#contact .wpcf7 {
  text-align: center;
}
/* フォーム全体 */
.wpcf7 form {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* ラベルと入力欄 */


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: 0.3s;
  box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0,115,170,0.3);
  outline: none;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
  background: #0073aa;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background: #005f87;
}
.wpcf7 form p {
  text-align: left;
  font-weight: bold;
}
.wpcf7 form p.contactindex {
  margin-bottom: 2px;
}

.wpcf7 form .contacbtn {
  text-align: center;
}

.wpcf7-spinner {
  display: block;
}
@media screen and (max-width: 750px) {
  #contact .contactinner {
    padding: 20px;
    width: 90%;
  }
  .wpcf7 form {
    margin: 0 auto;
  }
}
