@charset "UTF-8";
/* Scss Document */
/*変数*/
/*mixin*/
/*全体*/

/* STARRY */
/* 12ヶ月コースボタン */
.stry-course-select-table button{
    height: 40px;
    line-height: 40px;
    background:linear-gradient(90deg, var(--color_blue) 30%,#fff 100%);
    border:solid var(--color_blue) 1px;}
.fc-f button{
    height: 40px;
    line-height: 40px;    
}
/* カード情報入力 */
#div_entry09 input,#div_entry09 select{
    margin: 10px auto;
    padding: 5px;
}
#div_entry09 select{
    width: 100px;
}

body {
  font-family: 'Open Sans',"Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: var(--color_gray2);
  background: #f3f3f3;
  font-size: 16px;
  font-size: 1rem; }

:root{
    --color_w:#fff;
    --color_title:#638aae;
    --color_b:#000;
    --color_blue:#60c8e1;
    --color_pink:#dc648c;
    --color_yellow:#fdff30;
    --color_ore:#eebe61;
    --color_green:#86ee61;
    --color_gray:#d4dbdf;
    --color_gray2:#676767;
    --color_gray3:#aaaaaa;}

/*共通*/
select{
    height: auto !important;
    background: #fff !important;
}
a{
    text-decoration-line: none;
    color: var(--color_gray2);}
.color-w{
    color:var(--color_w);}
.color-gray{
    color:var(--color_gray);}
.color-gray2{
    color:var(--color_gray2);}
.color-gray3{
    color:var(--color_gray3);}
.color-pink{
    color:var(--color_pink);}
.color-blue{
    color:var(--color_blue);}
.color-login{
    background:linear-gradient(90deg, var(--color_pink) 30%,#fff 100%);
}
.color-entry{
    background:linear-gradient(90deg, var(--color_blue) 30%,#fff 100%);}
.color-account{
    background:linear-gradient(90deg, var(--color_ore) 30%,#fff 100%);}
.font-small{
    font-size: 90%;}
.font-bold{
    font-weight: bold;}
.text-c{
    text-align: center;}
.pc_only{
    display: block;}
.sp_only{
    display: none;}
a img:hover{
    filter: brightness(120%);}

li{
    list-style: none;}

/* Flex  ------------------------------------*/
.flexwrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
}
.flexnowrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: nowrap;
 -webkit-flex-wrap: nowrap;
}
.JCfs{
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
}
.JCfe{
 justify-content: flex-end;
 -webkit-justify-content: flex-end;
}
.JCc{
 justify-content: center;
 -webkit-justify-content: center;
}
.JCsb{
 justify-content: space-between;
 -webkit-justify-content: space-between;
}
.AIc{
    align-items: center;
    -webkit-align-items: center;
}
.mt10{
    margin-top: 1em;
}
.mt30{
    margin-top: 3em;
}
.mb10{
    margin-bottom: 1em;
}
.mb30{
    margin-bottom: 3em;
}
.mb50{
    margin-bottom: 5em;
}
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0; }
.wrapper {
  width: 100%; 
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.area{
    margin: 1em auto 5em;
    width: 95%;
    max-width: 1600px;
}
/* ページ送り */
.wp-pagenavi{
    margin: 3em 0 5em;
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
    color: var(--color_w);
    background-color: var(--color_blue);
}

/*ヘッダー*/
header {
  padding: 0;
  color: #000;
  position: relative;
  width: 100%; }
header img{
    object-fit: cover;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
}
header .logo-top img{
    height: 150px;/*logo*/
    width: auto;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
} 
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
} 
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}    
#header-child{
  width: 100%;
  height: 100px;
  padding: 0;
}
.main-gradient{
  background:linear-gradient(80deg, #e6eea6 20%,#82d3e6 70%,#ffd2ea 100%);/*グラデーションを定義*/
  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  animation: headerback 7s ease infinite;    
}
@keyframes headerback{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#header-child img{
    height: 80px;/*logo*/
    width: auto;    
    padding: 10px;
}
.menu_close {
  position: absolute;
  top: -67px;
  right: -9px; }

.menu_close div:first-child {
  width: 30px;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: -29px; }

.menu_close div:last-child {
  width: 30px;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: -29px; }

.header_space {
  width: 100%;
  height: 100px;
  display: none; }

.txt_link:hover {
  opacity: 0.7; }

/*　見出し　*/
h2 {
  padding: 1.5rem 0;
  font-size: 4em;
}

/* ハンバーガーメニュー */

nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  border-radius: 10px 0 0 10px;
  background:linear-gradient(90deg, #e6eea6 20%,#82d3e6 70%,#ffd2ea 100%);/*グラデーションを定義*/
  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  animation: headerback 15s ease infinite;    
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 700;
  opacity: 0;
}
.open nav {
  right: 0;
  opacity: 1;
    
}
nav .inner {
  width: 50%;
  padding: 5em 2em;
  margin: auto;
}
nav .inner .navlogo img{
    height: 120px !important;
    width: auto;
}
nav .inner ul {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;    
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
    list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  box-sizing: border-box;
  width: 50%;
  position: relative;
  margin: 0;
}
nav .inner ul li a {
  display: block;
  color: var(--color_w);
  font-size: 2em;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li img{
    width: 30px !important;
    height: auto !important;
}
nav .inner ul li a:hover { 
    text-shadow:0 0 10px var(--color_yellow);    
}
nav .inner ul li a img{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(73deg) brightness(102%) contrast(105%);}
nav .inner ul li a img:hover{
    filter: invert(87%) sepia(62%) saturate(562%) hue-rotate(358deg) brightness(105%) contrast(109%);}
nav .inner #SNS li{
    width: 25%;
}

/* toggle_btn */
.toggle_btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 20px;
  width: 55px;
  height: 55px;
  transition: all .5s;
  cursor: pointer;
  z-index: 9999;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 18px;
  left: 13px;
}
.toggle_btn span:nth-child(2) {
  top: 28px;
  left: 13px;
}
.toggle_btn span:nth-child(3) {
  top: 38px;
  left: 13px;
}
.toggle_btn p{
    margin: 55px 0 0 5px;
    color: #333;
}
.toggle_btn:hover,
.toggle_btn p:hover{
    color: #25a4a3;   
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/* submenu */
.menu-item-has-children {
  position: relative;
}
/* カーソルを変更 */
.menu-item-has-children:hover {
  cursor: pointer;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}
nav .inner ul.sub-menu {
  display: none;
  position: absolute;
  top: 65%;
  left: 10px;
  width: 100%;
  border-radius: 20px;
  background: rgba(45,180,210,0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 500;
}
nav .inner ul.sub-menu li{
    width: 100%;
    padding: 0 10px;
}
.sub-menu > .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .5em 0;
}


/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

/* PAGE TOP*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -50px;
  background: var(--color_w);
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: var(--color_b);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.sns{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.sns-box{
    width: 50px;
    height: 30px;
    text-align: center;
    display: table-cell; vertical-align: middle;
}
.sns .fab, .sns .far{
    color:var(--color_g);
}
.sns .fab:hover, .sns .far:hover{
    color:var(--color_gl);
}
/* Granslate */
#gtranslate_wrapper{
    top: 25px !important;
    right: 5% !important;
}

/* TOP背景YouTube　---------------- */
iframe#youtube {
    aspect-ratio: 16 / 9;        
    width: 100%;
    height: auto;
}
/*youtubeがクリックされないためのマスク*/
#youtube-mask{
    position: absolute;
    z-index: 2;/*下から2番目に表示*/
    top:0;
    width:100%;
    height: 100vh;
}

