@charset "euc-jp";



/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}


/*-------------------------------------------
共通
-------------------------------------------*/

body {
  background-color: #fff0e0;
  color: #212121;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #522E12;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.2rem;
  margin: 0;
}

h2 {
  padding: 0 20px;
  margin: 20px 0 0.5rem;
  font-size: 142.85714%;
  font-weight: normal;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
  padding: 0 20px;
}

h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

img,
input[type="image"] {
  max-width: 100%;
  height: auto;
}

ul {
	padding:0;
	margin:0;
	list-style: none;
}

a:hover img,
input[type="image"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.wrap img {
  vertical-align: bottom;
}

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

.cf:after {
  clear: both;
}

/*
 * layout
 */
#outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#wrapper.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.section {
  
}

.section-inner {
  padding: 0 20px 20px;
}

/* ヘッダー */
.shopname {
  padding: 0;
	margin-top:-10px;
}

.shopname-header {
  margin: 0;
	height:40px;
	padding-top:12px;
	padding-left:20px;
  background: #9E8776;
}
.shopname-header * {
  color:#fff;
  font-size: 70%;
}
.shopname-logo {
	text-align: center;
}
.shopname-logo img {
	display: block;
	margin:0 auto;
}
.shopname-logo > a img {
	margin-top:-60px;
}
@media all and (max-width: 640px) {
	.shopname-logo > a img {
		margin-top:-11%;
	}
}

.shopname-bg {
	background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/header_bg.jpg);
	background: #764c24;
	padding-top: 86px;
	height: 0;
}
@media all and (max-width: 640px) {
	.shopname-bg {
		padding-top: 13%;
	}
}
.shopname-bg img {
	display: block;
	margin:0 auto;
}
.shopname-text {
  text-align: center;
  margin: 0;
  font-size: 70%;
  color:#40220f;
	margin:8px;
}
.shopname-text + img {
	margin-bottom: 10px;
}

/* ツールバー */
.toolbar {
  background: #555;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}

.toolbar-inner {
  margin: 0;
  padding: 0;
}

.toolbar-item {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
  border-right: solid 1px #333;
  border-left: solid 1px #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar-item a {
  font-size: 114.28571%;
  display: block;
  padding: 18px 0 19px;
  color: #fff;
  line-height: 1.3;
}
.toolbar-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.toolbar-item a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

#header--sticky {
  background: #555;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
#header--sticky .toolbar-item {
  list-style: none;
}
#header--sticky .toolbar-item .icon {
  margin: 0;
}
#header--sticky .toolbar--menu {
  float: left;
  width: 18%;
}
#header--sticky .toolbar--cart {
  float: right;
  width: 18%;
}

.toolbar--totop {
  width: 64%;
  border: none;
}
.toolbar--totop a {
  font-size: 100%;
  width: 100%;
  padding: 22px 0 20px;
  line-height: 1;
}
.toolbar--totop a .icon--up_w {
  width: 16px;
}

/* フッター */
.footer-nav {
  padding: 0;
  margin: 0;
}

.footer-nav-item {
  border-bottom: solid 1px #fff0e0;
  list-style: none;
}
.footer-nav-item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #fff;
	background: #745E50;
}
.footer-nav-item a span {
  display: table-cell;
  vertical-align: middle;
}

.footer-nav-item-text {
  width: 80%;
  height: auto;
}

.footer-nav-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.footer-nav-item-icon .icon {
  width: 16px;
}

.section--address {
  background: #000;
  text-align: center;
}
.section--address .section-inner {
  padding: 0 20px 30px;
}
.section--address * {
	color:#fff;
}

.switch {
  margin: 0 0 10px;
}

.section--sns {
  padding: 20px 0 0;
  text-align: center;
}

