* {
	margin: 0px; 
	padding: 0px;
}

body {
	background-color: #000;
	color: #fff;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}

div.header {
	line-height: 50px;
	display: flex;
	justify-content: space-between;
}

div.header div.btn_story {
	text-align: right;
}

div.header div.btn_story span {
	cursor: pointer;
}


#home {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display:flex;
	justify-content: center;
	padding-bottom: 45px;
}

#home div.loading {
	color: #fff;
	text-align: center;
}

#home div.loading i {
	margin: 0 0 5px 0;
}

#home div.logo {
	display: none;
}

#home div.category {
	//display: none;
	text-align: center;
}

#home div.category div.top {
	margin: 0 0 15px 0;
}

#home div.c2 div.top,
#home div.c3 div.top {
	margin: 20px 0 15px 0;
}

#home div.category a:link,
#home div.category a:visited {
	color: #fff;
}

#top {
	//display: none;
}


#top div.categoryList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 100px 0;
}

#top div.categoryList div.category {
	width: 33%;
	text-align: center;
	margin: 0 0 20px 0;
}

#top div.categoryList img {
	width: 60%;
	max-width: 400px;
}

#top div.categoryList a:link,
#top div.categoryList a:visited {
	color: #fff;
}

#top div.shopinfo {
	display: flex;
	justify-content: center;
}

#top div.shopinfo div.container {
	display: flex;
	justify-content: center;
}

#top div.shopinfo div.info {
	color: #fff;
	text-align: left;
}



#top div.shopinfo div.info a:link,
#top div.shopinfo div.info a:visited {
	color: #fff;
}


#top div.shopinfo div.info div.shopname {
	margin: 25px 0 45px 0;
}
#top div.shopinfo div.info dl {
	margin: 0 0 10px 0;
}

#top header,
#itemList header {
	display: flex;
	justify-content: space-between;
	background-color: #000;
}

#top header div,
#itemList header div {
	padding: 20px 10px 0 10px;
}

#top header div:nth-child(3),
#itemList header div:nth-child(3) {
	padding: 14px 10px 0 10px;
}

#itemList header div a:link,
#itemList header div a:visited {
	color: #fff;
}

#itemList main {
	padding: 0 0 60px 0;
}

#itemList h1 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 20px;
}

#itemList div.itemList,
#itemList div.diaryList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space_around;
	align-items: center;
}

#itemList div.itemList div,
#itemList div.diaryList div {
	width: 20%;
	text-align: center;
	margin: 20px 0;

	background-image: url('../images/loading.gif');
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#itemList div.diaryList div {
	width: 14%;
}

#itemList div.itemList div img,
#itemList div.diaryList div img {
	width: 50%;
}

#top div.shade,
#itemList div.shade {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 1;
	z-index: 9997;
}

#top div.bg,
#itemList div.bg {
	background-size: 600px;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	z-index: 9998;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 500px;
}

#top div.bg {
	opacity: 0.1;
	background-image: url('../images/logo.png');
	background-size: 300px;
}
#itemList div.bg1 {
	background-image: url('../images/01/top.png');
}
#itemList div.bg2 {
	background-image: url('../images/02/top.png');
}
#itemList div.bg3 {
	background-image: url('../images/03/top.png');
}
#itemList div.bg4 {
	background-image: url('../images/04/top.png');
}
#itemList div.bg5 {
	background-image: url('../images/05/top.png');
}
#itemList div.bg6 {
	background-image: url('../images/06/top.png');
}

#top div.text,
#itemList div.text {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 9999;
	text-align: center;
}

#top div.text p,
#itemList div.text p {
	margin: 0 0 20px 0;
	opacity: 0;
}

#top div.text p.period,
#itemList div.text p.period {
	padding: 20px 0 0 0;
}

#itemList div.musicList {
	width: 100%;
	display: flex;
	justify-content: center;
}

#itemList div.musicList li {
	list-style: none;
	margin: 0 0 15px 0;
	text-decoration: underline;
	cursor: pointer;
	opacity: 0.5;
}

#itemWindow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
}

#itemWindow div.btn_close {
	width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#itemWindow div.btn_close div {
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 99;
	width: 40px;
	padding: 20px 0 0 0;
}

#itemWindow div.btn_close div:nth-child(2) {
	padding: 13px 0 0 0;
	text-align: right;
}

#itemWindow iframe {
	border-style: none;
	width: 100%;
	margin: -40px 0 0 0;
	padding: 0 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #000;
}


#itemList footer .backtotop {
	opacity: 1;
}


#itemList div.dateList {
	text-align: center;
}

#itemList div.dateList a:link,
#itemList div.dateList a:visited {
	color: #fff;
}

#itemList div.dateList div {
	margin: 10px 0;
}


@media screen and ( max-width: 1024px) {
#top div.bg,
#itemList div.bg {
	background-size: 400px;
}
}

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

main {
	width: 100%;
}

#home {
	position: -webkit-sticky;
	position: sticky;
	top: 0; 
	left: 0;
	transform: translate(0%, 0%);
	display:flex;
	justify-content: center;
	margin: 0 auto;
}

#home div.loading {
	padding: 100px 0 0 0;
	font-size: 12px;
	font-family: sans-serif;
}

#home div.logo {
	padding: 100px 0 0 0;
}

#home div.logo img {
	width: 150px;
}

#home div.category img {
	width: 300px;
}

#home div.c3 img {
	width: 280px;
}

#top div.categoryList {
	width: 100%;
}

#top div.categoryList div.category {
	width: 50%;
	text-align: center;
	margin: 0 0 20px 0;
}

#top div.shopinfo {
	display: flex;
	justify-content: center;
	margin: 100px 0 0 0;
}

#top div.shopinfo div.container {
	display: flex;
	justify-content: center;
}

#top div.shopinfo div.shopphoto img {
	width: 200px;
}

#top div.shopinfo div.info {
	color: #fff;
	text-align: left;
	margin: 0 0 20px 0;
}

#top div.shopinfo div.info div.shopname {
	font-size: 12px;
	margin: 20px 0 15px 0;
}

#top div.shopinfo div.info dl {
	margin: 0px 0px 2px 0;
}

#top div.shopinfo div.info dt {
	font-size: 12px;
}

#top div.shopinfo div.info dd {
	font-size: 12px;
	margin: 0 0 1px 0;
}

#top div.shopinfo div.info dd a:link,
#top div.shopinfo div.info dd a:visited {
	color: #fff;
}

#top div.shopinfo div.info dd.tel a:link,
#top div.shopinfo div.info dd.tel a:visited,
#top div.shopinfo div.info dd a.email:link,
#top div.shopinfo div.info dd a.email:visited {
	text-decoration: none;
}

#itemList div.itemList div {
	width: 25%;
}

#itemList div.diaryList div {
	width: 25%;
	font-size: 11px;
}

#itemList div.itemList div img,
#itemList div.diaryList div img {
	width: 80%;
}

#top div.bg,
#itemList div.bg {
	background-size: 300px;
}

#top div.text p,
#itemList div.text p {
	margin: 0 0 8px 0;
	opacity: 0;
}


#itemWindow div.btn_close {
	width: 300px;
}

}


