@charset "UTF-8";
/* reset */
/* 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;
}

#oshirase_column {
	display: table;
	padding-bottom: 100px;
}

#oshirase_column ul > li {
	display: table-cell;
	font-size: 14px;
	letter-spacing: 0.15em;
	color: #333;
	padding-left: 76px;
}

#oshirase_column ul > li:nth-child(2) {
	padding-left: 60px;
}

.midashi {
	margin: 40px 0 40px;
	text-align: center;
	font-size: 19px;
	letter-spacing:0.2em;
	color: #111;
}

/* basics */
.column2:after, .productMain:after, .productMain .slide .thumbs:after, .productLink:after {
	content: "";
	display: table;
	clear: both;
}

.section {
	width: 100%;
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	padding-left: 1.5%;
	padding-right: 1.5%;
}

.column2 .colL {
	float: left;
}

.column2 .colR {
	float: right;
}

body {
	font: 14px/2 "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #333;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #0082FF;
	text-decoration: none;
}

.op {
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	opacity: 1;
}

.op:hover {
	opacity: 0.6;
}

.disolve .disolveImg {
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: linear;
	transition-property: opacity;
	transition-duration: 0.6s;
	transition-timing-function: linear;
	opacity: 0;
}

.disolve:hover .disolveImg {
	opacity: 1;
}

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

/* rayout */
.wrapper {
	width: 100%;
	border-bottom: 1px solid #000;
}

.mt20 {
	margin-top: 20px;
}

#footer {
	padding-top: 26px;
	padding-bottom: 36px;
	text-align: center;
	line-height: 1;
}

#footer .share {
	max-width: 600px;
	margin: 18px auto 0 auto;
	text-align: left;
}

#footer .share > li {
	display: inline-block;
}

#footer .share > li > a {
	display: block;
	width: 67px;
}

#footer .share > li + li {
	margin-left: 13.33333%;
}

#footer .share > li:last-child {
	float: right;
}

#footer .backtop {
	width: 240px;
	margin: 0 auto;
}

#footer .copy {
	margin-top: 45px;
}

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

/* home */
.home .main {
	height: 0;
	padding-bottom: 50%;
	position: relative;
}

.home .main > img {
	display: block;
	position: absolute;
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: linear;
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function: linear;
	opacity: 1;
}

.home .main .mainDisolve {
	opacity: 0;
}

.home .main h1 {
	width: 92.5%;
	position: absolute;
	top: 2%;
	left: 3.75%;
}

.home .main > p {
	width: 51.9%;
	position: absolute;
	bottom: 3.1%;
	left: 24%;
}

.home .main > p > img {
	display: block;
	border: 1px solid #fff;
}

.home .mainSp {
	display: none;
	position: relative;
	margin-bottom: 150px;
}

.home .mainSp ul {
	height: 0;
	padding-bottom: 125%;
	background-color: #d7d4d6;
}

.home .mainSp ul > li {
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: linear;
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function: linear;
	opacity: 0;
}

.home .mainSp ul > li > img {
	display: block;
}

.home .mainSp ul > li.active {
	opacity: 1;
}

.home .mainSp .title {
	position: absolute;
	top: 10px;
	left: 0;
	text-align: center;
}

.home .mainSp .title > img {
	width: 90%;
}

.home .mainSp .copy {
	position: absolute;
	bottom: -120px;
	text-align: center;
}

.home .mainSp .copy > img {
	width: 80%;
}

.home .mainSp .label {
	width: 126px;
	position: absolute;
	bottom: 120px;
	right: 30px;
}

