@charset "utf-8";
/* CSS Document */


@media only screen and (max-width : 599px){

body {
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.spv {
	display:inherit;
}

.pcv {
	display:none;
}

.container {
	width:100%;
	margin:0 auto;
}

.topimg {
	width: 100%;
	text-align: center;
	margin: -24px auto 30px;
	-moz-box-shadow: 0px 10px 15px #f6d5a3;
	-webkit-box-shadow: 0px 10px 15px #f6d5a3;
	box-shadow: 0px 10px 15px #f6d5a3;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '##ffe0e0');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#ffe0e0')";
	background-color: #FFF;
	height: 300px;
	background-image: url(../img/topbn_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.topimg .onlogo img {
    width: 100%;
}

.tab_item {
	display:none !important;
}
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
	display: inherit !important;
	width: 100% !important;
}
.tab_content {
	display:inherit !important
}
.tab_content_description .container {
	display: inherit !important;
	width: 100% !important;
}
.tab_content {
	padding: 0;
}

.info_box {
	width: 95%;
	padding: 0;
	margin: 0 auto;
	display: inherit;
}

.info_left, .info_right {
	float: none;
	width: 100%;
	margin: 0 auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: inherit;
	padding-top: 10px;
}

.info_right {
	margin: 0 auto;
	padding: 40px 0 10px;
}

.tabs {
	width: 100% !important;
	margin:0 auto;
	padding-bottom:0px;
	background-color:transparent;
	box-shadow:none;
}

.box01,.box02 {
	width: 95%;
	text-align: center;
}

.box01 {
	padding: 0;
	margin: 0 auto 15px;
}
.box02 {
	margin: 0 auto;
}
.sub_ttl3 {
	width: 95%;
	padding: 0 0 10px;
	margin: 0 auto 25px;
	text-align:center;
}

.gallery .illust1, .gallery .illust2, .gallery .illust3, .gallery .illust4, .gallery .comic1, .gallery .comic2, .gallery .comic3, .gallery .comic4, .gallery .comic5, .gallery .comic6, .gallery .comic7, .gallery .novel1, .gallery .novel2, .gallery .novel3, .gallery .novel4, .gallery .novel5, .gallery .novel6, .gallery .novel7, .gallery .cosplay1, .gallery .cosplay2, .gallery .cosplay3, .gallery .cosplay4 {
	transform: none;
}

.gallery li:hover {
  z-index: 10;
  transform: none;
}
.gallery li {
  transform: none;
  transition:none;
  text-align:center;
}

.gallery li {
	float: left;
	position: relative;
	width: 46%;
	margin: 0 7px 30px;
	border: 5px solid #fff;
	background: #fff;
	box-shadow: 2px 2px 2px #8e8e8e;
	z-index: 1;
	box-sizing: border-box;
	font-size:14px;
}

.gallery li img {
	width:100% !important;
	padding-bottom:5px;
}

#illst_cast, #comic_cast, #novel_cast, #cosplay_cast {
	width: 100%;
	text-align: center;
	margin: 40px auto 20px;
}

#staff_cast {
	border-top: 1px dotted;
	padding-top: 25px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.17em;
}

.info_box2 {
	display: inherit;
}

ul#illust, ul#comic, ul#novel {
	width: 84%;
	margin: 0 auto;
}

}