@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Noto+Serif+JP:wght@400;500;700&display=swap');

/* =======================================

	structure CSS

========================================== */
html,body {
	height:100%;}

#container {
	position: relative;
	min-width: 1100px;
	width: 100%;
	min-height: 100%;
}

#headerarea {
	overflow: hidden;
	position:relative;
	width:100%;
	z-index: 1;}


#info_container {
	overflow: hidden;
	position: relative;
	background: none;}

.information_box {
	position: relative;
	padding: 0 0 50px;
	width: 1000px;
	margin: 0 auto;}

#footer {
	position: absolute;
	z-index: 999;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	bottom: 0;
	color: #777;
}

/*【SP】*/
@media screen and (max-width: 1140px) {
	#container {
		width: 100%;
	}
	.information_box {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 821px) {
	#container {
		background: none;
		min-width: auto;
	}
	#headerarea {
		margin-bottom: 0;}
	#info_container {
		padding-top: 20px;}
	.information_box {
		width: 94%;
	}
}
@media screen and (max-width: 599px) {
	.information_box {
		width: 100%;
		padding: 0 0 20px;
		margin-bottom: 20px;
	}
	#footer {
		padding-left: 3%;
		padding-right: 100px;
		text-align: left;
		line-height: 1.3em;
	}
	#footer::after {
		content: "";
	}
	.bg_bottom_sp { display: block;}
	.bg_bottom_sp img {
		width: 100%;
		height: auto;
	}
}

/* =======================================

	body

========================================== */

body {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8em;
}

/*【SP】*/
@media screen and (max-width: 821px) {
	body {
		position: relative;
		/*background: none;*/
	}
}
@media screen and (max-width: 420px) {
	body {
		font-size: 1.3rem;
		line-height: 1.6em;
	}
}

/* =======================================

	【01】#headerarea

========================================== */
#headerarea {
	width: 100%;

}
#tw {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
}
.logo {
	position: relative;
	width: 100%;
	margin: 0 auto 60px;
}
.logo h1 {
	position: absolute;
	z-index: 999;
	right: 0;
	left: 0;
	bottom: -30px;
	margin: 0 auto 0;
	text-align: center;
}
.h_txt {
	text-align: center;
	margin: 0 auto 70px;
	font-size: 1.5em;
	line-height: 2em;
}

.mv_img {
	position: relative;
	width: 100%;
	height: auto;
}
.mv_img img {
	width: 100%;
	height: auto;
}

@keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: 8px;
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

@keyframes slideInTop {
  from {
    opacity: 0;
    transform: translateY(-150px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInTop {
  animation-name: slideInTop;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

#headerarea {
  overflow: hidden
}

@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInBottom {
  animation-name: slideInBottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

#headerarea {
  overflow: hidden
}


@keyframes fade {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}
.fade {
  animation-name: fade;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

#info_container {
	
}

/*【SP】*/
@media screen and (max-width: 821px) {
	#tw {
		top: 10px;
		right: 10px;
	}
	.slideInLeft {
		/*position: absolute;*/
		left: 10px;
		/*top: 10px;
		z-index: -1;
		width: 25%;*/
	}
	.slideInRight {
		/*position: absolute;*/
		right: 10px;
		/*top: 10px;
		z-index: -1;
		width: 25%;*/
	}
	.logo h1 {
		width: 50%;
	}
	.logo h1 img, .slideInRight img, .slideInLeft img {
		width: 100%;
		height: auto;
	}

	.logo h1 img {
		width: 100%;
		height: auto;
	}
	ul.pm_controller {
		width: 92%;
	}
	
	.h_txt {
		width: 94%;
		margin-bottom: 30px;
	}
	.h_txt img {
		width: 100%;
		height: auto;
	}
	.mv {
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.mv_img {
		width: 100%;
		height: auto;
		left: 0;
	}
	.mv_img img {
		width: 100%;
		height: auto;
	}

}
@media screen and (max-width: 599px) {
	/*#tw {
		top: auto;
		bottom:0;
	}*/
	#info_container {
		padding-top: 12px;
	}
	.logo {
		width: 100%;
	}

	.logo h1 {
		padding: 0;
		width: 80%;
		height: auto;
		bottom: -30px;
	}
	.h_txt {
		margin-bottom: 20px;
		font-size: 1.2em;
	}
}



#info_container section {
	position: relative;
}

#info_container h3.ttl {
	position: relative;
	font-size: 3rem;
	line-height: 1.5em;
	text-align: center;
}

