/* UTF-8 */
@charset "utf-8";

html {
	background: #202020;
	font-size: 64.5%;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	margin: 0;
	color: #fff;
	overflow-x: hidden !important;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
body::-webkit-scrollbar{
  display: none;
}
h1,h2,h3,h4 {
	margin: 0;
}
#wrapper {
	width: 100%;
}
/* .clearfix floatの解除 */
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";
	display: block;
	clear: both;
}
p {
	color: #fff;
  margin-bottom: 16px;
  line-height: 2.0;
  margin: 0 auto 16px;
  width: 90%;
  max-width: 1040px;
}
@media screen and (min-width: 769px) {
	p { font-size: 1.6rem; }
}
@media screen and (max-width: 768px) {
	p { font-size: 1.6rem; }
}
@media screen and (min-width: 769px) {
	.for_pc { display: block; }
	.for_sp { display: none !important; }
}
@media screen and (max-width: 768.99px) {
	.for_pc { display: none !important; }
	.for_sp { display: block; }
}

/* snsIcon */
#snsIcon {
	text-align: center;
	margin-top: 16px;
}
#snsIcon a {
  display: block;
  width: 38%;
  max-width: 180px;
  margin: 0 auto 16px;
	padding: 8px 0;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #888;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#snsIcon a:hover {
	color: #aaa;
	border: 1px solid #aaa;
}
#snsIcon a i {
	margin-right: 4px;
}
/* TopContents */
#TopContents {
	padding: 64px 0 0;
}
/*****************************************
　　　　　　　　　　PC用
******************************************/
@media screen and (min-width: 769px){
	h2.HotNews {
		width: 90%;
		max-width: 1040px;
		text-align: center;
		font-size: 24px;
	  color: #fff;
	  line-height: 2.0;
	  letter-spacing: 0.1em;
	  margin: 0 auto 40px;
	}
	h2.HotNews .Big {
		font-size: 40px;
	}
}
/*****************************************
　　　　　　　　　　スマホ用
******************************************/
@media screen and (max-width: 768px){
h2.HotNews {
		width: 90%;
		max-width: 1040px;
		text-align: center;
		font-size: 16px;
	  color: #fff;
	  line-height: 2.0;
	  letter-spacing: 0.1em;
	  margin: 0 auto 40px;
	}
	h2.HotNews .Big {
		font-size: 32px;
		line-height: 1.4;
	}
}

#TopContents a.MoreBtn {
	display: block;
  margin: 0 auto;
  width: 40%;
  max-width: 186px;
  padding: 12px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#TopContents a.MoreBtn:hover {
	color: #ffcc00;
}
#TopContents a.MoreBtn i {
	margin-right: 8px;
}

/* ReleaseInfo */
#ReleaseInfo {
	padding: 0;
}

/* NewRelease */
/*****************************************
　　　　　　　　　　PC用
******************************************/
@media screen and (min-width: 769px){
	ul#NewRelease {
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
	}
	ul#NewRelease li {
		display: block;
	  width: calc((100% - 112px) / 3);
	  margin: 0 0 80px 56px;
	  float: left;
	  box-sizing: border-box;
	}
	ul#NewRelease li:nth-child(3n+1) {
		clear: both;
		margin: 0 0 80px;
	}
	ul#NewReleaseDouble {
		list-style-type: none;
		margin: 0 auto 64px;
		padding: 0;
	}
	ul#NewReleaseDouble li {
		display: block;
	  width: fit-content;
	  margin: 0 auto;
	  box-sizing: border-box;
	}
}
/*****************************************
　　　　　　　　　　スマホ用
******************************************/
@media screen and (max-width: 768px){
	ul#NewRelease, ul#NewReleaseDouble {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	ul#NewRelease li, ul#NewReleaseDouble li {
		display: block;
	  width: 90%;
	  box-sizing: border-box;
		margin: 0 auto 64px;
	}
}
ul#NewRelease li a, ul#NewReleaseDouble li a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
ul#NewRelease li a img, ul#NewReleaseDouble li a img {
	display: block;
	width: 100%;
	max-width: 300px;
	border: 1px #444 solid;
	margin: 0 auto 24px;
}
ul#NewRelease li a span, ul#NewReleaseDouble li a span {
	display: block;
	margin-bottom: 24px;
	font-size: 20px;
}
ul#NewRelease li a .LinkBtn, ul#NewReleaseDouble li a .LinkBtn {
	display: block;
  border: 1px solid #fff;
  padding: 12px 0;
  text-align: center;
  width: 80%;
  margin: 0 auto;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	font-size: 14px;
	transition: all .5s ease;
}
ul#NewRelease li a .LinkBtn:hover, ul#NewReleaseDouble li a .LinkBtn:hover {
	color: #aaa;
	border: #aaa solid 1px;
}
ul#NewRelease li a .LinkBtn i, ul#NewReleaseDouble li a .LinkBtn i {
	margin-right: 8px;
}

