@charset "utf-8";

/* ==============================
Smartphone home layout
Site Name: SULK;
Date: 2022.10;
================================= */

/* base
--------------------------------- */
/* bg */
#home {
	background-color: #eb67a2;
}
/*#home #main {
	padding-bottom: 80px;
}*/
#aside--home {
	padding-bottom: 48px;
}
#footer__nav,
#footer__foot,
#aside--home {
	background-color: white;
}

/* hero
--------------------------------- */
.hero,
.hero__slider,
.hero__slider li {
	width: 100%;
}
@media only screen and (max-width: 749px){
	.hero,
	.hero__slider,
	.hero__slider li {
		height: calc(132vw - 16px - 24px);/* warning */
	}
	#hero__slider01 {
		background: url(../img/home/photo_hero01_sp.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider02 {
		background: url(../img/home/photo_hero02_sp.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider03 {
		background: url(../img/home/photo_hero03_sp.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider04 {
		background: url(../img/home/photo_hero04_sp.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider05 {
		background: url(../img/home/photo_hero05_sp.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider06 {
		background: url(../img/home/photo_hero06_sp.jpg) center no-repeat;
		background-size: 100%;
	}
}
@media only screen and (min-width: 750px){
	.hero,
	.hero__slider,
	.hero__slider li {
		height: calc(100vw - 16px - 24px);/* warning */
	}
	#hero__slider01 {
		background: url(../img/home/photo_hero01_tl.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider02 {
		background: url(../img/home/photo_hero02_tl.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider03 {
		background: url(../img/home/photo_hero03_tl.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider04 {
		background: url(../img/home/photo_hero04_tl.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider05 {
		background: url(../img/home/photo_hero05_tl.jpg) center no-repeat;
		background-size: 100%;
	}
	#hero__slider06 {
		background: url(../img/home/photo_hero06_tl.jpg) center no-repeat;
		background-size: 100%;
	}
}

/* news */
#hero__news {
	text-align: center;
	line-height: 1.3;
	position: absolute;
	top: 112px;
/*	top: 80px;*/
	left: 22px;
	z-index: 900;
	width: 80px;
	height: 88px;
}
#hero__news p {
	font-size: 12px;
	font-weight: 700;
}
#hero__news time {
	font-size: 10px;
}
#hero__news a {
	background: url(../img/home/bg_news.svg) 0 0 no-repeat;
	background-size: 80px;
	box-sizing: border-box;
	color: #777;
	display: block;
	transition: color .5s;
	padding-top: 31px;
	height: 88px;
}
#hero__news a:hover {
	color: #eb67a2;
	text-decoration: none;
}

/* concept
--------------------------------- */
#concept {
	padding: 80px 0 120px;
}
#concept figure {
	margin: 64px auto 0;
	max-width: 418px;
	width: 50%;
}
#concept figure img {
	width: 100%;
	height: auto;
}
/* txts */
#concept .txt {
	margin-bottom: 24px;
}
.concept__txt {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 24px;
}
#concept h3 {
	font-size: 16px;
}
.hdn--pcmin {
	display: none;
}

/* products
--------------------------------- */
#new-products .inner {
	background-color: #ebbad0;
}
/* ttl */
#new-products h2 {
	box-sizing: border-box;
	font-weight: 700;
	line-height: 1.6;
	padding: 4%;
	width: 33.333%;
}
#new-products h2 em {
	line-height: 1.1;
}
#new-products h2 a {
	color: #333;
	text-decoration: none;
	transition: color .5s;
}
#new-products h2 a:hover {
	color: #eb67a2;
	text-decoration: none;
}
#new-products #feed figure:nth-child(n + 16) {
	display: none;
}
/* photo */
#new-products figure {
	overflow: hidden;
	width: 33.333%;
}
#new-products h3 {
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 4px;
}
#new-products .term {
	display: none;
}
#new-products img {
	transition: opacity .5s;
	width: 150%;
	margin-left: -25%;
}
#new-products figure a {
	background-color: #eaea70;
	/*background-color: #555e6b;*/
	color: #333;
	/*color: #ebf0f0;*/
	display: block;
	position: relative;
}
#new-products a .txts {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
#new-products a:hover .txts {
	opacity: 1;
}
#new-products a:hover img {
	opacity: .1;
}

