@charset "euc-jp";

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
/* vertical-align: baseline; */
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
time {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}
body {
line-height: 1;
}
main {
  display: block;
  padding:0;
  margin:0;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* settings */
h1,h2,h3,h4,h5,h6,b,strong {
  font-weight: bold;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #4c90ba;
}
a:hover {
  color: lightskyblue;
}
#contents a {
/*  color: #469bdb; */
}

img {
  opacity: 1;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-backface-visibility: hidden; /* chrome */
  -ms-interpolation-mode: bicubic; /* IE */
}
a:hover img {
  opacity: .75;
}

p {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 1.1pt;
}
@media (max-width: 480px){
  p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.4pt;
  }
}

.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}
/* //reset */

/*
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
*/

/*
 * layout
 */
#wrapper {
  margin:0 auto;
  max-width: 1000px;
}
#header {
  margin:0;
  max-width: 1000px;
}
.header-top {
  width: 100%;
  height: 64px;
  padding: 5px;
  background-color:rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
}

.header-sp-inner{
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#header-left {
  width: 25%;
}
#header-serch {
  width: 45%;
}
#header-right {
  width: 28%;
}


.header-center {
  margin-right: 5px;
  margin-left: 5px;
}
.header-right , .header-left {
  width: fit-content;
}
.header-right a {
  display: block;
  padding: 10px;
  height: 65px;
  color: #222;
}
.header-right a:hover {
  background: #ffeff3;
}
.header-right li {
  text-align: center;
  border-left: 1px solid #ffd6e0;
  min-width: 80px;
  height: 65px;
  margin-top: 10px;
}
.header-right li:last-child {
  text-align: center;
  height: 65px;
  border-right: 1px solid #ffd6e0;
  min-width: 80px;
}
.header-right li p {
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1pt;
}



