@charset "EUC-JP";
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #84735f;
  box-sizing: border-box;
  background-color: #fff;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: "source-han-serif-japanese", 'EB Garamond', "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.android-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(63, 52, 4, .9);
  color: #fff;
  z-index: 1000;
  display: table;
}

.android-fixed p {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  padding: 0 2.5%;
  display: table-cell;
  vertical-align: middle;
}

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

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

form, button, input, optgroup, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

template {
  display: none;
}

img {
  vertical-align: bottom;
}

p, dl, dt, dd {
  margin: 0;
}

/* ----------------------------------------------------------------
   Lightbox
   ---------------------------------------------------------------- */

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://img21.shop-pro.jp/PA01409/163/etc/lb_loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://img21.shop-pro.jp/PA01409/163/etc/lb_prev.png) left 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://img21.shop-pro.jp/PA01409/163/etc/lb_next.png) right 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://img21.shop-pro.jp/PA01409/163/etc/lb_close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/* ----------------------------------------------------------------
   汎用クラス
   ---------------------------------------------------------------- */

.hover-op {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.hover-op:hover {
  opacity: 0.7;
}

.no-marker {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.img100 {
  width: 100%;
}

.ta-c {
  text-align: center;
}

.top-btn {
  display: inline-block;
  border-radius: 3px;
  background-color: #3f3404;
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
}

.top-btn::before {
  content: '\f105';
  display: inline-block;
  margin-right: 0.7rem;
  font: 1.6rem/1 "FontAwesome";
}

.section-header {
  position: relative;
  margin: 0 auto 70px;
  text-align: center;
  color: #5c2802;
  font-weight: 500;
  font-size: 26px
}

.section-header .ja {
  display: block
}

.section-header .en {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 16px;
  letter-spacing: 0.6em;
  text-transform: uppercase
}

.section-header .en:after, .section-header .en:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 16px;
  text-transform: uppercase;
  letter-spacing: 1rem
}

.section-header .en:after {
  background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/icon_nav.png) 50% 50% / cover no-repeat;
  left: 0
}

.section-header .en:before {
  background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/icon_nav.png) 50% 50% / cover no-repeat;
  right: 0;
  transform: rotate(180deg)
}

.section-subheader {
  line-height: 1;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #5c2802;
}

.square-list li {
  position: relative;
  padding-left: 20px;
}

.square-list li::before {
  content: '\25a0';
  position: absolute;
  top: 0;
  left: 0;
}

.top-jumbotron-cart, .jumbotron-cart {
  position: fixed;
  top: 308px;
  right: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .d-sp {
    display: none !important;
  }
  .top-share-sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
  }

  .d-sp {
    display: none !important;
  }

  .inner {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
  }
  .section-header {
    margin-bottom: 6.5rem;
  }
  .section-subheader {
    margin-bottom: 7rem;
  }
  .top-btn {
    margin-bottom: 90px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .top-jumbotron-cart, .jumbotron-cart {
    position: fixed;
    top: 60px;
    right: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
  .d-pc {
    display: none !important;
  }
  .wrapper {
    width: 89.6%;
    margin: 30px auto;
  }
  .section-header {
    margin: 0 5% 30px;
    text-align: center;
  }
  .section-header span {
    font-size: 2rem;
  }
  .section-subheader {
    margin-bottom: 25px;
    text-align: center;
  }
  .section-subheader {
    font-size: 1.8rem;
  }
  .img-limit {
    max-width: 100%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%
  }
}

/* ----------------------------------------------------------------
   ページヘッダー
   ---------------------------------------------------------------- */

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.page-header h1 {
  margin: 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page-header li {
  line-height: 1;
  color: #3d2807;
}

.page-header>a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
}

.header-cb {
  display: none;
}

.header-contact, .header-nav-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.header-contact li>p:before, .header-contact li>a:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 8px;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
  font-size: 1.8rem;
  font-family: "FontAwesome"
}

.hc-q a::before {
  content: '\f128';
}

.hc-mail a::before {
  content: '\f0e0';
}

