@charset "utf-8";

.maincontent{
	position:relative;	
}

html{
	overflow: auto;
}

body{
	margin:0;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#fff;
	overflow-x:hidden;
	background: #000 url(../images/bg2.jpg) repeat 0 0;
}

.wrap{
	position:relative;
	margin:0 auto;
	}
.content-wrap {
	max-width: 800px;
	margin:1em auto;	
}	
#top .content-wrap {
	max-width: 900px;	
}
.hdr{
		background-repeat: no-repeat;
		overflow-y: hidden;
		width:100%;
		text-align:center;
		padding: 0;
		margin: 0 auto;
		max-width: 900px;
	}
.hdr .content-wrap {
	padding:10px 20px;
}

.hdr p{
	margin:0;
	line-height:1.3em;
	text-align:left;
}

.hdr div{
	width:100%;
	max-width: 1200px;
		display:block;
		margin:0 auto;
animation: fadeIn 2.5s ease 0s 1 normal;
		-webkit-animation: fadeIn 1.5s ease 0s 1 normal;	
	}
	@keyframes fadeIn {
		0% {opacity: 0}
		20% {opacity: 0}
		100% {opacity: 1}
	}
	
	@-webkit-keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
	}
.hdr div img {
	animation: moveimg 1.5s;
	width:100%;
	max-width:100%;
}
	@keyframes moveimg {
		0% {top: -50px;}
		100% {top: 0px; }
	}
	
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}


.boxleft {
	float:left;
}
.boxright {
	float:right;
}
.b {
	font-weight:bold;
}
.s {
	font-size:0.7em;
	font-weight:normal;
}

.l {
	font-size:1.2em;
}
.center {
	text-align:center !important;
}

/*font*/
h1 {
	font-size:2.2em;
	text-align:center;
	line-height:1.6em;
}

h2{
	font-size:2em;
	line-height:2em;
	font-weight:bold;
	margin:0 auto 1em;
}
#playlist h2 {
	color:#ffcc50;
}
h3{
	font-size:1.7em;
	line-height:1.8em;
	text-align:center;
}

h3.en{
	font-size:2em;
	text-align:center;
}
h3 span {
font-size:0.8em;
font-weight:300;
}
h4 img{
	width:50%;
max-width:300px;
}
.content-wrap p {
	font-size:1.1em;
}
/*navi*/
#gnavi {
	font-weight:bold;
		font-family:YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gnavi a{
	color:#000;
	text-decoration:none;
}
#gnavi ul a:hover{
	color:#555;
}
#gnavi ul li{
	display:block;
	font-size:1.5em;
}
.nav-button {
  display: none;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}

/*section共通*/
.content-wrap {
	padding: 2em 1em;
	text-align:center;
}

p.titlelogo img{
	width:50%;
	max-width: 300px;
}
section img.jk {
	width:90%;
	max-width:700px;
}
.buy {
	width:70%;
	max-width:500px;
	margin:2em auto;
}
.buy img {
	width:200px;
	margin:10px;
}

.buybtn a {
	display:inline-block;
	padding:10px 50px;
	font-size:1.5em;
	margin:0 5px 10px;
	text-decoration:none;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	background:#16fe18;
	border-radius:30px;
	font-family:YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:3px solid #16fe18;
}

.buybtn a:hover {
	background:#FFF;
	color:#16fe18;
}
#vol2 .buybtn a {
	background:#F00;
	border:3px solid #F00;
}

#vol2 .buybtn a:hover {
	background:#FFF;
	color:#F00;
}

#vol1 .buybtn a {
	background:#359aff;
	border:3px solid #359aff;
}
#vol1 .buybtn a:hover {
	background:#FFF;
	color:#359aff;
}
#vol4 .buybtn a {
	background:#c89f21;
	border:3px solid #c89f21;
}
#vol4 .buybtn a:hover {
	background:#FFF;
	color:#c89f21;
}
#vol5 .buybtn a {
	background:#a763b8;
	border:3px solid #a763b8;
}
#vol5 .buybtn a:hover {
	background:#FFF;
	color:#a763b8;
}
.notes ,section dl{
  margin: 10px auto;
	width:80%;
}

.notes dt,section dl dt {
  position: relative;
  text-align: left;
	line-height:1.8em;
	margin-bottom:10px;
	font-size:16px;
	font-size:1.2em;
}
.notes dt{
  padding-right:70px;
}
.notes dt .block {
  display: block;
  cursor: pointer;
}


