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

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

ol, ul {
  list-style: none;
}

pre {
  white-space: pre-wrap;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  font: inherit;
}

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

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

del {
  text-decoration: line-through;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  vertical-align: top;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

sup {
  font-size: 8px;
}

main {
  display: block;
}

em {
  font-style: normal;
}

div, ul, ol, dl {
  zoom: 1;
}

strong {
  font-weight: bold;
}

th {
  font-weight: normal;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

li > a {
  display: block;
  width: 100%;
}

iframe {
  vertical-align: bottom;
}

.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
  color: #786545;
}

/* ----------------------------- フォーム要素リセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}

button {
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='text'], input[type='search'], input[type='tel'], input[type='email'], input[type='password'] {
  line-height: normal;
  /*ios placeholderのズレ*/
}

input[type='checkbox'], input[type='radio'], select {
  -webkit-appearance: auto;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

input[type='text'], input[type='search'], input[type='tel'], input[type='email'], input[type='password'], textarea, form {
  width: 100%;
}

select::-ms-expand {
  display: none;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #B3A897 !important;
  font-size: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B3A897 !important;
  font-size: 100%;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B3A897 !important;
  font-size: 100%;
}

/*=======================================
スクロールバー
=========================================*/
/*=======================================
ユーティリティクラス
=========================================*/
/*
  マージン
---------------------------------*/
/*pc用余白クラス*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

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

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

.u-mb15 {
  margin-bottom: 15px !important;
}

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

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

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

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

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

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

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

.u-my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

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

.u-my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

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

.u-my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-my55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

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

.u-my65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-my75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-my85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-my95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-my105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.u-my110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-my115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.u-my120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/*sp用余白クラス*/
@media (max-width: 767px) {
  .u-mtsp0 {
    margin-top: 0px !important;
  }
  .u-mtsp5 {
    margin-top: 5px !important;
  }
  .u-mtsp10 {
    margin-top: 10px !important;
  }
  .u-mtsp15 {
    margin-top: 15px !important;
  }
  .u-mtsp20 {
    margin-top: 20px !important;
  }
  .u-mtsp25 {
    margin-top: 25px !important;
  }
  .u-mtsp30 {
    margin-top: 30px !important;
  }
  .u-mtsp35 {
    margin-top: 35px !important;
  }
  .u-mtsp40 {
    margin-top: 40px !important;
  }
  .u-mtsp45 {
    margin-top: 45px !important;
  }
  .u-mtsp50 {
    margin-top: 50px !important;
  }
  .u-mtsp55 {
    margin-top: 55px !important;
  }
  .u-mtsp60 {
    margin-top: 60px !important;
  }
  .u-mtsp65 {
    margin-top: 65px !important;
  }
  .u-mtsp70 {
    margin-top: 70px !important;
  }
  .u-mtsp75 {
    margin-top: 75px !important;
  }
  .u-mtsp80 {
    margin-top: 80px !important;
  }
  .u-mtsp85 {
    margin-top: 85px !important;
  }
  .u-mtsp90 {
    margin-top: 90px !important;
  }
  .u-mtsp95 {
    margin-top: 95px !important;
  }
  .u-mtsp100 {
    margin-top: 100px !important;
  }
  .u-mtsp105 {
    margin-top: 105px !important;
  }
  .u-mtsp110 {
    margin-top: 110px !important;
  }
  .u-mtsp115 {
    margin-top: 115px !important;
  }
  .u-mtsp120 {
    margin-top: 120px !important;
  }
  .u-mbsp0 {
    margin-bottom: 0px !important;
  }
  .u-mbsp5 {
    margin-bottom: 5px !important;
  }
  .u-mbsp10 {
    margin-bottom: 10px !important;
  }
  .u-mbsp15 {
    margin-bottom: 15px !important;
  }
  .u-mbsp20 {
    margin-bottom: 20px !important;
  }
  .u-mbsp25 {
    margin-bottom: 25px !important;
  }
  .u-mbsp30 {
    margin-bottom: 30px !important;
  }
  .u-mbsp35 {
    margin-bottom: 35px !important;
  }
  .u-mbsp40 {
    margin-bottom: 40px !important;
  }
  .u-mbsp45 {
    margin-bottom: 45px !important;
  }
  .u-mbsp50 {
    margin-bottom: 50px !important;
  }
  .u-mbsp55 {
    margin-bottom: 55px !important;
  }
  .u-mbsp60 {
    margin-bottom: 60px !important;
  }
  .u-mbsp65 {
    margin-bottom: 65px !important;
  }
  .u-mbsp70 {
    margin-bottom: 70px !important;
  }
  .u-mbsp75 {
    margin-bottom: 75px !important;
  }
  .u-mbsp80 {
    margin-bottom: 80px !important;
  }
  .u-mbsp85 {
    margin-bottom: 85px !important;
  }
  .u-mbsp90 {
    margin-bottom: 90px !important;
  }
  .u-mbsp95 {
    margin-bottom: 95px !important;
  }
  .u-mbsp100 {
    margin-bottom: 100px !important;
  }
  .u-mbsp105 {
    margin-bottom: 105px !important;
  }
  .u-mbsp110 {
    margin-bottom: 110px !important;
  }
  .u-mbsp115 {
    margin-bottom: 115px !important;
  }
  .u-mbsp120 {
    margin-bottom: 120px !important;
  }
  .u-mysp0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-mysp5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-mysp10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-mysp15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-mysp20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-mysp25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-mysp30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-mysp35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-mysp40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-mysp45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-mysp50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-mysp55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-mysp60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-mysp65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-mysp70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-mysp75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-mysp80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-mysp85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-mysp90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-mysp95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-mysp100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-mysp105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .u-mysp110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .u-mysp115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .u-mysp120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

/*
  文字構え
---------------------------------*/
.u-center {
  text-align: center !important;
}

.u-center th, .u-center td {
  text-align: center !important;
}

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

.u-right th, .u-right td {
  text-align: right !important;
}

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

.u-left th, .u-left td {
  text-align: left !important;
}

.u-indent {
  text-indent: -1rem;
  margin-left: 1rem;
}

/*  
  フォント
---------------------------------*/
.u-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

.u-gothic {
  font-family: gothic;
}

.u-italic {
  font-style: italic;
}

/*  
  iframe
---------------------------------*/
.u-youtube-wrap {
  position: relative;
  width: 100%;
}

.u-youtube-wrap::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  line-height: 1.8;
  color: #786545;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
}

a {
  text-decoration: none;
  transition: .2s;
}

a:hover, a:active {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

img, svg {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/*pc*/
@media (max-width: 767px) {
  a:hover {
    opacity: 1 !important;
  }
  .pc-only {
    display: none !important;
  }
}

/*sp*/
/* ----------------------------- 各ページ共通 */
/*=======================================
汎用パーツ
=========================================*/
/*  
  タイトル
---------------------------------*/
.c-title-primary {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 0 5px;
  background: url(../image/common/title-deco-lg.png) no-repeat left bottom;
}

.c-title-primary__en {
  margin-right: 15px;
  font-size: 2.5rem;
  letter-spacing: .05em;
}

.c-title-primary__ja {
  font-weight: normal;
  letter-spacing: .05em;
}

.c-title-secondary {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 0 9px;
  font-size: 1.8rem;
  background: url(../image/common/title-deco-lg.png) no-repeat left bottom;
}

/*  
  商品一覧
---------------------------------*/
.c-item__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -35px;
}

.c-item__item {
  position: relative;
  width: 31.6%;
  margin-bottom: 35px;
  margin-right: 2.6%;
}

.c-item__item:nth-child(3n) {
  margin-right: 0;
}

.c-item__thumbnail {
  position: relative;
  height: 200px;
  margin-bottom: 10px;
}

.c-item__thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-item__title {
  margin-bottom: 5px;
}

.c-item__text {
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.5;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}

_:-ms-fullscreen, :root .c-item__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-item__price {
  font-weight: bold;
  color: #D73135;
}

.c-item__like {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../image/common/heart_off.svg);
}

.c-item__like_on {
  background-image: url(../image/common/heart_on.svg);
}

.c-item__like form {
  display: flex;
  width: 100%;
  height: 100%;
}

.c-item__like button {
  padding: 0;
  background: inherit;
  border: none;
  height: inherit;
  width: inherit;
  opacity: 0;
}

.c-item__like button:hover {
  background: inherit;
}

.c-item__remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  transition: .2s;
}

