/*//////////////////////////// Parts style ////////////////////////////*/
.header{
	position: absolute;
	top:8%;;
	left: 27%;
	width: 46%;
	z-index: 5;
}
.header {
  animation: poyon 1.5s linear 0s 1;
}

@keyframes poyon {
  0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
  10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
  30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
  50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}


.main-visual-area{
	position: relative;
}
.main-visual{
	background-image:url(../img/main-v-bg.jpg);
	background-repeat: repeat;
	background-size:cover;
	background-position: center bottom;
	overflow: hidden;
}
.on-illust{
	width: 100%;
	overflow: auto;
	background-color: #ffea00;
}
.fuwafuwa {
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    margin-bottom: -10px;
}
@keyframes fuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0px,-8px)
    }
}

.ana{
	position: absolute;
	right: 0;
	bottom:0;
	width: 50%;
}
.catch{
	bottom: 0;
	padding: 20px;
	bottom:0;
	width: 50%;
}
.official-youtube{
	background-color: #000;
	padding: 40px 0;
}
.official-youtube h2{
	width: 50%;
	margin: 0px auto;
	margin-bottom: 40px;
}
.news{
	position: relative;
}
.youtubebox{
	margin-bottom: 20px;
}
.btn-bg-dot{
	width: 60%;
	margin: 40px auto 0;	
}
.btn-bg-dot a{
	background-image: 	url(../img/btn-bg.png);
	background-repeat: repeat;
	border: 3px solid #000;
	padding: 20px;
	border-radius: 30px;
	color: #000;
	font-size: 2.2rem;
	font-weight: bold;
	display: block;
	text-align: center;
}
.info-line{
	border-top: 5px solid #00b500;	
	border-bottom: 5px solid #00b500;	
	padding: 60px 40px;
}
.info-insta{
	border-top: 5px solid #c4145a;	
	border-bottom: 5px solid #c4145a;	
	padding: 60px 40px;
}
.account{
	width: 100%;
	margin: 0 auto;
}
.account a{
	width: 100%;
	border-radius: 30px;
	padding: 15px;
	display: block;
	margin-top:40px;
	color: #383838;
	text-align: center;
	font-size: 1.4rem;
}
.info-line .account a{
	border: 2px solid #00b500;
	}
.info-line .account a:hover{
	border: 2px solid #00b500;
	background-color: #00b500;
	color: #f2f2f2;
	}
.info-insta .account a{
	border: 2px solid #c4145a;
}
.info-insta .account a:hover{
	border: 2px solid #c4145a;
	background-color: #c4145a;
	color: #f2f2f2;
}
.bosyu{
	background-color: #f2f2f2;
	padding: 30px;
	margin-top: 80px;
}
.bosyu .bosyu-txt{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.bosyu .bosyu-btn{
	margin-bottom: 0px;
}
.bosyu .bosyu-btn a{
	display: block;
	margin: 0 auto;
	width: 60%;
	background-color: #fff;
	border-radius: 30px;
	color: #383838;
	border: 1px solid #383838;
	padding: 10px;
	text-align: center;
	font-size: 1.4rem;
}
.bosyu .bosyu-btn a:hover{
	background-color: #383838;
	color: #fff;
}
.instagram{
	background-color: yellow;
	position: relative;
}
.insta-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
 }
.insta-box{
	position: relative;
	padding: 15px;
	width: 30%;
}
/*responsive square*/
.thumbs{
  width: 100%;
  height: 75%;
  position: relative;
}
.thumbs::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbs a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumbs img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
/*キャプション部分*/
.instagram-card__comment {
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 90%;
    line-height: 1.2;
    width: 100%;
    max-height: 5rem;
	display: -webkit-box;
    text-overflow: ellipsis;
	overflow-x: hidden;
	overflow-y: auto;
    }
.instagram-card__comment::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.instagram-card__comment::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
.instagram-card__comment::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1959A8;
}


 
.instagram-card__badge{
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #ffffff;
}
 
.instagram-icon{
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
}


