@charset "utf-8";
/* CSS Document */

*{ margin:0 auto;}

body{
	color: #000;
	margin:0 auto;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	width:100%;
	background:#FFF;
	text-shadow: 2px 2px 4px #ccc1c1, 1px 0px 1px #d2d2d2;
}

body {
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 7s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	line-height: 0em;
	vertical-align: top;
}

html,
body{
	overflow-x: hidden;
	background: linear-gradient(#ffffff, #f8d59f80) fixed;
}

.clearfix:after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

.clear{
	clear: both;
}

.pcv {
	display:inherit;
}
.spv {
	display:none;
}

footer {
	height:50px;
	padding-top:17px;
	background-color:#000;
	color:#FFF;
	text-align:center;
	margin-top:50px;
	-moz-box-shadow: 5px 2px 20px #c9c9c9;
	-webkit-box-shadow: 5px 2px 20px #c9c9c9;
	box-shadow: 5px 2px 20px #c9c9c9;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#c9c9c9');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#c9c9c9')";
}

.ft {
	font-size:90%;
	text-align:center;
	padding:9px 0;
}

.container {
	width: 1100px;
	margin:0 auto;
}

.container2 {
	width:100%;
}

.topimg {
	width:100%;
	text-align:center;
	margin: -24px auto 60px;
	-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:780px;
	background-image:url(../img/topbn.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position: relative;
}

.topimg .onlogo {
	position: absolute;
	left:0;
	bottom:0;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1200px;
  margin: 0 auto;
  }

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #ffc298;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ffc298;
  color: #000000;
}

.info_box {
	width: 100%;
	padding: 20px 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info_left {
	width: 35%;
	background-color: #ffffff;
	-moz-box-shadow: 5px 5px 10px #e8e8e8;
	-webkit-box-shadow: 5px 5px 10px #e8e8e8;
	box-shadow: 5px 5px 10px #e8e8e8;
}

.info_left img {
	width:100%;
}

.info_right {
	width: 60%;
}

.info_box2 {
	width:100%;
	border-bottom: 1px dotted #b2b2b2;
	margin: 0 auto 14px;
	font-size: 0.98rem;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box01 {
	width: 20%;
	text-align:right;
}

.box02 {
	width: 75%;
}

.box02 .circle {
	font-size:80%;
}
.box02-1 {
	width: 72%;
	float:right;
	font-size:85%;
}

.box02 a {
	color:#000;
	text-decoration:none;
}

.box02 a:hover {
	color:#000;
	text-decoration:underline;
}

.box02 a:visited {
	color:#000;
	text-decoration:none;
}

.clearfile {
	font-size:80%;
}

.title {
	text-align:center;
}

.ttl2 {
	width: 98%;
	padding-left: 13px;
	border-left: 2px solid #a4a4a4;
	margin:10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #a4a4a4;
}

.ttl3 {
	width: 94%;
	padding-left: 13px;
	border-left: 2px solid #ff5b00;
	margin:40px 0 25px 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff5b00;
}

.sub_ttl3 {
	width: 97%;
	padding: 5px 0 5px 15px;
	margin: 0px 0 25px 0;
	border-bottom: 1px solid #a4a4a4;
}
#thumnail_box {
	width:100%;
	margin:0 auto;
}
ul#illust,
ul#comic,
ul#novel {
	width:70%;
	margin:0 auto;
}
ul#illust li,
ul#comic li {
	width:150px;
	height:150px;
	margin: 2%;
	display:inline-block;
	background:#ffffff;
	transform:skewX(30deg);
	overflow:hidden;
	-moz-box-shadow: 3px 3px 5px 0px rgba(89, 55, 42, 0.5);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(89, 55, 42, 0.5);
	-ms-box-shadow: 3px 3px 5px 0px rgba(89, 55, 42, 0.5);
	box-shadow: 3px 3px 5px 0px rgba(89, 55, 42, 0.5);
}
ul#novel li {
	width:150px;
	height:150px;
	margin: 2%;
	display:inline-block;
	background:#ffffff;
	transform:skewX(30deg);
	overflow:hidden;
	border:1px solid #CCC;
	-moz-box-shadow: 3px 3px 5px 0px rgba(89, 55, 42, 0.5);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(89, 55, 42, 0.5);
	-ms-box-shadow: 3px 3px 5px 0px rgba(89, 55, 42, 0.5);
	box-shadow: 3px 3px 5px 0px rgba(89, 55, 42, 0.5);
}

ul#illust li img,
ul#comic li img {
	width:100%;
	transform:skewX(-30deg) scale(1.6);
}
ul#novel li img {
	width:100%;
	transform:skewX(-30deg) scale(1.3);
}

.sample {
	width:150px;
	height:150px;
	overflow:hidden;
	margin:10px 8px 10px 16px;
	position:relative;
}
.sample .caption {
	font-size: 68%;
	color: #ffffff;
	transform: skewX(-30deg) scale(1.6);
	padding: 98px 5px 0 0px;
	text-align: right;
	font-weight: 500;
}

.sample .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:-100%; /* 枠の上に置いて表示させない */
	left:0;
	background-color: rgb(0 0 0 / 30%);
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

.sample .mask2 {
	width:100%;
	height:100%;
	position:absolute;
	top:-100%; /* 枠の上に置いて表示させない */
	left:0;
	background-color: rgb(175 100 0 / 45%);
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

.sample:hover .mask,
.sample:hover .mask2 {
	top:0; /* 下に降りてくるように見せる */
}

#cast {
	display:flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

#illst_cast {
	width: 30%;
	text-align:center;
}
#comic_cast {
	width: 30%;
	padding-bottom: 25px;
	text-align:center;
}
#novel_cast {
	width: 30%;
	padding-bottom: 25px;
	text-align:center;
}
#cosplay_cast {
	float:left;
	width: 25%;
	text-align:center;
}
#staff_cast {
	border-top: 1px dotted;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 2.7em;
}

.box01 .melon {font-size: 80%;}
#illst_cast .circle {font-size: 80%;}
#comic_cast .circle{font-size: 80%;}
#novel_cast .circle{font-size: 80%;}
#staff_cast .circle{
}

ul#illst_cast li,
ul#comic_cast li,
ul#novel_cast li {
	padding:10px 0 0;
}

ul#illst_cast li a,
ul#comic_cast li a,
ul#novel_cast li a,
ul#staff_cast li a {
	text-decoration:none !important;
	color:#000 !important;
	
}
ul#illst_cast li a:hover,
ul#comic_cast li a:hover,
ul#novel_cast li a:hover,
ul#staff_cast li a:hover {
	text-decoration:underline !important;
	color:#000 !important;
	
}
ul#illst_cast li a:visited,
ul#comic_cast li a:visited,
ul#novel_cast li a:visited,
ul#staff_cast li a:visited {
	text-decoration:none !important;
	color:#000 !important;
	
}

@media only screen and (max-width : 1024px){
.topimg {
    width: 100%;
    text-align: center;
    margin: -24px auto 60px;
    -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: 400px;
    background-image: url(../img/topbn.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.topimg .onlogo img {
    width: 70%;
    float: left;
}
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 95%;
    margin: 0 auto;
}
.container {
    width: 100%;
    margin: 0 auto;
}
}