/*トップ ---------------- */
.header-top-menu{
    position: absolute;
    top: 25px;
    left: 0;
    width: calc(100% - 100px);
}
.header-top-menu ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.header-top-menu ul li.color-account:hover{
    background:linear-gradient(90deg, var(--color_ore) 30%,#fff 100%);}   
.header-menu-starry ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;    
}
nav .inner .header-menu-starry ul li{
    margin: 10px !important;
    width: calc((100% - 40px)/2);
    border: 1px solid #fff;
    background: none !important;
}
nav .inner .header-menu-starry ul li a{
    padding:0.1em 1em !important;}
.header-top-menu li{
    text-align: center;
    box-sizing: border-box;
    width: 100px;
    height: 30px;
    line-height: 30px;}
.header-top-menu li a{
    font-size: 90%;
    color: #fff;
    font-weight: bold;}

.top_main{
    margin: 0 auto 150px;
    width: 80%;}
.more p{
    padding: 10px 0;
}
.youtube-icon img{
    width: auto;
    height: 20px;
    filter: invert(23%) sepia(50%) saturate(4840%) hue-rotate(342deg) brightness(99%) contrast(114%);
}  
.top_spe h2{
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));}
.top-spe-box{
    margin: auto;
    width: 50%;    
    box-sizing: border-box;
    padding: 10px;
}
.top-spe-play{
    position: relative;
}
.top-spe-play p img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-spe-box img,
.youtube iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.top-spe-play p img{
    aspect-ratio: 1 / 1;
    width: 100px;
    height: 100px;
}
.topic-f{
    padding-bottom: 150px;}
