@charset "UTF-8";
/*!
Theme Name: PROKITCHEN
Version: 1.0
*/
/*====================
 *    [Settings] (_setting.scss)
 *        - config, variables
 *    [Tools] _tools.scss
 *        - mixins
 *    [Normalize] (_normalize.css)
 *        - resets style
 *    [Base]
 *        - HTML elements
 *    [Components] (_componets.css)
 *        - UI (btn, title)
 *    [Layouts]
 *        - container, main, sub
 *    [Blocks]
 *        - Block parts
 *    [Utility] (_utility.css)
 *        - helper classes
 *====================*/
/*====================
 *    Normalize
 *====================*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: 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 {
  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;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  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;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*====================
 *    Base
 *====================*/
html {
  font-size: 1em;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #735633;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

textarea {
  resize: vertical;
}

a:link, a:visited {
  color: #18a39b;
  text-decoration: none;
}
a:hover, a:active {
  color: #0e605c;
  text-decoration: underline;
}

/*====================
 *    Components
 *====================*/
/*====================
 *    - title
 *    - lead
 *    - text
 *    - icon
 *    - label
 *    - btn
 *    - hr

 *    - wrap
 *    - section
 *    - bdbox
 *    - column
 *    - table
 *    - form
 *    - formList

 *    - itemCard
 *    - itemCard--L
 *    - itemCard--S
 *    - itemCard--thumb
 *    - itemCardList
 *    - itemCardList--thumb

 *    - commentCard
 *    - commentCardList

 *    - media
 *    - bannerList

 *    - purchase
 *====================*/
/*--------------------
 *    title
 *--------------------*/
.titleBlock {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
}
.titleBlock > .titleBlock__title {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  border-right: 2px solid #837059;
  border-left: 2px solid #837059;
}
.titleBlock > .titleBlock__title:before, .titleBlock > .titleBlock__title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #837059;
}
.titleBlock > .titleBlock__title:before {
  left: 1px;
}
.titleBlock > .titleBlock__title:after {
  right: 1px;
}
.titleBlock > .titleBlock__link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
}

.titleBlock--hasline {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
}
.titleBlock--hasline:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.9em;
  width: 100%;
  height: 1px;
  background-color: #d6d0c5;
}
.titleBlock--hasline > .titleBlock__title {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  background-color: #fff;
}

.title--default {
  margin: 0 0 1em;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #50402d;
  letter-spacing: .1em;
  -webkit-font-smoothing: subpixel-antialiased;
}

.title--small {
  margin: 0 0 1em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #50402d;
  letter-spacing: .1em;
  -webkit-font-smoothing: subpixel-antialiased;
}

/*--------------------
 *    lead
 *--------------------*/
.lead {
  margin-bottom: 1em;
  color: #333;
}

/*--------------------
 *    icon
 *--------------------*/
.icon--login:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 11px;
  height: 15px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -105px -224px;
  background-repeat: no-repeat;
  top: 2px;
  padding-right: 8px;
}

.icon--member:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 12px;
  height: 14px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -194px -190px;
  background-repeat: no-repeat;
  top: 2px;
  padding-right: 8px;
}

.icon--link:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 5px;
  height: 8px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -154px -142px;
  background-repeat: no-repeat;
  top: -1px;
  padding-right: 6px;
}

/*--------------------
 *    label
 *--------------------*/
.label {
  display: block;
  width: 90px;
  border: 1px solid #18a39b;
  border-radius: 4px;
  background-color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #18a39b;
  text-align: center;
  line-height: 24px;
  -webkit-font-smoothing: subpixel-antialiased;
}

/*--------------------
 *    btn
 *--------------------*/
.btn, .btn--default, .btn--primary, .btn--request {
  display: inline-block;
  padding: 16px 20px 15px;
  border: none;
  border-radius: 4px;
  border-right: 2px solid #959595;
  border-bottom: 2px solid #959595;
  background: #afafaf;
  background: linear-gradient(to bottom, #bbb 0%, #afafaf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb', endColorstr='#afafaf',GradientType=0 );
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: opacity .3s;
}
.btn:link, .btn--default:link, .btn--primary:link, .btn--request:link, .btn:visited, .btn--default:visited, .btn--primary:visited, .btn--request:visited {
  color: #fff;
  text-decoration: none;
}
.btn:hover, .btn--default:hover, .btn--primary:hover, .btn--request:hover, .btn:active, .btn--default:active, .btn--primary:active, .btn--request:active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  color: #fff;
  text-decoration: none;
}

.btn--primary {
  border-right: 2px solid #408785;
  border-bottom: 2px solid #408785;
  background: #56b4b0;
  background: linear-gradient(to bottom, #69c4c1 0%, #56b4b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c4c1', endColorstr='#56b4b0',GradientType=0 );
}

.btn--delete {
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 1px 1px 0 #bebebe;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.btn--delete:link, .btn--delete:visited {
  color: #9c9c9c;
  text-decoration: none;
}
.btn--delete:hover, .btn--delete:active {
  color: #767676;
  text-decoration: none;
}
.btn--delete:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -184px -142px;
  background-repeat: no-repeat;
}

.btn--small {
  display: inline-block;
  padding: 6px 10px 7px;
  border: none;
  border-right: 2px solid #7bb6b5;
  border-bottom: 2px solid #7bb6b5;
  border-radius: 4px;
  background: #a2d5d3;
  background: linear-gradient(to bottom, #a2d5d3 #89cbc9 0%, #89cbc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d5d3', endColorstr='#89cbc9',GradientType=0 );
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: opacity .3s;
}
.btn--small:hover, .btn--small:active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.btn--request {
  border-right: 2px solid #408785;
  border-bottom: 2px solid #408785;
  background: #6994c4;
  background: linear-gradient(to bottom, #6994c4 0%, #4c80b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6994c4', endColorstr='#4c80b1',GradientType=0 );
}

.btn--hasArrowNext {
  position: relative;
}
.btn--hasArrowNext:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 10px;
  height: 12px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -125px -164px;
  background-repeat: no-repeat;
}

.btn--hasArrowPrev {
  position: relative;
}
.btn--hasArrowPrev:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 15px;
  width: 10px;
  height: 12px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -145px -164px;
  background-repeat: no-repeat;
}

