@charset 'utf-8';

/* static sub
-------------------------------------------- */
#static .sub-box {
	overflow: hidden;
	border-radius: 5px;
}
#static .sub-price__input__inr::before {
	color: #333;
}
#static h1 {
	margin-bottom: 20px;
}
#static .section {
	margin-bottom: 30px;
}

/* スライダー
-------------------------------------------- */
#static .jcarousel .refa-kv {
	height: 299px;
	border: 1px solid #ccc;
}

/* セクションタイトル
-------------------------------------------- */
#static .section-ttl {
	font-size: 32px;
	font-weight: 600;
}

/* PICK UP 商品4つならび
-------------------------------------------- */
#static .lay4col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#static .lay4col > li {
	width: 171px;
	margin-top: 30px;
}
#static .lay4col > li:nth-child(-n+4) {
	margin-top: 0;
}
#static .lay4col a {
	display: block;
	text-decoration: none;
}
#static .lay4col img {
	width: 171px;
	height: 171px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#static .lay4col .lay4col-text {
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

/* カテゴリー
-------------------------------------------- */
#static .brand-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#static .brand-link-list a,
#static .brand-link-list a:hover {
	display: block;
	text-decoration: none;
}
#static .brand-link-list li {
	margin-bottom: 20px;
}
#static .brand-link-list img {
	width: 100%;
	border: 1px solid #ccc;
}

/* category-menu
-------------------------------------------- */
#static .category-menu img {
	width: 350px;
	height: 350px;
}

/* ブランドストーリー
-------------------------------------------- */
#static .brand-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#static .brand-info .left-img {
	width: 350px;
}
#static .brand-info .left-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 750/599;
}
#static .brand-info .right-txt {
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

/* img-lazy */
#static .img-lazy {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
	display: block;
}

#static .title-img {
	margin: 0 auto;
    display: block;
	margin-bottom: 20px;
}
#static .img-1 {
	margin-bottom: 30px;
}
