@charset "utf-8";
/* CSS Document */
.page_ttl {
	background: url(../images/bg_page_ttl.jpg) top center no-repeat;
}
#works_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#works_list li {
	position: relative;
	width: 360px;
	margin-bottom: 30px;
}
#works_list li .btn_more {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 190px;
	background: rgba(0,0,0,.7);
    padding: .5em;
    color: #FFF;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: .2rem;
}
#works_list li .btn_more::after {
    content: url(../../common/images/arrow_more.png);
    padding-left: 1em;
}

.story li {
	margin-bottom: 30px;
	background: #4ABDCD;
	width: 100%;
}
.story .garage {
	background: #548235;
	width: 100%;
}
.story li a{
	display: flex;
	text-decoration: none;
}
.story li a:hover{
	opacity: .5;
	transition: .8s
}
.story li a:hover img{
	opacity: 1;
}
.story a > div{
	padding: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 713px;
}
.story li .vol{
	margin-bottom: .75em;
	padding: 0 1em;
	border-bottom: #fff solid 2px;
	font-size: 2rem;
	display: inline-block;
}
.story li .vol em{
	font-size: 3rem;
	font-style: normal;
}
.story li h3{
	margin-bottom: .5em;
	line-height: 1.2;
	font-size: 2.4rem;
}
.story li .read{
	font-size: 1.6rem;
}

.story li .btn_more {
	width: 245px;
	margin: 1em auto 0;
	padding: .5em;
	border: #fff 1px solid;
	font-size: 1.5rem;
	font-weight: bold;
}
.story li .btn_more:after {
	content: url(../../common/images/arrow_more.png);
	margin-left: 1em;
}
#works h2 {
	font-size: 2.0rem;
	font-weight: bold;
}
.bx-wrapper {
	position: relative;
	margin-bottom: 25px;
}
.slide .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 48%;
	margin-top: -16px;
	outline: 0;
	width: 22px;
	height: 42px;
	text-indent: -9999px;
	z-index: 999;
}
.slide .bx-wrapper .bx-prev {
	left: 20px;
	background: url(../images/arrow_prev.png) no-repeat 0 0;
}
.slide .bx-wrapper .bx-next {
	right: 20px;
	background: url(../images/arrow_next.png) no-repeat 0 0;
}
.bx-pager {
	display: none;
}
.thumb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.thumb li {
	width: 110px;
	margin: 0 0 37px 37px
}
.thumb li:nth-child(8n+1) {
	margin-left: 0;
}
.slide .btn_more a {
	width: 245px;
	margin: 0 auto;
	background: #FFF;
	border: #000 1px solid;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
}
.slide .btn_more a:after {
	content: url(../images/arrow_more_black.png);
}


@media screen and (max-width:640px) {
.page_ttl {
	background: url(../images/bg_page_ttl.jpg) top center no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}
#works_list li {
	position: relative;
	width: 100%;
}
#works_list li .btn_more {
	width: 60%;
}


.story li {
	background: #4ABDCD;
	width: 100%;
}
.story li a{
	display: block;
}
.story a > div{
	padding: 10px 15px 15px;
	width: calc(100% - 30px);
}
.story li h3{
	font-size: 1.8rem;
}
.story li .read{
	font-size: 1.2rem;
}

.story li .read br{
	display: none;
}
.story li .btn_more {
	width: 245px;
	margin: 1em auto 0;
	padding: .5em;
	border: #fff 1px solid;
	font-size: 1.5rem;
	font-weight: bold;
}
.story li .btn_more:after {
	content: url(../../common/images/arrow_more.png);
	margin-left: 1em;
}

#works h2 {
	font-size: 1.8rem;
}
.slide .bx-wrapper .bx-prev {
	left: 10px;
	-webkit-background-size: 50%;
	background-size: 50%;
}
.slide .bx-wrapper .bx-next {
	right: 10px;
	-webkit-background-size: 50%;
	background-size: 50%;
}
.thumb li {
	width: 23.5%;
	margin: 0 0 8px 2%;
}
.thumb li:nth-child(4n+1) {
	margin-left: 0;
}
.slide .btn_more a {
	width: 90%;
}
}
