@charset "euc-jp";

/* --------------------------------------------------------- */
/* 01. 共通
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* reset */
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 {
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

/* common */
html {
	font-size: 62.5%;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #222;
}
input, select, textarea, button {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
select {
	vertical-align: middle;
	border: none;
	padding: 0.5em;
}
textarea {
	border: none;
	padding: 0.5em;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
}
input[type="text"] {
	border: none;
	padding: 0.5em;
}
input[type="checkbox"] {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
input[type="radio"] {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
em {
	font-style: normal;
}
dt, dd {
	font-weight: normal;
	line-height: 1.8;
}
ul {
	list-style: none;
}
ol {
	list-style: none;
	display: table;
}
ol li:after {
	content: "";
	display: block;
	margin-bottom: 0.5em;
}
ol li {
	display: table-row;
	counter-increment: table-ol;
}
ol li:before {
	text-align: right;
	content: counter(table-ol) ".";
	display: table-cell;
	padding-right: 0.5em;
}
table {
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
th {
	font-weight: normal;
	vertical-align: middle;
}
td {
	vertical-align: middle;
	word-break: break-all;
}
hr {
	border: 0;
	height: 1px;
	margin: 30px 0;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto !important;
	-ms-interpolation-mode: bicubic;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #222;
}
a:hover, a:active {
	text-decoration: underline;
	color: #999;
}

/* レイアウト */
#contentsBox {
	padding-bottom: 60px;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}

/* 見出し */
#contentsBox h2 {
	font-family: 'Noto Sans Japanese';
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
}



/* ヘッダー
------------------------------------------------------------ */
#headBox {
	background: url(https://img21.shop-pro.jp/PA01351/282/etc/bac_head.png) no-repeat center -53px;
	position: relative;
	padding-top: 200px;
}
#headBox h1 {
	background: url(https://img21.shop-pro.jp/PA01351/282/etc/img_logo.png) no-repeat 0 center;
	width: 87px;
	height: 130px;
	margin: auto;
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
}
#headBox h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#account {
	position: absolute;
	width: 100%;
	top: 0;
}
#account ul {
	font-size: 11px;
	line-height: 40px;
	text-align: right;
	padding: 0 1em;
}
#account li {
	display: inline-block;
	padding: 0 1em;
}



/* メニュー
------------------------------------------------------------ */
#menu {
	font-family: 'Noto Sans Japanese';
	font-size: 16px;
	font-weight: 500;
	background-color: #FFF;
	width: 100%;
}
#menu .inner {
	position: relative;
}
#menu ul {
	text-align: center;
}
#menu li {
	display: inline-block;
	margin: 0 2em;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0.3em 0;
}
#menu li.active a {
	border-bottom: solid 1px #FFD24D;
}

/* 固定 */
#menu.fixed {
	position: fixed;
	top: 0;
	z-index: 5000;
}

/* 展開メニュー */
#menu li.open p {
	padding: 1em 2em 2em 2em;
	margin: auto -2em;
}
#menu li.open p.active {
	background-color: #333;
}
#menu li.open p.active a {
	color: #FFF;
}
#menu li .sub {
	background-color: #333;
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { /* Chrome and Opera */
	#menu li .sub {
		margin-top: 0px !important;
	}
}
#menu li .sub ul {
	padding: 2% 0 1% 2%;
}
#menu li .sub li {
	line-height: 1.2;
	text-align: left;
	background-color: #FFF;
	display: table;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 32%;
	height: 100px;
	padding: 10px 10px 10px 100px;
	margin: 0 1% 1% 0;
	position: relative;
	cursor: pointer;
}
#menu li .sub li img {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 15px;
	left: 15px;
}
#menu li .sub li:hover img {
	opacity: 0.6;
}
#menu li .sub li a {
	vertical-align: middle;
	border-bottom: none;
	display: table-cell;
	padding: 0;
}
#menu li .sub li a span {
	font-size: 10px;
	font-weight: 400;
	display: block;
	padding-top: 0.5em;
}

