@charset "euc-jp";

/* bxslider3 */

.bxslider3 li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport li {
  display: block !important; /*JSが読み込まれたら表示*/
}

.bxslider3 {
  overflow: hidden;
}
.bxslider3 .bxslider {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.bxslider3 ul {
  list-style: none;
  overflow: hidden;
  width: 715%;
}
.bxslider3 li {
  float: left;
  opacity: 1 !important;
}
.bxslider3 ul li img {
  width: 100%;
  height: auto;
}

.bxslider3 .bx-viewport {
  overflow: visible !important;
}
.bxslider3 .bx-wrapper {
  margin-bottom: 30px;
}
.bxslider3 .bx-wrapper .bx-pager {
  padding-top: 0px;
  bottom: -30px;
}
.bxslider3 .bx-wrapper .bx-viewport {
  border: none ;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: -25px;
}

.bxslider3 .bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

@media only screen and (max-width: 1250px) {
  .bxslider3 .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

.bxslider3 .bx-wrapper .bx-prev,
.bxslider3 .bx-wrapper .bx-next {
  transition: opacity .25s ease;
}

.bxslider3 .bx-wrapper .bx-prev {
  background: url(https://file003.shop-pro.jp/PA01468/341/images/arrow-left.png) no-repeat left top/60px 60px;
  left: -30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bxslider3 .bx-wrapper .bx-prev {
    background: url(https://file003.shop-pro.jp/PA01468/341/images/arrow-left-2x.png) no-repeat left top/60px 60px;
  }
}

@media only screen and (max-width: 1250px) {
  .bxslider3 .bx-wrapper .bx-prev {
    background-size: 40px 40px;
    left: 10px;
  }
}

.bxslider3 .bx-wrapper .bx-prev:hover {
  opacity: .6;
}

.bxslider3 .bx-wrapper .bx-next {
  background: url(https://file003.shop-pro.jp/PA01468/341/images/arrow-right.png) no-repeat left top/60px 60px;
  right: -30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .bxslider3 .bx-wrapper .bx-next {
    background: url(https://file003.shop-pro.jp/PA01468/341/images/arrow-right-2x.png) no-repeat left top/60px 60px;
  }
}

@media only screen and (max-width: 1250px) {
  .bxslider3 .bx-wrapper .bx-next {
    background-size: 40px 40px;
    right: 10px;
  }
}

.bxslider3 .bx-wrapper .bx-next:hover {
  background-position: 0 0;
  opacity: .6;
}

.bxslider {
  position: relative;
}

.bxslider:before {
  content: "";
  background: url(https://file003.shop-pro.jp/PA01468/341/images/texture01.png);
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 615px;
  z-index: 1;
}

.bxslider:after {
  content: "";
  background: url(https://file003.shop-pro.jp/PA01468/341/images/texture01.png);
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 615px;
  z-index: 1;
}

.global-nav-wrap {
  width: 100%;
  background-color: #B20409;
  padding: 10px 0px;
}
.global-nav-wrap .row:before,
.global-nav-wrap .row:after {
  content: none;
}
.global-nav {
  display: flex;
}
.global-nav .global-nav-unit {
  text-align: center;
  flex: 1;
  list-style: none;
}

.global-nav-unit a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #E8280D;
    padding-top: 2px;
}


.global-nav__unit {
  flex: auto;
  text-align: center;
  border-right: 1px solid;
  border-color: #472D0E;
  padding: 0;
  width: auto;
  position: relative;
}



.global-nav__unit:before {
  background: #472D0E;
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}

.global-nav__unit i {
  vertical-align: -44%;
  margin-right: 10px;
}

.global-nav__txt {
  font-family : Noto Sans CJK JP;
  font-weight : bold;
  font-size : 14px;
  line-height : 27px;
  position : relative;
  color : #FFFFFF;
  padding-left: 1em;
}

.global-nav__txt:hover {
  text-decoration: none;
  color: #FFFFFF;
  opacity: .7 !important;
  transition: .3s ease;
}

.external-link a:after {
    content: url(https://file001.shop-pro.jp/PA01299/823/images/target-blank.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    top: 5px;
}


/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    body {
        image-rendering: -webkit-optimize-contrast;
    }
}


#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

form {
  margin: 0;
}

.row {
  max-width: 1170px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

p {
  margin-top:10px;
  margin-bottom:10px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.btn-01 {
  border: 1px solid #444444;
  background-color: #444444;
  color: #fff;
  *background-color: #444444;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #666666;
  background-color: #666666;
  color: #fff;
  *background-color: #666666;
}

.btn-02 {
  border: 1px solid #D32F1A;
  background-color: #D32F1A;
  color: #fff;
  *background-color: #D32F1A;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #B20409;
  background-color: #B20409;
  color: #fff;
  *background-color: #B20409;
}

.btn-03 {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}



.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

/* table */

.table th,
.table td {
  border-top: 2px solid #DDD6BA;
  
}

.table th {
  background-color: #FFFCED;
  color: #494844;
}

.table td {
  background-color: #fff;
  color: #222222;
}

table td[class*="col"],
table th[class*="col"],
.row table td[class*="col"],
.row table th[class*="col"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table-bordered {
  border: 2px solid #DDD6BA;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *border-collapse: collapse;
}

.table-bordered th,
.table-bordered td {
  border-left: 2px solid #DDD6BA;
  line-height: 1.8em;  
}

/*
li {
  margin-bottom: 5px;
}
*/

/* ========================================
      PCの場合
======================================== */

body {
  background-color: #fff;
  color: #222222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px; 
}

a {
  color: #222222;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #5e5e5e;
  text-decoration: none;
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.text-block {
  line-height: 2;
}

.ttl-h2 {
  margin:0 0 1em 0;
  color: #222222;
  font-weight: bold;
  font-size: 1.7em;
  font-size: clamp(1.2em, 3.1875vw, 1.7em);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 14px 0;
  border-bottom: 1px solid #D32F1A;
  color: #222222;
  font-weight: bold;
  font-size: 1.3em;
  font-size: clamp(1em, 24375vw, 1.3em);
  letter-spacing : 0.096em;
}

#container {
  z-index: 101;
  padding-top: 40px;
}

/* スライダー */

#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  padding-top: 30px;
}

.header-headline-nav {
  font-size: 13px;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #222222;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-logo {
  float: left;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }

.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #222222;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}


.head-bar-wrap {
  padding: 8px 0;
  color: #222222;
  background: #F4F1EF;
   width: 100%;
   height: 18px;
  margin-bottom: 15px;
}
.head-bar-wrap h1 {
  float: left;
  font-weight: normal;
}
.head-bar-wrap-sp {
  color: #472D0E;
  background-color: #F4F1EF;
  text-align: center;
}
.head-bar-wrap-sp p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 90%;
  padding: 0.3em;
}

/* スマホ用グルーバルナビ終了 */

.upbar-wrap {
  color: #703317;
  background-color: #F4F0E6;
   padding: 10px 0;
}
.upbar__lead {
  font-size: 0.8em;
  margin: 0;
}

/* ************************************************
 *  ヘッダーカスタマイズ
 * ************************************************ */
.flex-wrapper {
display: flex;
justify-content: space-between;  
}



.display-flex {
list-style: none;
}

.header-tel {
margin-top: 15px;
margin-right: 10px;
}

.sp-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-end;
  align-items: center;
  }
.logo-sp {
  margin-right: auto;
  padding: 10px 30px 10px 10px;
  }
.favorite-sp {
  padding: 10px;
  }
.login-sp {
  padding: 10px;
  }
.cart-sp {
  padding: 10px;
  }

.head-bar-wrap {
  padding: 8px 0;
  color: #222222;
  background: #F4F1EF;
   width: 100%;
   height: 18px;
  margin-bottom: 15px;
}
.head-bar-wrap h1 {
  float: left;
  font-weight: normal;
}
.head-bar-wrap-sp {
  color: #472D0E;
  background-color: #F4F1EF;
  text-align: center;
}
.head-bar-wrap-sp p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 90%;
  padding: 0.3em;
}

.header-favorite {
 margin-right:  10px;
}

.header-myaccount {
 margin-right:  10px;
}

.header-side {
  padding-top:  30px;
  margin-bottom: 5px;  
}

@media screen and (max-width:1024px) {
    /*　画面サイズが1024px以下の場合読み込む　*/
  html,
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }  
}

/* スマホ用グルーバルナビ開始 */
.sp-global-nav-wrap  {
  width: 100%;
  border-bottom: 1px solid #F25341;
}
.sp-global-nav-wrap .row:before,
.sp-global-nav-wrap .row:after {
  content: none;
}

.sp-global-nav-primary {
  font-weight:700;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sp-global-nav {
  font-weight:700;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sp-global-nav .sp-global-nav__unit {
  text-align: center;
  padding: 0.4em 0;
  width: 50%;
  box-sizing: border-box;
  display:inline-block;
  background: #B20409;  
}
.sp-global-nav .sp-global-nav__unit a {
  color: #FFFFFF;  
}
.sp-global-nav__unit a:hover {
  text-decoration: none;
}

.sp-global-nav__unit {
  text-align: center;
  padding: 0.4em 0;
  width: 50%;
  box-sizing: border-box;
  display:inline-block;
  border-top: 1px solid  #F25341;
}
.sp-global-nav__unit a:hover {
  text-decoration: none;
}
.sp-global-nav li.sp-global-nav__unit:nth-child(odd) {
  border-top: 1px solid  #F25341;
  border-right: 1px solid  #F25341;
}

.global-nav__txt-sp {
  color: #FFFFFF;
  font-weight: bold;
}
.sp-global-nav__unit  a {
width:100%;
display:block;
}

/* スマホ用グルーバルナビ終了 */




/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  margin: 20px 0;
}
  .side-section li a {
    color: #222222;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section li a:hover {
    color: #5e5e5e;
    text-decoration: underline;
  }

.secondary-box .ttl-h3 {
  font-size: 18px;
  position: relative;
  padding: 0.2em 0.2em 0.2em 1.4em ;
  letter-spacing : .05em;
}
.secondary-box .ttl-h3:before {
  content: url(https://file001.shop-pro.jp/PA01299/823/images/gyoza-small.svg);
  position: absolute;
  padding-top: 8px;
  left: 0px;
  width: 18px;
  height: 10px;
}

.incart-delivery {
  clear: both;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 8px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeab53;
}
.incart-delivery ul {
  margin: 0;
}
.incart-delivery li {
  padding: 2px 0;
  margin: 0;
}
.incart-delivery li:first-child {
  border-top: none;
}
.search-select {
  margin-bottom: 10px;
}
.search-box {
  float: left;
  width: 65%;
}
.search-btn[type="submit"] {
  float: right;
  padding: 4px 0;
  width: 25%;
}
.side-category-name,
.side-group-name {
  display: block;
  margin-top: 10px;
}

/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
.topicpath-nav li {
  display: inline;
  margin-right: .2em;
}
.topicpath-nav li a {
  margin-left: .2em;
  color: #444;
  text-decoration: none;
}
.topicpath-nav li a:hover {
  color: #5e5e5e;
  text-decoration: underline;
}

/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.recommend-block,
.new-item-block,
.series-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  word-break: break-all;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding: 0px 2px;
}

.series-block img {
  margin-bottom: 10px;
}

.series-block {
  margin-bottom: 30px;
}

/* 商品リスト */
.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px 0 10px;
}

.prd-lst-img {
  background: #fff;
}
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.prd-lst-exp {
  font-size: 13px;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
  line-height : 1.6;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #D32F1A;
  font-size: 15px;
  font-weight: bold;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
.prd-lst-pager ul {
  position: relative;
  left: 50%;
  float: left;
  padding-top: 15px;
}
.prd-lst-pager li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 4px;
  text-align: center;
  line-height: 26px;
}
.prd-lst-pager li a,
.prd-lst-pager li span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 .5em;
}
.prd-lst-pager li a {
  border: 1px solid #D32F1A;
  background-color: #D32F1A;
  color: #fff;
  text-decoration: none;
}
.prd-lst-pager li a:hover {
  border: 1px solid #B20409;
  background-color: #B20409;
}
.prd-lst-pager li span {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  color: #c6c6c6;
}

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    margin-top: 20px;
  }
  .prd-lst-pos b {
    font-weight: bold;
    font-size: 18px;
  }

/* フッター */

.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #AAAAAA;
}

.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #AAAAAA;
}

.notice-wrapper h3 {
  font-weight : bold;
  font-size : 18px;
  line-height : 27px;
  letter-spacing : 0.9px;
  position : relative;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  text-align: center;
  padding:  0.5em 0;
}

.notice-wrapper .ttl-h2 {
  margin-bottom: .6em;  
}

.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
  padding: 40px 0;
}

