@charset "utf-8";

/* -------------------------------------------------- */
/* 制作実績一覧 */
/* -------------------------------------------------- */
#container {
	min-width: auto;
}

#homepage {
	width: 100%;
}

#catWrap {
	padding: 0 5% 20px 5%;
}

#selectCats {
	width: 100%;
}

#catTxt a.bdAnimeBlue {
	padding-left: 13px;
	background: url(../../img/common/icon3.png) left center no-repeat;
}

#worksList li {
	width: 100%;
	margin-right: 0;
	padding: 0 5% 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#worksList li .worksTagList {
	width: 100%;
}

#worksList li a {
	display: block;
}

#worksList li:nth-child(2n) {
	margin-right: 0;
}

.worksThumnail img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 1px #c9c9c9 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#worksList img {
	transition: all 0.3s ease-in-out 0s;
}

#moreBtn {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
	cursor: pointer;
}

.btn4 {
	width: 100%;
}

.worksTag {
	margin: 0 2px 2px 0;
	padding: 5px 10px;
	font-size: 1.0rem;
	display: inline-block;
	background: #f1f1f1;
}

#contentWrap {
	width: 100%;
}


/* -------------------------------------------------- */
/* 制作実績詳細 */
/* -------------------------------------------------- */
#worksTop {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

#worksTit {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.5;
}

#worksSlider {
	width: 100%;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#worksSlider img{
	width: 100% !important;
	height: auto !important;
}

#worksInfo {
	width: 90%;
  margin: 0 auto;
	float: none;
}

#worksUrl {
	padding-bottom: 15px;
	font-size: 1rem;
	color: #0095da;
}

#worksTags {
	padding-bottom: 15px;
}

#worksTags li {
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	font-size: 1.0rem;
	display: inline-block;
	background: #f1f1f1;
}

#worksData {
	padding-bottom: 20px;
	color: #666;
}

.sp-buttons {
	padding-top: 0;
	padding-right: 5%;
	text-align: right;
	margin-top: 10px;
}

.sp-button {
	border-radius: 0;
	background: #dcdcdc;
	margin: 0 0 0 2px;
	border: 0;
}

.sp-button.sp-selected-button {
	background: #0095da;
}

#worksBottom {

}

#worksContent {
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
	padding-bottom: 50px;
}


#worksContent p {
	padding-bottom: 1em;
}

#worksCaption {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	background: url(../../img/works/bg2.jpg) 0 0 repeat;
}

#worksCaptionIn {
	display: block;
	padding: 40px 0;
}

#worksPc {
	display: block;
  width: 90%;
  height: 89vw;
  padding: 20px 0 120px;
  margin: 0 auto;
  background: url(../../img/works/works_pc.png) 0 0 no-repeat;
  vertical-align: top;
  background-size: 100%;
}

#pcDisplay {
	width: 90%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#pcDisplay img{
	width: 100%;
	height: auto;
}

#worksSp {
	display: inline-block;
	width: 215px;
	height: 444px;
	padding: 60px 0 0 13px;
	margin: 0 20px;
	background: url(../../img/works/works_sp.png) 0 0 no-repeat;
	vertical-align: top;
}

#spDisplay {
	width: 190px;
	height: 340px;
	overflow: hidden;
}

#worksPager {
	width: 90%;
	padding-bottom: 50px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.prev {
	position: absolute;
	top: 0;
	left: 0;
}

.next {
	position: absolute;
	top: 0;
	right: 0;
}

.linkBtn {
	width: 47%;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
}

.linkBtn a {
	display: block;
	width: 100%;
	height: 100%;
}

.linkBtn span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	z-index: 3;
	font-weight: bold;
	font-size: 1.2rem;
}

.prev span {
	text-align: left;
  padding-left: 13%;
  background: url(../../img/common/icon21.png) 3% center no-repeat;
  background-size: 3%;
}

.next span {
	text-align: right;
	padding-right: 13%;
	background: url(../../img/common/icon20.png) 98% center no-repeat;
	background-size: 3%;
}

.linkBtn:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	transition: all 0.3s ease-in-out 0s;
}

#backBtn {
	display: inline-block;
	padding-top: 80px;
}

#backBtn a {
	display: table-cell;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 2px #0095da solid;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: #0095da;
	vertical-align: middle;
	background: url(../../img/common/icon3_sp.png) 10px center no-repeat;
	background-size: 9%;
}
