@charset "euc-jp";

@import url("https://use.typekit.net/bxs6fup.css");
hr { border-top: 1px solid #cbcbcb; }

h2,h3 { font-weight: normal; }

h2 {
  font-family: yu-mincho-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
}


ul#supersized { clear: both; }

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

form { margin: 0; }
.row { max-width: 1170px; }

button,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 {
  padding: 6px 12px;
  font-family: 'fot-tsukuardgothic-std', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  border: 1px solid #ccc;
  background-color: #fff;
	line-height: initial;
}

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

.muted { color: #999; }

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

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

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

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

.text-success { color: #468847; }

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

/*-- ボタン ----------*/
.btn {
  font-family: inherit;
  border-radius: unset; transition: .2s;
}
.bo50 { border-radius: 50px; }

#series_btn {
  position: fixed;
  right: 150px;
  bottom: 70px;
  width: 200px;
  z-index: 200;
}

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

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

.btn-02 {
  padding: 10px;
  border: 1px solid #23374A;
  background-color: #23374A;
  color: #fff;
  *background-color: #23374A;
}

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

.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 #d7d4d1;
  background-color: #d7d4d1;
  color: #4d4d4d;
  *background-color: #d7d4d1;
}

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 {
  padding: 0;
  display: none;
  width: 80px;
  overflow: hidden;
}
#pagetop a { display: block; }

#sidebar figure { margin: 0; }

/* ========================================
      PCの場合
======================================== */
html {
  font-size: 62.5%;
  word-break: break-all;
  word-wrap: break-word;
 }
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333333;
  font-family: 'fot-tsukuardgothic-std', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6em;
  letter-spacing: .1rem;
}

a {
  color: #333333;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:hover { color: #E5E171;
text-decoration: none;}

.laca { font-family: 'laca-text', sans-serif !important; }

/* アイコン */
.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-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; }

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

.ttl-h2 {
  text-align: center;
  padding-bottom: 10px;
  margin:1em 0 1em 0;
  color: #333333;
  font-family: 'fot-tsukuardgothic-std', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
}
.ttl-h2 span {
  color: #B5B6B5;
  display: block;
  font-family: 'fot-tsukuardgothic-std', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.2rem;
}

.ttl-h3 {
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
}

#history_block .ttl-h3 {
  margin-left: 10px;
}

@media only screen and (max-width: 980px) {
  .ttl-h2 {
    font-size: 1.4rem!important;
  }
  .ttl-h2 span {
    font-size: 0.9rem!important;
  }

  #history_block .ttl-h3 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {  
  .ttl-h3 {
		font-size: 1.8rem;
  }
}
@media (max-width: 567px) {
  .ttl-h2 {
    font-size: 1.6rem!important;
  }
  .ttl-h2 span {
    font-size: 1.2rem!important;
  }
  .ttl-h3 {
    margin-top: 0;
  }
}


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


/* slider */
.slider {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
  padding-bottom: 0;
  position: relative;
}
.slider__inner {
  height: auto;
  width: 96%;
  max-width: 87.14375em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slider__inner::after {
  clear: both;
  content: "";
  display: table;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;


  height: auto !important;
  aspect-ratio: 16/9; /* ←好みの比率に！ */
  overflow: hidden;

}

#slider > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#slider > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* デフォルトの矢印画像を消す */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: none !important;
}
/* padding や text-indent で矢印が隠れないようにする */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  padding: 0 !important;
  text-indent: 0 !important;
  overflow: visible !important;
}
/* 矢印の中にSVGが入るので、これで中央寄せ */
.bx-wrapper .bx-prev svg,
.bx-wrapper .bx-next svg {
  display: block;
  margin: auto;
}


/* ページネーション */
.bx-wrapper .bx-pager {
  padding-top: 0!important;
  /*bottom: 40px!important;:*/
  bottom: 25px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #333!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  border: solid 1px #333;
  width: 5px!important;
  height: 5px!important;
  margin: 0 5px!important;
  border-radius: 50%!important;
  background: none!important;
}