@media only screen and (max-width: 749px){
	#new-products h2 {
		font-size: 2.66vw;
	}
	#new-products h2 em {
		font-size: 3.73vw;
	}
	#new-products .txts {
		font-size: 8px;
	}
	#new-products h3 {
		font-size: 10px;
		font-weight: 700;
	}
	#new-products a .txts {
		padding: 16px;
	}
}
@media only screen and (min-width: 750px){
	#new-products h2 {
		font-size: 16px;
	}
	#new-products h2 em {
		font-size: 26px;
	}
	#new-products .txts {
		font-size: 12px;
	}
	#new-products h3 {
		font-size: 15px;
		font-weight: 700;
	}
	#new-products a .txts {
		padding: 32px;
	}
}
/* grunge */
#bnr--grunge {
	background-color: #121111;
	width: 33.333%;
}

/* new-works
--------------------------------- */
#new-works {
	padding-top: 80px;
}
/* ttl */
#new-works h2 {
	margin-bottom: 52px;
}
#new-works h2 a {
	color: #333;
}
/* slider */
.works__slider figure {
	width: 450px;
}
.works__slider img {
	width: 100%;
	transition: opacity .5s;
}
.works__slider .txts {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 24px;
}
.works__slider h3 {
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 4px;
}
.works__slider .term {
	font-size: 10px;
}
.works__slider a {
	background-color: #eaea70;
	/*background-color: #555e6b;*/
	color: #ebf0f0;
	display: block;
	position: relative;
}
.works__slider a:hover {
	color: #333;
}
.works__slider a:hover img {
	opacity: .1;
}

/* news
--------------------------------- */
#new-blog {
	padding: 80px 0;
}
/* ttl */
#new-blog h2 {
	margin-bottom: 52px;
}
#new-blog h2 a {
	color: #333;
}
#new-blog .sns {
	align-items: flex-start;
}
/* list */
#new-blog__list {
	margin-top: -16px;
}
#new-blog__list article {
	border-bottom: 1px solid rgba(51,51,51,.15);
	clear: left;
	font-size: 11px;
}
@media only screen and (max-width: 749px){
	#new-blog__list article {
		width: 100%;
	}
}
@media only screen and (min-width: 750px){
	#new-blog__list article {
		width: calc(50% - 12px);
	}
}
#new-blog__list .photo {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	width: 92px;
}
#new-blog__list img {
	width: 100%;
}
#new-blog__list .meta {
	margin-bottom: 8px;
}
#new-blog__list h3 {
	font-size: 11px;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 16px;
}
#new-blog__list a {
	color: #333;
	display: block;
	padding-top: 16px;
}

/* aside
--------------------------------- */
#aside--home li {
	list-style: none;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
}
@media only screen and (min-width: 750px){
	#aside--home li {
		flex: 1;
	}
}
#aside--home div {
	width: 100%;
	text-align: center;
}
#aside--home i {
	display: block;
	font-size: 20px;
	padding-bottom: 8px;
}
#aside--home a {
	align-items: center;
	color: #333;
	display: flex;
	text-decoration: none;
	transition: background .5s;
	width: 100%;
	height: 110px;
}
#aside--home a .ttls {
	transition: opacity .5s;
}
#aside--home a:hover .ttls {
	opacity: .5;
}
/* id */
#aside--home__onlineshop {
	background: url(../img/home/photo_onlineshop.jpg) center center no-repeat;
	background-size: cover;
}
#aside--home__onlineshop a {
	background-color: rgba(234,234,112,.9);
}
#aside--home__onlineshop a:hover {
	background-color: rgba(234,234,112,0);
}
#aside--home__contact {
	background: url(../img/home/photo_contact.jpg) center center no-repeat;
	background-size: cover;
}
#aside--home__contact a {
	background-color: rgba(124,155,198,.9);
}
#aside--home__contact a:hover {
	background-color: rgba(124,155,198,0);
}
#aside--home__access {
	background: url(../img/home/photo_access.jpg) center center no-repeat;
	background-size: cover;
}
#aside--home__access a {
	background-color: rgba(125,199,199,.9);
}
#aside--home__access a:hover {
	background-color: rgba(125,199,199,0);
}