.home .mainSp .takahobo {
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.home .mainSp .takahobo > img {
	width: 94%;
}

.home .content {
	width: 100%;
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.home .lead {
	margin: 40px 0;
	font-size: 15px;
	line-height: 2.4;
}

.home .homeNav > p {
	margin: 30px 0;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.home .homeNav ul {
	text-align: center;
}

.home .homeNav ul li {
	display: inline-block;
	width: 30%;
	margin-bottom: 40px;
}

.home .homeNav ul li:nth-child(2), .home .homeNav ul li:nth-child(5) {
	margin-left: 4%;
	margin-right: 4%;
}

.home .homeNav ul li > a {
	display: block;
	padding-top: 55%;
	position: relative;
	color: #333;
	line-height: 1.8;
}

.home .homeNav ul li > a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.home .homeNav ul li > a p {
	text-align: left;
	padding-top: 16px;
}

.home .homeNav ul li > a p span {
	font-size: 12px;
}

.home h2 {
	margin-top: 50px;
	margin-bottom: 40px;
	padding: 24px;
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
}

.home h3 {
	margin-top: 40px;
	margin-bottom: 26px;
	font-size: 18px;
	line-height: 1;
}

.home #info {
	margin-bottom: 40px;
}

.home #notice {
	margin-bottom: 50px;
}

.home .update {
	margin: 50px 0;
	text-align: center;
	font-size: 11px;
}

.home .credit {
	text-align: right;
	font-size: 12px;
	margin-bottom: 36px;
}

.home #archives li + li {
	border-top: 1px solid #000;
}

.home #archives li a {
	display: block;
	padding: 15px 0;
	color: #333;
}

.home #archives li a p {
	line-height: 1.4;
}

.home #archives li a p span {
	display: inline-block;
	margin-right: 20px;
	padding: 4px;
	border: 1px solid #666;
}

.home #archives li a .date {
	float: right;
	padding-top: 8px;
	font-size: 12px;
}

.home #others {
	margin: 46px auto;
}

.home #others ul {
	max-width: 100%;
	letter-spacing: -0.35em;
}

.home #others ul li {
	display: inline-block;
	max-width: 400px;
	vertical-align: top;
	margin: 20px 48px;
}

.home #others ul li a {
	color: #000;
	letter-spacing: 0.1em;
	font-size: 12px;
}

.home #others ul li img {
	display: block;
	width: 240px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.home #others ul li h5 {
	font-size: 15px;
	letter-spacing: 0.2em;
	font-weight: normal;
}

/* product */
.product .productHeader {
	height: 12px;
	margin-top: 22px;
	margin-bottom: 46px;
}

.productMain .slide {
	float: left;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.productMain .slide .slideImages {
	padding-bottom: 78.57143%;
}

.productMain .slide .slideImages > li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: linear;
	transition-property: opacity;
	transition-duration: 0.6s;
	transition-timing-function: linear;
	opacity: 0;
}

.productMain .slide .slideImages > li.active {
	opacity: 1;
}

.productMain .slide .thumbs {
	margin-top: 17px;
}

.productMain .slide .thumbs > li {
	float: left;
	width: 18.57143%;
	opacity: 1;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	cursor: pointer;
}

.productMain .slide .thumbs > li:hover {
	opacity: 0.6;
}

.productMain .slide .thumbs > li + li {
	margin-left: 1.71429%;
}

.productMain .productInfo {
	float: left;
	margin-left: 30px;
}

.productMain .productInfo h2 {
	margin-bottom: 12px;
	font-size: 18px;
}

.productMain .productInfo .price {
	margin-top: 30px;
	font-size: 11px;
}

.productMain .productInfo .price em {
	font-size: 18px;
}

.productMain .productInfo .cart {
	width: 216px;
	margin-top: 20px;
}

.productMain .productInfo .cart .quantity {
	margin: 10px 0;
	text-align: center;
}

.productMain .productInfo .cart .quantity select {
	font-size: 16px;
	color: #666;
}

.productMain .productInfo .cart a {
	display: block;
	width: 216px;
	height: 25px;
}

.productMain .productInfo .cart .rest {
	text-align: center;
	color: #c00;
}

.productLink {
	margin-top: 150px;
	border-bottom: 1px solid #000;
	text-align: left;
}

.productLink > li {
	display: inline-block;
}

.productLink > li + li {
	margin-left: 8.2%;
}

.productLink > li:last-child {
	float: right;
}

