@charset "euc-jp";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

#page-wrapper {position:relative;}
#wrapper {padding-top:1em;}
.container {width:1050px;}
#main {float:right; width:calc(100% - 310px);}
#sidebar {float:left; width:260px;}

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:#111; box-sizing:border-box;}
:before,
:after,
a {position:relative;}

a {
	color: #464e54;
}
a:hover {
	color: #5e5e5e;
}

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-01 {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  *background-color: #222;
}

h2 {margin:30px 0;}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
    background-color: #fff;
  }

.btn-01 {border:1px solid #222; background-color: #222; color:#fff; *background-color:#222; transition:all .2s ease-in}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {border:1px solid #999; background-color:#999; color:#fff; *background-color:#999;}

.btn-02 {
  border: 1px solid <{$btn_02_bgcolor}>;
  background-color: <{$btn_02_bgcolor}>;
  color: <{$btn_02_font_color}>;
  *background-color: <{$btn_02_bgcolor}>;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid <{$btn_02_bgcolor_hover}>;
  background-color: <{$btn_02_bgcolor_hover}>;
  color: <{$btn_02_font_color}>;
  *background-color: <{$btn_02_bgcolor_hover}>;
}
.product-order-num input {
  border-color: <{$btn_02_bgcolor}>;
}

/*clearfix*/
.clearfix:after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
* html .clearfix {zoom:1;}
*:first-child+html .clearfix {zoom:1;}

/*web font*/
.serif {font-family:'Noto Serif JP', serif;}
.google-font {text-transform:uppercase; letter-spacing:2px; font-weight:400;}
.google-font.fwb {font-weight:700;}

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@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-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

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


/*
 * header
 */
#header-wrapper {margin-bottom:4em;}
.header-link a {}
.header-link a:hover {text-decoration:none;}

/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
.header-line-nav span {float:left; padding-left:4px; font-size:13px; letter-spacing:1px; line-height:1.5em;}
.header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {clear:both; margin:0 auto 1em; text-align:center;}
.shop-name img {max-width:400px; height:auto; transition:opacity .2s ease-in;}
.shop-name img:hover {opacity:0.7;}

.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: <{$menu_link}>;
}

/* header global nav */
#header-global-nav {margin:1.8em 0; text-align:center; font-size:16px; font-family:'Noto Serif JP', serif;}
#header-global-nav li {margin:0 1em;}
#header-global-nav li a:hover {color:#a98f4d;}
#header-global-nav li a:before {content:""; position:absolute; left:0; right:0; bottom:-4px;; width:100%; height:2px; background-color:#a98f4d; opacity:0; transition:all .3s ease-in;}
#header-global-nav li a:hover:before {bottom:-2px; opacity:1;}
/*モバイル*/
#mobileHeader,
#navToggle {display:none;}


