@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Sawarabi+Mincho&display=swap');
@font-face {
	font-family: 'Greycliff';
	src: url('./fonts/greycliffcf-medium-webfont.eot'); /* IE9 Compat Modes */
	src: url('./fonts/greycliffcf-medium-webfont.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
	     url('./fonts/greycliffcf-medium-webfont.woff') format('woff'), /* woff - Modern Browsers */
	     url('./fonts/greycliffcf-medium-webfont.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
	     url('./fonts/greycliffcf-medium-webfont.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}

img{
  max-width: 100%;
}
h1{
  margin: 0;
  line-height: 0;
}
h2{
  font-size: 1.2rem;
  margin-bottom: 30px;
}
h3{
  font-weight: bold;
  margin-bottom: 5px;
}
/***********************/
body{
  font-size: 12px;
  font-family: 'Greycliff', source-han-sans-japanese, sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  background: #9abee6;
  z-index: 0;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  word-break: break-all;
  min-height: 300px;
  -webkit-font-smoothing: antialiased;
}
*{
  box-sizing: border-box;
}
.mb-m{
  margin-bottom: 70px;
}
.mb-s{
  margin-bottom: 30px;
}
.fl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fl-f{
  display: flex;
  justify-content: space-between;
}
.ta-c{
  text-align: center;
}
.bold{
  font-weight: 600;
}
a:link,
a:visited{
  color: #fff;
  text-decoration: none;
}
#follower {
  pointer-events: none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000000000;
  background-image: url(./img/bird.png);
  height: 61px;
  width: 79px;
  background-position: left top 10px;
  background-size: 47px 44px;
  transition: transform 1s;
  transition-timing-function: ease-out;
  background-repeat: no-repeat;
  animation: follower 25000ms infinite;
}
input,textarea{
  background: transparent;
  padding: 8px;
  font-size: 1rem;
  margin-top: 5px;
  border: 1px solid #aaa;
  max-width: 100%;
}
button{
  background: transparent;
  border: none;
}
button input{
  color: #fff;
  background: #555;
  border:none;
  font-size: 0.8rem
}
.wpcf7-form{
  text-align: center;
  max-width: 100%;
}
.top-news a:link,
.top-news a:visited{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  padding-bottom: 3px;
}
.top .wrapper{
  animation-name: fadeInWhite;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
.bg-image{
  animation-name: bgTransition;
  animation-duration: 20s;
  animation-fill-mode: forwards;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9abee6;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
  position: fixed;
  opacity: 1;
}
.top .bg-image{
  background-image: url(./img/top-bg.jpg);
}
.bio .bg-image{
  background-image: url(./img/bg6.jpg);
}
.disc .bg-image{
  background-image: url(./img/disc.jpg);
}
.news .bg-image{
  background-image: url(./img/bg3.jpg);
}
.works .bg-image{
  background-image: url(./img/bg4.jpg);
}
.video .bg-image{
  background-image: url(./img/bg2.jpg);
  background-position: bottom right;
}
.contact .bg-image{
  background-image: url(./img/bg5.jpg);
}
@media screen and (max-width: 600px) {
  .bg-image{
    background-position: bottom;
  }
  .sns_wrap{
    display: none;
  }
  .follower {
    display: none;
  }
  .top .bg-image{
    background-image: url(./img/sp1.jpg);
  }
}

@keyframes bgWhite {
  0% {
    background: transparent;
  }
  100% {
    background: #fff;
    color: #000;
  }
}
@keyframes fadeInWhite {
  0% {
    background-color: #9abee6;
    background-size: cover;
    background-position: center;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes bgTransition {
  0% {
    transform: scale(1.05) translateX(0.5%);
  }
  100% {
    transform: scale(1.05) translateX(-0.5%)
  }
}
.top .nav a{
  color: #fff;
}
.wrapper{
  width: 100%;
  z-index: 11;
  position: relative;
  min-height: 500px;
}
.header{
  padding: 35px;
  display: flex;
  flex-direction: row;
  align-items: top;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 1111;
}
.footer{
  letter-spacing: 0.25em;
  font-size: 0.6em;
  font-weight: 100;
  margin: 0;
  transform: rotate(-90deg);
  width: 100vh;
  transform-origin: top right;
  text-align: center;
  height: 20px;
  position: fixed;
  top: 0;
  right:45px;
  z-index: 111;
  color: #fff;
  padding-bottom: 10px;
  opacity: 0.8;
}
.white-bg .gr{
  margin-bottom: 30px;
}
.text{
  font-size: 1.05em;
  line-height: 1.8em;
  text-align: justify;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.archive-list .text{
  font-size: 0.7rem;
}
.archive-list p{
  margin: 0;
}
.text-mb{
  margin-bottom: 15px;
}
.logo-img{
  vertical-align: top;
}
.header--top .logo-img{
  animation-name: blurFade;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.header--top .nav{
  animation-name: blurFade;
  animation-duration: 2s;
  animation-delay: 0.5s;
  filter: blur(20px);
  animation-fill-mode: forwards;
}
.nav{
  z-index: 111;
  display: flex;
  transition: 0;
  flex-grow: 3;
}
.nav ul{
  margin: 0;
}
.nav__li{
  text-align: right;
  list-style: none;
  letter-spacing: 0.09em;
  font-size: 0.68rem;
  font-weight: 400;
  opacity: 0.8;
  transition-property: transform;
  margin-left: 15px;
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
}
.nav__li:hover{
  opacity: 1;
  transform: translateY(1px);
  transition: .5s;
  transition-property: transform;
}
.sound_icon{
  margin-right: 5px;
}
.sound_text{
  font-size: 0.7rem;
  line-height: 1;
}
.nav__li--sns{
  margin-bottom: 10px;
  opacity: 1;
}
.nav__li--sns a{
  font-size: 1rem;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  vertical-align: middle;
}
.nav__li--sns:hover{
  transform: none;
}
.nav__li--sns a{
  color: #fff;
}
.nav_num{
  opacity: 0.7;
  margin-left: 10px;
  letter-spacing: 0;
}
.nav a:link,
.header a:link{
  border: none;
  color: rgba(255,255,255,0.9);
  line-height: 13px;
  transition: 1s;
}
.nav a:link:hover{
  color: #ffffff;
  transition: .5s;
}
.top-news{
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-news__title{
  margin-left: 8px;
}
.lyric-area{
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  transform: scaleX(0.99);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: a-otf-ryumin-pr6n, serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.lyric-area__rows{
  position: absolute;
}
.lyric-area__character{
  display: inline-block;
  position: relative;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255,255,255, 0.5);
}
.lyric-wrap{
  filter: blur(0.51px);
  height: 100%;
  width: 100%;
}
.lyric-inner{
  width: 18px;
  left: 50%;
  height: 100%;
  position: absolute;
  margin-left: -9px;
  z-index:111111;
}
.lyric-inner:hover{
  cursor:pointer;
}
.lyric-all{
  height: 100%;
  width: 100%;
  right: 14%;
  position: relative;
  opacity: 0;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  line-height: 2.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: a-otf-ryumin-pr6n, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          text-combine: vertical;
}
.lyric-all img{
  margin-top: 2px;
}
.lyric-all::-webkit-scrollbar {
  display:none;
}
.lyric-all-link{
  display: block;
  position: absolute;
  bottom: 20%;
  text-align: center;
  margin: 0 auto;
  left: 9%;
  margin-left: -20px;
  font-size: 0.5rem;
  height: 45px;
  width: 45px;
  animation: float 25000ms infinite;
  transition:.9s;
  border-radius: 47%;
  background: rgba(255,255,255,0.01);
  line-height: 40px;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
}
.lyric-all-link:hover{
  background: rgba(255,255,255,0.1);
  transition:.9s;
  cursor:pointer;
  opacity: 0.7;
  transform: scale(0.8);
}
.lyric-all-link i{
  font-size: 7px;
  transform: scale(0.6);
  margin-top: 1px;
  top: 1px;
  position: relative;
}
.lyric-all-link:after{
  display: block;
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  transform-origin: 50% 48%;
  border-radius: 47%;
  opacity: 0.2;
  border: 1px solid rgba(255,255,255,1);
  animation: drift 5000ms infinite linear,opacity infinite;
}
.lyric-all-link:before{
  display: block;
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  transform-origin: 50% 46%;
  border-radius: 48%;
  opacity: 0.3;
  border: 1px solid rgba(255,255,255,1);
  animation: drift 8000ms infinite linear,opacity infinite;
}
@keyframes float {
  0% { transform: translate(0, 0) }
  30% { transform: translate(-10px, -30px) }
  50% { transform: translate(-5px, -20px) }
  70% { transform: translate(5px, -30px) }
  100% { transform: translate(0,0) }
}
@keyframes opacity {
  0% { opacity: 0.3 }
  30% { opacity: 0.8 }
  100% { opacity: 0.3 }
}
@keyframes drift {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes blur {
  0% {
    filter: blur(20px);
  }
  20% {
    filter: blur(0);
  }
  40% {
    filter: blur(0);
  }
  100% {
    filter: blur(20px);
  }
}

@keyframes blurFade {
  0% {
    filter: blur(20px);
    transform: translateY(40px);
  }
  100% {
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1.01);
  }
  100% {
    filter: scale(1);
  }
}
/*** 下層コンテンツ ***/
.sub-wrap{
  animation-name: blurFade;
  background: #fff;
  color: #111;
}
.sub-wrap a{
  color: #9abee6;
}
.nav--sub .nav__li{
  margin-left: 50px;
}
.main-content{
  padding-left: 200px;
  overflow: scroll;
  padding: 0 20px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.main-content-wrap{
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  width: 100%;
}
.main-h{
  letter-spacing: 0.3em;
  font-size: 1em;
  font-weight: 200;
  margin: 0;
  transform: rotate(-90deg);
  width: 100vh;
  transform-origin: bottom left;
  text-align: center;
  height: 20px;
  position: fixed;
  bottom: 20px;
  left: 52px;
  z-index: 111;
  color: #fff;
  padding-bottom: 10px;
}
.main-h span{
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
.disc-num{
  position: relative;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  font-family: "Greycliff",sans-serif;
  color: #aaa;
}
.disc-block{
  padding: 10% 14% 0;
  margin-bottom: 0;
  transition: .3s;
  color: #111;
  opacity: 0.6;
}
.disc-block:hover,
.disc-block:hover .disc-num{
  opacity: 1;
  transition: .3s;
}
.disc-image{
  width: 100%;
  margin-bottom: 10px;
  transition: .3s;
}
.disc-image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.disc-info{
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  text-shadow: 0 0 2px rgba(84,103,107,0.65);
}
.white-bg-wrap{
  position: relative;
  width: 93%;
  max-width: 800px;
  top: 20px;
}
.white-bg{
  background-image: url('./img/bg_corner.png'),url('./img/bg_top.png'),url('./img/bg_bottom.png'),url('./img/bg_base.png');
  background-position: right top,left top,left bottom,center center;
  background-size: 160px,85% 50px,100% 50px,100% 88%; /* corner,top,right,bottom,left,base */ 
  background-repeat: no-repeat;
  padding: 0px 4% 0px;
  color: #4a4a4a;
  height: 486px;
  min-height: 400px;
  position: relative;
  z-index: 2;
}
.white-bg-shadow{
  content: "";
  background: #000;
  filter: blur(10px);
  display: block;
  opacity: 0.15;
  height: 486px;
  min-height: 400px;
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  top: 5px;
  left: 3px;
  border-top-right-radius: 85px;
}
.white-bg-inner{
  height: 476px;
  overflow: scroll;
  padding: 30px 2em 60px;
  margin-top: 2px;
}
.white-bg-inner > h2,
.white-bg-inner > .news-list{
  margin-top: 20px;
}
.white-bg-inner::-webkit-scrollbar {
  display:none;
}
.white-bg a{
  color: #222;
  transition:.3s;
}
.white-bg a:hover{
  color: #666;
  transition:.3s;
}
.pd-l{
  padding: 60px;
}
.main-content{
  animation-name: upper;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  top: 40px;
  position:relative;
  opacity: 0;
}
@keyframes upper {
  0% {
    top: 40px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.main-content-width{
  max-width: 100%;
  overflow: visible;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
}
.main-content-top{
  max-width: 1100px;
  overflow: visible;
  margin: 20vh auto;
  padding-left: 0;
}
.main-content-center{
  max-width: 830px;
  overflow: visible;
  margin: 0 auto 0px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 500px;
}
.main-content-small{
  max-width: 500px;
  overflow: visible;
  margin: 100px auto;
}
.bio-wrap{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 6em 0 3em;
}
.bio-img{
  text-align: center;
  margin-right: 30px;
}
.bio-img img{
  object-fit: cover;
  width: 400px;
  height: 470px;
  object-position: top;
  max-width: 100%;
}
.bio-text{
  writing-mode:vertical-rl;
  line-height: 2.5em;
  text-align: center;
}
.bio-text img{
  display:none;
  margin: 0 auto;
}
.bio-text .text{
  display:block;
  letter-spacing: 0.02rem;
  max-width: 500px;
}
.deco-line,.lyric-all p{
  max-height: 470px;
  background-image: url(./img/grange_line.png);
  background-size: 2.5em;
  background-position: right top;
  line-height: 2.5em;
  font-weight: normal;
  font-size: 1.1em;
  text-orientation: upright;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  letter-spacing: 0.13em;
}
.lyric-all p{
  background-size: 2.47em
}
.disc-detail-img{
  text-align: center;
  margin-bottom: 15px;
}
.disc-detail-img img{
  max-width: 400px;
}
.white-bg-inner img{
  height: auto;
  width: 100%;
}
.disc-single ul{
  border: 1px solid rgba(200,200,200,0.8);
  padding: 20px;
}
.disc-single li{
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.disc-single h2{
  margin-bottom: 10px;
}
.single-inner,.archive-inner{
  padding-top: 50px;
}
.year-list{
  color: #666;
  font-size: 0.9em;
  margin-top: 20px;
}
.video-list li {
  opacity: 1;
  margin-top: 10px;
  transition: all 0.4s ease 0s;
  list-style:none;
  display: block;
}
.video-list li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  display: none;
}
.video-more{
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: -25px;
  color: #666;
  font-size: 0.95em;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.video-more i{
  margin-left: 3px;
}
.works-video .video-content iframe{
  width: 100%;
}
.works-video-sp{
  display: none;
}
.works-video-img{
  padding: 6% 7% 0;
  margin-bottom: 10px;
  transition: .3s;
  color: #111;
  opacity: 0.8;
}
.works-video-img img{
  object-fit: cover;
  width: 100%;
  height: auto;
  height: 125px;
  border: 2px solid #fff;
}
.works-video-img a:after{
  position: absolute;
  display: block;
  content: "\f144";
  font-family: FontAwesome;
  text-shadow: 0px 0px 44px rgba(0,0,0,1);
  opacity: 0.6;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 2rem;
  color: #fff;
}
.works-video-img a{
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.works-text p{
  margin-top: 5px;
  margin-bottom: 0;
}
.works-title{
  margin: 30px 0 20px;
  border-bottom: 1px solid #ccc;
}
.news-block,
.video-block{
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.archive-block{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.archive-text{
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.archive-list{
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.archive-block h3,
.archive-list h3{
  margin-top: 10px;
}
.news-block h2{
  margin-bottom: 5px;
}
.archive-list h3 {
  font-size: 0.76rem;
  line-height: 1.6;
  margin-top: 8px;
  letter-spacing: 0.03em;
}
.archive-date{
  font-size: 0.7rem;
  color: #777;
}
.news-header{
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.pager{
  margin-top: 30px;
  text-align: center;
  font-size: 0.95em;
  justify-content: center;
  color: #888;
}
.pager a{
  color: #333;
}
.nth-box > *,
.prev,
.next{
  margin: 0 8px;
  padding: 0 2px;
}
.nth-box > *.current,
.tenten{
  color: #888;
}
.video-block{
  text-align: center;
  width: 100%;
}
.video-cotent{
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.video-block iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block h3{
  margin-bottom: 10px;
}
.video-block:last-child{
  border-bottom :0;
  padding-bottom: 0;
}
.horizon-wrap{
  max-width: 5000px;
  width: 5000px;
  padding-right: 100px;
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -ms-flex-align: center;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.sp_menu{
  display: none;
}
.res-p{
  padding-left: 40px;
  max-width: 500px;
  overflow: scroll;
}
.sound_button{
  cursor: pointer;
}
.gr{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (max-width: 896px) {
  body{
    font-size: 10px;
  }
  body.bio{
    overflow: scroll;
  }
  body::-webkit-scrollbar{
    display: none;
  }
  .wrapper{
    height: auto;
    min-height: 0;
  }
  .wrapper::-webkit-scrollbar{
    display: none;
  }
  .main-content-center{
    margin:0 auto 0;
    padding: 0;
  }
  .main-content-center::-webkit-scrollbar{
    display: none;
  }
  .res-p{
    padding-left: 0;
    padding-top: 10px;
  }
  /* nav */
  .col-s-f{
    width: 100%;
    display: block;
  }
  .sp_menu{
    display: block;
  }
  .nav{
    display: none;
  }
  .open_button{
    position: absolute;
    z-index: 111111;
    right: 35px;
    top: 35px;
    width: 18px;
  }
  .menu{
      height: 13px;
      position: absolute;
      width: 18px;
      z-index: 9998;
      margin-top: 2px;
  }
  .menu_line{
      background: #fff;
      display: block;
      height: 1px;
      position: absolute;
      width: 100%;
  }
  .menu_line--bottom{
      bottom: 0;
  }
  .menu_line--center{
      top: 6px;
  }
  .menu_line--top.active{
      top: 5px;
      transform: rotate(45deg);
      background: #000;
  }
  .menu_line--center.active{
      transform:scaleX(0);
      background: #000;
  }
  .menu_line--bottom.active{
      bottom: 7px;
      transform: rotate(135deg);
      background: #000;
  }
  .gnav{
      background: rgba(255,255,255,0.99);
      display: none;
      height: 100%;
      position: fixed;
      width: 100%;
      z-index: 9998;
      top: 0;
      left: 0;
  }
  .gnav_bg{
    width: 30%;
    height: 100%;
  }
  .gnav_bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    animation-name: slide;
    animation-duration: 30s;
  }
  @keyframes slide {
    0% {
      object-position: 0;
    }
    100% {
      object-position: 100%;
    }
  }
  .gnav_wrap{
    width: 70%;
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: left;
    position: absolute;
    width: 100%;
    background-size: cover;
  }
  .gnav_main{
    padding-left: 40px;
  }
  .gnav_wrap li{
    list-style: none;
  }
  .gnav_wrap h4{
    color: #999;
  }
  .sp_sns{
    margin-top: 50px;
    padding-left: 0;
  }
  .sp_sns a:link{
    color: #aaa !important;
    font-size: 0.6rem;
  }
  .gnav_menu_item{
      margin: 15px 0;
      text-align:left;
  }
  .gnav_menu{
    padding: 0;
    margin: 0;
  }
  .gnav_menu_item a,
  .gnav_menu_item a:visited{
      font-size: 0.8rem;
      color: #777 !important;
      font-weight: 400;
      padding: 10px 0;
      text-decoration: none;
      transition: .5s;
      letter-spacing: 0.05rem;
  }
  .gnav_menu_item a:hover{
      color: #666;
  }
  .bg_sound{
    top: 40px;
    right: 80px;
    position: fixed;
  }
  .lyric-area{
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
    white-space: nowrap;
    top: -20px;
  }
  .lyric-all{
    align-items: unset;
    right: 0;
    font-size: 0.75rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-right: 2px;
  }
  .lyric-all p{
    margin-right: 90px;
    margin-left: 90px;
    width: 538px;
    background-image: url(./img/grange_line.png);
    background-size: 2.44em;
    background-position: right top;
  }
  .lyric-wrap{
    filter: blur(0);
    /* 
    transform: scale(0.28); */
  }
  .logo-img{
    width: 43%;
    height: auto;
  }
  .main-content-wrap{
    min-height: 0px;
  }
  .works-video-pc{
    display: none;
  }
  .works-video-sp {
    display: block;
    top: -20%;
    position: relative;
  }
  .works-video-sp::before {
    content: "";
    display: block;
    width: 90%;
    padding-top: 90%;
    top: 0;
    left: 0;
  }
  .works-video-sp iframe {
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    border: 2px solid #fff;
    margin-top: 20px;
  }
  .main-content-center{
    width: 85%;
    padding-right: 0;
  }
  .white-bg{
    width: 100%;
    margin-left: 2%;
    height: 70vh;
    background-size: 95px,85% 40px,100% 40px,100% 88%;
    padding: 0 25px;
  }
  .white-bg-wrap{
    height: 70vh;
    min-height: 410px;
    max-height: 600px;
    top: 10px;
  }
  .white-bg-inner{
    height: 68.5vh;
    min-height: 0;
    padding: 40px 0.8em 40px;
    min-height: 392px;
    position:relative;
    max-height: 600px;
  }
  .white-bg-shadow{
    height: 70vh;
  }
  .white-bg::-webkit-scrollbar,
  .white-bg-wrap::-webkit-scrollbar,
  .white-bg-shadow::-webkit-scrollbar{
    display: none;
  }
  .gr{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .white-bg-wrap{
    width: 100%;
  }
  .main-h{
    left: 35px;
    overflow: hidden;
  }
  .bio-img{
    width: 80%;
    margin: 0 auto;
    margin-top: 180px;
  }
  .bio-img img{
    height: 250px;
  }
  .bio-wrap{
    display: block;
  }
  .bio-text{
    margin: 20px auto;
    width: 100vw;
    overflow: scroll;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 20px;
  }
  .deco-line{
    line-height: 2.5em;
    height: 300px;
    background-size: 2.36em;
  }
  .bio-text .deco-line{
    background-size: 2.45em;
  }
  .bio-text{
    width: 100%;
    padding: 0;
  }
  .footer{
    display: none;
  }
  .footer_sp{
    color: #aaa;
    margin-top: 30px;
  }
  .lyric-all p {
    background-size: 2.5em;
    background-position: right 2px top;
    padding-right: 2px;
    background-image: url(./img/grange_line_sp.png);
  }
  #follower{
    display: none;
    opacity: 0;
  }
  .contact .bg-image{
    background-position: top right -70px;
  }
}