@charset "utf-8";

/* ================ Style ================= */

#kv {
	background: url(../img/img_kv_pc.jpg) top center no-repeat;
}

#wrapper.page #products_index {
	width: 960px;
	margin: 0 auto 60px;
	padding-top: 50px;
}

#wrapper.page #products_index h1 {
	width: auto;
}

#wrapper.page h1 {
	width: 354px;
	margin: 0 auto 26px;
}

#wrapper.page h1 img {
	width: 100%;
}

#wrapper.page #products_index p.lead {
	margin-bottom: 90px;
}

#wrapper.page #products_index ul {
	margin-bottom: 36px;
}

#wrapper.page #products_index li {
	display: inline-block;
	margin-left: 2px;
	margin-bottom: 2px;
}

#wrapper.page #products_index a.img_button {
	padding: 25px 29px;
	height:560px;
}

#wrapper.page #products_index ul {
	font-size: 0;
	letter-spacing: -10em;
}

#wrapper.page #products_index ul li:first-child {
	margin-left: 0;
}

#wrapper.page #products_index ul li {
	width: 478px;


}

#wrapper.page #products_index a.img_button h3 span {
	display: block;
	width: 60%;
	margin: 0 auto 10px;
}

#wrapper.page #products_index a.img_button h3 span svg {
	width: 252px;
	height: auto;
}

#wrapper.page #products_index a.img_button h3 span svg polygon,
#wrapper.page #products_index a.img_button h3 span svg path {
	fill: #aaa16d;
}

#wrapper.page #products_index a.img_button h3 span svg polygon.st2,
#wrapper.page #products_index a.img_button h3 span svg path.st2 {
	fill: #89805b;
}

#wrapper.page #products_index a.img_button:hover h3 span svg polygon, #wrapper.page #products_index a.img_button:hover h3 span svg path {
	fill: #000;
}

#wrapper.page #products_index ul li .image {
	height: auto;
}

#wrapper.page #products_index ul li .image img {
	position: relative;
}

/* Products */

#wrapper.page section {
	width: 960px;
	/*margin: 0 auto;*/

	padding-top: 50px;
}

#wrapper.page section h1 {
	margin-bottom: 55px;
}

#wrapper.page section:first-child h2 {
	margin-bottom: 0px;
}

#wrapper.page section h2 {
	margin-bottom: 30px;
}

#wrapper.page section .txt {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2;
	color: #aaa16d;
	margin-bottom: 50px;
}

#wrapper.page section p.notice {
	font-size: 12px;
	color: #aaa16d;
	line-height: 2;
}

#wrapper.page section ul {
	font-size: 0;
	letter-spacing: -10em;
}

#wrapper.page section li {
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
	margin-bottom: 2px;
	width: 318px;
}

#wrapper.page section li:nth-child(3n+1) {
	/*margin-left: 0;*/
}

#wrapper.page section a.img_button {
	padding: 18px;
}

#wrapper.page section a.img_button .image {
	margin-bottom: 26px;
	height: 170px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

#wrapper a.img_button .image img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

#wrapper.page section a.img_button h3 span {
	font-size: 14px;
}

/* 詳細ページのスタイル */

#wrapper.page.detail {
	padding-top: 36px;
}

#wrapper.page.detail .detail-inner {
	margin-bottom: 60px;
}

#wrapper.page.detail section {
	overflow: hidden;
	padding-top: 0;
}

#wrapper.page.detail section .left {
	float: left;
	width: 480px;
	height: 480px;
}

#wrapper.page.detail section .right {
	float: right;
	width: 480px;
	height: 480px;
}

#wrapper.page.detail section.catch {
	margin-bottom: 0;
}

#wrapper.page.detail section.catch .right {
	padding: 40px;
	background-color: #181818;
	text-align: left;
}

#wrapper.page.detail section.catch .right h1 {
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 42px;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #aaa16d;
	margin-bottom: 40px;
	width: auto;

}

#wrapper.page.detail section.catch .right p {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2;
	color: #aaa16d;
}

#wrapper.page.detail section.detail .left {
	padding: 40px;
	background-color: #181818;
	text-align: left;
}

#wrapper.page.detail section.detail .left p {
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 4px;
}

#wrapper.page.detail section.detail .left h2 {
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 32px;
	letter-spacing: 3px;
	line-height: 1.2;
	color: #aaa16d;
	border-bottom: 1px solid #aaa16d;
	margin-bottom: 22px;
	padding-bottom: 22px;
}

#wrapper.page.detail section.detail .left dl {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#wrapper.page.detail section.detail .left dl dt {
	width: 120px;
	position: relative;
	top: 0;
	left: 0;
}

#wrapper.page.detail section.detail .left dl dt, #wrapper.page.detail section.detail .left dl dd {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.8;
	color: #aaa16d;
}

#wrapper.page.detail section.detail .left dl dt:after {
	display: inline-block;
	content: '：';
	position: absolute;
	top: 0;
	right: 0;
}

#wrapper.page.detail section.detail .left .notice {
	padding-top: 12px;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #aaa16d;
}

#wrapper.page.detail section.detail .left .online {
	padding-top: 24px;
}

#wrapper.page.detail .package {
	padding-top: 24px;
}

#wrapper.page.detail .package ul {
	font-size: 0;
	letter-spacing: -10em;
	text-align: left;
}

#wrapper.page.detail .package ul li {
	display: inline-block;
	width: 300px;
	margin-bottom: 55px;
	margin-left: 30px;
}

#wrapper.page.detail .package ul li:nth-child(3n+1) {
	margin-left: 0;
}

#wrapper.page.detail .package ul li dt {
	display: table;
	background-color: #181818;
	margin-bottom: 24px;
}

#wrapper.page.detail .package ul li dt p.image {
	display: table-cell;
	vertical-align: middle;
}

#wrapper.page.detail .package ul li dt h3 {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 17px;
}

#wrapper.page.detail .package ul li dt h3 span {
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #aaa16d;
}

#wrapper.page.detail .package ul li dd {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #aaa16d;
	text-align: left;
}

#wrapper.page.detail .package ul li dd h4 {
	display: none;
}

#wrapper.page.detail .package ul li dd p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #aaa16d;
	text-align: left;
	padding-top: 10px;
}

#wrapper.page.detail .accordion {
	padding-top: 0;
}

#wrapper .accordion dl dd ul li .image {
	display: block;
	vertical-align: middle;
	width: 100px;
	height: 60px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

#wrapper .accordion dl dd ul li .image img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin:  auto 0;
}
