/*=======================================
RESET STYLESHEET
=========================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



input,
select {
	vertical-align: middle;
}

ul,
li {
	list-style: none;
	}

/*=======================================
CLEARFIX
=========================================*/

.clearfix {
	width: 100%;
	}

.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
	}

*:first-child+html .clearfix {
	height: 1px;
	}

* html .clearfix {
	position: relative;
	width: 0;
	height: 0;
	line-height: 0;
	}

/*=======================================
COMMON
=========================================*/

html {
	overflow: auto;
	}

body {
	overflow-x: hidden;
	min-width: 1020px;
	position: relative;
	font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,Lucida Grande,Verdana,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	color: #fff;
	background: #000;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

#loading {
	display: block;
	z-index: 10001;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	}

#loading img {
	display: block;
	position: fixed;
	_position: absolute;
	z-index: 10000;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	}

#wrap {
	position: relative;
      z-index: 1;
	width: 1020px;
	margin: 0 auto;
	}

.modalbox {
	display:none;
	position: fixed;
	width:800px;
	height:710px;
	top:50%;
	left:50%;
	margin-top:-360px;
	margin-left:-400px;
	z-index: 25000;
	box-shadow: 0px 0px 4px #666;         /* CSS3 */
	-moz-box-shadow: 0px 0px 4px #666;    /* Mozilla */
	-webkit-box-shadow: 0px 0px 4px #666; /* Webkit */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome */  
	-moz-border-radius: 4px;   /* Firefox */ 
	-ms-border-radius: 4px;   /* MS */ 
	-o-border-radius: 4px;   /* Opera */ 
	border-radius: 4px;        /* CSS3 */
	}

.modalbox h1 {
	color: #fff;
	height: 65px;
	background: #e38d00;
	padding: 15px 15px 10px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.modalbox h1 .small {
	font-size: 11px;
	vertical-align:2px;
	margin-left: 5px;
	}

.modalbox h1 .sub {
	display: block;
	color: #000;
	font: bold 12px/12px 'Arial';
	margin: 0 0 7px;
	}

.modalbox .price {
	position: relative;
	top: -2px;
	width: 100%;
	height: 45px;
	padding: 10px 0;
	color: #e38d00;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	}

.modalbox .price span {
	font-size: 10px;
	font-weight: normal;
	}


#grayLayer{
	display:none;
	position:fixed;
	z-index: 20000;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity: 0.70;
	filter:alpha(opacity=70);
	cursor: pointer;
	}

/*=======================================
TEXT
=========================================*/

a {
	color: #fff;
	}



p {
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	}

p.name {
	margin: 0 0 50px;
	text-align: right;
	}

.br-sp {
	display: none;
	}

/*=======================================
NAV
=========================================*/

nav {
	position: fixed;
	margin-top: 84px;
	z-index: 10;
	width: 250px;
	background: #000;	
	font-family: 'Federo', sans-serif;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

nav a,
nav span {
	display: block;
	margin-bottom: 15px;
	letter-spacing: 1px;
	cursor: pointer;
	}

nav a[target="_blank"] {
	width: 190px;
	margin: 0 auto 30px;
	padding: 10px 30px;
	background: #333333;
	}

nav img.mark {
	display: block;
	width: 100px;
	height: auto;
	margin: 30px auto;
	}

nav img.title {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 auto 20px;
	}

#sp-header {
	display: none;
	}

/*=======================================
CNT
=========================================*/

section {
	position: relative;
	width: 100%;
	margin: 0 -500%;
	padding: 0 500%;
	min-height: 200px;
	}

.cnt {
	position: relative;
	width: 1020px;
	z-index: 1;
	}

.cnt p,
.cnt h1,
.cnt .profile-photo,
.cnt dl,
.cnt dt,
.cnt dd {
	position: relative;
	z-index: 2;
	}


.cnt .line-right,
.cnt .line-left,
.cnt .right-title {
	position: absolute;
	top: -17px;
	z-index: 5;
	}

.cnt .line-right {
	width: auto;
	height: 34px;
	right: 1020px;
	}

.cnt .line-left {
	width: auto;
	height: 34px;
	left: 1020px;
	}

.cnt .right-title {
	width: 24px;
	height: auto;
	top: 70px;
	right: 0;
	}

.cnt .earth {
	position: absolute;
	}

.cnt .white-arrow {
	position: relative;
	z-index: 3;
	display: block;
	width: 70px;
	height: auto;
	margin: 70px auto 0;
	}

#top {
	background: #000;
	}

