
@charset "UTF-8";

/*common*/

body
{
	color: #fff;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: url(../images/bg.jpg) no-repeat fixed #000 center top;
	background-size: cover;
}

a:link {
	text-decoration: none;
	color: #fc0;
}

a:visited {
	text-decoration: none;
	color: #fc0;
}

a:hover {
	text-decoration: underline;
	color: #F90;
}
p
{
	margin-bottom: 1em;
}


/*PC--------------------------------------------------------------------------------------*/

.inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 24px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #ff0;
	text-decoration: none;
	font-weight: bold;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	/*float: left;
	font-size: 20px;
	padding-left: 10px;*/
	display: none;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 15px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -15px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 49px;
	background: rgba(255,153,0,0.9);
	border-bottom: 1px solid #1a1a1a;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed a
{
	color: #fff;
}
#top-head.fixed .logo {
	font-size: 20px;
	color: #fff;
	padding-top: 11px;
	padding-left: 20px;
	display: block;
}
#top-head.fixed #global-nav ul {
	top: 13px;
}
#top-head.fixed #global-nav ul li a {
	color: #ff0;
	padding: 0 15px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #fff;
	bottom: -15px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 17px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ff0;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

#top-wrap
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#top
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 65%;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	background-size: cover;
}
#top h1
{
	display: none;
}
#top #social
{
	position: absolute;
	bottom: 20px;
	right: 10px;
}
#top #social ul
{
	list-style: none;
}
#top #social ul li
{
	float: right;
	margin-left: 5px;
}
#wrap
{
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,0.7);
}
#contents
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
}
h2
{
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	display: block;
	padding: 0.5em;
	box-sizing: border-box;
	background-image:
	url(../images/midashi1.png),
	url(../images/midashi2.png),
	url(../images/midashi.png);
	background-size:45px 43px,45px 43px,60px 50px;
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: left bottom,right top,left center;
	margin-bottom: 1em;
}
#info,
#artist,
#attention,
#goods
{
	margin-bottom: 2em;
}
#info img,
#artist img,
#attention img,
#goods img,
#faq img
{
	width: 100%;
}
.fade_off {
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.fade_on {
    opacity: 1;
}
dl
{
	display: inline-block;
}
dt
{
	float: left;
	width: 2em;
	font-weight: bold;
	text-align: left;
}
dt.ques{color: #0F78E1;}
dt.ans{color: #ff6767;}
dd
{
	margin: 0 0 0 2em;
	text-align: left;
	margin-bottom: 1em;
}

.artist-wrap
{
	overflow: hidden;
}
.artist-pic {
	width:25%;
	overflow:hidden;
	position:relative;
	float: left;
}
.artist-pic .caption {
	font-size:1.4em;
	text-align:center;
	padding-top:50%;
	color:#fff;
}
.artist-pic .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background:	rgba(0,0,0,0.5);
	-webkit-transition:	all 0.5s ease;
	transition:all 0.5s ease;
}
.artist-pic:hover .mask {
	opacity:1;
}
.artist-pic img
{
	transition-duration: 0.5s;
	display: block;
}
.artist-pic:hover img {
	transition-duration: 0.5s;
	transform: scale(1.3);
}

footer
{
	padding: 1em;
	background: #333;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}
#page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
}
#page-top img
{
	width: 100%;
}


/*MOBILE--------------------------------------------------------------------------------------*/

@media screen and (max-width: 999px) {
	
	#contents
	{
		padding: 10px 10px;
		box-sizing: border-box;
	}
}

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

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	#top-head a
	{
	color: #fff;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: rgba(255,153,0,0.9);
		width: 100%;
		height: 60px;
		z-index: 999;
		position: relative;
		border-bottom: 1px solid #1a1a1a;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 10px;
		top: 20px;
		color: #333;
		font-size: 18px;
		display: block;
	}
	#top-head.fixed .logo
	{
		top: 9px;
		left: -10px;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #1a1a1a;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 12px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #ffeb00;
		padding: 15px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

}

@media screen and (max-width: 480px) {
	
body
{
	font-size: 13px;
	background: #000;
}
#top
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 139.58333%;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(../images/bg_m.jpg) no-repeat;
	background-size: cover;
}
#top #social
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.artist-pic
{
	width: 50%;
	float: left;

footer
{
	padding: 1em;
	background: #333;
	color: #fff;
	font-size: 0.9em;
	text-align: left;
}
#page-top
{
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
}
}