.topic-f img{
    width: 200px;
    height: auto;
}
.topic-pc-f{
    width: 100%;
}
.topic-pc-f div{
    width: calc((100% - 20px)/3);
    box-sizing: border-box;
    margin: 10px;
}
.topic-pc-f img{
    padding: 10px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

/*PROFILE ---------------- */
/*SNS MENU*/
.profile-f #Profile img{
    width: 30px;
    height: auto;    
    margin: 0 20px;
    filter: invert(90%) sepia(14%) saturate(5343%) hue-rotate(161deg) brightness(94%) contrast(87%);
}
.profile-f #Profile img:hover{
    filter: invert(53%) sepia(17%) saturate(1807%) hue-rotate(290deg) brightness(93%) contrast(84%);
}
.profile-f ul#Profile{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
 margin: 0 auto 20px;
}
.profile-f li{
    list-style: none;
    padding: 0 0 30px;
}
.prof-img img{
    width: 100%;
    object-fit: cover;
    height: auto;
    object-position: top center;
}
.prof-txt1{
    margin-bottom: 30px;
    border: 1px solid var(--color_pink);
    padding: 20px;
    line-height: 1.8;  
    box-shadow: 10px 10px 0 rgba(220,110,140,0.3);
}
.prof-txt2{
    margin-bottom: 30px;
    padding: 20px;
    line-height: 1.8;  
}

/*INFO ---------------- */
.info-box{
  border-bottom: 1px solid var(--color_blue);
  border-image: linear-gradient(to right, var(--color_blue) 70%, var(--color_yellow) 100%);
  border-image-slice: 1;    
  margin-bottom: 20px;
}
.info-box:hover{
  background:linear-gradient(90deg, rgba(255,255,255,0),rgba(255,255,255,0.5) 10%);/*グラデーションを定義*/}
}
.info-box a:hover{
    color: var(--color_gray);
}
.infocat{
    margin-bottom: 10px;
}
.cat{
    text-align: center;
    width: 100px;
    color: #fff;
}
.info-box p{
    margin: 10px 0;
}
.info-box .info_fc{
    background-color: var(--color_blue);
}
.info-box .info{
    background-color: var(--color_gray);
}
.blog_title{
  font-size: 2em;
  border-bottom: 1px solid var(--color_blue);
  border-image: linear-gradient(to right, var(--color_blue) 70%, var(--color_yellow) 100%);
  border-image-slice: 1;    
  margin-bottom: 30px;
}
.single_contents{
    margin-bottom: 30px;
}
.single_contents p{
    line-height: 1.8;
}

/*DISCOGRAPHY ---------------- */
.disco-box{
    margin: 20px;
    width: calc((100% - 120px)/3);
}
.disco-box img{
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 450px;
    overflow: hidden;
}
.disco-kind{
    background: var(--color_blue);
    padding: 2px 5px;
    border-radius: 5px;
}
.disco-titile{
    font-size: 130%;
    margin: 15px 0;
}
.disco-buy{    
    margin-top: 15px;}
.disco-buy img{
    width: 20px;
    height: auto;}
.disco-buy img:hover{
    filter: invert(66%) sepia(57%) saturate(3555%) hue-rotate(302deg) brightness(92%) contrast(87%);
}

/*SCHEDULE ---------------- */
.schedule-f ul{margin-bottom: 50px;}
.schedule-f li{
    padding: 0 10px 3px;}
.schedule-f li a:hover,
.schedule-f .current{
    border-bottom: 1px solid var(--color_blue);}

.sche-box .cat{
    color: #fff;
    width: 100px;    
    text-align: center;
    margin: 0;}