.hc-tel p::before, .hc-tel a::before {
  content: '\f095';
}
@media screen and (max-width: 1024px) {
  .d-pc {
    display: none;
  }
.page-header+div, .page-header+main, .page-header+section, .margin-fix {
  margin-top: 60px;
}
}
@media screen and (min-width: 1025px) {
  .page-header+div, .page-header+main, .page-header+section, .margin-fix {
    margin-top: 156px;
  }
}

@media screen and (min-width: 769px) {
  .page-header {
    padding: 10px 0;
    border-bottom: 1px solid #3f3404;
    background-color: #fff;
    transition: top, 0.1s;
  }

  .page-header-inner {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
  }
  .site-logo {
    width: 350px;
  }
  .header-btn {
    display: none;
  }
  .header-nav {
    display: block !important;
    width: calc(100% - 350px)
  }
  .header-contact li {
    margin-left: 30px;
    font-size: 1.6rem;
  }
  .header-contact li::before {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .header-contact li:nth-child(3)::before {
    padding-bottom: 30px
  }
  .hc-tel-num {
    display: inline-block;
    font-size: 4rem;
  }
  .h-tel-cap {
    display: block;
    padding-right: 5px;
    text-align: right;
    letter-spacing: 0.2em;
    font-size: 1.3rem;
    color: #444;
  }
  .header-nav-main {
    position: relative;
    width: 1100px;
    margin: 10px auto 0;
    padding-top: 5px;
  }
  .header-nav-main li {
    position: relative;
    margin-left: 40px;
  }
  .header-nav-sp {
    display: none !important;
  }
  .sp-menu-bottom {
    display: none;
  }
  .header-nav-main li:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    margin: auto;
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/icon_nav_2.png) 50% 50% / cover no-repeat;
    width: 34px;
    height: 16px;
    text-transform: uppercase;
    letter-spacing: 1rem;
  }
  a.cart-btn, a.cart-btn:visited {
    position: relative;
    top: -5px;
    display: block;
    width: 232px;
    margin: auto;
    padding: 4px 10px;
    border: none;
    border-radius: 3px;
    background-color: #ab9436;
    background: linear-gradient(to bottom, #ab9436 1%, #a0861c 100%);
    white-space: nowrap;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    transition: all .3s;
    outline: none;
    cursor: pointer;
  }
  a.cart-btn:hover, a.cart-btn:visited:hover {
    overflow: hidden;
    opacity: 0.8;
  }
  a.cart-btn::before, a.cart-btn:visited::before {
    content: "";
    position: absolute;
    top: 0;
    left: -72px;
    height: 100%;
    visibility: hidden;
    transform: skew(-45deg);
    border-left: solid 30px rgba(255, 255, 255, 0.2);
  }
  a.cart-btn:hover::before, a.cart-btn:visited:hover::before {
    left: 120%;
    visibility: visible;
    transition: left 200ms;
  }
  .top-share-icn {
    display: flex;
    justify-content: space-around;
    padding: 0 75px
  }
}

