@charset "utf-8";

h1 {
	margin-bottom: 20px;
}

/* static-ttl-page
-------------------------------------------- */
#static .static-ttl-page {
	float: left;
	width: 55%;
}
#static .static-ttl-page-right {
	float: right;
	width: 44.2%;
}
#static .static-ttl-page-right img {
	width: 100%;
	margin-bottom: 10px;
}
.static-wrap-ttl-page::after,
.static-mini-image::after {
	display: block;
	clear: both;
	height: .01px;
	content: '';
}

/* セクションタイトル
-------------------------------------------- */
#static .section-ttl {
	margin-bottom: 20px;
	font-size: 32px;
	text-align: center;
}

/* description
-------------------------------------------- */
#static .description-img {
	margin-bottom: 30px;
}
#static .description-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 735/420;
}

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

/* NEWSテキスト */
#static .lay4col .news-text {
	text-align: center;
}

/* 商品3つならび
-------------------------------------------- */
#static .lay3col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#static .lay3col > li {
	width: calc((100% - 70px) / 3);
	margin-top: 30px;
}
#static .lay3col > li:nth-child(-n+3) {
	margin-top: 0;
}
#static .lay3col a {
	text-decoration: none;
}
#static .lay3col img {
	width: 216px;
	height: 216px;
	margin-bottom: 13px;
}
#static .lay3col .lay3col-text {
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}
#static .lay3col > li dt {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
#static .txt-notes {
	font-size: 10px;
	text-align: right;
}
#static .lay3col.benefique-brand > li:first-child dt {
	margin-top: 12px;
}
#static .lay3col.benefique-brand > li:first-child dd {
	margin-top: 16px;
}

/* ブランドメッセージ
-------------------------------------------- */
#static .brand-messege {
	width: 720px;
	height: 500px;
	background-image: url(/user_data/packages/default/brand/600/images/bkg_messege.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#static .brand-messege h3 {
	margin-bottom: 10px;
	padding-top: 50px;
	border-top: none;
	color: #ee7800;
	font-size: 18px;
	font-weight: bold;
}
#static .brand-messege p {
	margin-bottom: 30px;
	font-size: 12px;
}
#static .brand-messege p + p {
	margin-top: -20px;
}
#static .brand-messege p + h3 {
	padding: 0;
}
