@charset "EUC-JP";

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.invisible_txt {
  position: absolute;
  left: -9999px;
}

@media (max-width: 768px) {
a img {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a {
  -webkit-tap-highlight-color: transparent;
}
}

a:hover, a:active {
  text-decoration:underline gray;
}

a:hover img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  filter: brightness(95%);
  transition: all 0.3s;
}

.none_box-shadow a img:hover {
  box-shadow: none !important;
}
.none_transform a img:activ {
  transform: translate(0);
}
a:active, a img:active, button:active, span:active {
  transform: translate(2px, 2px);
}

.brand-logo_pc {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
}
.brand-logo_pc img {
height: 90px;
box-shadow: none !important;
}
.brand-logo_sp {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
}
.brand-logo_sp img {
height: 80px;
box-shadow: none !important;
}
.brand-logo_sp_drawer {
position: absolute;
top: 4%;
left: 50%;
transform: translate(-50%, -50%) !important;
}
.brand-logo_sp_drawer img {
height: 80px;
box-shadow: none !important;
}

.rotate-left {
  transform: rotate(-90deg);
  cursor: pointer;
}

.slick-slide * {
  outline: none !important;
}

.logo a img {
    max-width: 240px;
    width: 95%;
}

a {
  color: #464e54;
}

a:hover {
  color:#5e5e5e;
}

/** customized **/
#main_i {
    margin: 5%;
}

.btn.btn-addcart {
  background-color: #bb0000 !important;
  transition: background-color .2s;
}
 
.btn.btn-addcart:hover {
  background-color: #cc4747 !important;
  color: white !important;
}


.btn.btn-addcart:focus {
  outline: thin dotted #ab006c;
  color: white !important;
}

.bor_t_1, .bor_b_1 {
  border-color: #d9d9d9 !important;
}

.hidden {
  display: none;
}

.shop-logo {
  width: 20%;
  max-width: 200px;
}

.shop-logo-sp {
  width: 50%;
  max-width: 200px;
}

img.show.mar_auto {
    max-height: 260px;
}

a.item-img-wrap img {
    max-height: 110px;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100%;
  max-width: 280px;
}

.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.tbl_calendar {
    margin-bottom: 20px;
}

table.tbl_calendar th,
table.tbl_calendar td {
    font-weight: normal;
    font-size: .9em;
}

.side_cal_memo {
  margin-bottom: 5px;
}

span.cal-annotation {
    font-size: .8em;
}

.sns-banners {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 25px auto;
}

.sns-banners > .sns-banner {
  display: block;
  position: relative
  width: 500px;
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0) scale(1.0,1.0);
  box-shadow: 0 0 0 #727272cc;
  transition: all .2s;
}

.sns-banners > .sns-banner:hover {
  transform: translateY(-1px) scale(1.01,1.01);
  box-shadow: 0px 5px 10px #8f8f8fcc
  /* opacity: .9; */
}

.sns-banners > .sns-banner a {
  display: block;
  position: relative;
  width: 100%;
}

.sns-banners > .sns-banner a img {
  width: 100%;
}

.fa-15x {
    font-size: 1.5em !important;
}

 .flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
  .flex span:active {
    transform: none !important;
  }

@media only screen and (max-width:480px) {
  a {
    transition: text-decoration .2s;
  }
  a:hover, a:focus, a:active {
    color: #ff0084 !important;
    text-decoration: none !important;
  }
  
  h2 {
    line-height: 1.3;
    font-size: 18px;
  }
  
  h3 {
    font-size: 18px;
  }
  
  .container {
    width: auto;
    padding: 0 10px;
  }
  
  img.show.mar_auto {
    max-height: 150px;
  }
  
  .item-img-wrap img {
    max-height: 150px !important;
    /*height: 150px !important;*/
  }
  
  .sns-banners {
  	flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 40px auto;
  }
  
  .sns-banners > .sns-banner:hover {
    transform: none;
    box-shadow: none;
    transition: none;
  }
  
  .tbl_calendar {
    max-width: unset;
    width: 100% !important;
  }
  
  .pn {
    font-size: 16px !important;
  }
}

/** item image transform animation **/
ul.transform > li a {
  display: block;
  overflow: hidden;
  transition: transform .2s;
}

ul.transform > li a img {
  transition: transform .2s;
}

ul.transform > li a img:hover {
  transform: scale(1.1) rotate(4deg);
}

/** フリーページ **/
.sp-wrap { 
  
}

.sp-wrap > .sp-header .sp-footer {
  margin-bottom: 30px;
}