.sns-link {
  text-align: center;
  margin: 0 3px 0;
  padding: 10px 11px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.sns-link .icon {
  width: 20px;
}

.sns-link--twitter {
  background: #00acee;
}

.sns-link--facebook {
  background: #3b579d;
}

.sns-link--instagram {
  background: #393939;
}

.sns-link--google {
  background: #d95333;
}

.sns-link--pinterest {
  background: #c9232d;
}

.copyright {
  margin: 0 0 20px;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 195px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
#drawer {
  position: fixed;
  top: 0;
  left: -280px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 280px;
  height: 100%;
  color: #fff;
  background: #555;
  -webkit-overflow-scrolling: touch;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#drawer.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.drawer-item {
  border-bottom: 1px solid #333;
}

.drawer-item-name {
  font-size: 114.28571%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-item-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-item-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-item-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-item-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion {
  border-bottom: 1px solid #333;
}
.drawer-accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-accordion-name {
  font-size: 114.28571%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion-item {
  border-bottom: 1px solid #111;
  background: #222;
}
.drawer-accordion-item:last-child {
  border: none;
}
.drawer-accordion-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.drawer-accordion-item a img {
  vertical-align: middle;
}
.drawer-accordion-item .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-item-text {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-item-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer--search {
  border-bottom: 2px solid #333;
  padding: 20px;
}

/*
 * product
 */
.regular {
  text-decoration: line-through;
  color: #aaa;
}

.price {
  font-size: 142.85714%;
  font-weight: bold;
}

.rate {
  color: #f44336;
}

.breadcrumblist {
  padding: 0 20px;
	margin-bottom: 20px;
}

.taglist {
  padding: 20px 0 0;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist a {
  margin: 0 6px 8px 0;
}

.productform-inner {
  margin: 0 0 15px;
}


.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 30%;
  padding: 10px 10px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}
.social {
  width: 110px;
  float: left;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box .box-inner {
  display: block;
  padding: 10px 10px 6px;
}
.box .box-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.box .box-title {
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price--soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box-caption {
  font-size: 85.71429%;
  line-height: 1rem;
}

.box--half {
  width: 33.3%;
	height:auto !important;
}

.box--half .box-caption {
	display: none;
}

.box--half .box-price,
.box--half .box-title {
	font-size:85%;
	text-align: center;
}

.clear {
	clear:both;
}
.box--full {
  float: none;
  width: 100%;
	height:auto !important;
}
.holizon .box .box-inner {
	padding:0;
}
.holizon, .boxlist {	
	max-width:640px;
	margin:0 auto;
}
.holizon .box-image {
	float:left;
	margin-right:1em;
}
.holizon li {
	float:none;
	clear:both;
	padding:15px 15px 0 !important;
}
.holizon .box-price {
	font-weight: bold;
	color:red;
}
.holizon .box-title {
	font-weight: bold;
}


.toplistwrap {
	position: relative;
	padding: 0 4em;
}
.toplistwrap img {
	margin: 0 auto 1em;
}
@media all and (max-width: 500px) {
	.toplistwrap {
		padding: 0 10%;
	}
}
.slidelist,
.toplist {
	display: table;
}
.slidelist .slide,
.toplist .slide {
	display: table-cell;
	vertical-align: top;
	width: 180px;
}
.slidelist,
.toplist {
  margin: -10px 0 10px !important;
}
.slidelist .slick-track,
.toplist .slick-track {
  padding: 10px 10px;
	background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/slide_list_bg.jpg);
}
.slidelist .slick-slide,
.toplist .slick-slide {
  padding: 0;
}
.slidelist .slide-inner,
.toplist .slide-inner {
  display: block;
  padding: 10px 10px 5px;
}
.slidelist .slide-image,
.toplist .slide-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.slidelist .slide-title,
.slidelist .slide-expl,
.toplist .slide-title,
.toplist .slide-expl {
  font-size: 85.71429%;
  margin: 0 0 5px;
  color: #000;
	max-height:4.5em;
	height:auto;
	overflow: hidden;
}
.toplist .slide-title,
.toplist .slide-expl {
	white-space: normal;
}

.slidelist .slide-price,
.toplist .slide-price,
.top-recommend .slide-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #000;
}
.slidelist .slide-price--soldout,
.toplist .slide-price--soldout,
.top-recommend .slide-price--soldout{
  font-size: 85.71429%;
  color: #f44336;
}
.slidelist .slide-category,
.toplist .slide-category {
	text-align: center;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
}
.recom-title {
  color: #000;
	font-size:95%;
}
.recom-expl {
  color: #000;
  font-size:85.71429%;	
}
.slide-price--soldout {
	
}
.result {
  margin: 10px 0;
}
.result span {
  font-size: 128.57143%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
	max-width: 640px;
	margin:0 auto;
  padding: 0 0 20px;
}
.sort {
	max-width: 640px;
	margin:0 auto;	
}
.icon-list-sort {
	display: inline-block;
	width:17%;
	margin:0 1%;
}
.icon-list-view {
	display: inline-block;
	width:11%;
	margin:0 1%;
}
.rest {
  text-align: center;
  margin: 15px 0;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager-prev {
  float: left;
  line-height: 1;
	width:16%;
}

.pager-next {
  float: right;
  line-height: 1;
	width:16%;
}
.pager-next .icon {
  width: 14px;
}

.section--list .boxlist {
  padding: 20px 10px 0;
  margin: 0 auto;
}

.section--list--sub .section-inner {
  padding: 0 20px 10px;
}

.subcategorylist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subcategorylist-item {
  float: left;
  margin: 0 20px 10px 0;
}
.subcategorylist-item a {
  font-size: 85.71429%;
}

.freespace01 {
  margin: 0 0 20px;
}

.freespace02 {
  padding: 20px 0 0;
}

.freespace-item {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist-title {
  font-size: 128.57143%;
  margin: 0 0 0.5rem;
}

.deflist-body {
  margin: 0 0 20px;
}

.section--search .section-inner,
.section--free .section-inner,
.section--push .section-inner {
  padding: 20px;
}
.section--main {
  padding: 0 0 20px;
}

.section--search--detail {
  background: #212121;
}
.section--search--detail h2 {
  margin: 0 0 .5rem;
  padding: 20px 20px 0;
  color: #fff;
}
.section--search--detail .section-inner {
  padding: 0 20px 30px;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-result {
	margin-bottom: 20px;
}

/*
 * パーツ
 */

.slick-slide img {
  margin: 0 auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-open--flip {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--red {
  background: #f44336;
  color: #fff;
}

.button--blue {
  background: #2196f3;
  color: #fff;
}

.button--brown {
  background: #522E12;
  color: #fff;
}

.button--orange {
  background: #ff6f00;
  color: #fff;
}

.button--line {
  border: 1px solid #EA5514;
  color: #EA5514;
}

.button--sort {
  font-size: 100%;
  padding: 5px 0;
  width: 28%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--tag {
  font-size: 85.71429%;
  padding: 4px 4px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	background: #fff;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 114.28571%;
  padding: 11px 0 12px;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
  line-height: 1;
}
.button--medium .icon {
  width: 14px;
  margin: 0 0 0 5px;
}

.button--large {
  font-size: 128.57143%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
  margin: 0 0 10px;
}

.button--disabled {
  background: #bdbdbd;
  color: #fff;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"].keyword--small {
  width: 68%;
  margin: 0 10px 0 0;
  height: 40px;
}

input[type="text"].keyword--white {
  background: #fff;
  color: #212121;
}

input[type="text"].keyword--black {
  background: #000;
  color: #fff;
  border: none;
}

input[type="number"].productnum {
  padding: 4px 2px 4px 10px;
  width: 70px;
}

input[type="text"].productnum {
  padding: 8px 10px;
  width: 15%;
}

.pulldown {
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
#modal-content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

#modal-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-close {
  font-size: 28px;
  position: absolute;
  top: -20px;
  right: -5%;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#modal-close .icon{
  width: 20px;
  vertical-align: initial;
}

/* top */
.ttl {	
	color:#fff;
	font-weight: bold;
	padding: .2em 2em .2em;
	font-size:120%;
}
.news-ttl {
	background: #432f29;
	margin-bottom: 20px;
}
.other-ttl {	
	background: #F7A800;
	margin-bottom: 20px;
}
.ranking-ttl {	
	background: #432F29;
	margin-bottom: 20px;
}
.recom-ttl {
	background: #432F29;
	color:#fff;
	font-weight: bold;
	font-size:120%;
	padding: .2em 1em .1em;
	margin-bottom: 0;
}
.search-ttl {
	background: #FCDE9F;
	font-weight: bold;
	font-size:100%;
	padding: .2em 1em .1em;
}
.desc-ttl {
	font-weight: bold;
	color:#41220F;
	font-size:120%;
	padding: .2em 1em .1em;
	margin-top: 4em;
	display: block;
	cursor: pointer;
	background: #FCDE9F url(https://file001.shop-pro.jp/PA01012/728/sp/images/product_arrow2.png) no-repeat center right 20px;
	background-size:20px;	
}
.desc-ttl.active {
	background: #FCDE9F url(https://file001.shop-pro.jp/PA01012/728/sp/images/product_arrow1.png) no-repeat center right 20px;
	background-size:20px;	
}
.product-desc {
	line-height: 2;
	margin-bottom: 1em;
	display:none;
}
.cat-ttl {
	display: block;background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/cat_summary2.jpg) no-repeat;
	background-size:cover;
}
.cat-ttl span {
	display: block;
	color:#fff;
	font-size:90%;
	font-weight: bold;
	background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/product_arrow2.png) no-repeat center right;
	background-size:20px;
	padding: .2em 0 .1em;
	cursor: pointer;
}
.cat-ttl.active span {
	background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/product_arrow1.png) no-repeat center right;
	background-size:20px;	
}
.cat-ttl + div {
	display: none;
}

.category_menu {
	max-width:640px;
	margin:0 auto 30px;
}
.category_ttl {
	background: #FCDE9F;
	font-weight: bold;
	text-align: center;
	padding:.5em 0;	
	font-size:130%;
	margin-bottom: 1em;
}
.category_ttl_toggle {
	display: block;background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/category_bg.png) no-repeat;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.category_ttl_toggle span {
	display: block;
	font-size:110%;
	font-weight: bold;
	background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/product_arrow2.png) no-repeat center right;
	background-size:20px;
	padding: .5em 0 .5em;
	cursor: pointer;
}
.category_ttl_toggle.active span {
	background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/product_arrow1.png) no-repeat center right;
	background-size:20px;
}
.subcategory_list {
	padding:0 20px;
}
.subcategory_list li {
	background: #fff url(https://file001.shop-pro.jp/PA01012/728/sp/images/category_arrow.png) no-repeat right 10px center;
	border:solid 1px #A48B78;
	margin-bottom: 10px;
}
.subcategory_list li a {
	display: block;
	padding: 0.8em 1.8em 0.8em 0.8em;
}
.category_ttl_toggle + .subcategory_list {
	display: none;
}
@media all and (max-width: 640px) {
	.ttl {
		background-size:cover;
		padding: .2em 1em .2em;
	}
	.ranking-ttl {
		background-size:100%;		
	}
}
.product-table,
.product_form-table {
	width:100%;
	background: #fff;
	border:solid 1px #ccc;
	margin-bottom: 1.5em;
	margin-top:1em;
}
.product-table th {
	background: #eee;
	width:30%;
}
.product_form-table th {
	background: #F8CC2D;
	width:30%;
}
.product-table tr > *,
.product_form-table tr > * {
	border:solid 1px #ccc;
	padding: .4em 1em;
	text-align: left;
}
.disable_cartin {
	text-align: center;
}
.product-box {
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}
.product-link {
	text-align: center;
	display: block;
	margin:0 auto;
	max-width: 600px;
	border-radius: 5px;
	border:solid 1px #40220F;
	background: #fff;
	padding:.5em 0;
	margin-bottom: 1em;
}
.product-link * {
	background:url(https://file001.shop-pro.jp/PA01012/728/sp/images/product_arrow.png) no-repeat center right;
	border:none;
	padding:0 40px;
	font-size:90%;
}
.news-text {
	background: #fff;
	height:150px;
	padding: 5px 20px;
	overflow: auto;
	margin-bottom: 20px;
}
.news-text dt, .news-text dd {
	margin:0;
}
.news-text dl {
	padding-bottom: 1em;
	border-bottom: dashed 1px #020202;
}
.news-text a {
	color:red;
}
.top-recommend,
.holizon {
	background: #fff;
}
.top-recommend li,
.holizon li {
	padding: 20px 5% 0;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	width: 50%;
	text-align: center;
	float: left;
	height: 300px;
	overflow: auto;
}
.top-recommend li:last-child {
	display: none;
}
.top-recommend ul:before,
.top-recommend ul:after {
	content: "";
	display: table;
}
.top-recommend ul:after {
	clear: both;
}
.recom-image img {
	width: 95px;
}
.recom-ico {
	width: 100px;
	margin-bottom: .5em;
}

.category-pickup {
	text-align: center;
}
.category-text {
	margin-bottom: 5px;
}
.category-menu {
	width:100%;
	margin-bottom: 15px;
}
.category-search {
	display: block;
	width:40%;
	margin:0 auto;
	border-radius: 5px;
	background: #522E12;
	color:#fff;
	text-align: center;
	padding:.2em 0 .2em .5em;
	font-size:120%;
	font-weight: bold;
	letter-spacing: .5em;	
}
.category-menu .hasChild:before {
	content:'▼　';
	color:red;
}
#xcm_root {
	display: none;
}
.slick-dots li.slick-active button::before {
	color:#F39800 !important;
}
.slick-dots li button::before {
	color:#B5B5B6 !important;
	opacity: 1 !important;
}
/*:::::::::::::::::::::::::::
　　トップページスライドショー
:::::::::::::::::::::::::::*/
#garally, #garally_h {
	max-width:600px;
	margin:10px auto 50px;
	position: relative;
}
#garally {
	margin:10px auto 20px;
}

@media all and (max-width: 640px) {
	#garally {
		margin:5% auto 10%;
	}
}
#mainimage img, #mainimage_h img {
	width:100%;
}
#garally .thumbnail{
	opacity:0.5;
	cursor:pointer;
}
#garally .current {
	 opacity:100;
}
#garally .thumbnail + .thumbnail{
	margin-top:4px;
}
#garally .dummy {
	position:absolute;
	width:100%;
	margin:0 auto;
}
#garally .thumbnails {
	width:100%;
	clear:both;
	padding-top:2px;
}
.thumbnails .thumbnail {
	width:20%;
	padding:0 1%;
}