#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
	.bx-prev, .bx-next {
		display: block!important;
	}
	.bx-wrapper .bx-controls-direction a {
		top: calc(100% + 28px)!important;
	}
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px!important;
    height: 5px!important;
    margin: 4px!important;
  }

  .bx-wrapper .bx-caption span {
    font-size: 1.2rem!important;
    bottom: 15px;
  }
}



@media (max-width: 567px) {
  #header .header_fixed {
    position: static !important;
    padding: 16px 2% 16px;
    width: 100% !important;
  }

	.bx-wrapper .bx-pager {
		padding-top: 0!important;
    bottom: -25px !important;
	}
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px!important;
    height: 5px!important;
    margin: 3px!important;
    border: solid 0.5px #333;
  }
  .bx-wrapper .bx-caption span {
    position: absolute;
    font-size: 1.1rem!important;
    bottom: -8px!important;
    left: 13px!important;
  }
  .bx-wrapper .bx-controls-direction a {
    top: calc(100% + 23px) !important;
  }
}

/*----- header PC-------------- */
#header {
  position: relative;
  padding: 0;
  z-index: 102;
}

#header .header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 23px 2% 23px;
  padding: 16px 2% 16px;
  width: 96%;
  transition: color 0.4s ease-out;
}
/*
.header_pt {
  padding-top: 30px!important;
}
*/
.headerColorScroll {
  background: rgba(255,255,255,0.8);
  transition: color 0.4s ease-out;
}

.header-logo {
  width: 200px;
}
.header-logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 0;
  height: 40px;
}
svg.logo {
  width: 100%;
  height: auto;
}

.header-global-nav {
  z-index: 100;
  float: right;
  margin-top: 8px;
}

.header-global-nav ul {
	margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: baseline;
  }
li.home-space {
    margin-right: 15px;
}


.header-global-nav li:first-child,
.header-global-nav li:nth-last-child(2) ,
.header-global-nav li:last-child { padding-right: 0; }

.header-global-nav ul li i {
	font-size: 30px;
}

.header-global-nav ul li .cart_view_with_async {
	display: inline-block;
	position: relative;
}

.header-global-nav span.toolbar__item__count {
  display: inline-block;
  position: absolute;
  top: -7px;
  right: 1px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 88%;
  text-align: center;
  color: #333;
}

  .header-global-nav a,
  .header-global-nav span::not(.toolbar__item__count) {
    padding-bottom: 5px;
    color: #333333;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: normal;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      margin-top: 38px;
      width: 200px;
      border: 1px solid #e8e8e8;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 1.4rem;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


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

/* ======================
サイドメニュー
====================== */
.side-section { margin-bottom: 20px; }
#sidebar h3.ttl-h3 { margin-top: 0; }

#sidebar .side_icon {
  width: 30px;
  height: 30px;
}

#sidebar h3 {
  margin: 0 0 10px;
  padding-top: 20px;
  font-size: 1.6rem;
	font-weight: normal;
  text-transform: uppercase;
  border-top: 1px solid #d7d4d1;
}

#sidebar h3 span {
  font-size: 1.3rem;
  color: #B5B6B5;
  margin-left: 1rem;
}

#sidebar h3 a:hover {
  color: #E5E171;
}

#sidebar article h3 {
  font-size: 1.4rem;
}

#category.side-section li,
#group.side-section li {
  display: flex;
  margin: 7px 0;
  align-items: center;
}

#category.side-section li img,
#group.side-section li img {
  margin-right: 15px;
  max-width: 33px;
}

.side-section li a {
  display: block;
  width: 100%;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4rem;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.side-section li a:hover {
  color: #E5E171;
}

.sidemenu_indent {
  padding-left: 60px;
}

.incart-delivery {
  clear: both;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 8px;
  color: #fff;
  background-color: #324b5c;
}
.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_container{
  box-sizing: border-box;
  position: relative;
  border: 1.5px solid #333;
  display: block;
  padding: 0 10px 0 0;
  border-radius: 5px;
  height: 2.3em;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  position: absolute;
  width: 2.5em;
  height: 2.3em;
  right: 0;
  top: -6px;
  outline : none;
}
.search_container input[type="image"]{
  cursor: pointer;
  border: none;
  position: absolute;
  width: 1.6rem;
  right: 10px;
  top: 10px;
  outline : none;
}
@media (max-width: 768px) {
	.search_container input[type="image"]{
		top: 7px;
	}
}

.side-group-name {
  display: block;
  margin-top: 10px;
}
ul.snslist {
  margin-left: 0;
	font-size: 90%;
  list-style: none;
}
ul.snslist i {
  width: 25px;
  text-align: center;
}
ul.snslist li{
  margin: 7px 0;
}

/* パンくずリスト */
.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: 1.5em;
  word-break: break-all;
}

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