.c-item__remove.ec-closeBtn--circle {
  width: 35px;
  min-width: 35px;
  height: 35px;
}

.c-item__remove:hover {
  opacity: 1;
  background: #cdd2d6;
}

@media (max-width: 767px) {
  .c-item__list {
    margin-bottom: -30px;
  }
  .c-item__item {
    width: 48.5%;
    margin-bottom: 30px;
    margin-right: 3% !important;
  }
  .c-item__item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

/*  
  news
---------------------------------*/
.c-news-gsl__item {
  border-bottom: 1px solid #F2EFEA;
}

.c-news-gsl__link {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.c-news-gsl__date {
  flex-shrink: 0;
  width: 140px;
  font-weight: bold;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  .c-news-gsl__link {
    display: block;
    padding: 15px 0;
  }
  .c-news-gsl__date {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .c-news-gsl__title {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

/*  
  ボタン
---------------------------------*/
.c-btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 370px;
  height: 50px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background: #D73135;
}

@media (max-width: 767px) {
  .c-btn-primary {
    max-width: 280px;
    margin-top: 30px;
  }
}

/*  
  センタリング
---------------------------------*/
.c-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: content-box;
}

/*
  pagination
---------------------------------*/
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.c-pagination a, .c-pagination span:not(.dot) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 7.5px;
  font-size: 1.4rem;
  border: 1px solid #e4e4e4;
}

.c-pagination span.current {
  border-color: red;
}

@media (max-width: 767px) {
  .c-pagination a, .c-pagination span:not(.dot) {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    font-size: 1.2rem;
  }
}

.c-table-scroll {
  font-size: 1.2rem;
  overflow-x: scroll;
}

.c-table-scroll caption {
  font-size: 1.4rem;
  text-align: left;
}

.c-table-scroll table {
  width: 1200px;
  table-layout: fixed;
}

.c-table-scroll td {
  padding: 5px;
  border: 1px solid #786545;
  vertical-align: middle;
  line-height: 1.4;
}

.c-table-scroll colgroup col:nth-child(-n + 3) {
  width: 7em;
  white-space: nowrap;
}

.c-table-scroll colgroup col:nth-child(1) {
  width: 5em;
}

.c-table-scroll tr:nth-child(2) {
  font-size: 1.1rem;
}

.c-table-small {
  max-width: 300px;
}

.c-table-small thead {
  background: #efefef;
}

.c-table-small th {
  width: 50%;
  padding: 10px;
  text-align: left;
  border: 1px solid #CDC1AD;
}

.c-table-small td {
  padding: 10px;
  border: 1px solid #CDC1AD;
}

@media (max-width: 767px) {
  .c-table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .c-table-scroll::-webkit-scrollbar-track {
    background: #efefef;
  }
  .c-table-scroll::-webkit-scrollbar-thumb {
    background: #E37376;
  }
  .c-table-small {
    max-width: 100%;
  }
}

/*=======================================
レイアウト
=========================================*/
.l-page-gsl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}

.l-page-gsl__main {
  width: calc(100% - 315px);
  max-width: 785px;
}

.l-page-gsl__sub {
  flex-shrink: 0;
  width: 240px;
  margin-right: 30px;
}

.l-page-gsl__single {
  width: 100%;
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.l-page-gsl__single_lg {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.l-page-gsl__single_sm {
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .l-page-gsl__main {
    width: calc(100% - 270px);
  }
}

@media (max-width: 767px) {
  .l-page-gsl {
    display: block;
  }
  .l-page-gsl__main {
    width: 100%;
    margin-bottom: 60px;
  }
  .l-page-gsl__sub {
    width: inherit;
    margin-right: 0;
  }
}

/*
  下層ページタイトル
---------------------------------*/
.l-page-title-gsl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115px;
  font-size: 2.3rem;
  color: #786545;
  letter-spacing: .1em;
  background: #F2F1EE;
  border-bottom: 1px solid #F2E8DD;
}

/*
  パンくず
---------------------------------*/
.l-breadcrumb {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  color: #786545;
}

.l-breadcrumb__list {
  display: flex;
  align-items: center;
}

.l-breadcrumb__item {
  position: relative;
  margin-right: 25px;
}

.l-breadcrumb__item::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: solid 1px #786545;
  border-right: solid 1px #786545;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-breadcrumb__item:last-child::after {
  display: none;
}

.l-breadcrumb__item:nth-child(1) {
  width: 13px;
  height: 12px;
  background: url(../image/common/home.svg) no-repeat;
  background-size: contain;
}

/*
  サイドバー
---------------------------------*/
.l-sidebar-gsl__usage {
  display: block;
  margin-bottom: 35px;
  padding: 5px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  background: #978970;
}

.l-sidebar-gsl__usage-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border: 1px solid #CAC4B7;
}