/* カート */
#menu .cartBtn {
	position: relative;
	padding-left: 40px;
}
#menu .cartBtn:before {
	background-color: #222;
	content: "";
	-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
	width: 1px;
	height: 45px;
	position: absolute;
	top: -3px;
	left: 0;
}
#menu .cartBtn a {
	background: url(https://img21.shop-pro.jp/PA01351/282/etc/ico_cart.png) no-repeat 0 center;
	padding-left: 30px;
}
#menu .cartBtn span {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFD24D;
	border-radius: 50px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 0.7em;
}



/* フッター
------------------------------------------------------------ */
#footBox a {
	color: #FFF;
	display: block;
}
#footBox .facebookBtn,
#footBox .topBtn {
	font-family: 'Noto Sans Japanese';
	font-size: 10px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.2em;
	text-align: center;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0;
}
#footBox .facebookBtn:hover,
#footBox .topBtn:hover {
	opacity: 0.8;
}
#footBox .facebookBtn a,
#footBox .topBtn a {
	text-decoration: none;
}
#footBox .facebookBtn {
	background-color: #3A5795;
	right: 50px;
}
#footBox .topBtn {
	background-color: #333;
	right: 0;
}
#footBox .copyright {
	text-align: right;
	padding-right: 110px;
}
#footBox .copyright small {
	font-size: 11px;
	line-height: 50px;
	display: block;
}

/* サイトマップ */
#sitemap {
	color: #FFF;
	background-color: #333;
}
#sitemap .inner {
	background: url(https://img21.shop-pro.jp/PA01351/282/etc/img_logo-white.png) no-repeat 0 50px; 
	position: relative;
	width: 700px;
	min-height: 130px;
	padding: 50px 0 50px 300px;
}
#sitemap dl {
	float: left;
	width: 200px;
	padding: 0 0 0 30px;
}
#sitemap dt {
	font-family: 'Noto Sans Japanese';
	font-size: 13px;
	font-weight: 500;
	padding-bottom: 0.5em;
}
#sitemap dd {
	font-size: 10px;
	padding: 0.2em 0;
}
#sitemap dd a:hover {
	opacity: 0.5;
}
#sitemap dd span {
	display: none;
}



/* パンくず
------------------------------------------------------------ */
#crumb {
	font-size: 10px;
	line-height: 40px;
	color: #999;
	background-color: #333;
	margin-top: 80px;
	margin-bottom: 70px;
	position: relative;
}
#crumb li {
	display: inline;
}
#crumb li a {
	color: #FFF;
}
#crumb li a:after {
	color: #999;
	display: inline-block;
	content: ">";
	padding: 0 0.5em 0 1em;
}
#crumb li span {
	display: none;
}

