@charset "euc-jp";
#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;
}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

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;
}

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

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

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

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

.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;
}

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}

/* ========== PC¡¦¡¦&#63728;´å¿è========== */
body {
  background-color: #fff;
  color: #4d4d4d;
}

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

a:hover {
  color: #5e5e5e;
}

/* ¡¦¢ã£âáâ³ã¥êŽÀ*/
.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;
  position: relative;
  padding-top: 1em;  
  color: #4d4d4d;
  font-weight: normal;
  font-size: 160%;
  border-top: 1px solid #999999;
}
.ttl-h2::before {
  position: absolute;
  content: "";
  left: 0;
  top:-1px;
  width: 80px;
  height: inherit;
  border-top: 4px solid #B11324;
}
/*PBLÀìÍÑ*/
.pbl-h2 {
  margin:0 0 1em 0;
  position: relative;
  padding:1em 0 1em 0;  
  color: #ffffff;
  font-weight: normal;
  font-size: 180%;
  background-color: #000000;
  text-align: center;
font-family: 'Noto Serif JP', serif;
}
/*BWJÀìÍÑ*/
.bwj-h2 {
  margin:0 0 1em 0;
  position: relative;
  padding:1em 0 1em 0;  
  color: #ffffff;
  font-weight: normal;
  font-size: 180%;
  background-color: #5E1238;
  text-align: center;
font-family: 'Noto Serif JP', serif;
}

.ttl-h3 {
  position: relative;
  margin-bottom: .7em;
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: #222222;
  color:#ffffff;
  font-weight: normal;
  font-size: 124%;
}
.ttl-h3::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 4px;
     height:20px;
     background-color:#B11324;
}

.ttl-h3-glay{
  margin: .7em auto;
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: #f2f2f2;
  font-weight: normal;
  font-size: 124%;
  border-left:4px solid #B11324;
}

.ttl-h3-lightglay{
  margin: 0 auto .7em auto;
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: #f2f2f2;
  font-weight: normal;
  font-size: 124%;
font-family: 'Noto Serif JP', serif;
}

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

/* ¡¦¹ã¥å¥â¤ã¥à¡¦¡¦*/
#sliderbutton {
  position: absolute;
  right: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ¡¦Ðä#¡¦#&#128;¡¦¡¦*/
#header {
  position: relative;
  z-index: 102;
  padding-top: 20px;
}

.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: #ffffff;
    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: 20px;
  }
  .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: #ffffff;
    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;
        color:#4d4d4d;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }

/* ¡¦¹ã¡¦¡¦Öæ4¡¦¡¦¡¦¡¦#&#128;¡¦¼ã¥á¥ã¶ä#¥ã¥î*/
.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;
}

/* ----- ¡¦µã£âáã²ä#¡ã¥ë¡¦¥ã¥î----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  padding: 15px 0;
  border-bottom:1px solid #DBDBDB;
  position: relative;
}
  .side-section li a {
    color: #4d4d4d;
    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 {
    text-decoration: underline;
  }
  .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: 70%;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 20%;
  }
 .search-btn {
   display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .side-category-name,
  .side-group-name {
    display: inline;
  }

/* ¡¦Âä#³ã¡ï¡¦Ôä#¡¦£í¥ã¡¦*/
.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 {
    text-decoration: underline;
  }

/* ¡¦²ã¡ðŽÀ*/
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

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

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

.news {
  padding: 6px 0;
  border-bottom:1px solid #DBDBDB;
}

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

.main-section {
  padding-left: 3 0px;
}

/* ¡¦¡¦3¢ä#¡¦£í¥ã¡¦*/
.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 6px 0;
  padding: 0;
  font-size: 17px;
  font-size: 15px;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #a1a19f;
  font-size: 13px;
}
.prd-lst-discount {
  color: #b81717;
}

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

.more-prd {
  clear: both;
}

/* ¡¦¡¦3¢ä!¡¦¡¦¡¦¼ã£ìáã£ã¥î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 #B11324;
    background-color: #B11324;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #A20617;
    background-color: #A20617;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

/* ¡¦¡¦3¢ä!¡¦¡¦¡¦¼ã£ìáã£ã¥î¡¦¿ã¥ö¡¦¡¦¥ã¡¦¡¦¡¦¹ã¡¦¡¦¡¦*/
.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;
  }

