@charset "utf-8";

/* blog */


/* header
----------------------------------------- */
.page-visual-area::after {
	background: url("../images/works-detail_sp.jpg") center center no-repeat;
	background-size: cover;
}


/* contents
----------------------------------------- */
#contents {
	position: relative;
}
#contents::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: calc(100% + 100px);
	background-color: #F1F1F4;
	z-index: -100;
}

.detail #header {
	margin-bottom: 20px;
}

.article-side-be-kobe {
}
.article-side-be-kobe img {
	width: 100px;
	height: auto;
}
img.popup {
    width: 11px;
    height: 9px;
    vertical-align: middle;
}
#works-detail {
	display: block;
	margin: 0 auto;
	width: 80%;
	padding-left: 7vw;
}
.works-detail-img img {
	display: block;
	margin: 5vw auto;
	width: 80%;
	max-width: 960px;
	height: auto;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.works-detail-explain {
	display: block;
	margin: 5vw auto;
	width: 80%;
	max-width: 960px;
}
.works-top {
    display: block;
	margin: 7vw auto 0 !important;
	width: 72%;
	max-width: 1350px;
}
.skill {
	font-weight: bold;
	margin: 1vw 0;
}
































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

/* header
----------------------------------------- */
.page-visual-area::after {
	background: url("../images/works-detail.jpg") center center no-repeat;
	background-size: cover;
}


/* contents
----------------------------------------- */
#contents {
	position: relative;
}
#contents::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: calc(100% + 100px);
	background-color: #F1F1F4;
	z-index: -100;
}

.detail #header {
	margin-bottom: 40px;
}

.article-side-be-kobe {
}
.article-side-be-kobe img {
	width: 100px;
	height: auto;
}

} /* tablet end */



















































/* PC 960px - */
@media only screen and (min-width: 960px) {

/* header
----------------------------------------- */
.page-visual-area::after {
	background: url("../images/works-detail.jpg") center center no-repeat;
	background-size: cover;
}


/* contents
----------------------------------------- */
#contents {
	position: relative;
}
#contents::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: calc(100% + 150px);
	background-color: #F1F1F4;
	z-index: -100;
}

.detail #header {
	margin-bottom: 110px;
}

.article-side-be-kobe {
}
.article-side-be-kobe img {
	width: 120px;
	height: auto;
}

} /* PC end */





















































/* PC:1201px - */
@media only screen and (min-width: 1201px) {

} /* PC end */


@media screen and (max-width: 768px) {
.works-top {
    width: 80%;
}
#works-detail {
    width: 100%;
    padding-left: 0;
}
}