.top-search input {
  margin: 0;
  padding: 5px;
  background: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.top-search button {
  margin: 0;
  padding: 5px;
  background: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e32656;
}
.top-search button:hover {
  background: #ff8eab;
}
.top-search textarea {
  margin: 0;
  padding: 5px;
  background: none;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.top-search select {
  margin: 0;
  padding: 5px;
  background: none;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-right: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.top-search-select {
  width: 24%;
  height: 40px;
}

.top-search-btn {
  height: 40px;
  width: 40px;
}
.top-search input[type="text"] {
  width: 62%;
  height: 40px;
  /*-webkit-transition: width .2s;
  transition: width .2s;*/
}/*
.top-search input[type="text"]:focus {
  width: 280px;
}*/


.header-mid > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mid-info img {
  width: auto;
  height: 55px;
  border-radius: 5px;
}
.header-mid-info {
  width: 71%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-mid-left {
  width: 26%;
  height: auto;
}
.header-mid-left h2 {
  width: fit-content;
  white-space: nowrap;
}

/*
 * contents
 */
.container {
  width: 98%;
}

#contents {
  max-width: 750px;
  float: right;
  padding: 0;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */
#side {
  margin: 0;
  padding: 0;
  max-width: 230px;
}

.table.cart-tbl  {
  padding: 8px;
}
table.cart-tbl td {
  padding: 8px;
}

.cart-info-item {
  padding: 10px;
  border: 2px solid #fff2f8;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cart-info-item h5 {
  font-weight: bold;
  font-size: 14px;

}
.cart-info-item .cart-tbl th,
.cart-info-item .cart-tbl td,
.cart-info-item .cart-tbl tr,
.cart-info-item .cart-tbl h5 {
  padding: 0;
  margin: 0;
}
.top-cart-btn {
   margin-top: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 10px 5px;
	border-radius: 15px;
    text-decoration: none!important;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .3s;
  font-size: 14px;
}
.top-cart-btn:hover {
    color: #ff0000;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.cart-favo {
  width: 140px;
  display: block;
  margin: 10px auto 0 auto;
  font-size: 12px;
  text-align: center;
}
.cart-login {
  font-size: 12px;
}
.cart-login a {
  display: inline-block;
  padding: 3px 0;
}

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

}
.side-category-list {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.side-category-list a:hover {
  background: #fffbf7;
}
.side-category-list a {
  padding: 8px 0 8px 10px;
  display: block;
  color: #222;
}
.side-category-list ul li {
  font-weight: bold;
}
.side-category-list ul li img {
  width: 40px;
  height: auto;
}
.side-category-list ul li ul li {
  border-top: 1px dotted #ddd;
  font-size: 12px;
  font-weight: normal;
  padding-left: 16px;
}
.side-category-list ul li ul li img {
  width: 30px;
  height: auto;
}
.side-banner {
  margin-bottom: 20px;
}
.side-banner a {
  display: block;
}
.side-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.LINE-QR {
  background-color: #00B900;
  border-radius: 20px;
  padding: 10px;
}

.LINE-QR-sp a img {
  display: block;
  margin: 0 auto;
}

.LINE-QR p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.LINE-QR-t {
  font-size: 2em;
  line-height: normal;
}

.LINE-QR img {
  display: block;
  width: 75%;
  margin: 10px auto;
}

.topicpath-nav {
  font-size: 12px;
}



/* 営業日カレンダー */
.eigyoubi-cal {
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.eigyoubi-cal p {
  text-align: center;
}
.eigyoubi-cal span {
   color: #ff8787;
}
.eigyoubi-cal h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  background: #e32656;
  color: #fff;
  padding: 5px 0 5px 0;
}
.eigyoubi-cal table {
  margin: 0 auto 20px auto;
}
.eigyoubi-cal table td,
.eigyoubi-cal table th {
  padding: 3px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .side_cal {
    display: flex;
    margin-top: 10px;
  }
}
/*
/* footer
/**/
footer {
  margin-top: 30px;
}

ul.footer-menu {
  background: #e32656;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.footer-menu li {
  color: #fff;
  font-size: 12px;
}
ul.footer-menu a {
  color: #fff;
  display: block;
  padding: 20px 16px;
}


.footer-bg {
  padding: 20px;
  background: #fcfcfc;
  border-radius: 20px;
}

.goriyou {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /*IE10*/
  -webkit-flex-wrap: wrap; /* Safari6.1以降 */
	justify-content: space-between;
    background: #fff;
}
div.gochumon,
div.deli,
div.pay,
div.return,
div.company {
  margin: 0px;
  padding: 16px;
  background: #fff;
}
.goriyou h4 {
  font-size: 18px;
}
.goriyou h5 {
  font-size: 14px;
}
.goriyou ul {
  padding: 0.7rem 0rem 0.7rem 2.5rem;
  position: relative;
}
.goriyou ul li {
  padding: 0.2rem 0;
  list-style-type: none!important;
}
.goriyou ul li:before {
/*  font-family: "Font Awesome 5 Free"; */
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em;
  color: skyblue;
}

.goriyou .footer-info img {
  float: left;
  width: 180px;
  margin-left: 20px;
}

.goriyou hr {
  margin: 10px 0;
}
.goriyou p {
  font-size: 12px;
}



/* temp */

/* 見出し */
.midashi3 {
  border-bottom: 1px dotted #733346;
  border-left: 5px solid #733346;
  margin-bottom: 15px;
  padding: 8px 10px;
  font-weight: bold;
  color: #733346;
  font-size: 18px;
}
.midashi4 {
  background: #2cab9c;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFF;
}

.midashi1 {
  position: relative;
  padding: 0.8em;
/*  background: #e0edff; */
  background: #ffedf6;
/*  background: #3bd3c1; */
/*  background: #2cab9c; */
  margin-bottom: 20px;
  border-radius: 8px;
}
.midashi1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffedf6;
  width: 0;
  height: 0;
}

.midashi5 {
  font-weight: bold;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 18px;
  background: -webkit-repeating-linear-gradient(-45deg, #FEFEFE, #FEFEFE 3px,#FAFAFA 3px, #FAFAFA 4px);
  background: repeating-linear-gradient(-45deg, #FEFEFE, #FEFEFE 3px,#FAFAFA 3px, #FAFAFA 5px);
  position: relative;
  padding: 1em;
}
.midashi5:before,
.midashi5:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.midashi5:before {
  top: 0;
  border-top: 2px solid #bbb;
  border-bottom: 1px solid #ddd;
}
.midashi5:after {
  bottom: 0;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #bbb;
}

.midashi6 {
     padding: 0.2em;
     background: linear-gradient(transparent 70%, #ffdabf 70%);
}

.midashi-comment {
  position: relative;
  background: #ffe8ed;
  padding: 0.5em 0.8em!important;
  border-left: solid 2em #ff99b0;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
}
.midashi-comment:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.4em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.oshirase h4 {
  border-bottom: solid 3px #ffa5bc;
  position: relative;
}
.oshirase h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #e32656;
bottom: -3px;
width: 20%;
}

/* BOX */
.box25{
    font-size: 14px;
    margin: 16px auto;
    width: 95%;
    position: relative;
    background: #fff4e8;
    box-shadow: 0px 0px 0px 5px #fff4e8;
    border: dashed 2px white;
    padding: 0.4em 0.7em;
    color: #333;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #fff4e8 #fff #fff4e8;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}
.box25 p {
    margin: 0; 
    padding: 0;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.8em 1.3em;
    border: solid 3px #ffaaaa;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ffaaaa;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/* LIST */
ul.goriyou-list {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
}
ul.goriyou-list li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
  border-bottom: 2px dotted #ddd;
}
ul.goriyou-list li:last-of-type{
  border-bottom: none;
}
ul.goriyou-list li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em;
  color: #ffb03f; /*アイコン色*/
}

ul.goriyou-list li.goriyou-list-child:before {
  display: none;
}


/* 法人 */
ul.anker_link,
ol.anker_link {
    background: #fff9fc;
  	border: 2px solid #ffaaaa;
	margin-bottom: 30px;
	padding: 15px;
	font-size: 0.9em;
}

/*　SNSボタン */
/*.sns-btn1 {
    margin-bottom: 20px;
    vertical-align: bottom;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
}*/
.sns-btn1 ul {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /*IE10*/
  -webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
.sns-btn-wp {
    vertical-align: bottom;
    float: left;
    margin-left:16px;
/*    margin-top:20px; */
}

.btn-red {
  display: inline-block;
  padding: 0.6em 0.8em;
  text-decoration: none;
  background: #bc1c1c;
  color: #FFF!important;
  font-weight: bold;
  font-size: 14px;
  border-bottom: solid 4px #9b1a14;
  border-radius: 8px;
}
.btn-red:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
a.btn-red:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .sns-btn-wp {
    margin-top:8px;
  }
  .sns-btn1 h5 {
    margin-top: 16px;
  }
}

[id^="___plusone_"] {height: 22px !important; vertical-align: top !important;}
.sns-btn-wp iframe { vertical-align: bottom !important; }

#contents-inner ul.anker_link li,
#contents-inner ol.anker_link li {
	border-bottom: 1px solid #ffaaaa;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
}
#contents-inner .anker_link a {
    display: block;
    padding: 8px;
	text-decoration: none;
}
#contents-inner .anker_link a:hover {
	text-decoration: underline;
    background: #fff;
}




/* 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 auto; }
.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_40 { margin-top: 40px; }
.mar_r_40 { margin-right: 40px; }
.mar_b_40 { margin-bottom: 40px; }
.mar_l_40 { margin-left: 40px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* 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%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  #side {
    padding-right:5px;
  }
  .sns-btn-wp {
    margin-top: 20px;
  }
}

/* タブレット ＋スマホ横 */
@media (max-width: 768px) {
  /* ~768px */

  .header-mid {
    margin-top: 70px;
  }
  .header-mid > div {
    display: block;
  }
  .header-mid-info {
    width: auto;
    justify-content: space-around;
  }
  .hidden-sp {
    display: block;
  }
  .invoice-pad {
    color: #555;
  }
  .invoice-sp {
    display: none;
  }

  .header-top img {
    width: 200px;
    height: auto;
    margin-top: 0px;
    margin-left: 65px;
  }

  #side {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  #header {
    width: 100%;
  }
  .container {
    width: 98%;
    padding: 0;
  }
  .logo {
    width: 200px;
    height: auto;
  }

  .header-right ul li {
    height: 50px;
    margin-top: 8px;
    min-width: 30px;
  }
  .header-right ul li i {
    font-size: 26px;
  }
  .header-right ul li:last-child {
    height: 50px;
    margin-top: 8px;
    min-width: 30px;
  }
  .header-right a {
    display: block;
    padding: 5px;
    height: 50px;
   }

  #contents {
    padding-left: 0;
  }
  .side-category-list img {
    width: 75px;
    height: auto;
  }
  .side-category-list ul li {
    font-size: 24px;
  }
  .side-category-list ul li ul li {
    font-size: 18px;
  }
  .only-pc {
    display: none;
  }
  .mar_t_5-pad {
    margin-top: 5px;
  }
}