/* 装飾 */
#crumb:before,
#crumb:after {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	top: -80px;
}
#crumb:before {
	background: url(https://img21.shop-pro.jp/PA01351/282/etc/bac_dot.png) repeat 0 0;
}
#crumb:after {
	background: url(https://img21.shop-pro.jp/PA01351/282/etc/bac_crumb.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}



/* --------------------------------------------------------- */
/* 共通部品
------------------------------------------------------------ */

/* 見出し */
h2.title {
	font-size: 30px;
	line-height: 1.4;
	padding-left: 85px;
	margin-bottom: 40px;
	position: relative;
}
h2.title span {
	font-size: 12px;
	font-weight: 200;
	display: block;
	padding-top: 0.5em;
}
h2.title em {
	font-size: 10px;
	line-height: 80px;
	text-align: center;
	background-color: #FFD24D;
	border-radius: 100px;
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -7px;
	left: -15px;
}

/* 一覧 */
.listBox li {
	float: left;
	width: 260px;
	margin: 0 110px 80px 0;
}
.listBox li:nth-child(3n) {
	margin-right: 0;
}
.listBox li:hover {
	opacity: 0.6;
	cursor: pointer;
}
.listBox li .img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.listBox li .img img {
	max-width: 100%;
	max-height: 100%;
}
.listBox li .name {
	font-family: 'Noto Sans Japanese';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 1.5em;
}
.listBox li .name span {
	font-size: 10px;
	font-weight: 400;
	display: block;
	padding-top: 0.5em;
}
.listBox li .txt {
	font-size: 11px;
	height: 3.5em;
	margin-top: 2em;
	overflow: hidden;
}
.listBox li .price {
	font-size: 12px;
	margin-top: 0.5em;
}
.listBox .note {
	text-align: center;
	padding-bottom: 80px;
}

/* 並び替え */
.sort {
	font-size: 13px;
	text-align: right;
	margin: 2em 0 3em 0;
}
.sort dt, .sort dd {
	display: inline-block;
	padding-bottom: 0.25em;
	margin-left: 3em;
}
.sort dd.active {
	border-bottom: solid 1px #FFD24D;
}

/* ページング */
.paging {
	line-height: 60px;
	letter-spacing: -.40em;
	text-align: center;
}
.paging li {
	letter-spacing: normal;
	display: inline-block;
	border-top: solid 1px #333;
	padding: 0 1.5em;
}
.paging li:first-child {
	padding-left: 3em;
}
.paging li:last-child {
	padding-right: 3em;
}
.paging li span {
	border-bottom: solid 1px #FFD24D;
	padding: 0 0.5em 0.5em 0.5em;
	margin: 0 -0.5em;
}

/* コメント */
.comment {
	font-family: 'Noto Sans Japanese';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	border: solid 1px #333;
	clear: both;
	padding: 1.2em;
	margin-bottom: 60px;
	position: relative;
}
.comment:before,
.comment:after {
	border-style: solid;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
}
.comment:before {
	border-color: #FFF transparent transparent transparent;
	border-width: 17px 17px 0 17px;
	margin-left: -17px;
	bottom: -17px;
	z-index: 0;
}
.comment:after {
	border-color: #333 transparent transparent transparent;
	border-width: 18px 18px 0 18px;
	margin-left: -18px;
	bottom: -18px;
	z-index: -1;
}
.comment span {
	display: none;
}



/* --------------------------------------------------------- */
/* ご利用ガイド
------------------------------------------------------------ */

.guideBox {
	font-size: 13px;
	line-height: 26px;
}
.guideBox .inner {
	text-align: center;
	width: 600px;
}
.guideBox h2 {
	letter-spacing: 0.15em;
	position: relative;
	margin: 2.5em 0;
}
.guideBox h2:first-child {
	margin-top: 0;
}
.guideBox h2:before,
.guideBox h2:after {
	background-color: #CCC;
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.guideBox h2:before {
	left: 0;
}
.guideBox h2:after {
	right: 0;
}
.guideBox h3 {
	font-size: 14px;
	font-weight: normal;
	border: solid 1px #333;
	padding: 0.4em;
	margin-bottom: 2.5em;
}
.guideBox p {
	padding-bottom: 4em;
}
.guideBox dl {
	text-align: left;
	padding-bottom: 4em;
}
.guideBox dt {
	line-height: 2;
	float: left;
	clear: both;
	padding: 1em 0;
}
.guideBox dd {
	line-height: 2;
	padding: 1em 0 1em 15em;
}
.guideBox ol {
	text-align: left;
	padding-bottom: 4em;
}
.guideBox ol li span {
	display: block;
	padding-bottom: 1em;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

.hidden { display: none; }
.clear  { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cAlg { text-align: center; }
.rAlg { text-align: right; }
.lAlg { text-align: left; }
.rFlt { float: right; }
.lFlt { float: left; }

.price      { color: #FF5C26; }
.price span { color: #CCC; }

/* テキスト隠し */
#headBox h1 {
	text-indent: 120%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

/* テキスト超過 */
.listBox li .name,
.listBox li .price {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* clearfix */
.inner:after,
#menu ul:after,
.listBox ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* hover animation */
a:hover, a:active,
#menu li,
#menu li p,
#menu li .sub li img,
#footBox .facebookBtn,
#footBox .topBtn,
.listBox li {
	-webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
}