/* Calender */
#Calender {
	padding: 48px 0;
}
#Calender iframe {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

/* InnerBlock */
.InnerBlock {
	width: 90%;
	max-width: 1040px;
	display: block;
	margin: 0 auto;
}

/* footer */
#footer {
	padding: 40px 0;
	text-align: center;
	color: #fff;
	font-size: 17px;
}

/* Pagetop */
#Pagetop {
	position: fixed;
	bottom: 2%;
	right: 2%;
}
#Pagetop p {
	margin: 0;
}
#Pagetop a {
		display: block;
	  padding: 2px 12px;
	  color: #ccc;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  overflow: hidden;
	  background: rgba(0,0,0,0.6);
	  border: solid 1px #ccc;
	}
#Pagetop a:hover {
	opacity: 0.7;
}

/* inner-head */
.HeadImage {
	padding: 24px 0;
  margin: 0 auto;
  background-color: #202020;
}
.HeadImage a {
	display: block;
  width: max-content;
  margin: 0 auto;
}
.HeadImage img {
	display: block;
  width: 63%;
  max-width: 360px;
  margin: 0 auto;
}

/* ArtistPhoto */
.ArtistPhoto {
	margin: 0 auto 100px;
}
.ArtistPhoto img {
	width: 100%;
  max-width: 1040px;
  overflow: hidden;
  display: block;
  margin: 0 auto 32px;
}
.ArtistPhoto p { width: 100%; }
/* innerTitle */
h2.innerTitle {
	width: fit-content;
	margin: 0 auto 80px;
	padding: 36px 40px 24px;
  font-size: 5.3rem;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	z-index: 10;
}
h2.innerTitle::before {
	content: '';
  width: 120vw;
  height: 160px;
  background: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
  -moz-transform: translate(-50%, -50%) rotate(-3deg);
  transform: translate(-50%, -50%) rotate(-3deg);
  z-index: -1;
}
h2.innerTitle span {
	display: block;
  margin-top: 32px;
  font-size: 1.6rem;
}

/* MemberProfile */
.MemberInfo ul#MemberProfile {
	list-style-type: none;
  display: block;
  width: max-content;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}
.MemberInfo ul#MemberProfile li {
		width: 100%;
		margin: 0 auto 24px;
		font-size: 1.6rem;
		text-align: center;
}
.MemberInfo ul#MemberProfile li a {
	text-decoration: none;
	color: #fff;
	transition: color .5s ease;
}
.MemberInfo ul#MemberProfile li a:hover {
	color: #aaa;
}
.MemberInfo ul#MemberProfile li a:not(:last-of-type) {
	margin-right: 10px;
}
.MemberInfo p {
	text-align: center;
}

