/* Common Elements */

@charset 'UTF-8';

body {
	background-color: #000;
	color: #fff;
	text-align: center;
}

a {
	text-decoration: none;
	color: inherit;
	transition: opacity 100ms ease;
}

a:hover {
	opacity: .7;
}

.copy {
	font-size: 16px;
	line-height: 2.0em;
}

/* header */
.logo img {
	width: 100%;
}


/* main_content */
#top .inner > div {
	background: url('../../../../../../../img/pubgirlnana.jpg') top center no-repeat;
	background-size: contain;
}

h1 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.5em;
	text-shadow: 2px 2px 1px #000,
	-2px 2px 1px #000,
	2px -2px 1px #000,
	-2px -2px 1px #000;
}

#menu {
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	/*
	justify-content: left;
	*/
	flex-wrap: wrap;
	justify-content: flex-end;
}

#menu li a {
	color: #000;
	font-weight: 800;
	display: block;
}

#menu_live {
	background-color: #ff94b4;
}

#menu_disco {
	background-color: #fff243;
}

#menu_twitter {
	background-color: #7afffe;
}

#menu_bio {
	background-color: #3bff46;
}

#menu_youtube {
	background-color: #ff1936;
}

#menu_contact {
	background-color: #f35f0e;
}

.live_title, .date {
	color: #ff94b4;
}

.disco_title {
	color: #fff243;
}

.bio_title {
	color: #3bff46;
}

.twitter_title {
	color: #7afffe;
}

.youtube_title {
	color: #ff1936;
}

.contact_title {
	color: #f35f0e;
}

#live section {
	background-color: #292F33;
}

.place {
	font-weight: bold;
}

.info {
	border-top: 1px solid #000;
}

#main_content h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff243;
	margin-bottom: 20px;
}

#contact .form_wrap {
	max-width: 540px;
	width: 100%;
	margin: 30px auto 0;
}

#contact .form_wrap span {
	margin-bottom: 10px;
	display: block;
}

#contact .form_wrap input, .form_wrap textarea {
	color: #fff;
	background: #292F33;
	border: none;
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
}

#contact .form_wrap input[type=checkbox] {
	transform: scale(1.5);
}

#contact .form_wrap .wpcf7-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	color: #fff;
	border: none;
	font-weight: bold;
	background: #292F33;
	padding: 15px 20px;
	display: block;
	font-size: 18px;
	transition: all .3s ease-in-out;
	max-width: 320px;
	margin: 50px auto 40px;
	cursor: pointer;
}

#contact .form_wrap .wpcf7-submit:hover{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	border: none;
	background: #f35f0e;
}


/* Footer */
footer {
}


.copyright {
}


/* PC Size */
@media screen and (min-width: 769px), print {
	.sp {
		display: none;
	}

	/* header */
	header {
		padding: 40px 40px 0;
	}

	.logo {
		max-width: 700px;
		margin: 0 auto;
	}


	/* main_content */
	#main_content > article {
		margin-left: auto;
		margin-right: auto;
		padding: 0 40px 40px;
	}

	#main_content > article > .inner {
		/*max-width: 1200px;*/
		max-width: 1280px;
		margin: 0 auto;
	}

	#main_content h2 {
		font-size: 40px;
		font-weight: 600;
		letter-spacing: 0.2rem;
		margin: 40px 0;
	}

	#top .inner > div {
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 100px;
	}

	h1 {
		position: relative;
		top: -80px;
	}

	#menu {
		padding: 860px 0 40px 40%;
	}

	#menu li {
		width: 30%;
		margin: 1.5%;
	}

	#menu li a {
		font-size: 23px;
		padding: 20px;
	}

	#live section {
		padding: 20px;
		max-width: 1200px;
		margin: 0 auto 40px;
	}

	.info {
		padding-top: 20px;
		margin-top: 20px;
	}

	.flyer {
		margin: 25px 0 20px;
	}

	#disco section {
		margin-bottom: 40px;
	}

	#disco .img {
		max-width: 800px;
		margin: 0 auto 30px;
	}

	#disco .img img {
		width: 100%;
	}

	#twitter .inner > div {
		width: 50%;
		margin: 0 auto;
	}


	/* footer */
	footer {
		padding: 30px 0;
		position: relative;
		overflow: hidden;
	}

	footer .inner {
		margin: 0 40px;
	}

	footer .inner > div {
		max-width: 1200px;
		margin: 0 auto;
	}

}

/* SP Size */
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}


	/* header */
	header {
		padding-top: 20px;
	}


	/* main_content */
	#main_content > article#top {
		margin: 70px 0 80px;
	}

	#main_content > article:not(#top) {
		padding: 0 15px 50px;
	}

	h1 {
		position: relative;
		top: -55px;
	}

	#menu {
		padding: 260px 0 10px;
	}

	#menu li {
		width: 30%;
		margin: 1.5%;
	}

	#menu li a {
		font-size: 18px;
		padding: 15px;
	}

	#main_content h2 {
		margin-bottom: 35px;
		font-size: 34px;
		font-weight: 800;
		letter-spacing: 0.1rem;
	}

	#live section {
		padding: 10px;
		margin-bottom: 30px;
	}

	.info {
		padding-top: 15px;
		margin-top: 15px;
	}

	.flyer {
		margin: 20px 0 15px;
	}

	#disco section {
		width: 90%;
		margin: 0 auto 30px;
	}

	#disco img {
		width: 100%;
		margin-bottom: 30px;
	}

	#twitter .inner > div {
		margin: 0 15px;
	}

	.pagetop {
		margin-bottom: 50px;
	}

	/* footer */
	footer {
		padding: 30px 20px;
	}

	footer .copyright {
		font-size: 12px;
		line-height: 1.5em;
	}

}