#top .cnt {
	width: 1020px;
	text-align: center;
	padding: 70px 70px 0 320px;
	}

#top .cnt .top-photo {
	width: 630px;
	height: auto;
	margin: 30px 0 20px;
	}

#top .cnt .top-catch {
	width: 180px;
	height: auto;
	}

#top .yt-1503 {
	position:relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 20px 0;
	}

#top .yt-1503 iframe {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}

#top .cnt .top-arrow {
	display: block;
	width:70px;
	height: auto;
	margin: 50px auto;
	}

#top .cnt .news {
	margin: 15px auto 0;
	padding: 15px;
	border: 1px solid #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	}

#top .cnt .news p {
	width: 100%;
	text-align: justify;
	line-height: 18px;
	margin: 0;
	color: #eee;
	}

#top .cnt .news h3 {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	margin-bottom: 10px;
	}

#top .cnt .news span {
	padding: 7px 14px;
	color: #000;
	background: #edc300;
	font-size: 16px;
	line-height: 28px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	}

#top .cnt #news-01 {
	float: left;
	width: 310px;
	height: 121px;
	padding-top: 22px;
	background: #008cca;
	background: rgba(0, 140, 202, 0.75)
	}

#top .cnt #news-02 {

	width: 310px;
	height: 117px;
	margin: 20px auto 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
	background: #008c30;
	border: none;
	}

#top .cnt #news-02 span {
	display: block;
	width: 100%;
	background: #fff;
	color: #000;
	font-size: 16px;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}

#top .cnt #news-01 p {
	text-align: center;
	}

#top .cnt #news-02 p {
	text-align: center;
	font-weight: bold;
	}


#top .cnt .news a {
	color: #fff;
	text-align: center;
	font-weight: bold;
	}

#top .cnt #news-03 .left {
	width: 290px;
	}

#top .cnt #news-03 .right {
	width: 290px;
	background: #222222;
	padding: 10px;
	}

#top .cnt #news-03 h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#top .cnt #news-03 .right h4 {
	margin-top: 0;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
	}

#top .cnt #news-03 .right p.right-txt {
	margin: 0 0 15px;
	}

#top .cnt #news-03 .right p {
	color: #ccc;
	}

#top .cnt #news-03 .right p.small {
	font-size: 10px;
	}

img.link-mark-black {
	width: 16px;
	height: auto;
	position: relative;
	top: 3px;
	margin-right: 5px;
	}

#release01 {
	margin: 25px 0;
	}

#release01 h1 {
	margin: 0 0 20px;
	padding: 10px 0 0;
	width: 100%;
	color: #c6000b;
	background: #fff url(../img/release-h1-bg.png) no-repeat center 13px;
	background-size: 500px 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 28px;
	}

#release01 h1.yt-title {
	background-image: none;
	}

#release01 h1 span {
	display: block;
	color: #fff;
	background: #c6000b;
	margin-top: 10px;
	padding: 10px 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}

#release01 h2 {
	float: left;
	width: 297px;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	}

#release01 h2 span {
	color: #000;
	background: #edc300;
	padding: 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 18px;
	}

#top .cnt #release01 p {
	padding-left: 310px;
	text-align: justify;
	margin-bottom: 30px;
	}

#release02 {
	background: #c6000b;
	text-align: left;
	}

#release02 .cnt {
	width: 1020px;
	text-align: center;
	padding: 40px 70px 70px 320px;
	}

.release-border {
	position: absolute;
	top: -10px;
	right: 70px;
	width: 630px;
	height: 20px;
	}