.l-sidebar-gsl__usage-inner span {
  padding-right: 18px;
  background: url(../image/common/arrow_right.svg) no-repeat center right;
  background-size: 12px 12px;
}

.l-sidebar-gsl__search {
  margin-bottom: 45px;
}

.l-sidebar-gsl__search-title {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 7px;
  font-size: 1.7rem;
  letter-spacing: .08em;
  border-bottom: 1px solid #A79B85;
}

.l-sidebar-gsl__search-title::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  width: 100%;
  height: 5px;
  background: url(../image/common/title-deco-sm.png) repeat-x;
}

.l-sidebar-gsl__search-item {
  margin-bottom: 15px;
  letter-spacing: .03em;
}

.l-sidebar-gsl__search-item a {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}

.l-sidebar-gsl__search-item a::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background: #E37276;
  border-radius: 50%;
}

.l-sidebar-gsl__link-item {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .l-sidebar-gsl__link {
    text-align: center;
  }
  .l-sidebar-gsl__link-item {
    display: inline-block;
  }
}

/*
  ボタン２列
---------------------------------*/
.l-btns {
  display: flex;
  justify-content: center;
}

.l-btns__item {
  width: 47.5%;
}

.l-btns__item:nth-child(2) {
  margin-left: 5%;
}

.l-btns__item:first-child:last-child {
  width: 280px;
}

/*=======================================
ヘッダー
=========================================*/
.l-header-gsl__head {
  padding: 0 15px;
}

.l-header-gsl__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0;
}

.l-header-gsl__head-block {
  display: flex;
  align-items: flex-end;
}

.l-header-gsl__logo {
  padding-right: 15px;
}

.l-header-gsl__search {
  margin-right: 20px;
  border: 1px solid #D73135;
}

.l-header-gsl__search-inner {
  display: flex;
}

.l-header-gsl__search-field {
  width: 280px;
}

.l-header-gsl__search-input {
  height: 35px;
  padding: 5px 10px;
  outline: none;
}

.l-header-gsl__search-btn {
  width: 50px;
  background: url(../image/common/search.png) no-repeat #D73135 center;
  background-size: 18px;
}

.l-header-gsl__menu {
  display: flex;
  width: 280px;
}

.l-header-gsl__menu-item {
  width: 33.33%;
  border-left: 1px dotted #97896F;
}

.l-header-gsl__menu-item:last-child {
  border-right: 1px dotted #97896F;
}

.l-header-gsl__menu-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}

.l-header-gsl__menu-text {
  font-size: 1.4rem;
  color: #978970;
  line-height: 1;
}