.sp-wrap > .sp-header .sp-footer h1.sp-title {

}

.sp-wrap > .sp-header .sp-footer .sp-summary {
  margin-bottom: 45px;
}

.sp-wrap > .sp-body {

}

.sp-wrap > .sp-body > ul {

}

.sp-wrap > .sp-body > ul > li {
  height: 400px !important;
}

@media only screen and (max-width: 768px) {
  .sp-wrap > .sp-header .sp-footer h1.sp-title {
    text-align: center;
  }
  
  .sp-wrap > .sp-header .sp-footer .sp-summary {
    text-align: center;
  }

  .sp-wrap > .sp-body > ul > li {
    height: 320px !important;
  }
}

/** end customized **/

/* ドロップダウンメニュー */
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  position: relative;
  z-index: 1000;
}

.dropmenu li a {
  display: block;
  line-height: 1;
}

.dropmenu li:hover ul {
  display: block;
}

.dropmenu li ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  width: 100%;
}

.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  width: 100%;
  background-color: #fff;
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/* colormekit.cssの上書き */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ccc;
}

.btn {
  border-radius: 0;
}

.btn-xlg,
.btn-sm,
.btn-xs {
  border-radius: 0;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}

select {
  border-radius: 0;
}

input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}

/* bxSlider */
.bx-wrapper .bx-pager {
  bottom: 20px !important;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 32px !important;
  height: 4px !important;
}

.bx-wrapper img {
  margin: 0 auto;
}

/*
 * layout
 */
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.pc-header {
  margin: 0 auto;
  max-width: 1200px;
}
.pc-header_menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 75px;
  background-color: #fff;
  z-index: 1000;
}
.pc-header_menu .toolbar__item__count {
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 50%;
}

#footer {
  position: relative;
  background-color: #333;
  color: #fff;
}

#footer a {
  color: #fff;
}

address {
  margin-bottom: 0;
}

#footer .stop20 {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#footer .stop20 img {
  width: auto;
  height: 80px;
  @media (max-width: 768px) {
    height: 60px;
  }
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
		@media only screen and (min-width:769px) {
			padding-top: 75px;
		}
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}

#contents .topicpath-nav li {
  padding: 0;
}

#contents .topicpath-nav a {
  margin-left: 5px;
}

h3.flex-header {
  border-bottom: none;
}

@media screen and (max-width: 480px) {
  h3.flex-header {
    font-weight: normal;
    border-bottom: 1px solid #eee;
  }
}

/* インフォメーション */
.news-item {
  	display: flex;
  	column-gap: 10px;
  	border-bottom: 1px solid #dedede;
  	width: 100%;
  	min-height: 50px;
}

.news-item a {
  	display: grid;
    grid-template-columns: 65px 1fr;
    align-items: center;
    width: 100%;
    column-gap: 15px;
    padding: 5px 0;
}

.news-item a span {
  display: flex;
}

.news-item a span.date {
  width: 80px;
}

.news-item a span.news-title {
  flex-grow: 1;
}

@media screen and (max-width: 480px) {
  
}

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


/* スマホ用ドロワーメニュー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -90%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 90%;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.u-close {
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 40px;
  cursor: pointer;
}

.drawer__item--close {
  padding: 20px;
  text-align: left;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item--close a {
  color: #212121;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 25px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

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

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}

.drawer__item--accordion .linklist__item {
  border: none;
}

.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}

.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/* スマホ */
/* お気に入りを横並びにする */
.fav-container {
  display: flex;
  align-items: center;
}

.fav-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
.toolbar_f {
  border-top: solid 1px #e0e0e0;
  position: fixed;
  bottom: 0;
  right: 0;
  padding-bottom: 2.5px;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

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

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toolbar__item--menu {
  float: left;
}

.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}

.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 50px;
  display: table;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}

.toolbar__item a .u-wrap {
  display: table-cell;
}

.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

.section--shopname {
  padding-top: 60px;
}
@media only screen and (max-width:768px) {
  .section--pc-header_menu {
    padding-top: 0 !important;
}
}

.section__inner {
/*  padding: 10px; */
}

.section__inner form,
.drawer__item__name form {
  margin-bottom: 0;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}

.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}

.section {
/*  border-bottom: solid 1px #e0e0e0; */
}