/*****************************************
　　　　　　　　　　PC用
******************************************/
#DiscGoodsContents .goodsBlock img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
#DiscGoodsContents .goodsBlock h3, #DiscGoodsContents .goodsBlock .center {
	text-align: center;
}
#DiscGoodsContents .goodsBlock h3 {
	margin-bottom: 24px;
	font-size: 2.4rem;
}
#DiscGoodsContents .goodsBlock p {
	margin-bottom: 12px;
	line-height: 1.6;
}
#DiscGoodsContents .goodsBlock span {
	display: block;
	width: 100%;
}
#DiscGoodsContents .goodsBlock .small { font-size: 1.4rem; }
@media screen and (min-width: 769px){
/*--- hover effect ---*/
	#disc{
		width: 1040px;
		margin: 32px auto;
	}
	#disc .ForSP{
		display: none;
	}
	.disc-goods_01, .disc-goods_02, .disc-goods_03, .disc-goods_04, .disc-goods_full{
		float: left;
		position: relative;
		background-color: #ffffff;
		margin: 0;
	}
	.disc-goods_01 img, .disc-goods_02 img, .disc-goods_03 img, .disc-goods_04 img, .disc-goods_full img{
		width: 100%;
		opacity: 1;
		display: block;
	}
	.disc-goods_01:hover img, .disc-goods_02:hover img, .disc-goods_03:hover img, .disc-goods_04:hover img, .disc-goods_full:hover img{
		opacity: 0.2;
	}
	.disc-goods_01:hover .overlay, .disc-goods_02:hover .overlay, .disc-goods_03:hover .overlay, .disc-goods_04:hover .overlay, .disc-goods_full:hover .overlay{
		opacity: 1;
	}
	.disc-goods_01{
		width: 520px;
		height: 520px;
	}
	.disc-goods_01 img{
		width: 520px;
		height: 520px;
	}
	.disc-goods_01 a{
		text-decoration: none;
		color: #fff;
	}
	.disc-goods_02{
		width: 260px;
		height: 260px;
	}
	.disc-goods_02 img{
		width: 260px;
		height: 260px;
	}
	.disc-goods_02 a{
		text-decoration: none;
		color: #fff;
	}
	.disc-goods_03{
		width: 520px;
		height: 260px;
	}
	.disc-goods_04{
		width: 130px;
		height: 260px;
	}
	.disc-goods_full{
		width: 1040px;
		height: 260px;
	}
	.overlay{
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
	}
	.ovl_content{
		padding: 0 10px 5px;
		color: #000000;
	}
	.discription {
	    text-align: center;
	    margin: 0 auto;
	    padding: 24px 0 16px;
	    font-size: 18px;
	    line-height: 1.4;
	}
	.title {
	    text-align: center;
	    margin: 0 auto;
	    padding-bottom: 8px;
	    font-size: 18px;
	    font-weight: bold;
	}
	.disc_set {
	    line-height: 1.6;
	    margin: 0 auto;
	    padding-bottom: 8px;
			font-size: 12px;
	}
	.price {
	    line-height: 1.6;
	    text-align: center;
	    margin: 0 auto;
	    padding-bottom: 24px;
	}
	.otter img{
	    width: 260px;
        margin-top: 40px;
        height: 172px;
	}
	.Shoplink a {
	    display: block;
	    padding: 16px 24px;
	    width: 140px;
	    border: solid #222 1px;
	    margin: 0 auto;
	    text-align: center;
	}
}
/*****************************************
　　　　　　　　　　スマホ用
******************************************/
@media screen and (max-width: 768px){
	#disc{
		width: 100%;
		margin: 0 auto;
	}
	#disc img {
		box-sizing: border-box;
		border: 1px solid #444;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		width: 100%;
	}
	#disc a {
		text-decoration: none;
		color: #fff;
	}
	.ovl_content{
    /*border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #c5c5c5;*/
    background-color: #000;
	}
	.overlay {
    width: 100%;
    background-color: #ffffff;
	}
	.discription {
    text-align: center;
    margin: 0 auto;
    padding: 4% 0 4%;
    font-size: 1.0rem;
	}
	.title {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2%;
    font-size: 1.2rem;
	}
	.disc_set {
    line-height: 1.6;
    width: 48%;
    margin: 0 auto;
    padding-bottom: 2%;
	}
	.price {
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 6%;
	}
	.twitter, .instagram, .sound_cloud{
    background-color: #e9e9e9;
    }
	.ShopLink {
		display: block;
		margin:0 auto 32px;
		width: 40%;
		font-size: 15px;
		text-align: center;
		padding: 8px;
		border: 1px solid #fff;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		border-radius: 32px;
	}
	.ShopLink i {
		font-size: 11px;
		margin-right:8px;
	}
}

