@charset "UTF-8";
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

strong, em {
	font-weight: normal;
	font-style: normal;
}

img {
	width: 100%;
	vertical-align: top;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* basic */
body {
	font: 16px/2 "A1明朝", "A1 Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;
	color: #000;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #000;
	outline: none;
}

a:hover {
	opacity: 0.6;
}

.indent, .indentList li, .listSq li {
	text-indent: -1.05em;
	margin-left: 1.05em;
}

.indent {
	display: inline-block;
}

.listSq > li {
	margin-bottom: 12px;
}

.listSq > li:before {
	content: "■";
}

.mt25 {
	margin-top: 25px;
}

/* rayout */
#header {
	background-color: #eaeaea;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: center 37.33333%;
	background-size: auto;
}

#header > div {
	position: relative;
	width: 960px;
	height: 0;
	margin: 0 auto;
	padding-bottom: 750px;
}

#header > div p, #header > div h1 {
	position: absolute;
}

#header > div #header_hobo {
	top: 4%;
	left: 16.14583%;
	width: 27.08333%;
}

#header > div #header_label {
	top: 41.33333%;
	left: 18.125%;
	width: 15.10417%;
}

#header > div h1 {
	bottom: 14.4%;
	left: 24.375%;
	width: 58.02083%;
}

#header > div #header_yokoku {
	bottom: 8.26667%;
	left: 30.625%;
	width: 40.625%;
}

#header.onsale {
	background-position: center 40%;
}

#header.onsale > div #header_label {
	top: 44%;
}

#header.onsale > div h1 {
	bottom: 10.66667%;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #000;
}

.content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.backtop {
	width: 207px;
	margin: 130px auto 110px auto;
}

.backindex {
	width: 148px;
	margin: 130px auto 110px auto;
}

#footer {
	background-color: #000;
	color: #fff;
}

#footer > div {
	width: 960px;
	margin: 0 auto;
	padding: 34px 8.3% 85px 8.3%;
}

#footer > div:after {
	content: "";
	display: table;
	clear: both;
}

#footer > div > ul {
	float: left;
}

#footer > div > ul > li {
	display: inline-block;
	width: 65px;
	vertical-align: bottom;
}

#footer > div > ul > li + li {
	margin-left: 15px;
}

#footer > div .photo {
	float: right;
	font-size: 10px;
	font-style: italic;
}

#footer > div .copy {
	clear: both;
	padding-top: 30px;
}

#footer > div .copy > img {
	width: 238px;
}

/* home */
/*.homelead{
	@include clrfx;
	width: 960px;
	margin: 95px auto 0 auto;
	padding: 0 20px 0 120px;
	> p:first-child{
		float: left;
		+ p{
			float: right;
		}
	}
}*/
.homelead {
	width: 100%;
	max-width: 420px;
	margin: 95px auto 0 auto;
}

.soldout {
	color: #A62210;
	padding-bottom: 70px;
	border-bottom: 1px dotted #A62210;
}

.soldout > p {
	font-size: 14px;
}

.soldout > p > img {
	display: block;
	width: 326px;
	margin-bottom: 45px;
}

#profile {
	width: 100%;
	max-width: 470px;
	margin: 36px auto 90px auto;
}

#profile > dt {
	width: 243px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#profile > dd {
	display: none;
}

#profile .close {
	margin-top: 40px;
	text-align: center;
}

#topicLink {
	margin: 70px auto 90px auto;
	font-size: 0;
	letter-spacing: 0;
}

#topicLink > li {
	display: inline-block;
	width: 32%;
}

#topicLink > li + li {
	margin-left: 2%;
}

.slide {
	box-sizing: content-box;
	position: relative;
	width: 100%;
	max-width: 960px;
	height: 600px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
}

.slide .slides {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	letter-spacing: 0;
}

.slide .slides > li {
	display: inline-block;
}

.slide .ctrl > li {
	position: absolute;
	width: 8.33333%;
	height: 80px;
	top: 50%;
	margin-top: -55px;
}

.slide .ctrl > li > a {
	display: block;
	padding: 20px 0;
}

.slide .ctrl > li > a > img {
	width: 40px;
}

.slide .ctrl .prev {
	left: 1.5625%;
	text-align: left;
}

.slide .ctrl .next {
	right: 1.5625%;
	text-align: right;
}

.slide .indicator {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
	line-height: 0;
}

.slide .indicator > li {
	display: inline-block;
	width: 30px;
	height: 40px;
	padding: 15px 10px;
	cursor: pointer;
	opacity: 0.4;
}

.slide .indicator > li > span {
	display: block;
	width: 10px;
	height: 10px;
	border: 3px solid #000;
	border-radius: 5px;
}

.slide .indicator > li.active {
	opacity: 1;
}

.product {
	width: 800px;
	margin: 50px auto 0 auto;
}

.product:after {
	content: "";
	display: table;
	clear: both;
}

.product .info {
	float: left;
	width: 526px;
}

.product .info h2 {
	max-width: 380px;
	margin-bottom: 40px;
}

.product .cartWrap {
	float: right;
	width: 274px;
	text-align: center;
}

.product .cartWrap .detail {
	margin-bottom: 68px;
}

.product .cartWrap .detail .img {
	margin: 0 auto;
}

.product .cartWrap .detail p {
	margin: 12px 0;
	line-height: 1.4;
}

.product .cartWrap .detail p span {
	font-size: 12px;
}

.product .cartWrap .detail .cart {
	position: relative;
}