.productLink > li > a {
	display: block;
	height: 40px;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 40px;
	color: #333;
}

.productLink > li:first-child > a {
	padding-left: 30px;
	background: url(../images/cart.png) no-repeat left center/25px auto;
}

.productNav ul {
	text-align: left;
	letter-spacing: -0.35em;
	margin-top: 50px;
	margin-left: -22px;
}

.productNav ul li {
	display: inline-block;
	width: 150px;
	margin: 15px 0 15px 20px;
	text-align: center;
	letter-spacing: -0.1em;
}

.productNav ul li > a {
	display: block;
	padding-top: 83.33333%;
	position: relative;
	color: #333;
	font-size: 13px;
	line-height: 1.4;
}

.productNav ul li > a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.productNav ul li > a p span {
	font-size: 12px;
}

.alphabetList p {
	margin: 40px 0 30px 0;
	text-align: center;
	font-size: 13px;
	color: #666;
}

.alphabetList ul {
	text-align: left;
	margin-left: -22px;
}

.alphabetList ul li {
	display: inline-block;
	width: 180px;
	min-height: 258px;
	margin-left: 20px;
	margin-bottom: 50px;
	vertical-align: top;
	text-align: center;
}

.alphabetList ul li a {
	display: block;
}

.alphabetList ul li .cart {
	width: 100%;
	max-width: 150px;
	height: 32px;
	margin: 5px auto;
}

.alphabetList ul li .cart.sold {
	margin-top: 36px;
}

.alphabetList ul li select {
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
	vertical-align: middle;
}

.forPc {
	display: block;
}

.forSp {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clrfx:before, .clrfx:after {
	content: " ";
	display: table;
}

.clrfx:after {
	clear: both;
}

.clrfx {
	*zoom: 1;
}

.home .update {
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #333;
}

.home .credit {
	width: 98%;
	line-height: 21px;
	color: #333;
	margin: 0 auto 36px 0;
}

.home .productHeader img {
	width: 368px;
}

.home .productHeader2 img {
	width: 398px;
}

#mokuji ul {
	width: 600px;
	margin: 0 auto;
	color: #333;
}

#mokuji li {
	display: block;
	border-top: 1px solid #000;
	padding: 8px 0 8px 0;
}

#mokuji li:first-child {
	border-top: none;
}

#mokuji li span.number {
	border: 1px solid #666666;
	padding: 4px 0px 4px 4px;
	margin-right: 20px;
	color: #666666;
}

#mokuji li .date {
	font-size: 12px;
	width: 139px;
}

#mokuji a {
	color: #000;
	display: block;
}

#mokuji a:link {
	color: #000;
}

#mokuji a:visited {
	color: #000;
}

#mokuji a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#mokuji .off {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.kaigyoSp {
	display: none;
}

#oshirase_column br.br_sp {
	display: none;
}