.albums-01 {
	float: left;
	width: 297px;
	text-align: left;
	}

.albums-02 {
	float: right;
	width: 297px;
	text-align: left;
	}

.albums-01 img,
.albums-02 img {
	width: auto;
	height: 270px;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 0px 2px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 0px 2px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 0px 2px 2px;
	}

#release02 .albums {
	background: url(../img/dot-line.png) repeat-x left bottom;
	background-size: 9px 6px;
	}

#release02 .albums h3 {
	margin: 10px 0;
	text-align: left;
	}

#release02 .albums h3 span {
	color: #000;
	background: #fff;
	padding: 3px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	}

#release02 .albums p {
	font-size: 11px;
	line-height: 20px;
	}

#release02 .song-list {
	padding-top: 20px;
	}

#release02 .song-list p {
	width: 297px;
	}

#release02 .song-list b {
	border: 1px solid #fff;
	padding: 2px 4px;
	}

#release02 .song-opt {
	padding: 0 0 20px;
	margin: 0 0 20px;
	background: url(../img/dot-line.png) repeat-x left bottom;
	background-size: 9px 6px;
	}

#release02 .song-opt p {
	color: #edc300;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 0;
	}

#release02 .tower-records h3 {
	color: #000;
	background: #fff;
	margin: 0 0 20px;
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	}

#release02 .tower-records h3 .small {
	font-size: 12px;
	font-weight: normal;
	}

#release02 .tower-records .sticker {
	text-align: left;
	}

#release02 .tower-records .sticker p {
	line-height: 20px;
	margin-bottom: 10px;
	}

#release02 .tower-records .sticker img {
	width: 320px;
	height: auto;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 0px 2px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 0px 2px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 0px 2px 2px;
	}

#release02 .tower-records .opt {
	color: #edc300;
	font-size: 11px;
	line-height: 18px;
	}

/** mail magazine **/

#mm-link .modalbox {
	width:630px;
	height:580px;
	top:50%;
	left:50%;
	margin-top:-290px;
	margin-left:-315px;
	color: #fff;
	background: #e38d00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

#mm-link .modalbox h1 {
	margin-bottom: 20px;
	padding: 20px 0;
	color: #e38d00;
	background: #fff;
	font-size: 22px;
	text-align: center;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	}

#mm-link .modalbox h1 img {
	display: block;
	width: 40px;
	height: auto;
	margin: 0 auto 10px;
	}

#mm-link .modalbox p {
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 15px;
	}

#mm-link .modalbox p.link {
	margin-bottom: 30px;
	}

#mm-link .modalbox p a {
	color: #e38d00;
	background: #fff;
	padding: 6px 12px;
	font-size: 15px;
	font-family: Arial;
	letter-spacing: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#mm-link .modalbox .mm-qr {
	width: 150px;
	height: auto;
	}

/** introduction **/

#introduction {
	background: #56488d;
	}

#introduction .cnt {
	padding: 70px 140px 70px 390px;
	}

#introduction .cnt .earth {
	bottom: 70px;
	right: 0;
	opacity: 0.5;
	}


#introduction h1 {
	margin-bottom: 50px;
	font-size: 20px;
	text-align: center;
	}

/** members **/

#members {
	background: #008cca;
	}

#members .cnt {
	width: 1020px;
	padding: 70px 70px 70px 320px;
	}

#members .cnt .earth {
	bottom: 70px;
	left: 285px;
	opacity: 0.5;
	}


#members #player-wrap {
	position: relative;
	display: block;
	z-index: 2;
	width: 490px;
	height: 276px;
	margin: 0 auto 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	}

#members #player-wrap img {
	width: 100%;
	height: auto;
	z-index: 2;
	}

#player {
	position: absolute;
	z-index: 5;
	display: none;
	left: 0;
	top: 0;
	width: 490px;
	height: 276px;
	background: #000;
	}

#members h1 {
	margin-bottom: 8px;
	font: 30px/30px 'Federo', sans-serif;
	text-align: left;
	letter-spacing: 1px;
	}