.corner{
	background-image: url(../img/program-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 40px;
	position: relative;
}
.corner-list{
	margin-bottom: 30px;
}
.com-ch{
	position: relative;
}
.com-ch-box{
	border: 1px solid #f2f2f2;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 20px;
}
.com-ch-box .row{
	margin-bottom: 0;
}
.com-ch-box p{
	font-size: 1.2rem!important;
	margin-bottom: 10px;
}
.com-ch-box h3{
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
}
.com-ch{
	background-image:url(../img/com−ch−bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.bold{
	font-weight: bold;
}
.btn-bg-bangumi a{
	background-image:url(../img/bangumi-bg.jpg);
	background-repeat: repeat;
	border: 3px solid #fff;
	padding: 15px;
	border-radius: 30px;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #fff;
}
.btn-bg-bangumi a:hover{
	border: 3px solid #383838;
	color: #383838;
}
.btn-bg-newsonde a{
	background-image: url(../img/news-bg.jpg);
	background-repeat: repeat;
	border: 3px solid #fff;
	padding: 15px;
	border-radius: 30px;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #fff;
}
.btn-bg-newsonde a:hover{
	border: 3px solid #383838;
	color: #383838;
}

.bousai{
	background-color: #f2f2f2;
	padding: 40px 0;
}
.bousai table{
	font-size: 1.4rem;
	margin-bottom: 20px;
	width: 100%
}
.bousai table tr{
	border-bottom: 1px solid #fff;
}
.bousai table th{
	padding: 10px;
}
.bousai table td{
	padding: 10px;
	line-height: 1.2;
}
.contact{
	position: relative;
	overflow: hidden;
}
h2 .e-icon{
	margin:0 10px;
}
.contact a{
	display: block;
	color:#383838;
	border: 1px solid #fff;
}
.contact .cont-hp:hover{
	border: 1px solid #383838;
}
.contact .cont-insta:hover{
	border: 1px solid #c4145a;
}
.contact .cont-line:hover{
	border: 1px solid #00b500;
}
.contact .cont-fb:hover{
	border: 1px solid #3B5998;
}
.contact .img{
	text-align: center;
	background-color: #fff;
}
.contact h3{
	text-align: center;
	padding: 10px 0;
	font-size: 1.4rem;
	color: #f2f2f2;
}
.cont-hp h3{
	background-color: #383838;
}
.cont-insta h3{
	background-color: #c4145a;
}
.cont-line h3{
	background-color: #00b500;
}
.cont-fb h3{
	background-color: #3B5998;
}
.contact p{
	text-align: center;
	padding: 20px; 
	font-size: 1.2rem;
	background-color: #f2f2f2;
}
.contact .img{
	padding: 0px; 
	margin-bottom: 0px;
}
.tel-info h3{
	font-size: 1.4rem;
	color: #383838;
	text-align: left;
	font-weight: bold;
}
.tel-info p{
	font-size: 1.4rem;
	color: #383838;
	text-align: left;
	background: none;
	padding: 0;
	font-weight: bold;
}

/*defaultテーブル
main section table {
	width:100%;
	margin:0px 0px 40px 0px;
}
main section table tr {
	width:100%;
	border:1px solid #c5c5c5;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
main section table tr th {
	width:30%;
	background-color:#EEEEEE;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #c5c5c5;
}
main section table tr td{
	width:70%;
	padding:5px;
	line-height:1.6;
	padding:20px 20px;
	border:1px solid #c5c5c5;
}
*/

/*youtube responced*/
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
   }

/*googlemap*/
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.chara-left{
	position: absolute;
	left: 20px;
	top:0%;
	width: 18%;
	pointer-events: none;
}
.chara-right{
	position: absolute;
	right: 20px;
	top:0%;
	width: 18%;
	pointer-events: none;
}
.annai-musume{
	top:6%;
}





/*//////////////////////////// mobile ////////////////////////////*/

@media only screen and ( max-width : 600px ) {
	
@keyframes fuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0px,-5px)
    }
}
.catch{
	padding: 10px;
}
.btn-bg-dot{
	width: 80%;
	margin: 20px auto 0;	
}
.btn-bg-dot a{
	font-size: 1.6rem;
}
.official-youtube{
	padding: 0px;
}

.info-line{
	padding: 20px 0;
}
.info-insta{
	padding: 20px 0;
}
.account{
	width: 100%;
}
.account a{
	font-size: 1rem;
	margin-top: 20px;
}
.info-line .account a{
	border: 1px solid #00b500;
	}
.info-insta .account a{
	border: 1px solid #c4145a;
}
.bosyu .bosyu-btn a{
	width: 100%;
}
.insta-box{
  width: 45%;
  padding: 10px;
}
.bosyu .bosyu-txt{
	font-size: 1.4rem;
}

.btn-bg-bangumi a{
	font-size: 1.6rem;
}
.btn-bg-newsonde a{
	font-size: 1.6rem;
}

h2 .e-icon{
	width: 30px;
}
.mutsu img{
	position: absolute;
}
.ichigo img{
	position: absolute;
    left: 50px;
    top: 30px;
}
.hebi img{
	position: absolute;
    left: 20px;
    top: 30px;

}
.chara-left{
	top:3%;
}
.chara-right{
	top:3%;
}
.music-musume{
	top:0%!important;
}
.annai-musume{
	top:7%!important;
}
.corner-list{
	margin-bottom: 15px;
}
.hosoku{
	padding: 10px!important;
	font-size: 1rem!important;
	line-height: 1.4;
}
.contact .img{
	margin-bottom: 0px;
}



}

/*//////////////////////////// PC ////////////////////////////*/
@media print, screen and ( min-width : 1024px ) {
@keyframes fuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0px,-10px)
    }
}
.header{
	left: 30%;
	width: 40%;
}
.insta-box{
	width: 16%!important;
}
.bosyu .bosyu-txt{
	margin-top: 40px;
}

.chara-left{
	position: absolute;
	left: 1%;
	top:10%;
	width: 17%;
}
.chara-right{
	position: absolute;
	right: 1%;
	top:10%;
	width: 17%;
}
.music-musume{
	top:0%!important;
	width: 15%;
}
.corner{
	padding-top: 120px;
}
}