.eyecatch-block h2.ttl-h2,
.info-block h2.ttl-h2,
.banner_block h2.ttl-h2,
.seller-block h2.ttl-h2,
.recommend-block h2.ttl-h2,
.bestseller-block h2.ttl-h2,
.free_space_block h2.ttl-h2 {
	border-bottom: 1px solid #B5B6B5;
}

.info-block { line-height: 1.5; }
.news { padding: 4px 0; }
.news-date { padding-right: 10px; }
.main-section { padding-left: 3 0px; }

/*--- 商品リスト----------------- */
.prd-lst-sort {
  margin: 20px 0;
  margin: 0 0 20px;
  font-size: 1.4rem;
}
.prd-lst-sort strong {
  color: #23374A;
}

.prd-lst-unit {
	position: relative;
  margin-bottom: 25px;
}

.prd-lst-unit a { display: block; }

.prd-lst-img {
  transition: all 0.5s;
  background: #fff;
}
.prd-lst-img:hover {
  opacity: 0.6;
}

.prd-lst-span {
  display: block;
  text-align: right;
}
.prd-lst-name {
  margin: 8px 0 5px 0;
  padding: 0;
  font-size: 1.15rem;
  letter-spacing: 0.05rem;
  text-align: left;
}
.expl_txt {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #888;
}

.prd-lst-regular {
  font-size: 1.3rem;
  text-decoration: line-through;
}

.prd-lst-price    { color: #444; }
.prd-lst-discount,
.prd-lst-sales  { color: #b81717; }
.prd-lst-soldout  { color: #d7dbda; }

.prd-lst-price,
.prd-lst-sales,
.prd-lst-soldout {
  text-align: left;
  font-size: 1.1rem;
}

.more-prd { clear: both; }

/* 商品のページャー */
.prd-lst-pager {
}
.prd-lst-pager ul {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.prd-lst-pager li {
  text-align: center;
  line-height: 26px;
  min-width: 26px;
  height: 26px;
  margin: 0 4px;
  font-size: 1.2rem;
  background: #dededd;
  color: #fff;
}
.prd-lst-pager li a {
  color: #fff;
}
.prd-lst-pager .active {
  background: #23374A;
  color: #fff;
}
.prd-lst-pager .pager_arrow {
  background: #dededd;
  color: #fff;
}

@media screen and (max-width: 567px){
  .prd-lst-pager li {
    font-size: 0.9rem;
  }
}


/* 商品のページャー
.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;
    font-size: 1.2rem;
  }
  .prd-lst-pager li a {
    background: #23374A;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    background: #23374A;
    color: #DCDCDB;
  }
  .prd-lst-pager li span {
    background: #dededd;
    color: #fff;
  }
  .prd-lst-pager li .pager_arrow,
  .prd-lst-pager li .pager_arrow a {
    background: #dededd!important;
    color: #fff!important;
  }
 */
 


/*---- 最近チェック--------------- */
#favorite_block,
#history_block {
	padding: 40px 0;
	background: #F2F2F0;
}

/*---- フッタ--------------- */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 200;
}

#pagetop svg.floating_cart_btn {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 567px){
  #pagetop svg.floating_cart_btn {
    width: 120%;
    height: 120%;
  }
}

.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  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;
}

/*----- fnav -------------- */
#fnav {
  clear: both;
  border-top: 1px solid #B5B6B5;
	background: #F2F2F0;
}

#fnav .container ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

#fnav .container ul li {
    padding: 0 20px 20px 20px;
}