input[type="search"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

input[type="search"].keyword--small {
  width: 100%;
  height: 44px;
}

.button--blue {
  background: #333;
  color: #fff;
}

.button--small {
  font-size: 100%;
  padding: 15px 0;
  width: 25%;
  line-height: 1;
  border: none;
}

.section--search .button {
  float: right;
}

/*
 * 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_21 {
  font-size: 21px;
}

.txt_24 {
  font-size: 24px;
}

.txt_26 {
  font-size: 26px;
}

.txt_28 {
  font-size: 28px;
}

.txt_c_333 {
  color: #333;
}
.txt_c_666 {
  color: #666
}

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

/* margin */
.mar_auto {
  margin: 0 auto;
}

.mar_0 {
  margin: 0;
}

.mar_t_-2 {
  margin-top: -2px;
}

.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_10 {
  margin: 10px;
}

.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_15 {
  margin-top: 15px;
}

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

/* 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_lr_5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pad_lr_10 {
  padding-left: 10px;
  padding-right: 10px;
}

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

@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  /* ~480px */
}



/*
 * 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-share {
  background-position: 0px -16px;
}

.icon-lg-b.icon-share {
  background-position: 0px -24px;
}

.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-close {
  background-position: -80px -80px;
}

.icon-lg-b.icon-close {
  background-position: -120px -120px;
}

.icon-heart {
  background-position: 320px -16px;
}
.icon-lg-b.icon-heart {
  background-position: -70px -22px;
}

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

/* 商品詳細ページのbxSliderの筋消し用 */
@media (min-width: 481px) {
  .wrapper {
    max-width: 450px;
  }
}

@media (min-width: 550px) {
  .wrapper {
    max-width: 500px;
  }
}

@media (min-width: 600px) {
  .wrapper {
    max-width: 550px;
  }
}

@media (min-width: 700px) {
  .wrapper {
    max-width: 650px;
  }
}

@media (min-width: 800px) {
  .wrapper,
  .pc-header {
    max-width: 750px;
  }
}

@media (min-width: 900px) {
  .wrapper,
  .pc-header {
    max-width: 850px;
  }
}

@media (min-width: 1000px) {
  .wrapper,
  .pc-header {
    max-width: 950px;
  }
}

@media (min-width: 1100px) {
  .wrapper,
  .pc-header {
    max-width: 1050px;
  }
}

@media (min-width: 1200px) {
  .wrapper,
  .pc-header {
    max-width: 1100px;
  }
}

@media (min-width: 1250px) {
  .wrapper,
  .pc-header {
    max-width: 1200px;
  }
}

@media (max-width: 1920px) {
  .wrapper,
  .pc-header {
    max-width: 1920px;
  }
}
/* ブランドロゴ */
.brand_logo {
  float: left;
  margin: 0px 0px 0px 35px;
  font: 150% 'Times New Roman';
  font-style: italic;
  color: #805700;
}
.brand_logo a:hover {
  float: left;
  margin: 0px 0px 0px 35px;
  font: 150% 'Times New Roman';
  font-style: italic;
  color: #805700;
  text-decoration:none;
}
@media only screen and (max-width:1000px) {
  .brand_logo {
  float: left;
  margin: 0px 0px 0px 35px;
  font: 125% 'Times New Roman';
  font-style: italic;
  color: #805700;
  text-decoration:none;
}
  .brand_logo a:hover {
  float: left;
  margin: 0px 0px 0px 35px;
  font: 125% 'Times New Roman';
  font-style: italic;
  color: #805700;
  text-decoration:none;
}
}
.brand_logo_sp {
  font: 150% 'Times New Roman';
  font-style: italic;
  color: #805700;
  white-space: nowrap;
}