.footer-lst {
  padding: 0 0 0 40px;
}
.footer-lst h3 {
  font-size: 18px;
  margin: 0 0 10px;
  letter-spacing: 0.1em;
}
.footer-lst li {
  margin: 0 0 5px;
  line-height: 2em;
}
.footer-lst a {
  color: #222222;
}

.footer-lst a:hover {
  color: #5e5e5e;
}

/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #fff;
  background: #222222;  
  text-align: center;
  font-style: normal;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}


/* freepage */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    height: auto;
  }

/* sns */

.sns-lst {
  list-style: none;
  margin-top: 2em;
}
.sns-lst li{
  display: inline-block;
  width: 24px;
  margin-right: 8px;
}
.sns-lst li:last-child{
  margin: 0;
}
.sns-lst li img{
  width: 100%;
}

@media (min-width: 1200px) {
.a-container {
    width: 1230px;
 }  
  .container {
    max-width: 1230px !important;
  }
  .row {
    max-width: 1230px !important;
  }
.footer-lst ul li {
    position: relative;
    padding-left: 1.1em;/*アイコン分のスペース*/
}

.footer-lst ul li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: bold;
    position: absolute;
    left: 0;/*アイコンの位置*/
    color: #222222; /*アイコン色*/
    }
.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #222222;
    }  
}