.copyright {
  margin: 0;
  padding: 20px 0 0;
  color: #333;
  text-align: center;
  font-style: normal;
  font-size: 1.2rem;
}

@media screen and (max-width: 567px){
  #fnav .container {
    padding-top: 10px !important;
  }
}

/*----- カレンダー -------------- */
.side_section_cal{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d7d4d1;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
  font-size: 70%;
}
  .tbl_calendar caption {
    text-align: center;
		color: #23374A;
  }
  .tbl_calendar th {
    padding: .3em 0;
		border-bottom: 1px solid #B5B6B5;
    text-align: center;
		color: #23374A;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #B5B6B5;
    text-align: center;
  }
.side_cal_memo {
  font-size: 1.05rem;
  color: #888;
}
.side_cal_memo2 {
  font-size: 1.05rem;
  color: #888;
  text-align: center;
  position:relative; top:-7px;
}

/* copyright */

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


/* =============================
freepage
================================ */

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

/*--- series page --------*/
#story_main_img {
  position: relative;
  margin-bottom: 120px;
}

#story_main_img .txt_overlay {
  position: absolute;
  bottom: -60px;
  right: 20px;
  padding: 40px 20px;
  background: rgba(255,255,255,0.8);
}

#story_main_img .txt_overlay h1 {
	margin-top: 0;
}

#story_main_img .txt_overlay p {
	font-size: 2rem;
}

section#product_develop .inner {
	margin: 60px auto;
}

section#product_develop figure {
  margin: 0;
}
section#product_develop figure img {
	width: 100%;
}

article.story_box { padding: 40px 0; }

article.story_box .image_area {
	position: relative;
	width: 100%;
	height: 100%;
}

article.story_box .image_area h2 {
  position: absolute;
  right: 2%;
  bottom: -100px;
  height: 450px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.8rem;
  color: #333;
  font-weight: normal;
  text-align: right;
  letter-spacing: 2px;
  z-index: 1;
}

article.story_box .image_area h2::before {
  display: block;
  content: '';
  position: absolute;
  bottom: -5%;
  right: 30px;
  width: 2px;
  height: 170px;
  background-color: #edea57;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	z-index: -1;
}

article.story_box .txt_area {
	position: relative;
	width: 75%;
  padding: 5%;
}

article.story_box .txt_area::after {
  display: block;
  content: '';
  position: absolute;
	bottom: 0;
	left: 0;
  width: 150px;
  height: 2px;
  background-color: #edea57;
}


.aboutkikime-02 {
  padding: 10px; }

.aboutkikime-03 {
  margin-top: 45px; }

/* スマホでABOUT KIKIME 改行 TOPとfreepage- */

  br.about-sp {
    display: none;
}

@media screen and (max-width: 768px){
    br.about-sp{
        display: block;
    } 
}  



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

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

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

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  .flexbox{
    align-items: center;
  }
  .flexbox a.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
  }
  .flexbox a.logo svg {
    width: 70%;
    height: 50px;
    margin-right: 15px;
  }

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

  .side-section li a { font-size: 1rem; }
  .side-section ul li { margin: 0; }
  .side-section ul li a:hover { text-decoration: none; }

  #sidebar h3 {
    margin: 0 0 10px;
    padding-top: 20px;
    font-size: 1.3rem;
  }
  
  #sidebar h3 span {
    font-size: 1rem;
    margin-left: 0.5rem;
  }

  

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

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

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

/* カレンダー */
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #B5B6B5 !important;
	color: #23374A;
}

/*-------------------
icon set (new series restock freeship)
--------------------*/
.new_icon,
.sale_icon,
.restock_icon,
.freeship_icon {
  margin: 0;
  padding: 2.5px 9px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  vertical-align: middle;
  border-radius: 0px;
}

li.prd-lst-unit .new_icon,
li.prd-lst-unit .sale_icon,
li.prd-lst-unit .restock_icon,
li.prd-lst-unit .freeship_icon {
  position: absolute;
  top: 2%;
}

.new_icon,
.restock_icon,
.freeship_icon {
  background: #23374A;
  position: absolute;
  top: 2%;

}
.sale_icon {
  background: #EBE675;
  color: #333;
}

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

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