.product .cartWrap .detail .cart > a {
	display: inline-block;
	width: 174px;
}

.product .cartWrap .detail .cart > span {
	position: absolute;
	top: 0;
	right: 0;
	color: #CE171B;
	line-height: 28px;
	font-family: "中ゴシックBBB", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.spec {
	width: 960px;
	margin: 65px auto 0 auto;
	padding-left: 5.20833%;
	border-top: 1px dotted #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	color: #333;
}

.spec:after {
	content: "";
	display: table;
	clear: both;
}

.spec > dl {
	float: left;
	margin-left: 2.60417%;
	padding-top: 25px;
}

.spec > dl:first-child {
	width: 284px;
	margin-left: 0;
}

.spec > dl > dt {
	font-weight: bold;
}

#porch .cartWrap .img {
	width: 267px;
}

#tote {
	margin-top: 180px;
}

#tote .cartWrap .img {
	width: 198px;
}

.lead {
	width: 478px;
	margin: 72px auto;
}

.lead h2 {
	margin-bottom: 48px;
	padding-bottom: 38px;
	background: url(../images/topictitle_bg.gif) repeat-x left bottom;
	background-size: auto 20px;
}

/* topic2 */
#topic2 {
	width: 960px;
	margin: 0 auto;
}

#topic2 > p {
	margin-left: 10px;
}

#topic2 > ul {
	margin-top: 40px;
	font-size: 0;
	letter-spacing: 0;
}

#topic2 > ul > li {
	position: relative;
	display: inline-block;
	width: 240px;
	margin-bottom: 40px;
	padding: 12px 6px;
	border-top: 1px solid #000;
	vertical-align: top;
	font-size: 12px;
}

#topic2 > ul > li .no {
	position: absolute;
	top: -29px;
	left: 50%;
	margin-left: -29px;
	z-index: 10;
	background: url(../images/topic2/no_bg.png) no-repeat;
	background-size: 58px 58px;
}

#topic2 > ul > li .no > img {
	width: 58px;
}

#topic2 > ul > li > a {
	display: block;
	padding: 36px 12px 12px 12px;
	border-radius: 6px;
	background: url(../images/topic2/img_bg.gif) repeat;
	background-size: 17px auto;
	line-height: 1.46;
	text-decoration: none;
	font-family: "中ゴシックBBB", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#topic2 > ul > li > a > p {
	min-height: 4.2em;
	margin-top: 12px;
}

#topic2 > ul > li > a:after {
	content: '+';
	display: block;
	position: absolute;
	top: 54px;
	left: 24px;
	width: 20px;
	height: 20px;
	background: url(../images/plus_w.png) no-repeat;
	background-size: 20px;
	text-indent: -9999px;
}

/* topic3 */
#topic3 {
	width: 810px;
	margin: 0 auto;
}

#topic3 > p {
	margin-left: 10px;
}

#topic3 > ul {
	margin-top: 40px;
	font-size: 0;
	letter-spacing: 0;
}

#topic3 > ul > li {
	position: relative;
	display: inline-block;
	width: 240px;
	margin: 0 15px 30px 15px;
	padding: 16px 16px 50px 16px;
	vertical-align: top;
	background-color: #f3f3f3;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
	font-size: 12px;
}

#topic3 > ul > li > a {
	display: block;
}

#topic3 > ul > li > a:after {
	content: '+';
	display: block;
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	background: url(../images/plus_b.png) no-repeat;
	background-size: 20px;
	text-indent: -9999px;
}

#topic3 > ul .rotateL {
	transform: rotate(1.5deg);
}

#topic3 > ul .rotateR {
	transform: rotate(-1.5deg);
}

/* responsive */
@media (max-width: 960px) {
	#header {
		background-image: url(../images/header_sp.jpg);
		background-size: contain;
	}
	#header > div {
		width: 100%;
		padding-bottom: 78.125%;
	}
	.content {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
	#footer > div {
		width: 100%;
	}
	.homelead {
		width: 478px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.homelead > p {
		float: none !important;
	}
	.soldout {
		padding-bottom: 70px;
	}
	#profile {
		width: 478px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.slide {
		width: 100%;
	}
	.product .info {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.product .cartWrap {
		float: none;
		margin-top: 70px;
		margin-left: auto;
		margin-right: auto;
	}
	.spec {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
	#topic2 {
		width: 720px;
	}
}

@media (max-width: 600px) {
	.content {
		padding-left: 4%;
		padding-right: 4%;
	}
	.adj {
		display: none;
	}
	#footer > div > ul {
		clear: both;
		float: none;
		padding-top: 30px;
		text-align: center;
	}
	#footer > div > ul > li {
		width: 50px;
	}
	#footer > div .copy {
		text-align: center;
	}
	.homelead {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
	#profile {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
	#topicLink > li {
		display: block;
		width: 256px;
		margin: 16px auto !important;
	}
	.product .info {
		width: 100%;
	}
	.lead {
		width: 100%;
	}
	#topic3 {
		width: 270px;
	}
}

/* topic */
@media (max-width: 810px) {
	#topic3 {
		width: 540px;
	}
}

@media (max-width: 720px) {
	#topic2 {
		width: 480px;
	}
}

@media (max-width: 570px) {
	#topic3 {
		width: 100%;
	}
	#topic3 > ul {
		width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 480px) {
	#topic2 {
		width: 100%;
	}
	#topic2 > ul > li {
		width: 50%;
	}
	.soldout > p > img {
		width: 100%;
	}
}
