@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Kosugi+Maru&display=swap');

/* =======================================

	structure CSS

========================================== */
html,body {
	height:100%;
}
#container {
	position: relative;
	min-width: 1100px;
	width: 100%;
	min-height: 100%;

	@media screen and (max-width: 1150px) {
		width: 100%;
		min-width: auto;
	}
}

#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 80px;
	width: 1000px;
	margin: 0 auto;

	@media screen and (max-width: 1050px) {
		width: 94%;
	}
}

#footer {
	position: absolute;
	z-index: 999;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	bottom: 0;
	background: #9F7857;
	color: #EBD4AF;
}

/*【SP】*/
@media screen and (max-width: 835px) {
	#container {
		background: none;
		min-width: auto;
	}
	#headerarea {
		margin-bottom: 0;}
	#info_container {
		padding-top: 20px;}
	#info_container.dl_container {
		padding-top: 0;}
	.information_box {
		width: 94%;
	}
	.dl_container .information_box {
		padding-bottom: 40px;
	}

}
@media screen and (max-width: 599px) {
	.information_box {
		width: 100%;
		padding: 0 0 20px;
		margin-bottom: 30px;
	}
	.dl_container .information_box {
		padding-bottom: 10px;
	}
	#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 {
	color: #6A5749;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.8em;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #F6F4EF;
}
body::before {
		background:url("../images/bg.jpg") no-repeat left top #F6F4EF;
		background-size: cover;
		content: "";
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: -1;
}

/*【SP】*/
@media screen and (max-width: 835px) {
	body {
		position: relative;
		/*background: none;*/
	}
}
@media screen and (max-width: 420px) {
	body {
		font-size: 3.25vw;
		line-height: 1.6em;
	}
}

/* =======================================

	【01】#headerarea

========================================== */
header {
	background: url("../images/bar.jpg") no-repeat;
	background-size: cover;
	padding-top: 50px;
	margin-bottom: 50px;
	
	@media screen and (max-width: 599px) {
		margin-bottom: 20px;
	}
}
header.dl_header {
	margin-bottom: 0;
	
	@media screen and (max-width: 599px) {
		margin-bottom: 0;
	}
}
#tw {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
}
.h_logo {
	margin-bottom: 20px;
	
	@media screen and (max-width: 599px) {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}


@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: 835px) {
	#tw {
		top: 10px;
		right: 10px;
	}
	.mv_sp {
		width: 100%;
	}
	.mv_sp img {
		width: 100%;
		height: auto;
	}
	.mv_sp_txt {
		text-align: center;
		color: #DE5451;
		font-size: 3rem;
		line-height: 1.5em
	}
	.logo {
		position: relative;
		width: 90%;
		padding: 0;
		margin-bottom: 80px;
		z-index: 999;
	}
	.slideInRight img, .slideInLeft img {
		width: 100%;
		height: auto;
	}

	.logo h1 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	ul.pm_controller {
		width: 92%;
	}
	
	.mv {
		width: 90%;
		margin: 0 auto;
		height: auto;
		background-size: contain;
	}
	.mv_img {
		width: 55%;
		height: auto;
		left: 18%;
	}
	.mv_img img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 599px) {
	/*#tw {
		top: auto;
		bottom:0;
	}*/
	.h_logo h1 img {
		width: 100%;
		height: auto;
	}
	#info_container {
		padding-top: 12px;
	}
	#info_container.dl_container {
		padding-top: 0;
	}
	.mv_sp_txt {
		text-align: center;
		color: #DE5451;
		font-size: 5vw;
		line-height: 1.5em
	}
	.logo h1 {
		padding: 70px 0 0;
		width: 80%;
		height: auto;
	}
	.h_info {
		width: 92%;
		margin: 0 auto;
	}
	.h_info div:first-of-type img {
		width: 100%;
		height: auto;
	}
	.h_info .circle {
		margin-top: 0;
	}
	.h_info .circle img {
		width: 180px;
		height: auto;
	}
	/*.mv {
		width: 94%;
		height: 52vh;
	}
	.mv_img {
		width: 70%;
		height: auto;
	}*/
}