#info_container h3.ttl::after {
	content: "";
	width: 100px;
	height: 48px;
	position: absolute;
	right: 10px;
	bottom: 0;
	background: url("../images/ttl_bg.png") no-repeat bottom;
	background-size: contain;
}


@media screen and (max-width: 599px) {
	#info_container section {
		padding: 0 3%;
		position: relative;
	}
	#info_container h3.ttl {
	}
	#info_container h3.ttl::after {
		width: 70px;
	}
}


/* ふわっと表示 */
.js-fadein {
	/* 最初は非表示 */
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}


/* =======================================

	【02】#info_container

========================================== */
#info_container {
	position: relative;
}

.cd_info {
	position: relative;
	float: right;
	width: 55%;
}
.cd_info dt {
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5em;
}
.cd_info dd {
	margin-top: 15px;
}
.cd_info dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 2%;
}
.cd_info dd li {
	width: 31%;
}
.cd_info dd li a {
	display: block;
	padding: 7px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	transition: .3s;
}
.cd_info dd li a:hover {
}
.jk {
	position: relative;
	float: left;
	width: 40%;
}
.jk img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.track_box {
	position: relative;
}
.tracklist ul {
	line-height: 1.5em;
	font-size: 18px;
	font-size: 1.8rem;
}
.tracklist li {
	line-height: 1.5em;
	margin: 0 0 30px;}
.tracklist li:last-child {
	margin-bottom: 10px;
}

.tracklist li dt {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: .1em;
}
.tracklist li dd {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding-top: .1em;
	font-size: .7em;
	line-height: 1em;
}
.tracklist li dd span {
	font-size: 80%;
}

.staff {
	font-size: .9em;
	line-height: 1.5em;}

.staff a{
	text-decoration:none;}

.staff a img:hover {
	opacity: .7;
}
.staff dl {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.staff dl:last-of-type {
	width: 100%;
}

.staff dt {
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 5px;
}
.staff dd {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 10px;}
.staff dd::before {
	content: "-";
	margin-right: 5px;
}
.staff_tw, .staff_hp {
	display: inline-block;
	margin: 0 2px;
}

.stafflist li {
	margin-bottom: 10px;
}

.staff2 li {
	display: inline-block;
	margin-right: 2em;
}
.staff2 li:last-child, .stafflist li:last-child { margin-right: 0;}

.link li {
	text-align: center;
	margin: 15px 0;}
.link li p {
	font-size: 1.2rem;
}

@media screen and (max-width: 821px) {
	#info_container .information_box h3.ttl {
		font-size: 2.1rem;
	}
	.cd_about {
		font-size: 2vw;
		line-height: 1.5em;
	}
	.cd_info {
		width: 100%;
		padding-left: 0;
		float: none;
	}
	.cd_info dt {
		font-size: 3.2vw;
		line-height: 1.5em;
	}
	.jk {
		float: none;
		width: 50%;
		margin: 0 auto 20px;
	}
	.tracklist li {
		font-size: 1.5rem;
		line-height: 1.5em;
	}
	.tracklist li dt, .tracklist li dd {width: 100%;}
	.tracklist li dd { margin-top: 5px; padding-left: 38px;}
	
	.staff dl:nth-of-type(n + 9) {
		width: 100%;
	}

	.staff dt {
		margin-bottom: 10px;
	}
	.staff2 { margin-top: 20px;}
	.staff2 li { width: 100%;}
	.staff .staff2 dt { margin-top: 5px;}
}
@media screen and (max-width: 750px) {
	.cd_info {
		width: 100%;
		float: none;
		padding-left: 0;
		text-align: center;
	}
	.cd_info dd li {
		width: 49%;
	}
	.info_txt {
		text-align: left;
	}
	.jk {
		float: none;
		position: relative;
		margin: 0 auto 30px;
	}
	.tracklist li {
		margin-bottom: 15px;
	}
	.tracklist li dt {
		padding: 0;
	}
	.playerCSS {
		width: 100%;
	}
	.songName, .artistName {
		min-width: 200px;
	}
	.tracklist li dt {
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	.cd_about {
		font-size: 3.8vw;
		line-height: 1.6em;
	}
	.cd_info dt {
		font-size: 5.8vw;
		line-height: 1.5em;
	}
	.jk {
		width: 90%;
		margin-bottom: 20px;
	}
	.tracklist li {
		text-align: left;
		margin: 0 0 20px;
		padding-left: 3%;
	}
	.trackno {
		margin: 0;
		width: 20px;
	}
	.tracklist li .lyric_box {
		padding: 5px 0 0;
	}
	.tracklist li .lyric_box p.lyric_txt {
		width: 100%;
		float: none;
		font-size: .7em;
		padding: 0 3% 5px;
	}
	.tracklist li .lyric_box p.lyric_txt::after {
		content: " …";
		font-size: 0.6em;
	}
	.tracklist li .lyric_box p.lyric_btn {
		width: 100%;
		background: #FFCDDD;
		float: none;
		text-align: center;
	}
	.tracklist li .lyric_box p.lyric_btn img {
		width: 100px;
		height: auto;
	}
	.tracklist li .lyric_box p.lyric_btn a {
		display: block;
	}
	.staff li {margin-bottom: 15px;}
	.staff .staff2 li { margin-bottom: 0;}
	.staff dl {
		width: 100%;
		padding-left: .5em;
		font-size: 1.2rem;
	}
	.staff dt {
		padding-right: 0;
		margin: 0 0 3px;
		border-right: none;}

	.staff dd {
		padding-left: 0;
		margin-bottom: 25px;}
	.staff dl:last-of-type dd {
		margin-bottom: 10px;
	}
	.link {
		padding: 0 3%;
	}
	#footer {
		font-size: 1rem;
	}

}
@media screen and (max-width: 550px) {
	.bn_l img {
		width: 100%;
		height: auto;}

}