.notes dt span:after {
  content: '解説 ▼';
  display: block;
  width: 44px;
  height: 22px;
  position: absolute;
  right: 0%;
  top: -5px;
  padding:0 5px 5px;
  color:#FFF;
  background: #003aff;
  font-size:13px;
}

.notes dt.active span:after {
  content: '閉じる';
}

.notes dd {
  display: none;
  margin: 0;
  padding: 20px;
  border-top: solid 1px #003aff;
}
.notes .boxNotes {
  margin: 0 0 15px;
  font-size: 14px;
  letter-spacing:0.02em;
  text-align:justify;
	color:#d7dff9;
}
.notes .boxNotes:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* footer */
footer {
	clear:both;
	padding:50px 10px 20px;
	min-height: 60px;
	color:#fff;
	text-align:center;
	font-family:YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.copyright{
	margin:10px;
	font-size:11px;
	line-height:1.8em;
}
.copyright a {
	color:#fff;
}


/* snsbtn */

.snsbtn {
	/* margin: 20px auto; */
	height: 68px;
	/* display:block; */
	padding:0;
}
.snsbtn ol {
	list-style:none;
	margin: 0 auto;
	padding:0;
	text-align:center;
	width:220px;
	display:flex;
}
.snsbtn ol li{
	display:block;
	width:50px;
	margin:5px 10px;
	line-height:1em;
	padding:0;
}

.snsbtn ol li a{
	display:inline-block;
	width:50px;	
	height:50px;
	margin:0;
	padding:0;
}
.snsbtn ol li a{
	background-image:url(../images/sns.png) ;
	background-position: -62px 0; /* 通常の画像の位置 */
}
.snsbtn ol li.facebook a{
	background-position: 0 0; /* 通常の画像の位置 */
}
.snsbtn ol li.line a{
		background-position: 50px 0; /* 通常の画像の位置 */
}

.snsbtn ol li a:hover{
	background-image:url(../images/sns-hover.png) ;}

/*-----------------------------------------------------------------------------------------PC*/


@media screen and ( min-width:601px )
{
	#logo img{
	max-width:140px;
	margin:20px 20px 5px 20px;
}
	br.sp,.sp-only {
		display:none !important;
	}
	.shopname span::before {
	content:" / ";
	}
.nav-wrap {
    display: block !important;
  }
#logo-navi{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
  	align-items:center;	
	max-width: 1200px;
	margin:0 auto;
	background-color:#FFF;
  }
	
.hdr .content-wrap{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
  }

#gnavi{
		width:90%;
		color:#000;
		margin:0 0 0 10px;
		box-sizing:border-box;
		z-index:9999;
		position:relative;
	}
	#gnavi ul{
		margin:0 auto;
		list-style-type:none;
		padding:0;
		width:100%;
		max-width:1000px;
	}
	#gnavi ul li{
		display: inline-block;
		padding:0 10px;
  		vertical-align: middle;	
	}
		#gnavi ul li.logo{
		padding:0;
		max-width:30%;
	}
	#gnavi ul li img {
		max-width:100%;
	}

h1 {
	font-size:3em;
}

h2{
	font-size:2.4em;
}

h3{
	font-size:2em;
}

h3.en{
	font-size:2.2em;
}
}

/*-----------------------------------------------------------------------------------------smp*/
@media screen and ( max-width:600px){
.pc-only {
	display:none !important;
}	
p {
		font-size:14px;
	}
.hdr {
	margin-top:70px;
}

 .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 60px;
    display: none;
    z-index: 10;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    padding-top:80px;
  }
#logo-navi {
    position: fixed;
    left: 0;
    top: 0;	
    background:rgba(255,255,255,0.9);
    width:100%;
    height:70px;
    z-index:18;
}
#logo{
text-align:center;
}
#logo img{
	margin:10px auto;
	max-height:50px;
}
  .nav-wrap ul {
  	margin:0 20px;
  	padding:0;
  }
   .nav-wrap ul li{
   	line-height:2.4em;
   	border-bottom:1px solid #000;
   	margin:0 10px;
   	padding:10px;
   	text-align: left;
   }	
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button-wrap {
    z-index: 20;
    position:fixed;
    top:0;
    right:0;
    display:block;
    width: 70px;
    height: 70px;
    background: #FFF;
    
  }
  .nav-button {
    margin:14px 12px;	
    display:block;
    width: 46px;
    height: 41px;
    position: absolute;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
    border-radius: 2px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 17px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(18px) rotate(-45deg);
    transform: translateY(18px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-18px) rotate(45deg);
    transform: translateY(-18px) rotate(45deg);
  }


}


