/*========= 背景動画設定のCSS ===============*/


#header{
	position: relative;
    height: 100vh;
    text-align: center;
    color: #fff;
    background: url("../img/movie.jpg") no-repeat;
    background-size: cover;
}

/* ローディングアイコン設定 */

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/

#loading.disappear{
     display: none;   
}

/* youtube設定 */

#youtube-area{
    position: fixed;
    z-index: 1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
 	opacity: 0;    
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

#youtube {
    
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    
      width: 177.77777778vh; 
      height: 56.25vw;
      min-height: 100%;
      min-width: 100%;
    }
    
    /*youtubeがクリックされないためのマスク*/
#youtube-mask{
    position: absolute;
    z-index: 2;
    top:0;
    width:100%;
    height: 100%;
}




.music{position:absolute;
    z-index: 2;
  
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  
    font-size: 80px;
    color: rgb(250, 83, 194);
    font-family: 'Caveat', cursive;
    
}




.kyoku {
    position: relative;
    z-index: 100;
    
  }

.kyoku a{
    margin-left: 20px;
    font-size: 35px;
    color: rgb(57, 189, 250);
    font-family: "Nikukyu";}

.kyoku a:hover{color:black;}

.main{
    width: 350px;
    margin: 0 auto;
    margin-top: 250px;
}

.kibunn{margin-right: 35px;}

.kibunn a{color: black;
  font-family: "Nikukyu";
font-size: 25px;}

.kibunn a:hover{color:white;}



.box{display: flex;
    flex-wrap: wrap;
      align-items: flex-start;
      margin-top: 50px;
    margin-left: 300px;}

.sennkyoku_area{background-color: rgb(247, 186, 226);}

h1{color: white;
  font-family: 'Caveat', cursive;
font-size: 50px;
  font-style: italic;
  letter-spacing: .1em;
  color: #fff;
  text-shadow: -4px 3px 0 rgb(247, 186, 226), -8px 6px 0 #000;
  
}

.taitol{margin-left: 250px;
  margin-top: 100px;}

.musicbody{background-color: rgb(253, 226, 241);}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: rgba(252, 245, 250, 0.9);
  margin-top: 25px;
padding-top: 100px;
padding-bottom: 160px;}
  
  
.music_area1{display: flex;}

.midasi03 {
	position: relative;
	padding-top: 50px;
	padding-left: 150px;
	font-size: 26px;
}

.midasi03 span {
	position: relative;
	z-index: 2;
}

.midasi03::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 55px;
	color: rgba(245, 169, 216, 0.6);
	font-size: 80px;
	font-weight: 500;
	font-family: luxus-brut, cursive;
	font-style: italic;
}

h4{background-color: rgb(226, 186, 226);
  position:absolute;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
	left:220px;}

.ptag{background-color: rgb(179, 176, 176);
  position:absolute;
	top:340px;
	left:50px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 5px;}




.gazou{width: 400px;
margin-left: 180px;}

.gazou2{width: 235px;
margin-left: 85px;
border-top-left-radius: 100px;
		border-bottom-right-radius: 100px;}

.gazou3{width: 235px;
margin-left: 21px;
border-top-left-radius: 100px;
		border-bottom-right-radius: 100px;}

.gazou4{width: 235px;
  margin-left: 21px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;}

.gazou5{width: 235px;
  margin-left: 21px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;}

.box1{width: 1200px;
	margin: 0 auto;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;}