@charset "utf-8";

/* ==============================
PC home layout
Site Name: SULK;
Date: 2022.10;
================================= */

/* base
--------------------------------- */
/* bg */
#home {
	background-color: #eb67a2;
}
/*#home #main {
	padding-bottom: 160px;
}*/
#aside--home {
	padding-bottom: 96px;
}
#footer__nav,
#footer__foot,
#aside--home {
	background-color: white;
}

/* hero
--------------------------------- */
.hero,
.hero__slider,
.hero__slider li {
	width: 100%;
	height: calc(51vw - 16px);
}
#hero__slider01 {
	background: url(../img/home/photo_hero01.jpg) center no-repeat;
	background-size: 100%;
}
#hero__slider02 {
	background: url(../img/home/photo_hero02.jpg) center no-repeat;
	background-size: 100%;
}
#hero__slider03 {
	background: url(../img/home/photo_hero03.jpg) center no-repeat;
	background-size: 100%;
}
#hero__slider04 {
	background: url(../img/home/photo_hero04.jpg) center no-repeat;
	background-size: 100%;
}
#hero__slider05 {
	background: url(../img/home/photo_hero05.jpg) center no-repeat;
	background-size: 100%;
}
#hero__slider06 {
	background: url(../img/home/photo_hero06.jpg) center no-repeat;
	background-size: 100%;
}

/* news */
#hero__news {
	text-align: center;
	line-height: 1.4;
	position: absolute;
	top: 160px;
	/*top: 120px;*/
	left: 36px;
	z-index: 900;
	width: 104px;
	height: 114px;
}
#hero__news p {
	font-size: 16px;
	font-weight: 700;
}
#hero__news time {
	font-size: 12px;
}
#hero__news a {
	background: url(../img/home/bg_news.svg) 0 0 no-repeat;
	box-sizing: border-box;
	color: #777;
	display: block;
	transition: color .5s;
	padding-top: 38px;
	height: 114px;
}
#hero__news a:hover {
	color: #eb67a2;
	text-decoration: none;
}

/* concept
--------------------------------- */
#concept {
	padding: 160px 0;
}
#concept figure {
	align-items: center;
	padding-right: 5%;
	width: 418px;
}
/* txts */
#concept .txts {
	flex: 1;
	padding: 0 80px 0 5%;
}
#concept .txt {
	margin-bottom: 48px;
}
.concept__txt {
	font-size: 40px;
	font-weight: 900;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 48px;
}
@media only screen and (max-width: 1499px){
	.hdn--pcmin {
		display: none;
	}
}
@media only screen and (min-width: 1500px){
	.hdn--pcmax {
		display: none;
	}
}

/* products
--------------------------------- */
#new-products .inner {
	background-color: #ebbad0;
}
/* ttl */
#new-products h2 {
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 900;
	padding: 32px;
	width: 25%;
	line-height: 1.1;
}
#new-products h2 em {
	font-size: 32px;
}
#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 + 17) {
	display: none;
}
/* photo */
#new-products figure {
	overflow: hidden;
	width: 25%;
}
#new-products .txts {
	font-size: 12px;
}
#new-products h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 8px;
}
#new-products .term {
	padding-bottom: 16px;
}
#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;
	padding: 32px;
}
#new-products a:hover .txts {
	opacity: 1;
}
#new-products a:hover img {
	opacity: .1;
}
/* grunge */
#bnr--grunge {
	background-color: #eaea70;
	width: 25%;
}

/* works
--------------------------------- */
#new-works {
	padding-top: 160px;
}
#new-works h2 {
	margin-left: 50px;
	margin-bottom: 56px;
}
#new-works h2 a {
	color: #333;
	transition: color .5s;
}
#new-works h2 a:hover {
	color: #eb67a2;
	text-decoration: none;
}
/* slider */
.works__slider figure {
	width: 450px;
}
.works__slider img {
	width: 100%;
	transition: color .5s, opacity .5s;
}
.works__slider .txts {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px;
}
.works__slider h3 {
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 8px;
}
.works__slider .term {
	font-size: 12px;
}
.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: 160px 0;
}
/* ttl */
#new-blog .ttls {
	margin-left: 50px;
	width: 290px;
}
#new-blog h2 {
	margin-bottom: 16px;
}
#new-blog h2 a {
	color: #333;
	transition: color .5s;
}
#new-blog h2 a:hover {
	color: #eb67a2;
	text-decoration: none;
}
/* list */
#new-blog__list {
	flex: 1;
	margin-top: -32px;
}
#new-blog__list article {
	clear: left;
	font-size: 12px;
	margin-top: 32px;
}
@media only screen and (max-width: 1279px){
	#new-blog__list article {
		width: 100%;
	}
}
@media only screen and (min-width: 1280px){
	#new-blog__list article {
		width: calc(50% - 16px);
	}
}
#new-blog__list .photo {
	float: left;
	margin-right: 24px;
	width: 140px;
}
#new-blog__list img {
	width: 100%;
}
#new-blog__list .meta {
	margin-bottom: 10px;
}
#new-blog__list h3 {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.6;
}
#new-blog__list a {
	color: #333;
	display: block;
	transition: opacity .5s;
}
#new-blog__list a:hover {
	opacity: .3;
	text-decoration: none;
}

/* aside
--------------------------------- */
#aside--home li {
	list-style: none;
	flex: 1;
	font-size: 24px;
	font-weight: 700;
}
#aside--home div {
	width: 100%;
	text-align: center;
}
#aside--home i {
	display: block;
	font-size: 32px;
	padding-bottom: 10px;
}
#aside--home a {
	align-items: center;
	color: #333;
	display: flex;
	text-decoration: none;
	transition: background .5s;
	width: 100%;
	height: 200px;
}
#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);
}