#members h2 {
	font-size: 12px;
	}

#members p {
	font-size: 10px;
	line-height: 16px;
	}

#members .left {
	width: 260px;
	}

#members .profile-photo {
	width: 80px;
	height: auto;
	}

#members .url {
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	}

#members .url img {
	width: 15px;
	height: auto;
	margin-right: 5px;
	vertical-align: -3px;
	}

#yanoakiko {
	margin-bottom: 50px;
	}

#yano-head {
	margin-bottom: 12px;
	}

#yano-head img {
	float: right;
	}

#yanoakiko .right {
	width: 340px;
	padding-left: 30px;
	padding-bottom: 0;
	border-left: 4px solid #0f71a0;
	}

#yanoakiko .right p {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	}

#yanoakiko .right p.name {
	margin-bottom: 0;
	}

#members #tinpan h1 {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#tinpan .right {
	width: 450px;
	}

#tinpan .right li img {
	float: left;
	}

#tinpan .right li h2,
#tinpan .right li p {
	padding-left: 90px;
	}

#tinpan .right li p .url img {
	float: none;
	}

#tinpan .right li h2 {
	margin-bottom: 5px;
	}

/** schedule **/

#schedule {
	background: #00862e;
	}

#schedule .cnt {
	width: 1020px;
	padding: 70px 70px 70px 320px;
	}

#schedule .cnt .earth {
	bottom: 70px;
	left: 0;
	opacity: 0.5;
	}

#schedule ul li {
	position: relative;
	float: left;
	width: 300px;
	height: 300px;
	margin-bottom: 30px;
	background: #159942;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#schedule ul li:nth-child(odd) {
	margin-right: 30px;
	}

#schedule ul li h1 {
	color: #000;
	height: 68px;
	padding: 13px 30px;
	background: #fff;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	letter-spacing: 1px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

#schedule ul li h1 span {
	display: block;
	color: #00862e;
	font: bold 18px/18px 'Arial';
	}

#schedule ul li .soldout {
	position: absolute;
	z-index: 5;
	right: 15px;
	bottom: 15px;
	width: 145px;
	height: auto;
	}

#schedule ul li p {
	padding: 15px 30px;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 18px;
	}

#schedule ul li p .small {
	font-size: 10px;
	}

#schedule ul li dl {
	padding: 0 30px;
	font-size: 10px;
	line-height: 18px;
	}

#schedule ul li dt {
	width: 45px;
	float: left;
	}

#schedule ul li dd {
	padding-left: 50px;
	}

/** footer **/

#footer .cnt {
	position: relative;
	width: 1020px;
	padding: 70px 70px 70px 0;
	}

#copyright {
	font: 10px/10px 'Arial';
	letter-spacing: 1px;
	text-align: right;
	}

#sns {
	position: absolute;
	top: 70px;
	left: 0;
	}

.fb-like {
	position: relative;
	top: -2px;
	margin-right: 5px;
	}

.twitter-share-button {
	margin-right: 5px;
	}


/*=======================================
TWEETS
=========================================*/

#tweets {
	position: fixed;
	top: 0;
	right: -200px;
	width: 200px;
	height: 100%;
	z-index: 1000;
	}

#tweets .tweets-btn {
	position: absolute;
	width: 138px;
	height: auto;
	top: 15px;
	left: -138px;
	cursor: pointer;
	}

#tweets h1 {
	margin-bottom: 50px;
	font-size: 20px;
	text-align: center;
	}

#tweets-box {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	}

#tweets ul {
	padding: 15px 0;
	}

#tweets ul li {
	position: relative;
	float: left;
	width: 200px;
	padding: 25px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#tweets ul li .screen-name {
	margin-top: 5px;
	padding-top: 2px;
	border-top: 1px solid #fff;
	}

#tweets .twitter-share-button {
	margin-top: 5px;
	}

/** report **/

#report {
	background: #86a200;
	}

#report .cnt {
	width: 1020px;
	padding: 70px 70px 70px 320px;
	}