.l-header-gsl__menu-text::before {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-header-gsl__menu-text_cart::before {
  width: 28px;
  height: 31px;
  background-image: url(../image/common/cart.svg);
}

.l-header-gsl__menu-text_login::before {
  width: 23px;
  height: 28px;
  background-image: url(../image/common/login.svg);
}

.l-header-gsl__menu-text_mypage::before {
  width: 23px;
  height: 28px;
  background-image: url(../image/common/mypage.svg);
}

.l-header-gsl__nav {
  padding: 10px 15px;
  color: #978970;
  font-weight: bold;
  background: #F2E8DD;
}

.l-header-gsl__nav-list {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .l-header-gsl__head {
    padding: 0 10px;
  }
  .l-header-gsl__head-inner {
    padding: 10px 0;
  }
  .l-header-gsl__logo {
    padding-right: 15px;
  }
  .l-header-gsl__search {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    margin-right: 0;
    background: #D73135;
    border: 1px solid #D73135;
    border-radius: 50px;
    overflow: hidden;
  }
  .l-header-gsl__search-field {
    width: inherit;
    background: #fff;
  }
  .l-header-gsl__search-input {
    height: 35px;
    width: 150px !important;
    padding: 5px 10px;
    transition: .2s;
  }
  .l-header-gsl__search-input:focus, .l-header-gsl__search-input:not(:placeholder-shown) {
    width: calc(100vw - 80px) !important;
  }
  .l-header-gsl__menu {
    display: flex;
    width: 185px;
  }
  .l-header-gsl__menu-item {
    width: 33.33%;
    border-left: 1px dotted #97896F;
  }
  .l-header-gsl__menu-item:last-child {
    border-right: 1px dotted #97896F;
  }
  .l-header-gsl__menu-link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
  }
  .l-header-gsl__menu-text {
    font-size: 1rem;
  }
  .l-header-gsl__menu-text_cart::before {
    width: 20px;
    height: 25px;
    background-image: url(../image/common/cart.svg);
  }
  .l-header-gsl__menu-text_login::before {
    width: 17px;
    height: 23px;
    background-image: url(../image/common/login.svg);
  }
  .l-header-gsl__menu-text_mypage::before {
    width: 17px;
    height: 25px;
    background-image: url(../image/common/mypage.svg);
  }
  .l-header-gsl__nav {
    padding: 10px;
    font-size: 1.2rem;
    letter-spacing: .1em;
    color: #fff;
    background: #D73135;
    overflow-x: scroll;
  }
  .l-header-gsl__nav-list {
    display: flex;
    justify-content: flex-start;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-header-gsl__nav-item {
    white-space: nowrap;
  }
  .l-header-gsl__nav-item + .l-header-gsl__nav-item {
    margin-left: 10px;
  }
  .l-header-gsl__nav-item:last-child {
    padding-right: 10px;
  }
}

/*=======================================
フッター
=========================================*/
.l-footer-gsl {
  margin-top: 70px;
  text-align: center;
}

.l-footer-gsl__block {
  padding: 60px 15px 30px;
  background: #F2F1EE;
}

.l-footer-gsl__logo {
  display: inline-block;
  margin-bottom: 40px;
}

.l-footer-gsl__nav {
  display: flex;
  justify-content: center;
}

.l-footer-gsl__nav-item {
  font-size: 1.4rem;
  border-right: 1px solid #786545;
}

.l-footer-gsl__nav-item:last-child {
  border-right: none;
}

.l-footer-gsl__nav-item a {
  padding: 0 10px;
  line-height: 1;
}

.l-footer-gsl__copy {
  padding: 8px 15px;
  font-size: 1.3rem;
  color: #fff;
  background: #D73135;
}

@media (max-width: 767px) {
  .l-footer-gsl {
    margin-top: 60px;
    text-align: left;
  }
  .l-footer-gsl__block {
    padding: 45px 15px 20px;
  }
  .l-footer-gsl__logo {
    margin-bottom: 30px;
  }
  .l-footer-gsl__nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .l-footer-gsl__nav-item {
    margin-bottom: 16px;
    margin-right: 15px;
    font-size: 1.2rem;
    border: none;
  }
  .l-footer-gsl__nav-item:last-child {
    border-right: none;
  }
  .l-footer-gsl__nav-item a {
    padding: 0;
  }
  .l-footer-gsl__copy {
    padding: 10px 15px 65px;
    font-size: 1.1rem;
    text-align: center;
  }
}

/*=======================================
ページトップへ
=========================================*/
.l-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

/*=======================================
コンテナレイアウト
=========================================*/
.ec-layoutRole__contents {
  max-width: inherit !important;
}

/*  
  既存パーツ
---------------------------------*/
.ec-blockBtn--action {
  background-color: #D73135;
  transition: .2s;
  border-radius: 3px;
  outline-width: 0 !important;
  outline-offset: 0 !important;
}

.ec-blockBtn--action:hover {
  opacity: .7;
  outline: none !important;
}

.ec-blockBtn--cancel {
  background-color: #978970;
  border-color: #978970;
  transition: .2s;
  border-radius: 3px;
  outline-width: 0 !important;
  outline-offset: 0 !important;
}

.ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:focus, .ec-blockBtn--cancel:active {
  background-color: #978970 !important;
  border-color: #978970 !important;
  opacity: .7;
  outline: none !important;
}

.ec-welcomeMsg {
  color: #786545;
}

_:-ms-fullscreen, :root .ec-modal .ec-modal-wrap {
  margin: 20px !important;
}

/* ----------------------------- トップページ */
/*=======================================
トップページ
=========================================*/
.p-top__kv {
  position: relative;
  margin-bottom: 50px;
}

.p-top__kv .slide {
  position: relative;
  margin-bottom: 0 !important;
  min-height: 250px;
  background: #F2F1EE;
  overflow: hidden;
}

.p-top__kv .slide__item {
  vertical-align: bottom;
}

.p-top__kv .slide__item img {
  width: 100%;
}

.p-top__kv .slick-list {
  z-index: 2;
}

.p-top__kv .slick-slide img {
  width: 100%;
}

.p-top__kv .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  right: calc(21% - 17.5px);
  width: 35px;
  height: 35px;
  background: url(../image/top/next.svg) no-repeat center;
  background-size: contain;
}

.p-top__kv .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  left: calc(21% - 17.5px);
  width: 35px;
  height: 35px;
  background: url(../image/top/prev.svg) no-repeat center;
  background-size: contain;
}

.p-top__kv .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 10;
  bottom: 12px;
}

.p-top__kv .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  padding: 2px;
  background: #fff;
  border-radius: 50%;
}

.p-top__kv .slick-dots li.slick-active {
  background: #ABABAB;
}

.p-top__kv .slick-dots button {
  margin: 0;
  padding: 0;
  color: transparent;
  background: none;
}

.p-top__kv .slick-dots button::before {
  display: none;
}

.p-top__banner {
  margin-bottom: 80px;
}

.p-top__banner .banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -2%;
}

.p-top__banner .banner li {
  width: 49.1%;
  max-width: 385px;
  margin-bottom: 2%;
  position: relative;
  display: block;
  overflow: hidden;
}

.p-top__banner .banner li::before {
  content: '';
  display: block;
  padding-top: 80.51948%;
}