@media screen and (max-width: 768px) {
  .margin-fix {
    margin-top: 60px;
  }
  .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: rgba(244, 244, 240, 0.95);
  }
  .header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #f4f4f4;
    box-sizing: border-box;
  }
  .page-header-inner {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: auto;
  }
  .header-nav-main-wrap {
    position: fixed;
    top: 59px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
    opacity: 0;
    overflow: scroll;
    visibility: hidden;
    background-color: #f4f4f0;
    transition: opacity 0.6s, visibility 0.6s;
  }
  .is-active .header-nav-main-wrap {
    z-index: 10001;
    visibility: visible;
    display: block;
    opacity: 1;
  }
  .site-logo {
    position: absolute;
    left: 2.5%;
    top: 7px;
    z-index: 10;
    width: 38px;
  }
  .site-ttl, .sp-site-ttl {
    width: 220px;
    height: 40px;
  }
  .page-header .sp-site-ttl {
    display: block;
  }
  .site-ttl {
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    z-index: 11;
    margin: auto;
    line-height: 1.3;
    text-align: center;
    font-size: 1.5rem;
    color: #553835;
  }
  .site-ttl>span {
    display: block;
    letter-spacing: 0.35rem;
    font-size: 1.1rem;
  }
  .logo-text {
    display: block;
    width: 20%;
  }
  .header-nav-sp .header-nav-main {
    display: block;
  }
  .menu-trigger {
    position: absolute;
    top: 22px;
    right: 3.5%;
    z-index: 100;
    display: inline-block;
    width: 20px;
    height: 15px;
    cursor: pointer;
    transition: all .4s;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    border-radius: 0;
    background-color: #5c2802;
    transition: all .4s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger span:nth-of-type(1) {
    animation: menu-bar01 .4s forwards;
  }
  .menu-trigger span:nth-of-type(2) {
    transition: all .25s forwards;
    opacity: 1
  }
  .menu-trigger span:nth-of-type(3) {
    animation: menu-bar02 .4s forwards;
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(9px) rotate(45deg)
    }
    50% {
      transform: translateY(9px) rotate(0)
    }
    100% {
      transform: translateY(0) rotate(0)
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-9px) rotate(-45deg)
    }
    50% {
      transform: translateY(-9px) rotate(0)
    }
    100% {
      transform: translateY(0) rotate(0)
    }
  }
  .header-cb:checked~.page-header .menu-trigger span:nth-of-type(1) {
    top: -4px;
    animation: active-menu-bar01 .4s forwards
  }
  .header-cb:checked~.page-header .menu-trigger span:nth-of-type(2) {
    opacity: 0
  }
  .header-cb:checked~.page-header span:nth-of-type(3) {
    animation: active-menu-bar03 .4s forwards
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0)
    }
    50% {
      transform: translateY(9px) rotate(0)
    }
    100% {
      transform: translateY(9px) rotate(45deg)
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0)
    }
    50% {
      transform: translateY(-9px) rotate(0)
    }
    100% {
      transform: translateY(-9px) rotate(-45deg)
    }
  }
  .header-nav-sp {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .header-nav-main {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
  }
  .header-nav-main li {
    width: 100%;
    border-top: 1px solid rgba(165, 120, 48, 0.4);
    line-height: 1.7;
    text-align: center;
  }
  .header-nav-main li:not(:last-of-type) a {
    display: block;
    padding: 6px 0;
    font-size: 1.2rem;
    color: #3d2807;
  }
  .header-nav-main li:not(:last-of-type) a span {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    font-size: 1.4rem;
  }
  .header-nav-main li:not(:last-of-type) a span::before, .header-nav-main li:not(:last-of-type) a span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 34px;
    height: 16px;
    margin: auto;
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/icon_nav.png) left center / contain no-repeat;
    line-height: 1;
    vertical-align: middle;
  }
  .header-nav-main li:not(:last-of-type) a span::before {
    left: 0;
    right: initial;
  }
  .header-nav-main li:not(:last-of-type) a span::after {
    left: initial;
    right: 0;
    transform: rotate(180deg);
  }
  .header-nav-main li>a.cart-btn {
    margin: 18px auto 0;
    padding: 4px 10px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #fff;
  }
  a.cart-btn, a.cart-btn:visited {
    position: relative;
    top: -5px;
    display: block;
    width: 95%;
    margin: auto;
    padding: 4px 10px;
    border: none;
    border-radius: 3px;
    background-color: #ab9436;
    background-image: linear-gradient(to bottom, #ab9436 1%, #a0861c 100%);
    white-space: nowrap;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
  }
  a.cart-btn:hover, a.cart-btn:visited:hover {
    overflow: hidden;
    opacity: 0.8;
  }
  a.cart-btn:before, a.cart-btn:hover::before, a.cart-btn:visited::before, a.cart-btn:visited::hover:before {
    display: none
  }
  .hc-q a::before, .hc-mail a::before, .hc-tel a::before {
    display: inline-block;
    margin-right: 0.7rem;
    vertical-align: middle;
  }
  .hc-q a::before {
    content: url(https://img21.shop-pro.jp/PA01409/163/etc/icon_q.png);
  }
  .hc-mail a::before {
    content: url(https://img21.shop-pro.jp/PA01409/163/etc/icon_mail.png);
  }
  .hc-tel a::before {
    content: url(https://img21.shop-pro.jp/PA01409/163/etc/icon_tel.png);
  }
  .header-nav .hc-tel span:nth-of-type(1) {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 3rem;
  }
  .header-nav .hc-tel span:nth-of-type(2) {
    font-size: 1rem;
  }
  .sp-menu-bottom {
    display: block;
  }
  .sp-menu-bottom .top-share-btn {
    width: 100%;
    flex-flow: column;
    margin: 0 auto 25px;
  }
  .sp-menu-bottom .ttl {
    text-align: center;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .sp-menu-bottom .top-share-btn a {}
  .sp-menu-tel {
    width: 100%;
    display: block;
    margin: 0 auto 100px;
  }
}

a, a:visited {
  color: #3d2807;
}

a:hover {
  color: #3d2807;
  text-decoration: none;
}

/* ----------------------------------------------------------------
   Top: Share
   ---------------------------------------------------------------- */

.top-share {
  background-color: #f4f4f0;
}

.top-share .section-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-share-btn {
  display: flex;
  justify-content: center;
}

.top-share-btn a {
  display: block;
  padding: 12px 46px;
  background-color: #553835;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.top-share-btn a::before {
  display: inline-block;
  margin-right: 1.4rem;
  vertical-align: middle;
  font-family: "FontAwesome";
}

.top-share-btn li:nth-of-type(1) a::before {
  content: '\f086';
}

.top-share-btn li:nth-of-type(2) a::before {
  content: '\f003';
}

.top-share-btn li:nth-of-type(3) a::before {
  content: '\f0c5';
}

#top-share-text {
  position: fixed;
  top: 100%;
  left: 100%;
}

@media screen and (min-width: 1025px) {
  .top-share {
    margin-bottom: 25px;
    padding: 50px 0;
  }
  .top-share .section-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    top: -80px;
  }
  .top-share .section-header span {
    margin: 0 70px;
  }
  .top-share-btn li+li {
    margin-left: 32px;
  }
  .top-share-btn a {
    border: 1px solid transparent;
    border-radius: 20px;
    line-height: 1;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .top-share {
    padding: 20px 0;
  }
  .top-share .section-header span {
    width: calc(100% - 120px);
  }
  .top-share .section-header::before, .top-share .section-header::after {
    content: '';
    display: inline-block;
    width: 55px;
    height: 67px;
  }
  .top-share .section-header::before {
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/share_1.png) top center / contain no-repeat;
  }
  .top-share .section-header::after {
    max-width: none;
    padding: 0;
    background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/share_2.png) top center / contain no-repeat;
  }
  .top-share-btn {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .top-share-btn li {
    width: 80%;
    margin: 0 auto 5px;
    text-align: center;
  }
  .top-share-btn a {
    width: 100%;
    margin: 0 auto;
    padding: 12px 46px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 20px;
    line-height: 1;
    font-size: 1.4rem;
  }
  .top-share-btn a::before {
    font-size: 1.4rem;
  }
  .top-share-sp {
    width: 95%;
    margin: 0 auto 25px;
    text-align: center;
  }
}

/* ----------------------------------------------------------------
   ページフッター
   ---------------------------------------------------------------- */

.footer-info {
  padding: 15px 0;
  border-top: 1px solid #d8cfc3;
  border-bottom: 1px solid #d8cfc3;
}

.footer-payment {
  text-align: center;
}

.footer-payment span {
  display: inline-block;
  padding: 0 55px;
  background: url(https://img21.shop-pro.jp/PA01409/163/etc/icon_nav_l.png) left center no-repeat, transparent url(https://img21.shop-pro.jp/PA01409/163/etc/icon_nav_r.png) right center no-repeat;
  line-height: 1;
  font-weight: 600;
  font-size: 1.6rem;
  color: #563c3c;
}

.footer-tel {
  display: flex;
}

.footer-tel .footer-tel-num::before {
  content: url(https://img21.shop-pro.jp/PA01409/163/etc/icon_tel_2.png);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: auto 0.7rem auto auto;
  padding-top: 20px;
}

.footer-link {
  border-bottom: 1px solid #d8cfc3;
}

.footer-link a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #563c3c;
}

.footer-link a::before {
  content: '\f105';
  display: inline-block;
  margin-right: 0.7rem;
  font: 1.4rem/1 "FontAwesome";
}

.footer-link a:hover, .footer-link a:active {
  text-decoration: underline;
}

.footer-site-policy .footer-policy-link {
  padding: 5px 16px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #3f3404;
  font-size: 1.2rem;
  color: #fff;
  transition: background-color 0.35s, color 0.35s;
}

.footer-site-policy .footer-policy-link:hover {
  border-color: #3f3404;
  background-color: #fff;
  text-decoration: none;
  color: #3f3404;
}

.copyright {
  text-align: center;
  color: #84735f;
}

.to-top {
  position: fixed;
  z-index: 100;
  display: none;
  border: none;
  background: transparent url(https://img21.shop-pro.jp/PA01409/163/etc/btn_top.png) 0 0 / cover no-repeat;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .page-footer {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
  }
  .footer-banner, .footer-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .footer-info {
    padding: 20px 0;
  }
  .footer-tel span {
    display: block;
    line-height: 1;
    text-align: center;
    text-decoration: none
  }
  .footer-tel a span:nth-of-type(1) {
    font-size: 3.6rem;
    color: #563c3c;
  }
  .footer-tel a span:nth-of-type(2) {
    font-size: 1.6rem;
    color: #b7b7b7;
  }
  .footer-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 25px 0;
  }
  .footer-tel {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .footer-tel .footer-tel-num {
    position: relative;
    padding-left: 44px;
    font-size: 4.2rem;
    color: #563c3c;
  }
  .footer-tel .footer-tel-cap {
    padding-top: 5px;
    letter-spacing: 0.3rem;
    font-size: 14px;
    color: #b7b7b7;
  }
  .footer-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .footer-btn li {
    margin-left: 10px;
  }
  .footer-btn a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #3f3504;
    line-height: 1;
    font-size: 1.2rem;
    color: #fff;
  }
  .footer-btn a:hover, .footer-btn a:active, .footer-btn a:focus {
    text-decoration: none;
  }
  .footer-btn li:last-of-type a {
    padding: 15px 55px;
    background-color: #a99232;
    font-size: 1.4rem;
  }
  .footer-site-policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
  .footer-site-policy li {
    margin-left: 10px;
  }
  .footer-site-policy .footer-policy-link {
    display: block;
  }
  .to-top {
    right: 20px;
    bottom: 50px;
    width: 50px;
    height: 50px;
  }
  .copyright {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .page-footer {
    width: 100%;
    margin: 0 auto;
  }
  .footer-banner li {
    margin: 10px 0;
  }
  .footer-banner a {
    display: inline-block;
    width: 100%;
    padding-top: 18%;
    background-color: #ccc;
  }
  .footer-info {
    width: 95%;
    margin: auto;
    padding: 15px 0;
    border-bottom: none;
    text-align: center;
  }
  .footer-logo, .footer-payment {
    margin-bottom: 20px;
  }
  .footer-logo .logo-img, .footer-logo .logo-title {
    vertical-align: middle;
    text-align: left;
  }
  .footer-logo .logo-title span:nth-of-type(1) {
    letter-spacing: 0.8rem;
  }
  .footer-logo .logo-title span:nth-of-type(2) {
    font-size: 2rem;
  }
  .footer-tel {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer-tel span {
    display: block;
  }
  .footer-tel span:nth-of-type(1) {
    position: relative;
    padding-left: 40px;
    line-height: 1;
    font-size: 3.8rem;
    color: #563c3c;
  }
  .footer-tel span:nth-of-type(2) {
    padding-top: 5px;
    padding-left: 40px;
    line-height: 1;
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    color: #b7b7b7;
  }
  .page-footer .logo-img+img {
    width: 129px;
  }
  .footer-payment img {
    max-width: 100%;
  }
  .footer-link {
    margin: 0 0 15px;
    border-bottom: 1px solid #d8cfc3;
    text-align: center;
  }
  .footer-link li {
    border-top: 1px solid #d8cfc3;
  }
  .footer-link a {
    display: block;
    padding: 10px 0;
  }
  .footer-site-policy {
    margin-bottom: 30px;
  }
  .footer-site-policy li {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-site-policy .footer-policy-link, .footer-site-policy .cart-btn {
    display: inline-block;
  }
  .footer-site-policy .cart-btn {
    width: 180px;
  }
  .footer-btn {
    display: none;
  }
  .to-top {
    right: 2.5%;
    bottom: 15px;
    width: 44px;
    height: 44px;
  }
  .copyright {
    margin: 8px 0;
    font-size: 1rem;
  }
}