/* incart delivery */
.incart-delivery {float:right;}
.incart-delivery ul {margin:0; padding:10px 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #d9edf7; color: #31708f; list-style: none; font-size: 12px;}

.slider {
  margin-top: 2em;
  padding: 0 .1%;
  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;
}

/*
 * product list
 */
.prd-lst-soldout {color:#999; font-size:14px!important}


.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 14px;
}
.prd-lst-price {
  color: #abaaaa;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}
.thumb-active img {
  border: 2px solid #222;
}

/*sidebar*/
#sidebar {}
.sidecat__block {} 
.sidecat__block h3 {margin:40px 0 10px; padding:0 0 2px 3px; font-size:18px; font-weight:400; border-bottom:1px solid #999;}
.sidecat__block h3:nth-of-type(1) {margin-top:0;}
.sidecat__block h3 a {position:relative; display:block; transition:all .3s ease-in;}
.sidecat__block h3 a:hover {color:#a98f4d; text-decoration:none;}
.sidecat__block h3 a:before {content:''; position:absolute; right:20px; bottom:10px; width:12px; height:12px; border:1px solid; border-color:transparent; transform:rotate(-45deg); transition:all .3s ease-in;}
.sidecat__block h3 a:hover:before {right:10px; border-color:transparent #a98f4d #a98f4d transparent;}
.sidecat__block h3 span {display:block; padding-left:2px; font-size:13px;}
.sidecat__block h3 strong {font-family:'Noto Serif JP',serif;}
.sidecat__block ul {margin:0 0 0 3px;}
.sidecat__block li {height:34px; margin-left:2px; padding:9px 0 0 45px; font-size:15px; list-style-type:none; background-size:30px; background-position:5px 5px; background-repeat:no-repeat;}
.sidecat__block .kkrnh20 {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_kkrnh20.png)}
.sidecat__block .kmkrn {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_kmkrn.png)}
.sidecat__block .andbat {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_andbat.png)}
.sidecat__block .ouchi {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_ouchi_any.jpg)}
.sidecat__block .kmost1901 {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_kmost1901.png)}
.sidecat__block .deodorant_any {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_deodorant_any.jpg);}
.sidecat__block .deodorant_face {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_deodorant_face.jpg);}
.sidecat__block .andbft {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_andbft.png);}
.sidecat__block .andbbt {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_andbbt.png);}
.sidecat__block .momoft {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_momoft.png);}
.sidecat__block .momobt {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_momobt.png);}
.sidecat__block .gauzepile_face {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_gauzepile.jpg);}
.sidecat__block .gauzepile_bath {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_gauzepile.jpg);}
.sidecat__block .mohaft {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_mohaft.png);}
.sidecat__block .mohabt {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_mohabt.png);}
.sidecat__block .rabtwo {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_rabtwo.png);}
.sidecat__block .ag_face {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/ag_face.jpg);}
.sidecat__block .ag_bath {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/ag_bath.jpg);}
.sidecat__block .hood_6 {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/hood_6.jpg);}
.sidecat__block .hood_pile {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/hood_pile.jpg);}
.sidecat__block .hood_kurumun {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/hood_kurumun.jpg);}
.sidecat__block .silk_hand {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/silk_hand.jpg);}
.sidecat__block .silk_bath {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/silk_face.jpg);}
.sidecat__block .silk_face {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/silk_face.jpg);}
/*grp*/
.sidecat__block .etak {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_etak.png);}
.sidecat__block .bath {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_bath.png);}
.sidecat__block .face {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_face.png);}
.sidecat__block .hand {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_hand.png);}
.sidecat__block .muffler {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_muffler.png);}
.sidecat__block .other {background-image:url(https://img21.shop-pro.jp/PA01445/202/etc/icon_other.png);}
/*link block*/
.sidelink__block {width:100%;}
.sidelink__block--01 {margin-top:20px; padding-bottom:10px;}
.sidelink__block--02 {margin-top:30px;}
.sidelink__block a {position:relative; display:block; padding:10px 18px 10px 0; border:1px solid #999; text-align:center; transition:all .3s ease-in;}
.sidelink__block a:before {content:''; position:absolute; right:16px; bottom:13px; width:12px; height:12px; border:1px solid; border-color:transparent #777 #777 transparent; transform:rotate(-45deg); transition:all .3s ease-in;}
.sidelink__block a:hover {text-decoration:none; background:#F2F0E7;}
.sidelink__facebook {margin-top:20px; border:1px solid #217aed;}
.sidelink__facebook a {display:block; padding:5px 0;}

/* footer */
#footer__menu {text-align:center; margin-top:50px; padding-top:15px; border-top:1px solid #ccc;}
#footer__menu ul {display:inline-block; margin:0 0 0 10px;}
#footer__menu ul:nth-of-type(1) {}
#footer__menu li {float:left; margin-left:20px; padding-bottom:5px; list-style-type:circle; list-style-position:inside;}



#footer-wrapper {
  padding-top: 3em;
}
.footer-primary {
  border-right: 1px solid #e7e7e7;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
  .footer-nav li {
    margin: .8em 0;
  }
.footer-primary {
  padding: .3em 0;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: <{$menu_link}>;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
    border-bottom: 1px solid #e7e7e7;
  }
.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #abaaaa;
    content: "-";
  }
  .footer-secondary a {
    color: #abaaaa;
  }

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {margin:4em auto 2em; color:#aaa; text-align:center; font-size:10px; letter-spacing:3px;}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/*Common*/
/*title*/
.page__title {position:relative; margin-top:24px; font-size:28px; letter-spacing:4px; text-align:center;}
.page__title--small {font-size:21px; letter-spacing:1px;}
.page__title span {display:inline-block; padding:0 10px 0; background-color:#fff;}
.page__title:before {z-index:-1; content:""; position:absolute; left:0; bottom:40%; width:100%; border-bottom:1px solid #999;}
.page__text {padding-top:0; font-size:16px; line-height:1.75;}
.separate-line {clear:both; margin:0 80px; padding-top:35px; border-bottom:#666 dotted 1px;}

/*sidebar*/
/* shopinfo */
#shopinfo {margin-top:15px;}
#shopinfo .sidebar-title {margin:0 auto; font-size:16px; text-align:center; border-bottom:#ddd solid 1px;}
#shopinfo .image {padding:10px 0 0 0; text-align:center;}
#shopinfo .image img {border-radius:5px;}
#shopinfo p.text {padding:5px 5px 0; font-size:13px;}



/*ガイド部分*/
.delivery__attention {padding:5px 15px 5px 15px; background:#666; text-align:center; color:#fff; font-size:16px; font-weight:700; letter-spacing:1px; border-radius:30px;} 

.guide-table__mobile {display:none;}
/*クイックガイド*/
.quickguide__block {padding:10px 0 30px 0;}
.guide__table {width:100%; margin:20px auto 0; border:#ccc dotted 1px; background:#fff; font-size:13px;}
.guide__table .track {width:49%; border-right:#ddd dotted 1px;}
.guide__table .pay {width:auto;}
.footer-guide .stock {border-right:#ddd dotted 1px;}
/*thead*/
.guide__table th {margin:2px 2px 2px; padding:2px 0 0 0; text-align:center; font-weight:bold;}
.guide__table th.track,
.guide__table th.returned {background:#f6f6f6;}
.guide__table th.pay,
.guide__table th.stock {background:#f0f0f0;}
.guide__table th.stock {border-right:#ddd dotted 1px;}
.guide__table th span {display:inline-block; padding:10px 20px 10px 0; background-repeat:no-repeat; background-size:32px 20px;}
.guide__table th.track span {padding-left:42px; background-image:url('https://img21.shop-pro.jp/PA01445/202/etc/icon_guide_track.png'); background-position:left 9px;}
.guide__table th.pay span {padding-left:31px; background-image:url('https://img21.shop-pro.jp/PA01445/202/etc/icon_guide_yen.png'); background-position:left 8px;}
.guide__table th.stock span {padding-left:33px; background-image:url('https://img21.shop-pro.jp/PA01445/202/etc/icon_guide_nostock.png'); background-position:left 9px;}
.guide__table th.returned span {padding-left:34px; background-image:url('https://img21.shop-pro.jp/PA01445/202/etc/icon_guide_returned.png'); background-position:left 9px;}
/*tbody*/
.guide__table td {line-height:1.75;}
.guide__table td.track,
.guide__table td.pay {padding-bottom:10px;}
.guide__table td.stock,
.guide__table td.returned {padding-top:5px; padding-bottom:10px;}
.guide__table td .text {margin:0; padding:10px 20px 0 20px;}
.guide__table td .text.sub {padding-top:2px;}
.guide__table td .text span {display:block;}
.guide__table td .text a {color:#0072C6; font-weight:700;}
.guide__table td ul {margin-bottom:0; padding:20px 0 0 0;}
.guide__table td ul li {list-style:none;}
.guide__table td .select li {list-style-position:inside; list-style-type:disc; font-weight:bold;} 
.guide__table td .select li span {display:block; padding-left:1em; font-weight:normal;}
.guide__table td .bold {font-weight:700;}
.guide__more {padding:5px 10px; font-size:13px; font-weight:700; text-align:right;}
.guide__more a {color:#0072C6;}

/*footer*/
#footer__block {margin-top:100px; padding-top:50px; border-top:1px solid #ccc;}
#footer__shopinfo {width:740px; margin:0 auto;}
/*営業日*/
#footer__block .title {margin:0; padding:0 0 5px 0; text-align:center; font-size:16px; border-bottom:#ccc double 3px; letter-spacing:1px;}
#footer-calendar {clear:both; margin-top:15px;}
#calendar {float:left; width:470px; padding:5px 0 0 0;}
#calendar table {float:left; width:42%; margin:0 3.5%; border:#ddd dotted 1px;}
#calendar caption {padding:10px 0 2px 0; text-align:center; font-size:12px; letter-spacing:2px;}
#calendar th,
#calendar td {padding:2px 0; text-align:center; font-size:11px; border:#ddd dotted 1px;}
#calendar th {font-weight:bold; background:#ddd;}
#calendar td {background:#fcfcfc;}
#footer-calendar .day-info {clear:both; padding:15px 15px 15px 15px; letter-spacing:1px;}
.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 #ccc !important;}
/*注意書き*/
.day__info {clear:both; padding-top:15px; font-size:12px; text-align:center;}
.day__info span {display:inline-block; width:18px; margin-right:5px; background-color:#fa5;}
/* shopinfo */
#footer__kamishin {float:right; width:220px; margin:36px 15px 0 0; padding:10px 15px 10px; border:#ccc solid 1px; background:#fefefe;}
#footer__kamishin .shop-title {margin:0; padding:2px 5px 7px 50px; font-size:14px; letter-spacing:2px; border-bottom:#ccc solid 1px;}
#footer__kamishin .shop-title {background-image:url('https://img21.shop-pro.jp/PA01445/202/etc/footer_logo_kamishin.png'); background-repeat:no-repeat; background-size:40px 44px; background-position:left top;}

#footer__kamishin .text {padding:10px 5px 0; font-size:12px;}
#footer__kamishin .tel-info {padding:5px 5px 0; font-size:14px; font-weight:700; letter-spacing:2px; line-height:1.4;}
/*footer__menu*/
.footer__menu {width:300px;}

@media (max-width: 1024px) {
.container {width:980px; margin:0 auto;}
#main {float:right; width:calc(100% - 260px);}
#sidebar {float:left; width:220px;}
}
@media (max-width: 980px) {
#base_gmoWrapp,
#gmo_CMSPbar {overflow:hidden; min-width:100% !important; width:100% !important;}
}
@media (max-width: 768px) {
/*メニュー*/
#navToggle {display:block; position:fixed; z-index:5000; top:25px; right:12px; width:30px; height:36px; cursor:pointer; -webkit-tap-highlight-color:transparent;}
#navToggle div {position:relative;}
#navToggle span {display:block; position:absolute; left:0; height:4px; width:100%; background:#111;
-webkit-transition:.3s ease-in-out; -moz-transition:.3s ease-in-out; transition:.3s ease-in-out;}
#navToggle span:nth-child(1) {top:0;}
#navToggle span:nth-child(2) {top:11px;}
#navToggle span:nth-child(3) {top:22px;}
/* Toggle - open*/
#navToggle.open span:nth-child(1) {top:11px; transform:rotate(315deg);}
#navToggle.open span:nth-child(2) {width:0; left:50%;}
#navToggle.open span:nth-child(3) {top:11px; transform:rotate(-315deg);}
/*オープン*/
#mobileHeader.open {display:block;} 
#mobileHeader {padding:18px 2% 40px;}
.sidecat__block__pad {display:block; width:90%; margin:18px auto 0;}
.sidecat__block h3 {margin-top:22px;}
/*カート*/
.menu__cart {position:relative; margin-left:5%;}
.menu__cart a {display:block; width:70%; padding:8px 0; background-color:#111; color:#fff; font-weight:bold; text-align:center; border-radius:30px;}
.menu__cart a i {background-size:546px 492px}
.sidelink__block--02 {margin-top:12px;}
.sidelink__block--03 {margin-bottom:30px;}
.my__color {background:#F2F0E7}
.mobail__ct {text-align:center; margin:15px 0 0 0;}
.mobail__ct li {list-style-type:none; padding-top:15px;}

/*コンテンツ*/
#wrapper {padding-top:0;}
.container {width:auto;}
#main {float:none; width:94%; margin:0 auto;}
#sidebar {float:none; width:92%; margin:0 auto; padding:30px 0;}
.incart-delivery {float:none; padding:40px 0 0; text-align:center; letter-spacing:1px;}
.shop-name {margin:30px auto 0;}
#header-wrapper {margin-bottom:1.5em;}
#footer__block {margin-top:30px;}
#footer__shopinfo {width:100%}
#calendar {width:460px;}
#footer__menu .pc {display:none;}


  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
.header-dropdown.affix {position:absolute;}
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 16px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #222;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #e7e7e7;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #e7e7e7;
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: <{$menu_link}>;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @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-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
/*コンテンツ*/
#main {width:100%;}
#sidebar {display:none;}
/*header*/
.incart-delivery {padding:20px 0 0;}
#header-wrapper {margin-bottom:0;}
.shop-name {}
.shop-name img {width:70%;}
/*footer*/
#calendar {float:none; width:100%;}
#calendar table {float:none; width:70%; margin:0 auto;}
#footer__kamishin {float:none; width:70%; margin:40px auto 0;}
#footer__menu {margin-top:30px;}
#footer__menu li {float:none; margin-left:0; margin-right:1em;}
/*main*/
.container {width:auto; padding:0 4%;}
/*ガイドテーブル*/
.delivery__attention {padding:10px 15px;}
.guide__table {display:none;}
.guide-table__mobile {display:block;}
.guide__table .track {width:100%;}

  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
.prd-lst-unit {margin-bottom:20px;}

}

/* IE?