.p-top__banner .banner li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.p-top__pickup {
  margin-bottom: 80px;
}

.p-top__newitem {
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .p-top__kv .next {
    right: 15px;
  }
  .p-top__kv .prev {
    left: 15px;
  }
}

/*sp*/
@media (max-width: 767px) {
  .p-top__kv {
    margin-bottom: 15px;
  }
  .p-top__kv .slide {
    min-height: 150px;
  }
  .p-top__kv .next {
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .p-top__kv .prev {
    left: 15px;
    width: 25px;
    height: 25px;
  }
  .p-top__banner {
    margin-bottom: 60px;
  }
  .p-top__pickup {
    margin-bottom: 60px;
  }
  .p-top__newitem {
    margin-bottom: 60px;
  }
}

@media (max-width: 450px) {
  .p-top__banner .banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -15px;
  }
  .p-top__banner .banner li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .p-top__banner .banner li::before {
    content: none;
    padding: 0;
  }
  .p-top__banner .banner li img {
    position: static;
  }
}

/* ----------------------------- 下層ページ */
/*=======================================
下層ページ
=========================================*/
.faq__contents dl + dl {
  margin-top: 30px;
}

.faq__contents dt {
  font-weight: bold;
}

/*=======================================
お問い合わせ
=========================================*/
.ec-registerRole {
  padding-right: 0;
  padding-left: 0;
}

.ec-customerRole {
  padding-right: 0;
  padding-left: 0;
}

.ec-cartRole {
  padding-right: 0;
  padding-left: 0;
}

.ec-forgotRole {
  padding-right: 0;
  padding-left: 0;
}

.ec-contactRole {
  padding-right: 0;
  padding-left: 0;
}

.ec-progress {
  margin-bottom: 15px;
}

.ec-reportHeading {
  border: none;
}

.ec-errorMessage {
  margin-top: 5px;
  margin-bottom: 0 !important;
  font-size: 12px;
  font-weight: bold;
  color: #E37276;
}

.l-field__address .ec-errorMessage {
  margin-bottom: 15px !important;
}

.l-form tr {
  border-bottom: 1px dotted #dfcfb3;
}

.l-form th {
  width: 255px;
  padding: 15px 20px 15px 0px;
  font-size: 1.6rem;
  font-weight: normal;
}

.l-form td {
  padding: 15px 0;
}

.l-form input[type='text'], .l-form input[type='email'], .l-form input[type='tel'], .l-form input[type='password'] {
  height: 40px;
  padding: 10px;
  color: #786545;
  border: 1px solid #CDC1AD;
  border-radius: 5px;
}

.l-form input[type='text']:focus, .l-form input[type='email']:focus, .l-form input[type='tel']:focus, .l-form input[type='password']:focus, .l-form select:focus {
  outline-width: 0;
  outline-style: auto;
  border-color: #3c8dbc;
}

.l-form select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  color: #786545;
  border: 1px solid #CDC1AD;
  border-radius: 5px;
}

.l-form .error input, .l-form .error select {
  background: #FDF1F0;
  border-color: #CF3F34;
}

.l-form__lead {
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: center;
}

.l-form__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-form__title-main {
  color: #786545;
  letter-spacing: .05em;
}

.l-form__title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 25px;
  font-size: 1.3rem;
  color: #fff;
  background: #E37276;
}

.l-form__field {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #786545;
}

.l-form__field-col {
  width: calc(50% - 10px);
}

.l-form__field-row {
  width: 100%;
}

.l-form__field-row + .l-form__field-row {
  margin-top: 15px;
}

.l-field__address .ec-zipInputHelp {
  margin-bottom: 0;
}

.l-field__address .ec-zipInputHelp span {
  color: #E37276;
  text-decoration: underline;
}

.l-field__address .ec-zipInputHelp__icon {
  display: none;
}

.l-form__select {
  width: 100%;
  max-width: 480px;
}

.l-form__select-inner {
  display: flex;
  align-items: center;
}

.l-form__select-col {
  width: calc(33.33% - 20px);
}

.l-form__select-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #786545;
}

.l-form__radio label {
  margin-right: 15px;
  color: #786545;
}

.l-form__foot {
  margin-top: 50px;
}

.l-form__consent {
  text-align: center;
}

.l-form__consent a {
  color: #D73134;
}

.l-form__consent label {
  padding: 5px;
}

.l-form__consent.error label {
  background: #FDF1F0;
}

.l-form__btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.l-form__btn {
  width: 47.5%;
}

@media (max-width: 767px) {
  .l-form table, .l-form tr, .l-form thead, .l-form tbody, .l-form th, .l-form td {
    display: block;
    width: 100%;
  }
  .l-form th {
    width: 100%;
    padding: 15px;
    background: #f7f7f7;
  }
  .l-form td {
    padding: 15px;
  }
  .l-form__foot {
    margin-top: 35px;
  }
}

/*  
  thanks
---------------------------------*/
.l-thanks {
  text-align: center;
}

.l-thanks__head {
  margin-bottom: 30px;
  font-size: 2rem;
}

.l-thanks__body {
  margin-bottom: 30px;
}

.l-thanks__foot {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.l-thanks__btn-wrap {
  display: flex;
  justify-content: center;
}

.l-thanks__btn-col {
  width: 47.5%;
}

.l-thanks__btn-col:nth-child(2) {
  margin-left: 5%;
}

/*=======================================
カート
=========================================*/
/*４連ナビ*/
.ec-progress .ec-progress__number {
  line-height: 50px;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  background: #988A72;
}

.ec-progress .ec-progress__item:after {
  top: 25px;
  height: 2px;
  background-color: #988A72;
}

.ec-progress .is-complete .ec-progress__number {
  background: #E37276;
}

.ec-progress__label {
  margin-top: 10px;
  font-size: 1.4rem !important;
  font-weight: normal;
}

.ec-progress .is-complete .ec-progress__label {
  color: #E37276;
}

body#page_cart {
  /*商品内容*/
  /*数量ボタン*/
  /*ボタンなど*/
}

