@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
html, body{
	height: 100%;
}
a{
	color: #1C1C1C;
	text-decoration: none;
	outline: none;
}
a:hover{
	cursor: pointer;

}
img {
	border-width: 0px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
br {
	letter-spacing: normal;
}
ul li {
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	height: 100%;
	color: #1C1C1C;
	font-size: 14px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
.b{
	font-weight: 800;
}
.red{
	color: red;
}
.red_indent{
	color: red;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.glay{
	color: #898989;
}
.err_mess{
	width: 90%;
	color: red;
	text-align: center;
	background-color: #ccc;
	margin: 15px auto;
	padding: 2%;
}
.err_mess p{
	display: inline-block;
	text-align: left;
}
.load_err{
	width: 100%;
	color: red;
	text-align: center;
	padding: 3% 0 4% 0;
}
.img_size{
	width: 100%;
	border: none;
	line-height: 0;
}
.s_img_size{
	width: 50%;
	border: none;
	line-height: 0;
}
input,select{
	vertical-align: middle;
}
caption{
	text-align: left;
}
.chk{
	width: 18px;
	height: 18px;
}
.no{
	display: none;
	background-color: #E8E8E8;
}
.close{
	color: #fff;
	font-size: 80%;
	background-color: #000;
	cursor: pointer;
	padding: 8px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;/* Firefox用 */
}
.sp_view{
	display: none;
}
.clear{
	clear: both;
}
#warp{
	width: 100%;
	height: 100%;
}

#main_area{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#main_area > video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#main_area .mark {
	width: 12%;
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 0;
	left: 1%;
	z-index: 100;
}
#main_area .mark h1 {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-image: url("./img/logo.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	background-attachment: scroll;
}
.news_title{
	font-size: 250%;
	font-weight: 400;
	text-align: left;
	padding: 30px 1% 25px 1%;
}
#loading {
    text-align: center;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}
#loading p {
    text-align: center;
    font-size: 70px;
}
#gallery {
	max-height: 100vh;
	overflow: hidden;
	transition: opacity 0.3s;
	opacity: 0;
	box-sizing: border-box;
	word-break: break-all;
	margin: 0 auto;
}
#gallery.on {
    opacity: 1;
    max-height: 100%;
}
#gallery li {
    width: 266px;
	max-width: 266px;
	text-align: left;
	background-color: #fff;
	border: 1px #000 solid;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 10px;
}
#gallery li img {
    max-width: 100%;
    height: auto;
}
#gallery li .list_item_bar{
	font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 3px;
}
#gallery li .list_item_text{
	font-size: 90%;
	font-weight: 500;
	margin: 5px 5px 0 5px;
}
#gallery li .list_item_text p{
	text-indent:-1em;
	padding-left:1em;
}
#gallery li .list_item_text a{
	text-decoration: underline;
}
#news_box{
	background-color: #E8E8E8;
}
.move_sc_size{
	width: 70%;
}
.scroll a {
	color: #000;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 90%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: opacity .3s;
}
.scroll a:hover {
	opacity: .5;
}
#move_scroll a {
	padding-top: 70px;
}
#move_scroll a span {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
	margin-left: -12px;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.page_title{
	font-size: 250%;
	font-weight: 400;
	text-align: left;
	background-color: #E8E8E8;
	padding: 30px 1% 20px 1%;
}
.page_title span{
	display: inline-block;
	float: right;
}

/* 横並びに2等分 */
.bg_lay_list:after {
	content: "";
	clear: both;
	display: block;
}
.bg_lay_list{
	width: 96%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 2%;
}
.bg_lay_list li {
	width: 48.56%;
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 2.88%;
}
.bg_lay_list li:nth-child(2n) {
	margin-right: 0;
}
.bg_lay_list li .in_box{
	background-color: #fff;
}