#info_container section {
	position: relative;
}

#info_container h3.ttl {
	font-family: "Amatic SC", sans-serif;
	font-weight: 700;
	position: relative;
	font-size: 3rem;
	line-height: 1.5em;
	letter-spacing: 3px;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
	color: #9F7857;
}

@media screen and (max-width: 599px) {
	#info_container section {
		padding: 1% 3%;
	}
	#info_container section.dl_info {
		padding-top: 35px;
		margin-bottom: 30px;
	}
}


/* ふわっと表示 */
.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;
	width: 55%;
}
.cd_info dt {
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5em;
}
.cd_info dd {
	margin-top: 10px;
}
.cd_info dd li {
	display: inline-block;
	width: 48%;
	text-align: center;
	margin: 15px auto 0;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: .1em;
}
.cd_info dd li a {
	display: block;
	background: #34405A;
	border: 2px solid #34405A;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	transition: .3s;
}
.cd_info dd li a:hover {
	background: none;
	color: #34405A;
}

.info_img {
	text-align: center;
}
.info_img img {
	border: 7px solid #fff;
	box-shadow: 0 0 10px #9F7857;
	
	@media screen and (max-width: 835px) {
		width: 85%;
		height: auto;
	}
}
.jk {
	position: relative;
	
	width: 40%;
}
.jk img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.playerCSS {
	position: relative;
	clear: both;
	width: 700px;
	height: 130px;
	margin: 0 auto;
	text-align: left!important;
}
ul.pm_controller li.pm_con_vol {
	max-width: 120px;
}
.track_box {
	position: relative;
}
ul.track-list > li {
	line-height: 1.5em;
	margin: 0 0 10px;
	padding: 10px 5px 10px 15px;
	/*border-radius: 10px;*/
	background: rgba(244,220,182,.30);
}
ul.track-list > li:last-child {
	margin-bottom: 10px;
}

ul.track-list > li dl {
	margin-bottom: 10px;
}
ul.track-list > li dt {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	font-size: 1.3em;
	line-height: 1em;
	padding-top: 5px;
}
ul.track-list > li dt span.txtsmall {
}
ul.track-list > li dd {
	display: inline-block;
	vertical-align: middle;
	width: 68%;
	padding-top: .3em;
	font-size: .88em;
}
ul.track-list > li dd ul li {
	display: inline-block;
	margin-right: 1em;
}

ul.track-list > li dd span {
	font-size: 80%;
}
ul.track-list > li dd.credit {
	display: block;
	width: 100%;
	padding-left: 3em;
}
ul.track-list > li p {
	padding-left: 2em;
	font-size: .95em;
	
	@media screen and (max-width: 835px) {
		padding-left: 0;
	}
}

.staff {
	font-size: .9em;
	line-height: 1.5em;}