/* responsive */
@media (max-width: 1030px) {
	.forPc, .adj {
		display: none;
	}
	.forSp {
		display: block;
	}
	.section {
		overflow-x: hidden;
	}
	.productMain .slide {
		float: none;
	}
	.productMain .slide .thumbs {
		margin-top: 10px;
	}
	.productMain .productInfo {
		float: none;
	}
	.productLink > li {
		display: block;
	}
	.productLink > li + li {
		margin-left: 0;
	}
	.productLink > li > a {
		display: inline-block;
		height: 50px;
		line-height: 50px;
	}
	.product .productHeader {
		height: 80px;
		margin: 0;
	}
	.product .productHeader > img {
		max-width: 260px;
		margin: 0 auto;
		padding: 20px 10px 0 10px;
	}
	/* .home  */
	.home #others ul {
		text-align: center;
	}
	.home #others p {
		text-align: left;
	}
	.home #others ul li img {
		margin: 0 auto;
	}
	.home .lead {
		width: 90%;
		margin: 40px auto;
	}
	.home .homeNav > p {
		margin: 30px auto;
		width: 60%;
	}
	.home .homeNav ul li:nth-child(2), .home .homeNav ul li:nth-child(5) {
		margin: 0 10px;
	}
	.home .homeNav ul li {
		vertical-align: top;
		margin: 0 10px 30px 10px;
	}
	.home .homeNav ul li > a p span {
		font-size: 80%;
		display: block;
	}
	.home #footer {
		padding-top: 26px;
		padding-bottom: 36px;
		text-align: center;
		line-height: 1;
	}
	.home #info, .home #notice, .home #mokuji, #mokuji ul {
		width: 90%;
	}
	.home #footer .share {
		max-width: 600px;
		margin: 18px auto 0 auto;
		text-align: center;
	}
	.home #footer .share > li {
		display: inline-block;
		margin: 2%;
	}
	.home #footer .share > li + li {
		margin: 2%;
	}
	.home #footer .share > li:last-child {
		float: none;
	}
	/* .product  */
	.product .home .productHeader {
		height: auto;
		width: 60%;
		margin: 16px auto 10px auto;
	}
	.productInfo,
	.productLink {
		width: 90%;
		margin: 0 auto;
	}
	.productMain .slide {
		float: none;
		max-width: 100%;
	}
	.productMain .slide .thumbs {
		margin-top: 10px;
	}
	.productMain .productInfo {
		float: none;
		width: 90%;
		margin: 20px auto 0 auto;
	}
	.productMain .productInfo h2 {
		margin: 22px 0 18px 0;
	}
	.productMain .productInfo .price {
		margin-top: 0;
	}
	.productLink {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.productLink > li {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.productLink > li + li {
		margin: 0 auto;
	}
	.productLink > li:last-child {
		float: none;
	}
	.productLink > li > a {
		display: inline-block;
		height: 40px;
		line-height: 40px;
	}
	.productNav ul {
		width: 90%;
		text-align: center;
		display: table;
		margin: 30px auto;
		padding-top: 10px;
	}
	.productNav ul li {
		display: inline-block;
		width: 150px;
		margin: 5px 10px 15px 10px;
	}
}

@media (max-width: 530px) {
	/* home */
	.fl, .fr {
		float: none;
	}
	.home .main {
		display: none;
	}
	.home .mainSp {
		display: block;
	}
	.home .homeNav ul li {
		width: 80%;
		margin-bottom: 40px !important;
	}
	#mokuji ul {
		width: 92%;
	}
	.home #mokuji li {
		letter-spacing: 0.1em;
	}
	.home #others ul li {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.home #others ul li img {
		width: 100%;
		margin: 0 auto;
	}
	.home #others ul li h5 {
		text-align: center;
		padding: 5px 0;
	}
	.home h2 {
		margin-bottom: 30px;
	}
	.home .productHeader img,
	.home .productHeader2 img {
		width: 100%;
	}
	/* detail */
	.productNav ul {
		margin: 20px auto;
	}
	.alphabetList ul {
		margin-left: 0;
	}
	.alphabetList ul li {
		width: 48.6%;
		margin-left: 0;
	}
	.alphabetList ul li:nth-child(even) {
		margin-left: 1%;
	}

	#oshirase_column {
		display: block;
		padding-bottom: 100px;
	}

	#oshirase_column br {
		display: none;
	}

	#oshirase_column br.br {
		display: block;
	}

	#oshirase_column br.br_sp {
		display: block;
	}

	#oshirase_column ul > li {
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto 20px;
		padding-left: 0;
	}

	#oshirase_column ul > li img {
		margin-top: 10px;
	}

	#oshirase_column ul > li p.aright {
		text-align: right;
	}

	#oshirase_column ul > li:nth-child(2) {
		padding-left: 0;
	}

	.midashi {
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto 20px;
		text-align: center;
		font-size: 19px;
		letter-spacing:0;
		color: #111;
	}
}

@media (max-width: 413px) {
	.productNav ul li {
		width: 42%;
		vertical-align: top;
	}
	.productNav ul li .kaigyoSp {
		display: block;
	}
}