/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
  .secondary-box .ttl-h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }

  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }

  .header-logo {
    padding-top: 10px;
  }
  .header-logo {
    width: 60%;
  }

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* メイン */
  .main-section {
    padding-left: 0;
  }

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* フッター */
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .manager-caption {
    margin-bottom: 30px;
  }
  .manager-name {
    text-align: center;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
  .footer-lst h3 {
    text-align: center;
    color: #FFFFFF;
  }
  .footer-lst li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #444444;
  }
  .footer-lst li:nth-child(odd) {
    border-right: 1px solid #444444;
  }
  .footer-lst a {
    display: block;
    padding: 12px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
  }
  .copyright {
    font-size: 10px;
  }


  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

.about-official {
  background: #FBFAF6;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 360px; /* カラムの高さ指定 */ 
  grid-template-columns: 1fr 630px; /* 左右のカラムの幅指定 */
}


.intro-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  max-height: 260px;
}

.intro-box p {
  line-height: 2em;
  margin: 1em auto;  
}

.intro-box img {
  display: block;
  margin: 0 auto 15px;
}
.intro-box-btn {
  width: 400px;
  margin:  0px auto 0px;
}
.intro-btn {
  display: block;
  background : #D32F1A;
  color: #FFFFFF;
  width: 400px;
  min-height: 34px;
  margin: 0;  
  padding: .8em 1.4em;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  box-sizing: border-box;
  font-size : 18px;
  line-height : 24px;  
}

