@charset "utf-8";
/* CSS Document */


body  {
	color:#666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin:0px;
	font-size:13px;
	line-height:20px;
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 10px, #f5f5f5 0, #f5f5f5 12px);
}

a:link {
	color: #0a68b7;
}

a:visited {
	color: #0a68b7;
}

a:hover {
	color: #0a68b7;
}

a:active {
	color: #0a68b7;
}


#menubar a:link {
	color: #fff;
}

#menubar a:visited {
	color: #fff;
}

#menubar a:hover {
	color: #eaeaeb;
}

#menubar a:active {
	color: #fff;
}


/* トップへ戻るボタン */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background: #eb4949;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 25px;
	display:block;
	position:relative;
	z-index:999;	
}

#page-top a:hover {

	text-decoration: none;
	background: #aaa;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }


h3{
	margin:5px 0;
}

.style1{
	font-size:18px;
	line-height:1.3em;
}

.style2{
	color:#a1a1a1;
}

.style3{
	color:#999;
	font-size:12px;
}

.style4{
	font-size:14px;
	line-height:1.3em;
	font-weight:bold;
}

.style5{
	color:#f6a1a1;
}

.header{width:1000px;
      background-color:#fff;
	  margin:0px auto;
	  text-align:center;
	  overflow:hidden;
}

/* 上部メニュータブ */
ul{
	list-style-type: none;
}

nav#menubar ul li {
	font-size:18px;
	font-weight:bold;
	float: left;
	width: 25%;
	color:rgba(255,255,255,0.5);
	box-sizing:border-box;
	text-align: center;
	letter-spacing: 0.1em;
/* メニュー背景 */
	background: #eb4949;
/* メニューの境目 */
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: 2px solid #fff;
	display: block;
	padding: 8px 0px;
}

nav#menubar ul li a {
	text-decoration: none;

}

nav#menubar ul li:first-child {
	margin-left: 0;
}

/* メニューアイコン */
.icon{
	/* アイコンの色 */
	color: #000;
	/* 大きさ */
	font-size: 1em;
	/* 透明度 */
	opacity: 1;
}


/* 全体div　*/
.box0{width:1000px;
      background-color:#fff;
	  margin:0px auto;
	  text-align:center;
}

.box1{width:850px;
      background-color:#FFF;
      text-align:left; 
      margin:10px auto 0 auto;
      clear:left;
	  overflow: hidden; 
}

/* 更新履歴 */
.boxnew{
	width:840px;
      box-sizing: border-box;
      background-color:#FFF;
	  text-align:center;
	  margin:auto;
	  padding:20px 10px;
      clear:left;
	  overflow: hidden;
}


dl{
	border:none;
	margin:auto;
}  

dt.newday{
	float:left;
    width:46%;
    text-align:right;
	font-size:12px;
	font-weight:bold;
	white-space: nowrap;
}

dd.newtext{
	float:right;
    width:50%;
    text-align:left;
	font-size:12px;
	margin:0;
}


/* 見出し */
h2 {
	width:850px;
	background:#393838;
	color: #fff;
	font-size:18px;
	line-height:20px;
	padding:8px 15px 8px 15px;
	text-align:left; 
	margin:auto;
	margin-bottom:20px;
}


/* キャスト */
dt.cast{
	float:left;
    width:46%;
    text-align:right;
	font-size:12px;
	font-weight:bold;
}

dd.cast{
	float:right;
    width:50%;
    text-align:left;
	font-size:12px;
	margin:0;
}


/* ジャケット画像 */
.boxjk{width:380px;
      height:380px;
      background-color:#FFF;
      text-align:left; 
      margin:0px; 
      float:left;
}

/* CD情報　右側 */
.box2{width:395px;
      background-color:#FFF;
      text-align:left; 
      margin:0 0 0 25px; 
      float:left;
}

/* CD情報　二重ライン */
.box3{width:100%;
      font-size:18px;
	  line-height:24px;
	  margin-bottom:5px;
	  overflow: hidden;
	  border-bottom: double 3px #f6a1a1;
}

/* ボタン */
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
	margin-bottom:10px;
}

.square_btn_r {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
	margin:0px 5px 10px 0px;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

.square_btn_r:hover {
    background: #67c5ff;
    color: white;
}

/* 中央寄せボタン用 */
.center{
	text-align:center;
	box-sizing:border-box;
	width:100%;
	margin-top:10px;
}

/* 文字を中央に寄せるだけ */
.title_c{
	text-align:center;
}

/* PV */
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}

.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/* 左側div */
.boxl{
	 width:410px;
	 float:left;
}

/* 右側div */
.boxr{
	 width:410px;
	 float:right;
}


/* キャスト写真 */
.boxphoto{
	width:200px;
      background-color:#FFF;
      text-align:left; 
      margin:0px; 
      float:left;
}