body#page_cart .ec-cartRole {
  display: block;
  padding-right: 0;
  padding-left: 0;
}

body#page_cart .ec-cartRole__cart {
  margin: 0 !important;
}

body#page_cart .ec-cartHeader .ec-cartHeader__label {
  padding: 10px;
  font-size: 1.5rem;
  font-weight: normal;
}

body#page_cart .ec-cartRow .ec-cartRow__contentColumn {
  display: flex;
  padding: 20px 0;
}

body#page_cart .ec-cartRow__summary {
  width: 100%;
  font-weight: normal;
}

body#page_cart .ec-cartRow__unitPrice {
  color: #D73133;
}

body#page_cart .ec-cartRow__name a {
  text-decoration: underline;
}

body#page_cart .ec-cartRow .ec-cartRow__delColumn .ec-icon img, body#page_cart .ec-cartRow .ec-cartRow__amountDownButton__icon img, body#page_cart .ec-cartRow .ec-cartRow__amountUpButton__icon img {
  width: 20px;
  height: 20px;
}

body#page_cart .ec-cartRow__amountUpButton, body#page_cart .ec-cartRow__amountDownButton, body#page_cart .ec-cartRow__amountDownButtonDisabled {
  max-width: 20px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: none;
}

body#page_cart .ec-cartRow__amountUpButton img, body#page_cart .ec-cartRow__amountDownButton img, body#page_cart .ec-cartRow__amountDownButtonDisabled img {
  position: static;
  margin: 0;
}

body#page_cart .ec-cartRole__total {
  font-weight: normal;
}

body#page_cart .ec-cartRole__totalAmount {
  margin-left: 15px;
  font-weight: bold;
}

body#page_cart .ec-cartRole .ec-cartRole__actions {
  float: right;
  width: 100%;
  max-width: 250px;
  margin-right: 0;
}

body#page_cart .ec-cartRole .ec-cartRole__actions a {
  font-size: 1.6rem;
  border-radius: 3px;
}

body#page_cart .ec-alert-warning {
  background-color: #E37276;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  /*４連ナビ*/
  .ec-progress .ec-progress__number {
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    background: #988A72;
  }
  .ec-progress .ec-progress__item:after {
    top: 20px;
    height: 2px;
    background-color: #988A72;
  }
  .ec-progress__label {
    margin-top: 5px;
    font-size: 1rem !important;
  }
  body#page_cart {
    /*商品内容*/
  }
  body#page_cart .ec-cartHeader .ec-cartHeader__label {
    padding: 10px;
    font-size: 1.5rem;
    font-weight: normal;
  }
  body#page_cart .ec-cartRow .ec-cartRow__contentColumn {
    padding: 20px 0;
  }
  body#page_cart .ec-cartRow__summary {
    width: 59%;
    font-weight: normal;
  }
  body#page_cart .ec-cartRow__unitPrice {
    color: #D73133;
  }
  body#page_cart .ec-cartRow__name a {
    text-decoration: underline;
  }
  body#page_cart .ec-cartRow__delColumn {
    width: 40px;
  }
  body#page_cart .ec-cartRow__amountUpButton {
    margin-left: 8px;
  }
  body#page_cart .ec-cartRole .ec-cartRole__actions {
    max-width: 100%;
  }
  /**/
}

/*=======================================
マイページ
=========================================*/
body.mypage .ec-mypageRole {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
}

body.mypage .ec-off1Grid__cell {
  width: 100%;
  margin-left: 0;
}

body.mypage .ec-navlistRole .ec-navlistRole__item {
  color: #786545;
}

body.mypage .ec-navlistRole .ec-navlistRole__item a {
  font-size: 1.4rem;
}

body.mypage .ec-navlistRole .ec-navlistRole__item a:hover {
  background: #F2E8DD;
  opacity: 1;
}

body.mypage .ec-navlistRole .ec-navlistRole__navlist {
  border-color: #c9b89b;
}

body.mypage .ec-navlistRole .ec-navlistRole__item {
  border-color: #c9b89b;
}

body.mypage .ec-navlistRole .active a {
  color: #786545;
  background: #F2E8DD;
}

@media (max-width: 767px) {
  body.mypage .ec-navlistRole__item:nth-child(1) {
    width: 100%;
  }
}

/*マイページ/お気に入り一覧*/
/*=======================================
ご利用方法
=========================================*/
.p-guide {
  font-size: 1.4rem;
}

.p-guide .note {
  display: table;
  padding: 13px;
  background: #F8F8F6;
  border: 1px solid #F2EFEA;
}

.p-guide .table1 {
  width: 100%;
}

.p-guide .table1 th {
  padding: 10px 15px 10px 45px;
  text-align: left;
  background: #F8F8F6;
  border: 1px solid #F2EFEA;
  vertical-align: middle;
}

.p-guide .table1 td {
  padding: 10px 15px 10px 60px;
  border: 1px solid #F2EFEA;
}

.p-guide .table2 {
  width: 100%;
}

.p-guide .table2 th {
  width: 250px;
  padding: 10px 15px;
  text-align: center;
  background: #F8F8F6;
  border: 1px solid #F2EFEA;
  vertical-align: middle;
}

.p-guide .table2 td {
  padding: 10px 30px;
  border: 1px solid #F2EFEA;
}

.p-guide .table3 {
  width: 100%;
}

.p-guide .table3 th {
  width: 150px;
  padding: 10px 15px;
  text-align: center;
  background: #F8F8F6;
  border: 1px solid #F2EFEA;
  vertical-align: middle;
}

