@charset "utf-8";

/* ==============================
Smartphone about layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* base
--------------------------------- */
/* bg */
/*#about {
	background-color: #ebf0f0;
}*/

/* concept
--------------------------------- */
#concept {
	padding-bottom: 80px;
}
/* photo */
#concept__photo {
	margin-bottom: 56px;
}
#concept__photo img {
	width: 100%;
}
#concept__photo01 {
	width: 100%;
}
#concept__photo02,
#concept__photo03,
#concept__photo04,
#concept__photo05,
#concept__photo06,
#concept__photo07 {
	width: 33.333%;
}
/* txts */
#concept .txt {
	margin-bottom: 24px;
}
.concept__txt {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 24px;
}
#concept .ttl03 {
	font-size: 16px;
	margin-bottom: 28px;
}
/* catch */
.catch.is-en02 {
	font-family: "Dancing Script", cursive;
	font-size: 18px;
	line-height: 1.4;
}
#concept .hdn--pcmin {
	display: none;
}

/* steelworks
--------------------------------- */
#steelworks {
	background: url(../img/about/photo_steelworks_sp.png) top 80px center no-repeat #262626;
	background-size: contain;
	color: #ebf0f0;
	padding-top: calc(80px + 102vw - 15px);
	padding-bottom: 80px;
	width: 100%;
}
/* ttls */
#steelworks .ttls {
	padding: 56px 0 32px;
}
#steelworks .ttl02 {
	margin-bottom: 12px;
}
/* txts */
#steelworks .btn a {
	border-color: #ebf0f0;
	color: #ebf0f0;
}

/* feature
--------------------------------- */
.feature__sliders img {
	width: 100%;
}
.feature .txts {
	padding: 60px 0 80px;
}
/* id */
#business {
	background-color: #e1e6e6;
}

/* company
--------------------------------- */
#company {
	padding-top: 80px;
	padding-bottom: 80px;
}
#company .logo--line {
	margin-bottom: 64px;
}
/* photo */
#company .photo img {
	width: 100%;
}
/* txt */
#company .ttl03.is-s {
	margin-top: 36px;
}
/* id */
#showroom {
	margin-bottom: 80px;
}
@media only screen and (min-width: 480px){
	#company .hdn--pcmax {
		display: none;
	}
}

/* gallery
--------------------------------- */
#gallery {
	padding: 40px 0 64px;
}
/* ttl */
#gallery h2 {
	font-size: 24px;
	margin-bottom: 40px;
}
/* feed */
#instafeed {
	margin-bottom: 40px;
}
#instafeed figure i {
	margin-right: 6px;
}
#instafeed figure img {
	transition: opacity .5s;
	width: 100%;
}
#instafeed a {
	background-color: #555e6b;
	color: #ebf0f0;
	display: block;
	position: relative;
}
#instafeed a .txts {
	position: absolute;
	opacity: 0;
}
#instafeed a:hover .txts {
	opacity: 1;
}
#instafeed a:hover img {
	opacity: .1;
}
/* txt */
#gallery .txts.center {
	line-height: 1;
}
#gallery .txts.center a {
	color: #999;
}
@media only screen and (max-width: 749px){
	#instafeed figure {
		width: 33.333%;
	}
	#instafeed .txts {
		font-size: 10px;
	}
	#instafeed a .txts {
		left: 12px;
		bottom: 12px;
	}
	#gallery .txts.center h4 {
		margin-top: 16px;
	}
	#gallery .txts.center a {
		font-size: 14px;
	}
}
@media only screen and (min-width: 750px){
	#instafeed figure {
		width: 25%;
	}
	#instafeed .txts {
		font-size: 12px;
	}
	#instafeed a .txts {
		left: 24px;
		bottom: 24px;
	}
	#gallery .txts.center h4 {
		margin-top: 24px;
		font-size: 15px;
	}
	#gallery .txts.center a {
		font-size: 20px;
	}
}