@charset "utf-8";
/* CSS Document */
.main {
  position: relative;
}
.background {
  background-image: url("../img/blessing_back_komono.png");
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  background-position: left;
}
.background-opacity {
  background-color: rgba(255, 255, 255, 0.562);
}

.section-top {
  margin-bottom: 50px;

}
.section-top__image {
  height: 100vh;
  background-color: #FFF;
  background-image: url("../img/topimage.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #F6F6F6;
  position: relative;
}
.section-top__image-message h2 {
  font-family: 'Klee One', cursive;
  font-size: 2.0rem;
  font-weight: 400;
  position: absolute;
  width: 100%;
  top: 35%;
  left: 50%;
  transform: translate(-30%, -20%);
}
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown{
	position:absolute;
	left:50%;
	bottom:20px;
    /*全体の高さ*/
	height:100px;
   font-size: 2.4rem;
  color: #000;
}
/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	top: -15px;
    /*テキストの形状*/
	letter-spacing: 0.08em;
  font-family: 'Tangerine', cursive;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 100px;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:50px;
		opacity: 1;
	}
	100%{
		height:0;
		top:100px;
		opacity: 0;
	}
}

@media(min-width:1160px) {
  .section-top__image-message h2 {
    font-size: 2.8rem;
    top: 30%;
    left: 3%;
  }
}
.news {
  margin-bottom: 60px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px 24px;
}
.news-listall {
  padding: 0px 24px 10px;
}
.news-listall h2 {
  margin-bottom: 20px;
  font-family: 'Tangerine', cursive;
  font-size: 3.5rem;
}
.news-list {
  list-style: none;
  text-align: left;
}
.news-category {
  width: 100px;
  height: 24px;
  border: solid 1px #D7D7D7;
  border-radius: 10px;
  padding: 0rem 1rem;
  color: #BE7DE0;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5px;
  font-family: 'Bellota', cursive;

}
.news-category.youtube {
  color: #F27979;
}
.news-category.works {
  color: #7CD0B4;
}
.news-listall ol {
  margin: 0 auto;
}
.news-list li {
  margin-bottom: 20px;
}
.news-list span {
  font-weight: 400;
}
.news-list time {
  font-weight: 300;
  font-size: 1.2rem;
}
@media(min-width:1160px) {
  .news {
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 60px 40px;
  }
  .news-list {
    max-width: 750px;
    margin: 0 auto;
  }
  .news-listall h2 {
    margin-bottom: 40px;
    font-size: 4.0rem;
  }
  .news-list li {
    margin-bottom: 40px;
  }
}
.more {
  width: 150px;
  height: 30px;
  background:linear-gradient(#FEEFF5, #F8CCDF);
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
.about {
  margin-bottom: 60px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 24px;
}
.about-list {
  list-style: none;
  margin-bottom: 20px;
}
.about h2 {
  margin-bottom: 30px;
  font-family: 'Tangerine', cursive;
  font-size: 3.5rem;
}
.about_plofile-image {
  height: 500px;
  background-image: url("../img/plofileimage.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.about_plofile {
  margin-bottom: 30px;
}
.about h3 {
  text-align: center;
  font-family: 'Klee One', cursive;
  font-size: 2.4rem;
  font-weight: 400;
  color: #7CD0B4;
  margin-bottom: 5px;
}
.about h4 {
  color: #7CD0B4;
  font-weight: 400;
  font-family: 'Tangerine', cursive;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.about-name {
  margin-bottom: 10px;
}
.about_plofile li {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
}
.about_plofile p {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
}
.about-fanmark::after {
  display: inline-block;
  width: 1.5rem;
  content: url("../img/bird.svg");
  margin-left: 5px;
}
.about-fanmark-first {
  display: inline-block;
  width: 1.5rem;
  content: url("../img/clover.svg");
}
.about-fanmark-midddle {
  display: inline-block;
  width: 1.5rem;
  content: url("../img/flower.svg");
  margin-left: 5px;
}
.about_achievement {
  border-top: solid 1px;
  padding-top: 20px;
}
.about h5 {
  text-align: left;
  margin-bottom: 10px;
  font-family: 'Klee One', cursive;
}
.about_achievement p {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
}
@media(min-width:1160px) {
  .about {
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 60px 40px;
  }
  .about h2 {
    margin-bottom: 40px;
    font-size: 4.0rem;
  }
}
.about_plofile_contents, .about_achievement {
  max-width: 750px;
  margin: 0 auto;
}
.movie {
  margin-bottom: 60px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px 24px;
}
.movie-listall {
  list-style: none;
}
.youtube-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.movie-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
}
.movie-listall {
  margin-bottom: 10px;
}
.movie h2 {
  margin-bottom: 20px;
  font-family: 'Tangerine', cursive;
  font-size: 3.5rem;
}
.movie-list {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 5px 10px 0;
}
.movie-list h3{
  font-style: italic;
  color: #5BC1C6;
  font-weight: 600;
  margin-bottom: 5px;
}
.movie-list p {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}
.youtube-jump {
  width: 150px;
  height: 30px;
  background:linear-gradient(#FEEFF5, #F8CCDF);
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
.youtube-jump a::after {
  padding-left: 2px;
  content: "\025b6";
}
@media(min-width:1160px) {
  .movie {
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 60px 40px;
  }
  .movie h2 {
    margin-bottom: 60px;
    font-size: 4.0rem;
  }
  .movie-listall {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .movie-list {
    margin-bottom: 70px;
  }
  .movie-listall li {
  max-width: 50%;

}
}
.gallery {
  margin-bottom: 60px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px 24px;
}
.gallery h2 {
  margin-bottom: 40px;
  font-family: 'Tangerine', cursive;
  font-size: 3.5rem;
}
.gallery-illust {
  margin: 0px auto 20px;
  height: 30vh;
  background-image: url("../img/illust.jpeg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.pixiv-jump {
  width: 150px;
  height: 30px;
  background:linear-gradient(#FEEFF5, #F8CCDF);
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
.pixiv-jump a::after {
  padding-left: 2px;
  content: "\025b6";
}
.gallery-poem {
  position: relative;
}
.gallery-poem_image {
  margin: 80px auto 20px;
  height: 50vh;
  background-image: url("../img/poem.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 0;
  filter: brightness(75%);
}
.gallery-poem-message {
  position: absolute;
  color: #FFFFFF;
  top: 15%;
  left: 50%;
  text-align: left;
  z-index: 30;
}
.gallery-poem-message h4 {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
}
.gallery-poem_from {
  font-size: 1.0rem;
  line-height: 1.5rem;
}
.narou-jump {
  width: 150px;
  height: 30px;
  background:linear-gradient(#FEEFF5, #F8CCDF);
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.narou-jump a::after {
  padding-left: 2px;
  content: "\025b6";
}
@media(min-width:1160px) {
  .gallery {
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 60px 40px;
  }
  .gallery h2 {
    margin-bottom: 50px;
    font-size: 4.0rem;
  }
  .gallery-all {
    max-width: 750px;
    margin: 0 auto;
  }
  .gallery-illust {
  height: 60vh;
  }
  
  .gallery-poem-message {
  left: 60%;
}
}
.songs {
  margin-bottom: 60px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px 30px;
}
.songs h2 {
  margin-bottom: 30px;
  font-family: 'Tangerine', cursive;
  font-size: 3.5rem;
}
.songs p {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.songs-list {
  list-style: none;
}
.songs-list h4 {
  text-align: left;
  font-weight: 500;
  color: #DA0097;
}
.songs-list li {
  margin-bottom: 20px;
}
@media(min-width:1160px) {
  .songs {
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 60px 40px;
  }
  .songs h2 {
    margin-bottom: 40px;
    font-size: 4.0rem;
  }
  .songs-contents {
    max-width: 750px;
    margin: 0 auto;
  }
}