.p-guide .table3 td {
  padding: 10px 30px;
  border: 1px solid #F2EFEA;
}

.p-guide dl {
  margin-bottom: 20px;
}

.p-guide dt {
  font-size: 1.6rem;
}

.p-guide dd p {
  margin-bottom: 10px;
}

.p-guide__content {
  margin-bottom: 35px;
}

.p-guide__content-body > p {
  margin-bottom: 20px;
  line-height: 1.9;
}

.p-guide__content-body a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .p-guide .table1 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #F2EFEA;
  }
  .p-guide .table1 table, .p-guide .table1 th, .p-guide .table1 td, .p-guide .table1 tr, .p-guide .table1 tbody {
    display: block;
    width: 100%;
  }
  .p-guide .table1 th {
    padding: 15px;
    border-bottom: none;
  }
  .p-guide .table1 td {
    padding: 15px;
    border-bottom: none;
  }
  .p-guide .table2 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #F2EFEA;
  }
  .p-guide .table2 table, .p-guide .table2 th, .p-guide .table2 td, .p-guide .table2 tr, .p-guide .table2 tbody {
    display: block;
    width: 100%;
  }
  .p-guide .table2 th {
    width: 100%;
    padding: 15px;
    border-bottom: none;
  }
  .p-guide .table2 td {
    padding: 15px;
    border-bottom: none;
  }
  .p-guide .table3 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #F2EFEA;
  }
  .p-guide .table3 table, .p-guide .table3 th, .p-guide .table3 td, .p-guide .table3 tr, .p-guide .table3 tbody {
    display: block;
    width: 100%;
  }
  .p-guide .table3 th {
    width: 100%;
    padding: 15px;
    border-bottom: none;
  }
  .p-guide .table3 td {
    padding: 15px;
    border-bottom: none;
  }
}

/*=======================================
特定商取引法に基づく表記
=========================================*/
.p-tradelaw .p-tradelaw__table > tbody > tr {
  border-bottom: 1px solid #CDC1AD;
}

.p-tradelaw .p-tradelaw__table > tbody > tr > th {
  width: 250px;
  padding: 15px 0;
  text-align: left;
}

.p-tradelaw .p-tradelaw__table > tbody > tr > td {
  padding: 15px 0;
}

@media (max-width: 767px) {
  .p-tradelaw .p-tradelaw__table {
    display: block;
    width: 100%;
  }
  .p-tradelaw .p-tradelaw__table > tbody {
    display: block;
    width: 100%;
  }
  .p-tradelaw .p-tradelaw__table > tbody > tr {
    display: block;
    width: 100%;
  }
  .p-tradelaw .p-tradelaw__table > tbody > tr > th {
    display: block;
    width: 100%;
    width: 100%;
    padding: 15px;
    background: #f7f7f7;
  }
  .p-tradelaw .p-tradelaw__table > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}

/*=======================================
プライバシーポリシー
=========================================*/
.p-privacy {
  font-size: 1.4rem;
  letter-spacing: .05em;
}

.p-privacy p {
  margin-bottom: 25px;
}

.p-privacy dl {
  margin-bottom: 20px;
}

.p-privacy dt {
  margin-bottom: 5px;
  font-size: 1.7rem;
  color: #ED7986;
  font-weight: bold;
}

.p-privacy strong {
  display: block;
  margin: 5px 0 10px;
  font-size: 1.6rem;
}

.p-privacy__content {
  margin-bottom: 40px;
}

/*=======================================
決済
=========================================*/
.ec-orderRole {
  color: #786545;
  line-height: 1.5;
}

.ec-orderRole input {
  margin-bottom: 0;
}

.ec-radio div {
  margin-bottom: 5px;
}

.ec-cartRole, .ec-orderRole {
  padding-right: 0;
  padding-left: 0;
}

.ec-rectHeading h2 {
  margin: 30px 0 15px;
  font-size: 1.5rem;
  letter-spacing: .05em;
  font-weight: normal;
  color: #fff;
  background: #978970;
}

.ec-cartRole__progress {
  margin-bottom: 15px;
}

.ec-orderDelivery .ec-orderDelivery__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
}

.ec-orderDelivery .ec-orderDelivery__change {
  position: static;
}

.ec-orderAccount .ec-rectHeading h2 {
  margin-top: 0;
}

.ec-totalBox {
  background: #F2F1EE;
}

.ec-orderAccount .ec-orderAccount__account {
  margin-bottom: 0;
}

/*=======================================
お届け先の複数指定
=========================================*/
body.other_page .ec-AddAddress {
  padding: 0;
  margin: 0;
}

/*=======================================
ログイン
=========================================*/
.ec-role {
  padding: 0;
  margin: 0;
}

.ec-login__actions {
  margin-bottom: 15px;
}

.ec-login {
  padding: 30px;
}

.ec-login .ec-checkbox input {
  margin-bottom: 0;
}

.ec-guest {
  padding: 15px;
}

.ec-login .ec-login__link {
  margin-top: 0;
}

.ec-login .ec-login__input {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .ec-login {
    padding: 30px 15px;
  }
  .ec-guest {
    padding: 30px 15px;
  }
  .ec-login .ec-login__input {
    margin-bottom: 30px;
  }
  .ec-login .ec-login__input {
    margin-bottom: 15px;
  }
}

/* ----------------------------- 投稿 */
/*=======================================
投稿
=========================================*/
/*
  商品一覧
---------------------------------*/
.p-products__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.p-products__head .category-name {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.p-products__head .category-name::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  background: #E37276;
  border-radius: 50%;
}

.p-products__head .switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  width: 420px;
  padding: 10px;
  background: #F8F8F6;
}

.p-products__head .switch__title {
  font-size: 1.4rem;
}

.p-products__head .switch__list {
  display: flex;
}

