@charset "euc-jp";

#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
}
.container {
  max-width: 934px;
}

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

body {
  color: #444;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/bg.gif);
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3d9ddd;
}
a:hover{
  color: #2c88c5;
  text-decoration: none;
}

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

h2 {
  margin: 2em 0;
  text-align: left;
  font-size: 15px;
}
  .ttl-h2 {
    padding: 0 1.4%;
  }

.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  *background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ddd;
  color: #444;
  *background-color: #ddd;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: 'Sintony', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * header
 */
#header-wrapper {
  padding: 0 1.4%;
}
#header-top{
  padding: 1em 0 4em;
}
#header-top .col{
  padding: 0;
}
.header-link a {
  color: #aaa;
}
  .header-link a:hover span {
    color: #444;
    text-decoration: none;
  }
.header-link i {
  vertical-align: middle;
}

/* header-line-nav */

.header-line-nav {
  text-align: right;
}
  .header-line-nav .inline{
    margin: 0;
  }
  .header-line-nav .inline li {
    padding: 0;
    margin-left: 25px;
    position: relative;
    vertical-align: middle;
  }
  .header-line-nav a {
    cursor: pointer;
    display: block;
  }
  .header-line-nav span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    padding: 0 0 0 7px;
  }

.view-cart {
  position: relative;
  top: -6px;
  left: 50px;
  padding-top: 0 !important;
}
.cart-count {
  font-size: 17px;
  padding: 0 0 0 7px;
  vertical-align: -2px;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */

.shop-logos {
  margin: 3.5em 0 0;
  min-width: 10%;
  max-width: 100%;
}
.shop-name {
  margin: 0;
  font-size: 21px;
}
  .shop-name a{
    color: #444;
    text-decoration: none;
    display: block;
  }
    .shop-name a:hover{
      color: #aaa;
    }
.shop-description {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  margin: 0;
}

/* header global nav */

#header-global-nav {
  padding: 1.8em 0 1.2em;
  text-align: left;
  font-size: 15px;
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
  #header-global-nav .inline > li {
    padding: 0 1.8em 0 0;
  }
  #header-global-nav .inline a {
    text-decoration: none;
    color: #aaa;
  }
    #header-global-nav .inline a:hover {
      text-decoration: none;
      color: #444;
    }

/* incart delivery */
.incart-delivery {
  text-align: left;
  margin: 3.5em 0 0;
}
  .incart-delivery ul {
    margin: 0;
    list-style: none;
    font-size: 11px;
  }

/*
 * product list
 */
.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 3.4%;
}
.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 3.2%;
}
.unit-inner{
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.prd-lst-cap {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 13px;
  color: #fff;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  opacity: 0;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
  background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");
  background-repeat : repeat;
  background-position: left;
}
.unit-inner:hover span.prd-lst-span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}

/* product list sort */
.prd-lst-sort {
  margin: 28px 0;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

/* prduct list pager */
.prd-lst-pager {
  padding: 30px 0 20px;
  text-align: center;
}
  .prd-lst-pager .inline li {
    padding: 0 1.4%;
  }
    .prd-lst-pager .inline li span {
     color: #ddd;
    }
    .prd-lst-pager .inline li a {
      color: #444
    }
      .prd-lst-pager .inline li a:hover {
        color: #aaa;
      }
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}

/* freepage */
.freepage {
  word-break: break-all;
  padding: 2em 0;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/*
 * footer
 */

#footer-wrapper {
  margin-top: 30px;
  padding: 0 1.4%;
}

/* footer nav */
.footer-top{
  border-top: 1px solid #ddd;
}
.footer-nav {
  list-style: none;
  margin: 0;
}
  ul.footer-nav > li {
    margin: 1em 2.5% 1em 0;
    padding-left: 0 ;
  }
.footer-primary {
  padding-top: 16px;
}
  .footer-primary a {
    color: #444;
  }
    .footer-primary a:hover {
      color: #aaa;
    }
