@charset "utf-8";

@font-face {
	font-family: 'TrajanProRegular';
	src: url('../font/TrajanProRegular.eot');
	src: local('TrajanProRegular'), url('../font/TrajanProRegular.woff') format('woff'), url('../font/TrajanProRegular.ttf') format('truetype');
}
* {
	margin: 0;
	padding: 0;
}

/*html {
	overflow-y: scroll;
}

html,body {
	height: 100%;
	word-break: break-all;
}*/

img{
	border:0;
	vertical-align:middle;
	}
a:hover img{
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70);
	-webkit-transition: border-color 0.3s linear, color 0.3s linear, background-color 0.3s linear, opacity 0.3s linear;
	-webkit-transition-delay: 0s, 0s, 0s, 0s;
	-moz-transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
	-o-transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
	transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
}
a img{
	-webkit-transition: border-color 0.3s linear, color 0.3s linear, background-color 0.3s linear, opacity 0.3s linear;
	-webkit-transition-delay: 0s, 0s, 0s, 0s;
	-moz-transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
	-o-transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
	transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
}
a {
	-webkit-transition: border-color 0.3s linear, color 0.3s linear, background-color 0.3s linear, opacity 0.3s linear;
	-webkit-transition-delay: 0s, 0s, 0s, 0s;
	-moz-transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
	-o-transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
	transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
}
/*ul,ol {
	list-style: none;
}*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #ffffff;
	font-size: 13px;
	line-height: 1.6;
	color: #999999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1 {
	font-family: 'Audiowide', cursive;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	background-color: rgba(0,0,0,0.4);
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	box-sizing: border-box;
	color: #FFF;
}

a {
	-webkit-transition: border-color 0.3s linear, color 0.3s linear, background-color 0.3s linear, opacity 0.3s linear;
	-webkit-transition-delay: 0s, 0s, 0s, 0s;
	-moz-transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
	-o-transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
	transition: border-color 0.3s linear 0s, color 0.3s linear 0s, background-color 0.3s linear 0s, opacity 0.3s linear 0s;
}
a:link {
	color: #B47DB3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B47DB3;
}
a:hover {
	color: #F0F;
}
a:active {
	text-decoration: none;
	color: #CC0;
}

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

p.resizeimage img {
	width: 100%;
}

img.miniimage {
	display: none;
}


@media screen and (min-width: 769px) {
   img.miniimage {
	display: none;
}  /* miniを非表示 */
   img.bigimage  {
	display: block;
	margin: 0px;
	/*background-color: #000;*/
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 10px;
} /* bigを表示 */
}

@media screen and (max-width: 768px) {
   img.miniimage { display: block; } /* miniを表示 */
   img.bigimage  { display: none; }  /* bigを非表示 */
}

.mimg {  
	width: 100%;  
 	text-align: center;  
}  

.mimg div {
	width: 50%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 39px;
}

.mimg div img {
	width: 100%;
}  

.news ul { 
	text-align: center;
	width: 100%;
 }

.news li { 
	display: -moz-inline-box; 
	display: inline-block; 
	/display: inline; 
	/zoom: 1;  
}  

.news li img {
	padding: 15px 0 0 0;
	width: 100%;
}


.submenu ul { 
	padding: 15px 0 0 15px ;
	width: 100%;
 }

.submenu li { 
	display: -moz-inline-box; 
	display: inline-block; 
	/display: inline; 
	/zoom: 1;  
}


 
/*.button {
	width:90px;
	font-size:13px;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:3px 0 3px;
	background-color:#444444;
	border-radius:20px;
	border: 0px solid #ffffff;
}*/

.point {
	padding: 0 0 3px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #999999;
	color: #333;
}

.text {
	padding: 15px;
	margin: 15px 15px 5px 15px;
	background-color: rgba(255,255,255,0.4);
	box-shadow: 0px 0px 6px 3px #EEEEEE;
	-moz-box-shadow: 0px 0px 6px 3px #EEEEEE;
	-webkit-box-shadow: 0px 0px 6px 3px #EEEEEE;
}

.tw {
	margin-right:10px;
	text-align:right;
}

/*.pagetop {
	margin-right:20px;
	margin-bottom:20px;
	font-size: 11px;
	text-align:right;
}*/

.boxContainer {
	margin-top: 10px;
	text-align:center;
}

.box {
	display: inline-block;
	margin: 5px;
}

/* ハックでIE6,7のみに適用 */
html*.box {
	display: inline;
	zoom: 1;
}


table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}


th {
	border: 0px;
	padding: 5px;
	/*width: auto;*/
	width:240px;
	vertical-align: top;
	text-align: center;
}
td {
	border: 0px;
	padding: 2px;
	vertical-align: top;
	
}

