@charset "utf-8";
body{margin:0;padding:0;}
.sp{
	display:block;
}
.pc{
	display:none;
}

img {
  width: 100%;
}
header {
  width: 100%;
  max-width: none;
  background: #fff562;
  display: block;
}

.mv {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}

.ttl-wrapper {
  padding: 12vw 0;
}

.ttl-wrapper .sub-ttl {
  max-width: 72%;
  margin: 0 auto;
}

.ttl-wrapper .ttl {
  max-width: 92%;
  margin: 8vw auto 0;
}

.ttl-wrapper .lead {
  width: 92vw;
  display: table;
  margin: 0 auto 0;
  font-size: 3.733vw;
  line-height: 1.95;
     text-align: justify;
}

.movie-wrapper {
  background: #fff562;
  padding: 7vw 0;
}

.movie-wrapper .movie {
  max-width: 92vw;
  margin: 0 auto;
}

.song {
  display: table;
  margin: 16vw auto 26vw;
}

.song .song-name {
  text-align: center;
  font-size:5.8vw;
  margin-bottom: 12vw;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.song .song-name span{  font-size:3.8vw;}

.song .song-txt {
  font-size: 3.733vw;
  line-height: 1.95;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
margin-bottom:20px;
}

.profile-wrapper {
  width: 92vw;
  margin: 0 auto;
}
.profile-wrapper .profile-ttl {
  max-width:48.8vw;
  margin: 0 auto;
}

.profile-figbox {
  margin: 8vw auto 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.profile-figbox-inner {
  width: 100%;
}

.profile-name {
  margin-top: 4vw;
  font-size: 3.733vw;
  line-height: 1.95;
}

.profile-txt {
  display: table;
  margin: 0 auto 12vw;
  font-size: 3.733vw;
  line-height: 1.95;
}

.btn a {
  display: block;
  background: #f0649a;
  width: 90%;
  margin: 0 auto;
  font-size: 4.8vw;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 4vw 0;
  position: relative;
     text-decoration: none;
}

.btn a::after {
  position: absolute;
  top: 35%;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 2vw solid #fff;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid transparent;
  margin-left: 0.5em;
}

.btn a:hover {
  text-decoration: none;
}

footer .logo {
  max-width: 56.8vw;
  margin: 18vw auto 4vw;
}
 .copyright{
text-align: center;
 font-size:0.6rem;       
}

.foottext{text-align: center;margin-bottom:50px; }
.foottext a {font-size:14px; text-decoration: none;}
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0.5em;
  bottom: 10px;
  opacity: 0.9;
  z-index: 999;
}
#page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}
    .copyright{
 text-align: center;
 font-size:12px; 
padding:20px 0;
 }
@media screen and (min-width:769px) {
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0.5em;
  bottom: 10px;
  opacity: 0.9;
  z-index: 999;
}
#page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}
.pc{
	display:block;
}
    .sp{
	display:none;
}
  a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  a:hover {
    opacity: 0.8;
  }

  .ttl-wrapper {
    padding: 60px 0;
  }

  .ttl-wrapper .sub-ttl {
    max-width: 357px;
  }

  .ttl-wrapper .ttl {
    max-width: 617px;
    margin: 40px auto 0;
  }

  .ttl-wrapper .lead {
    max-width:940px;
    margin: 0 auto 0;
    font-size: 16px;
      text-align: justify;
  }

  .movie-wrapper {
    padding: 35px 0;
  }

  .movie-wrapper .movie {
    max-width: 730px;
  }

  .song {
    margin: 80px auto 130px;
  }

  .song .song-name {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .song .song-name span{
    font-size: 20px;
  }
  .song .song-txt {
    font-size: 16px;
      margin-bottom:30px;
  }

  .profile-wrapper {
    width: auto;
  }

  .profile-wrapper .profile-ttl {
    max-width: 250px;
  }

  .profile-figbox {
    margin: 40px auto 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-figbox-inner {
    width: auto;
    margin: 0 40px;
  }

  .profile-name {
    margin-top: 15px;
    font-size: 16px;
  }

  .profile-txt {
    margin: 0 auto 60px;
    font-size: 16px;
  }

  .btn a {
    width: 350px;
    font-size: 18px;
    padding: 20px 0;
      text-decoration: none;
  }
    
  .btn a::after {
    top: 37%;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  footer .logo {
    max-width: 213px;
    margin: 90px auto 20px;
  }

.foottext{text-align: center;margin-bottom:40px;}
.foottext a {font-size:14px;text-decoration:none;}
    .foottext a:hover {font-size:14px;text-decoration: underline;}
    .copyright{
 text-align: center;
 font-size:12px; 
padding:20px 0;
 }
    p{margin:0;}
}
