@charset "euc-jp";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

p.teika {
font-size: .8rem;
color: #ff0000;
text-decoration: line-through;
  margin-bottom: 0;
}

/* ここに追加する*/
/*
span.a {background-color: #74992e;}
span.a {background-color: #fff;border: 1px solid #cdcdcd; }
*/
/*横半分2色*/
.aa{background: linear-gradient(90deg, #b4866b 0%, #b4866b 50%, #e9dacb 50%, #e9dacb 100%);}
.bb{background: linear-gradient(90deg, #1e50a2 0%, #1e50a2 50%, #a4c1d7 50%, #a4c1d7 100%);}
.ll{background: linear-gradient(90deg, #a9a9a9 0%, #a9a9a9 50%, #d9333f 50%, #d9333f 100%);}
.mm{background: linear-gradient(90deg, #ff6347 0%, #ff6347 50%, #3eb370 50%, #3eb370 100%);}
.nn{background: linear-gradient(90deg, #fff000 0%, #fff000 50%, #007bbb 50%, #007bbb 100%);}
.pp{background: linear-gradient(90deg, #f8f4e6 0%, #f8f4e6 50%, #ff6347 50%, #ff6347 100%);}
.qq{background: linear-gradient(90deg, #f8f4e6 0%, #f8f4e6 50%, #007bbb 50%, #007bbb 100%);}
.rr{background: linear-gradient(90deg, #f8f4e6 0%, #f8f4e6 50%, #3eb370 50%, #3eb370 100%);}
.ss{background: linear-gradient(90deg, #f8f4e6 0%, #f8f4e6 50%, #fff000 50%, #fff000 100%);}

/*縦半分2色*/
.cc{background: linear-gradient(180deg, #674196 0%, #674196 50%, #000000 50%, #000000 100%);}
.dd{background: linear-gradient(180deg, #7b6c3e 0%, #7b6c3e 50%, #000000 50%, #000000 100%);}
.ee{background: linear-gradient(180deg, #17184b 0%, #17184b 50%, #ffffff 50%, #ffffff 100%);border: 1px solid #cdcdcd;}
.ff{background: linear-gradient(180deg, #dddcd6 0%, #dddcd6 50%, #000000 50%, #000000 100%);}
.gg{background: linear-gradient(180deg, #fff000 0%, #fff000 50%, #ffffff 50%, #ffffff 100%);border: 1px solid #cdcdcd;}
.hh{background: linear-gradient(180deg, #d9333f 0%, #d9333f 50%, #17184b 50%, #17184b 100%);}
.ii{background: linear-gradient(180deg, #a0d8ef 0%, #a0d8ef 50%, #ffffff 50%, #ffffff 100%);border: 1px solid #cdcdcd;}
/*枠線あり横*/
.jj{background: linear-gradient(90deg, #b79376 0%, #b79376 50%, #315a8c 50%, #315a8c 100%);border: 1px solid #cdcdcd;}
/*枠線あり縦*/
.kk{background: linear-gradient(180deg, #b79376 0%, #b79376 50%, #315a8c 50%, #315a8c 100%);border: 1px solid #cdcdcd;}

span.a {background-color: #ffffff;border: 1px solid #cdcdcd;}
span.b {background-color: #f8f4e6;}
span.c {background-color: #000000;}
span.d {background-color: #8d6449;}
span.e {background-color: #a99e93;}
span.f {background-color: #0f2350;}
span.g {background-color: #d9333f;}
span.h {background-color: #3eb370;}
span.i {background-color: #a9a9a9;}
span.j {background-color: #38a1db;}
span.k {background-color: #674196;}
span.l {background-color: #2b2b2b;}
span.m {background-color: #fff000;}
span.n {background-color: #f5deb3;}
span.o {background-color: #7b6c3e;}
span.p {background-color: #19448e;}
span.q {background-color: #475950;}

/* ここまで*/
.img-soto {position: relative;}
.img-naka {
  margin-top: 10px;
}
.img-naka span {
display: inline-block;
width: 15px;
height: 15px;
margin-right: 3px;
display: inline-block;
}
.toumei {
position: fixed;
background-color: #fff;
opacity: .9;
height: 100%;
height: 100vh;
width: 100%;
z-index: 10;
}
.toumeimoji {
    color: #ff0000;
position: fixed;
top: 49%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
  letter-spacing: 2px;
font-size: 16px;
}

.kensakubox {overflow: hidden;}
.kensakubox .btn-sm, .kensakubox .btn-xs {
padding: 1px 5px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 12px;
line-height: 1.5;
}
.kensakubox select, .kensakubox textarea, .kensakubox [type="text"], .kensakubox [type="password"], .kensakubox [type="datetime"], .kensakubox [type="datetime-local"], .kensakubox [type="date"], .kensakubox [type="month"], .kensakubox [type="time"], .kensakubox [type="week"], .kensakubox [type="number"], .kensakubox [type="email"], .kensakubox [type="url"], .kensakubox [type="search"], .kensakubox [type="tel"], .kensakubox [type="color"], .kensakubox .uneditable-input {
display: inline-block;
padding: 4px 6px;
height: 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #555;
vertical-align: middle;
font-size: 14px;
line-height: 20px;
border: 1px solid #cfcfcf;
}
input, button, select, textarea {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}
.entry-content a, .comment-content a {
color: #000;
text-decoration: underline;
}
.entry-content a:hover, .comment-content a:hover {
color: #888;
text-decoration: none;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after {
content: "";
display: table;
}
.add-all {
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.add-box {
  width: 50%;
  float: left;
  padding-right: 2%;
}
.add-wrap {
  overflow: hidden;
}
.add-w-l {
width: 20%;
float: left;
}
.add-w-r {
width: 79%;
float: left;
}
.naka-t-area {
width: 98%;
margin: auto;
}
ul, ol {
margin: 0;
padding: 0;
}
.menu-box {
position: relative;
margin: 100px 0;
  
}
.readbox {
position: absolute;
bottom: 5%;
right: 3%;
font-size: 15px;
letter-spacing: 2px;
border-bottom: 2px solid;
font-family: 'Rubik', sans-serif;
font-weight: bold;
color: #fff;
}
.entry-content {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.title-side {
position: absolute;
top: 43%;
left: 20px;
color: #fff;
}
.title-side h1 {
font-size: 23px;
letter-spacing: 2px;
}
.title-side h1 span {
display: block;
padding-top: 15px;
font-size: 18px;
}
.menu-box h1 {
font-family: 'Rubik', sans-serif;
font-size: 22px;
  font-weight: 500;
}
.readbox {
position: absolute;
bottom: 5%;
right: 3%;
font-size: 15px;
letter-spacing: 2px;
border-bottom: 2px solid;
font-family: 'Rubik', sans-serif;
font-weight: bold;
color: #fff;
}
ul.menu-area {
overflow: hidden;
}
ul.menu-area li {
width: 50%;
float: left;
  z-index: -1;
}
.menu-box.shopbox.navbox {
margin-bottom: -30px;
  overflow: hidden;
}
.menu-box.shopbox {
    margin-bottom: 100px;
    /*border-bottom: 1px solid #cdcdcd;*/
    padding-bottom: 60px;
}
.owaku {
background-color: #dfdfdf;
/*margin-top: 100px;*/
padding: 100px 0;
}
.site-info {
margin: 100px 0 20px;
max-width: 150px;
padding: 0;
transform: rotate(-90deg) translateX(-100%);
-webkit-transform: rotate(-90deg) translateX(-100%);
transform-origin: left top;
-webkit-transform-origin: left top;
position: fixed;
bottom: 15%;
left: 97%;
text-align: right;
width: 100%;
font-size: 12px;
color: #888;
/* font-family: 'Rubik', sans-serif; */
}


.navbar.yoko-menu {
font-family: 'Rubik', sans-serif;
}
.navbar {
background-color: transparent;
margin: 0;
max-width: 100%;
width: 100%;
}
.main-navigation {
clear: both;
margin: 0 auto;
max-width: 100%;
min-height: 1px;
position: relative;
}
nav ul, nav ol {
list-style: none outside none;
}
.navbar.yoko-menu ul.nav-menu li {
text-transform: capitalize;
margin-right: 30px;
}
.menu-box.shopbox.navbox .nav-menu li {
   display: inline-block;
    position: relative;
}
.nav-menu li {
display: inline-block;
position: relative;
}
.navbar.yoko-menu ul.nav-menu li.current-menu-item a {
font-size: 16px;
}
/*.navbar.yoko-menu ul.nav-menu li.current-menu-item a {
    background-color: #000;
}
.navbar.yoko-menu ul.nav-menu li.current-menu-item a:hover {
    background-color: #fff;
}*/
.nav-menu li a {
color: #000;
display: block;
line-height: 1;
padding: 0;
text-decoration: none;
  font-size: 16px;
}
.nav-menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #000000;
  height: 1.6px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-menu a:hover:before, .nav-menu a:focus:before, .nav-menu a:active:before {
  right: 100%;
}

#onebox {
width: 100%;
height: 100%;
height: 100vh;
background-color: #fff;
margin-left: 0%;
position: fixed;
z-index: 999;
  overflow: hidden;
}
#onebox .childbox {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
  width: 50%;
}
.text-wrap {ine-height: 2;}
#loading {
    display:none;
    height: 30px;
    left: 50%;
    margin-left:-15px;
    margin-top:-15px;
    position: fixed;
    text-align: center;
    top: 44%;
    width: 30px;
    z-index: 99999;
}
.loadingbox div {

}
#loader {
    position: absolute;
    width: 30px; /*ローディングアイコンの横サイズ*/
    height: 30px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 2px solid #000;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}
::selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
::-moz-selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
span.yoko-sen {
display: inline-block;
width: 20px;
border-bottom: 1px solid #cdcdcd;
margin: 3px 6px 3px 6px;
}
.columns ul.inline > li {
display: inline-block;
padding-right: 0;
padding-left: 0;
}
/*.columns {margin-bottom: 100px;}*/
.columns {
        transform: rotate(-90deg) translateX(-100%);
        -webkit-transform: rotate(-90deg) translateX(-100%);
        transform-origin: left top;
        -webkit-transform-origin: left top;
        position: absolute;
        top: 8%;
        left: 96%;
        text-align: right;
        width:150%;
        font-size: 12px;
      color: #888;
  font-family: 'Rubik', sans-serif;
}
.side-in a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  color: #000;
}
.side-in a:hover {
text-decoration: none;
color: #000;
}
.side-in a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.side-in a:hover:before, .side-in a:focus:before, .side-in a:active:before {
  right: 100%;
}
.in-wrap {
position: relative;
}
.in-wrap-txt {
position: absolute;
top: 48%;
left: 50%;
-webkit-transform: translate(-48%, -50%);
transform: translate(-48%, -50%);
width: 80%;
  opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.in-wrap-all {}
.in-wrap-txt-sita {
color: #888;
font-style: italic;
}
.in-wrap-txt-sita p.mtitle {
margin-top: 10px;
margin-bottom: 2px;
color: #000;
font-style: normal;
border-bottom: 1px solid;
display: inline-block;
}
.en-m {
padding-right: 2px;
font-size: 11px;
}
ul.ichiran li:hover .in-wrap-txt {
  opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
ul.ichiran li:hover p {
  animation-name:fade-in2;
  animation-duration:2s; //アニメーション時間
  animation-timing-function: ease-out; //アニメーションさせるイージング
  animation-delay:1s; //アニメーション開始させる時間
  animation-iteration-count:1; //繰り返し回数
  animation-direction:normal; //往復処理をするかどうか
  animation-fill-mode: forwards; //アニメーション後のスタイルをどうするか
}
ul.ichiran li:hover .img-naka {
  animation-name:fade-in2;
  animation-duration:2s; //アニメーション時間
  animation-timing-function: ease-out; //アニメーションさせるイージング
  animation-delay:1s; //アニメーション開始させる時間
  animation-iteration-count:1; //繰り返し回数
  animation-direction:normal; //往復処理をするかどうか
  animation-fill-mode: forwards; //アニメーション後のスタイルをどうするか
}
@keyframes fade-in2 {
  0% {opacity: 0; transform: translate3d(0,-10px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
ul.ichiran li:hover img, ul.slick-slider li:hover img {
  opacity: .2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
ul.slick-slider li a:hover {
  text-decoration: none;
}
/* 追加 */
ul.navi-list {margin: 0;}
ul.navi-list li {}
.c-ttl-sub__ja {
font-weight: normal;
font-size: 12px;
color: #888;
padding-left: 8px;
}
.haisou {
width: 100%;
max-width: 400px;
  margin-top: 15px;
}
/* サイドオープン時にメインコンテンツを覆う部分 */
.side-in {
  width: 100%;
  max-width: 850px;
  margin: auto auto 100px;
}
.owaku .side-in {
  max-width: 1500px;
  margin: auto;
  padding: 0 2% 2% 6%;
}
.side-in.catbox {
  font-size: 14px;
}
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 103;
}
.overlay::after {
  /*content: "Close Menu";*/
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 2px;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

.side-open .side-menu {
  display: block;
  transform-origin: center bottom;
  animation: animation-menu .8s both cubic-bezier(0.25, 0.1, 0.25, 1.0);
}
@keyframes animation-menu {
    0% {
        opacity: 0;
    transform: rotate(0) translateX(5px);
    }
    100% {
        opacity: 1;
    transform: rotate(0) translateX(0);
    }
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 45px 8% 0;
  text-align: left;
  font-size: 13px;
  /* background-color: rgba(249, 249, 249, 0.98); */
  z-index: -1;
  display: none;
  color: #111;
}
.side-open .side-menu {
  background-color: rgba(249, 249, 249, 0.98);
    z-index: 110;
    overflow: scroll;
    line-height: 2;
    display: inline;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  position: fixed;
  top: 45px;
  right: 45px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 112;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.side-open .side-menu-btn {
    top: 45px;
    right: 45px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
/* サイドメニューオープン */
.side-open #wrap,
.side-open .overlay {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu-btn span {
    background: #111;
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
  }
.side-menu-btn span.top {
    transform: translateY(-8px);
}
.side-menu-btn span.bottom {
    transform: translateY(8px);
}

.side-open .side-menu-btn span.middle {
    background: rgba(234, 233, 231, 0);
}
.side-open .side-menu-btn span.top {
    transform: rotate(-90deg) translateY(0px);
    background-color: #111;
}
.side-open .side-menu-btn span.bottom {
    transform: rotate(90deg) translateY(0px);
    background-color: #111;
}
.side-menu ul li a {
    color: #111;
    text-decoration: none;
}
.side-menu ul li {
    display: block;
    position: relative;
    margin-bottom: 8px;
    font-size: 13px;
}
.side-menu ul li span {
  color: #888;
  font-size: 14px;
}
/* サイド　*/
dt, dd {
line-height: 2;
  margin-left: 0;
}


#footer {
margin-top: 0;
display: none;
}
p.copybox {
font-family: 'Rubik', sans-serif;
}
.price-text {
font-family: 'Rubik', sans-serif;
  line-height: 2;
  font-size: 12px;
}
span.en {
  padding-left: 3px;
  font-size: 11px;
}
span.zei {
  padding-left: 3px;
  font-size: 11px;
}
span.newaicon {
  font-family: 'Rubik', sans-serif;
  background-color: #231815;
  color: #fff;
margin-bottom: 10px;
display: inline-block;
  line-height: 1;
}
h2.midashi span {
/*  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  letter-spacing: 2px;*/
font-size: 20px;
font-family: 'Rubik', sans-serif;
margin: 0;
max-width: 100%;
font-style: normal;
font-weight: 500;
}
/*h2.midashi span:after {
content: "";
position: absolute;
top: 58%;
left: calc(100% + 18px);
transform: translate(0,-50%);
width: 50px;
height: 1px;
background-color: #333;
}*/
.headbox {
    margin-bottom: 100px;
	overflow: hidden;
}
.logo-box {
  width: 100%;
  max-width: 350px;
  margin-bottom: 50px;
  padding: 165px 0 10px;
}
ul.ichiran {
  margin: 0 0 0 -2%;
  padding: 0;
  overflow: hidden;
}
ul.ichiran li {
  list-style: none;
  width: 18%;
  padding: 2% 0 0 2%;
  float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
ul.ichiran.forbox li {
  width: 17%;
}
ul.ichiran li p {margin-bottom: 5px;}
ul.ichiran li a {}
ul.ichiran li a:hover {
  text-decoration: none;
    opacity: 0.6; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=60); /* マウスオーバー時の透明度 IE用 */
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
ul.ichiran li.history-unit {width: 17%;}
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#page {
  z-index: 2;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/*.wrap{
  overflow: hidden;
  padding: 7% 2% 2%;
  width: 80%;
  margin: 0 auto 0;
  position: relative;
}*/
.wrap {
width: 100%;
max-width: 1500px;
margin: auto;
padding: 0 2% 0 6%;
}
.wrap .mar_b_50 {
margin-bottom: 80px;
margin-top: 80px;
}
body {
  background-color: #fff;
  font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
      letter-spacing: 1px;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
#wrapper {
  max-width: 100%;
  position: relative;
  background-color: #fff;
}
.container { width: 100%;}


/*
 * contents
 */

#contents {

}

#contents .topicpath-nav {
  margin-bottom: 8px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
#contents .topicpath-nav a {color: #888;}

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_b_150 { margin-bottom: 150px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

button.slide-arrow {
    background: transparent;
    border: none;
    border-bottom: 0 none;
    border-radius: 0;
    padding: 0;
    text-decoration: none;
}
button.slide-arrow:hover, button.slide-arrow:focus {
    background: transparent;
    opacity: .8;
}
button.slide-arrow img {
    width: 10px;
}
.slick-dots {
    position: absolute;
    bottom: 11px;
    box-sizing: border-box;
    padding-bottom: 0;
    left: 75px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    text-align: center;
    z-index: 5;
  display: none!important;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    background-color: #111;
    display: block;
}
.slick-dots li button {
    text-indent: -9999em;
    border-style: none;
    width: 3px;
    height: 3px;
    padding: 0;
    outline: 0;
    background: #888;
}
.slick-dots li.slick-active button {
    background-color: #000;
}
.slick-dots li {
display: inline-block;
padding: 0 7px;
}
.slick-dots li {
width: 3px;
height: 3px;
padding: 0;
margin: 0 5px;
vertical-align: top;
}
.slick-slider {
    padding-bottom: 45px;
   margin-left: -25px;
}
li.slick-slide {margin-left: 25px;}
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
button.slide-arrow.prev-arrow {
position: absolute;
bottom: 5px;
left: 25px;
}
button.slide-arrow.next-arrow {
    position: absolute;
    bottom: 5px;
    left: 80px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  margin: 0;
}
.site-info {
    margin: 100px 0 20px;
    max-width: 150px;
    padding: 0;
transform: rotate(-90deg) translateX(-100%);
-webkit-transform: rotate(-90deg) translateX(-100%);
transform-origin: left top;
-webkit-transform-origin: left top;
position: fixed;
bottom: 15%;
left: 97%;
text-align: right;
width: 100%;
font-size: 12px;
color: #888;
/*font-family: 'Rubik', sans-serif;*/
}
.site-info.snsbox {
    bottom: auto;
    bottom: 20%;
    letter-spacing: 2px;
    max-width: 255px;
    font-size: 14px;
    left: 2%;
}
.site-info a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
.site-info a:hover {
    color: #000;
    text-decoration: none;
}
.site-info a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000000;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.site-info.snsbox a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.site-info a:hover:before, .site-info a:focus:before, .site-info a:active:before {
  right: 0;
}
.site-info.snsbox a:hover:before, .site-info.snsbox a:focus:before, .site-info.snsbox a:active:before {
  right: 100%;
}
div.gp-box {
    background-color: #ebebe4;
    overflow: hidden;
    padding: 50px 0;
  /*margin-bottom: 75px;*/
}
div.gp-box-in {
width: 100%;
max-width: 1500px;
margin: auto;
padding: 0 2% 0 6%;
}
ul.gp-all {
overflow: hidden;
margin-left: -2%;
}
ul.gp-all li {
width: 23%;
float: left;
margin: 2% 0 2% 2%;
}
div.home-box {
margin-top: 10px;
  font-family: 'Rubik', sans-serif;
font-weight: 400;
}
div.home-box span {
border-bottom: 1.5px solid;
padding-bottom: 1px;
}
ul.gp-all li a {
color: #111;
}
ul.gp-all li a:hover {text-decoration: none;}
h2.oc-title {
font-family: 'Rubik', sans-serif;
margin-top: 50px;
font-size: 18px;
font-weight: 400;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li {
margin-right: 0;
width: 25%;
float: left;
margin-bottom: 3%;
padding-right: 5%;
overflow: hidden;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li a {
font-size: 16px;
color: #888;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li a:hover {
    color: #000;
}
/*.nav-menu .current_page_item > a:before, .nav-menu .current_page_ancestor > a:before, .nav-menu .current-menu-item > a:before, .nav-menu .current-menu-ancestor > a:before {
background-color: #000;
bottom: -5px;
height: 10px;
}*/
.smaho {
  display: none;
}
ul.tokutei {margin-top: 50px;}
ul.tokutei li {
font-weight: bold;
margin-bottom: 25px;
}
.navbar-l {
width: 80%;
float: left;
}
.navbar-r {
width: 20%;
float: right;
}
ul.bagbox {}
ul.bagbox li {float: right;margin-left: 25px;position: relative;}
ul.bagbox li span {
width: 100%;
max-width: 18px;
display: inline-block;
margin-top: -2px;
margin-left: 3px;
}
ul.bagbox li span img {width: 100%;}
ul.bagbox li a {
  color: #000;
display: block;
/*line-height: 1;*/
padding: 0;
text-decoration: none;
font-size: 16px;
  font-family: 'Rubik', sans-serif;
}
ul.bagbox li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -5px;
  background: #000000;
  height: 1.6px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
ul.bagbox li a:hover:before, ul.bagbox li a:focus:before, ul.bagbox li a:active:before {
  right: 100%;
}
.p-shopguide__img {display: none;}
.p-shopguide__body .haisou img {
/*width: 80%;*/
}
.p-shopguide__ttl {margin-top: 25px;}
.sabox {
	overflow: hidden;
}
.sabox-l {
	width: 55%;
	float: right;
}
.sabox-r {
	width: 42%;
	float: left;
}
.sabox-r p {
	margin-bottom: 10px;
}
.sabox-r-ue {
margin-bottom: 45px;
margin-top: 45px;
}
.sabox-r-sita {
	
}
.sabox h2 {
font-family: 'Rubik', sans-serif;
font-size: 1.5rem;
font-weight: 500;
margin: 10% auto 0;
}
.sabox-r-naka {

}
@media (max-width: 1300px) {
.sabox-l {
width: 50%;
float: right;
}
.sabox-r {
width: 47%;
float: left;
}
.sabox h2 {
margin: 2% auto 0;
}
.sabox-r-ue {
margin-bottom: 25px;
margin-top: 35px;
}
}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 892px) {
.navbar.yoko-menu ul.nav-menu li.current-menu-item a {
font-size: 15px;
}
.navbar.yoko-menu ul.nav-menu li {
text-transform: capitalize;
margin-right: 15px;
}
  .wrap {
width: 100%;
max-width: 100%;
margin: auto;
padding: 0 2% 0;
}
}
@media (max-width: 834px) {
.sabox-l {
	width: 100%;
	float: right;
}
.sabox-r {
	width: 100%;
	float: left;
}
.navbar-l {
width: 75%;
float: left;
}
 .navbar-r {
width: 25%;
float: right;
}
  ul.ichiran li {width: 23%;}
  /*.navbar.yoko-menu ul.nav-menu li {margin-right: 20px;}*/
}
@media (max-width: 800px)
  
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 643px) {
.navbar-r.in-naka {
width: 100%;
float: none;
margin-bottom: 50px;
overflow: hidden;
  }
.navbar-r.in-naka ul.bagbox li {
float: left;
position: relative;
margin-right: 25px;
}
ul.nav-menu, div.nav-menu > ul {
    display: block;
}
#content .entry-header,
#content .entry-content,
#content .entry-summary,
#content footer.entry-meta,
#content .featured-gallery,
.search.sidebar .page-content,
.blog.sidebar .page-content,
.sidebar .post-navigation .nav-links,
.paging-navigation .nav-links,
#content .author-info,
.comments-area .comments-title,
.comments-area .comment-list,
.comments-area .comment-navigation,
.comment-respond,
.sidebar .site-info,
.sidebar .paging-navigation .nav-links {
    padding-left: 0;padding-right: 0;
}
#site-navigation button,
#site-navigation input[type="submit"],
#site-navigation input[type="button"],
#site-navigation input[type="reset"] {
    background: #0068b6!important; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important; /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%)!important; /* W3C */
    border: none;
    border-bottom: 0px solid #000;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 14px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 15px;
}
.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
        background-color: #000;
        color: #fff!important;
}
.site-title {
padding: 85px 0 10px;
}
.logobox {
width: 100%;
max-width: 75%;
margin: auto;
}
.site-header {
margin-bottom: 0px;
}
.side-menu-btn {
    top: 15px;
    right: 25px;
    width: 30px;
    height: 30px;
}
.side-menu-btn span {
    width: 30px;
}
.item.yoko {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
max-width: 100%;
}
.item.tate {
width: 100%;
margin-right: 0;
margin-bottom: 0;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.item {
width: 100%;
margin-right: 0;
margin-bottom: 0;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.side-menu {
    padding: 45px 2% 0;
}
.menu-box {
position: relative;
margin: 40px 0;
}
.menu-box.shopbox.navbox {
margin-bottom: 15px;
}
.menu-box.shopbox {
margin-top: 0;
border-top: 1px solid #cdcdcd;
padding-top: 15px;
}
.side-open .side-menu-btn {
    top: 20px;
    right: 20px;
}
.title-side {
position: absolute;
top: 0;
left: 5%;
color: #fff;
}
.title-side h1 {
font-size: 18px;
letter-spacing: 2px;
margin: 10px 0 5px;
}
.readbox {
    font-size: 12px;
}
.title-side h1 span {
display: block;
padding-top: 8px;
font-size: 14px;
}
.navbar.yoko-menu ul.nav-menu li {
text-transform: capitalize;
margin-right: 0;
display: block;
}
.navbar.yoko-menu ul.nav-menu li {
text-transform: capitalize;
margin-right: 0;
display: block;
margin-bottom: 20px;
padding-bottom: 5px;
}
.nav-menu a:before {
    bottom: 0;
    height: 1px;
}
.add-box {
width: 100%;
float: left;
padding-right: 0;
margin-bottom: 25px;
}
.add-w-l {
width: 25%;
float: left;
}
.add-w-r {
width: 74%;
float: left;
}
.menu-box h1 {
font-family: 'Rubik', sans-serif;
font-size: 18px;
}
.menu-box.shopbox h1 {
margin-bottom: 25px;
}
.single .site-content, .page-template-page-blog .site-content {
max-width: 100%;
margin: 0;
}
.archive-title, .archive-meta {
    padding: 5px 0;
}
#acMenu {
    margin-bottom: 10px;
}
.hentry {
padding: 20px 0;
}
h1.entry-title {
font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
}
.meta-box {
    font-size: 12px;
    margin: 10px 0 25px;
}
.post-type-archive-news .hentry, .post-type-archive-style .hentry, .single-style .hentry {
padding: 20px 0 20px;
border-bottom: 1px solid;
margin-bottom: 0;
}
.news-l {
width: 100%;
float: none;
font-family: 'Rubik', sans-serif;
}
.news-r {
width: 100%;
float: none;
padding-left: 0;
margin-top: 15px;
}
.post-type-archive-style .news-l, .single-style .news-l {
width: 100%;
float: none;
font-family: 'Rubik', sans-serif;
}
.post-type-archive-style .news-r, .single-style .news-r {
width: 100%;
float: none;
padding-left: 0;
}
.nine-all-nunberbox {
    float: left;
    width: 20%;
}
.nine-r-textbox {
    overflow: hidden;
    float: right;
    width: 100%;
    line-height: 2;
    margin-top: 15px;
}
.nine-r-textbox ul li .r-text-l {
    float: left;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    width: 8%;
}
.nine-r-textbox ul li .r-text-r {
    float: right;
    text-align: left;
    width: 90%;
}
.four-all-nunberbox {
    float: left;
    width: 15%;
}
.four-r-textbox {
    overflow: hidden;
    float: right;
    width: 100%;
    line-height: 2;
    margin-top: 15px;
}
.four-r-textbox ul li .r-text-l {
    width: 8%;
}
.four-r-textbox ul li .r-text-r {
    float: right;
    text-align: left;
    width: 90%;
}
.contactbox-in {
max-width: 100%;
width: 100%;
overflow: hidden;
margin-bottom: 20px;
margin-top: 0;
border-top: 1px solid #cdcdcd;
padding-top: 35px;
}
.c-box .c-l {
float: none;
width: 100%;
}
.c-box .c-r {
float: none;
width: 100%;
}
.site-info {
margin: 0;
max-width: 100%;
padding: 0;
transform: rotate(0) translateX(0);
-webkit-transform: rotate(0) translateX(0);
transform-origin: left top;
-webkit-transform-origin: left top;
position: relative;
bottom: 0;
left: 0;
text-align: left;
width: 100%;
font-size: 12px;
color: #888;
margin-bottom: 25px;
/* font-family: 'Rubik', sans-serif; */
}
.site-info.snsbox {
bottom: auto;
bottom: 0;
letter-spacing: 2px;
max-width: 100%;
font-size: 14px;
left: 0;
margin: 25px 0;
  display: none;
}
.wrap {
    max-width: 100%;
    padding: 0 2%;
}
.add-box h2 {
font-size: 18px;
margin-bottom: 15px;
}
.add-wrap.ga-img {
margin-bottom: 20px;
}
.navbar.yoko-menu ul.nav-menu.cat_navi li {
    width: 100%;
}
  #navbar {display: none;}
  #navbar.navbar.yoko-menu.sphone {display: block;}
  .menu-box.shopbox.navbox #navbar.navbar.yoko-menu.sphone .nav-menu li {display: block;}
.logo-box {
width: 100%;
max-width: 75%;
margin: auto;
padding: 75px 0 10px;
}
.headbox {
margin-bottom: 20px;
} 
  ul.ichiran li {
  width: 48%;
  }
  .in-wrap-txt {
position: relative;
top: auto;
left: auto;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
width: 100%;
opacity: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
    display: none;
}
div.newsbox {
overflow: hidden;
margin-bottom: 30px;
}
  .mar_b_150 {
margin-bottom: 50px;
}
  ul.gp-all li {
width: 48%;
float: left;
margin: 2% 0 2% 2%;
}
  ul.ichiran li.history-unit {
width: 48%;
}
  div.f-item-l {
width: 100%;
float: left;
}
  select {
  width: 96%;}
  .buybtn-l {
width: 45%;
float: left;
padding-left: 1px;
}
  div.f-item-r {
width: 100%;
float: none;
}
  div.f-item-l {
width: 100%;
float: none;
}
  ul.prd-lst-unstyled li {
float: none;
width: 99%;
margin: 1%;
}
  .smaho {
  display: block;
    padding: 0 2%;
}
  .pc {
      display: none;
  }
.owaku {
background-color: #dfdfdf;
margin-top: 0;
padding: 15px 0;
}
  ul.bagbox li {
float: right;
margin-left: 0;
position: relative;
}
  div.gp-box-in {
  padding: 0 2%;}
  div.gp-box {padding: 15px 0;}
  .wrap .mar_b_50 {
margin-bottom: 40px;
margin-top: 40px;
}
  .img-soto　.img-naka　span {
width: 8px;
height: 8px;
}
}
@media (max-width: 480px) {
  /* ~480px */
  #wrapper.container {
  padding: 0;
  }
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_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 (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/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}