@charset"utf-8";

html { font-size: 3vw; }

/* resetcss /*
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* resetcss */

#top {/*親div*/
    position: relative;/*相対配置*/
    margin-top: 10px;
    width: 100%;
    height: auto;
    }

#top p {
    position: absolute;/*絶対配置*/
    color: #ff69b4;
    font-size: 26px;
    font-family: 'Poiret One', cursive;
    text-shadow: 0px 0px 0px white;
    top: 5%;
    left: 3%;
    }

#top p:hover {
   color: #FF9999;
   font-weight: bold;
   text-shadow: 0px 0px 20px white;
   }
/* topページのphoto*/
#top img {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    }
 

 .cd-info{
     position:relative;
     font-size: 48px;
     font-family: 'Poiret One', cursive;
     color: 	#FF0000;
     text-align: center;
  }

 .cd-info1 {
     position: absolute;
     top: 5%;
     right:5%;
     margin:0;
     padding:0;
     -ms-transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     font-size: 32px;
     height: 16vh;
     font-family: 'Poiret One', cursive;
     color:#ffdf80;
     text-align: center;
   }

 .cd-info2{
     position: relative;
     top: 10%;
     left: 3%;
     margin:5px;
     padding:5px;
     font-family: 'Poiret One', cursive;
     -ms-transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-10%);
     font-size: 24px;
     font-weight: bold;
     color:	#FF69B4;
     text-align: center;
     text-shadow: 1px 1px 1px rgba(127, 0, 0, 0.3);
 }

.cd-info2 span{
     color:	#FA8072;
     font-size: 13px;
     text-align: center;
     text-shadow: none;
 
}


.scketchi img{
      width:10vh;
      float: inherit;
}

.movie{
  margin-bottom: 50px;
}

.skv{
     display: flex;
     font-family: 'Pontano Sans', sans-serif;
     color:	#754141;
     font-size: 12px;
     text-align: center;
     margin-top: 5px;
     margin-bottom:auto;
     margin-left: 40px;
}

.pv{
     display: flex;
     font-family: 'Pontano Sans', sans-serif;
     color:	#804e4e;
     font-size: 16px;
     margin-top: 20px;
     margin-bottom:auto;
     margin-left: 30px;
}

.pv iframe{
    margin-left: 20px;
}

.frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    align-content: stretch;
    width: 300px;
    padding-left: 10px;
    padding-bottom: 50px;
    margin-right: 10px;
    margin-bottom:10px;
    margin-left: 10px;
    
 }

.frame h1{
    font-family: 'Poiret One', cursive;
    color:#ff6666;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 10px;
    text-align: left;
    width: auto;
}


.frame h2{
    font-family: 'Pontano Sans', sans-serif;
    color: #ff6666;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
    width: auto;
}

.frame h3{
    font-family: 'Pontano Sans', sans-serif;
    color: #FF6666;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    width: auto;
}

.frame p{
   font-family: 'Pontano Sans', sans-serif;
   color:   #fff2f2;
   font-size: 13px;
   padding-left: 0px;
   margin-left: 10px;
   width: auto;
}

.frame img{
    display: block;
    width:34vh;
    padding-left: 0px;
    margin-left: 10px;
    margin-top: 10px;
    float: inherit;
}


.clear{
clear:both;
}

.new {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    align-content: stretch;
    width: auto;
    background-color: #fff2f2;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    
 }

.new h1{
    font-family: 'Poiret One', cursive;
    color:#ff6666;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 10px;
    text-align: left;
    width: auto;
}


.new h2{
    font-family: 'Pontano Sans', sans-serif;
    color: #ff6666;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
    width: auto;
}

.new h3{
    font-family: 'Pontano Sans', sans-serif;
    color: #FF6666;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: 0px;
    width: auto;
}

.new p{
   font-family: 'Pontano Sans', sans-serif;
   color:   #fff2f2;
   font-size: 13px;
   margin-top: 10px;
   padding-left: 0px;
   margin-left: 10px;
   width: auto;
}