/* 以下スマホ用 */
@media (max-width: 480px) {
  /* ~480px */
  .container {
    width: 98%;
    padding: 0;
  }
  .header-top img {
    width: 155px;
    height: auto;
    margin-left: 50px;
    /*margin-top: 10px;*/
  }
  .invoice-sp {
    display: block;
    color: #555;
    margin-left: 50px;
  }

  .header-right ul li i {
    font-size: 26px;
  }
  .header-right ul li {
    height: 35px;
    margin-top: 8px;
    min-width: 40px;
  }
  .header-right ul li:last-child {
    height: 35px;
    margin-top: 8px;
    min-width: 40px;
  }
  .header-right a {
    display: block;
    padding: 5px;
    height: 35px;
   }

   .header-mid > div {
    display: none;
   }

  .hidden-sp {
    display: none;
  }
  .mar_t_0-sp { margin-top: 0; }
  .mar_r_0-sp { margin-right: 0; }
  .mar_b_0-sp { margin-bottom: 0; }
  .mar_l_0-sp { margin-left: 0; }
  .txt_12-sp { font-size: 12px; }
  .txt_14-sp { font-size: 14px; }
  .txt_16-sp { font-size: 16px; }
  .txt_18-sp { font-size: 18px; }
  

}

@media (max-width:359px){
  .header-top img {
    width: 115px;
    height: auto;
    margin-left: 50px;
    margin-top: 10px;
  }
}