@media only screen and (max-width:420px) {
	thead {
		display:none;
	}
	tbody tr{
		display:block;
		margin-bottom:1em;
	}
	tbody th, tbody td{
		display:list-item;
		list-style:none;
		border:none;
		word-break:break-all;
	}
	tbody th {
		text-align:center;
		width: auto;
	}
	tbody td {
		margin-left:0em;
	}
}

/*------------------------------------------------------------------*/
/*--layout----------------------------------------------------------*/
/* 0 to 768px */

body {
	-webkit-text-size-adjust: 100%;
}

header {
	overflow: hidden;
}

header h1 {
	padding: 10px 10px 0 10px;
}

#contents {
	/*background: #000000;*/
}

#contents main {
	overflow: hidden;
	/*background: #000000;*/
}

#contents main article {
	overflow: hidden;
	padding: 10px;
}

#contents main article p {
	padding: 10px;
}

#contents aside {
	overflow: hidden;
	padding: 10px;
}

#contents aside p {
	padding: 10px;
}

footer {
	overflow: hidden;
	border-top: 1px solid #666666;
	margin-top: 20px;
}

footer #copyright {
padding: 10px;
}


/**/
@media only screen and (min-width: 769px) {

header {
	min-width: 1000px;
	overflow: hidden;
}

header h1 {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}

#contents {
	/*background-color: #000000;*/
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

#contents main {
	margin-top: 10px;
	float: left;
	width: 490px;
	overflow: hidden;
	/*background: #000000;*/
}

#contents main article {
	overflow: hidden;
	padding: 10px;
}

#contents main article p {
	padding: 10px;
}

#contents aside {
	margin-top: 10px;
	float: right;
	width: 490px;
	overflow: hidden;
	/*background: #000000;*/
	padding: 10px;
}

#contents aside p {
	padding: 10px;
}

footer {
	min-width: 1000px;
	overflow: hidden;
	border-top: 1px solid #666666;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

footer #copyright {
	width: 1000px;
	padding: 10px;
	font-size: 11px;
	text-align: left;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}
/**/}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	font-family: 'Fjalla One', sans-serif;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
	font-family: 'Fjalla One', sans-serif;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
dl.accordion {
}
dl.accordion dt {
	font-size: 24px;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	cursor: pointer;
	background-color: rgba(100,100,100,0.4);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	-webkit-transition: background-color 0.5s linear;
}
dl.accordion dt:hover {
	background-color: rgba(100,100,100,0.7);
	-webkit-transition: background-color 0.5s linear;
}
dl.accordion dt.open {
  }
dl.accordion dd {
	display: none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 12px;
}
/* CSS Document */
.livetitle {
	font-size: 12px;
	color: #F00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.title3 {
	font-size: 18px;
	color: #999;
	text-align: left;
	padding-left: 10px;
	background-color: rgba(100,100,100,0.4);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.white {
	font-size: 12px;
	color: #FFF;
}
.indexphoto {
	text-align: center;
	margin-bottom: 10px;
}
.soldout {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #FF0;
	font-size: 10px;
}
.youtube iframe{
  width: 100%;
}

.title1 {
	font-size: 18px;
	color: #333;
	text-align: left;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.1);
}

.title2 {
	font-size: 12px;
	color: #333;
	text-align: left;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.1);
}
.button a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	background-color: #999999;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.button a:hover{
 background-color: #666666;
}
.topbottompad {
	margin-top: 10px;
	margin-bottom: 20px;
}
#page-top {
	position: fixed;
	left: 50%;
	width: 160px;
	margin-left: 340px;
	margin-bottom: 0px;
}
#page-top a {
	font-family: 'Audiowide', cursive;
	text-decoration: none;
	color: #fff;
	width: 160px;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	background-color: rgba(0,0,0,0.3);
	line-height: 1.8;
}
#page-top a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
}
.pagetitle {
	font-size: 24px;
	background-color: #3CF;
	margin-right: 15px;
	margin-left: 15px;
	display: inherit;
	text-align: left;
	height: 20px;
	margin-top: 100px;
	margin-bottom: 15px;
}
.artist {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	width: 20%;
	min-width: 70px;
	max-width: 177px;
	height: auto;
	margin-bottom: 10px;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
.photobox {
	position: relative;
	overflow: hidden;
}

div.center {
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
div.center img {
	width: 100%;
	height: auto;
	margin: 0px;
	border: 1px solid #666;
}


/*2023.11.22追記*/
a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    height: 50px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin-right: auto;
    margin-left: 0px;
    margin-bottom: 0;
    margin-top: 10px;
}
a.btn_02:hover {
  background: rgba(0,0,0,0.4);
  color: #fff;
}
/*a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}*/