.new img{
    display: block;
    width:34vh;
    padding-left: 0px;
    margin-left: 10px;
    margin-top: 10px;
    float: inherit;
}


.clear{
clear:both;
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    align-content: stretch;
    width: 300px;
    background-color: #fff2f2;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    
 }

.news h1{

    font-family: 'Poiret One', cursive;
    color:#ff6666;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 10px;
    text-align: left;
    width: auto;
}


.news h2{
    font-family: 'Pontano Sans', sans-serif;
    color: #ff6666;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
    width: auto;
}

.news h3{
    font-family: 'Pontano Sans', sans-serif;
    color: #FF6666;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: 0px;
    width: auto;
}

.news p{
   font-family: 'Pontano Sans', sans-serif;
   color:	#fff2f2;
   font-size: 13px;
   margin-top: 10px;
   padding-left: 0px;
   margin-left: 10px;
   width: auto;
}

.news img{
    display: block;
    width:10vh;
    padding-left: 0px;
    margin-left: 10px;
	margin-top: 10px;
    float: inherit;
}


.clear{
clear:both;
}


.livehouse{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
	align-content: stretch;
    font-size: 14px;
    font-family: 'Pontano Sans', sans-serif;
    color: #754141;
    width: 320px;
    padding-left: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.livehouse h2:hover {
  color: #cc666f;
  font-weight: bolder;

}

.livehouse p{
  font-size: 12px;
}

.livehouse h2{
    font-family: 'Pontano Sans', sans-serif;
    color: #ff6666;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 5px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
}

.clear{
 clear:both;
}


.title{
    position:relative;
    width: 100%;
    font-size: 16px;
    text-shadow: 1px 1px 1px white;
    font-family: 'Lato', sans-serif;
    color: #FF6666;
    /*background: #f9ede5;*/
    text-align: left;
    margin-top: 40px;
}

.title::before{
    content: '';
    display: inline-block;
    background: #FF8080;
    height: 11px;
    width: 2px;
    margin-right: 6px;
}

.title::after{
    content: '';
    display: inline-block;
    background: #FF8080;
    height: 11px;
    width: 2px;
    margin-left: 5px;
}

.cdLive{
    flex-wrap: wrap;
    position:relative;
    width: 100%;
    font-family: 'Poiret One', cursive;
    color: #FF0000;
    padding: 1em 1em;
    margin: 2em 2em;
    border: solid 2px #0066CC;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align: left;
	margin-left: 0px;
}


.cdLive h1{
    font-size: 28px;
    color:#FF00FF;
    font-weight: bold;
		margin-left: 5px;
}

.cdLive h2{
		font-size: 14px;
		color:#000066;
		margin-left: 5px;
		margin-top: 5px;
}

.cdLive p{
		font-family: 'Pontano Sans', sans-serif;
		color:		#ff00ff;
		margin-left: 0px;
		margin-top: 5px;
}

a:hover{
    color: #FF00FF;
}

a:active{
    color: #FF00FF;
}

.mblue{
    font-size: 18px;
    color: #ff0000;
}


.profile{
    font-size: 20px;
    font-family: 'Poiret One', cursive;
    color: #FF6666;
    text-align: left;
    padding-top: 10px;
		margin-bottom: 20px;
}


.profile-j{
    font-size: 13px;
    font-family: 'Pontano Sans', sans-serif;
    line-height:130%;
		margin-bottom: 10px;
}

.profile-e{
    font-size: 14px;
    font-family: 'Pontano Sans', sans-serif;
    line-height:130%;
		margin-bottom: 10px;
}

.video{
    font-size: 24px;
    font-family: 'Poiret One', cursive;
    color: #804e4e;
    text-align: left;
    margin-top: 10px;
    padding-top: 25px;
}


.photo{
    font-size: 24px;
    font-family: 'Poiret One', cursive;
    color: #804e4e;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 10px;
}

.link {
    font-size: 15px;
    font-family: sans-serif;
    color: red;
}

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

.disc{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #0066FF;
    text-align: left

}

.disc img{
   vertical-align:left;
 	 height: auto;
}

.disc h1{
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #ff69b4;
  text-align: left;
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 10px;
}

.disc h2{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #ff6347;
  text-align: left;
	margin-top: 5px;
	margin-left: 40px;
  margin-bottom: 5px;
}

.disc h3{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
  color: #0066ff;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 10px;
}

.disc p{
	font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #021144;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 20px;
}

.disc p{
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #282424;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 5px;
}

.disc h4{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #021144;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 20px;
}

.cd-title_new img{
	width: 70%;
	height: auto;
}

.cd-title_new h1{
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #db7093;
  text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	text-shadow: 0 0 5px #eeff00;
}

.cd-title_new h2{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #ff69b4;
  text-align: center;
	margin-top: 5px;
  margin-bottom: 5px;
}

.cd-title_new h3{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #0066ff;
  text-align: center;
	margin-bottom: 10px;
}

.cd-title_new h4{
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #021144;
  text-align: center;
	margin-bottom: 20px;
}

.cd-title_new p{
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #281313;
  text-align: center;
	margin-bottom: 5px;
}

.cd-index-new{
text-align: center;
}

.cd-contents-new{
text-align: center;
}

.audio-contents{
padding: 5px 0px 0px 5px;
font-size: 13px;
font-family: 'Montserrat', sans-serif;
color: #ff6600;
text-align: left
vertical-align:left;
position: relative;
}

.jk{
   height: 240px; width: 240px;
}

.contest{
    font-size: 16px;
    font-family: 'Poiret One', cursive;
    text-align: left;
    color: #FF6666;
		margin-bottom: 10px;
}

.contest img{
   float:left;
}

.contest p{
	display: block;
  color: #754141;
  margin-left: 30px;
}

.asayake p{
  font-size: 14px;
  color: #754141;
  padding-left: 5px;
}

.asayake h2{
  font-size: 24px;
  color: #FF6666;
}

.asayake h3{
  font-size: 12px;
  color: #754141;
}

.asayake a {
  font-size: 10px;
}
.page-header{
    font-size: 24px;
    font-family: 'Poiret One', cursive;
    color: #FF6666;
    text-align: left;
}

.carousel-caption{
    font-size: 12px;
    font-family: 'Poiret One', cursive;
    color: #0066CC;
    text-align: center;
}

.blog a{
  font-size: 12px;
  color: #754141;
}

.blog a :hover{
 color: #FF6666;
}

/*footer*/
.footer {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #FF6666;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.footer a{
 color:#754141;
}

.cd-link a{
    font-size: 20px;
    color: #FFFF00;
    font-weight: bold;
}

.cd-link a img{
    display: flex;
    top: 5%;
    left: 5%;
    width: 5vh;
    color:#0055ff;
}


.cd-link2 {
    display: flex;
    top: 5%;
    left: 15%;
    width: 5vh;
    font-size: 20px;
    color: #FFFF00;
    font-weight: bold;
}

.jumbotron {
    position:  relative;
    height: 5vh;
    text-align: center;
    background-size: contain;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 1px;
}


/* top slideshow*/
header{
  width: 100px;
  height: 50px;
	margin-bottom: 5px
 background-color:skyblue;
}

.btn-ghost {
  background: transparent;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.close {
pointer-events: none;
z-index: 1;
width: 100%;
height: 100%;
transition: background-color .6s;
}

#mainNav:checked ~ .close {
pointer-events: auto;
background-color: rgba(0,0,0,.3);
}

.open {
display: none; }
@media screen and (max-width: 480px) {
.open { display: block; }
}

div.sample {
animation: anime1 5s ease -2s infinite alternate;
}

@keyframes anime1 {
0% {width: 50px; height: 50px; background-color: aqua;}
100% {width: 200px; height: 50px; background-color: blue;}
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  font-size: 12px;
  font-family: sans-serif;
  text-align: left;
  overflow: scroll;
}


table tr {
  background: #fc8a8a;
  border: 1px solid #e5d5d5;
  padding: .35em;
}

table td {
  padding: .625em;
  text-align: center;
  background-color: #f9eded;
  word-break: break-all;
}

table td a {
 color: #f26565;
}

table th {
  padding: .625em;
  text-align: center;
  color: #3d3535;
  background-color: #ffcccc;
  word-break: break-all;
}

table td em{
  font-size: 12px;
  font-family: sans-serif;
  text-align: left;
  font-style: normal;
  color: #f26565;
}
/*
#video1 {
     position:relative;
     top: 10px;
     left:auto;
     width:80%;
     border:2px solid blue;
     display:block;
     z-index:99;
     }
*/

#img-box{
  position: relative;
}