/* 横並びに3等分 */
.bg_mu_list:after {
	content: "";
	clear: both;
	display: block;
}
.bg_mu_list{
	padding: 30px 2%;
}
.bg_mu_list li {
	width: 31.42%;
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 2.87%;
}
.bg_mu_list li:nth-child(3n) {
	margin-right: 0;
}
.bg_mu_list p{
	text-align: left;
}
.bg_mu_list p span{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.title{
	font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 3px;
}
.title span{
	font-size: 90%;
	font-weight: 500;
}
.bar_mu{
	border-left: 5px #B5BD23 solid;
}
.bar_li{
	border-left: 5px #0D1F45 solid;
}
.bar_add{
	border-left: 5px #F91515 solid;
}
.hide_box{
	background-color: #E8E8E8;
}

#main_list .box h2{
	font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 400%;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
}
#main_list .box .more{
	color: #fff;
	font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 150%;
	font-weight: 500;
	text-align: right;
	letter-spacing: 0.1em;
	cursor: pointer;
	background-color: #000;
	margin-top: 45px;
	padding: 5px;
}
#main_list .box{
	display: flex;
}
#main_list .box li{
	width: 31.33333% ; /* 未対応ブラウザ用フォールバック */
	width: calc(100% / 3);
	min-height: 100vh;
	max-height: 100vh;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 80px 1% 100px 1%;
}
#main_list .box li .out_box{
	height: calc(100% - 80px);
	border-bottom: 30px #000 solid;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.ac_bg{
	background-color: #BFBF3D;
}
.ab_bg{
	background-color: #E8E8E8;
}
.as_bg{
	background-color: #AF7EA3;
}

/*スクロールバー非表示 Chrome、Safari
#main_list .box li .out_box::-webkit-scrollbar{
	display: none;
}
スクロールバー非表示 ie
#main_list .box li .out_box{
	-ms-overflow-style:none;
}*/

#main_list .box li .out_box::-webkit-scrollbar {
	width: 10px;
}
#main_list .box li .out_box::-webkit-scrollbar-track {
	border-radius: 1px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
#main_list .box li .out_box::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}
#main_list .box .ac{
	background-color: #B5BD23;
}
#main_list .box .ab{
	background-color: #0D1F45;
}
#main_list .box .as{
	background-color: #984782;
}
.in_box{
	color: #000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	background-color: #E8E8E8;
	word-break: break-all;
	margin-bottom: 40px;
	padding: 15px;
}
/*for IE6 */
* html .in_box p {
	display: inline;
	zoom: 1;
}
/*for IE7 */
*:first-child+html .in_box p {
	display: inline;
	zoom: 1;
}
.in_box h3{
	font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: left;
	border-left: 5px #000 solid;
	margin-bottom: 10px;
	padding-left: 3px;
}
.in_box h4{
	font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 3px;
}
.in_box .fi{
	width: 40%;
	line-height: 0;
	text-align: left;
	display: table-cell;
	vertical-align: top;
}
.in_box .se{
	width: 55%;
	font-size: 95%;
	text-align: left;
	display: table-cell;
	vertical-align: top;
	padding-left: 5%;
}
.in_box .se p{
	text-indent: -1em;
	padding-left: 1em;
}
.in_box .se span{
	color: #282828;
	font-size: 95%;
	display: block;
	margin-top: 10px;
}
.in_box .se span a{
	text-decoration: underline;
}
.in_box .se span span{
	font-size: 100%;
	margin-top: 0;
}
.in_box .ap{
	width: 100%;
	margin-bottom: 10px;
}
.in_box .am{
	width: 100%;
}


/*
#wrapper {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
*/
.cont_title{
	width: 200px;
	color: #fff;
	font-size: calc(35px + 0.25vw);
	text-align: center;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #000;
	margin: 10% auto 0 auto;
	padding: 15px 5px;
}
.power_push{
	width: 90%;
	margin: 40px auto 0 auto;
}
.disp{
	display: inline-block;
}
.cont_box{
	width: 100%;
}
.con_left{
	text-align: center;
	background-color: #131313;
	margin: 0 5%;
	padding: 2% 0;
}
.con_left p{
	color: #fff;
	text-align: left;
	display: inline-block;
}
.con_left p span{
	font-size: 150%;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.con_left a{
	color: #fff;
	text-decoration: underline;
}
.vam{
	vertical-align: middle;
}
.s_half{
	width: 50%;
}
.half{
	width: 39%;
}
.contents {
	position: relative;
	overflow: hidden;
	margin: 10% 0;
	padding: 80px 0;
}
.contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 3% -10% 0;
	background: #A99F9F;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -1;
}
.contents.reverse:before {
	margin: 2% -10% 0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.contents.double:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	margin: 3% -10% 0;
	background: #A99F9F;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -2;
}
.contents_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	height: 100%;
	margin: 0 auto;
	padding: 100px 10px 120px;
	color: #fff;
	text-align: center;
}
.contents_inner h2 {
	font-size: calc(35px + 0.25vw);
	line-height: 150%;
	margin-bottom: 20px;
}
.contents_inner p {
	margin-top: 20px;
	font-size: 100%;
	text-align: left;
}
.contents_inner p a {
	color: #fff;
	border-bottom: 1px solid #999;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contents_inner p a:hover {
	color: #666;
	border-bottom: 1px solid transparent;
}
.uni_img{
	margin-bottom: 10px;
}
#none{
	margin: 0;
}
#none:before {
	height: 88%;
}
#sp{
	padding: 100px 10px 80px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