/* ¡¦Êä#¡¦"¿ã¥î*/
#pagetop {
  width: 49px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.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;
  background: #222222;
}

.footer-lst {
  padding: 30px 0 0 40px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: #fff;
  }


/* ¡¦·ã¥ä¥ã¡¦#ÎæS¹ä¡¦ */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* ¡¦¡¦¥æáã³ã¥à¡¦¡¦*/
.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: #a1a19f;
  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%;
    width: inherit;
    height: auto;
  }

/* sns */
.sns-lst {
  list-style: none;
  margin-top: 2em;
}
.sns-lst li{
  display: inline-block;
  width: 24px;
  margin-right: 8px;
  border:none;
}
.sns-lst li:last-child{
  margin: 0;
}
.sns-lst li img{
  width: 100%;
}
/*========== PC¡¦¶ä!£±etina¡¦¡¦&#63728;´å¿è==========  */
@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¡¦¶ä!£±etina¡¦§ã£ááâ¤ã£ê¥ã³ã£ò¡¦½ã¡æ¥áÒä"¶å@´å¿è */
    .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;
  }
}

/* ========== ¡¦¿ã¥ö¡¦¡¦¥ã¡¦°ä!¡¦&#63728;´å¿è========== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    right: 3%;
  }
  /* ¡¦Ðä#¡¦#&#128;¡¦¡¦*/
  #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%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

  /* ========== ¡¦¿ã¥ö¡¦¡¦¥ã¡¦°ä!¶ä!£±etina¡¦¡¦&#63728;´å¿è========== */
  @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);
    }
    /* ¡¦¹ã¡¦¡¦Öä!¶ä!£±etina¡¦§ã£ááâ¤ã£ê¥ã³ã£ò¡¦½ã¡æ¥áÒä"¶å@´å¿è */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/*========== ¡¦¹ã¡¦¡¦Öä!¡¦&#63728;´å¿è==========  */
@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;
  }

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

  /* ¡¦¹ã¥å¥â¤ã¥à¡¦¡¦*/
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    right: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* ¡¦¹ã¡¦¡¦Öæ4¡¦¥á¥ã¶ä#¥ã¥î*/
  .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%;
  }
  
  /* ¡¦¡¦3¡¦*/
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* ¡¦Êä#¡¦"¿ã¥î*/
  #pagetop {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #222222;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
  }
  /* ========== ¡¦¹ã¡¦¡¦Öä!¶ä!£±etina¡¦¡¦&#63728;´å¿è==========  */
  @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);
      }

      /* ¡¦¹ã¡¦¡¦Öä!¶ä!£±etina¡¦§ã£ááâ¤ã£ê¥ã³ã£ò¡¦½ã¡æ¥áÒä"¶å@´å¿è */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

/* IE¡¦¡¦*/
.ie_wrapper .container {
  width: 1170px;
}

/*¡¦Ðä#¡¦#&#128;¡¦¼è¥ìå÷¡¦±éåâ¡¦Ñê*/
#header-wrapper{
background:#222222;
}

.side-sub-list,
.nav-sp_sub{
  display:none;
  margin:20px 0 0 0;
  list-style: none;
 }
.side-sub-list li,
.nav-sp_sub li{
  background:#F7F7F7;
  border:none;
 }
.side-sub-list li{
padding:15px;
 }
.accordion-btn {
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   padding: 10px;
}

/* ¡¦¹ã¥è¥â¤ã¥ñ¡¦¡¦*/
.swiper {
    margin: 0 0 30px 0;
}

/* SP¡¦´ä#Æê[°åŽ¢ØæS¡¦»ç */
.nav-sp_search{
  margin:2em;
}

/*¡¦´åŽ®Îä!¡¦¡¦¥â´ä#Øä"¿ã¥êŽÊ/
.product-list__fav-items {
  margin-top:10px;
  width: 30px;
}
.product-list__fav-items button {
  display: block;
  width: 100%;
  cursor: pointer;
  transition: .2s;
  color: #dbdbdb;
  Font-size:20px;
  border: 0;
  background: transparent;
}
.product-list__fav-items .fav-items {
  color: #ff7373;
}
.txt-red{
  color: #b11324;
}
/*¡¦Êä#¡¦¥îáãÔä#¼ã£ì*/
#txt-box {
  background-image: url(https://img09.shop-pro.jp/PA01044/135/etc/txt-box_bg.png?cmsp_timestamp=20211209141541);
  background-size:100%;
  background-repeat: repeat-y;
  width:90%;
  margin:30px auto;
  color: #5a4a42;
}
#txt-box h3{
  font-size:1.2em;
  text-align: center;
}
.txt-box-txt {
  padding:0 30px;  
}
@media only screen and (max-width: 768px) {
#txt-box{
  width:100%;
  }
}

