@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');

/********* HTML再定義 ***********************************************/

body {
	padding: 0;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 160%;
	background-color: #000;
	color: #AAA;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 120%;
}


p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}


a:link, a:visited {
	color: #CCC;
}
a:hover {
	color: #DDD;
}




/********* 全体 *****************************************************/

div#container {
	display: block;
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#contents h2 {
	text-align: center;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #AAA;
	border-bottom: 1px solid #aaa;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#title {
	text-align: center;
	padding-bottom: 10px;
	margin: 0 auto;
	margin-bottom: 0;
}

#title h2 {
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #AAA;
	border-bottom: 1px solid #aaa;
	text-align: center;
	margin: 0;
	padding: 0;
}


.youtube {
	display: block;
	margin: 0 auto;
	position: relative;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.anchorlink {
    position: relative;
    top: -320px;
    display: block;
}

/********* ヘッダー *************************************************/

div#header {
	clear: both;
	display: block;
	background-image: url(../files/medias/common/header_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	min-width: 1000px;
	height: 300px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,0.9);
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.header {
	display: block;
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.cb-header {
  position: fixed;
	z-index: 1000;
  top: -320px;
  left: 0;
}


div#header h1 {
	text-align: center;
	display: inline-block;
	margin: 20px auto;
	padding: 0;
	
}

#header h1 a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;	
}
div#header h1 img {
	width: 330px;
}



/********* メニュー *************************************************/

ul.menu {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-weight: 600;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

ul.menu li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	color: #FFF;
}
ul.menu li:last-child {
	margin-right: 0;
}


ul.menu li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #999;
}


/********* フッター *************************************************/

div#footer {
	clear: both;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	border-top: 1px solid #999999;
	width: 100%;
	max-width: 1000px;
}
.footer {
	margin: 0 auto;
	width: 1000px;
	padding: 20px 0;
	clear: both;
	display: block;
}
div#footer address {
	font-size: 12px;
	text-align: center;
}



/********* パンくず *****************************************************/

.pkz {
	clear: both;
	color: #666;
	padding: 0;
	font-size: 13px;
	margin-bottom: 30px;
}
.pkz ol {
	margin: 0;
	padding: 0;
}
.pkz ol li {
	margin: 0;
	padding: 0;
	display: inline; /* liを横並び＆ブレットを消す */
	list-style-type: none;
}
.pkz ol li:after {
        content: " > "; /* liの後に記号追加 */
}
.pkz ol li:last-child:after {
	content: none; /* 最後のliだけcontentを消す */
	font-weight: bold;
}
.pkz ol li:last-child {
	font-weight: bold;
}	
.pkz li a:link, .pkz li a:visited {
	text-decoration: none;
	color: #333;
}
.pkz li a:hover{
	text-decoration: underline;
}

/********* 内容 *****************************************************/

div#content {
	display: block;
	clear: both;
	margin: 30px;
	margin-top: 0;
}

/********* エントリー ***********************************************/


p.day {
    position: relative;
    text-align: center;
}
p.day:before {
    border-top: 1px solid #FFF;
    content: "";
    position: absolute;
	z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
}

p.day span {
	z-index: 1000;
    background-color: #000;
    display: inline-block;
    padding: 0 0.5em;
}

div#entry div.entry {
	display: block;
	clear: both;
	margin-bottom: 50px;
}
div#entry div.entry h3 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
div#entry div.entry h3 a {
	color: #CCC;
	text-decoration: none;
}
div#entry div.entry h3 a:hover {
	color: #777777;
	text-decoration: none;
}
div#entry div.entry div.content {
	margin: 0 10px;
}


.news_img {
	float: left;
	margin-right: 50px;
	margin-bottom: 15px;
	max-width: 400px;
}
.news_img_center {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 75%;
}


div#entry div.entry ul.information {
	margin: 2px 10px 15px 10px;
	padding-top: 2px;
	border-top: 1px solid #CCCCCC;
	font-size: 90%;
}
div#entry div.entry ul.information li {
	display: inline;
	margin-right: 5px;
}
div#entry div.entry ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
div#entry div.entry ul.link li {
	display: inline;
	margin-left: 5px;
}

div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}



/********* インフォメーション ***************************************/

div#information {
	margin-bottom: 30px;
}
div#information ul.continue {
	margin: 0;
	text-align: right;
}
div#information ul.continue li {
	display: inline;
}



/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}


/********* ボタン *************************************************/