/* 検索ボックス */
.search {
  background: #fafafa;
}
.search-category {
  min-width: 200px;
  border-radius: 0.2em;
  height: 35.6px;
  outline: none;
}
.search-input-group {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
.search-input-group-sp {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
.search-input-group > input {
  flex-grow: 1;
  padding: 7px 5px;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
  outline: none;
}
  .clear-btn {
    position: absolute;
    right: 35px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 32px;
    color: gray;
    display: none;
  }
  .clear-btn:hover {
    color: black;
  }
  .clear-btn-sp {
    position: absolute;
    right: 35px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 32px;
    color: gray;
    display: none;
  }
  .clear-btn-sp:hover {
    color: black;
  }
  .search-btn {
    position: absolute;
    right: 0px;
    background: #fff;
    border: none;
    cursor: pointer;
  }
  .search-btn-sp {
    position: absolute;
    right: 0px;
    background: #fff;
    border: none;
    cursor: pointer;
  }
.search-input-group > button {
  margin: 5px;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  outline: none;
}
.search-input-group-sp  > button {
  margin: 5px;
  outline: none;
}
.search-select-group {
  display: flex;
  width: 100%;
  align-items: baseline;
  position: relative;
}
.search-select-group > select {
  max-width: 30%;
  flex-grow: 1;
  padding: 7px 5px;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
  outline: none;
}
.search-select-group > span {
  margin: 8px;
}
.search-price {
  border-radius: 0.2em;
  height: 35.6px;
  outline: none;
}
input[type="search"] {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  -webkit-appearance: none;
}
/* 商品一覧（もっと表示） */
.load_more {
  background-color: #b7a172;
  border: 2px solid #9c8970;
  color: #fff;
  padding: 1em;
  border-radius: 5px;
}
.load_more:hover {
  opacity: 0.8;
}

/* facebookのズレ修正 */
@media only screen and (max-width:768px) {
  .fb_adjust {
    position: relative;
    top: -6px;
  }
}

/* sns */
.sns-lst {
list-style: none;
margin-top: 2em;
}
.sns-lst li{
display: inline-block;
  width: 30px;
margin-right: 20px;
}
.sns-lst li:last-child{
margin: 0;
}
.sns-lst li img{
width: 100%;
}

/* 配送パターンのデザイン */
.deliveryfee{
margin-top: 2em;}
.deliveryfee caption{
font-size: 14px;
padding-bottom: .5em;
text-align: left;
font-weight: bold;}
.deliveryfee th,.deliveryfee td{
border: solid 1px #ddd;
padding: .5em;}
.deliveryfee th.area,.deliveryfee td.area{
white-space: nowrap;}
.deliveryfee th.fee,.deliveryfee td.fee{
white-space: nowrap;
text-align: right;}
.deliveryfee th.center,.deliveryfee td.center{
text-align: center;}
.deliveryfee thead th,.deliveryfee thead td{
background: #f0f0f0;
text-align: center;}
.deliveryfee br{
  display: none;}
.deliveryfee small{
  font-size: inherit;}

/* トップへ戻る */
.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width:768px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: 43px;
    right: 0;
    z-index: 100;
  }
}
.pagetop a {
  display: block;
  background-color: #eee;
  border: solid 1px #aaa;
  text-align: center;
  box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, .2);
  padding: 5px 10px;
  transition-duration: .1s;
}
.pagetop a:hover {
  background-color: #ccc;
  text-decoration: none;
}