/* video */
ul#Youtube {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
	max-width: 1040px;
}
/*****************************************
　　　　　　　　　　PC用
******************************************/
@media screen and (min-width: 769px){
	ul#Youtube li {
		width: calc((100% - 40px) / 2);
    margin: 0 0 40px 40px;
    float: left;
		box-sizing: border-box;
    border: 1px solid #444;
    overflow: hidden;
		-webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	}
	ul#Youtube li:nth-child(2n+1) {
		clear: both;
		margin: 0 0 40px;
	}
}
/*****************************************
　　　　　　　　　　スマホ用
******************************************/
@media screen and (max-width: 768px){
	ul#Youtube li {
		width: 100%;
		margin: 0 auto 24px;
		box-sizing: border-box;
    border: 1px solid #444;
    overflow: hidden;
		-webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	}
}
ul#Youtube li iframe {
	width: 100%;
  min-height: 240px;
}
ul#Youtube li span {
	display: block;
	font-size: 1.6rem;
  text-align: center;
  padding: 16px;
  background: #222;
}

/* contact */
.Contact h3 {
	display: block;
	text-align: center;
	margin: 0 auto 24px;
}

/*****************************************
　　　　　　　　　　PC用
******************************************/
@media screen and (min-width: 769px){
	/* Construction */
	.Construction img {
		width: fit-content;
		max-width: 1040px;
		display: block;
		margin: 0 auto;
	}
}

/*****************************************
　　　　　　　　　　スマホ用
******************************************/
@media screen and (max-width: 768px){
	/* Construction */
	.Construction img {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
}

/*****************************************
　　　　　　　- 2022.10.26 更新
******************************************/
/* -----
	index
	 ----- */
p.notice {
	width: max-content;
	max-width: 90%;
	margin: 40px auto 0;
	padding: 24px;
	font-size: 1.4rem;
	color: #ddd;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
}
p.center {
	width: max-content;
	margin: 0 auto;
	text-align: center;
}
/* firstview */
/* PC用 */
@media screen and (min-width: 769px) {
	.TopImage {
		margin-bottom: 86px;
	}
	.TopImage img {
		width: 100%;
		height: auto;
	}
}
/* スマホ用 */
@media screen and (max-width: 768px) {
	.TopImage {
		display: block;
		width: 100%;
		margin-bottom: 48px;
		position: relative;
		overflow: hidden;
	}
	.TopImage img {
		display: block;
		width: 100%;
	}
}

/* main-content */
.TopImage + #main-content h2 {
	width: 90%;
	max-width: 800px;


	font-weight: normal;
	text-align: center;
}
.TopImage + #main-content #topInfo {
	display: block;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.TopImage + #main-content #topInfo li {
	display: block;
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	list-style-type: none;
}
.TopImage + #main-content #topInfo li:last-child { margin-bottom: 0; }
.TopImage + #main-content #topInfo li span {
	margin-right: 24px;
}
/* スマホ用 */
@media screen and (max-width: 768px) {
	.TopImage + #main-content #topInfo li {
		margin-bottom: 16px;
		letter-spacing: 0;
	}
	.TopImage + #main-content #topInfo li span {
		margin-right: 12px;
	}
}
/* PC用 */
@media screen and (min-width: 769px) {
	.TopImage + #main-content h2 {
		margin: 0 auto 64px;
		font-size: 3.4rem;
	}
}
/* スマホ用 */
@media screen and (max-width: 768px) {
	.TopImage + #main-content h2 {
		margin: 0 auto 32px;
		font-size: 2.4rem;
	}
}
/* container */
.infomations.container {
	width: 100%;
}
/* PC用 */
@media screen and (min-width: 769px) {
	.infomations.container {
		padding: 80px 0 0;
	}
}
/* スマホ用 */
@media screen and (max-width: 768px) {
	.infomations.container {
		padding: 64px 0;
	}
}
.infomations.container h4 {
	margin-bottom: 40px;
	font-size: 3.2rem;
	font-weight: normal;
  font-style: italic;
	text-align: center;
}
/* スマホ用 */
@media screen and (max-width: 768px) {
	.infomations.container h4 {
		margin-bottom: 36px;
		font-size: 2.8rem;
	}
}
/* #OneManLive */
#OneManLive {
	/*width: 150%;
	background: #aaa;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);*/
}
#OneManLive h4 {
	line-height: 1.6;
}
/* PC用 */
@media screen and (min-width: 769px) {
	/*#OneManLive {
		margin: 108px 0 0 -25%;
	}*/
	#OneManLive h4 {
		font-size: 3.2rem;
	}
	#OneManLive h4 span {
		display: block;
    margin-bottom: 30px;
    font-size: 2.1rem;
	}
}
/* スマホ用 */
@media screen and (max-width: 768px) {
	/*#OneManLive {
		margin: 68px 0 0 -25%;
	}*/
	#OneManLive h4 span {
		display: block;
    margin-bottom: 24px;
    font-size: 1.7rem;
	}
}
#OneManLive .infoOneblock {
	/*width: 62%;
	max-width: 1040px;
	margin: 0 auto;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);*/
}
#OneManLive .liveSchedule div {
	text-align: center;
	font-size: 1.6rem;
}
#OneManLive .liveSchedule .place {
	line-height: 1.6;
}
#OneManLive .liveSchedule div:not(:last-of-type) {
	margin-bottom: 16px;
}
#OneManLive .liveSchedule .e-plus { margin-top: 32px; }
#OneManLive .liveSchedule .e-plus a {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 8px 24px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	transition: all .5s ease;
	overflow: hidden;
}
#OneManLive .liveSchedule .e-plus a::before {
	content: '';
	display: block;
	width: 240px;
	height: 102%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -102%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .5s ease;
}
#OneManLive .liveSchedule .e-plus a:hover {
	color: #222;
}
#OneManLive .liveSchedule .e-plus a:hover::before {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#OneManLive .liveSchedule .e-plus a span {
	position: relative;
	z-index: 10;
}

