@charset "utf-8";

/* works */


/* contents
----------------------------------------- */
#contents {
	margin-top: 30px;
}
.works-cont {
	margin-bottom: 70px;
	padding: 0 15px;
}

/* works-category-btn */
.works-category-btn {
	display: flex;
	margin-bottom: 45px;
	justify-content: center;
}
.works-category-btn a {
	display: block;
	width: 33%;
	margin-right: 0.5%;
	padding: 10px 0;
	background-color: #e38619;
	border: 2px solid #e38619;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}
.works-category-btn a:last-child {
	margin-right: 0;
}
.works-category-btn.all a.category-all,
.works-category-btn.public a.category-public,
.works-category-btn.private a.category-private {
	background-color: #fff;
	border: 2px solid #e38619;
	color: #2a2a2a;
}
.category-all {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.category-public {
}
.category-private {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* works-sec-list */
.works-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.works-sec-list li {
	width: 48%;
	margin-bottom: 30px;
}
.works-sec-list li:nth-child(odd) {
	margin-right: 4%;
}
.works-img {
	display: block;
	position: relative;
}
.works-category {
	position: absolute;
	top: -16px;
	left: -7px;
	width: 33px;
	height: 33px;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	border-radius: 50%;
	line-height: 33px;
}
.works-category.private {
	background-color: #1c79ba;
}
.works-category.public {
	background-color: #e38619;
}
.works-info {
	padding-top: 10px;
	border-top: 2px solid #e38619;
}
.works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.works-name {
	font-size: 1.2rem;
}
.works-link {
}

/* detail */
.works-detail-cont {
	margin-bottom: 90px;
}
.works-detail-info {
	margin-bottom: 15px;
	padding: 0 30px;
}
.works-detail-category {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 10px;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	border-radius: 50%;
	line-height: 33px;
}
.works-detail-category.private {
	background-color: #1c79ba;
}
.works-detail-category.public {
	background-color: #e38619;
}
.works-detail-date {
}

/* detail-slide-area */
.detail-slide-area {
	margin-bottom: 30px;
	padding: 0 20px;
}
.slider-thumbs {
}
.slider-thumbs li .slider-thumbs-inner {
	margin-right: 7px;
}

/* works-description-area */
.works-description-area-wapper {
	margin-bottom: 60px;
	padding: 0 30px;
}
.works-description-area {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.works-description-area li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 20px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.works-description-area li span {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 1.4rem;
}
.works-description-area li div {
	font-size: 1.3rem;
}
.works-detail-back-btn {
	text-align: center;
}

/* other-works-sec */
.other-works-sec {
	margin-bottom: 40px
}
.other-works-sec-ttl {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
}
.other-works-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 2px;
	margin-left: -15px;
	background-color: #e38619;
}
.other-works-sec-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}
.other-works-sec-list li {
	width: 48%;
	margin-bottom: 30px;
}
.other-works-sec-list li:nth-child(odd) {
	margin-right: 4%;
}
.other-works-img {
	display: block;
	position: relative;
}
.other-works-category {
	position: absolute;
	top: -16px;
	left: -7px;
	width: 33px;
	height: 33px;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	border-radius: 50%;
	line-height: 33px;
}
.other-works-category.private {
	background-color: #1c79ba;
}
.other-works-category.public {
	background-color: #e38619;
}
.other-works-info {
	padding-top: 10px;
}
.other-works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.other-works-name {
	font-size: 1.2rem;
}





































/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {


/* contents
----------------------------------------- */
#contents {
	margin-top: 70px;
}
.works-cont {
	margin-bottom: 160px;
	padding: 0 10%;
}

/* works-category-btn */
.works-category-btn {
	display: flex;
	max-width: auto;
	margin: 0 auto 30px;
	justify-content: space-around;
}
.works-category-btn a {
	display: block;
	max-width: 230px;
	margin-right: 2px;
	padding: 10px 0;
	background-color: #e38619;
	border: 2px solid #e38619;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	transition: all .3s;
}
.works-category-btn a:hover {
	background-color: #fff;
	border: 2px solid #e38619;
	color: #2a2a2a;
}
.works-category-btn a:last-child {
	margin-right: 0;
    width: auto;
	padding-inline: 5%;
}
.works-category-btn.all a.category-all,
.works-category-btn.public a.category-public,
.works-category-btn.private a.category-private {
	background-color: #fff;
	border: 2px solid #e38619;
	color: #2a2a2a;
}
.category-all {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.category-public {
}
.category-private {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* works-sec-list */
.works-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.works-sec-list li {
	width: 46%;
	margin-bottom: 75px;
}
.works-sec-list li:nth-child(odd) {
	margin-right: 8%;
}
.works-img {
	display: block;
	position: relative;
}
.works-img-inner {
	overflow: hidden;
}
.works-img-inner img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.works-img-inner:hover img {
	transform: scale3d(1.06,1.06,1.06);
}
.works-category {
	position: absolute;
	top: -32px;
	left: -14px;
	width: 66px;
	height: 66px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 50%;
	line-height: 66px;
}
.works-category.private {
	background-color: #1c79ba;
}
.works-category.public {
	background-color: #e38619;
}
.works-info {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 40px 20px;
	border-top: 2px solid #e38619;
	background-color: #fff;
	z-index: 100;
}
.works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.works-name {
	font-size: 1.6rem;
}
.works-link {
	text-align: right;
	font-size: 1.4rem;
}

/* detail */
.works-detail-cont {
	max-width: 1000px;
	margin: 0 auto 180px;
	overflow: hidden;
}
.works-detail-info {
	margin-bottom: 17px;
	padding: 0 20px;
}
.works-detail-category {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 13px;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	border-radius: 50%;
	line-height: 50px;
}
.works-detail-category.private {
	background-color: #1c79ba;
}
.works-detail-category.public {
	background-color: #e38619;
}
.works-detail-date {
	font-size: 1.5rem;
}

/* detail-slide-area */
.detail-slide-area {
	margin-bottom: 100px;
	padding: 0 20px;
}
.slider {
	margin-bottom: 8px;
}
.slider-thumbs {
}
.slider-thumbs li .slider-thumbs-inner {
	margin-right: 15px;
	cursor: pointer;
}

/* works-description-area */
.works-description-area-wapper {
	max-width: 800px;
	margin: 0 auto 120px;
	padding: 0;
}
.works-description-area {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.works-description-area li {
	display: flex;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 35px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.works-description-area li span {
	display: block;
	width: 9em;
	margin: 0;
	font-size: 1.5rem;
}
.works-description-area li div {
	width: calc(100% - 9em);
	font-size: 1.5rem;
}
.works-detail-back-btn {
	text-align: center;
}

/* other-works-sec */
.other-works-sec {
	max-width: 1000px;
	margin: 0 auto 180px;
}
.other-works-sec-ttl {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 25px;
	font-size: 1.6rem;
	text-align: center;
}
.other-works-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 2px;
	margin-left: -15px;
	background-color: #e38619;
}
.other-works-sec-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}
.other-works-sec-list li {
	width: 30%;
	margin-bottom: 0;
}
.other-works-sec-list li:nth-child(odd) {
	margin-right: 5%;
}
.other-works-sec-list li {
	margin-right: 5%;
}
.other-works-sec-list li:last-child {
	margin-right: 0;
}
.other-works-img {
	display: block;
	position: relative;
}

.other-works-img-inner {
	overflow: hidden;
}
.other-works-img img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.other-works-img:hover img {
	transform: scale3d(1.1,1.1,1.1);
}



.other-works-category {
	position: absolute;
	top: -21px;
	left: -15px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	border-radius: 50%;
	line-height: 50px;
}
.other-works-category.private {
	background-color: #1c79ba;
}
.other-works-category.public {
	background-color: #e38619;
}
.other-works-info {
	padding-top: 20px;
}
.other-works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 3px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.other-works-name {
	font-size: 1.6rem;
}



} /* tablet */















































/* PC:1201px - */
@media only screen and (min-width: 1201px) {


} /* PC */