/* 商品名行数制限 */
.limit-lines1 {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 行数制限（1行表示） */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-lines2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数制限（2行表示） */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-lines3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 行数制限（3行表示） */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-lines4 {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 行数制限（4行表示） */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 商品リスト */
.bgc3 {
  width: calc(20% - 4px); /* 商品の幅（5列表示） */
  background: #fafafa;
  border-radius: 5px;
  margin: 2px;
  padding: 10px;
@media only screen and (max-width:1599px) {
  width: calc(25% - 4px); /* 商品の幅（4列表示） */
}
@media only screen and (max-width:1199px) {
  width: calc(33.3333333% - 4px); /* 商品の幅（3列表示） */
}
@media only screen and (max-width:768px) {
  width: calc(50% - 4px); /* 商品の幅（2列表示） */
}
}
.bgc4 {
  width: calc(25% - 4px); /* 商品の幅（4列表示） */
  background: #fafafa;
  border-radius: 5px;
  margin: 2px;
  padding: 10px;
}
@media only screen and (max-width:768px) {
  .bgc4 {
  width: calc(50% - 4px); /* 商品の幅（2列表示） */
}
}
.bgc6 {
  width: calc(16.6666667% - 4px); /* 商品の幅（6列表示） */
  background: #fafafa;
  border-radius: 5px;
  margin: 2px;
  padding: 10px;
}
@media only screen and (max-width:768px) {
  .bgc6 {
  width: calc(33.3333333% - 4px); /* 商品の幅（3列表示） */
}
}

/* お気に入りアイコンのスタイル */
.fav-item {
    position: relative;
    padding: 10px 10px 30px 10px
}
.fav-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.product-list__fav-items button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 5px;
    cursor: pointer;
    transition: .2s;
    text-align: center;
    color: #999; /* ハート色 */
    border: 0;
    outline: none;
    background: transparent;
}
.product-list__fav-items .fav-items {
  color: #ff7373; /* onハート色 */
}
.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.fav-circle {
 display: inline-block;
  border: 1px solid #f0f0f0; /* サークル枠色 */
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  background: #fff; /* サークル背景色 */
}

/* pager */
.c-pager {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;  
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
.c-pager-list__link {
  display: block;
  position: relative;
  border-bottom: 2px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #fff;
  background: #fff;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  zoom: 1.5;
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

/* sp時改行する */
@media (max-width: 768px) {
  .br-sm::after {
    content: "\A"; /* 改行（\A）を追加 */
    white-space: pre; /* 改行コードを適用 */
  }
}
/* pc時改行する */
@media (min-width: 769px) {
  .br-pc::after {
    content: "\A"; /* 改行（\A）を追加 */
    white-space: pre; /* 改行コードを適用 */
  }
}

/* 追加 */
/* ヘッダー検索 */
.header_search {
  position: fixed;
  top: 9px;
  left: 65px;
  width: 30%;
  max-width: 500px;
  min-width: 200px;
}
.header_search a:hover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* PC用ハンバーガーメニュー */
.menu-toggle-pc {
  display: none;
  position: fixed;
  top: 18px;
  left: 20px;
  z-index: 1001;
  background: #fff;
  color: #464e54;
  padding: 10px;
  cursor: pointer;
  font-size: 50px;
  border: none;
}
/* PCサイズでのみ表示 */
@media (min-width: 768px) {
  .menu-toggle-pc {
    display: block;
  }
}
/* サイドメニュー全体 */
.side-menu-pc {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100% - 58px);
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: top 0.3s ease-in-out;
}
.side-menu-pc.active {
  top: 75px;
}
/* オーバーレイ */
.menu-overlay-pc {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 999;
}
/* 表示状態 */
.side-menu-pc.active {
  left: 0;
}
.menu-overlay-pc.active {
  display: block;
}
/* 3col表示 */
#pc-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow-y: auto;
}
.col1, .col2, .col3 {
  width: 30%;
}
.col1 div, .col2 div, .col3 div {
  margin-bottom: 10px;
}

/* ローディング画面 */
.loading_t {
  font: initial;
  font-style: italic;
  text-align: right;
  font-size: 24px;
  @media (max-width: 768px) {
  font-size: 18px;
  }    
}

/* 商品一覧・検索一覧ソート */
.sort_menu {
  position: relative;
  display: inline-block;
}
.sort_menu_a {
  padding: 8px 12px !important;
  background: #f5f5f5;
  border-radius: 4px;
  text-decoration: none;
}
.sort_menu_select {
  display: none;
  position: absolute;
  top: 100%; /* 親リンクの下に表示 */
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: auto;
  white-space: nowrap;
  text-align: left;
  z-index: 100;
}
.sort_menu_select a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}
.sort_menu_select a:hover {
  background: #eee;
}
/* hoverで子メニューを表示（PC） */
@media (min-width: 769px) {
.sort_menu:hover .sort_menu_select {
  display: block;
}
}
/* SP表示用 */
.sort_menu input[type="checkbox"] {
  display: none;
}
.sort_menu input[type="checkbox"]:checked + .sort_toggle + .sort_menu_select {
  display: block;
}
.sort_menu label {
  display: inline !important;
}

/* newデザイン用 */
	.max-w1920 {
		max-width: 1920px;
	}
	.max-w1600 {
		max-width: 1600px;
	}
	.max-w1200 {
		max-width: 1200px;
	}
	.max-w1000 {
		max-width: 1000px;
	}
	.w50 {
		width: 50%;
	}
	.bgcolor {
		background-color: #f2f2f2;
	}
	@media only screen and (min-width:769px) {
	.img_radius img {
		border-radius: 25px;
	}
	}

	.all-guide {
		display: flex;
		list-style: none;
		margin: 0 auto;
		@media (max-width: 768px) {
			display: block;
			margin: 0;
			padding: 0;
		}
	}
	@media (max-width: 768px) {
		.all-guide li {
			margin-top: 5px;
		}
		.guide-img {
			position: relative;
			width: 100%;
			padding-top: 40%;
			overflow: hidden;
		}
		.guide-img img {
			position: absolute;
			top: 0; left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			transform: scale(1);
			transform-origin: center center;
		}
	}
	.all-guide a:active, a img:active {
		transform: translate(0);
	}
	
/* モーダルスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}
.modal-content {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
  position: relative;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
	.modal-content a {
		display: block;
	}
.modal-close {
    position: fixed;
    align-self: flex-end;
    font-size: 38px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    justify-content: space-around;
    align-items: anchor-center;
    padding: 0;
    line-height: 1;
	}
	
	.tiktok-icon {
		height: 19px;
		width: 1.28571429em;
		font-size: 1.33333333em;
	}