#container {
	width: 100%;
	margin: 20px auto 0 auto;
	position: relative;
}
.item {
	width: 200px;
	word-break: break-all;
	border: 1px solid #828080;
	margin: 10px;
	padding: 8px;
}
.item.x2 {
	width: 320px;
}
.item.x3 {
	width: 500px;
}
.item img {
	width: 100%;
}
.item a {
	color: #2368E1;
}
.item p {
	color: #333;
	font-size: 90%;
	text-align: left;
	margin: 5px auto;
}
.item p span{
	display: block;
}
.item p .item_title {
	color: #000;
	font-size: 110%;
	text-align: center;
	margin-bottom: 5px;
}
.item p .item_read {
	color: #000;
	font-size: 95%;
	margin-bottom: 5px;
}
.item p .item_cont {
	color: #414141;
	font-size: 90%;
	margin-bottom: 5px;
}
.item p .item_date {
	font-size: 80%;
}
.non{
	display: none;
}
.menu_pop{
	width: 80%;
	margin: 0 auto;
	padding: 10%;
}
.menu_pop_img{
	width: 50%;
	margin: 0 auto 20px auto;
}
.menu_pop_text{
	width: 100%;
	color: #fff;
	margin: 0 auto;
}
.menu_title{
	font-size: 150%;
}
.menu_text{
	text-align: center;
	font-weight: 500;
	padding: 15px 0 10px 0;
}
.menu_text p{
	display: inline-block;
	text-align: left;
}
.menu_pro{
	font-weight: 500;
	border-top: 1px #fff solid;
	padding: 15px 0;
}
.menu_pop_movie{
	width: 30%;
	text-align: center;
	margin: 20px auto 0 auto;
}
p#ww {
	color: #999;
	font-size: 90%;
	text-align: center;
}


/*about*/
.flow{
	width: 50%;
	max-width: 1227px;
	margin: 0 auto;
	padding: 40px 0;
}

/*form*/
.mess{
	width: 90%;
	color: #000;
	margin: 20px auto 0 auto;
}
.mess p{
	font-size: 100%;
	text-align: left;
	display: inline-block;
}
.form_box{
	width: 90%;
	color: #000;
	margin: 30px auto 0 auto;
}
.form_box input{
	width: 98%;
	border: 0;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 5px 1%;
}
.form_box textarea{
	width: 98%;
	height: 170px;
	border: 0;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 5px 1%;
}
.form_box th{
	width: 40%;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}
.form_box td{
	vertical-align: top;
	padding-bottom: 10px;
}
.agree_chk{
	width: 90%;
	color: #000;
	margin: 0 auto;
}
.agree_btn{
	font-size: 120%;
	margin: 10px 0 20px 0;
}
.submit_btn{
	width: 120px;
	color: #fff;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
	margin: 10px auto 20px auto;
	padding: 5px 3px;
}
.back_btn{
	width: 100px;
	color: #fff;
	font-size: calc(15px + 0.25vw);
	text-align: center;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
	margin: 10px auto 20px auto;
}
.back_btn a{
	width: 100px;
	color: #fff;
	font-weight: 500;
	display: block;
	padding: 5px 3px;
}
#footer{
	color: #fff;
	line-height: 0;
	background-color: #000;
	padding: 10px 0;
}
#footer div{
	width: 49.3%;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	*width: 40%;
	*width: 40%;
}
.info {
	text-align: left;
}
.info li {
	width: 15%;
	display: inline;
	margin: 0 1%;
}
.info img{
	width: 5%;
}
.copy{
	text-align: right;
}

/*discography.php*/
#dis_box{
	width: 50%;
	margin: 0 auto;
	padding: 5% 0;
}
.dis_data{
	color: #fff;
	text-align: left;
	background-color: #000;
	padding: 1% 2%;
}
.dis_type{
	text-align: left;
	border-left: 5px red solid;
	margin-top: 5px;
	padding: 5px 1%;
}
.dis_img{
	line-height: 0;
	margin: 10px 0;
}
.dis_title{
	font-size: 180%;
	font-weight: 800;
	margin-bottom: 10px;
}
.dis_det{
	text-align: center;
	border-bottom: 1px #000 solid;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.dis_det p{
	display: inline-block;
	text-align: left;
}
.dis_lyric{
	text-align: left;
}
.dis_back{
	width: 50%;
	background-color: #000;
	margin: 20px auto 0 auto;
}
.dis_back a{
	width: 100%;
	color: #fff;
	display: block;
	padding: 5px 1%;
}