.intro-btn:after {
    content: url(https://file001.shop-pro.jp/PA01299/823/images/target-blank.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    left: 0;
}

/* カラム幅の変更 */

@media (min-width: 1200px) {
  /* デバイスサイズ 1200px以上に適用 */

.primary {
  width: 854px;
  padding: 0;
  order: 2;
  }
.secondary {
  width: 270px;
  padding: 0;  
  order: 1;
  }
  
.secondary-box {
  padding: 16px 20px;
  margin-bottom: 40px;  
  background: #FBFAF6;  
  }  
}

.p-shop-wrap {
    margin-top: 60px;
  }

@media screen and (max-width: 768px) {
  .secondary {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .section-group {
    margin-bottom: 45px;
  }

  .content-group {
    margin-bottom: 30px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 1199px) {
  .section-group {
    margin-bottom: 40px;
  }

  .content-group {
    margin-bottom: 20px;
  }
}

@media (max-width: 979px) {
  .section-group {
    margin-bottom: 30px;
  }

  .content-group {
    margin-bottom: 15px;
  }
}

/*　Googleカレンダー埋め込み  */

.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%;
    max-width:968px;
    height:400px;
    }

@media (min-width: 768px) {
    
.g-calendar iframe {
    height:600px;
    }
        
}

.secondary-box .ttl-h3:before {
    content: url(https://file001.shop-pro.jp/PA01299/823/images/gyoza-small.svg);
    position: absolute;
    padding-top: 8px;
    left: 0px;
    width: 18px;
    height: 10px;
}

#notice-wrapper h4 {
    position: relative;
    padding: 0.2em 0 0.2em 1.6em;
    font-size: 16px;
    margin-bottom: 0.5em;
    font-size: 16px;
}

#notice-wrapper h4:before {
    content: url(https://file001.shop-pro.jp/PA01299/823/images/gyoza-small.svg);
    position: absolute;
    padding-top: 8px;
    left: 0px;
    width: 18px;
    height: 10px;
}

ul.sns-link-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.sns-link-footer li {
  display: inline-block;
  padding-left: 0px;
  margin-right: 20px;
}
ul.sns-link-footer li :last-child {
  margin-right: 0;
}
ul.sns-link-footer li img {
  width: 20px;
  height: 20px;
}

.intro-box-btn a:after {
    content: url(https://file001.shop-pro.jp/PA01299/823/images/target-blank.svg);
    display: inline-block;
    width: 20px;
    height: auto;
    margin-left: 10px;
    position: relative;
    top: 3px;
    left: 0;
}

.side-section ul.side-section-lst li {
    position: relative;
    padding-left: 1em;
}

.side-section ul.side-section-lst li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: bold;
    position: absolute;
    left: 0;
    color: #222222;
    padding-top: 3px;    
}

/******************************/
/* TOP 店舗紹介 */
/******************************/
.p-shop {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background: #FBFAF6;
}
@media screen and (max-width: 1023px) {
	.p-shop {
		margin-left: 25px;
		margin-right: 25px;
	}
}
@media screen and (max-width: 768px) {
	.p-shop {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
}

.p-shop__img {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	min-height: 360px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.p-shop__img {
		display: block;
		width: auto;
		min-height: 200px;
		height: 0;
		padding-bottom: 54.29%;
	}
}

.p-shop__txt {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 40px;
	width: 50%;
	color: #222222;
	max-width: 680px;  
}
.p-shop__txt img {
  margin: 0px auto 15px;
  display: block;  
}
.p-shop__txt p {
	line-height: 1.8;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
	.p-shop__txt {
		padding: 30px 30px;
	}
}
@media screen and (max-width: 768px) {
	.p-shop__txt {
		padding: 40px 20px;
		width: auto;
	}
}


.p-shop__body {
	line-height: 1.8;
	font-size: 14px;
}


/******************************/
/* 追加 */
/******************************/

.large-headline-copy {
  background: linear-gradient(transparent 0%, transparent 50%, #fffced 50%, #fffced 100%);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  display: inline-block;
}

.item-headline {
  margin-top: 0;
}

.item-headline,
.page-headline {
  font-size: 1.733em;
  font-size: clamp(1.6em, 3.249375vw, 1.733em);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  padding-bottom: 5px;
  border-bottom: 2px solid #d32f1a;
}

.medium-headline {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  padding-left: 38px;
  border-bottom: 2px dotted #DDD6BA;
}

.medium-headline::before {
  content: url(https://file001.shop-pro.jp/PA01299/823/images/gyoza-big.svg);
  width: 32px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.small-headline {
  color: #D32F1A;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  padding-left: 23px;
}

.small-headline::before {
  content: url(https://file001.shop-pro.jp/PA01299/823/images/gyoza-small.svg);
  width: 18px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.button {
  color: #fff;
  background: #D32F1A;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.button:hover {
  color: #fff;
  background: #b20409;
  text-decoration: none;
}

.color-box-01,
.color-box-02,
.color-box-red,
.color-box-white {
  padding: 25px;
  border-radius: 10px;
}

.color-box-01 {
  background-color: #fffced;
}

.color-box-02 {
  background-color: #ebe6d6;
}

.color-box-red {
  color: #b20409;
  background-color: #f6d5d1;
}

.color-box-white {
  background-color: #fff;
}

.head-bar-wrap-sp {
  margin-bottom: 5px;
}

.sub-common-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.sub-common-navi li {
  width: calc(20% - 20px);
}

@media only screen and (max-width: 1023px) {
	.sub-common-navi li {
    width: calc(50% - 20px);
	}
}

@media screen and (max-width: 768px) {
	.sub-common-navi li {
    width: 100%;
	}
}

.sub-common-navi li a {
  color: #fff;
  background-color: #d32f1a;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}

.sub-common-navi li a:hover {
  color: #fff;
  background-color: #b20409;
  text-decoration: none;
  transition: .3s ease;
}

dl.faq dt {
  background-color: #fffced;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 15px;
  padding: 8px 0 8px 40px;
}

dl.faq dt::before {
  content: 'Q.';
  color: #b20409;
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 0;
  margin-left: 10px;
}

dl.faq dd {
  position: relative;
  margin: 0 0 30px 15px;
  padding-left: 25px;
}

dl.faq dd::before {
  content: 'A.';
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
}

.header-common-logo a:hover,
.header-side a:hover,
.side-banner a:hover,
.bxslider3 .bx-viewport a:hover,
.btn-01:hover,
.prd-lst-img:hover,
ul.sns-link-footer li a:hover,
.category-banner a:hover {
  text-decoration: none;
  opacity: .7 !important;
  transition: .3s ease;
}

.global-nav__txt:focus {
  color: #fff;
  text-decoration: none;
}

.prd_lst_link img {
  width: 100%;
}

.p-shop__txt {
  max-width: none;
}

.intro-box-btn {
  width: 75%;
  margin: 0 auto;
}

.intro-btn {
  width: 100%;
}

.intro-btn:focus {
  color: #fff;
  background-color: #d32f1a;
  text-decoration: none;
  border: none;
}

.intro-btn:hover {
  color: #fff;
  background-color: #b20409;
  text-decoration: none;
  transition: .3s ease;
}

.tbl_calendar {
  max-width: none;
}

.sp-global-nav .sp-global-nav__unit {
  padding: 0;
}

.global-nav__txt-sp {
  padding: 0.6em 0;
}

.menu-box-search form {
  overflow: auto;
  padding: 8px;
}

button .drawer-hamburger-icon {
  margin-top: 8px;
}

button .drawer-hamburger-icon::before {
  top: -8px;
}

button .drawer-hamburger-icon::after {
  top: 8px;
}

.drawer-hamburger-text {
  color: #222;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: 12px;
}

.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #F17E6E;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.page-top {
	display: none;
	margin: 0;
	padding: 0;
}

.page-top p {
	margin: 0;
	padding: 0;

	position: fixed;
	right: 16px;
	bottom: 16px;
}

.move-page-top {
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	text-decoration: none;
	text-align: center;

	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.move-page-top:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1023px) {
	.p-shop {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 769px) {
  .manager-caption {
    padding: 0 40px 0 0;
    border-right: 1px solid #222222;
  }
}

@media screen and (max-width: 768px) {
  .main-section {
    margin-bottom: -20px;
  }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .intro-box-btn {
    width: 100%;
  }

  .tbl_calendar {
    max-width: none;
  }

  .tbl_calendar caption {
    margin-bottom: 8px;
  }

  .footer-wrapper {
    font-size: 14px;
  }
  
  .manager-name {
    text-align: left;
  }

  .footer-lst {
    background: transparent;
  }

  .footer-lst h3 {
    background-color: #B20409;
    width: 100vw;
    margin: 0 -1vw;
    padding: 10px 0;
  }

  .footer-lst ul {
    width: 100vw;
    margin: 0 -1vw;
  }

  .footer-lst li:last-child {
    border-bottom: none;
  }

  .footer-lst a {
    color: #222;
    font-size: 12px;
    padding: 8px 14px;
  }
}

