@charset "UTF-8";
/* PC
-----------------------------------------------------------*/
html{
  scroll-behavior:smooth;
}
a{
  display: block;
  transition: all 0.2s;
}
a:hover{
  opacity: 0.8;
}
.sp_display{
  display:none;
}
.font_adjust{
  font-size:0.8em;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 9999;
}
#pagetop a {
  display: block;
  background:#D62473;
  opacity: 0.6;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  filter:alpha(opacity=50);
  width:80px;
  height:80px;
  border-radius: 40px;    /* 横幅&高さの1/2 */
  position: relative;
}
#pagetop a span{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
#pagetop a:hover {
  display: block;
  background-color: #000;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  filter:alpha(opacity=50);
}

body{
	background-color:#fff ;
  color: #484848;
  margin: 0 auto;
}
#wrapper{
  width: 82%;
  margin: 0 auto;
}
header,
footer {
  width: 100%;
}

header{
  text-align: center;
}


#doc-title{
  display: none;
}

#top-bar{
  display: none;
}

select{
  width: 10em;
  height: 3em;
  border: 3px solid #95968E;
  background-color: #fff;
}
h1{
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height:60px;
  z-index: 999;
}
.sch_ttl::first-letter{
  color:#D62473;
}
.sch_ttl{
  margin-bottom: 30px;
  font-size: 1.6em;
  background-color:#000;
  color:#fff;
  text-align: center;
}
.sch_ttl a{
  padding: 15px 0;
}
.sch_ttl a:hover{
  transform: scale(1.2);
  opacity: 1;
}
.on_list{
  display:flex;
  justify-content: space-evenly;
  text-align: center;
  font-size: 2em;
  margin-top: 50px;
}
.on_list li{
  border:1px solid #222;
  background-color: #fff;
}
.on_list li a{
  padding:35px;
}
#mens_link a{
  padding:30px;
}
.on_list li a:hover,
#mens_link a:hover{
  background-color: #D62473;
  color:#fff;
}
.on_gyo::first-letter{
  font-size:2em;
  background-color:#D62473;
  color:#fff;
  padding:0 15px;
}
.on_gyo{
  margin-top: 90px;
  border-bottom:5px solid #D62473;
}
#mens{
  font-size:2em;
  margin-top: 90px;
  border-bottom:5px solid #D62473;
}
.talent_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.talent_list li{
  margin-top: 45px;
  width:20%;
  text-align: center;
  border: 1px solid #74746D;
  font-size: 1.2em;
 }
 .talent_list li a{
  padding: 25px;
 }
 .talent_list li a:hover{
  background-color: #D62473;
  color:#fff;
 }
 .talent_name{
  margin: 30px 0 15px 0;
  font-size: 1.6em;
  padding-bottom: 15px;
  border-bottom: 1px solid #95968E;
}
.each_month{
  margin:80px auto 30px auto;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  background-color: #D62473;
  color:#fff;
  width: 550px;
}
.each_month a{
  padding:15px 30px;
}
.each_month a:hover{
  transform: scale(1.2);
  opacity: 1;
}
footer{
  text-align: center;
  margin-top: 65px;
  font-size: 0.8em;
}
#footer_back{
  background-color: #1B1B1B;
  color:#fff;
  font-size: 1.2em;
  padding-bottom: 10px;
}
.hp_icon,
.sns_icon{
display: flex;
align-items: center;
}
.hp_icon li,
.sns_icon li{
  background-color: #74746D;
  width: 33.333%;
  line-height: 1.4;
}
.hp_icon li a,
.sns_icon li a{
  padding: 60px;
}
.hp_icon li a:hover,
.sns_icon li a:hover{
  opacity:1;
  transform: scale(1.2);
}
.hp_icon li:nth-child(1){
  background-color: #1ab916;
}
.hp_icon li:nth-child(2){
  background-color: #e4cc85;
}
.hp_icon li:nth-child(3){
  background-color: #ea9999;
}
.sns_icon li:nth-child(1){
  background-color: #097EEB;
}
.sns_icon li:nth-child(2){
  background-color: #D62473;
}
.footer_copyright{
  font-size:1em;
}
.footer_copyright a{
  padding:25px 0 15px 0;
}
.footer_copyright a:hover{
  transform: scale(1.2);
  opacity: 1;
}
.return_list{
  margin-top: 20px;
}

.return_list a{
  color: #fff;
}

.note_size{
  font-size: 0.8em;
  text-align: center;
}
.select_month{
  text-align:center;
  margin: 0 auto 20px auto;
}

.youtube_wrapper{
  margin: 0 auto;
  text-align: center;
}

iframe{
  width:550px;
}



@media screen and (max-width: 768px){
/*SP
----------------------------------------------------------*/
#wrapper{
  width: 100%;
  margin: 0 auto;
}
#pagetop {
  bottom: 10px;
  right: 5px;
}

.pc_display{
	display:none;
}
img{
  max-width:100%;
}
.on_list{
  font-size: 1.5em;
}
.on_list li{
  width:15%;
}
.on_list li a{
  padding:15px;
}
#mens_link{
  width: 35%;
}
#mens_link a{
  padding:30px;
}
.talent_list{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.talent_list li{
  width: 45%;
}
.talent_list li a{
  padding:35px 0;
}
.hp_icon li a,
.sns_icon li a{
  padding: 25px 0px;
}
.each_month{
  width: 100%;
}


.note_size{
  text-align: left;
  padding: 5px;
}


.youtube_wrapper{
  position: relative ;
  margin-top: 1.2em ;
  margin-bottom: 1.2em ;
  padding-top: 69px ;
  padding-bottom: 50% ;
  overflow: hidden ;
  }
  
  .youtube_wrapper iframe {
  position: absolute ;
  top: 0 ;
  left: 0 ;
  height: 100% ;
  width: 100% ;
  }
  }