.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 {
	display: inline-block;
	margin-right: 1.5em;
	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 {
	margin-top: 5px;
	font-size: 1.3rem;
	line-height: 1.2em;
	
	@media screen and (max-width: 835px) {
		font-size: 1rem;
		line-height: 1.2em;
	}
}
.bag {
	background: rgba(255,255,255,.80);
	border: 1px solid #82A33C;
	padding: 20px 10px 25px;
}
.bag_txt dt {
	color: #a6937c;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 15px;
}

@media screen and (max-width: 835px) {
	#info_container .information_box h3.ttl {
		font-size: 2.1rem;
		line-height: 1.5em;
	}
	.cd_about {
		font-size: 2vw;
		line-height: 1.5em;
	}
	.cd_info {
		width: 59%;
		padding-left: 0;
	}
	.cd_info dd li {
		width: 100%;
	}
	.cd_info dt {
		font-size: 3.2vw;
		line-height: 1.5em;
	}
	.jk {
		width: 38%;
	}
	ul.track-list > li {
		font-size: 1.5rem;
		line-height: 1.5em;
		border-radius: 0;
		margin-bottom: 10px;
	}
	ul.track-list > li dt {
		width: 100%;
		font-size: 2.65vw;
		line-height: 1.5em;
	}
	ul.track-list > li dd, ul.track-list > li dd.credit {
		width: auto;
		display: inline-block;
	}
	ul.track-list > li dd.credit {
		padding-left: 1em;
	}
	ul.track-list > li dd { margin-top: 5px;}
	
	.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%;
		padding-left: 0;
		text-align: center;
	}
	.info_txt {
		text-align: left;
	}
	.jk {
		position: relative;
		margin: 0 auto 30px;
	}
	ul.track-list > li dt {
		padding: 0;
	}
	.playerCSS {
		width: 100%;
	}
	.songName, .artistName {
		min-width: 200px;
	}
	ul.track-list > 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;
	}
	ul.track-list > li {
		text-align: left;
		margin: 0 0 20px;
		padding-left: 3%;
	}
	ul.track-list > li dt {
		font-size: 4vw;
		line-height: 1.5em;
	}
	.trackno {
		margin: 0;
		width: 20px;
	}
	.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;}
	
	ul.track-list > li {
		padding-top: 5px;
		margin-bottom: 7px;
	}
	ul.track-list > li dd {
		font-size: 3vw;
		line-height: 1.4em;
		padding-top: 0;
	}

}


/*ダウンロードページ*/
.dl_info {
	background: rgba(159,120,87,.30);
	padding-top: 70px;
	margin-bottom: 50px;
	
	@media screen and (max-width: 835px) {
		padding-top: 40px;
	}
	
}
.btn {
	text-align: center;
	
	& li {
		width: 500px;
		margin: 30px auto;
		
		@media screen and (max-width: 550px) {
			width: 90%;
		}
		
		& a {
			text-decoration: none;
			padding: 15px;
			display: block;
			background: #fff;
			border: 2px solid #9F7857;
			border-radius: 5px;
			color: #9F7857;
			
			&:hover {
				background: #9F7857;
				color: #fff;
			}
		}
	}
}
.info_txt-img {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 30px;
	
	@media screen and (max-width: 599px) {
		display: block;
	}
}
.info_txt-img li:first-child {
	width: 30%;
	
	& img {
		width: 100%;
		height: auto;
	}
	
	@media screen and (max-width: 599px) {
		width: 80%;
		margin: 0 auto;
	}
}
.info_txt-img li:last-child {
	padding-top: 50px;
	
	@media screen and (max-width: 835px) {
		padding-top: 0;
	}
	@media screen and (max-width: 599px) {
		padding-top: 20px;
	}
}


/* =======================================

	【#pageTop】

========================================== */
#pageTop{
	position:fixed;
	background-color: #9F7857;
	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: 835px) {
	#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;
}

@media screen and (max-width: 835px) {
	.demo .audiojs .scrubber { display: none;}
}

/* animation
========================================== */
.animation {
	animation: pyonpyon 3s infinite ease;
}
@keyframes pyonpyon {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, -15px);
  }
  25% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -15px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.chara2 {
	animation: fuwafuwa 3s infinite ease;
}
@keyframes fuwafuwa {
	0% { transform: translate(0, 0); }
	50% { transform: translate(-20px, 0); }
	/* -20pxを変えることで上下の動く幅を変えられる */
	100% { transform: translate(0, 0); }
}

.chara3 {
	animation: buruburu 0.5s infinite linear alternate;
}
@keyframes buruburu {
  0% {
    transform: translate(-3px, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -2px) rotate(0deg);
  }
  100% {
    transform: translate(-3px, 0)　rotate(5deg);
  }
}

.slime {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.slime img {
	width: 80px;
	height: auto;
	transition: .3s;
}
.escape { opacity: 0;}