.p-products__head .switch__item.is-active .switch__button {
  color: #fff;
  background: #E37376;
}

.p-products__head .switch__button {
  width: 110px;
  height: 30px;
  font-size: 1.4rem;
  color: #786545;
  background: #fff;
}

@media (max-width: 1024px) {
  .p-products__head {
    display: block;
  }
  .p-products__head .category-name {
    margin-bottom: 15px;
  }
  .p-products__head .switch {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-products__head {
    margin-bottom: 30px;
  }
  .p-products__head .switch {
    display: block;
  }
  .p-products__head .switch__title {
    margin-bottom: 7px;
    font-weight: bold;
  }
  .p-products__head .switch__list {
    display: flex;
  }
  .p-products__head .switch__item {
    width: 33.33%;
  }
  .p-products__head .switch__button {
    width: 100%;
    font-size: 1.2rem;
  }
}

/*
  商品詳細
---------------------------------*/
.p-product-detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-product-detail .ec-sliderItemRole {
  margin-bottom: 15px;
  padding: 0;
}

.p-product-detail .item_visual {
  margin-bottom: 15px;
}

.p-product-detail .slide-item {
  vertical-align: bottom;
  line-height: 1;
}

.p-product-detail .item_nav {
  margin-top: 15px;
}

.p-product-detail .slideThumb {
  width: calc(33.33% - 10px);
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
  display: block;
  overflow: hidden;
}

.p-product-detail .slideThumb::before {
  content: '';
  display: block;
  padding-top: 76%;
}

.p-product-detail .slideThumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.p-product-detail .slideThumb:nth-child(3n) {
  margin-right: 0;
}

.p-product-detail .ec-blockBtn--action {
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  background: #D73135;
}

.p-product-detail .ec-blockBtn--action span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  letter-spacing: .07em;
}

.p-product-detail .ec-blockBtn--action span::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 22px;
  background: url(../image/common/cart_white.svg) no-repeat center top -1px;
  background-size: contain;
}

.p-product-detail .ec-blockBtn--cancel {
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  border-radius: 5px;
  background: #978970;
  border: none;
}

.p-product-detail .ec-blockBtn--cancel[disabled="disabled"] {
  background-color: #525263 !important;
}

.p-product-detail .ec-blockBtn--cancel[disabled="disabled"]:hover {
  background-color: #525263 !important;
}

.p-product-detail .ec-blockBtn--cancel span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  letter-spacing: .07em;
}

.p-product-detail .ec-blockBtn--cancel span::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../image/common/heart_off.svg) no-repeat center;
  background-size: contain;
}

.p-product-detail__sub {
  width: 50%;
  margin-bottom: 25px;
  overflow: hidden;
}

.p-product-detail__slide {
  width: 100%;
}

.p-product-detail__slide .slide-item {
  position: relative;
  height: 350px;
  margin-bottom: 0;
}

.p-product-detail__slide .slide-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product-detail__slide .ec-sliderItemRole {
  margin-bottom: 0 !important;
}

.p-product-detail__slide .slick-slider {
  margin-bottom: 0 !important;
}

.p-product-detail__slide .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 10;
  bottom: 12px;
}

.p-product-detail__slide .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  padding: 2px;
  background: #fff;
  border-radius: 50%;
}

.p-product-detail__slide .slick-dots li.slick-active {
  background: #ABABAB;
}

.p-product-detail__slide .slick-dots button {
  margin: 0;
  padding: 0;
  color: transparent;
  background: none;
}

.p-product-detail__slide .slick-dots button::before {
  display: none;
}

.p-product-detail__main {
  flex-shrink: 0;
  width: 45.2%;
}

.p-product-detail__title {
  margin-bottom: 15px;
  font-size: 2rem;
}

.p-product-detail__price {
  margin-bottom: 25px;
  font-size: 1.6rem;
  color: #D73134;
}

.p-product-detail__price .ec-price__price {
  padding-left: 0;
  padding-right: 0;
  font-size: 2.3rem;
}

.p-product-detail__price .ec-price__tax {
  font-size: 1.6rem;
}

.p-product-detail__form {
  margin-bottom: 20px;
  padding: 25px;
  background: #F8F8F6;
  border-radius: 5px;
}

.p-product-detail__form .ec-numberInput {
  display: flex;
  align-items: center;
}

.p-product-detail__form .ec-numberInput span {
  margin-right: 15px;
  color: #786545;
  letter-spacing: .1em;
}

.p-product-detail__form .form-control {
  height: 30px;
  margin-bottom: 0;
  color: #786545;
  border: 1px solid #786545;
}

.p-product-detail__form .ec-productRole__actions {
  margin-bottom: 20px;
}

.p-product-detail__form .ec-productRole__btn {
  margin-bottom: 7px;
}

.p-product-detail__text {
  margin-bottom: 20px;
}

.p-product-detail__free {
  padding: 15px;
  font-size: 1.3rem;
  background: #F8F8F6;
}

@media (max-width: 1024px) {
  .p-product-detail {
    display: block;
  }
  .p-product-detail__sub {
    width: 100%;
  }
  .p-product-detail__main {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-product-detail__title {
    margin-bottom: 10px;
  }
  .p-product-detail__price {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .p-product-detail__price .ec-productRole__priceRegularPrice {
    font-size: 1.4rem;
  }
  .p-product-detail__price .price01-default {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .p-product-detail__price .ec-price__price {
    font-size: 2rem;
  }
  .p-product-detail__price .ec-price__tax {
    font-size: 1.4rem;
  }
  .p-product-detail__form {
    margin-bottom: 20px;
    padding: 15px;
  }
  .p-product-detail__form .ec-productRole__actions {
    margin-bottom: 15px;
  }
  .p-product-detail__text {
    margin-bottom: 15px;
  }
}

/*  
  xxxxxxxx
---------------------------------*/