.freepage-nav {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #ddd;
}
.footer-secondary {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
  .footer-secondary li {
    margin-right: 2.5%;
  }
  .footer-secondary a {
    color: #aaa;
  }
    .footer-secondary a:hover {
      color: #444;
    }

/* footer-bottom */
.footer-bottom{
    padding: 2.5em 0 1.5em;
}

/* social icon */
.social-nav {
  text-align: right;
  margin: -4px 0 0 0;
  padding: 0;
}
ul.social-nav > li {
  padding-right: 0;
  vertical-align: bottom;
}

/* copyright */
.copyright {
  text-align: left;
  font-size: 12px;
  padding: 0;
  word-break: break-word;
}
  .copyright a{
    color: #aaa;
  }
    .copyright a:hover{
      color: #444;
    }
  .copyright span{
    float: left;
    margin: 0 15px 0 0;
  }

.powered {
  display: block;
  width: 180px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}

/*
 * slider
 */
.slider {
  margin-top: 2em;
  padding: 0 1.4%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * info & freespace
 */
.info, .free-space{
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
  .info .col , .free-space .col {
    padding: 0 1.4%;
  }

/*
 * search
 */
  .srh-header {
  padding: 0 0.5%;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  background: #fff;
  display: block;
  text-align: center;
  width: auto;
  padding: 17px;
  border: solid 1px #ddd;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
  .col-ex-size{
    width: 48.25%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding: 3em 1.4em 0;
  }
  .container {
    width: auto;
  }
  #header-wrapper{
    padding: 0 .1%;
  }
  #header-top{
    padding: 2.2em 0 1.5em;
   }
  .shop-logos{
     margin: 2.5em 0 0 ;
   }
  .shop-name{
    padding: 0 1%;
    text-align: center
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 12px;
      color: #444;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 15px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      background: #ddd;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #fff;
      color: #444;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
  .incart-delivery {
    margin: 0 0 1em;
  }
  .ttl-h2 {
     padding: 0 1.3%;
   }
  .prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
    .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #444;
    }
  .prd-lst-cap-inner {
    position: static;
    padding: 15px 0;
  }
  .prd-lst-sort {
    font-size: 13px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .freepage-nav{
    border-bottom: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
  }
    .footer-nav li {
      margin: 0;
      font-size: 13px;
      border-bottom: 1px solid #ddd;
    }
    ul.footer-nav > li{
      margin: 0;
    }
      .footer-nav li:before {
        display: none;
      }
    .footer-nav a {
      display: block;
      padding: 1em 0;
      font-size: 13px;
    }
      .footer-nav a:hover {
        text-decoration: none;
      }
  .footer-bottom{
     padding: 1em 0 1.5em;
   }
  .copyright{
    text-align: center;
    margin: 0;
  }
  .copyright span{
    float: none;
  }
  .powered{
    float: none;
    margin: 1em auto 0;
  }
  .social-nav{
    text-align: center;
    margin: 1.5em 0 0 ;
  }
  ul.social-nav > li{
    padding: 0 1%;
  }
  .slider {
    padding: 0 .1%;
  }
}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 1.4em;
    height: auto !important;
  }
  .prd-lst-link {
     padding: 0 2.1%;
   }
  .prd-lst-unit .prd-lst-cap{
    display: block;
    top: 0;
    left: 0;
  }
  .prd-lst-sort{
    text-align: left;
    margin: 0 0 3em;
  }
}

/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* icons */

.icon-b {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b.png);
}
.hov-li:hover .icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-b {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b.png);
  }
  .hov-li:hover .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b_hover.png);
  }
}

.icon-user { background-position: -208px -0px; }
.icon-login { background-position: -48px -80px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-cart { background-position: -176px -64px; }
.icon-twitter { background-position: -96px -176px; }
.icon-facebook { background-position: -128px -176px; }
.icon-instagram { background-position: -112px -192px; }
.icon-mail { background-position: -64px -0px; }

.icon-lg-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}

.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }




/*------------------------------------
    ここから追加分
------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* html element 62.5% font-size for REM use */
html,
body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #535353;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-image: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  body.is-fixed {
    overflow: hidden;
    position: fixed;
  }
}

/* clear */
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #535353;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #535353;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

.alpha:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.pc_show {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_show {
    display: none;
  }
}

.sp_show {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_show {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alpha:hover {
  opacity: 0.85;
}

.en {
  font-family: europa,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en_bold {
  font-family: europa,sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*------------------------------------
    FORM
------------------------------------*/
/*input,
textarea,
select {
  background: #F4F4F4;
  border: 1px solid #EEE;
  padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  height: 35px;
}

select {
  outline: none;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  vertical-align: middle;
  border-radius: 0;
  height: 35px;
  padding: 0 10px;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}*/

/*----------------------------------
    container
------------------------------------*/
#page-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding: 0 10px;
  }
}

.container {
  max-width: 1000px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: auto;
  }
}

/*----------------------------------
    header PC
------------------------------------*/
@media screen and (max-width: 767px) {
  #header {
    height: 55px;
  }
}