/* #miniAlbum */
#miniAlbum h4 {
	margin-bottom: 48px;
}
#miniAlbum h4 + p {
	margin-bottom: 28px !important;
	text-align: center;
}
#miniAlbum {
	margin: 0 auto;
	padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
	#miniAlbum { padding: 56px 0 0; }
}
#miniAlbum .infoOneblock.rebuild {
	padding: 80px 0 40px;
	background-color: #2f2f2f;
	position: relative;
}
@media screen and (max-width: 768px) {
	#miniAlbum .infoOneblock.rebuild {
		padding: 56px 0;
	}
}
#miniAlbum .infoOneblock.rebuild::after {
	content: '';
	width: 100%;
	height: calc(tan(60deg)* 60px / 2);
	background: #2f2f2f;
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 100;
}
#miniAlbum .infoOneblock.oxytocin {
	padding: 120px 0 80px;
	background: #3d3d3d;
}
@media screen and (max-width: 768px) {
	#miniAlbum .infoOneblock.oxytocin {
		padding: 108px 0 56px;
	}
}
/* スマホ用 */
@media screen and (max-width: 768px) {
	#miniAlbum h4 {
		font-size: 2.8rem;
	}
}
.early_release:not(:first-of-type) {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.early_release:not(:first-of-type) {
		margin-top: 40px;
	}
}
#miniAlbum .albumImg {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
#miniAlbum .albumImg img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#miniAlbum h5 {
	margin-bottom: 32px;
	font-size: 2.4rem;
	text-align: center;
}
#miniAlbum h5 span {
	display: block;
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #ccc;
}
#miniAlbum p {
	display: block;
  width: 90%;
	max-width: 800px;
  margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#miniAlbum h4 + p br {
		display: none;
	}
}
#miniAlbum p:not(:last-of-type) {
	margin-bottom: 16px;
}
#miniAlbum p i {
	font-size: 1.3rem;
	color: #ddd;
}
#miniAlbum p.small {
	font-size: 1.4rem;
}
#miniAlbum .downloadBtn {
	margin-top: 32px;
}
.downloadBtn span {
	display: block;
	width: max-content;
	margin: 0 auto 36px;
	font-size: 2.0rem;
}
.downloadBtn a {
	display: block;
	width: max-content;
	margin: 0 auto;
	padding: 12px 24px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
  -webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	transition: all .5s ease;
}
.downloadBtn a:hover {
	color: #aaa;
	border: #aaa solid 1px;
}
.downloadBtn a i {
	margin-right: 8px;
}
.downloadBtn a.off { display: none; }
/* #MVBL */
@media screen and (min-width: 769px) {
	#MVBL {
		padding: 80px 0 0;
	}
	#MVBL h4 {
		margin-bottom: 64px;
	}
}
@media screen and (max-width: 768px) {
	#MVBL {
		padding: 56px 0 0;
	}
	#MVBL h4 {
		margin-bottom: 48px;
	}
}
.musicvideo:first-of-type {
	margin-bottom: 40px;
}
.musicvideo iframe {
	display: block;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.musicvideo iframe {
		height: 560px;
	}
}
@media screen and (max-width: 768px) {
	.musicvideo iframe {
		height: 264px;
	}
}
/* -----
	inner
	 ----- */
