@charset "UTF-8";
/* CSS Document */

/*reset----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
	font-style: inherit;
}
body {
	font-family: "游ゴシック体", YuGothic, Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	line-height: 1;
	overflow-x: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	background: #000;
  color: #fff;
 }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
.flex {
	display: -webkit-flex;
  display: flex;
}
.inline-flex {
	display: -webkit-inline-flex;
  display: inline-flex;
}
img {
	border-style: none;
	width: 100%;
	display: block;
}
a,
button {
	outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.sp {
	display:none;
}
.flex-between {
	display:flex;
	justify-content: space-between;
}

#main {
	display: none;
	vertical-align: middle;
	width: 500px;
	margin-top: -230px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#top .sound {
	display: none;
}
#top .sound input[type="checkbox"] {
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	z-index: 5;
}
#top .sound input[type="checkbox"]+  label {
	cursor: pointer;
	background: url(../images/btn_sound_off.png) no-repeat center center;
	background-size: cover;
	height: 37px;
	width: 130px;
	display: block;
	position: absolute;
	z-index: 5;
	right: 20px;
	bottom: 20px;
}
#top .sound input[type="checkbox"]:checked + label {
	background: url(../images/btn_sound_on.png) no-repeat center center;
	background-size: cover;
}
/*movie----------------------------------------*/
#video-wrap {
	background: #000 url(../images/back.gif) no-repeat fixed center center;
	background-size: cover;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -999;
	display: none;
}
#bg {
	z-index: -998;
	background: url(../images/bg_01.png) no-repeat fixed center top;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	display: none;
}

/*header----------------------------------------*/
header {
	display: table;
	height: 100%;
	width: 100%;
	position: absolute;
}
header .ttl_wrap {
	display: table-cell;
	vertical-align: middle;
}
header .ttl_wrap .ttl01 {
	margin: 0 auto;
	max-width: 380px;
	opacity: 0;
}
header .logo {
	width: 150px;
	position: absolute;
	left: 40px;
	top: 30px;
	z-index: 5;
}
header .logo a:hover {
	opacity: 0.8;
}
header .ttl_wrap .logo {
	margin: 0 auto;
	max-width: 500px;
	position: static;
	width: auto;
	opacity: 0;
}
header .ttl_wrap .ttl02 {
	margin: -30px auto 0;
	max-width: 520px;
	opacity: 0;
}
header a.btn01 {
	margin: 10px auto 0;
	max-width: 340px;
	display: block;
	opacity: 0;
}
header a.btn01:hover {
	transform: translate(0,-5px);
}
header .ttl03 {
	max-width: 180px;
	margin-left: 20%;
}
header .ttl04 {
	max-width: 180px;
	margin-right: 20%;
}
header nav {
	width: 100%;
	margin-top: 60px;
}
header nav ul {
	display:flex;
	flex-wrap:nowrap;
	justify-content: center;
}
header nav ul li {
	margin: 0px 30px;
}
header nav ul li a img {
	height: 28px;
	width: auto;
}
header nav ul li a {
	position: relative;
	display: block;
}
header nav ul li a:hover:before {
	content: "";
	position: absolute;
	width: 29px;
	height: 28px;
	left: -29px;
	background: url(../images/arw_01.png) center center;
	background-size: 100%;
}
small {
	position: absolute;
	bottom: 15px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 100%;
	text-shadow: 0px 0px 2px black;
}
.nav-unshown {
  display: none;
}
#nav-content {
	display: none;
}

/*contents----------------------------------------*/
p a {
	color: #8fff9b;
	text-decoration: underline;
}
#contents {
	display: table;
	height: 100%;
	width: 100%;
	position: absolute;
}
#contents .inr {
	display: table-cell;
  vertical-align: middle;
}
#contents .ttl {
	margin: 60px 0 20px;
}
#contents .ttl img {
	height: 36px;
	width: auto;
	margin: 0 auto;
}
#contents .box {
	background-color: rgba(0,0,0,0.4);
	height: 380px;
	width: 720px;
	margin: 0px auto;
	overflow: scroll;
	padding: 30px 60px;
}
#contents article {
	padding-bottom: 30px;
}
#contents article time {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
#contents article h3 {
	font-size: 20px;
	line-height: 1.6;
	display: block;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