#header_lead {
  background-color: #bebdb1;
  text-align: center;
  margin-left: -500%;
  margin-right: -500%;
  padding: 0 500%;
}

#header_lead p {
  margin: 0;
  font-size: 1.3rem;
  color: #fff;
}

#header_pc {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #header_pc {
    display: none;
  }
}

#header_pc .header_top_inner {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#header_pc .header_top_nav {
  font-size: 0;
  margin-bottom: 18px;
}

#header_pc .header_top_nav li {
  display: inline-block;
  font-size: 1.2rem;
}

#header_pc .header_top_nav li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

#header_pc .header_logo {
  width: 254px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#header_pc .header_logo img {
  width: 100%;
  height: auto;
}

#header_pc .header_bottom {
  background-color: #8d4747;
  margin-left: -500%;
  margin-right: -500%;
  padding: 0 500%;
}

#header_pc .header_gnav {
  position: relative;
}

#header_pc .header_gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header_pc .header_gnav > ul > li {
  color: #fff;
  font-size: 1.3rem;
  white-space: nowrap;
}

#header_pc .header_gnav > ul > li:hover > .sub_menu {
  max-height: 9999px;
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

#header_pc .header_gnav > ul > li:hover > a {
  background-color: #761e1e;
  text-decoration: none;
}

#header_pc .header_gnav > ul > li > a {
  color: #fff;
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 46px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#header_pc .header_gnav > ul .sub_menu {
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #761e1e;
  padding: 45px 40px;
  visibility: hidden;
}

#header_pc .header_gnav > ul .sub_menu .sub_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header_pc .header_gnav > ul .sub_menu .sub_menu_inner li {
  width: calc((100% - 30px) / 4);
  background-color: #fff;
}

#header_pc .header_gnav > ul .sub_menu .sub_menu_inner li:not(:nth-child(4n)) {
  margin-right: 10px;
}

#header_pc .header_gnav > ul .sub_menu .sub_menu_inner li:nth-child(n + 5) {
  margin-top: 10px;
}

#header_pc .header_gnav > ul .sub_menu .sub_menu_inner li a {
  display: block;
  height: 75px;
  padding: 18px 10px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}

#header_pc .header_gnav > ul .sub_menu .sub_menu_inner li a:hover {
  text-decoration: none;
  background-color: #8d4747;
  color: #fff;
}

#header_pc .header_gnav > ul .sub_menu .sub_menu_inner li a .en {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  font-size: 2.2rem;
  text-transform: uppercase;
}

#header_pc .header_top_search {
  width: 186px;
  height: 28px;
  position: relative;
  margin-bottom: 14px;
}

#header_pc .search_form {
  width: auto;
}

#header_pc .search_form .search_field {
  border: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  width: 100%;
  height: 28px;
  padding-right: 25px;
  border-bottom: 1px solid #887a6c;
}

#header_pc .search_form .search_button {
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}

#header_pc .search_form .search_button:hover {
  opacity: 0.85;
}

/*----------------------------------
    header SP
------------------------------------*/
#header_sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 55px;
  background: #fff;
  z-index: 9998;
}

@media screen and (min-width: 768px) {
  #header_sp {
    display: none;
  }
}

#header_sp p {
  margin: 0;
}

#header_sp > .container {
  position: relative;
  padding: 0 10px;
  height: 100%;
}

#header_sp .icon_cart {
  display: inline-block;
  width: 30px;
  margin-top: 15px;
}

#header_sp .header_logo {
  padding: 0;
  margin: 0;
  width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 4px;
}

#header_sp .header_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  color: #2e2828;
}

#header_sp .header_nav.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}

#header_sp .header_nav .inner {
  height: 100%;
  padding: 35px 10px;
}

#header_sp .header_nav a {
  color: #2e2828;
}

#header_sp .header_nav_logo {
  margin-bottom: 20px;
  text-align: center;
}

#header_sp .header_nav_logo img {
  max-width: 44%;
}

#header_sp .header_gnav {
  border-top: 2px solid #2e2828;
}

#header_sp .header_gnav > ul > li {
  border-bottom: 2px solid #2e2828;
  font-size: 1.7rem;
}