/*PBLÀìÍÑ*/
#pbltxt-box {
  background-color: #E6E6E6;
  background-size:100%;
  background-repeat: repeat-y;
  width:90%;
  margin:30px auto;
}
#pbltxt-box h3{
  font-size:1.2em;
  text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#pbltxt-box-txt {
  padding: 30px 5px;
}

.pbllist-box {
  background-size:100%;
  background-repeat: repeat-y;
  width:90%;
  margin:30px auto;
}

.pbllist-box ul {
	list-style-position: inside;
	list-style-image: url(https://img09.shop-pro.jp/PA01044/135/etc/point.png?cmsp_timestamp=20230306161045);
	  font-size: 1.2em;
	line-height: 2.5em;
	font-family: 'Noto Serif JP', serif;
}

h3.itemtitle{
  font-size:1.2em;
	font-family: 'Noto Serif JP', serif;
}
h3.title-black{
  font-size:1.6em;
    padding-top: 20px !important;
	font-family: 'Noto Serif JP', serif;
}
h3.itemtitle-c{
  font-size:1.8em;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	margin: 30px 0px;
	padding: 30px 0px 10px 0px;
	border-bottom:5px solid #000000;
}
h3.itemtitle-c-red{
  font-size:1.8em;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	margin: 30px 0px;
	padding: 30px 0px 10px 0px;
	border-bottom:5px solid #5E1238;
}
h3.itemtitle-c1{
  font-size:1.2em;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 768px) {
#pbltxt-box {
  width:100%;
  }
.pbllist-box {
  width:100%;
  }
}

.twobox {
  display:flex;
  margin:30px auto;
}
.twobox-inner {
  width: calc(50% - 20px);
}
/*PBLÀìÍÑ*/
.pbl-l-twobox-inner {
  width: calc(40% - 20px);
	padding: 10px;
}
.pbl-r-twobox-inner {
  width: calc(60% - 20px);
	text-align:left;
	padding: 10px;
}
@media only screen and (max-width: 768px) {
.twobox {
  display:block;
  }  
.twobox-inner {
  text-align:center;
  width: 100%;
padding: 10px;	
  }  
/*PBLÀìÍÑ*/
.pbl-l-twobox-inner {
  text-align:center;
  width: 100%;
	padding: 20px 0px 0px 0px;
  }
.pbl-r-twobox-inner {
  text-align:center;
  width: 90%;
	padding: 0px 20px 20px 20px;
  }
}
.free-table {
  margin:30px auto;
  border-top: solid 1px #e0d3cc;
  text-align:left;
}
.free-table tr{
  border-bottom: solid 1px #e0d3cc;
}
.free-table th,
.free-table td{
  padding:15px;
}
.free-table_normal {
  margin:30px auto 15px auto;
  border: solid 1px #CCCCCC;
  text-align:left;
}
.free-table_normal caption {
    text-align:  left;
	font-family: 'Noto Serif JP', serif;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    font-weight: bold;
}
.free-table_normal tr{
  border-bottom: solid 1px #CCCCCC;
}
.free-table_normal th{
  border-right: solid 1px #CCCCCC;
  padding:15px;
}
.free-table_normal td{
  padding:15px;
}

/*	width
===================================================== */
    .w100 { width: 100% !important;margin-left: auto;
  margin-right: auto;}

/*	font-family
===================================================== */

    .mincho { font-family: 'Noto Serif JP', serif;}