#contents article p.info {
	font-size: 14px;
	line-height: 1.6;
}
#contents .artist {
	display:flex;
	flex-wrap:wrap;
}
#contents .artist article {
	width: 200px;
	margin-right: 20px;
	margin-left: 20px;
}
#contents .artist article .photo {
	margin-bottom: 8px;
}
#contents .artist article p.name {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
#detail .detail {
	width: 476px;
	margin: 0 auto;
}
#detail .photo {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	margin-top: 10px;
}
#detail  .name {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 30px;
}
#detail ul.sns {
	margin-top: -10px;
}
#detail ul.sns li {
	float: left;
	margin-left: 7px;
}
#detail ul.sns li a {
	width: 35px;
	display: block;
}
#detail ul.sns li a img {
	width: 100%;
	display: block;
}
#detail  table {
	margin-top: 30px;
	margin-bottom: 40px;
}
#detail  table tr td:first-child {
	width: 140px;
}
#detail  table tr td {
	padding-bottom: 13px;
	font-size: 16px;
	line-height: 1.3;
}
#contents .company table {
	text-align: left;
	border-collapse: collapse;
	width: 100%;	
	line-height: 1.6;
}
#contents .company table th {
	width: 150px;
	padding: 16px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	font-weight: normal;
}
#contents .company table td {
	border-bottom: 1px solid #fff;
	font-size: 14px;
	padding: 15px;
}
#contents .contact .inr {
	width: 340px;
}
.contact form div {
	margin-bottom: 10px;
}
#contents .contact p {
	font-size: 14px;
	line-height: 1.6;
}
.contact input,
.contact textarea,
.contact select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	font-size: 14px;
	padding: 5px;
}
.contact input[type="text"],
.contact input[type="email"] {
	width: 70%;
	resize: none;
}
.contact textarea {
	line-height: 1.6;
	width: 100%;
	resize: none;
}
.contact button[type="submit"] {
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 5px 0;
	background: #fff;
	width: 60px;
	color: #000;
	font-size: 14px;
	border-radius: 0;
}
@media screen and (max-width:640px) { 
#main {
	width: 86%;
	margin-top: -36vw;
	margin-left: -30vw;
	left: 40%;
	top: 50%;
}
header:not(.top) {
	position: static;
}
header .logo {
	width: 100px;
	left: auto;
	right: 10px;
	top: 10px;
}
header a.btn01 {
	max-width: 220px;
}
header .ttl_wrap {
	padding: 0 7%;
}
header .ttl_wrap .ttl02 {
	margin: -10px auto 0;
}
header nav {
	width: 100%;
	margin-top: 40px;
}
header nav ul {
	flex-wrap: wrap;
	justify-content: center;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
header nav ul li {
	margin: 0 10px 15px;
	width: 120px;
}
header nav ul li a img {
	height: 20px;
	width: auto;
}
header nav ul li a:hover:before {
	display: none;
}
header .ttl03 {
	max-width: 120px;
	margin-left: 0;
	margin-bottom: 30px;
}
header .ttl04 {
	max-width: 120px;
	margin-right: 0;
	margin-bottom: 30px;
}
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display: none;
}
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	top: 20px;
	left: 15px;
	position: fixed;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {
	display: block;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  max-width: 330px;
  height: 100vh;
  background: #000;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-content nav ul li {
	padding-left: 26px;
}
#nav-content nav ul li a.active:before,
#nav-content nav ul li a.active:hover:before {
	display: inline-block;
	content: "";
	position: absolute;
	width: 26px;
	height: 25px;
	left: -26px;
	background: url(../images/arw_01.png) center center;
	background-size: 100%;
}
#nav-content nav ul li a img {
	height: 25px;
}
#nav-content ul {
	display: block;
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#contents {
	display: block;
	height: 100%;
	width: 100%;
	position: static;
	padding-bottom: 30px;
}
#contents .inr {
	display: block;
}
#contents .ttl {
	margin: 90px 0 20px;
}
#contents .ttl img {
	height: 32px;
	width: auto;
	margin: 0 auto;
}
#contents .box {
	height: auto;
	width: 80%;
	overflow: auto;
	padding: 30px 5%;
}
#contents article {
	padding-bottom: 20px;
}
#contents article h3 {
	font-size: 17px;
}
#contents .artist {
	display:flex;
	flex-wrap:wrap;
}
#contents .artist article {
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
}
#detail .detail {
	width: 90%;
}
#contents .company table {
	width: 100%;	
}
#contents .company table th {
	width: auto;
	display: block;
	padding-bottom: 8px;
}
#contents .company table td {
	width: auto;
	border-bottom: none;
	padding-top: 8px;
	display: block;
}
.contact.flex-between {
	display: block;
}
#contents .contact .inr {
 width: auto;
}
#contents .contact .inr:first-child {
	margin-bottom: 15px;
}
#contents .contact .inr:nth-child(2) {
	padding: 0 10px;
}
.contact textarea {
	padding: 3%;
	width: 94%;
}
}
/*news----------------------------------------*/
#contents  .info img {
	width: 200px;
	}