#img-box-mini{
  position: absolute;
  bottom: 20px;
  left: 0px;
  width:100%;
  color: #fff;
 }

#img-box-text{
  position:relative;
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: Georgia serif;
  font-size: 10px;
  width: 100%;
  margin: auto;
}

div.prefix_sample{
background-color:blue; width:auto; height:100px;
-moz-transition: background-color 1s linear 0 , width 1s linear 0 , height 1s linear 0;
-webkit-transition: background-color 1s linear 0 , width 1s linear 0 , height 1s linear 0;
-o-transition: background-color 1s linear 0 , width 1s linear 0 , height 1s linear 0;
-ms-transition: background-color 1s linear 0 , width 1s linear 0 , height 1s linear 0;
}

div.prefix_sample:hover {
background-color:aqua; width:300px; height:100px;


HT
section {
  padding: 0 0;
}


section:nth-child(even) {
  background: #FFF;
}

/*header*/
.header-mobile-menu {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.header-pc-menu{
  display:  none;
}
/*medium*/

@media(min-width: 570px){
 body{
   background: #FFF;
 }
}

/*large*/

@media(min-width: 820px){
  body {
    background: #FFF;
}

/*News

.container{
  width: 820px;
}
*/

.header-mobile-menu{
  display: none;
}

.header-pc-menu{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-pc-menu > li {
  display: inline-block;
  width: 60px;
  text-align: center;
  cursor: pointer;
  float:right;
}

.btn a:hover {
background-color: #20b2aa;
box-shadow: 0 3px 0 #12978d, 0 6px 0px rgba(0,0,0,0.2);
-webkit-transform: translateY(3px);
transform: translateY(3px);
-webkit-animation: flash 1s;
animation: flash 1s;
}

.btn a:active {
color: #ddd;
background-color: #12978d;
box-shadow: 0 0 0 #047c71, 0 0 0px rgba(0,0,0,0.2);
-webkit-transform: translateY(6px);
transform: translateY(6px);
transition-duration: 0.1s;
}

@-webkit-keyframes flash {
0% { background-color: #20b2aa; }
10% { background-color: #96e9e6; }
100% { background-color: #20b2aa; }
}

@keyframes flash {
0% { background-color: #20b2aa; }
10% { background-color: #96e9e6; }
100% { background-color: #20b2aa; }
}

figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  display:block;
  margin-left:auto;
  margin-right:auto;
  vertical-align:middle;
}
figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

figure {
	position: relative;
	overflow: hidden;
	width: 100%;
  height: 100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  padding-top: 20px;
}

figcaption {
	position: relative;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;

	background: rgba(0,0,30,.3);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
figure:hover figcaption {
	top: 0;
	left: 0;
}

.album {
	margin: auto;
	background-color: white;
	position: relative;
}

.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.8;
}

.album .img1 {
  animation-delay:5s;
	-webkit-animation-delay:5s;
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
  margin-left:auto;
  margin-right:auto;
  vertical-align:middle;
}

@keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

table {
    width: 100%;
}
table th {
    background: #EEEEEE;
}
table th,
table td {
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 5px;
}

.news img {
  width: 100%;
}

.news .item {
  margin-bottom: 10px;
}

.news .item:last-child {
  margin-bottom: 0px;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* 日曜日 */
.fc-sun {
    color: red;
    background-color: #fff0f0;
}

/* 土曜日 */
.fc-sat {
    color: blue;
    background-color: #f0f0ff;
}

.top-video{
  position:relative;
  width:80%; height: 100%;
  margin:10px ;
}