/*
 * 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-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); }
}

/*　　　　　　　　　*/
/* フォントカラー等 */
/*　　　　　　　　　*/
.marker1 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #66FFCC 60%);
}
.marker2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffe599 60%);
}
.t-red {
  color: #c93636;
}
.t-blue {
  color:#0091C5;
}
.t-pink {
  color: #FFD2D2;
}
.t-green {
  color: #A4D974;
}
.t-skyblue {
  color: skyblue;
}
.t-lightgreen {
  color: lightgreen;
}
.t-tred {
  color: red;
}
.t-tagbg {
  color: #00BCD4;
}
.t-ora_ye {
  color: #ffb03f;
}
.t-azu {
  color: #4f1a28;
}
.t-oshare {
  color: #743347;
}
.t-kawaii {
  color: #e32656;
}
.t-white {
  color: #fff;
}
.t-rank1 {
  color:#FFD700;
  font-weight: bold;
}
.t-rank2 {
  color:#C0C0C0;
  font-weight: bold;
}
.t-rank3 {
  color:#C47222;
  font-weight: bold;
}

.marker1 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.balloon-count {
    position: relative;
    width:0px;
    height:0px;
    vertical-align:top;
}
.balloon-count span,
.balloon-count span:after {
/*    border-color: #E04646 transparent transparent;*/
    background-color: #E04646;
}
.balloon-count span {
    top:-10px;
    left:-8px;
    border:none;
    position: absolute;
    border-radius: 10px;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 11px;
    line-height:20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 26px;
    height: 19px;
    z-index: 1000;
    display:block;
    padding:0 1px 0 0;
}
.balloon-count span:after {
    background:none;
    border-image: none;
    border-style: solid;
/*    border-width: 6px 6px 0;*/
    border-right: 5px solid transparent;
    border-top: 5px solid #E04646;
    border-left: 5px solid transparent; 
    bottom: -8px;
    content: "";
    display: block;
    left: 6px;
    position: absolute;
    width: 0;
}

