@charset "UTF-8";

#newsflash{ display: none !important;}
/* パーツのCSS---------------------------------------------- */

.clear:after{content: ".";display:block;height:0;font-size:0;clear: both;visibility:hidden;}
.clear {display: inline-block;} 
* html .clear {height: 1%;}
.clear {display:block;}
.text-red{color: #FE2725;font-weight: bold;}

#Allpages {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
	color: #333;
	font-weight: 500;
}
#Allpages a{ color: #333;}
h2{ font-size: 22px;}
h3{ 
  font-size: 18px;
  font-weight: bold; 
  margin:50px 0 30px 0; 
  border-left: 5px solid #333;
  border-bottom: 1px solid #333;
  padding: 3px 0 3px 8px;
}
/* メインビジュアル
--------------------------------------------------------- */
.Hero-inner h1 img {
	margin: 0 auto;
  }
/* Loading Block 
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* Loading Animation
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Hide Loading Block
.loaded {
  opacity: 0;
  visibility: hidden;
}
*/
/* menu
--------------------------------------------------------- */
#Menu-block {

}
#Menu-block ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#Menu-block ul li{
	width: 33%;
}
#Menu-block ul li a{
  display: block;
	font-weight: bold;
  background: #000;
  color: #FFF;
  margin: 0 6px 12px 6px;
  padding: 20px 0;
  text-align: center;
	position: relative;
}

#Menu-block ul li a.li-talent{
	 background: linear-gradient(to right, #D11514 0%, #D11514 3%, #000 3%, #000 100%);
}


#Menu-block ul li a.li-artist{
	 background: linear-gradient(to right, #159315 0%, #159315 3%, #000 3%, #000 100%);
}

#Menu-block ul li a.li-voice{
	 background: linear-gradient(to right, #3BA9C6 0%, #3BA9C6 3%, #000 3%, #000 100%);
}

#Menu-block ul li a.li-athlete{
	 background: linear-gradient(to right, #F2DD1E 0%, #F2DD1E 3%, #000 3%, #000 100%);
}

#Menu-block ul li a.li-anime{
	 background: linear-gradient(to right, #DA9F27 0%, #DA9F27 3%, #000 3%, #000 100%);
}

#Menu-block ul li a.li-all{
	 background: linear-gradient(to right, #2263D1 0%, #2263D1 3%, #000 3%, #000 100%);
}




 #Menu-block ul li a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
}



#Menu-block ul li a:hover,
#Menu-block ul li a.selected{
	text-decoration: none;

}

#Menu-block ul li a.li-talent:hover,#Menu-block ul li a.li-talent.selected{
	background: #D11514;
}


#Menu-block ul li a.li-artist:hover,#Menu-block ul li a.li-artist.selected{
	background:#159315 ;
}


#Menu-block ul li a.li-voice:hover,#Menu-block ul li a.li-voice.selected{
	background:#3BA9C6 ;
}

#Menu-block ul li a.li-athlete:hover,#Menu-block ul li a.li-athlete.selected{
	background:#F2DD1E ;
}


#Menu-block ul li a.li-anime:hover,#Menu-block ul li a.li-anime.selected{
	background:#DA9F27 ;
}

#Menu-block ul li a.li-all:hover,#Menu-block ul li a.li-all.selected{
	background: #2263D1;
}




#Menu-block ul li.no-click a {
  pointer-events: none;
  background: #5C5C5C;
} 
@media screen and (max-width: 992px){
  #Menu-block ul li a {

  }
}

@media screen and (max-width: 767px){
  .sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .menu-inn{
  }
  #Menu-block {
   
  }
  .menu-inn h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: left;
    line-height: 35px;
  }
  #Menu-block::after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
#Menu-block ul li a{
  display: block;
	font-weight: bold;
  background: #000;
  color: #FFF;
  margin: 0 3px 12px 3px;
  padding: 15px 0 25px 0;
  text-align: center;
  font-size: 13px;
}
	 #Menu-block ul li a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
	 bottom: 5px;
	font-size: 16px;
}
}
#Pickup h2, #Normal h2, #Past h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
}
h2 .subttl{
 font-family: 'Lato', sans-serif; 
  color: #FE2725;
  margin-top: 4px;
  font-size: 12px;
}
#Pickup {
  background: #FCF2F2;
  padding: 50px 0 30px;
  margin-bottom: 40px;
}
.icon-cl::before{ 
  content: '\f073';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding-right: 5px;
}
a.card-block,
button.card-block{
  background: #FFF;
  padding: 12px 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
button.card-block{
  line-height: 1.6;
  text-align: left;
}
a.card-block:hover,
button.card-block:hover{
  opacity: .8;
  text-decoration: none;
}
button.card-block img{
  line-height: 1.6;
}
#Past a.card-block,
#Past button.card-block{
  position: relative;
}
#Past a.card-block::before,
#Past button.card-block::before{
  position: absolute;
  width: 100%;
  text-align: center;
  background: #FFEEED;
  color: #FE2725;
  content:'販売終了しました';
  padding: 5px;
  font-size: 12px;
  top: 0;
  left: 0;
}
#Past a.card-block img,
#Past button.card-block img{
  margin-top: 25px;
}
#Past a.card-block .card-plan-price{
  display: none;
}