/*	font-size
===================================================== */

	.c-text11 { font-size: 1.1rem; }
	.c-text12 { font-size: 1.2rem; }
	.c-text13 { font-size: 1.3rem; }
	.c-text14 { font-size: 1.4rem; }
	.c-text15 { font-size: 1.5rem; }
	.c-text16 { font-size: 1.6rem; }
	.c-text18 { font-size: 1.8rem; }
	.c-text20 { font-size: 2.0rem; }
	.c-text22 { font-size: 2.2rem; }
	.c-text24 { font-size: 2.4rem; }
	.c-text26 { font-size: 2.6rem; }


	.c-text12r { font-size: 1.2rem; }
		@media (max-width: 767px) {
			.c-text12r { font-size: 1.4rem; }
		}
	.c-text14r { font-size: 1.4rem; }
		@media (max-width: 767px) {
			.c-text14r { font-size: 1.3rem; }
		}
		@media (max-width: 767px) {
			.c-text16-sp { font-size: 1.6rem; }
		}
	.c-text18r { font-size: 1.8rem; }
		@media print, screen and (min-width: 768px) {
			.c-text18r-pc { font-size: 1.8rem; }
		}
		@media (max-width: 767px) {
			.c-text18r { font-size: 1.6rem; }
		}
	.c-text20r { font-size: 2.0rem; }
		@media print, screen and (min-width: 768px) {
			.c-text20r-pc { font-size: 2.0rem; }
		}
		@media (max-width: 767px) {
			.c-text20r { font-size: 1.6rem; }
		}
	.c-text22r { font-size: 2.2rem; }
		@media (max-width: 767px) {
			.c-text22r { font-size: 1.8rem; }
		}
	.c-text24r { font-size: 2.4rem; }
		@media print, screen and (min-width: 768px) {
			.c-text24r-pc { font-size: 2.4rem; }
		}
		@media (max-width: 767px) {
			.c-text24r { font-size: 2.0rem; }
		}
	.c-text26r { font-size: 2.6rem; }
		@media (max-width: 767px) {
			.c-text26r { font-size: 2.0rem; }
		}
	.c-text28r { font-size: 2.8rem; }
		@media (max-width: 767px) {
			.c-text28r { font-size: 2.0rem; }
		}
	.c-text30r { font-size: 3.0rem; }
		@media (max-width: 767px) {
			.c-text30r { font-size: 2.0rem; }
		}
	.c-text32r { font-size: 3.2rem; }
		@media (max-width: 767px) {
			.c-text32r { font-size: 2.0rem; }
		}
	.c-text34r { font-size: 3.4rem; }
		@media (max-width: 767px) {
			.c-text34r { font-size: 2.2rem; }
		}
	.c-text36r { font-size: 3.6rem; }
		@media (max-width: 767px) {
			.c-text36r { font-size: 2.2rem; }
		}
	.c-text36r-s { font-size: 3.6rem; }
		@media (max-width: 767px) {
			.c-text36r-s { font-size: 1.8rem; }
		}
	.c-text36r-ss { font-size: 3.6rem; }
		@media (max-width: 767px) {
			.c-text36r-ss { font-size: 1.6rem; }
		}
	.c-text40r { font-size: 4.0rem; }
		@media (max-width: 767px) {
			.c-text40r { font-size: 2.4rem; }
		}
	.c-text46r { font-size: 4.6rem; }
		@media (max-width: 767px) {
			.c-text46r { font-size: 2.4rem; }
		}
	.c-text54r { font-size: 5.4rem; }
		@media (max-width: 767px) {
			.c-text54r { font-size: 2.4rem; }
		}
	.c-text60r { font-size: 6.0rem; }
		@media (max-width: 767px) {
			.c-text60r { font-size: 2.6rem; }
		}
	.c-text60rr { font-size: 6.0rem; }
		@media (max-width: 767px) {
			.c-text60rr { font-size: 2.0rem; }
		}
	.c-text80r { font-size: 8.0rem; }
		@media (max-width: 767px) {
			.c-text80r { font-size: 2.6rem; }
		}
	.c-text90r { font-size: 9.0rem; }
		@media (max-width: 767px) {
		}


	.c-fontBold { font-weight: bold; }
	.c-fontNormal { font-weight: normal; }

	.c-fontStyleN { font-style: normal!important; }