.mainContainer {
	padding: 24px 0 80px;
}
/* schedule */
#reserveOneblock {
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
}
#reserveOneblock:not(:last-of-type){
	margin-bottom: 120px;
}
#reserveOneblock h4,
#reserveOneblock .info {
	text-align: center;
}
#reserveOneblock h4 {
	width: max-content;
  font-size: 2.0rem;
  position: relative;
  margin: 0 auto 32px;
}
#reserveOneblock h4::before,
#reserveOneblock h4::after {
	content: '';
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#reserveOneblock h4::before {
	left: -64px;
}
#reserveOneblock h4::after {
	right: -64px;
}
#reserveOneblock h4 span {
	display: block;
	margin-bottom: 8px;
	font-size: 1.4rem;
}
#reserveOneblock h4 span:last-of-type { margin-bottom: 16px; }
#reserveOneblock .info {
	margin-bottom: 32px;
}
#reserveOneblock .info div {
	font-size: 1.6rem;
	line-height: 1.8;
}
#reserveOneblock .info div:not(:last-of-type) {
	margin-bottom: 12px;
}
#reserveOneblock .info div.charge { margin-bottom: 24px; }
#reserveOneblock .info div span.small { font-size: 1.4rem; color: #ccc; }
#reserveOneblock .info .flyer img {
	display: block;
	width: 90%;
	max-width: 640px;
	margin: 0 auto 36px;
}
#reserveOneblock .e-plus a {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 8px 24px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	border: 1px solid #58001c;
	background: #58001c;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	transition: all .5s ease;
	overflow: hidden;
}
#reserveOneblock .e-plus a span {
	position: relative;
	z-index: 10;
}
#reserveOneblock .e-plus a.off {
	pointer-events: none;
	color: #555;
  border: #ddd;
  background: #777;
}
#reserveOneblock p.small {
	margin-top: 16px;
	font-size: 1.4rem;
	text-align: center;
}
/* contact */
.Contact a {
	display: block;
	width: 260px;
	margin: 0 auto;
	padding: 16px 24px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	border: 1px solid #58001c;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	transition: all .5s ease;
	overflow: hidden;
}
.Contact a::before {
	content: '';
	display: block;
	width: 260px;
	height: 102%;
	background: #58001c;
	position: absolute;
	top: 50%;
	left: -102%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .5s ease;
}
.Contact a:hover {
	color: #fff;
}
.Contact a:hover::before {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Contact a span, .Contact a i {
	position: relative;
	z-index: 10;
}
/* goods, release */
@media screen and (min-width: 769px) {
	#DiscGoodsContents .innerTitle {
		margin-bottom: 120px;
	}
	.goodsBlock {
		margin-bottom: 124px;
	}
}
@media screen and (max-width: 768px) {
	#DiscGoodsContents.mainContainer {
		padding: 24px 0 0;
	}
	#DiscGoodsContents .innerTitle {
		margin-bottom: 80px;
	}
	.goodsBlock {
		margin-bottom: 96px;
	}
}
