@charset "UTF-8";

/* header
----------------------------------------*/
.contents.col_2 {
	background: #fff;
}
img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.contents.col_2.post .inner .content .content_left {
	width: 100%;
	float: none;
}

@media only screen and (max-width: 1100px) {
	header.low .inner .contents_ttl {
		height: auto;
		padding-bottom: 20px;
	}
	header.low .inner .contents_ttl h1 {
		font-size: 18px;
	}
	.nav.low {
		display: none;
	}
	#contact {
		overflow: hidden;
	}
}

/* mainv
----------------------------------------*/
.mainv {
	background: url(../img/bg_mainv.jpg) no-repeat left top / 100% auto;
	padding-top: 62.666%;
	position: relative;
	overflow: hidden;
}
.mainv.sub {
	background-image: url(../img/bg_mainv_sub.jpg);
	padding-top: 53.25%;
}
.mainv .inview {
	opacity: 0;
	transform: translateX(500px);
	transition: opacity .5s, transform .5s;
}
.load .mainv .show {
	opacity: 1;
	transform: translateX(0);
}
.mainv_ttl {
	width: 47.5%;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 6.5% 0 0 -38.583%;
}
.mainv .mainv_txt {
	width: 58.25%;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 30.25% 0 0 -40.75%;
	transition-delay: .2s;
}
.mainv .mainv_logo {
	width: 35.25%;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 12.25% 0 0 9.166%;
	transition-delay: .4s;
}

@media only screen and (max-width: 1100px) {
	.mainv {
		margin: 0 -6%;
		padding-top: 70%;
	}
	.mainv.sub {
		padding-top: 60%;
	}
	.mainv .mainv_txt {
		width: 80%;
	}
}

/* project
----------------------------------------*/
.project {
	margin: -131px 0 0;
}
#main .project h2,
#main .project_detail h2 {
	border: 0;
	text-align: center;
	color: #fff;
	font-size: 21px;
	padding: 14px 20px;
	background: url(../img/bg_project_ttl.png) no-repeat left top / 100% 100%;
	position: relative;
	margin-bottom: 91px;
}
#main .project_detail h2 {
	margin-bottom: 0;
}
.project h2 br,
#main .project_detail h2 br {
	display: none;
}
.project h2::before,
.project_detail h2::before {
	content: '';
	display: block;
	width: 55.237%;
	padding-top: 7.509%;
	background: url(../img/img_project_ttl.png) no-repeat left top / 100% 100%;
	position: absolute;
	bottom: 100%;
	right: 1.581%;
}
.project h2::after,
.project_detail h2::after {
	content: '';
	display: block;
	width: 80.335%;
	padding-top: 4.743%;
	background: url(../img/bg_project_ttl_shadow.png) no-repeat left top / 100% 100%;
	position: absolute;
	top: 100%;
	right: 9.683%;
}
.project_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0 5px;
	background: url(../img/bg_project.png) no-repeat left 30.2% top 61px;
}
.project_list .inview,
.project_detail .inview {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity .5s, transform .5s;
}
.load .project_list .inview.show,
.load .project_detail .inview.show {
	opacity: 1;
	transform: translateY(0);
}
.project_list li {
	width: 44.91%;
	margin-bottom: 30px;
}
.project_list li a {
	display: block;
	text-decoration: none;
}
#main .project_list li img {
	display: block;
	margin: 0;
	transition: transform .5s;
}
#main .project_list li a:hover img {
	transform: scale(1.1);
}
#main .project_ttl {
	width: 100%;
	background: none;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 21px;
	letter-spacing: 0;
}
.project_list li figure {
	position: relative;
	overflow: hidden;
}
.project_list li figure figcaption {
	position: absolute;
	bottom: 0;
	right: 5px;
	color: #fff;
	font-size: 12px;
}
.project_tag {
	position: relative;
	margin-bottom: 48px;
}
.project_icon {
	width: 117px;
	height: 36px;
	transform: skewY(-8deg);
	background: url(../img/bg_project_icon.png) no-repeat;
	position: absolute;
	left: -27px;
	top: 10px;
	transition: background-position .3s;
	z-index: 10;
	overflow: hidden;
}
.project_icon::before {
	content: 'PROJECT';
	color: #FFF;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 7px;
	left: 20px;
	font-size: 13px;
	transition: left .3s;
}
.project_icon::after {
	content: 'DETAIL ▶';
	color: #FFF;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 7px;
	left: 117px;
	font-size: 13px;
	transition: left .3s;
}
a:hover .project_icon {
	background-position: left 100% top;
}
a:hover .project_icon::before {
	left: -100px;
}
a:hover .project_icon::after {
	left: 20px;
}
.project_tag span {
	display: block;
	font-size: 9px;
	margin-left: 102px;
	padding: 10px 0 2px;
	line-height: 1.5;
	color: #fc982b;
	font-weight: bold;
	letter-spacing: 0;
	border-bottom: 1px solid #878787;
}
.project_date {
	font-size: 11px;
	color: #4d4d4d;
	margin: 7px 0 6px;
	font-weight: bold;
}
.new .project_date::after {
	content: 'NEW';
	display: inline-block;
	border-radius: 7px;
	font-size: 11px;
	color: #fff;
	width: 43px;
	line-height: 1.4;
	background: #ea1612;
	text-align: center;
	margin-left: 5px;
}
.project_txt {
	text-align: center;
	position: relative;
	margin-top: 23px;
	padding-top: 25px;
	font-size: 13px;
	color: #ff5001;
	font-weight: 500;
	letter-spacing: 0;
}
.project_txt span {
	display: block;
	font-size: 21px;
	font-weight: bold;
}
.project_txt::before {
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: -moz-linear-gradient(left, #be1a21 0%, #ffb309 100%);
	background: -webkit-linear-gradient(left, #be1a21 0%,#ffb309 100%);
	background: linear-gradient(to right, #be1a21 0%,#ffb309 100%);
}
strong {
    font-weight: bold;
}

@media only screen and (max-width: 1100px) {
	.project {
		margin: -8% 0 0;
	}
	#main .project h2,
	#main .project_detail h2 {
		font-size: 15px;
		padding: 10px;
		margin-bottom: 50px;
	}
	#main .project_detail h2 {
		margin-bottom: 0;
	}
	.project h2 br,
	#main .project_detail h2 br {
		display: block;
	}
	.project_list {
		display: block;
		padding: 0;
		background-position: center 61px;
		background-size: 100% auto;
	}
	.project_list li {
		width: auto;
	}
	#main .project_list li a:hover img {
		transform: scale(1);
	}
	#main .project_ttl {
		font-size: 17px;
	}
	.project_list li figure figcaption {
		font-size: 11px;
	}
	.project_tag {
		margin-bottom: 30px;
	}
	.project_icon {
		width: 90px;
		height: 28px;
		background-size: 178.461px auto;
		left: -20px;
	}
	.project_icon::before {
		top: 3px;
		left: 15px;
		font-size: 11px;
	}
	a:hover .project_icon {
		background-position: left top
	}
	a:hover .project_icon::before {
		left: 15px;
	}
	.project_icon::after {
		display: none;
	}
	.project_tag span {
		margin-left: 85px;
	}
	.project_txt {
		margin-top: 30px;
		padding-top: 20px;
		font-size: 12px;
	}
	.project_txt span {
		font-size: 18px;
	}
	.project_txt::before {
		height: 5px;
	}
}