#header_sp .header_gnav .has_subnav > span,
#header_sp .header_gnav > ul > li > a {
  display: block;
  padding: 20px 0;
}

#header_sp .header_gnav > ul > li > a:hover {
  text-decoration: none;
}

#header_sp .header_gnav .has_subnav span {
  position: relative;
}

#header_sp .header_gnav .has_subnav span:before, #header_sp .header_gnav .has_subnav span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #2e2828;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 1;
}

#header_sp .header_gnav .has_subnav span:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#header_sp .header_gnav .has_subnav.is-open span:after {
  opacity: 0;
}

#header_sp .header_gnav .subnav {
  border-top: 2px solid #2e2828;
  display: none;
  padding: 15px 20px;
}

#header_sp .header_gnav .subnav li {
  font-size: 1.5rem;
  padding: 15px 0;
}

#header_sp .header_link {
  margin-top: 20px;
}

#header_sp .header_link li {
  padding: 15px 0;
}

#header_sp .search_form {
  width: auto;
  position: relative;
  padding-top: 0;
  margin-bottom: 40px;
}

#header_sp .search_button {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(https://file003.shop-pro.jp/PA01425/353/images/icon_search_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  text-indent: -9999px;
}

#header_sp .search_field {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #2e2828;
  width: 100%;
  padding: 15px 30px 15px 0;
}

#menu_btn_wrap {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

#menu_btn_wrap .menu_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 19px;
}

#menu_btn_wrap .menu_btn span {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #2e2828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu_btn_wrap .menu_btn span:nth-child(1) {
  top: 0;
}

#menu_btn_wrap .menu_btn span:nth-child(2) {
  top: 8px;
}

#menu_btn_wrap .menu_btn span:nth-child(3) {
  bottom: 0;
}

#menu_btn_wrap.is-open .menu_btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#menu_btn_wrap.is-open .menu_btn span:nth-child(2) {
  opacity: 0;
}

#menu_btn_wrap.is-open .menu_btn span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

/*----------------------------------
    footer
------------------------------------*/
#footer {
  margin-top: 100px;
  margin-left: -500%;
  margin-right: -500%;
  padding: 0 500%;
  background-color: #8d4747;
  color: #fff;
  text-align: center;
}

#footer a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-top: 50px;
  }
}

.footer_inner {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .footer_inner {
    padding: 30px 0;
  }
}

.footer_logo {
  max-width: 270px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .footer_logo img {
    zoom: 0.5;
  }
}

.footer_info p {
  font-size: 1.6rem;
  margin: 0;
}