@media ( max-width: 480px ) {
  .balloon-count span {
    font-size: 8px;
    width: 20px;
    height: 14px;
    line-height: 13px;
    top: -5px;
    left:-11px;
  }
  .balloon-count span:after {
    border-right: 4px solid transparent;
    border-top: 4px solid #E04646;
    border-left: 4px solid transparent; 
    bottom: -6px;
  }

}

.only-sp {
  display: none;
}

@media (max-width: 480px) {
  .hidden-sp {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

.z-a {
  color: #34af66;
  font-weight: bold;
}
.z-s {
  color: #ffb03f;
  font-weight: bold;
}
.z-n {
  color: #ff0000;
  font-weight: bold;
}

.updated-time {
  text-align: right;
  font-size: 12px;
  padding: 8px;
}

/*　上にジャンプ */
#page_top{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  right: 20px;
  display: none;
  z-index: 9999;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
  background: #e32656;
  border-radius: 50%;
  opacity: 0.4
}
#page_top a:hover {
  opacity: 0.8;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -55px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 法人 */
.houjin {
  background: #f3235e;
  border-bottom: 3px solid #e6e6e6;
  margin-bottom: 5px;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}
ul.menu-corp {
    box-sizing: border-box;
	margin-bottom: 15px;
    font-size: 14px;
}

.menu-corp li {
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 5px;
}
.menu-corp li a {
	padding: 10px 15px 10px 44px;
	color: #f3235e;
	font-size: 0.94em;
	display: block;
}
.menu-corp li a span {
	font-size: 0.8em;
}
.menu-corp .menu-corp1 a { background: url(https://file002.shop-pro.jp/PA01378/909/images/side/menu-corp1.png) left no-repeat; line-height: 100%; }
.menu-corp .menu-corp2 a { background: url(https://file002.shop-pro.jp/PA01378/909/images/side/menu-corp2.png) left no-repeat; }
.menu-corp .menu-corp3 a { background: url(https://file002.shop-pro.jp/PA01378/909/images/side/menu-corp3.png) left no-repeat; }
.menu-corp .menu-corp4 a { background: url(https://file002.shop-pro.jp/PA01378/909/images/side/menu-corp4.png) left no-repeat; line-height: 100%; }
.menu-corp .menu-corp5 a { background: url(https://file002.shop-pro.jp/PA01378/909/images/side/menu-corp5.png) left no-repeat; }
.menu-corp .menu-corp6 a { background: url(https://file002.shop-pro.jp/PA01378/909/images/side/menu-corp6.png) left no-repeat; line-height: 100%; }
.menu-corp .menu-corp7 a { background: url(https://file002.shop-pro.jp/PA01378/909/images/side/menu-corp7.png) left no-repeat; }
.menu-corp .menu-corp8 a { background: url(https://img07.shop-pro.jp/PA01378/909/etc/menu-corp8.png) left no-repeat; }

/* PC MENU */
/* 一番上のメニュー */
#pc-menu,
#pc-menu li {
  z-index: 9999;
}
#pc-menu {
  margin-top: 10px;
  text-align: center;
}
ul.js-pc-menu {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.js-pc-menu li {
  margin:0px;
  padding:0px;
  width: calc(7% - 4px);
  list-style-type: none;
}
.m-line {
  margin-left: 8px;
}
ul.js-pc-menu a , ul.js-pc-menu button[type="button"] {
/*   background-color: #fff; */
   color: #555;
   text-align: center;
   font-weight: normal;
   display: block;
}
ul.js-pc-menu a:hover {
   background-color: #ffdddd;
   text-decoration: none;
    cursor: pointer;
}
ul.js-pc-menu button[type="button"]:hover {
  background-color: #ffdddd;
  text-decoration: none;
   cursor: pointer;
}

ul.js-pc-menu button[type="button"]:hover img {
  opacity: .75;
}


/* サブメニュー */
ul.js-pc-menu ul {
   margin: 0px;
   padding: 0px;
   display: none;
   position: absolute;
}

ul.js-pc-menu ul li {
   width: 170px;
   height:40px;
   line-height: 40px;
   border-top: 1px solid pink;
}

ul.js-pc-menu ul li a {
   line-height: 40px;
   height:40px;
   text-align: left;
   padding-left: 3px;
   font-weight: bold;
   font-size:12px;
   color:#fff;
   text-decoration: none;
}

ul.js-pc-menu ul li a:hover {
   background-color: #ffffd0;
   color: #333;
}

ul.js-pc-menu ul ul {
   margin: 0px;
   padding: 0px;
   display: none;
   position: absolute;
/*   top: -1px; (※上に1pxの枠線を引いている場合) */
/*   left: 100%; */
   border-left: 1px solid pink;
}

.all-bg {
	color: white;
  	background: #FFA14A;
}

.k-bg {
  color: white;
  background:#e3265b;
}  

.o-bg {
  color: white;
  background:#743347;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-navi-wrap {
  display: none;
}
.phone-menu-txt {
  margin: 16px 0 0 -4px;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}
.float-button {
  z-index: 101;
  position: fixed;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 1.5rem;
  height: 1.0rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  border: 0;
  outline: 0;
  background-color: rgba(227, 38, 86,0.9)
}


/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 20rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}
.drawer-nav a {
  cursor: pointer;
}

.drawer-brand {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drwr-ddwn-mn-i img {
  width: 45px;
  height: auto;
  margin-right: 5px;
}

.drwr-mn-i {
  font-size: 1.1rem;
  display: block;
  padding: .6rem; /*   */
  text-decoration: none;
  color: #222;
}

.drwr-mn-i:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -20rem;

  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 20rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 1.5rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 3px; /* ハンバーガーのボタン位置 */
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    /*max-width: 48rem;*/
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 20rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 20rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 20rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
  .snsf-p {
    text-align: center;
    font-size: 12px;
    padding: 5px;
  }
  .snsf-p::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #555;
    transform: rotate(-30deg);
    margin-right: 10px;
    position: relative;
    top: 3px;
  }

  .snsf-p::after {
    content: "";
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #555;
    transform: rotate(30deg);
    margin-left: 10px;
    position: relative;
    top: 3px;
  }


/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}
/*bug対策*/
.s_drawer-overlay.s_overlay-on, 
.s_drawer-open .s_drawer-overlay.s_overlay-on {
  display: none; 
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drwr-mn-i {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drwr-ddwn-mn {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drwr-ddwn-mn-i {
    padding-left: .75rem;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.drwr-ddwn-mn {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drwr-ddwn-mn > li {
  width: 100%;
  list-style: none;
}

.drwr-ddwn-mn-i {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drwr-ddwn-mn-i:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-dropdown > button {
  width: 100%;
  text-align: left;
}

/*! open */

.drawer-dropdown.open > .drwr-ddwn-mn {
  display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/* /////drawer */





.flex-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -ms-flex-wrap: wrap; /*IE10*/
  -webkit-flex-wrap: wrap; /* Safari6.1以降 */
}

/* 商品一覧からもってきました他でも使うので */
.product-title {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1.2pt;
}
@media (max-width: 480px) {
  .product-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.jump-btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
/*    color: #f9a9ae;*/
  color: #743347;
  padding: 8px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-image: -webkit-linear-gradient(#ffe2ec 0%, #ffcccc 100%);
    background-image: linear-gradient(#ffe2ec 0%, #ffcccc 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.jump-btn:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
    background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}
.jump-btn:hover {
  color: #380d0d;
}
@media (max-width: 768px) {
  .jump-btn {
    padding: 10px;
  }
}


/* for safari */
.col-lg-6 {
  width: 49.5%;
}
.col-lg-4 {
  width: 33.2%;
}
.col-lg-3 {
  width: 24.5%
}
.col-lg-2 {
  width: 16%;
}
@media (max-width: 768px){
  .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 480px){
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-6 {
    width: 49.5%;
  }
  .col-xs-4 {
    width: 33%;
  }
  .col-sm-3 {
    width: 24.5%;
  }
}


.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  transform: rotate(.03deg);
}

.mod_message {
  display: none;
  /*position: fixed;*/
  width: 100%;
  /*margin-top: -6px;
  margin-bottom: -15px;*/
  /*top: 4;
  left: 0;
  z-index: 90;*/
}
.info-window {
  width: 100%;
  padding: 8px 2px;
  color: #fff;
  background: rgba(0,0,0,0.5)!important;
  font-size: 12px;
}

.ba-topics {
  margin-top: 16px;
}
  .t-kaiintokka {
    background-color: #fdf9c1;
    width: fit-content;
    padding: 2px;
    color: #ef0000;
  }

  /*フレックス*/

  .flex {
    display: flex;
  }
  .flex-jc-s {
    justify-content: flex-start;
  }
  .flex-jc-sb {
    justify-content: space-between;
  }

  .flex-jc-sa {
    justify-content: space-around;
  }
  .flex-jc-c {
    justify-content: center;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  
  .flex-ai-c {
    align-items: center;
  }

  .col49 {
    width: 49%;
  }
  
  @media only screen and (max-width:480px) {
    .block-sp {
      display: block;
    }
    .w-auto-sp {
    width: auto;
    }
  }
  
/* ----SNSシェアアイコン---- */
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  white-space: nowrap;
}
.fa-note:before {
  content: "n";
  font-family: Verdana;
  font-weight: bold;
  white-space: nowrap;
}
#contents .snsshare-p {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
.snsshare-box ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
#contents ul.snsshare li a {
  display: block;
  text-align: center;
  width: 80px;
  padding: 5px;
  transition: 0.3s;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
}
#contents ul.snsshare li i {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
li.twitter a {
  background-color: #000;
  border: #000 1px solid;
}
li.twitter a svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  vertical-align: middle;
  color: #fff;
  margin-right: 5px;
}
li.facebook a {
  background-color: #3a8df7;
  border: #3a8df7 1px solid;
}
li.hatena a {
  background-color: #45b5f7;
  border: #45b5f7 1px solid;
}
li.line a {
  background-color: #00B900;
  border: #00B900 1px solid;
}
li.pocket a {
  background-color: #ff7b7b;
  border: #ff7b7b 1px solid;
}
#contents ul.snsshare li.note a {
  background-color: #fff;
  color: #040000;
  border: #040000 1px solid;
}
#contents ul.snsshare li a:hover , #contents ul.snsshare li a:focus {
  background-color: #fff;
}
#contents ul.snsshare .twitter a:hover , #contents ul.snsshare .twitter a:focus , #contents ul.snsshare .twitter a:hover svg , #contents ul.snsshare .twitter a:focus svg {
  color: #000;
}
#contents ul.snsshare .facebook a:hover , #contents ul.snsshare .facebook a:focus {
  color: #3a8df7;
}
#contents ul.snsshare .hatena a:hover , #contents ul.snsshare .hatena a:focus {
  color: #45b5f7;
}
#contents ul.snsshare .line a:hover , #contents ul.snsshare .line a:focus {
  color: #00B900;
}
#contents ul.snsshare .pocket a:hover , #contents ul.snsshare .pocket a:focus {
  color: #ff7b7b;
}

#contents ul.snsshare .note a:hover , #contents ul.snsshare .note a:focus {
  color: #fff;
  background-color: #040000;
}

@media only screen and (max-width:600px) {
  .sns-sp-hidden {
      display: none;
  }
  #contents ul.snsshare li a {
      display: block;
      width: 42px;
      padding: 10px;
  }
  #contents ul.snsshare li i {
      font-size: 20px;
      margin-right: 0;
  }
  li.twitter a svg {
    width: 20px;
    height: 20px;
    margin-right: 0;
}
}


/*空調サイトへのリンク*/
.kucholink {
  border: #34b3e2 10px solid;
}

.kucholink a {
  display: block;
  padding: 10px;
}

.kucholink p {
  background-color: #34b3e2;
  padding: 10px 10px 0 10px;
  color: #fff;
  line-height: normal;
}



  /*最近チェックしたswiper*/
  .wiper-j6col3 .swiper-wrapper {
    width: 100%;
  }

  .swiper-j6col3 .swiper-slide {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    margin-bottom: 18px;
  }

  .swiper-j6col3 .swiper-pagination-bullets {
    position: static;
    margin: 8px 0;
  }

  .swiper-j6col3 .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
  }

  .swiper-j6col3 .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