ul.bt_sub {
	margin: 0;
	padding: 0;
	
}
ul.bt_sub li {
	display: inline-block;
	margin: 0;
	padding: 0;
	
}
ul.bt_sub li a {
	display: block;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 130%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #555;
	color: #FFF;
	padding: 10px 30px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.bt_sub li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


/********* バイオ *************************************************/

ul.list_member {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

ul.list_member li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.list_bio {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}

ul.list_bio li {
	text-align: left;
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0 20px;
	padding: 0;
	width: 45%;
}

ul.list_bio li:nth-child(2) {
	font-family: "MS Serif", "New York", serif;
}



/********* ディスク *************************************************/



.box_disc {
	color: #FFF;
	clear: both;
	margin: 0;
	margin-bottom: 50px;
	padding: 20px 0;
	border-bottom: 1px solid #333;
}
.box_disc h3 {
	font-weight: normal;
	font-size: 36px;
	line-height: 100%;
}
.box_disc h3 span {
	font-size: 23px;
}


.box_disc h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 5px;
}

ul.list_disc {
	clear: both;
	margin: 0;
	padding: 0;
}

.disc_left {
	display: inline-block;
	width: 380px;
	margin-right: 30px;
}
.disc_right {
	float: right;
	width: 500px;
}

.track_list {
	line-height: 150%;
	margin-bottom: 20px;
}


.track_list h5 {
	margin-bottom: 5px;
}


.photo_viewer {
	width: 100%;
	margin: 0;
	text-align: left;
}
.photo_viewer div {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.photo_viewer div img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.photo_viewer ul {
	clear: both;
	text-align: left;
	margin: 0;
	padding: 0;
}

.photo_viewer ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 118px;
	height: 118px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 10px;
}
.photo_viewer ul li:nth-child(3n) {
	margin-right: 0;
}
.photo_viewer ul li a {
	display: block;
}
.photo_viewer .active {
filter:alpha(opacity=100)!important;
-moz-opacity: 1!important;
opacity: 1!important;
}

/* =======================================
ClearFixElements
======================================= */

.photo_viewer ul li img {
	position: absolute;
	max-width: 118px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.bt_buy {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	
}
.bt_buy a {
	display: block;
	margin: 15px 0;
	margin-left: 0;
	line-height: 130%;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	background-color: #555;
	color: #FFF;
	background-repeat: no-repeat;
	background-size: 30px;
	padding: 10px 100px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bt_buy a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
p.disc_credit {
	font-size: 13px;
	line-height: 130%;
	color: #EEE;
}



/********* フォーム *************************************************/

#form {
	clear: both;
}
#form h4 {
	line-height: 160%;
	margin-bottom: 0;
}

#form h5 {
	line-height: 130%;
	margin-bottom: 0;
}

#form dl {
	display: block;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	background-image: url(../files/medias/common/uzu_l.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 150px;
	padding: 30px;
	margin-bottom: 30px;
}
#form dt {
	border-top: 1px dotted #CCC;
	clear: both;
	float: left;
	padding: 10px;
	margin: 0;
	width: 160px;
}

#form dd {
	border-top: 1px dotted #CCC;
	margin: 0;
	margin-left: 180px;
	padding: 10px;
}


#form dl dt:first-child {
	border-top: none;
}
#form dl dt:first-child + dd {
	border-top: none;
}


#form dd p {
	line-height: 130%;
}	

.hissu {
	border:1px solid #df0909;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF !important;
	background-color: #f62b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	background-image: linear-gradient(to bottom, #f62b2b, #d20202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}


#formWrap {
	margin:0 auto;
	color:#555;
	line-height: 160%;
}

#formWrap h4 {
	line-height: 160%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
	font-size: 18px;
	line-height: 200%;
}



/********* ボックス ************************************************/



.box_gray {
	clear: both;
	background-color: #EFEFEF;
	padding: 15px 30px;
	margin-bottom: 20px;
}


.box_shadow {
	display: block;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	padding: 30px;
	margin-bottom: 30px;
}

/********* liststyle ************************************************/





	
/********* 画像 ************************************************/


.imageleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.imageright {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.imageright00 {
	float: right;
	margin-left: 0;
	margin-bottom: 10px;
}




.imagecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 100%;
}


.pic {
	margin-right: 3px;
	margin-bottom: 3px;
	border: 3px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}

.pic_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}

.pic_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}

.pic_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}



/********* ボタン ************************************************/


.bt {
	display: inline-block;
	margin-right: 10px;
}
.bt:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}	

.bt_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.bt_center:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.bt_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}


.bt_left:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.bt_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.bt_right:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.bt_right00 {
	float: right;
	margin-bottom: 10px;
	margin-left: 0;
}

.bt_right00:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


.bt_black_r {
	text-align: right;
}

.bt_black_r a {
	text-align: center;
	text-decoration: none;
	padding: 10px 50px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	
}
.bt_black_r a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.bt_black_r a:after {
	content: " >";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bt_white {
	margin-bottom: 20px;
}
.bt_white a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

.bt_white a:after {
	content: " >";
}
.bt_white a:hover {
	background-color: #EFEFEF;
}

.bt_white_r {
	text-align: right;
	margin-bottom: 20px;
}
.bt_white_r a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px;
	color: #000;
	text-decoration: none;
}

.bt_white_r a:after {
	content: " >";
}
.bt_white_r a:hover {
	background-color: #EFEFEF;
}



.bt_blue {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.bt_blue a:link, .bt_blue a:visited{
	text-decoration: none;
	padding: 5px 30px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #89A;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	
}
.bt_blue:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


.pic_bt {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
	
	
.pic_bt_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt_left:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
	
}

.pic_bt_right {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt_right:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
	
}


.pic_bt_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	
}


.pic_bt_center:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.green {
	color: #7d9d63;
}

.green_b {
	font-weight: bold;
	color: #7d9d63;
}

.purple {
	color: #9f4e70;
}
.purple_b {
	font-weight: bold;
	color: #9f4e70;
}
.red {
	color: #A00;
}
.blue {
	color: #00F;
}

.normal {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
}
.cb {
	clear: both;
	height: 0;
}

.t_center {
	text-align: center;
}

.t_left {
	text-align: left;
}

.t_right {
	text-align: right;
}