.sche-box .release{
    background: #88d4e5;}
.sche-box .live{
    background: #dc9db2;}
.sche-box .web{
    background: #aae575;}
.sche-box .magazine{
    background: var(--color_gray);}    
.sche-box .skdradio{
    background: #9d8e97;}
.sche-box .tv{
    background: #e5dc75;
}
.sche-box a{
    display: block;
}

/* FC TOP ---------------- */
.fc-f{
    width: 95%;
    margin: auto;
    max-width: 1400px;
}
.fc-f h3{
    line-height: 2;
    font-size: 130%;
    
}
.fc-content{
    width: calc(100% / 7);    
    height: auto;
    text-align: center;
}
.fc-content img{
    width: 100%;
    margin-bottom: 10px;
}
.fc-joinitem img{
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}
.fc-info{
    margin: 20px auto;
    line-height: 1.8;
}
.fcjoin-bt{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border:1px solid var(--color_blue);
}
.fcjoin-bt:hover{
    background: var(--color_blue);
    color:#fff;
}
.fclogin-bt{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border:1px solid var(--color_pink);
}
.fclogin-bt:hover{
    background: var(--color_pink);
    color:#fff;
}
.fclogin-bt a:hover,.fcjoin-bt a:hover{
    color:#fff;
}
.fc-contents{
    line-height: 1.8;
}
.comingsoon img{
    opacity:0.3;
}


/* FC Photo ---------------- */
.fcphoto-box{
    margin: 10px;
    width: calc((100% - 80px)/4);
    height: auto;
}
.fcphoto-box img{
    aspect-ratio :1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}
.fcphoto-box .disco-titile{
    font-size: 120%;
    line-height: 1.6;
}
.fcmovie-box{
    margin: 10px;
    width: calc((100% - 80px)/4);
    height: auto;
    aspect-ratio :16 / 9;
}
.fcmovie-box img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
    overflow: hidden;    
}


/* FC Ticket ---------------- */
.ticket_cat{
    width: 100px;
    padding: 5px 0;
    text-align: center;
}
.ticket_on{
    color:var(--color_pink);    
    border: 1px solid var(--color_pink);
}
.ticket_off{
    color:var(--color_gray3);
    border: 1px solid var(--color_gray3);
}


/*CONTACT ---------------- */
.form_enter{
    margin: 20px auto;
    width: 70%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.form_enter1{
    border: 1px solid var(--color_pink);
}
.form_enter1:hover{
    background: var(--color_pink);
    color: #fff;
}
.form_enter2{
    border: 1px solid var(--color_blue);
}
.form_enter2:hover{
    background: var(--color_blue);
    color: #fff;
}
.contact-address{
    margin: 2em auto;
    width: 70%;
    line-height: 1.7;
}
.form-f{
    width: 70%;
    margin: 0 auto 100px;
}
.form-f p{
    margin: 10px 0;
    line-height: 1.8;
}
.form-f input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.wpcf7-list-item input{
    width: 25px !important;
    height: 25px !important;}
.form-f textarea{
    width: 100%;
    padding: 10px;
}
.form-f .wpcf7-submit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: var(--color_gray);
    border: 1px solid var(--color_blue);
}

/*フッター*/
footer{
    margin-top: auto;    
    background-color: var(--color_gray);
    color: var(--color_b);
    padding: 30px;
    
}
.footer-menu{
    margin: 20px auto;
    width: 90%;
}
.footer-menu-box{
    width: 40%;
    box-sizing: border-box;
}
/*title*/
.footer-menu-box p{
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    letter-spacing: 0.1em;
}
/*STARRY MENU*/
.footer-menu-box ul#STARRY{
    margin: 20px auto;
    width: 60%;
    text-align: center;
}
.footer-menu-box ul#STARRY li{
    padding: 15px 0;
    margin-bottom: 20px;
}
.footer-menu-box ul#STARRY a{
    display: block;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
}
.header-top-menu li.color-entry:hover,
.footer-menu-box ul#STARRY li.color-entry:hover{
    background:linear-gradient(270deg, var(--color_blue) 50%,#fff 100%);
}
.header-top-menu li.color-login:hover,
.footer-menu-box ul#STARRY li.color-login:hover{
    background:linear-gradient(270deg, var(--color_pink) 50%,#fff 100%);
}
/*SNS MENU*/
.footer-menu-box #SNS img{
    width: 20px;
    height: auto;    
    margin: 0 10px;
}
.footer-menu-box ul#SNS{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 justify-content: center;
 -webkit-justify-content: center;
 margin: 0 auto 20px;
}
.footer-menu li{
    list-style: none;
    padding: 15px;
}
.footer-menu #Primary li:hover{
    background: linear-gradient(90deg, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%);
}
.footer-menu #SNS li:hover{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(73deg) brightness(102%) contrast(105%);
}
.footer-menu li a{
    font-size: 120%;
    text-decoration-line: none;
    font-weight: bold;
    color: var(--color_gray2);
}
.copy {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding: 50px 0 15px;}

.copy p a {
  color: var(--color_b);
  text-decoration: none; }

.copy p a:hover {
  opacity: 0.7; }
