<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
html{
	font-size: 62.5%;
}

body{
	font-size:1.6rem;/* 16px*/
	margin: 0;
	padding: 0;
	font-family: 'Lato', 'Noto Sans JP', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“', 'Yu Gothic Medium', YuGothic, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN', 'Hiragino Kaku Gothic ProN', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', sans-serif;
	font-size: 16px;
	width: 100%;
	line-height: 1.5;
	word-break: break-all;
}
/* Images */

.image{
	display: inline-block;
}


img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff; }
a:active { color: #fff; }

a {
text-decoration: none;
}



hr {
	height: 2px;
	background-color: #fff;
	width: 20%;
	border: none;
	margin: 0 auto;
}
hr.commentHr {
	height: 2px;
	background-color: #fff;
	width: 100%;
	border: none;
	margin: 30px auto;
}
hr.itemHr {
	height: 2px;
	background-color: #000;
	width: 20%;
	border: none;
	margin: 0 auto;
}



/************************************************/
/* header                                       */
/************************************************/

.header{
	width: 100%;
	height: auto;
	position: relative;
	background-image: url("../images/headbg.jpg");
	background-position:center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
}
.headerInner{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 50px;
}
h1{
	margin: 0 auto 50px auto;
	width: 800px;
}
h1 img{
	width: 100%;
	vertical-align: bottom;
}
.jacket{
	margin: 0 auto;
	width: 500px;
}

/************************************************/
/* detail                                       */
/************************************************/

.detail{
	width: 100%;
	height: auto;
	background-image: url("../images/bg_mt.png"),url("../images/bg_logo.png");
	background-color: #00508e;
	background-position:0 bottom, center top;
	background-size: 100%, 350px;
	background-repeat: repeat-x,no-repeat;
	color: #fff;
	text-align: center;
}
.detailInner{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 50px;
}
.release{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 6.0rem;
	letter-spacing: 1px;
}
.songList{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding: 50px 0;
	font-size: 2.0rem;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 2.0;
}
.songList ul{
	width: 49%;
}
.number{
	color: #999b9f;
}
.song{
	color: #fff100;
	margin: 0 15px 0 0;
}
.song{
	color: #fff100;
}
.songartist{
	color: #fff;
}
.fgca{
	font-size: 2.2rem;
	margin: 0 0 15px 0;
}
/*main btn*/
.btnArea{
	width: 30%;
	margin: 20px auto;
}
a.standardBtn{
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	font-size: 1.6rem;
	text-align: center;
	cursor: pointer;
	display: block;
	background: #fff100;
	color: #212121;
	font-weight: 600;
	transition: .2s;
	width: 100%;
	margin: 15px auto;
	/*box-shadow: 0px 5px 0px rgba(221, 194, 48, 1);*/
}
a.standardBtn:hover{
	transform: scale(0.9);
}

a.standardBtn2{
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	font-size: 1.6rem;
	text-align: center;
	cursor: pointer;
	display: block;
	background: #c21d16;
	color: #fff;
	font-weight: 600;
	transition: .2s;
	width: 100%;
	margin: 15px auto;
	/*box-shadow: 0px 5px 0px rgba(221, 194, 48, 1);*/
}
a.standardBtn2:hover{
	transform: scale(0.9);
}



.beforeSale{
	width: 30%;
	position: relative;
	height: auto;
	padding: 15px;
	font-size: 1.6rem;
	text-align: center;
	background: #000;
	color: #999;
	font-weight: 600;
	width: 30%;
	margin: 15px auto;
}






/************************************************/
/* artists                                       */
/************************************************/
.artists{
	width: 100%;
	height: auto;
	background-image: url("../images/artist_bg.jpg");
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
.artistsInner{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 50px;
}
h2{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 6.0rem;
	letter-spacing: 1px;
}
.artistList{
	padding: 50px 0;
}
.artistList ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17px 2%;
}
.artistList ul li{
	width: 18%;
}
.artistList ul li a{
	display: block;
	background: #fff;
	padding: 15px 5px;
	transition: .2s;
}
.artistList ul li a img{
	transition: .2s;
	vertical-align: bottom;
}

.artistList ul li a img:hover{
	transform: scale(0.9);
}



/************************************************/
/* koshirock                                    */
/************************************************/

.koshirock{
	width: 100%;
	height: auto;
	background-image: url("../images/koshirock_bg.jpg");
	background-position:center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding: 80px 0 50px 0;
}
.krImage{
	width: 420px;
	margin: 0 auto;
}
.koshiTxt{
	width: 100%;
	color: #fff;
	padding: 20px 0 0 0 ;
	margin: 0 0;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 1.2px;
}
.koshiInner{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/************************************************/
/* footer                                       */
/************************************************/

.footer{
	width: 100%;
	height: auto;
	background-image: url("../images/bg_mt.png");
	background-color: #00508e;
	background-position:0 bottom;
	background-size: 100%;
	background-repeat: repeat-x;
	color: #fff;
	text-align: center;
}
.footerInner{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 50px;
}
.footLogo{
	width: 200px;
	margin: 0 auto 20px auto;
}
.footerInner ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 3%;
	padding: 30px 0;
	width: 600px;
	margin: 0 auto;
}
.footURL{
	width: 240px;
	margin: 0 auto 20px auto;
}
.footURL a{
	display: block;
	transition: .2s;
}
.footURL a:hover{
	transform: scale(0.9);
}

/************************************************/
/* copyRight                                    */
/************************************************/

.copyRight{
	width: 100%;
	height: auto;
	background-color: #013d6c;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}




/************************************************/
/* default header                               */
/************************************************/

.dHeader{
	width: 100%;
	height: auto;
	position: relative;
	background-image: url("../images/defaulthead_bg.jpg");
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
}
.dHeaderInner{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 50px;
}
.dhTitle{
	margin: 0 auto 0 auto;
	width: 800px;
}
.dhTitle img{
	width: 100%;
	vertical-align: bottom;
}

.artistPhoto{
	width: 100%;
	padding: 0 0 30px 0;
}
.artistPhoto img{
	width: 100%;
	vertical-align: bottom;
}
.artistLogo{
	width: 350px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
.artistLogo img{
	width: 100%;
	vertical-align: bottom;
}
.artistInfo{
	font-size: 2.0rem;
	padding: 0 0 10px 0;
}
.artistComment{
	padding: 30px 0 30px 0;
	text-align: left;
	line-height: 1.8;
	min-height: 300px;
}
.artistComment p{
	margin-bottom: 20px;
}

/************************************************/
/* itemArea                                */
/************************************************/

.itemArea{
	width: 100%;
	height: auto;
	background-image: url("../images/item_bg.jpg");
	background-size: 160px auto;
	color: #000;
	text-align: center;
}
.itemAreaInner{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 50px;
	text-align: center;
	font-size: 1.8rem;
}
.itemNews{
	padding: 30px 0;
	text-align: left;
}
h3{
	border: solid 2px #000;
	color: #000;
	padding: 20px 20px;
	margin: 20px 0 20px 0;
	font-size: 2.0rem;
}
h4{
	color: #000;
	padding: 10px 10px;
	margin: 10px 0 10px 0;
	font-size: 1.8rem;
	border-bottom: solid 2px #000;
}
.itemNews p{
	padding: 10px 0;
}
.itemNews ul{
	text-align: left;
}

.itemNews ul li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.itemNews ul li p{
	margin: 0 7px 0 0;
}
.itemNews ul li .arrow{
	width: 3%;
}
.itemNews ul li .arrow img{
	width: 8px;
	vertical-align: middle;
}


.itemNews ul li a{
	color: #014d87;
	text-decoration: underline;
}







/*-------------ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—ã¸-------------*/
#page_top{
	width: 100px;
	height: 195px;
	position: fixed;
	right: -100px;
	bottom: 10px;
	z-index: 1500;
}
#page_top a{
	background: url("../images/pagetop.png");
	background-size: 100% auto;
	position: relative;
	display: inline-block;
	width: 100px;
	height: 195px;
	text-decoration: none;
}


@media screen and (max-width: 1000px) {
	.header{
		background-attachment: scroll;
	}
	.headerInner{
		width: 100%;
		padding: 50px 50px;
	}
	h1{
		margin: 0 auto 50px auto;
		width: 100%;
	}
	.jacket{
		margin: 0 auto;
		width: 70%;
	}
	.detail{
		background-position:center bottom, center center;
		background-size: 150%, 80%;
	}
	.detailInner{
		width: 100%;
		padding: 50px 50px;
	}
	.songList{
		display:block;
		padding: 50px 0;
		font-size: 2.0rem;
	}
	.songList ul{
		width: 100%;
	}
	.btnArea{
		width: 100%;
		margin: 20px auto;
	}
	.artistsInner{
		width: 100%;
		padding: 50px 50px;
	}
	.artistList ul li{
		width: 23.5%;
	}
	.koshirock{
		background-attachment: scroll;
	}
	.krImage{
		width: 60%;
		margin: 0 auto;
	}
	.koshiInner{
		width: 100%;
		padding: 0 50px;
	}
	.footer{
		background-position:center bottom;
		background-size: 150%;
	}
	.footerInner{
		width: 100%;
		padding: 50px 50px;
	}
	.dHeaderInner{
		width: 100%;
		padding: 50px 50px;
	}
	.dhTitle{
		margin: 0 auto 0 auto;
		width: 100%;
	}
	.itemAreaInner{
		width: 100%;
		padding: 50px 50px;
	}
}

@media screen and (max-width: 768px) {

	.headerInner{
		padding: 50px 20px 30px 20px;
	}
	h1{
		margin: 0 auto 50px auto;
		width: 100%;
	}
	.jacket{
		margin: 0 auto;
		width: 90%;
	}
	.detail{
		background-position:right bottom, center center;
		background-size: 200%, 80%;
	}
	.detailInner{
		width: 100%;
		padding: 30px 20px;
	}
	.release{
		font-size: 4.0rem;
		letter-spacing: 1px;
	}
	.songList{
		padding: 30px 0;
		font-size: 1.7rem;
		line-height: 1.8;
	}
	.artistsInner{
		width: 100%;
		padding: 30px 20px;
	}
	.artistList{
		padding: 30px 0;
	}
	.artistList ul{
		gap: 10px 2.5%;
	}
	.artistList ul li{
		width: 48%;
	}
	.koshirock{
		padding: 50px 0 50px 0;
	}
	.koshiInner{
		padding: 0 20px;
	}
	.krImage{
		width: 80%;
		margin: 0 auto;
	}
	.footer{
		background-position:left bottom;
		background-size: 200%;
	}
	.footerInner{
		width: 100%;
		padding: 30px 20px;
	}
	.footLogo{
		width: 170px;
		margin: 0 auto 20px auto;
	}
	.footerInner ul{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0 4%;
		padding: 20px 0;
		width: 100%;
		margin: 0 auto;
	}
	.footerInner ul li{
		width: 29%;
	}
	.footerInner ul li.smallImg img{
		width: 70%;
	}
	.footURL{
		width: 200px;
		margin: 0 auto 20px auto;
	}
	.copyRight{
		font-size: 1.4rem;
	}
	.dHeaderInner{
		width: 100%;
		padding: 30px 30px;
	}
	.dhTitle{
		margin: 0 auto 0 auto;
		width: 100%;
	}
	.artistPhoto{
		width: 100%;
		padding: 0 0 20px 0;
	}
	.artistLogo{
		width: 270px;
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	.artistInfo{
		padding: 0 0 20px 0;
	}
	.artistComment{
		padding: 20px 0 20px 0;
	}
	#page_top{
		width: 80px;
		height: 156px;
	}
	#page_top a{
		width: 80px;
		height: 156px;
	}
	.itemAreaInner{
		width: 100%;
		padding: 30px 20px;
	}
	h3{
		margin: 20px 0 10px 0;
		font-size: 2.0rem;
	}
	.itemNews ul li .arrow{
		width: 5%;
	}
}
</pre></body></html>