#report .cnt .earth {
	bottom: 70px;
	right: -70px;
	opacity: 0.5;
	}

#report h1 {
	width: 300px;
	margin: 0 0 15px;
	padding: 15px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#report ul li {
	width: 100%;
	position: relative;
	padding-bottom: 55px;
	margin-bottom: 35px;
	background: url(../img/report-line.png) no-repeat bottom center;
	background-size: contain;
	}

#report ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 70px;
	background: none;
	}

#report h1 p {
	padding-left: 50px;
	margin: 0;
	}

#report h1 p.date {
	color: #008cca;
	font-size: 26px;
	font-family: 'Federo', sans-serif;
	}

#report h1 p.date span {
	margin-left: 10px;
	font-size: 16px;
	vertical-align: 2px;
	}

#report h1 p.place {
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
	}

#report h1 img {
	float: left;
	margin-top: 5px;
	width: 40px;
	height: auto;
	}

#report .cycle-photo {
	position: absolute;
	width: 215px;
	height: auto;
	top: 0;
	right: 45px;
	}

#report .photos img {
	display: block;
	float: left;
	margin-left: 20px;
	width: 305px;
	height: auto;
	border: 5px solid #9eb43e;
	}

#report .photos img:first-child {
	margin-left: 0;
	}

#report #tokyo-report .head {
	position: relative;
	width: 630px;
	height: 330px;
	margin-bottom: 15px;
	}

#report #tokyo-report .head h1 {
	position: absolute;
	left: 0;
	top: 0;
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
	}

#report #tokyo-report .setlist div {
	width: 300px;
	margin-bottom: 20px;
	}


#report #tokyo-report .setlist ol li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 10px;
	padding:0;
	background: 0;
	}

#report #tokyo-report .setlist h3 {
	color: #edc300;
	font-size: 10px;
	margin-bottom: 8px;
	}

#report #tokyo-report .setlist h3.encore {
	margin-top: 20px;
	}

#report #tokyo-report .setlist ol li p {
	color: #cfd99c;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin: 4px 0 0;
	}

#report #tokyo-report .txt {
	width: 490px;
	margin: 30px auto;
	}

#report #tokyo-report .txt p.author {
	text-align: right;
	}

/** goods **/

#goods {
	background: #edc300;
	}

#goods .cnt {
	width: 1020px;
	padding: 70px 70px 70px 320px;
	}



#goods ul li {
	position: relative;
	float: left;
	width: 300px;
	height: 360px;
	margin-bottom: 30px;
	background: #f1d250 url("../img/goods-list-bg.png") no-repeat center 78px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#goods ul li:nth-child(odd) {
	margin-right: 30px;
	}

#goods ul li h1 {
	color: #fff;
	height: 65px;
	background: #e38d00;
	padding: 15px 15px 10px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

#goods ul li h1 .small {
	font-size: 11px;
	vertical-align:2px;
	margin-left: 5px;
	}

#goods ul li h1 .sub {
	display: block;
	color: #000;
	font: bold 12px/12px 'Arial';
	margin: 0 0 7px;
	}

#goods ul li .goods-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 250px;
	text-align: center;
	cursor: pointer;
	}

#goods ul li .price {
	width: 100%;
	height: 45px;
	padding: 10px 0;
	color: #e38d00;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	}

#goods ul li .price span {
	font-size: 10px;
	font-weight: normal;
	}

#goods ul li .goods-img .modalbox .price {
	position: relative;
	top: -2px;
	}




