@charset "utf-8";

html,body,div,h1,h2,h3,h4,dl,dd,ul,ol,li,p,
header,nav,article,section,footer {
	padding:0;
	margin:0;
	outline:0;
	border:0;
}

html {
    font-size: 100%;
}

/*clearfixの設定*/
.clearfix:after{  
visibility:hidden;
height:0;
display: block;
font-size: 0;  
content: " ";  
clear: both;  
}


body {
	font-family: "Zen Kurenaido", sans-serif;
    font-weight: 500;
	letter-spacing: 0.06em;
	word-break: break-all;
    line-height:1.4;
}
a {
	color: #fb6301;
}
a:hover {
	color: #ff9fd1;
}
br {
	letter-spacing: 0;
}
.b {
	font-weight: bold;	
}
ul {
	list-style-type: none;
}
a img {
	border:0px;
}
img {
	border:0px;
	vertical-align: top;
}

header {
	width: 1700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 1275px;
}
header .image-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
/* グラデーションオーバーレイ */
header .image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    /* 左 60px → 内側へフェード */
    linear-gradient(to right, #ffffff 10px, transparent 30px),
    /* 右 60px → 内側へフェード */
    linear-gradient(to left, #ffffff 10px, transparent 30px),
    /* 下 40px → 上へフェード */
    linear-gradient(to top, #ffffff 10px, transparent 30px);
}

#contents {
	padding-top:10px;
	width: 1280px;
	padding-left:10px;
	padding-right:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
    font-size: 1.13rem;
}

#contents section {
    margin-bottom: 15px;
}

#contents #youtube {
	width:95%;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents #youtube .video {
	position:relative;
	width:100%;
	padding-bottom:56.25%;
}
#contents #youtube .video iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
#contents .dl_btn {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	padding-bottom: 0px;
}
#contents .dl_btn img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
	display: block;
	transition: all 0.5s ease;
}
#contents .dl_btn a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


#contents .jacket {
	float: left;
	width: 40%;
}
#contents .details {
	float: left;
	padding-left:1%;
	width: 59%;
}
#contents .details dt {
	font-weight: bold;
    margin-bottom: -3px;
}
#contents .details dd {
	margin-bottom: 10px;
	margin-left:10px;
	margin-right: 1%;
    line-height:1;
    display: inline-block;
}


#contents .tracklist ol {
	margin-top: 0px;
	padding-left: 40px;
}
#contents .tracklist ol li {
	margin-bottom: 3px;
}

#contents .staff dl dd {
	margin-left: 20px;
	margin-bottom: 13px;
    line-height:0.8;
}

#contents .banner dl dd {
	margin-left: 20px;
}



#contents #morepieces {
    margin-bottom: 30px;
    margin-top: 30px;
}
#contents #morepieces .morepieces_btn {
    display: inline-block;
    width: 250px;
    line-height: 3.75;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #fb6301;
    box-shadow: 0px 5px 0px #cd5101;
    transition: .3s;
    font-weight:bold;
    font-size: 1.1rem;
}
#contents #morepieces .morepieces_btn:hover {
    box-shadow: unset;
    transform: translateY(4px);
}



#contents .pagetop {
	text-decoration: underline;
	cursor: pointer;
	text-align: right;
	margin-top: 20px;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 15px;
}

footer {
	width: 100%;
    text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
    min-height: 130px;
}



/*--- 注意 ---*/
.modal {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	width: 400px;
	height: 190px;
	margin: -116px 0 0 -221px;
	padding: 20px;
	color: #000000;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 10px;
	background-color: #eeeeee;
	font-weight: normal;
	letter-spacing: 0em;
}
.modal h2 {
	margin-bottom:15px;
}

.modal p {
	margin-bottom:15px;
}
.modal a {
	cursor:pointer;
}