/* ========================================
  PC 
======================================== */
@media only screen and (min-width: 769px) {
  #fnav { padding: 30px 0; }


/*----- freepage ----------------*/
	section#product_develop .inner {
    width: 80%;
    margin: 60px auto;
  }
}

/* ========================================
  タブレット
======================================== */
@media only screen and (max-width: 768px) {  
  body { font-size: 1.4rem; }
  #pagetop { width: 60px; } 
  .btn-lg { font-size: 1.6rem; }

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

  .header-logo {
    width: 23.5%;
  }

  .header-global-nav span.toolbar__item__count {
    top: -6px;
    right: 0;
  }

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

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

/*--- main area --------*/
.main-section {
	padding-right: 0;
	padding-left: 0;
}

.prd-lst-price,
.prd-lst-sales,
.prd-lst-soldout {
   right: 12%;
   font-size: 1.3rem;
 }
.icon_set { font-size: 1rem; }
.prd-lst-name { font-size: 1.2rem; }

/*--- side menu --------*/
.side-section { margin-bottom: 20px; }

/*--- calendar --------*/	
.side_section_cal { margin: 40px 0; }
.tbl_calendar { max-width: 100%; }

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

/*===========================
	FOOTER
=============================*/
  #pagetop,
  #cart_btn, 
  #series_btn { bottom: 30px; }
  
  #cart_btn, 
  #series_btn { width: 70%; }

  .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: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  /*----- footer nav-------------- */
  #fnav .container ul { 
    font-size: 1.2rem;
  }
  
  #fnav .container ul li {
    padding: 5px 10px;
    margin-bottom: 5px;
    text-align: center;
  }

	
/*----- freepage ----------------*/
#story_main_img { margin-bottom: 0px; }
#story_main_img .txt_overlay {
  position: inherit;
	right: 0;
  bottom: 40px;
  margin: auto;
  padding: 10px;
	max-width: 80%;
}

  
#story_main_img .txt_overlay p {
	font-size: 1.6rem;
}
  
  section#product_develop .inner {
    margin: 0 auto;
  }
	
	article.story_box .image_area h2 {
		font-size: 2rem;
	}
	
	article.story_box .image_area h2::before {
    bottom: 10%;
    right: 15px;
    height: 90px;
	}
	
	article.story_box .txt_area {
      width: 68%;
      padding: 4% 2.5%;
	}


  #about_main_img { margin-bottom: 0px; }
  
  #about_main_img .txt_overlay_t {
  position: inherit;
	top: 10px;
  bottom: 10px;
  margin: auto;
  padding: 10px;
	max-width: 100%;
}

  #about_main_img .txt_overlay_t p {
	font-size: 1.6rem;
}


  section#product_develop .inner {
    margin: 0 auto;
  }
	
	article.about_box .image_area h2 {
		font-size: 2rem;
	}
	
	article.about_box .image_area h2::before {
    bottom: 10%;
    right: 15px;
    height: 90px;
	}
	
	article.about_box .txt_area {
      width: 68%;
      padding: 4% 2.5%;
	}
  
  .copyright {
    margin-bottom: 10px;
    padding: 0;
  }
   
  /* フッター背景 */
  .footer-wrapper {
    padding: 40px 0;
    background: #fcfcfc;
  }

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

}

@media only screen and (max-width: 480px) {
  /*----- footer nav-------------- */
  #fnav .container ul { 
    flex-direction: column;
    margin: 20px 0;
  }

  #fnav .container ul li {
    text-align: center;
  }
}


/*---------------------------
 header
--------------------------- */
/*--- ツールバー --------*/

.toolbar {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 3%;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  z-index: 1000;
}

.toolbar h1.logo {
	margin: 0;
	max-width: 50px;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
	display: block;
  padding: 0 5px;
  color: #212121;
}
.toolbar__item a .u-wrap { display: table-cell; }
.toolbar__item a i {
	font-size: 28px;
	vertical-align: middle;
}

.toolbar__item--menu { margin-right: 10px; }
.toolbar__item--menu span {
  display: block;
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: 0;
}