.footer_info .tel {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.footer_info dl {
  font-size: 0;
}

.footer_info dl dt,
.footer_info dl dd {
  display: inline-block;
  font-size: 1.2rem;
}

.footer_info dl dt {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .footer_info p {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

.footer_link {
  margin: 50px 0;
}

.footer_link ul {
  font-size: 0;
}

.footer_link ul li {
  display: inline-block;
  font-size: 1.2rem;
}

.footer_link ul li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .footer_link ul li {
    line-height: 2.5;
  }
  .footer_link ul li:nth-child(2n):after {
    content: none;
  }
}

.copyright {
  font-size: 1.0rem;
  text-align: center;
}

/*----------------------------------
    btn
------------------------------------*/
.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.is_btn01 {
  height: 50px;
  line-height: 50px;
  padding: 0 90px;
  background-color: #8d4747;
  border: 1px solid #8d4747;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6rem;
}

.btn.is_btn01:hover {
  background-color: #fff;
  color: #8d4747;
}

@media screen and (max-width: 767px) {
  .btn.is_btn01 {
    padding: 0;
    width: 70%;
    height: 48px;
    line-height: 48px;
    font-size: 1.5rem;
  }
}

.goto_list {
  margin: 30px 0 0;
  text-align: center;
}

/*----------------------------------
    title
------------------------------------*/
.ttl.is_ttl01 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}

.ttl.is_ttl01 .en {
  display: block;
  margin-bottom: 10px;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-family: europa,sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ttl.is_ttl01.is_white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ttl.is_ttl01 {
    margin: 0 0 20px;
  }
  .ttl.is_ttl01 .en {
    font-size: 2.4rem;
  }
}

/*----------------------------------
    list
------------------------------------*/
.item_list.is_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_list.is_type01 .item a {
  display: block;
}

.item_list.is_type01 .item .image {
  margin-bottom: 10px;
}

.item_list.is_type01 .item dl dt,
.item_list.is_type01 .item dl dd {
  font-weight: normal;
  font-size: 1.2rem;
}

.item_list.is_type01 .item dl dt {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .item_list.is_type01 .item {
    width: calc((100% - 120px) / 4);
  }
  .item_list.is_type01 .item:not(:nth-child(4n)) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .item_list.is_type01 .item {
    width: calc((100% - 10px) / 2);
  }
  .item_list.is_type01 .item:nth-child(even) {
    margin-left: 10px;
  }
  .item_list.is_type01 .item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.item_list.is_type01.is_ranking .item {
  width: calc((100% - 140px) / 3);
}

.item_list.is_type01.is_ranking .item:not(:nth-child(4n)) {
  margin-right: inherit;
}

.item_list.is_type01.is_ranking .item:not(:nth-child(3n)) {
  margin-right: 70px;
}

.item_list.is_type01.is_ranking .item .image {
  position: relative;
}

.item_list.is_type01.is_ranking .item .image:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: europa,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .item_list.is_type01.is_ranking {
    padding: 0 40px;
  }
  .item_list.is_type01.is_ranking .item:nth-child(1) .image:after {
    background-color: #968b6a;
    content: "1";
  }
  .item_list.is_type01.is_ranking .item:nth-child(2) .image:after {
    background-color: #b5b5b5;
    content: "2";
  }
  .item_list.is_type01.is_ranking .item:nth-child(3) .image:after {
    background-color: #937661;
    content: "3";
  }
}

@media screen and (max-width: 767px) {
  .item_list.is_type01.is_ranking.js-SpSlick {
    display: block;
    margin: 0 40px;
    padding-bottom: 40px;
  }
  .item_list.is_type01.is_ranking .item {
    margin: 0 !important;
  }
  .item_list.is_type01.is_ranking .item[data-slick-index="0"] .image:after {
    background-color: #968b6a;
    content: "1";
  }
  .item_list.is_type01.is_ranking .item[data-slick-index="1"] .image:after {
    background-color: #b5b5b5;
    content: "2";
  }
  .item_list.is_type01.is_ranking .item[data-slick-index="2"] .image:after {
    background-color: #937661;
    content: "3";
  }
}

@media screen and (min-width: 768px) {
  .item_list.is_type01 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .item_list.is_type01.js-SpSlick {
    display: block;
    margin: 0 40px;
    padding-bottom: 40px;
  }
}

.brand_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .brand_list {
    margin-top: 70px;
  }
  .brand_list li {
    width: calc((100% - 120px) / 4);
  }
  .brand_list li:nth-child(n + 5) {
    margin-top: 20px;
  }
  .brand_list li:not(:nth-child(4n)) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .brand_list li {
    width: calc((100% - 10px) / 3);
  }
  .brand_list li:nth-child(n + 4) {
    margin-top: 5px;
  }
  .brand_list li:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}

/*----------------------------------
    slick
------------------------------------*/
#wrapper .slick-dots {
  text-align: center;
  bottom: 0;
}

#wrapper .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

#wrapper .slick-dots li.slick-active button {
  background-color: #8d4747;
}

#wrapper .slick-dots li button {
  background-color: #cdcdcd;
}

#wrapper .slick-dots button {
  padding: 0;
  border: none;
  text-indent: -9999px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #d2d2d2;
}

#wrapper .slick-arrow {
  border: none;
  width: 12px;
  height: 23px;
  background: transparent url(https://file003.shop-pro.jp/PA01425/353/images/arrow01_prev.png) 0 0 no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  z-index: 20;
}

#wrapper .slick-arrow:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

#wrapper .slick-arrow.slick-prev {
  left: 0;
  background: transparent url(https://file003.shop-pro.jp/PA01425/353/images/arrow01_prev.png) 0 0 no-repeat;
  background-size: contain;
}

#wrapper .slick-arrow.slick-next {
  right: 0;
  background: transparent url(https://file003.shop-pro.jp/PA01425/353/images/arrow01_next.png) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #wrapper .slick-arrow {
    width: 7px;
    height: 14px;
  }
  #wrapper .slick-arrow.slick-prev {
    left: 2px;
  }
  #wrapper .slick-arrow.slick-next {
    right: 2px;
  }
}