#toku table {
	border:solid 1px #41220F;
	border-bottom: none;
}
#toku tr > * {
	float:left;
	width:100%;
	padding:.5em;
	border-bottom:solid 1px #41220F;
	text-align: left;
}
#toku th {
	color:#41220F;
	font-weight: bold;
	background: #E3E4E4;
}
#toku td {
	background: #fff;
}
#toku li {
	background: #fff;	
	border:solid 1px #41220F;
	padding: .5em .5em .4em;
	margin-bottom: 15px;
}
#toku li.active {
	padding: .5em .5em 1.5em;
}
#toku dl {
	margin:0;
}
#toku dt {
	color:#41220F;
	padding:5px 20px 5px 5px;
	font-weight: bold;
}
#toku .active dt {
	border-bottom:solid 1px #41220F;
	margin-bottom: 15px;
}
#toku dd {
	margin:0 10px;
}
.guide .b {
	font-weight: 
}
.guide .note {
	color:#EA5514;
}
.guide .red {
	color:#C30D23;
}
.guide .blue {
	color:#1D2088;
}
#sitemap .ttl span,
#toku .ttl span,
#toku dt,
#first h4,
#first h3 {
	display: block;
	cursor: pointer;
	background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/arrow_bottom1.png) no-repeat right center;
	background-size:20px;	
}
#sitemap .ttl.active span,
#toku .ttl.active span,
#toku .active dt,
#first h4.active,
#first h3.active {
	background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/arrow_right1.png) no-repeat right center;	
	background-size:20px;	
}

#first h3 {
	padding-left:50px;
	border-bottom: solid 2px #F5B43D;
	font-weight: bold;
	color:#41220F;
}
#first h3:before {
	content: ' ';
	background: url(https://file001.shop-pro.jp/PA01012/728/sp/images/guide_ttl_bg.png) no-repeat left center;	
	background-size:45px;
	width:80px;
	height:20px;
	position: absolute;
	left:0;
}

#first h4 {
	background-position:center right 2em;
	background-color: #B2A19E;
	padding:.3em 2em .2em;
	margin-bottom: 1em;
}
#first h4.active {
	background-position:center right 2em;
	background-color: #B2A19E;
}
#first h4 + * {
	padding: 0 2em;
}

#sitemap .ttl + *,
#toku dt + *,
#toku .ttl + *,
#first h3 + *,
#first h4 + * {
	display: none;
}

.guide dd,
.guide p,
.guide li {
	line-height: 2;
	font-size:90%;	
}
.guide img {
	margin-bottom: 5px;
}







*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