/*=====================================
1000px以下（タブレット）
=======================================*/

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

	html {
	}

	body {
		min-width: 0;
	}

	#wrap {
		position: relative;
      	z-index: 1;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav {
		width: 630px;
		margin: 0 auto;
		position: relative;
		z-index:10001;
		background: transparent;
	}

	#sp-header {
		position: fixed;
		z-index: 10000;
		top:15px;
		left: 15px;
		display: inline;
		width: 40px;
		height: 40px;
	}

	#sp-header img {
		width: 40px;
		height: auto;
		padding: 5px;
		cursor: pointer;
		border: 1px solid #ccc;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}

	#menu {
		position: fixed;
		z-index:10001;
		display: block;
		left: -250px;
		top: 0;
		width: 250px;
		padding: 30px 0 0;
		text-align: center;
		background: rgba(0, 0, 0, 0.9);
		}

	#menu a {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
		}

	section {
		width: 100%;
		margin: 0;
		padding: 0;
		min-height: auto;
	}

	.cnt,
	#top .cnt,
	#introduction .cnt,
	#members .cnt,
	#schedule .cnt,
	#report .cnt,
	#goods .cnt,
	#footer .cnt {
		position: relative;
		width: 630px;
		margin: 0 auto;
		padding: 70px 0 70px 0;
		}

	#release02 .cnt {
		width: 630px;
		margin: 0 auto;
		padding: 40px 0 70px 0;
		}

	.release-border {
		right: 0;
		}

	.cnt .right-title {
		right: -70px;
		}

	#top {
		height: auto;
		min-height: 0;
	}

	#top .cnt {
		padding: 0;
		}

	#top .cnt .top-photo {
		margin: 10px 0 20px;
		}

	#top .cnt .top-arrow {
		margin: 50px auto;
		}

	#top .cnt #news-03 .left {
		float: none;
		width: 100%;
		}

	#top .cnt #news-03 .right {
		float: none;
		width: 100%;
		background: #222222;
		padding: 10px;
		margin: 10px 0;
		}

	#top .cnt .sp {
		display: none;
		}

	#introduction .cnt {
		padding: 70px;
		}

	#introduction .cnt .earth {
		right: -70px;
		}

	#members .cnt .earth {
		left: -70px;
		}

	#schedule .cnt .earth {
		left: auto;
		right: -70px;
		}

	#tweets ul li {
		color: #fff;
		background: rgba(0, 0, 0, 0.8);

	}

      .modalbox {
	width:700px;
	height:710px;
	margin-top:-320px;
	margin-left:-350px;
	}

      .modalbox img {
	width: 100%;
	height: auto;
	}

}

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

	.br-sp {
		display: inline;
		}

	.br-sp-none {
		display: none;
		}

	#wrap {
		padding-top: 50px;
		}


	#sp-header {
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 50px;
		background: #000;
		}

	#sp-header img {
		position: absolute;
		left: 10px;
		top: 5px;
		width: 40px;
		height: auto;
		border: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}

	#menu {
		position: fixed;
		z-index:10001;
		display: block;
		left: -250px;
		top: 50px;
		width: 250px;
		padding: 15px 0 0;
		text-align: center;
		background: rgba(0, 0, 0, 0.9);
		}

	p {
		margin-bottom: 15px;
		}

	p.name {
		margin: 0 0 15px;
		}


	nav {
		width: 90%;
		z-index: 100;
	}

	#mm-link .modalbox {
		width: 90%;
		height: auto;
		top: 15%;
		left: 5%;
		margin-top: 0;
		margin-left: 0;
		}

	#mm-link .modalbox h1 {
		margin-bottom: 10px;
		padding: 10px 0;
		}


	#mm-link .modalbox p {
		width: 90%;
		margin: 0 auto 10px;
		font-size: 12px;
		line-height: 18px;
		text-align: left;
		}

	#mm-link .modalbox p .sp {
		display: none;
		}

	#mm-link .modalbox p a {
		font-size: 10px;
		padding: 6px;
		letter-spacing: 0;
		}

	#mm-link .modalbox .mm-qr {
		display: none;
		}


	.cnt,
	#top .cnt,
	#introduction .cnt,
	#members .cnt,
	#schedule .cnt,
	#report .cnt,
	#goods .cnt,
	#footer .cnt {
		position: relative;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
		}

	#release02 .cnt {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 30px 0;
		}

	.release-border {
		right: -50px;
		}

	.cnt .white-arrow {
		margin: 30px auto 0;
	}

	#top .cnt {
		padding: 0;
		}

	#top .cnt .top-photo {
		width: 100%;
		height: auto;
	}

	.cnt .line-right {
		right: 0;
		}

	.cnt .line-left {
		left: 0;
	}

	#top .cnt #news-01 {
		width: 100%;
		float: none;
		}

	#top .cnt #news-02 {
		width: 100%;
		float: none;
		}

	#release01 h2 {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		}


	#top .cnt #release01 p {
		padding-left: 0;
		}

	.albums-01 {
		float: none;
		width: 100%;
		text-align: center;
		}

	.albums-02 {
		float: none;
		width: 100%;
		text-align: center;
		}

	#release02 .albums {
		padding-bottom: 15px;
		}

	#release02 .albums h3 {
		text-align: center;
		}


	#release02 .albums p {
		text-align: center;
		}

	#release02 .song-list {
		padding-top: 20px;
	}

	#release02 .song-list p.left {
		width: 45%;
		text-align: left;
		}

	#release02 .song-list p.right {
		width: 55%;
		text-align: left;
		}


	#introduction h1 {
		margin-bottom: 30px;
	}

	#members iframe {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	#members #player-wrap {
		position: relative;
		display: block;
		z-index: 2;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		}

	#player {
		position: absolute;
		z-index: 5;
		display: none;
		left: 0;
		top: 0;
		width: 320px;
		height: 180px;
	}

	#members .left {
		width: 100%;
	}

	#yanoakiko {
		margin-bottom: 15px;
	}

	#yanoakiko .right {
		width: 100%;
		margin-bottom: 30px;
		padding-left: 0;
		border-left: none;
		border-bottom: 4px solid #0f71a0;
		}

	#yanoakiko .right p {
		text-align: center;
		}

	#yanoakiko .right p.name {
		margin-bottom: 15px;
		text-align: center;
		}

	#members #tinpan h1 {
		float: none;
		width: 100%;
		margin-bottom: 15px;
		}

	#tinpan .right {
		width: 100%;
		}

	#tinpan .right li img {
		float: none;
		margin-bottom: 5px;
		}

	#tinpan .right li h2,
	#tinpan .right li p {
		padding-left: 0;
		}

	#tinpan .right li p .url img {
		float: none;
		margin-bottom: 0;
		}

	#report ul li {
		padding-bottom: 15px;
		margin-bottom: 15px;
		}

	#report ul li:last-child {
		margin-bottom: 30px;
		}

	#report h1 {
		width: 100%;
		margin: 0 auto 15px;
		}

	#report p.txt {
		text-align: center;
		}

	#report .cycle-photo {
		position: relative;
		display: block;
		margin: 0 auto 15px;
		right: 0;
		}

	#report .photos img {
		float: none;
		margin: 0 auto 15px;
		width: 100%;
		height: auto;
		border: 5px solid #9eb43e;
		}

	#report .photos img:first-child {
		margin-left: auto;
		}

	#report #tokyo-report .head {
		width: 100%;
		height: auto;
		}

	#report #tokyo-report .head img.head-photo {
		width: 100%;
		height: auto;
		}

	#report #tokyo-report .head h1 {
		position: relative;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

	#report #tokyo-report .setlist div {
		width: 100%;
		}

	#report #tokyo-report .setlist h3 {
	color: #edc300;
	font-size: 10px;
	margin-bottom: 8px;
	}


	#report #tokyo-report .txt {
		width: 100%;
		margin: 30px auto;
		}


	#goods ul li {
		width: 100%;
		height: auto;
		padding-bottom: 15px;
		margin-bottom: 15px;
		}

	#copyright {
		letter-spacing: 1px;
		text-align: center;
		}

	#sns {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 30px;
		text-align: center;
		}

	#tweets .tweets-btn {
		width: 120px;
		height: auto;
		top: 10px;
		left: -120px;
	}

	#tweets ul li {
		padding: 15px;
	}

      .modalbox {
	width:300px;
	height:710px;
	margin-top:-183px;
	margin-left:-150px;
	}



}