.toolbar .flexbox {
  align-items: center;
  display: flex;
  justify-content: space-between;
	width: 100%;
}

.toolbar ul.flexbox { align-items: baseline; }

.toolbar .fa-shopping-cart {
	position: relative;
	padding-right: 6px;
}

.toolbar span.toolbar__item__count {
  position: absolute;
  display: inline-block;
  top: 21px;
  right: 69px;
  padding: 0;
  width: 34px;
  height: 20px;
  line-height: 21px;
  font-size: 80%;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.icon-user,
.icon-shopping-cart,
.icon-menu {
  width: 25px;
  height: 25px;
}
.icon-line {
  width: 150px;
  height: 32px;
}
.icon-sns {
  width: 13px;
  height: 13px;
  margin : 0px 13px 4px 6px;
}
.icon-sns-sp {
  width: 20px;
  height: 20px;
}
.icon-menu {
  margin-right: 20px;
}


/*--- ドロワー --------*/
.drawer.open { right: 0; }
.drawer {
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.drawer__item--close {
  padding: 20px;
  text-align: right;
}
svg.fa-close {
  width: 15px;
  height: 15px;
}

#drawer {
  padding: 40px 0 20px;
}
#drawer label {
  margin-bottom: 0;
}
#drawer .drawer_item {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  width: 100%;
  margin: 0;
  padding: 20px 20px;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #e0e0e0;
}
#drawer .drawer_item input {
  display: block;
}
#drawer .drawer_item a {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  height: 100%;
}
#drawer .drawer_item ul {
  margin-left: 10px;
}
#drawer .drawer_item li {
  margin: 0 0 0 10px;
  padding: 10px;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
}
#drawer .drawer_item li img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#drawer .drawer_item li a {
  display: block;
  width: 100%;
  height: 100%;
}

#drawer .drawer_item p {
  padding: 15px 0;
}

#drawer .drawer_item_series ul {
  margin-left: 5px;
}

.phone-list {
  margin-bottom: 20px;
}

.drawer_sns {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  list-style: none;
  margin: 10px 0;
}
.drawer_sns li {
  font-size: 160%;
}
#drawer .drawer_search_container {
  padding: 20px;
  margin-top: 80px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
#drawer .drawer_search_container input {
  display: block;
  width: 93%;
}
#drawer .drawer_search_container input[type="image"] {
  cursor: pointer;
  border: none;
  position: absolute;
  width: 1.8rem;
  right: 33px;
  top: 28px;
  outline: none;
}

#drawer .toggle {
  display: none;
}

#drawer .accordion {
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 0!important;
}
#drawer .acc_block {
  position: relative;
  margin-bottom: 0;
}
#drawer .acc_ttl,
#drawer .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#drawer .acc_ttl {
  padding: 20px 20px;
  display: block;
  color: #333;
  font-size: 1.4rem;
}
#drawer .acc_ttl::after,
#drawer .acc_ttl::before {
  content: "";
  position: absolute;
  right: 41px;
  top: 25px;
  width: 1px;
  height: 13px;
  background: #333;
  transition: all 0.3s;
}
#drawer .acc_ttl::after {
  transform: rotate(90deg);
}
#drawer .content {
  max-height: 0;
  overflow: hidden;
}
#drawer .content li {
  margin: 0 0 0 10px;
  padding: 10px;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
}
#drawer .content li img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#drawer .content li a {
  display: block;
  width: 100%;
  height: 100%;
}

#drawer .toggle:checked + .acc_ttl + .content {
  max-height: 100vh;
  max-height: 180vh;
  transition: all 1.5s;
}
#drawer .toggle:checked + .acc_ttl::before {
  transform: rotate(90deg) !important;
}

.acc_inner {
  padding: 0 20px;
}
.acc_inner ul {
  margin-left: 10px;
}
.acc_inner p {
  padding: 15px 0;
}

.phone-list {
  margin-bottom: 20px;
}

/*--- slidelist SP --------*/
.slidelist { margin: -10px 0 10px !important; }
.slidelist .slick { padding: 0; }
.slidelist .slick-list { padding: 0 10px; }
.slidelist .slick-slide { padding: 0; }