/* キャストコメント */
.box4{width:100%;
      font-size:14px;
	  font-weight:bold;
	  line-height:20px;
	  margin-bottom:5px;
	  border-bottom: double 3px #bbb;
	  color:#aaa;
}

.box5{width:600px;
      background-color:#FFF;
      text-align:left; 
      margin:0 0 0 25px; 
      float:left;
}

/* キャスコメ特殊見出し */
.box6{width:100%;
      font-size:16px;
	  font-weight:bold;
	  line-height:20px;
	  margin-bottom:10px;
	  border-bottom: double 3px #bbb;
	  color:#aaa;
}

.box7{width:570px;
      background-color:#FFF;
      text-align:left;  
      float:left;
}


/* フッター */
.footer{color:#FFF;
        background-color:#000;
		width:100%;
		text-align:center;
		margin:auto;
		clear:left;
		padding:15px 0px 40px 0px;
}

/* レーベル用フッター */
.footer2{
	color: #ea046c;
	background-color: #fff0f5;
	width:100%;
	font-size: 12px;
	text-align: center;
	margin: auto;
	clear: left;
	padding: 5px 0px 10px 0px;
}

.footer2 img{
	width:350px;
}

.story{ clear:both;
}


/*---------------------------------------------------------------------- */

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

nav#menubar ul li {
	font-size:14px;
	float: left;
	width: 50%;
	box-sizing:border-box;
	text-align: center;
	letter-spacing: 0.1em;
/* メニューの境目 */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 4px 0px;
}

nav#menubar ul li a {
	text-decoration: none;
	display: block;
}

nav#menubar ul li:first-child {
	margin-left: 0;
}

.contents {
    width: 100%;
  }

.header{
	width:100%;
    background-color:#fff;
	text-align:center;
	overflow: hidden; 
}

.box0{width:100%;
      box-sizing: border-box;
      background-color:#fff;
	  padding:0 20px;
	  text-align:left;
	  overflow: hidden; 
}

.box1{width:90%;
      background-color:#FFF;
      text-align:left; 
      clear:left;
	  overflow: hidden; 
}


/* 更新履歴 */
.boxnew{
	width:100%;
      box-sizing: border-box;
	  text-align:center;
	  margin:auto;
	  margin-top:10px;
	  padding:10px;
      clear:left;
	  overflow: hidden;
}


dl{
	border:none;
	margin:auto;
	width:100%;
}  

dt.newday{
	float:left;
    width:35%;
    text-align:right;
	font-size:12px;
	font-weight:bold;
	white-space: nowrap;
}

dd.newtext{
	float:right;
    width:60%;
    text-align:left;
	font-size:12px;
	margin:0;
}

span.info {
   display: inline-block;
}

/* 見出し */
h2{width:100%;
   box-sizing:border-box;
   font-size:18px;
   padding:5px 15px;
   text-align:left; 
   margin:auto; 
}


/* キャスト */
dt.cast{
	float:left;
    width:40%;
    text-align:right;
	font-size:12px;
	font-weight:bold;
}

dd.cast{
	float:right;
    width:50%;
    text-align:left;
	font-size:12px;
	margin:0;
}


/* ジャケット画像 */
.boxjk{width:100%;
      height:100%;
	  box-sizing: border-box;
      background-color:#fff;
      text-align:left;
	  padding:0 10%; 
      margin:0px;

}

.box2{width:100%;
	  box-sizing: border-box;
	  overflow: hidden;
      margin:10px 0;

}

/* 二重ライン */
.box3{width:100%;
	  overflow: hidden;
	  border-bottom: double 3px #f6a1a1;
}


/* ボタン */
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
	margin-bottom:10px;
}

.square_btn_r {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
	margin:0px 5px 10px 0px;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

.square_btn_r:hover {
    background: #67c5ff;
    color: white;
}

/* 中央寄せボタン用 */
.center{
	text-align:center;
	margin-top:10px;
}

/* 文字を中央に寄せるだけ */
.title_c{
	text-align:center;
}

/* PV */
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/* 左側 */
.boxl{
	 width:100%;
	 box-sizing: border-box;
	  overflow: hidden;
      padding:0px 0px 50px 0px;
}

/* 右側 */
.boxr{
	 width:100%;
	 box-sizing: border-box;
	  overflow: hidden;
      padding:0;
}


/* キャスト写真　*/
.boxphoto{width:100%;
      height:100%;
	  box-sizing: border-box;
      background-color:#fff;
      text-align:left;
	  padding:0 25%; 
      margin-bottom:20px;
}

/* キャストコメント */
.box5{width:100%;
	  box-sizing: border-box;
	  overflow: hidden;
      margin:10px 0;

}

.box7{
	width:100%;
}

/* フッター　*/
.footer{width:100%;
		text-align:center;
		margin:auto;
		clear:left;
		padding:10px 0px 30px 0px;
}

/* レーベル用フッター */
.footer2{
	width: 100%;
	text-align: center;
	font-size:12px;
	line-height:18px;
}

