@charset "euc-jp";

#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
}
.container {
/*   max-width: 934px; */
  width: 100%;
}
.contents_inner {
  max-width: 1000px;
  width: 98%;
  margin: 0 auto;
}

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;/* padding: 0 1.4%; */
  }

.bg_pink {
    background-color: #f2c9c5;
}
.bg_purple {
    background-color: #e3ced8;
}

.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;/* 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 {
  text-align: center;
  margin: 0 auto;
  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;/* 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: 100px;
  padding: 20px 0 50px;/* padding: 0 1.4%; */
  background: #f2f2f2;
  position: relative;
}
#footer-wrapper h1 {
  text-align: center;
  margin-top: -160px;
  padding-top: 50px;
}

/* footer nav */
.footer-top{
  
}
.footer-nav {
  list-style: none;
  margin: 0;
}
ul.footer-nav > li {
  margin: 0 20px 0 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: center;
  font-size: 14px;
  padding: 0;
  word-break: break-word;
  margin: 20px auto 0;
}
.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;/* 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;/* 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: 100%;
  }
  .col-ex-size{
    width: 48.25%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding: 3em 0 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; }

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

  ×&#183;&#188;&#211;&#183;&#214;(&#185;&#178;&#205;¨)

================================================================*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/*@import url("https://fonts.googleapis.com/css?family=Forum");*/
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Regular");
}

/* 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: "&#211;&#206;&#195;÷&#179;&#175;&#204;&#229;", "Yu Mincho", YuMincho, serif;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #000000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

.font_en {
  font-family: 'Forum', cursive;
}

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

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

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

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

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

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

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


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

@media screen and (min-width: 768px) {
  .container {
    max-width: 1400px;
    margin: 0 auto;
  }
}

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

#wrapper {
  padding-top: 102px;
}

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

/*----------------------------------
    header
------------------------------------*/
/* ドロワーメニューOPEN時、背景スクロール制御用(ここから) */
html.open,
body.open {
  overflow: hidden;
}
/* ドロワーメニューOPEN時、背景スクロール制御用(ここまで) */

#header {
  width: 100%;
  height: 102px;
  padding-right: 102px;
  background-color: #ffffff;
  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: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#header .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

#header .overlay.open {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

#header a,
#header a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #header {
    height: 60px;
    padding-right: 0;
  }
}

.header_lead {
  padding-left: 50px;
  font-size: 1.5rem;
}

.header_lead p {
  margin: 0;
  line-height: 1.6;
}

@media screen and (max-width: 980px) {
  .header_lead {
    padding-left: 10px;
    font-size: 1.2rem;
  }
}

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

@media screen and (min-width: 768px) {
  .header_logo {
    max-width: 220px;
    margin: 0 auto; 
  }
}

@media screen and (max-width: 980px) {
  .header_logo {
    max-width: 180px;
    margin: 0 auto; 
  }
}

@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 150px;
    margin: 0 auto;
  }
}

.header_comment {
  padding-right: 50px;
}

@media screen and (max-width: 980px) {
  .header_comment {
    padding-right: 10px;
    font-size: 1.3rem;
  }
}

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

.header_comment__price {
  font-family: 'Forum', cursive;
  font-size: 2.3rem;
}

@media screen and (max-width: 980px) {
  .header_comment__price {
    font-size: 2.0rem;
  }
}

.header_comment__text {
  font-size: 2.0rem;
}

@media screen and (max-width: 980px) {
  .header_comment__text {
    font-size: 1.7rem;
  }
}

#menu_trigger {
  display: inline-block;
  width: 102px;
  height: 102px;
  background-color: #870323;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  position: fixed;
  z-index: 15;
  padding: 33px 31px;
}

#menu_trigger.active {
  background-color: transparent;
}

#menu_trigger.active span {
  background-color: #870323;
}

#menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(17px) rotate(-45deg);
  -ms-transform: translateY(17px) rotate(-45deg);
  transform: translateY(17px) rotate(-45deg);
}

#menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

#menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-17px) rotate(45deg);
  -ms-transform: translateY(-17px) rotate(45deg);
  transform: translateY(-17px) rotate(45deg);
}

#menu_trigger span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#menu_trigger span:nth-of-type(1) {
  top: 0;
}

#menu_trigger span:nth-of-type(2) {
  top: 17px;
}

#menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #menu_trigger {
    width: 60px;
    height: 60px;
    padding: 18px 16px;
  }
  #menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    -ms-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  #menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  #menu_trigger span:nth-of-type(2) {
    top: 11px;
  }
}

.menu_trigger__inner {
  position: relative;
  height: 100%;
}

#header_nav {
  height: 100%;
  background-color: #f4f4f4;
  position: fixed;
  top: 0;
  z-index: 12;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  opacity: 0;
}

#header_nav.open {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #header_nav {
    width: 100%;
    height: 320px;
    left: 0;
    -webkit-transform: translateY(-320px);
    -ms-transform: translateY(-320px);
    transform: translateY(-320px);
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  }
  #header_nav.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  #header_nav {
    -webkit-transform: translate(88vw);
    -ms-transform: translate(88vw);
    transform: translate(88vw);
    width: 88vw;
    bottom: 0;
    right: 0;
  }
  #header_nav.open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media screen and (min-width: 768px) {
  .header_nav__inner {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 50px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .header_nav__inner {
    overflow-y: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 75px;
    bottom: 0;
  }
}

.header_nav__gnav .gnav_item {
  display: block;
}

@media screen and (min-width: 768px) {
  .header_nav__gnav {
    margin: 0 80px 0 40px;
  }
  .header_nav__gnav > li {
    border-left: 1px solid #dcdcdc;
  }
  .header_nav__gnav > li:first-child {
    border-right: 1px solid #dcdcdc;
  }
  .header_nav__gnav .gnav_item {
    padding: 20px 18px;
    font-size: 1.8rem;
  }
  .header_nav__gnav .has_child {
    position: relative;
    background-image: url(https://file003.shop-pro.jp/PA01427/102/images/arrow05.png);
    background-size: 23px auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .header_nav__gnav .has_child:hover .gnav_item__child {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .header_nav__gnav {
    padding: 0 10px 35px;
  }
  .header_nav__gnav > li:not(.has_child) {
    border-bottom: 1px solid #dcdcdc;
  }
  .header_nav__gnav > li:first-child {
    border-top: 1px solid #dcdcdc;
  }
  .header_nav__gnav .gnav_item {
    padding: 10px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .gnav_item__child {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: -60px;
    padding: 20px;
    background-color: #dcdcdc;
    border: 1px solid #fff;
  }
  .gnav_item__child:before, .gnav_item__child:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
  }
  .gnav_item__child:before {
    top: -12px;
    border-width: 0 11px 12px 11px;
    border-color: transparent transparent #fff transparent;
    margin-left: -11px;
  }
  .gnav_item__child:after {
    top: -10px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #dcdcdc transparent;
    margin-left: -10px;
  }
  .gnav_item__child li {
    display: block;
    height: 32px;
    line-height: 32px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .gnav_item__child li:not(:last-child) {
    margin-bottom: 5px;
  }
  .gnav_item__child li a {
    display: block;
    background-color: #fff;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 1px;
  }
  .gnav_item__child.gnav_item__child-area {
    width: 190px;
    height: 258px;
    bottom: -276px;
  }
  .gnav_item__child.gnav_item__child-type {
    width: 190px;
    height: 110px;
    bottom: -128px;
  }
}

@media screen and (max-width: 767px) {
  .gnav_item__child {
    background-color: #e8e8e8;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 26px;
  }
  .gnav_item__child > li > a {
    display: block;
    padding: 8px 10px;
  }
}

.header_nav__other {
  background-color: #323232;
  color: #ffffff;
}

.header_nav__other a {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .header_nav__other {
    position: relative;
  }
  .header_nav__other:before {
    content: "";
    display: block;
    background: #323232;
    width: 100vw;
    height: 320px;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: -1;
  }
}

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

@media screen and (max-width: 767px) {
  .header_info {
    margin: 0 10px;
    padding: 35px 0 30px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
}

.header_info__text {
  font-size: 1.5rem;
}

.header_info__text span {
  font-size: 1.2rem;
  display: block;
}

.header_info__tel {
  font-family: 'Forum', cursive;
  font-weight: 500;
}

.header_info__tel .title {
  font-size: 2.3rem;
  display: inline-block;
  padding-right: 5px;
  letter-spacing: 3px;
}

.header_info__tel .num {
  font-size: 2.7rem;
  display: inline-block;
  letter-spacing: 3px;
}

.header_link li a {
  display: block;
}

@media screen and (min-width: 768px) {
  .header_link {
    padding: 0 20px;
  }
  .header_link li {
    font-size: 1.8rem;
  }
  .header_link li a {
    padding: 20px 18px;
  }
}

@media screen and (max-width: 767px) {
  .header_link {
    padding: 20px 20px;
  }
  .header_link li {
    font-size: 1.3rem;
  }
  .header_link li a {
    padding: 5px 0;
  }
}


/*----------------------------------
    footer
------------------------------------*/
#footer {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  padding: 50px 0;
  margin-top: 130px;
  background-color: #f2f2f2;
  text-align: center;
}

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

@media screen and (min-width: 768px) {
  .footer_logo {
    position: absolute;
    top: -94px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

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

.footer_nav {
  margin-bottom: 20px;
}

.footer_nav ul {
  font-size: 0;
}

.footer_nav ul li {
  display: inline-block;
  font-size: 1.5rem;
}

.footer_nav ul li:not(:last-child) {
  margin-right: 20px;
}

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

#copyright {
  margin: 0;
  font-family: 'Forum', cursive;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #copyright {
    padding-top: 10px;
    font-size: 0.9rem;
  }
}


/*----------------------------------
    title
------------------------------------*/
.ttl01 {
  margin: 0;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/bg_ttl01.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .ttl01 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    background-position: top left;
    background-size: 44px auto;
    padding-top: 70px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .ttl01 {
    display: inline-block;
    background-position: top left;
    background-size: 33px auto;
    padding-left: 40px;
    margin-left: -20px;
    text-align: left;
    line-height: 1.5;
  }
}

.ttl01_en {
  display: block;
  font-family: 'Forum', cursive;
  color: #858585;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .ttl01_en {
    font-size: 1.5rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .ttl01_en {
    font-size: 1.1rem;
    letter-spacing: 1px;
    padding-left: 0.5em;
  }
}

.ttl01_jp {
  display: block;
}

@media screen and (min-width: 768px) {
  .ttl01_jp {
    white-space: nowrap;
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl01_jp {
    font-size: 2.2rem;
  }
}

.ttl01_jp-white {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .ttl01_wrap {
    padding: 0 60px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .ttl01_wrap {
    position: relative;
    text-align: center;
  }
}

.subttl01 span {
  position: relative;
  display: inline-block;
}

.subttl01 span:before, .subttl01 span:after {
  content: "";
  display: inline-block;
  background-color: #b5b5b5;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .subttl01 span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    font-size: 2.2rem;
    margin: 40px 5px 0;
  }
  .subttl01 span:before, .subttl01 span:after {
    width: 1px;
    height: 100%;
    top: 0;
  }
  .subttl01 span:before {
    left: -5px;
  }
  .subttl01 span:after {
    right: -5px;
  }
}

@media screen and (max-width: 767px) {
  .subttl01 {
    text-align: center;
  }
  .subttl01 span {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-size: 1.1rem;
    margin: 15px 0 0;
  }
  .subttl01 span:before, .subttl01 span:after {
    width: 100%;
    height: 1px;
    left: 0;
  }
  .subttl01 span:before {
    top: -4px;
  }
  .subttl01 span:after {
    bottom: -4px;
  }
}


/*----------------------------------
    btn
------------------------------------*/
.btn01 {
  display: inline-block;
  width: 287px;
  height: 80px;
  line-height: 80px;
  border: 1px solid #870323;
  color: #870323;
  background-color: #fff;
  text-align: center;
  font-size: 2.5rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn01:hover {
  background-color: #870323;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn01 {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 1.6rem;
  }
}

.btn01-red {
  background-color: #870323;
  color: #fff;
}

.btn01-red:hover {
  background-color: #fff;
  color: #870323;
}

#sideBtn {
  position: fixed;
  right: 0;
  top: 270px;
  width: 72px;
  z-index: 5;
}

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

.sideBtn_contact {
  width: 343px;
  height: 216px;
  margin-right: -270px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.sideBtn_contact:hover {
  margin-left: -270px;
  cursor: auto;
}

.sideBtn_contact .title {
  margin: 0;
  padding: 0;
  width: 72px;
  color: #fff;
}

.sideBtn_contact .title span {
  display: block;
  margin: 20px auto 0;
  padding-top: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 21px auto;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/icon_contact.png);
  font-size: 2.0rem;
}

.sideBtn_contact .detail {
  width: 270px;
  padding: 50px 25px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  background-color: #1b1b1b;
  color: #fff;
  text-align: center;
}

.sideBtn_contact .detail_text {
  font-size: 1.6rem;
}

.sideBtn_contact .detail_text span {
  display: block;
  font-size: 2.0rem;
}

.sideBtn_contact .detail_tel {
  margin-top: 10px;
  padding: 5px 0;
  font-family: 'Forum', cursive;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  letter-spacing: 3px;
}

.sideBtn_contact .detail_tel__title {
  display: inline-block;
  font-size: 2.0rem;
}

.sideBtn_contact .detail_tel__num {
  display: inline-block;
  font-size: 2.4rem;
}

.sideBtn_contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #870323;
  border-radius: 10px 0 0 10px;
}

.sideBtn_cart {
  width: 72px;
  height: 216px;
  margin-top: 10px;
}

.sideBtn_cart__btn {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background-color: #6a182c;
  color: #fff;
  border-radius: 10px 0 0 10px;
}

.sideBtn_cart__btn span {
  display: block;
  margin: 0 auto 0;
  padding-top: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 21px auto;
  background-image: url(https://file003.shop-pro.jp/PA01427/102/images/icon_cart.png);
  font-size: 2.0rem;
}

.sideBtn_cart__btn:hover {
  background-color: #1b1b1b;
  color: #fff;
}


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

@media screen and (min-width: 768px) {
  .itemList01_unit {
    width: 27%;
    max-width: 27%;
    float: left;
  }
  .itemList01_unit:nth-child(n + 4) {
    margin-top: 70px;
  }
  .itemList01_unit:not(:nth-child(3n)) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .itemList01_unit {
    width: 46%;
    display: inline-block;
        vertical-align: top;
  }
  .itemList01_unit:nth-child(n + 3) {
    margin-top: 30px;
  }
  .itemList01_unit:nth-child(even) {
    margin-left: 6%;
  }
}

.itemList01_unit__image {
  margin-bottom: 30px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .itemList01_unit__image {
    margin-bottom: 10px;
  }
}

.itemList01_unit__text .title {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

.itemList01_unit__text .price {
  font-size: 2.2rem;
}

.itemList01_unit__text .small {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .itemList01_unit__text .title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .itemList01_unit__text .price {
    font-size: 1.5rem;
  }
  .itemList01_unit__text .small {
    font-size: 1.0rem;
  }
}

@media screen and (min-width: 768px) {
  .rankingList01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .rankingList01_unit {
    width: 27%;
    max-width: 27%;
    float: left;
  }
  .rankingList01_unit:not(:nth-child(3n)) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .rankingList01_unit:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.rankingList01_unit__image {
  position: relative;
  margin-bottom: 40px;
}

.rankingList01_unit__image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

.rankingList01_unit__image a {
  position: relative;
}

.rankingList01_unit__detail .ranking {
  position: relative;
  margin-bottom: 40px;
  font-family: 'Forum', cursive;
  font-weight: normal;
  font-size: 2.0rem;
}

.rankingList01_unit__detail .ranking:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 2px;
  background-color: #f1c9d3;
  position: absolute;
  bottom: -18px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .rankingList01_unit__detail .ranking {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
  .rankingList01_unit__detail .ranking:after {
    bottom: -10px;
  }
}

.rankingList01_unit__detail .num {
  font-size: 6.0rem;
  display: inline-block;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .rankingList01_unit__detail .num {
    font-size: 3.9rem;
  }
}

.rankingList01_unit__detail .text {
  font-size: 2.0rem;
  line-height: 34px;
}

@media screen and (max-width: 767px) {
  .rankingList01_unit__detail .text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.rankingList01_unit__detail .title {
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .rankingList01_unit__detail .title {
    margin: 0 0 5px;
    font-size: 1.3rem;
  }
}

.rankingList01_unit__detail .price {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .rankingList01_unit__detail .price {
    font-size: 1.4rem;
  }
}

.rankingList01_unit__detail .small {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .rankingList01_unit__detail .small {
    font-size: 1.0rem;
  }
}


/*----------------------------------
    slick
------------------------------------*/
.slick-slider {
  opacity: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.slick-initialized {
  opacity: 1;
}