.slidelist .slide__inner {
  display: block;
  padding: 10px 10px 0 0;
  word-wrap: break-word;
}

.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}

.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.slidelist .slide__image--rank-1:before {
  border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;
}

.slidelist .slide__image--rank-2:before {
  border: 8px solid transparent;
  border-top: 8px solid #e0e0e0;
  border-left: 8px solid #e0e0e0;
}

.slidelist .slide__image--rank-3:before {
  border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;
}

.slidelist .slide__image--rank-none:before {
  border: none;
}

.slidelist .slide__name {
  font-size: 85.71429%;
  line-height: 1.2rem;
  margin: 8px 0 5px 0;
  color: #212121;
}

.slidelist .slide__price {
  font-size: 85.71429%;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}

.slidelist .slide__price--soldout { color: #f44336; }
.slick-list { padding: 0 10px; }


@media only screen and (max-width: 768px) {
  .icon-user,
  .icon-shopping-cart,
  .icon-menu {
    width: 25px;
    height: 25px;
    padding-left: 6px;
  }
    .icon-line {
    width: 150px;
    height: 30px;
    padding-left: 6px;
  }

  .toolbar.js-header.header_pt span.toolbar__item__count {
    top: 32px;
  }
}

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

@media (max-width: 567px) {
  .toolbar {
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header_pt {
    padding-top: 20px!important;
  }

  .toolbar.js-header.header_pt span.toolbar__item__count {
    top: 13px;
  }

  .flexbox a.logo {
    width: 36%;
  }
  .flexbox a.logo svg {
    width: 100%;
    height: 50px;
    margin-right: 0;
  }

  .icon-user,
  .icon-shopping-cart {
    width: 23px;
    height: 23px;
    padding-left: 3px;
  }

  .icon-menu {
    margin-right: 10px;
  }
  .toolbar span.toolbar__item__count {
    top: 13px;
    right: 54px;
    right: 73px;
  }
}

/*-- TOP ABOUT KIKIME マウスオーバー----------*/
a.no-color-change {
  color: black;
  text-decoration: none;
}

/*-- top icon サイズ----------*/
.fa{
  height: 22px;
}

.fa-bars{
   height: 27px;
    margin: 0px 10px -8px 0px;
}

/*-- freepage btn----------*/
.free-btn{
  text-align: center;
  margin: 30px;
}

/*-- SVGの大元を非表示に --*/
.svg_block {
  display: none;
}

@media (min-width: 568px) {
  .hidden_desktop {  
    display: block;
  }
  .hidden_phone {
    display: none;
  }
}

@media (max-width: 567px) {
  .hidden_desktop {
    display: none;
  }
  .hidden_phone {
    display: block;
  }
}

.toolbar__item--menu {
  margin-right: 60px;
  margin-left: 15px;
	position: relative;
}
.toolbar span.toolbar__item__count {
  right: 72px;
  top: 11px;
}


/* ボタン */
.openbtn {
  z-index: 600;
  cursor: pointer;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  height: 0.7px;
  background: #333;
  width: 22px;
}

.openbtn span:nth-of-type(1) {
  top: -14px;
}
.openbtn span:nth-of-type(2) {
  top: -4px;
}
.openbtn span:nth-of-type(3) {
  top: 6px;
}
.openbtn.active span:nth-of-type(1) {
  top: -11px;
  right: -20px;
  transform: translateY(6px) rotate(-45deg);
  width: 27px;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 1px;
  right: -20px;
  transform: translateY(-6px) rotate(45deg);
  width: 27px;
}

#drawer {
  z-index: 101;
}
#drawer.panelactive {
  right: 0;
}

.fixed {
  overflow: hidden;
}

/* 最近チェックした商品 */
.c-slidelist {
  padding: 0 50px 0 30px;
}
.slide_block {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.slide_block.slick-slide {
  margin-right: 10px;
}
.slick-prev { 
  left: 10px!important;
  top: 0!important;
  width: 30px!important;
}
.slick-next {
  right: 10px!important;
  top: 0!important;
  width: 30px!important;
}