@media screen and (max-width: 450px) {
	.jk img {
		width: 100%;
		height: auto;}
	
	.tracklist li dt {
		font-size: 5.2vw;
		line-height: 1.5em;
	}
	.tracklist li dd {
		font-size: 3vw;
		line-height: 1.4em;
		padding-top: 0;
	}

}



/* =======================================

	【#pageTop】

========================================== */
#pageTop{
	position:fixed;
	background-color:#262E69;
	opacity: .8;
	/* Firefox v1.0+ */
	-moz-border-radius: 50%;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 50%;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 50%;
	color:#fff;
	bottom:20px;
	right:30px;
	text-align: center;
	padding:25px 24px 20px 24px;
	z-index: 9999;}

#pageTop:hover{
	opacity: .5;}

@media screen and (max-width: 821px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:18px 14px 15px 14px;}
}

.done { display: none;}



/* 個別試聴
========================================== */
.demo { position: relative;}

/*　プレイヤー（再生バー）の高さ、幅、背景色の指定　*/
.demo .audiojs { height: 22px; background: none; width: 98%; box-shadow: none; margin-top: 5px;}
/*　再生・停止ボタンの高さ、幅、パディングの指定　*/
.demo .audiojs .play-pause { width: 25px; height: 20px; padding: 0px 8px 0px 0px; border-right: none; }
/*　再生・停止ボタンなどの p 要素　*/
.demo .audiojs p { width: 25px; height: 20px; margin: -3px 0px 0px -1px; }
/*　進行状態・ロードの状態を表示する部分　*/
.demo .audiojs .scrubber { background: #aaa; width: 150px; height: 10px; margin: 5px;}
/*　進行状態を表示するバーの部分　*/
.demo .audiojs .progress { height: 10px; width: 0px; background: #aaa; }
/*　ロード状態を表示するバーの部分　*/
.demo .audiojs .loaded { height: 10px; background: #777;}
/*　再生時間の部分　*/
.demo .audiojs .time { float: left; height: 25px; line-height: 25px; border-left: none; text-shadow:none; color: #aaa; display: none; }
.audiojs .time em { color: #aaa;}
.demo .audiojs .error-message { height: 24px;line-height: 24px; }
/*　再生している曲の情報　*/
.demo .track-details { clear: both; height: 20px; width: 280px; padding: 1px 6px; background: #eee; color: #222;  font-size: 11px; line-height: 20px;}
.demo .track-details:before { content: '♬  Now Playing: '; }

.demo .audiojs .play {
	background: url(../js/player-graphics.gif) -5px -5px no-repeat;
	background-color: #444;
	border-radius: 50%;
	width: 20px;
	margin-top: 0;
	margin-left: 0;
}
.demo .audiojs .pause {
	background: url(../js/player-graphics.gif) -5px -95px no-repeat;
	background-color: #bbb;
	border-radius: 50%;
	width: 20px;
	margin-top: 0;
	margin-left: 0;
}