.card-block dl{ line-height: 1.6;}
.card-block dl dt{ margin-top: 15px;line-height: 1.6;}
.card-block dl dd{ margin-top: 10px;line-height: 1.6;}
ul.card-plan-icon li{
  display: inline-block;
  font-size: 10px;
  background: #F2F2F2;
  padding: 3px 2px;
  border-radius: 4px;
}
.btn_area {
  position: relative;
  background: #F53C7F;
  padding: 10px 5px;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  margin: 15px auto 0;
}
.btn_area::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translate(0, -50%);
  top: 50%;
  right: 5px;
}
a.card-block:hover .btn_area{
  background: #fdd7e5;
  color: #f53d7e;
}
#Past .btn_area { background: #555;}
#Past .btn_area::after { 
  content: "\f24d";
  font-size: 10px;
  font-weight: 400;
  right: 20px;
}
#Past a.card-block:hover .btn_area{
  background: #C6C6C6;
  color: #333;
}

.card-plan-combi, .card-plan-price { text-align: left;}
.modal-content-plan .card-plan-price{ color: #333;}
.card-plan-price span { margin-left: 0;}
.card-plan-price span:before, .card-plan-price span:after{ font-size:12px;}

#Past h3 a { color: #FE2725; margin-left: 10px;}
#Past h3 a:hover { opacity: .7; text-decoration: none;}
#Past h3 a::before { 
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}



ul.card-plan-icon li{ padding: 3px 2px; font-size: 9px;}
#Normal { margin-bottom: 50px;}
#Past { 
  background: #F1F1F1;
  padding: 50px 0 30px;
  margin-bottom: 40px;
}
#Other {
  text-align: center;
  margin-bottom: 40px;
}
.btn_box {
  display: block;
  position: relative;
  width: 50%;
  border: 1px solid #333;
  padding: 10px 5px;
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 20px auto 0;
  box-shadow: 5px 5px 0px 0 rgb(254, 39, 37);
}
 .btn_box::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translate(0, -50%);
  top: 50%;
  right: 10px;
}
.btn_box:hover{ 
  text-decoration: none;
  opacity: .7;
}
  

.txt-entame{
	margin: 30px auto;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
}

.btn_back{
	background: #555;
	position: relative;
    padding: 15px 5px;
    border-radius: 4px;
    color: #FFF!important;
    font-size: 14px;
    text-align: center;
    margin: 15px auto;
	font-weight: bold;
	width: 50%;
	display: block;

}
.btn_back.btn_pink{
	background: #F53C7F;
}
.btn_back::after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translate(0, -50%);
    top: 50%;
    right: 10px;
}

.btn_back:hover{
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 767px){
  .btn_box {
    width: 90%;
    padding: 20px 5px;
  }
	
.txt-entame{
	margin: 20px auto;
	font-size:15px;
	line-height: 1.3em;
}	
	
 h2{ font-size: 18px;}
  #Pickup h2, #Past h2 { margin-bottom: 25px;}
  h2 .subttl { margin-top: 8px;}
  h3{ font-size: 16px;}

  a.card-block,
  button.card-block {
    padding: 7px;
    margin-bottom: 10px;
  }
  .card-block dl dt{ margin-top: 10px;}
  .card-block dl dd{ margin-top: 5px;}  
  .card-plan-title { font-size: 12px;}
  .card-plan-price, .card-plan-overview, .card-plan-combi { font-size: 10px;}
  .card-plan-price span { font-size: 16px;}
  .btn_area {
    padding: 5px;
    margin: 10px auto 0;
    font-size: 12px;
  }
  #Past .btn_area::after { right: 10px;}
	
	
#Menu-block ul li a.li-talent{
	 background: linear-gradient(to right, #D11514 0%, #D11514 6%, #000 6%, #000 100%);
}


#Menu-block ul li a.li-artist{
	 background: linear-gradient(to right, #159315 0%, #159315 6%, #000 6%, #000 100%);
}

#Menu-block ul li a.li-voice{
	 background: linear-gradient(to right, #3BA9C6 0%, #3BA9C6 6%, #000 6%, #000 100%);
}

#Menu-block ul li a.li-athlete{
	 background: linear-gradient(to right, #F2DD1E 0%, #F2DD1E 6%, #000 6%, #000 100%);
}

#Menu-block ul li a.li-anime{
	 background: linear-gradient(to right, #DA9F27 0%, #DA9F27 6%, #000 6%, #000 100%);
}

#Menu-block ul li a.li-all{
	 background: linear-gradient(to right, #2263D1 0%, #2263D1 6%, #000 6%, #000 100%);
}
	
	.btn_back{
		width: 90%;
	}	
}	
	