/* project_detail
----------------------------------------*/
.project_detail {
	margin: -247px 0 0;
}
.project_link {
	width: 163px;
	margin: 0 0 9px auto;
	position: relative;
	z-index: 10;
}
.project_link a {
	display: block;
	transition: opacity .3s;
}
#main .project_link img {
	margin: 0;
}
.project_link a:hover {
	opacity: .6;
}
.project_detail_inner {
	width: 85.177%;
	margin: 0 auto 82px;
}
#main .project_detail_ttl {
	text-align: center;
	background: none;
	font-size: 24px;
	color: #000;
	letter-spacing: 0;
	padding-bottom: 29px;
	border-bottom: 1px solid #a52f2b;
	margin-bottom: 49px;
}
.project_detail_main {
	max-width: 717px;
	max-width: fit-content;
	margin: 0 auto 34px;
	position: relative;
	text-align: center;
}
.project_detail_main::before {
	content: '';
	display: block;
	width: 181px;
	height: 83px;
	background: url(../img/icon_project.png) no-repeat;
	position: absolute;
	top: -35px;
	left: -59px;
	z-index: 10;
}
.project_detail_sub {
	max-width: 717px;
	margin: 0 auto 34px;
	text-align: center;
}
.project_detail p {
	font-size: 19px;
	letter-spacing: 0;
}
.project_detail p + p,
.project_detail p + dl,
.project_detail dl + p {
	margin-top: 42px;
}
.project_detail dl {
	letter-spacing: 0;
}
#main .project_detail dt {
	font-size: 23px;
	font-weight: bold;
	color: #000;
	margin: 0 0 6px -7px;
	padding-left: 21px;
	position: relative;
}
#main .project_detail dt::before {
	content: '';
	width: 6px;
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 4px;
	display: block;
	background: #e61818;
}
#main .project_detail dd + dt {
	margin-top: 42px;
}
#main .project_detail dd {
	font-size: 19px;
}

@media only screen and (max-width: 1100px) {
	.project_detail {
		margin: -21.333% 0 0;
	}
	.project_link {
		width: 125px;
		margin: 0 0 9px auto;
	}
	.project_link a:hover {
		opacity: 1;
	}
	.project_detail_inner {
		width: auto;
		margin: 0 auto 50px;
	}
	#main .project_detail_ttl {
		margin-top: 10px;
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.project_detail_main {
		margin: 0 auto 20px;
	}
	.project_detail_main::before {
		width: 121px;
		height: 55px;
		background-size: 121px auto;
		top: -25px;
		left: -20px;
	}
	.project_detail p {
		font-size: 14px;
	}
	.project_detail p + p,
	.project_detail p + dl,
	.project_detail dl + p {
		margin-top: 30px;
	}
	#main .project_detail dt {
		font-size: 16px;
		padding-left: 15px;
		margin-left: -4px;
	}
	#main .project_detail dd + dt {
		margin-top: 30px;
	}
	#main .project_detail dd {
		font-size: 14px;
	}
}
