@charset "UTF-8";
/* CSS Document */

ul {
	list-style: none;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #333;
}
a {
    text-decoration:none; 
	color: #333;
}
li a {
	display: block;
}
a {-webkit-tap-highlight-color:transparent;}

.flex {
	display: flex;
}

.en {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
}

main {
	width: 100%;
	min-height: 100vh;
	background-color: #797979;
}

.main-inner {
	position: relative;
	width: 100%;
	max-width: 450px;
	min-height: 100vh;
	margin: 0 auto;
	background-color: #fff;
}


/* ヘッダー */

header {
	width: 100%;
	position: fixed;
	z-index: 100;
}

  .header_inner {
	position: relative;
  }
  .logo{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px
  }
  .title{
	font-size: 2rem;
	font-weight: 600;
  }
  
  /* header固定のため余白をつける。メニューのCSSには関係ない */
  .main{  
	margin-top: 60px;
  }

  .top .main-inner {
	background-color: #FAFAFA;
  }
  .page .main-inner {
	background-color: #FFF;
  }

	.nav {
	  position: fixed;
	  right: -320px; /* 右から出てくる */
	  top: 0;
	  width: 300px; /* スマホに収まるサイズ */
	  height: 100%;
	  padding-top: 60px;
	  background-color: #fff;
	  transition: all .6s;
	  z-index: 200;
	  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	  transition:.5s all;
	}
	.hamburger {
	  position: absolute;
	  right: 15px;
	  top: 12px;
	  width: 45px; /* クリックしやすい幅 */
	  height: 45px; /* クリックしやすい高さ */
	  cursor: pointer;
	  z-index: 300;
	  background-color: #fff;
	  border-radius: 50%;
	  border: 1px solid #707070 ;
	  transition:.5s all;
	}
	.hamburger:hover {
		position: absolute;
		right: 15px;
		top: 12px;
		width: 45px; /* クリックしやすい幅 */
		height: 45px; /* クリックしやすい高さ */
		cursor: pointer;
		z-index: 300;
		background-color: #fff;
		border-radius: 50%;
		border: 1px solid #707070 ;
	  }
	.nav_list {
	  margin: 0 0 20px;
	  padding: 0;
	  list-style: none;
	}
	.nav_item {
	  text-align: left;
	  padding: 0 20px;
	}
	.nav_item a {
	  display: block;
	  font-size: 14px;
	  width: 90%;
	  margin: 0 auto;
	  padding: 20px 0;
	  text-decoration: none;
	  color: #333;
	  border-bottom: 1px solid #D3D3D3;
	}
	.nav_item:hover .en{
		display: inline-block;
		background:linear-gradient(transparent 40%, #fff 0%);
		transition: all .6s;
	}
	.nav_item .en{
		display: inline-block;
		font-size: 24px;
		padding-right: 5px;
		transition: all .6s;
	}
	.nav_item .jp{
		display: inline-block;
	}
	.hamburger_border {
	  position: absolute;
	  bottom: 12px;
	  width: 2px;
	  background-color: #707070;
	  transition: all .6s;
	}
	.hamburger_border_top {
	  left: 12px;
	  height: 15px;
	}
	.hamburger_border_center1 {
	  left: 18px;
	  height: 20px;
	}
	.hamburger_border_center2 {
		left: 24px;
		height: 10px;
	  }
	.hamburger_border_bottom {
	  left: 30px;
	  height: 16px;
	}
  
	/* 表示された時用のCSS */
	.nav-open .nav {
	  right: 0;
	}
	.nav-open .black_bg {
	  opacity: .8;
	  visibility: visible;
	}

	.nav-open .hamburger_border_top {
		left: 12px;
		height: 10px;
	  }
	.nav-open .hamburger_border_center1 {
		left: 18px;
		height: 14px;
	  }
	.nav-open .hamburger_border_center2 {
		  left: 24px;
		  height: 18px;
		}
	.nav-open .hamburger_border_bottom {
		left: 30px;
		height: 20px;
	  }

	  .nav-list_title {
		padding: 0 30px;
		font-size: 24px;
		margin-bottom: 10px;
	  }

	  .nav-cat_list {
		padding-bottom: 15px;
		margin: 0 30px 20px;
		border-bottom: 1px solid #D3D3D3;
	  }
	  .nav-cat_list li{
		display: inline-block;
		font-size: 16px;
		margin: 0 10px 10px 0px;
	  }
	  .nav-cat_list li {
		background: linear-gradient(to right, #FFE65C 0%, #FFE867 100%);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% 25%;
	}

	  .nav-tag_list {
		padding: 0 30px;
		margin-bottom: 30px;
	  }
	  .nav-tag_list li{
		display: inline-block;
		font-size: 16px;
		margin: 0 5px 10px;
		font-size: 13px;
		padding: 2px 10px 4px;
		background-color: #fff;
		border-radius: 15px;
		border: 1px solid #333;
	}
	.nav-tag_list li a:before{
		content: '#';
	}

/*top*/

.main-title {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 26px;
	margin-bottom: 60px;
}

.main-visual {
	width: 60%;
	margin: 0 auto 30px;
	padding-top: 50px;
}
.main-visual img{
	width: 100%;
	height: auto;
}

/* ふわふわアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translate(0) rotate(-5deg) ;
  }
}

/* このクラスをつけるとアニメーションを無限に繰り返します */
.anime-fuwafuwa {
  animation: 10s fuwafuwa infinite;
}

.music-nav {
	position: relative;
	height: 40px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	z-index: 50;
}
.music-nav__play-btn {
	position: absolute;
	left: 20px;
	width: 40px;
	height: 40px;
}
.music-nav__play-btn img{
	width: 100%;
}
.music-nav__list-info {
    position: absolute;
    left: 75px;
    letter-spacing: 0.2rem;
    color: #888;
}
.music-nav__menu {
	position: absolute;
	right: 20px;
	display: flex;
}
.music-nav__menu :not(:last-child){
	margin-right: 20px;
}


/*archive*/

.main-title {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 26px;
}

.kv-sec__archive .main-visual {
	width: 120px;
	padding-top: 50px;
}
.main-visual img{
	width: 100%;
	height: auto;
}


/* music-sec */

.music-sec {
    min-height: 90vh;
	padding-bottom: 95px;
	background-color: #FAFAFA;
}

.music-sec__title {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	color: #D0D0D0;
	letter-spacing: 0.5rem;
    transform: translateY(-12px);
}

.music-list {
	width: 100%;
    margin-top: -20px;
    padding: 8px 0;
	background-color: #fff;
}

.music-list_white li a p , .music-list_white li a  h3{
	color: #fff;
}

.music-item {
	width: 100%;
}

.music-item:not(:last-child) {
	border-bottom: solid 1px #E8E8E8;
}

.music-item a {
	width: 100%;
	padding: 10px 20px;
	display: flex;
}

.music-thumb {
    width: calc(85px - 15px);
    margin-right: 15px;
	aspect-ratio: 1 / 1;
}

.music-thumb img{
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.music-info {
	width: 78%;
	padding: 5px 0;
}

.music-title {
	font-size: 15px;
	color: #707070;
	font-family: 400;
}

.music-artist {
	font-size: 13px;
	color: #707070;
	padding-bottom: 3px;
}

.music-text {
	font-size: 12px;
	color: #D0D0D0;
}

.music-list__white li a p , .music-list__white li a h3{
	color: #fff;
}
.music-list__me01 li:nth-child(1) {
	border-left: 4px solid #187FC4;
}
.music-list__me01 li:nth-child(2) {
	border-left: 4px solid #7ECCE8;
}
.music-list__me01 li:nth-child(3) {
	border-left: 4px solid #59C171;
}
.music-list__me01 li:nth-child(4) {
	border-left: 4px solid #FFE65C;
}
.music-list__me01 li:nth-child(5) {
	border-left: 4px solid #FE990F;
}
.music-list__me01 li:nth-child(6) {
	border-left: 4px solid #FE4F2F;
}
.music-list__me02 li:nth-child(1) {
	border-left: 4px solid #B87EAF;
}



/*single*/

.article {
	width: 100%;
	padding: 20px 0 0 0;
}

.article-back {
    position: absolute;
    top: 25px;
    left: 20px;
}

.article-cat_top ul{
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.2rem;
	margin-bottom: 25px;
	color: #B4B4B4;
}

.article-jacket {
	width: calc(100% - 60px);
	margin: 0 auto 15px;
}
.article-jacket img{
	width: 100%;
	height: auto;
	border: 1px solid #EDEDED;
}

.article-title {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1rem;
}
.article-artist ul{
	width: 100%;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2rem;
	color: #B4B4B4;
	margin-bottom: 20px;
}

.article-seekbar {
	position: relative;
	width: 75%;
	margin: 0 auto 10px;
	border-bottom: 1px solid #D3D3D3;
}
.article-seekbar__obj {
	position: absolute;
    top: -7px;
    left: 0;
    font-size: 10px;
    letter-spacing: 0.1rem;
    color: #B7B7B7;
	animation-name:seekbar;
	animation-duration:80s;
	animation-delay:1s;
	animation-iteration-count:1;
	animation-direction:alternate;
	animation-fill-mode:forwards;
	animation-play-state:running;
}
@keyframes seekbar{
	0%{
		left: 0;
	}
	100%{
		left: 83%;
	}
  }
.article-time {
	position: absolute;
    top: -10px;
    right: 0;
    font-size: 12px;
    letter-spacing: 0.1rem;
    color: #B7B7B7;
    background-color: #fff;
    padding-left: 7px;
}

.article-taglist__top {
	display: flex;
	width: 75%;
	margin: 0 auto 30px;
    font-size: 12px;
}
.article-taglist__top li:not(:last-child){
	margin-right: 10px;
}
.article-taglist__top li a:before{
	content: '#';
}

.article-nav__play {
	position: relative;
    width: 180px;
    height: 75px;
    margin: 0 auto 30px;
}
.article-nav__play-btn {
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transition:0.5s;
}
.article-nav__play-btn:hover{
	opacity: 0.8;
    transform: translateX(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
	transition:0.5s;
}
.article-nav__play-backbtn {
	position: absolute;
	top: 25px;
	left: 0;
	transition:0.5s;
}
.article-nav__play-backbtn:hover{
	opacity: 0.8;
   transform: translateX(-7px) scale(1.2);
	transition:0.5s;
}
.article-nav__play-nextbtn {
	position: absolute;
	top: 25px;
	right: 0;transition:0.5s;
}
.article-nav__play-nextbtn:hover{
	opacity: 0.8;
   transform: translateX(7px) scale(1.2);
	transition:0.5s;
}

.article-nav__menu {
    display: flex;
	align-items: center;
    justify-content: center;
	margin-bottom: 80px;
}
.article-nav__menu li:not(:last-child){
	margin-right: 45px;
}

.article-text__cont {
	position: relative;
	width: 100%;
	padding: 10px 30px 100px;
	background-color: #E8E8E8;
}
.article-text__cont::before {
    position: absolute;
    top: -25px;
    content: '';
    display: inline-block;
    width: 90%;
    height: 25px;
    background-color: #E8E8E8;
    border-radius: 20px 20px 0 0;
}
.article-lyrics {
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05rem;
	line-height: 1.8em;
	color: #333;
	margin-bottom: 30px;
}
.article-comment {
	font-size: 14px;
	line-height: 2em;
	color: #A2A2A2;
	margin-bottom: 20px;
}

.article-text__cont-taglist {
	display: flex;
}
.article-text__cont-taglist :not(:last-child) {
	margin-right: 7px;
}
.article-text__cont-taglist li{
	font-size: 13px;
    padding: 2px 10px 4px;
    background-color: #fff;
    border-radius: 15px;
	margin-bottom: 5px;
}
.article-text__cont-taglist li a:before{
	content: '#';
}

 /*topへ戻る*/

.pagetop {
    padding-bottom: 50px;
	text-align: center;
    position: absolute;
    bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*フッター*/

footer {
    position: absolute;
    bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
    background-color: #FFF;
    padding: 10px 0 15px;
    border-radius: 20px 20px 0 0;
}

.copyright {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-align: center;
}


/*ページテンプレート*/

.page-intro {
	width: 90%;
	margin: 20px auto 20px;
}
.page-intro__title {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1rem;
	margin-bottom: 10px;
}
.page-intro__text {
	font-size: 14px;
	line-height: 2.6rem;
	letter-spacing: 0.05rem;
}

/*
.anime {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	background:linear-gradient(45deg, #eee,#777,#666, transparent),url(https://grainy-gradients.vercel.app/noise.svg);
	background-size: 200% 200%;
	animation: bggradient 20s ease infinite;
  }
  
  @keyframes bggradient{
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
*/

/*グラフ*/

.graph-sec {
	padding-bottom: 95px;
}

.graph-list {
	width: 90%;
	margin: 0 auto;
}
.graph-item {
	width: 100%;
	padding: 15px 20px 10px 20px;
	background-color: #F2F2F2;
	border-radius: 20px;
}

.graph-item:not(:last-child) {
	margin-bottom: 20px;
	/*border-bottom: 1px dotted #666;*/
}


figure {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
  }
  .graphic {
    width: 100%;
    margin: 0 auto;
  }
  .graphic h6{
	text-align: center;
	letter-spacing: 0.2rem;
    padding: 0 0 10px;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333;
  }
  /*
  .graphic h6{
	display: block;
    padding: 5px 12px 7px;
	font-size: 16px;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 20px;
  }
  */
  .row {
	margin-bottom: 1.5em;
  }
  @keyframes expand {
	from {width: 0%;}
	to {width: 100%;}
  }
  @media screen and (min-width: 768px) {
	@keyframes expand {
	  from {width: 0%;}
	  to {width: calc(100%);}
	}
  }
  .chart {
	overflow: hidden;
	width: 0%;
	animation: expand 1.5s ease forwards;
	border-radius: 10px;
  }
  .row + .row .chart {
	animation-delay: .2s;
  }
  .row + .row + .row .chart {
	animation-delay: .4s;
  }
  .block {
	display: block;
	height: 50px;
	color: #fff;
	font-size: 14px;
	float: left;
	background-color: #1E1F26;
	position: relative;
	overflow: hidden;
	opacity: 1;
	transition: opacity, .3s ease;
	cursor: pointer;
  }
  .block:nth-of-type(2),
  .legend li:nth-of-type(2):before {
	background-color: #283665;
  }
  .block:nth-of-type(3),
  .legend li:nth-of-type(3):before {
	background-color: #4D648D;
  }
  .block:nth-of-type(4),
  .legend li:nth-of-type(4):before {
	background-color: #D0E1F9;
  }
  .block:nth-of-type(5),
  .legend li:nth-of-type(5):before {
	background-color: #888;
  }
  .block:nth-of-type(6),
  .legend li:nth-of-type(6):before {
	background-color: #999;
  }
  /*
  .block:nth-of-type(2),
  .legend li:nth-of-type(2):before {
	background-color: #45B29D;
  }
  .block:nth-of-type(3),
  .legend li:nth-of-type(3):before {
	background-color: #EFC94C;
  }
  .block:nth-of-type(4),
  .legend li:nth-of-type(4):before {
	background-color: #E27A3F;
  }
  .block:nth-of-type(5),
  .legend li:nth-of-type(5):before {
	background-color: #DF5A49;
  }
  .block:nth-of-type(6),
  .legend li:nth-of-type(6):before {
	background-color: #962D3E;
  }
  */
  .block:hover {
	opacity: .65;
  }
  .value {
	display: block;
	line-height: 1em;
	position: absolute;
	top: 17px;
	left: 50%;
	transform: translate(-50%);
  }
  .x-axis {
	  text-align: center;
	padding: .5em 0 1rem;
  }
  .y-axis {
	height: 20px;
	  transform: translate(-32px,170px) rotate(270deg);
	  position: absolute;
	  left: 0;
  }
  .legend {
	  margin: 0 auto;
	  padding: 0;
	font-size: .9em;
	text-align: left;
  }
  .legend li {
	text-align: left;
	  display: inline-block;
	  font-size: 15px;
	  line-height: 1em;
	  letter-spacing: 0.05rem;
	  margin: 0 10px 13px 0;
  }
  .legend li:before {
	  content: "";
	  margin-right: .5em;
	  display: inline-block;
	  width: 10px;
	  height: 10px;
	background-color: #334D5C;
    border-radius: 5px;
  }