.btn_area {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.btn_area ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn_area li {
  display: inline;
}
.btn_area li a,
.btn_area li button {
  width: 220px;
  margin-left: 20px;
  margin-right: 20px;
  box-sizing: border-box;
}

/*--------------------
 *    link
 *--------------------*/
.link--default:link, .link--default:visited {
  color: #18a39b;
  text-decoration: underline;
}
.link--default:hover, .link--default:active {
  color: #0e605c;
  text-decoration: underline;
}

.link--primary:link, .link--primary:visited {
  color: #18a39b;
  text-decoration: underline;
}
.link--primary:hover, .link--primary:active {
  color: #0e605c;
  text-decoration: underline;
}

/*--------------------
 *    hr
 *--------------------*/
.hr {
  display: block;
  height: 0;
  margin-bottom: 20px;
  border: none;
  border-top: 1px solid #e1daca;
}

/*--------------------
 *    wrap
 *--------------------*/
.wrap {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*--------------------
 *    section
 *--------------------*/
.section {
  margin-bottom: 20px;
}

/*--------------------
 *    bdbox
 *--------------------*/
.bdBox {
  padding: 24px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
}

.bdBox--solid {
  padding: 24px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
  border-radius: 0;
}

/*--------------------
 *    centerBox
 *--------------------*/
.centerBox {
  width: 80%;
  margin: 20px auto;
}

/*--------------------
 *    column
 *--------------------*/
.row {
  box-sizing: border-box;
}
.row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.col--main {
  float: right;
  width: 786px;
  box-sizing: border-box;
}

.col--sub {
  float: left;
  width: 210px;
  box-sizing: border-box;
}

.col--1 {
  float: left;
  width: 8.333%;
  box-sizing: border-box;
}

.col--2 {
  float: left;
  width: 16.666%;
  box-sizing: border-box;
}

.col--3 {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.col--4 {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
}

.col--6 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.col--8 {
  float: left;
  width: 66.666%;
  box-sizing: border-box;
}

.col--9 {
  float: left;
  width: 75%;
  box-sizing: border-box;
}

.col--10 {
  float: left;
  width: 83.333%;
  box-sizing: border-box;
}

/*--------------------
 *    table
 *--------------------*/
.table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #dad2c1;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  border-collapse: separate;
}
.table tr th:first-child,
.table tr td:first-child {
  border-left: none;
}
.table tr:first-child th, .table tr:first-child td {
  border-top: none;
}
.table th {
  padding: 12px;
  border-top: 1px solid #ede9e4;
  border-left: 1px solid #ede9e4;
  background-color: #f7f6f6;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.table td {
  padding: 12px;
  border-top: 1px solid #ede9e4;
  border-left: 1px solid #ede9e4;
}

/*--------------------
 *    form
 *--------------------*/
.form {
  box-sizing: border-box;
  /* フォームが縦に重なり合う場合に併用する余白 */
}
.form p {
  margin-top: 0;
}
.form .attention {
  margin-bottom: 5px;
  color: #d67979;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"] {
  margin: 5px 0;
  margin-right: 12px;
  padding: 4px 6px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}
.form input[type="radio"] {
  margin: 5px 0;
  margin-right: 5px;
}
.form select {
  padding: 4px 6px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  background-color: #fff;
}
.form textarea {
  width: 100%;
  margin: 5px 0;
  padding: 1em;
  border: 1px solid #dcdcdc;
  color: #333;
}
.form textarea.kiyaku_text {
  margin: 20px 0;
  padding: 20px;
}
.form .box40 {
  width: 40px;
}
.form .box60 {
  width: 60px;
}
.form .box100 {
  width: 100px;
}
.form .box120 {
  width: 120px;
}
.form .box140 {
  width: 140px;
}
.form .box145 {
  width: 145px;
}
.form .box150 {
  width: 150px;
}
.form .box240 {
  width: 240px;
}
.form .box300 {
  width: 300px;
}
.form .box320 {
  width: 320px;
}
.form .box350 {
  width: 350px;
}
.form .box380 {
  width: 380px;
}
.form .top {
  /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
  margin-bottom: 10px;
}

.form--table {
  font-size: 13px;
  font-size: 0.8125rem;
}
.form--table th {
  position: relative;
  width: 27%;
  padding: 20px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.form--table th > .required {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 3px 5px 4px;
  border-radius: 4px;
  background-color: #d67979;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form--table td {
  padding: 20px;
  color: #333;
}
.form--table textarea {
  width: 90%;
}

/*--------------------
 *    formlist
 *--------------------*/
.formlist {
  display: inline-block;
}
.formlist dt {
  display: block;
  float: left;
  width: 130px;
  margin-top: 12px;
}
.formlist dd {
  display: block;
  margin-left: 130px;
}

/*--------------------
 *    itemCard
 *--------------------*/
.itemCard, .itemCard--L, .itemCard--S, .itemCard--thumb {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
.itemCard > a, .itemCard--L > a, .itemCard--S > a, .itemCard--thumb > a {
  overflow: hidden;
  display: block;
  border: 1px solid #dad2c1;
  border-radius: 4px;
  transition: box-shadow .2s;
}
.itemCard > a:link, .itemCard--L > a:link, .itemCard--S > a:link, .itemCard--thumb > a:link, .itemCard > a:visited, .itemCard--L > a:visited, .itemCard--S > a:visited, .itemCard--thumb > a:visited {
  text-decoration: none;
}
.itemCard > a:hover, .itemCard--L > a:hover, .itemCard--S > a:hover, .itemCard--thumb > a:hover, .itemCard > a:active, .itemCard--L > a:active, .itemCard--S > a:active, .itemCard--thumb > a:active {
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
}

.itemCard__pic img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.itemCard--L .itemCard__pic img{
   width: auto;
}

.itemCard__pic--double {
  position: relative;
  border-top: 1px solid #fff;
}
.itemCard__pic--double:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.itemCard__pic--double:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
}
.itemCard__pic--double img {
  float: left;
  width: 50%;
  height: auto;
}

.itemCard__info {
  padding: 8px;
}
.itemCard__info:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.itemCard__brand,
.itemCard__name,
.itemCard__price {
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.itemCard__name {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
}

.itemCard__brand {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #6c5942;
  line-height: 1.4;
}

.itemCard__price {
  text-align: right;
  color: #6c5942;
}

.itemCard__status {
  position: absolute;
  top: 8px;
  left: 8px;
  margin: 0;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #6f6f6f;
  color: #fff;
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.itemCard__status.smallStock {
  background-color: #fff;
  color: #f03d3d;
}
.itemCard__status > li {
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #fff;
}
.itemCard__status > li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.itemCard__comment {
  margin: 0 0 5px;
  color: #333;
}

.itemCard__recipeLabel {
  float: right;
  display: block;
  min-width: 85px;
  border: 1px solid #b3cd86;
  padding: 2px;
  border-radius: 4px;
  text-align: center;
  color: #b3cd86;
}

/*--------------------
 *    itemCard--L
 *--------------------*/
.itemCard--L .itemCard__info {
  padding: 10px;
}
.itemCard--L .itemCard__name {
  overflow: hidden;
  max-height: 38px;
  margin-bottom: 2px;
  white-space: normal;
  text-overflow: clip;
}
.productList .itemCard--L .itemCard__name {
  font-weight: bold;
}

/*--------------------
 *    itemCard--S
 *--------------------*/
.itemCard--S .itemCard__pic {
  overflow: hidden;
  margin: 10px 10px 0;
  border-radius: 5px;
}
.itemCard--S .itemCard__name {
  font-weight: normal;
}

/*--------------------
 *    itemCard--thumb
 *--------------------*/
.itemCard--thumb {
  font-size: 11px;
  font-size: 0.6875rem;
}
.itemCard--thumb > a {
  border: none;
  box-shadow: none;
}
.itemCard--thumb > a:hover, .itemCard--thumb > a:active {
  text-decoration: underline;
}
.itemCard--thumb .itemCard__pic {
  overflow: hidden;
  border-radius: 4px;
}
.itemCard--thumb .itemCard__info {
  padding: 4px 3px;
}
.itemCard--thumb .itemCard__name {
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
}

/*--------------------
 *    itemCardList
 *--------------------*/
.itemCardList, .itemCardList--thumb {
  margin: 0;
  margin-right: -18px;
  padding: 0;
  list-style: none;
}
.itemCardList:after, .itemCardList--thumb:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.itemCardList .itemCard, .itemCardList--thumb .itemCard, .itemCardList .itemCard--L, .itemCardList--thumb .itemCard--L, .itemCardList .itemCard--S, .itemCardList--thumb .itemCard--S, .itemCardList .itemCard--thumb, .itemCardList--thumb .itemCard--thumb {
  margin-bottom: 18px;
}
.itemCardList .itemCard > a, .itemCardList--thumb .itemCard > a, .itemCardList .itemCard--L > a, .itemCardList--thumb .itemCard--L > a, .itemCardList .itemCard--S > a, .itemCardList--thumb .itemCard--S > a, .itemCardList .itemCard--thumb > a, .itemCardList--thumb .itemCard--thumb > a {
  margin-right: 18px;
}

/*--------------------
 *    itemCardList--thumb
 *--------------------*/
.itemCardList--thumb {
  margin-right: -10px;
}
.itemCardList--thumb .itemCard, .itemCardList--thumb .itemCard--L, .itemCardList--thumb .itemCard--S, .itemCardList--thumb .itemCard--thumb {
  margin-bottom: 10px;
}
.itemCardList--thumb .itemCard > a, .itemCardList--thumb .itemCard--L > a, .itemCardList--thumb .itemCard--S > a, .itemCardList--thumb .itemCard--thumb > a {
  margin-right: 10px;
}

/*--------------------
 *    commentCard
 *--------------------*/
.commentCard {
  display: block;
  position: relative;
  margin-top: 30px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
  color: #735633;
  -webkit-font-smoothing: subpixel-antialiased;
  /*padding-left: 30px;*/
}
.commentCard:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.commentCard.hasItemCard--left {
  margin-left: 106px;
}
.commentCard.hasItemCard--left .itemCard--S {
  position: absolute;
  top: -20px;
  left: -106px;
  width: 130px;
}
.commentCard.hasItemCard--left .itemCard--S > a {
  background-color: #fff;
}
.commentCard.hasItemCard--right {
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 106px;
}
.commentCard.hasItemCard--right .itemCard--S {
  position: absolute;
  top: 25px;
  right: -115px;
  width: 130px;
}
.commentCard.hasItemCard--right .itemCard--S > a {
  background-color: #fff;
}
.commentCard.hasStaff:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 140px;
  width: 0;
  height: 100%;
  border-left: 1px dotted #d1c6b0;
}

.commentCard__pic {
  float: left;
  width: 245px;
  margin-right: 10px;
}
.commentCard__pic > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.commentCard__info {
  position: relative;
  float: left;
  width: 458px;
  /*
  padding-bottom: 10px;
  */
}
.hasItemCard--right .commentCard__info {
  width: 318px;
}
.hasStaff .commentCard__info {
  width: 245px;
}

.commentCard__title {
  display: inline-block;
  position: relative;
  margin: 10px 0 7px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.commentCard__title:before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #f8f3c1;
}

.commentCard__comment {
  margin: 0 0 0px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.commentCard__link {
  margin: 0;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
}

.commentCard__staff {
  float: right;
  position: relative;
  width: 128px;
  padding-left: 16px;
  padding-bottom: 10px;
  margin-right: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  box-sizing: border-box;
}
.commentCard__staff:before, .commentCard__staff:after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.commentCard__staff:before {
  left: 0;
  border-color: transparent #d1c6b0;
  border-width: 10px 0 10px 10px;
}
.commentCard__staff:after {
  left: -1px;
  border-color: transparent #fff;
  border-width: 10px 0 10px 10px;
}

.commentCard__staffPic {
  /*
  margin-top: 20px;
  margin-bottom: 10px;
  */
  text-align: center;
}

.commentCard__staffName {
  margin-bottom: 5px;
  line-height: 1.4;
}

.commentCard__staffLink {
  -webkit-font-smoothing: antialiased;
}

.commentCard__label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  background-color: #ababab;
  border-width: 0;
  color: #fff;
}

/*--------------------
 *    commentCardList
 *--------------------*/
.commentCardList {
  padding-bottom: 20px;
}

/*--------------------
 *    media
 *--------------------*/
.media {
  margin-bottom: 20px;
}
.media:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.media__pic {
  float: left;
  width: 110px;
}
.media__pic img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 1px solid #f4f1ed;
  box-sizing: border-box;
}
.brandDetail .media__pic img {
   border:none;
}

.media__text {
  margin-left: 130px;
  margin-right: 20px;
}
.media__text p {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.media__link {
  text-align: right;
}

/*--------------------
 *    bannerList
 *--------------------*/
.bannerList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bannerList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bannerList > li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.bannerList > li:nth-child(odd) {
  padding-right: 10px;
}
.bannerList > li:nth-child(even) {
  padding-left: 10px;
}
.bannerList > li.isPrimary img {
  border: 1px solid #dad2c1;
}
.bannerList > li img {
  overflow: hidden;
  border: 1px solid #dad2c1;
  border-radius: 4px;
  /*
  width: 383px;
  */
  width: 100%;
  /*
  height: auto;
  */
  vertical-align: top;
}

/*--------------------
 *    purchase
 *--------------------*/
.purchase {
  color: #50402d;
}

.purchase__quantityText {
  margin-right: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.purchase__price > .price {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
.purchase__price > .tax {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
}

.purchase__btn {
  width: 100%;
  box-sizing: border-box;
}

.purchase__freeShipping {
  margin: 0;
  color: #005e61;
  -webkit-font-smoothing: subpixel-antialiased;
}

.purchase__shoppingLink {
  margin: 5px 0 0;
  padding: 0;
}
.purchase__shoppingLink > li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.purchase__shoppingLink > li:first-child {
  margin-right: 5px;
}

/*====================
 *    Layouts
 *    - content
 *    - main
 *    - sub
 *====================*/
/*--------------------
 *    content
 *    main
 *    sub
 *--------------------*/
.content {
  margin-top: 25px;
}
.content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.content.isColumn2 .main {
  float: right;
  width: 786px;
}
.content.isColumn2 .sub {
  float: left;
  width: 210px;
  margin-top: 38px;
}

/*====================
 *    Blocks
 *    - header
 *    - footer
 *    - sub
 *    - breadcrumb
 *    - top
 *      - hero
 *      - informations
 *      - itemCategoryList

 *    - list（商品リスト）
 *      - listHeader
 *      - pager

 *    - detail（商品詳細）
 *      - howtoItem（使い方）
 *      - itemNote（注意事項）
 *      - purchaseSteps（購入までのステップ）

 *    - brand
 *    - staff
 *    - special
 *    - recipe

 *    - cart
 *    - mypage
 *====================*/
/*--------------------
 *    header
 *--------------------*/
.header {
  z-index: 9999;
  position: relative;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
}

/*--------------------
 *    header__top
 *--------------------*/
.header__top {
  position: relative;
  padding-top: 30px;
}

.header__meta {
  position: absolute;
  top: 10px;
  left: 0;
}

.header__title {
  margin: 0;
  margin-bottom: 2px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #919191;
}

.header__info {
  margin: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #005e61;
}

.header__logo {
  margin-bottom: 20px;
  text-align: center;
}

.header__account {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__account:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.header__account li {
  float: left;
  margin-left: 1.5em;
  margin-bottom: 25px;
  padding-left: 1.5em;
  padding-bottom: 2px;
  border-left: 1px solid #ab8e6b;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
.header__account li:first-child {
  border-left: none;
}
.header__account a:link, .header__account a:visited {
  color: #50402d;
  text-decoration: none;
}
.header__account a:hover, .header__account a:active {
  color: #1f1911;
  text-decoration: underline;
}

/*--------------------
 *    header__nav
 *--------------------*/
.header__nav {
  position: relative;
}
.header__nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.header__categoryNav {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__categoryNav > li {
  position: relative;
  float: left;
  width: 105px;
}
.header__categoryNav > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 22px;
  background-color: #5d4328;
  background-color: rgba(93, 67, 40, 0.2);
}
.header__categoryNav > li:first-child:before {
  display: none;
}
.header__categoryNav > li a {
  display: block;
  margin: 0 10px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  background-color: #fff;
}
.header__categoryNav > li a:link, .header__categoryNav > li a:visited {
  color: #50402d;
  text-decoration: none;
}
.header__categoryNav > li a:hover, .header__categoryNav > li a:active {
  color: #1f1911;
  text-decoration: none;
}
.header__categoryNav > li a:before {
  content: '';
  display: block;
  margin: 0 auto 5px;
}
.header__categoryNav > li a:after {
  content: '';
  display: block;
  margin: 7px auto 0;
  width: 10px;
  height: 5px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -185px -87px;
  background-repeat: no-repeat;
}
.header__categoryNav > li .hasIcon--cooking:before {
  margin-top: 3px;
  width: 32px;
  height: 20px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -78px -190px;
  background-repeat: no-repeat;
}
.header__categoryNav > li .hasIcon--tablewear:before {
  width: 32px;
  height: 23px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -213px -102px;
  background-repeat: no-repeat;
}
.header__categoryNav > li .hasIcon--goods:before {
  margin-top: 3px;
  width: 26px;
  height: 20px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -120px -190px;
  background-repeat: no-repeat;
}

.header__serch {
  position: relative;
  width: 360px;
  margin: 0 auto;
  padding: 10px 0 22px;
}
.header__serch:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.header__serchInput {
  display: block;
  float: left;
  width: 280px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #c5c5c5;
  border-top-color: #acacac;
  border-radius: 5px 0 0 5px;
  border-right: none;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.header__serchSubmit {
  display: block;
  float: left;
  width: 80px;
  height: 30px;
  border: none;
  border-right: 2px solid #3a8380;
  border-bottom: 2px solid #3a8380;
  border-radius: 0 5px 5px 0;
  background: #56b4b0 url("../img/pk_common/serch.png") center center no-repeat;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3em;
}

.header__shopping {
  position: absolute;
  top: 0;
  right: 0;
}

.header__cart {
  float: left;
  width: 100px;
}
.header__cart a {
  display: block;
  position: relative;
  padding-bottom: 8px;
  margin: 0 15px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  background-color: #fff;
  transition: opacity .3s;
}
.header__cart a:link, .header__cart a:visited {
  color: #50402d;
  text-decoration: none;
}
.header__cart a:hover, .header__cart a:active {
  color: #1f1911;
  text-decoration: none;
}
.header__cart a:hover, .header__cart a:active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.header__cart a:before {
  content: '';
  display: block;
  margin: 0 auto 8px;
  width: 28px;
  height: 24px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: 0px -190px;
  background-repeat: no-repeat;
}

.header__cartQuantity {
  overflow: hidden;
  display: block;
  position: absolute;
  top: -5px;
  right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #d60000;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

.header__support {
  position: relative;
  float: right;
  padding: 0 20px 0 30px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.header__support:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 22px;
  background-color: #5d4328;
  background-color: rgba(93, 67, 40, 0.2);
}
.header__support > p {
  margin: 0 0 4px;
}

.header__tel {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.header__tel:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 8px;
  width: 15px;
  height: 14px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -262px -192px;
  background-repeat: no-repeat;
}

.header__subNav {
  display: none;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  padding-right: 0;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.2);
}
.header__subNav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.header__subNav.active .header__subNavColumn:first-child:before, .header__subNav.active .header__subNavColumn:first-child:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid;
  border-width: 0 10px 10px 10px;
}
.header__subNav.active .header__subNavColumn:first-child:before {
  top: -11px;
  border-color: #d4d4d4 transparent;
}
.header__subNav.active .header__subNavColumn:first-child:after {
  top: -10px;
  border-color: #fff transparent;
}
.header__subNav.header__subNav01.active .header__subNavColumn:first-child:before, .header__subNav.header__subNav01.active .header__subNavColumn:first-child:after {
  left: 42px;
}
.header__subNav.header__subNav02.active .header__subNavColumn:first-child:before, .header__subNav.header__subNav02.active .header__subNavColumn:first-child:after {
  left: 147px;
}
.header__subNav.header__subNav03.active .header__subNavColumn:first-child:before, .header__subNav.header__subNav03.active .header__subNavColumn:first-child:after {
  left: 252px;
}

.header__subNavColumn {
  float: left;
  width: 127px;
  padding: 0 10px;
  border-left: 1px solid #dfd9d4;
  box-sizing: border-box;
}
.header__subNavColumn:first-child {
  padding-left: 0;
  border-left: none;
}
.header__subNavColumn ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.header__subNavColumn li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.3;
}
.header__subNavColumn li:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -12px;
  width: 5px;
  height: 7px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -165px -164px;
  background-repeat: no-repeat;
}
.header__subNavColumn li a:link, .header__subNavColumn li a:visited {
  color: #181818;
  text-decoration: none;
}
.header__subNavColumn li a:hover, .header__subNavColumn li a:active {
  color: black;
  text-decoration: underline;
}

.header__subNavTitle {
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
.header__subNavTitle a:link, .header__subNavTitle a:visited {
  color: #181818;
  text-decoration: none;
}
.header__subNavTitle a:hover, .header__subNavTitle a:active {
  color: black;
  text-decoration: underline;
}

/*--------------------
 *    footer
 *--------------------*/
.footerTop {
  margin-top: 30px;
  border-top: 2px solid #f4f4f4;
}

/*--------------------
 *    browsingHistory
 *--------------------*/
.browsingHistory {
  margin-top: 30px;
  padding-top: 16px;
  padding-bottom: 25px;
  border-top: 2px solid #f4f4f4;
}
.browsingHistory .title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #6c5942;
}

/*--------------------
 *    footer__about
 *--------------------*/
.footer__about {
  position: relative;
  margin-top: 20px;
}
.footer__about .gotoTop {
  position: absolute;
  top: -10px;
  right: 0;
}
.footer__about .gotoTop a {
  display: inline-block;
  width: 51px;
  height: 52px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -72px -102px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: opacity .3s;
}
.footer__about .gotoTop a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.footer__aboutMain > p {
  margin-right: 35px;
  line-height: 1.7;
}

.footer__staff {
  margin-top: 10px;
}
.footer__staff:before {
  content: '';
  display: block;
  width: 175px;
  height: 92px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

/*--------------------
 *    footer__nav
 *--------------------*/
.footer__nav {
  float: left;
  width: 565px;
  margin-top: 30px;
}
.footer__nav .title {
  padding-bottom: 6px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #837059;
  font-size: 13px;
  font-size: 0.8125rem;
}

.footer__navCategories {
  padding-left: 20px;
}

.footer__links h4 {
  margin: 0 0 10px;
}
.footer__links h4 a:link, .footer__links h4 a:visited {
  color: #837059;
  text-decoration: none;
}
.footer__links h4 a:hover, .footer__links h4 a:active {
  color: #55493a;
  text-decoration: underline;
}
.footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__links li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
}
.footer__links li a:link, .footer__links li a:visited {
  color: #50402d;
  text-decoration: none;
}
.footer__links li a:hover, .footer__links li a:active {
  color: #1f1911;
  text-decoration: underline;
}

/*--------------------
 *    footer__social
 *--------------------*/
.footer__social {
  float: right;
  width: 400px;
  margin-top: 30px;
}

.footer__facebook {
  padding: 6px;
  border: 1px solid #bdb2a4;
}

.footer__socialLink {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.footer__socialLink > li {
  display: inline;
}
.footer__socialLink a {
  overflow: hidden;
  display: inline-block;
  margin-left: 6px;
  text-indent: 9999px;
}
.footer__socialLink .icon--facebook {
  width: 25px;
  height: 25px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: 0px -224px;
  background-repeat: no-repeat;
}
.footer__socialLink .icon--instagram {
  width: 25px;
  height: 25px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -35px -224px;
  background-repeat: no-repeat;
}

/*--------------------
 *    footer__bottom
 *--------------------*/
.footer__bottom {
  margin-top: 60px;
  padding: 20px 0;
  background-color: #d4d1cd;
  background-color: rgba(212, 209, 205, 0.13);
}

.footer__bottomNav {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__bottomNav li {
  display: inline-block;
  padding: 2px 0 2px 10px;
  margin-left: 10px;
  border-left: 1px solid #50402d;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}
.footer__bottomNav li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.footer__bottomNav a:link, .footer__bottomNav a:visited {
  color: #50402d;
  text-decoration: none;
}
.footer__bottomNav a:hover, .footer__bottomNav a:active {
  color: #1f1911;
  text-decoration: underline;
}

.footer__copyright {
  float: right;
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
}

/*--------------------
 *    sub__block
 *--------------------*/
.sub__block {
  padding: 0 10px;
  margin-bottom: 20px;
  border: 1px solid #ebe8e5;
  border-radius: 4px;
}
.sub__block > h3,
.sub__block .title--default {
  margin: 0;
  padding: 12px 5px 10px;
  border-top: 1px solid #ebe8e5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #332719;
}
.sub__block > h3:first-child,
.sub__block .title--default:first-child {
  border-top: none;
}
.sub__block > h3 > a:link, .sub__block > h3 > a:visited,
.sub__block .title--default > a:link,
.sub__block .title--default > a:visited {
  color: #332719;
  text-decoration: none;
}
.sub__block > h3 > a:hover, .sub__block > h3 > a:active,
.sub__block .title--default > a:hover,
.sub__block .title--default > a:active {
  color: black;
  text-decoration: underline;
}
.sub__block .hasIcon--cooking:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: 6px;
  width: 28px;
  height: 18px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -156px -190px;
  background-repeat: no-repeat;
}
.sub__block .hasIcon--tablewear:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 6px;
  padding-right: 6px;
  width: 30px;
  height: 22px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -38px -190px;
  background-repeat: no-repeat;
}
.sub__block .hasIcon--goods:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: 6px;
  width: 25px;
  height: 19px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -70px -224px;
  background-repeat: no-repeat;
}
.sub__block .hasIcon--note:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  padding-right: 8px;
  width: 19px;
  height: 22px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -262px -132px;
  background-repeat: no-repeat;
}
.sub__block .hasIcon--scene:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 6px;
  padding-right: 6px;
  width: 30px;
  height: 22px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -125px -222px;
  background-repeat: no-repeat;
}
.sub__block > ul {
  margin: 0 5px 15px;
  padding: 0;
  list-style: none;
}
.sub__block > ul > li {
  position: relative;
  line-height: 2;
  padding-left: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.sub__block > ul > li > a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  width: 5px;
  height: 8px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -169px -142px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.sub__block > ul > li > a:link, .sub__block > ul > li > a:visited {
  color: #50402d;
  text-decoration: none;
}
.sub__block > ul > li > a:hover, .sub__block > ul > li > a:active {
  color: #1f1911;
  text-decoration: underline;
}
.sub__block > ul > li > ul {
  display: none;
  margin: 10px -15px 10px -20px;
  padding: 10px 30px;
  border-top: 1px solid #f3f2f0;
  border-bottom: 1px solid #f3f2f0;
  box-sizing: border-box;
  background-color: #f9f9f9;
  list-style: none;
}
.sub__block > ul > li > ul > li:first-child a {
  border-top: none;
}
.sub__block > ul > li > ul > li a {
  display: block;
  padding: 3px 0;
  margin: 0;
  border-top: 1px solid #eae9e7;
}
.sub__block > ul > li > ul > li a:link, .sub__block > ul > li > ul > li a:visited {
  color: #50402d;
  text-decoration: none;
}
.sub__block > ul > li > ul > li a:hover, .sub__block > ul > li > ul > li a:active {
  color: #1f1911;
  text-decoration: none;
}

.sub__exLink {
  padding: 15px 10px;
  border-top: 1px solid #ebe8e5;
}

/*--------------------
 *    breadcrumb
 *--------------------*/
.breadcrumb {
  margin-top: 25px;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumb > li a {
  display: inline-block;
}
.breadcrumb > li a:link, .breadcrumb > li a:visited {
  color: #50402d;
  text-decoration: none;
}
.breadcrumb > li a:hover, .breadcrumb > li a:active {
  color: #1f1911;
  text-decoration: underline;
}
.breadcrumb > li a:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 10px;
  width: 4px;
  height: 8px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -216px -190px;
  background-repeat: no-repeat;
}

/*--------------------
 *    hero
 *--------------------*/
.hero {
  overflow-x: hidden;
  width: 100%;
}

/*--------------------
 *    informations
 *--------------------*/
.informations {
  padding: 16px 20px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
}
.informations > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.informations > ul li {
  margin-bottom: 4px;
}
.informations > ul li:last-child {
  margin-bottom: 0;
}
.informations > ul li a {
  cursor: pointer;
  text-decoration: underline;
}
.informations > ul li a:link, .informations > ul li a:visited {
  color: #735633;
  text-decoration: underline;
}
.informations > ul li a:hover, .informations > ul li a:active {
  color: #3e2e1b;
  text-decoration: underline;
}

.informations__date {
  display: inline-block;
  width: 7.5em;
}

.informations__comment {
  display: none;
}

.news .informations > ul li {
  margin-bottom: 100px;
}
.news .informations > ul li:last-child  {
  margin-bottom: 0;
}
/*--------------------
 *    itemCategoryList
 *--------------------*/
.itemCategoryList {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
}
.itemCategoryList > ul {
  margin: 0;
  padding: 30px 38px;
  list-style: none;
}
.itemCategoryList > ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.itemCategoryList__title {
  position: relative;
  top: -1em;
  text-align: center;
}
.itemCategoryList__title > h2 {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #50402d;
}

.itemCategoryList__item {
  float: left;
  width: 20%;
  margin-bottom: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.itemCategoryList__name {
  margin: 10px 0 2px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #50402d;
}

.itemCategoryList__more {
  margin-bottom: 10px;
  text-align: center;
}
.itemCategoryList__more > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.itemCategoryList__more > a:link, .itemCategoryList__more > a:visited {
  color: #7c664b;
  text-decoration: none;
}
.itemCategoryList__more > a:hover, .itemCategoryList__more > a:active {
  color: #4c3f2e;
  text-decoration: underline;
}
.itemCategoryList__more > a:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 14px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -72px -164px;
  background-repeat: no-repeat;
  margin: 0 auto;
}

/*--------------------
 *    listHeader
 *--------------------*/
.listHeader__displayStock {
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
.listHeader__displayStock a:link, .listHeader__displayStock a:visited {
  color: #50402d;
  text-decoration: none;
}
.listHeader__displayStock a:hover, .listHeader__displayStock a:active {
  color: #1f1911;
  text-decoration: underline;
}
.listHeader__displayStock a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -102px -164px;
  background-repeat: no-repeat;
}

.listHeader__resultStats {
  float: left;
  -webkit-font-smoothing: subpixel-antialiased;
}

.listHeader__sort {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
}
.listHeader__sort ul {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  list-style: none;
  line-height: 1;
}
.listHeader__sort ul:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  width: 3px;
  height: 18px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: 0px -259px;
  background-repeat: no-repeat;
}
.listHeader__sort ul:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  width: 3px;
  height: 18px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -13px -259px;
  background-repeat: no-repeat;
}
.listHeader__sort ul > li {
  display: inline;
}
.listHeader__sort ul > li a {
  display: inline-block;
  margin: 0 4px;
  text-decoration: underline;
}
.listHeader__sort ul > li .active {
  display: inline-block;
  margin: 0 4px;
  padding: 5px 7px;
  border-radius: 4px;
  background-color: #d9f2f1;
}
.listHeader__sort ul > li .active:link, .listHeader__sort ul > li .active:visited {
  color: #50402d;
  text-decoration: none;
}
.listHeader__sort ul > li .active:hover, .listHeader__sort ul > li .active:active {
  color: #1f1911;
  text-decoration: none;
}

/*--------------------
 *    pager
 *--------------------*/
.pager {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}

.pager__prev,
.pager__next {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.pager__prev a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 9px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -133px -102px;
  background-repeat: no-repeat;
}

.pager__next a:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 9px;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -173px -102px;
  background-repeat: no-repeat;
}

.pager__number {
  display: inline-block;
  margin: 0 30px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.pager__number > a,
.pager__number > .active {
  display: inline-block;
  padding: 6px 9px;
}
.pager__number .active {
  border-radius: 4px;
  background-color: #d9f2f1;
}

/*====================
 *    detail（商品詳細）
 *====================*/
.detail {
  margin-top: 25px;
  margin-bottom: 30px;
  color: #333;
}
.detail:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.detail__main {
  float: left;
  width: 710px;
  padding: 30px 30px 0;
  margin-bottom: 30px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
  box-sizing: border-box;
}

.detail__sub {
  float: right;
  width: 290px;
  padding: 30px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
  box-sizing: border-box;
}

.detail__title {
  margin: 0 0 1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #50402d;
}

.detail__status {
  margin-bottom: 5px;
}
.detail__status > .out-of-stock {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: #6f6f6f;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.detail__status.smallStock > .out-of-stock {
  border: 1px solid #f03d3d;
  background-color: #fff;
  color: #f03d3d;
  margin: 3px 0;
}

.detail__priceDown {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
.detail__priceDown > .priceOff {
  margin-right: 1em;
  color: #f03d3d;
  font-weight: bold;
}
.detail__priceDown > .price {
  text-decoration: line-through;
  color: #50402d;
}

.detail__form {
  margin: 10px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f1ed;
}
.detail__form:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.detail__form .purchase__quantity {
  float: left;
}
.detail__form .purchase__price {
  float: right;
  margin-bottom: 16px;
}

.detail__mainImg {
  overflow: hidden;
  border-radius: 4px;
}
.detail__mainImg img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.detail__mainImgList {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
}
.detail__mainImgList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.detail__mainImgList > li {
  float: left;
  width: 20%;
}
.detail__mainImgList > li > a {
  position: relative;
  display: block;
  margin: 0 5px;
}
.detail__mainImgList > li > a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 41%;
  width: 0;
  height: 0;
  border: solid;
  border-color: #fff transparent;
  border-width: 10px 10px 0 10px;
}
.detail__mainImgList > li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.detail__description {
  line-height: 1.8;
}
.detail__description table p {
  margin: 0;
}

.detail__fromStaff .commentCardList {
  padding-bottom: 10px;
}
.detail__fromStaff .commentCard {
  margin-top: 0;
  margin-bottom: 20px;
}
.detail__fromStaff .commentCard__pic {
  width: 224px;
}

/*====================
 *    howtoItem（使い方）
 *====================*/
.howtoItem__movies {
  text-align: center;
}
.howtoItem__movies .col--6:nth-child(odd) {
  padding-right: 10px;
}
.howtoItem__movies .col--6:nth-child(even) {
  padding-left: 10px;
}
.howtoItem__movies iframe {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-radius: 6px;
  box-sizing: border-box;
}

.howtoItem__movieTitle {
  /*
  display: inline-block;
  */
  margin-top: 10px;
  padding: 2px;
  /*
  border: 2px solid #f5c4c6;
  */
  text-align: left;
  color: #50402d;
  /*
  font-weight: bold;
  */
  font-size: 14px;
  font-size: 0.875rem;
}
.howtoItem__movieTitle > span {
  /*
  display: inline-block;
  */
  padding: 3px 0;
  /*
  border: 1px solid #f5c4c6;
  */
}

.howtoItem__howtoList {
  margin-top: 30px;
}
.howtoItem__howtoList .howtoItem__item:nth-child(odd) {
  clear: left;
}
.howtoItem__howtoList .howtoItem__item:nth-child(even) {
  position: relative;
  left: 10px;
}

.howtoItem__item {
  font-size: 12px;
  font-size: 0.75rem;
  color: #50402d;
}
.howtoItem__item.media {
  margin-bottom: 0;
}
.howtoItem__item .media__pic {
  overflow: hidden;
  position: relative;
  width: 150px;
  border-radius: 4px;
}
.howtoItem__item .media__pic .itemNumber {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-indent: 5px;
}
.howtoItem__item .media__pic .itemNumber:before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: solid;
  border-color: #f8ac62 transparent transparent #f8ac62;
  border-width: 16px;
}
.howtoItem__item .media__pic img {
  border: none;
}
.howtoItem__item .media__text {
  margin-left: 165px;
  margin-right: 10px;
}
.howtoItem__item p {
  margin-top: 0;
}

.howtoItem__itemTitle {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

/*====================
*    itemNote（注意事項）
*====================*/
.itemNote {
  position: relative;
  padding: 20px 0;
  border-radius: 4px;
  background-color: #f6f6f5;
}
.itemNote:before {
  z-index: 0;
  content: '';
  display: block;
  position: absolute;
  top: 27px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}

.itemNote__title {
  z-index: 1;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background-color: #f6f6f5;
  margin: 0 20px 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4e4e4e;
}

.itemNote__headline {
  margin-left: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #4e4e4e;
  -webkit-font-smoothing: subpixel-antialiased;
}
.itemNote__headline:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 4px;
  background-color: #b9b6b1;
}

.itemNote__text {
  margin: 0 30px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left:0;
}
.itemNote__text:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.itemNote__text.hasImage--1 p {
  margin-right: 100px;
}
.itemNote__text.hasImage--2 p {
  margin-right: 190px;
}
.itemNote__text > figure {
  float: right;
  margin-left: 10px;
}
.itemNote__text > figure > img {
  border: 1px solid #cfcfcf;
}

/*====================
 *    入荷連絡メールウインドウ
 *====================*/
#div-restock-mail-request {
  background-color: #fff;
}

/*====================
 *    purchaseSteps
 *====================*/
.purchaseSteps {
  padding: 30px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
}
.purchaseSteps .row {
  margin: 0 -15px;
}

.purchaseSteps__item {
  margin-top: 40px;
  padding: 0 15px;
}

.purchaseSteps__titleBlock {
  border-top: 1px solid #d6d0c5;
}
.purchaseSteps__titleBlock > h3 {
  display: inline-block;
  position: relative;
  top: -0.7em;
  margin: 0;
  padding-right: 1.5em;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.purchaseSteps__text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.8;
}
.purchaseSteps__text p:first-child {
  margin-top: 0;
}
.purchaseSteps__text p:last-child {
  margin-bottom: 0;
}

/*====================
 *    brand
 *====================*/
.brand__inner {
  padding: 24px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
}

.brand__recommend {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f4f1ed;
}

.brand__indexNav {
  margin: 0;
  padding: 0;
  text-align: center;
}
.brand__indexNav > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.brand__indexNav li {
  display: inline;
}
.brand__indexNav li a {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  border: 1px solid #dad2c1;
  border-radius: 50%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #50402d;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}

.brand__indexTitle .letter {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  border: 1px solid #dad2c1;
  border-radius: 50%;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #50402d;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}

.brand__indexList {
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}
.brand__indexList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.brand__indexList > li {
  float: left;
  width: 25%;
}
.brand__indexList > li a {
  display: block;
  margin: 0 8px;
  text-align: center;
}

.brand__indexLogo {
  overflow: hidden;
  /*
  border: 1px solid #f4f1ed;
  border-radius: 4px;
  */
}
.brand__indexLogo > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.brand__name {
  padding: 5px 0 15px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #50402d;
  height: 30px;
}

.brandDetail__inner {
  padding: 2px;
  margin-bottom: 30px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
  border-color: #e6e6e6;
}
.brandDetail__inner .brandDetail__inner {
  padding: 20px 20px 5px;
  margin-bottom: 0;
  border-color: #f2f2f2;
}

.brandDetail__about.media {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f4f1ed;
}
.brandDetail__about .media__pic {
  width: 130px;
}
.brandDetail__about .media__text {
  margin-left: 145px;
  margin-right: 0;
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
  letter-spacing: 0.1em;
}
.brandDetail__about .media__text p:last-child {
  margin-bottom: 0;
}

.brandDetail__line .media__text {
  margin-right: 0;
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
  letter-spacing: 0.1em;
}
.brandDetail__line .media__text p:last-child {
  margin-bottom: 0;
}

/*====================
 *    staff
 *====================*/
.staff {
  margin-top: -25px;
}

.staff__list {
  padding: 0;
  margin: 0;
  margin-right: -22px;
  list-style: none;
}
.staff__list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.staff__card {
  float: left;
  width: 33.3%;
  margin-bottom: 22px;
}

.staff__cardInner {
  margin-right: 22px;
  box-sizing: border-box;
  border: 1px solid #dad2c1;
  border-radius: 4px;
}

.staff__member {
  position: relative;
}
.staff__member:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.staff__member:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  border-left: 1px dotted #d1c6b0;
}

.staff__pic {
  float: left;
  width: 50%;
  padding: 20px 15px 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
}
.staff__pic p {
  margin-bottom: 5px;
}

.staff__picImg {
  text-align: center;
}

.staff__introduction {
  float: right;
  width: 50%;
  padding: 15px 20px;
  margin: 0;
  color: #50402d;
  line-height: 1.8;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.staff__products {
  margin: 0;
  padding: 15px 8px;
  border-top: 1px solid #dad2c1;
  list-style: none;
}
.staff__products:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.staff__products > li {
  float: left;
  width: 33.33%;
}
.staff__products > li > a {
  display: block;
  margin: 0 6px;
  transition: opacity .3s;
}
.staff__products > li > a:hover, .staff__products > li > a:active {
  opacity: .6;
}
.staff__products > li > a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.staffDetail {
  position: relative;
  padding: 0;
  padding-right: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #dad2c1;
  border-radius: 4px;
}
.staffDetail:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.staffDetail:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 230px;
  width: 0;
  height: 100%;
  border-right: 1px dotted #d1c6b0;
}

.staffDetail__member {
  position: relative;
  float: left;
  width: 230px;
  padding: 20px 10px 10px;
  border: 10px solid #e4efee;
  border-radius: 4px;
  box-sizing: border-box;
}
.staffDetail__member:before {
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  right: -11px;
  width: 16px;
  height: 34px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -262px -88px;
  background-repeat: no-repeat;
}

.staffDetail__pic {
  text-align: center;
  margin-bottom: 20px;
}

.staffDetail__name {
  position: relative;
  padding: 2px;
  border: 1px solid #d3dfde;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
.staffDetail__name span {
  display: block;
  padding: 3px;
}
.staffDetail__name .position {
  border-bottom: 1px dotted #d3dfde;
}

.staffDetail__nameInner {
  padding: 0 5px;
  border: 1px solid #d3dfde;
}

.staffDetail__message {
  float: left;
  position: relative;
  width: 524px;
  margin-left: 35px;
  margin-top: 20px;
}

.staffDetail__messageTItle {
  z-index: 1;
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  margin: 0;
  background-color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #92cbc9;
  letter-spacing: 0.1em;
}

.staffDetail__introduction {
  margin: 10px 0;
  color: #50402d;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
}

.staffDetail__figure {
  float: right;
  width: 175px;
  margin-top: 25px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #735633;
}

.staffDetail__comment {
  float: left;
  width: 745px;
}

.staffDetail__recipe {
  float: right;
  width: 250px;
}

/*====================
 *    special
 *====================*/
.special__lead {
  width: 550px;
  margin: 60px auto;
  color: #735633;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.8;
  -webkit-font-smoothing: subpixel-antialiased;
}

.special__listTitle {
  margin-bottom: 40px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.special__cardList .itemCardList, .special__cardList .itemCardList--thumb {
  margin-bottom: 40px;
}
.special__cardList .itemCard > a, .special__cardList .itemCard--L > a, .special__cardList .itemCard--S > a, .special__cardList .itemCard--thumb > a {
  border-width: 0;
}
.special__cardList .itemCard__pic {
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 4px;
  height: 158px;
}
.special__cardList .itemCard__info {
  text-align: center;
}
.special__cardList .itemCard__name {
  color: #18a39b;
}
.special__cardList .itemCard__brand {
  color: #50402d;
  font-weight: normal;
}
.special__cardList .itemCard__price {
  margin-top: 10px;
  text-align: center;
  color: #a6a19b;
}

/*====================
 *    recipe
 *====================*/
.recipe__hero {
  margin-bottom: 40px;
}

.recipe__main {
  float: left;
  width: 745px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #dad2c1;
  border-radius: 4px;
}

.recipe__sub {
  float: right;
  width: 250px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #dad2c1;
  border-radius: 4px;
}

.recipe__subTitle {
  margin-bottom: 10px;
}
.recipe__subTitle:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -262px -164px;
  background-repeat: no-repeat;
}

.recipe__pickup {
  position: relative;
  margin-bottom: 30px;
}
.recipe__pickup .media__pic {
  width: 310px;
}
.recipe__pickup .media__pic img {
  overflow: hidden;
  border-radius: 4px;
}
.recipe__pickup .media__title {
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 0;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recipe__pickup .media__title:before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e7f1ec;
}
.recipe__pickup .media__text {
  margin-left: 330px;
  margin-right: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
.recipe__pickup .media__link {
  margin-top: 60px;
  font-size: 12px;
  font-size: 0.75rem;
}

.recipe__staff {
  float: left;
  display: table;
}

.recipe__staffIcon {
  display: table-cell;
  width: 70px;
  height: 70px;
  border: 1px solid #f1f0ed;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.recipe__staffIcon > img {
  width: 55%;
  height: auto;
}

.recipe__staffName {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
}

.recipe__pickupLabel {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-color: #92c1c6;
  color: #92c1c6;
}

.recipe__cardList .itemCard__info {
  position: relative;
}
.recipe__cardList .itemCard__name {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #50402d;
}
.recipe__cardList .itemCard__by {
  margin-bottom: 5px;
  text-align: right;
  color: #50402d;
}
.recipe__cardList .itemCard__link {
  text-align: right;
}
.recipe__cardList .itemCard__label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 72px;
  line-height: 20px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.recipe__detailTitle {
  border-bottom: 1px solid #e1daca;
}

.recipe__detailabel {
  position: absolute;
  top: 0;
  right: 0;
}

.recipe__howto {
  float: left;
  width: 66%;
}

.recipe__howtoList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recipe__howtoList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.recipe__howtoList > li {
  float: left;
  position: relative;
  width: 33.3%;
  margin-top: 15px;
  padding-right: 13px;
  box-sizing: border-box;
  color: #50402d;
}
.recipe__howtoList > li:nth-child(3n + 1) {
  clear: left;
}

.recepe__howtoPic {
  margin-bottom: 5px;
}
.recepe__howtoPic > img {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.recepe__howtoLavel {
  overflow: hidden;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 4px 6px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1;
}

.recepe__materials {
  float: right;
  width: 32%;
}
.recepe__materials > dl {
  margin-top: 0;
  border-bottom: 1px solid #dad2c1;
  font-size: 12px;
  font-size: 0.75rem;
  color: #50402d;
}
.recepe__materials > dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.recepe__materials > dl dt {
  float: left;
  clear: left;
  width: 70%;
  padding: 5px 0;
  border-top: 1px solid #dad2c1;
}
.recepe__materials > dl dd {
  float: right;
  width: 30%;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #dad2c1;
  text-align: right;
}

.recepe__materialsTitle {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #dad2c1;
}

/*====================
 *    cart
 *====================*/
.cart:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cart__main {
  float: left;
  width: 710px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.cart__sub {
  float: right;
  width: 290px;
  padding: 30px;
  border: 1px solid #dad2c1;
  border-radius: 4px;
  box-sizing: border-box;
}

.cart__table {
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #dad2c1;
}
.cart__table th {
  text-align: center;
  color: #717171;
  -webkit-font-smoothing: subpixel-antialiased;
}
.cart__table td {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  color: #50402d;
}
.cart__table .media {
  margin-bottom: 0;
}
.cart__table .media__pic {
  width: 90px;
}
.cart__table .media__text {
  margin-left: 100px;
  margin-right: 0;
  text-align: left;
  line-height: 1.4;
}

.cart__itemName {
  margin-bottom: 8px;
  font-weight: bold;
  text-decoration: underline;
}

.cart__itemBrand {
  color: #50402d;
  text-decoration: none;
}

.cart__quantity {
  padding: 0;
  margin: 0;
  min-width: 50px;
  list-style: none;
  text-align: center;
}
.cart__quantity > li {
  display: inline-block;
  margin: 0 3px;
}

.cart__purchase {
  padding-top: 10px;
  border-top: 1px solid #f4f1ed;
}
.cart__purchase .purchase__note {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.cart__purchase .purchase__price {
  margin: 20px 0;
}
.cart__purchase .purchase__price:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cart__purchase .purchase__price .tax {
  display: block;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
}
.cart__purchase .purchase__price .price {
  display: block;
  float: right;
  font-size: 17px;
  font-size: 1.0625rem;
}

.cart--empty .cart__main {
  padding: 80px 0;
  text-align: center;
}

.cart__back {
  margin-top: 60px;
}
.cart__back a {
  width: 200px;
}

/*====================
 *    mypage
 *====================*/
.mypage {
  margin-top: 25px;
}
.mypage:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mypage__main {
  float: right;
  width: 786px;
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #333;
}

.mypage__sub {
  float: left;
  width: 210px;
  margin-top: 38px;
}

.mypage__nav {
  overflow: hidden;
  border: 1px solid #dad2c1;
  border-radius: 4px;
  border-color: #ebe8e5;
  -webkit-font-smoothing: subpixel-antialiased;
}
.mypage__nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mypage__nav > ul > li a {
  display: block;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #f4f1ed;
  line-height: 40px;
  transition: all .3s;
}
.mypage__nav > ul > li a:link, .mypage__nav > ul > li a:visited {
  color: #50402d;
  text-decoration: none;
}
.mypage__nav > ul > li a:hover, .mypage__nav > ul > li a:active {
  color: #1f1911;
  text-decoration: none;
}
.mypage__nav > ul > li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  border: 4px solid transparent;
  border-left-color: #50402d;
}
.mypage__nav > ul > li a:hover, .mypage__nav > ul > li a:active {
  background-color: #f0f0f0;
}
.mypage__nav > ul > li a.selected {
  background-color: #e4e5e5;
  color: #50402d;
  cursor: default;
}
.mypage__nav > ul > li a.selected:hover, .mypage__nav > ul > li a.selected:active {
  color: #50402d;
}
.mypage__nav > ul > li:last-child a {
  border-bottom: none;
}

.mypage__navTItle {
  margin: 0;
  border-bottom: 1px solid #ccc;
  background-color: #8e8b87;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
}

/*====================
 *    faq
 *====================*/
.faq__main .titleBlock {
  margin-top: 40px;
}
.faq__main .titleBlock:first-child {
  margin-top: 0;
}

.faq__item {
  padding-top: 10px;
  border-top: 1px solid #ebe8e5;
}

.faq__itemTitle {
  display: block;
  position: relative;
  padding-right: 80px;
  margin-bottom: 10px;
  color: #18a39b;
  cursor: pointer;
}
.faq__itemTitle:hover {
  text-decoration: underline;
}
.faq__itemTitle:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  border: solid;
  border-width: 8px 8px 0 8px;
  border-color: #18a39b transparent;
}
.faq__itemTitle.slideActive:before {
  border-width: 0 8px 8px 8px;
}

.faq__itemBody {
  display: none;
  margin-bottom: 40px;
}

/*====================
 *    rule
 *====================*/
.rule__body {
  padding: 0 40px;
}
.rule__body dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.rule__body dd {
  padding: 0;
  margin: 0 0 20px 0;
}
.rule__body li {
  margin-bottom: 5px;
}

/*====================
 *    general（汎用ページ）
 *====================*/
.general__main {
  color: #333;
}
.general__main a:link, .general__main a:visited {
  color: #18a39b;
  text-decoration: underline;
}
.general__main a:hover, .general__main a:active {
  color: #0e605c;
  text-decoration: underline;
}

/*====================
 *    Utility
 *====================*/
/*====================
 *    - margin
 *    - font
 *    - color
 *    - float clear clearfix
 *====================*/
/*--------------------
 *    margin
 *--------------------*/
.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

/*--------------------
 *    text font
 *--------------------*/
.u-fwN {
  font-weight: normal !important;
}

.u-fwB {
  font-weight: bold !important;
}

.u-taR {
  text-align: right !important;
}

.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

/*--------------------
 *    color
 *--------------------*/
.u-color--default {
  color: #333;
}

/*--------------------
 *    float
 *--------------------*/
.u-flL {
  float: left !important;
}

.u-flR {
  float: right !important;
}

/*--------------------
 *    clear
 *--------------------*/
.u-clear {
  clear: both !important;
}

/*--------------------
 *    clearfix
 *--------------------*/
.u-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
  padding: 1px;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/user_data/packages/default/img/pk_common/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 470px;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  line-height: 0px;
  font-size: 0px;
  outline: none;
}
.slick-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 214px;
}

.slick-prev {
  left: 0;
  -webkit-transform: translateX(-465px);
      -ms-transform: translateX(-465px);
          transform: translateX(-465px);
}
.slick-prev:after {
  right: 20px;
  width: 19px;
  height: 34px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -262px 0px;
  background-repeat: no-repeat;
}

.slick-next {
  right: 0;
  -webkit-transform: translateX(465px);
      -ms-transform: translateX(465px);
          transform: translateX(465px);
}
.slick-next:after {
  left: 20px;
  width: 19px;
  height: 34px;
  background-image: url(../img/pk_common/sprite.png);
  background-position: -262px -44px;
  background-repeat: no-repeat;
}


/* tag */
body #content #primary .entry-header .tags-links {
    display: none;
}