/*	Colors
===================================================== */

	/* cRed:Red, cGrey:Grey  */

		.u-cRed-light 	{ color: #FFCCCC; }
		.u-cRed 				{ color: #FF0000; }
		.u-cRed-dark 		{ color: #990000; }
		
		.u-cGrey-light 	{ color: #F5F5F5; }
		.u-cGrey			 	{ color: #666666; }
		.u-cGrey-dark	 	{ color: #333333; }

		.u-cWhite 				{ color: #FFFFFF; }


		/* background color */
		
		.u-bgcWhite				{	background-color: #FFFFFF; }
		
		.u-bgcRed-light 	{ background-color: #FFCCCC; }
		.u-bgcRed 				{ background-color: #FF0000; }
		.u-bgcRed-dark 		{ background-color: #990000; }
.u-bgcpurple 		{ background-color: #5E1238; }
		
		.u-bgcGrey-light 	{ background-color: #E6E6E6; }	
		.u-bgcGrey 				{ background-color: #666666; }
		.u-bgcGrey-dark 	{ background-color: #333333; }


	


/*	Spacing
===================================================== */

	/*margin */
		.u-ma { margin: auto; }
		.u-mn { margin: 0!important; }
		
	
	/*margin (px) */
		.u-mtn { margin-top: 0 !important; }
		.u-mrn { margin-right: 0 !important; }
		.u-mbn { margin-bottom: 0 !important; }
		.u-mln { margin-left: 0 !important; }

        .u-mt5 { margin-top:    5px !important;}
		.u-mr5 { margin-right:  5px !important;}
		.u-mb5 { margin-bottom: 5px !important;}
		.u-ml5 { margin-left:   5px !important;}
			 
		.u-mt10 { margin-top:    10px !important;}
		.u-mr10 { margin-right:  10px !important;}
		.u-mb10 { margin-bottom: 10px !important;}
		.u-ml10 { margin-left:   10px !important;}
		
		.u-mt15 { margin-top:    15px !important;}
		.u-mr15 { margin-right:  15px !important;}
		.u-mb15 { margin-bottom: 15px !important;}
		.u-ml15 { margin-left:   15px !important;}
		
		.u-mt20 { margin-top:    20px !important;}
		.u-mr20 { margin-right:  20px !important;}
		.u-mb20 { margin-bottom: 20px !important;}
		.u-ml20 { margin-left:   20px !important;}
		
		.u-mt25 { margin-top:    25px !important;}
		.u-mr25 { margin-right:  25px !important;}
		.u-mb25 { margin-bottom: 25px !important;}
		.u-ml25 { margin-left:   25px !important;}
		
		.u-mt30 { margin-top:    30px !important;}
		.u-mr30 { margin-right:  30px !important;}
		.u-mb30 { margin-bottom: 30px !important;}
		.u-ml30 { margin-left:   30px !important;}
		
		.u-mt40 { margin-top:    40px !important;}
		.u-mr40 { margin-right:  40px !important;}
		.u-mb40 { margin-bottom: 40px !important;}
		.u-ml40 { margin-left:   40px !important;}
		
		.u-mt50 { margin-top:    50px !important;}
		.u-mr50 { margin-right:  50px !important;}
		.u-mb50 { margin-bottom: 50px !important;}
		.u-ml50 { margin-left:   50px !important;}	
	
	
	/*padding */
		.u-pn { padding: 0 !important; }
		.u-pall10 { padding: 10px !important; }
	
	/*padding (px) */
		.u-ptn { padding-top:      0px !important;}
		.u-prn { padding-right:    0px !important;}
		.u-pbn { padding-bottom:   0px !important;}
		.u-pln { padding-left:     0px !important;}
		
		.u-pt5 { padding-top:      5px !important;}
		.u-pr5 { padding-right:    5px !important;}
		.u-pb5 { padding-bottom:   5px !important;}
		.u-pl5 { padding-left:     5px !important;}
		
		.u-pt10 { padding-top:    10px !important;}
		.u-pr10 { padding-right:  10px !important;}
		.u-pb10 { padding-bottom: 10px !important;}
		.u-pl10 { padding-left:   10px !important;}
		
		.u-pt15 { padding-top:    15px !important;}
		.u-pr15 { padding-right:  15px !important;}
		.u-pb15 { padding-bottom: 15px !important;}
		.u-pl15 { padding-left:   15px !important;}
		
		.u-pt20 { padding-top:    20px !important;}
		.u-pr20 { padding-right:  20px !important;}
		.u-pb20 { padding-bottom: 20px !important;}
		.u-pl20 { padding-left:   20px !important;}
		
		.u-pt25 { padding-top:    25px !important;}
		.u-pr25 { padding-right:  25px !important;}
		.u-pb25 { padding-bottom: 25px !important;}
		.u-pl25 { padding-left:   25px !important;}
		
		.u-pt30 { padding-top:    30px !important;}
		.u-pr30 { padding-right:  30px !important;}
		.u-pb30 { padding-bottom: 30px !important;}
		.u-pl30 { padding-left:   30px !important;}

		.u-pt40 { padding-top:    40px !important;}
		.u-pr40 { padding-right:  40px !important;}
		.u-pb40 { padding-bottom: 40px !important;}
		.u-pl40 { padding-left:   40px !important;}
		
		.u-pt50 { padding-top:    50px !important;}
		.u-pr50 { padding-right:  50px !important;}
		.u-pb50 { padding-bottom: 50px !important;}
		.u-pl50 { padding-left:   50px !important;}
	
	/*Negative margin*/
		.u-nmt5 {   margin-top:    -5px !important;}
		.u-nmr5 {   margin-right:  -5px !important;}
		.u-nmb5 {   margin-bottom: -5px !important;}
		.u-nml5 {   margin-left:   -5px !important;}
			 
		.u-nmt10 {   margin-top:    -10px !important;}
		.u-nmr10 {   margin-right:  -10px !important;}
		.u-nmb10 {   margin-bottom: -10px !important;}
		.u-nml10 {   margin-left:   -10px !important;}
		
		.u-nmt15 {   margin-top:    -15px !important;}
		.u-nmr15 {   margin-right:  -15px !important;}
		.u-nmb15 {   margin-bottom: -15px !important;}
		.u-nml15 {   margin-left:   -15px !important;}
		
		.u-nmt20 {   margin-top:    -20px !important;}
		.u-nmr20 {   margin-right:  -20px !important;}
		.u-nmb20 {   margin-bottom: -20px !important;}
		.u-nml20 {   margin-left:   -20px !important;}
		
		.u-nmt25 {   margin-top:    -25px !important;}
		.u-nmr25 {   margin-right:  -25px !important;}
		.u-nmb25 {   margin-bottom: -25px !important;}
		.u-nml25 {   margin-left:   -25px !important;}

/* =====================================================================

	Border
	
======================================================================== */

	.u-bcGray {
		border: solid 1px #989898;
		}
	.u-bcGray02 {
		border: solid 3px #989898;
		}
	.u-bcGray03 {
		border: solid 1px #e5e5e5;
		}
	.u-bcGrayDotted3-top {
		border-top: dotted 3px #989898;
		}
	.u-bcGrayDotted3-bottom {
		border-bottom: dotted 3px #989898;
		}
	.u-bcGray5-top02 {
		border-top: solid 5px #e5e5e5;
		}
	.u-bcGray3-bottom02 {
		border-bottom: solid 3px #e5e5e5;
		}
	.u-bcGray5-bottom02 {
		border-bottom: solid 5px #e5e5e5;
		}
	.u-bcGreen3-top {
		border-top: dotted 3px #92c555;
		}
	.u-bcGreenDotted3-top {
		border-top: dotted 3px #92c555;
		}

  .u-bcGreen3-top01 {
		border-top: solid 3px #00824F;
		}
  .u-bcGreen3-bottom01 {
		border-bottom: solid 3px #00824F;
		}
  .u-bcGreen3-top02 {
		border-top: solid 3px #00a7b2;
		}
  .u-bcGreen3-bottom02 {
		border-bottom: solid 3px #00a7b2;
		}

  .u-bcNavy-bottom {
    border-bottom: #132a4f solid 1px;
		}
  .u-bcNavy3-bottom {
    border-bottom: #132a4f solid 3px;
		}


	.u-bcBlue {
		border: solid 1px #00639f;
		}
	.u-bcBlue3 {
		border: solid 3px #00639f;
		}

  .u-bcBlue-bottom {
    border-bottom: #00639f solid 1px;
		}
  .u-bcBlue3-bottom {
    border-bottom: #00639f solid 3px;
		}


    .u-bcRed {
		border: solid 1px #6a1122;
		}
	.u-bcRed-2 {
		border: dotted 3px #94272D;
		}

  .u-bcRed-jhs-bottom {
    border-bottom: #6a1122 solid 1px;
		}
  .u-bcRed-jhs3-bottom {
    border-bottom: #6a1122 solid 3px;
		}

	.u-bcPurple5 {
		border: solid 5px #662d91;
		}
		@media (max-width: 767px) {
      .u-bcPurple5 {
  		  border: solid 3px #662d91;
        }
		}