/**********スマホ**********/
@media screen and (max-width: 1020px){
	body{
		font-size: 15px;
	}
	input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.move_sc_size{
		width: 35%;
	}
	.scroll a {
		width: 100%;
		left: 0;
	}
	.sp_view{
		display: block;
	}
	.news_title{
		font-size: 200%;
		padding: 30px 2% 20px 2%;
	}
	#gallery li {
        width: 90%;
		max-width: initial!important;
		text-align: left;
		background-color: #fff;
		border: 1px #000 solid;
		box-sizing: border-box;
		margin: 0 5% 10px 5%;
		padding: 10px 5%;
	}
	.bg_lay_list{
		position: static;
		transform: none;
		margin: 30px 2%;
	}
	.bg_lay_list li {
		width: 100%;
		list-style-type: none;
		display: block;
		float: none;
	}
	#view_cover .mark {
		left: 2%;
	}
	#main_list .box h2{
		font-size: 150%;
		font-weight: 500;
		text-align: left;
		padding: 15px 0 15px 15px;
	}
	#main_list .box .sp_flg{
		width: 90%;
		position: relative;		
	}
	#main_list .box .sp_flg:after {
		content: "▼";
		position: absolute;
		top: 15px;
		right: 10px;
	}
	#main_list .box .sp_flg_ac:after {
		content: "▲";
		position: absolute;
		top: 15px;
		right: 10px;
	}
	#main_list .box .more{
		display: none;
	}
	#main_list .box{
		display: block;
	}
	#main_list .box li{
		width: 98%;
		min-height: 100%;
		max-height: 100%;
		padding: 10px 1%;
	}
	#main_list .box li .ac_bg{
		display: none;
	}
	#main_list .box li .ab_bg{
		display: none;
	}
	#main_list .box li .as_bg{
		margin-top: 20px;
	}
	#hide_ac{
		background-color: #BFBF3D;
	}
	#hide_ab{
		width: 96%;
		background-color: #E8E8E8;
		margin: 0 auto;
	}
	.bg_mu_list li {
		color: #000!important;
	}
	.no{
		display: none;
		background-color: #E8E8E8;
		margin-top: 20px;
	}
	.page_title{
		display: none;
	}
	.fix_page_title{
		font-size: 200%;
		padding: 30px 2% 20px 2%;
	}
	.in_box{
		margin-bottom: 20px;
	}
	.in_box .se{
		font-size: 100%;
	}
	.in_box .se span{
		font-size: 80%;
	}
	
	
	/*about*/
	.ab_cont_in{
		width: 100;
		margin-top: 20px;
	}
	.text{
		width: 92%;
		color: #000;
		padding: 0 4%;
	}
	.flow{
		width: 98%;
		max-width: 1227px;
		margin: 0 auto;
		padding: 20px 0;
	}
	
	
	/*Ask as*/
	#main_list .box li .out_box{
		border-bottom: 0;
	}
	.con_left{
		margin: 0 auto;
	}
	.half{
		width: 100%;
	}
	.s_half{
		width: 100%;
	}
	.contents:before,
	.contents.double:after {
		height: 90%;
	}
	.contents_inner {
		padding: 20px 10px 120px;
	}
	.form_box input{
		font-size: 110%;
	}
	.form_box textarea{
		font-size: 110%;
	}
	.form_box th{
		width: 100%;
		display: block;
	}
	.form_box td{
		width: 100%;
		display: block;
	}
	.form_box .kgbr{
		display: inline;
	}
	
	#footer{
		color: #fff;
		line-height: 0;
		background-color: #000;
		padding: 10px 0;
	}
	#footer div{
		width: 96%;
		display: block;
		margin: 0 auto;
	}
	.info {
		text-align: center;
	}
	.info li {
		margin: 0 1%;
	}
	.info img{
		width: 15%;
	}
	.copy{
		font-size: 90%;
		text-align: center;
		line-height: 100%;
		margin-top: 20px;
	}
	/*discography.php*/
	#dis_box{
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}
	
	/*横向き*/
	@media screen and (orientation: landscape) {
		.move_sc_size{
			width: 15%;
		}
		.info img{
			width: 10%;
		}
	}
	
}