@charset "utf-8";
/* CSS Document */
/* reset ------------------------------------*/
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, address, a,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header, menu, nav, section
{
	font-family: "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Geneva,Arial,Verdana,sans-serif !important; 
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
	text-align: center;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	letter-spacing: 0.1em;
}

body {
}

h1 {
	text-align: left;
	padding-bottom: 10px;
	font-size: 80%;
}

h2 {
	position: absolute;
}

h3 {
	font-size: 31px;
	padding-bottom: 30px;
	color: #866e49;
	font-weight: bold;
}

span { font-weight: bold;}


/* common ------------------------------------*/
.container {
	width: auto;
	margin: 0 auto;
	background: #FFF;
}

p.sponsor {
	width: 950px;
	margin: 0 auto 10px;
	clear: both;
}

p.copy {
	background: #866e49;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 15px 0 !important;
	margin: auto;
	clear: both;
}

p.copy a {
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #FFF;
	color: #FFF;
}

p.copy a:hover {
	color: #06F;
	border-bottom: solid 1px #06F;
}

section {
	margin-top: 50px;
}

.pagetop {
	float: right;
	max-width: 950px;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

#artist dl.center {
	text-align: center;
	float: none;
	width: 950px;
}

#artist dl.center dt {
	padding: 0;
	width: 333px;
}


/* header ------------------------------------*/
header {
	background-color: #FAE0C4;
}

header p {
	margin: auto;
}

header p img {
	margin-bottom: 30px;
	width: 100%;
	max-width: 500px;
}

header p#kasugano {
	float: right;
	padding: 0;
	margin: 0;
	height: 100px;
	width: 100px;
}

header p#kasugano img {
	padding: 0;
	margin: 0;
}

header ul {
	width: 400px;
	margin: 0 auto 50px;
	height: 120px;
}

header ul li {
	float: left;
	background: url(../images/menu.png) no-repeat;
	width: 120px;
	height: 120px;
	margin: 0 5px 20px;
}

header ul li a {
	display: block;
	line-height: 120px;
	color: #FFF;
	width: 120px;
	height: 120px;
}

header ul li a:hover {
	background: url(../images/menu_h.png) no-repeat;
}



/* #shop ------------------------------------*/
.content{
    margin: 0 auto;
    padding: 40px;
	max-width: 950px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
	overflow: hidden;
	overflow-y: auto;
	overflow-x: visible;
	overflow-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: fixed;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    max-height: 80vh;
	overflow-y: scroll;
	overflow-x: visible;
	overflow-wrap: break-word;
}

.modal__content h4 {
	font-weight: bold;
	font-size: 120%;
}

.modal__content p {
	padding-top: 15px;
}

.modal__content p.img {
	text-align: center;
}
.modal__content p img {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

.modal__content h4,.modal__content p {
	text-align: left;
}

#shop dl {
	float: left;
	padding-bottom: 30px;
	width: 310px;
	max-width: 310px;
}

#shop dt {
	width: 250px;
	height: 250px;
	border: #666 solid 1px;
	margin: 0 auto 10px;
}

@media screen and (max-width: 959px) {
	.content{
	padding: 40px 0;
	}

	#shop dl {
		padding-bottom: 30px;
		margin: auto;
		width: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 559px) {
	.content{
		margin: auto;
	}
	
	.modal__content{
	    width: 70%;
		padding: 20px;
	}

	#shop dl {
		float: none;
		padding-bottom: 30px;
		margin: auto;
		width: 280px;
		max-width: 280px;
	}

}
