@charset "euc-jp";
html {
  overflow: auto;
}
body {
  background-color: #f7f7f7;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
ul{
  margin-left: 0;
}
a {
  color: #333;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}@charset "euc-jp";

body {
  background-color: #f7f7f7;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

form {
  margin: 0;
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
.footer_seller, .footer_recommend, .footer_new-item, .footer_checked{
  margin-bottom: 20px;
}
.lists {
  margin: 0;
  border-bottom: 1px solid #333;
}

.list {
  border-top: 1px solid #ccc;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 20px 0;
}

.list_link_name {
  display: block;
  padding-right: 30px;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding-top: 5px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
  margin-top: 5px;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
 * header
 */

.header_top {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  background-color: #333;
  z-index: 10;
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}

.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
}

.search_box {
  width: 260px;
}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #101010;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}

.header_mid {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 51px;
  background-color: #fff;
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
  margin-top: 14px;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -40%;
}

.header_nav_global li a {
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #333;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
  padding-bottom: 15px;
}

.header_nav_global_right {
  float: right;
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  max-width: 980px;
  padding-top: 101px;
  margin: 0 auto;
}
.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}
.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/*
 * main
 */

.main {
  max-width: 980px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin-bottom: 60px;
}

.info_heading {
}

.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ranking（seller） */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* recommend, new-item */
.recommend, .new-item {
  margin-bottom: 20px;
}

.recommend_heading, .new-item_heading {
}

.recommend_lists, .new-item_lists {
  margin-top: 20px;
  font-size: 12px;
}

.recommend_list, .new-item_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* free_space */
.free_space {
}

/*
 * side
 */

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

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
  margin-top: 60px;
}
.side_group_heading {
}
.side_group_lists {
}
.side_group_list {
}

.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_new-item,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_new-item_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_new-item_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #33333387;
}
.footer_pagetop a {
  display: block;
  width: 40px;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #eee;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 60px 0;
  background-color: #333;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/*
 * Slider
 */

.slider {
  position: relative;
}

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

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

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

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

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

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }
.icon-b.icon-instagram { background-position: -112px -192px; }
.icon-w.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-lg-w.icon-instagram { background-position: -168px -288px; }
.icon-b.icon-youtube { background-position: -128px -160px; }
.icon-w.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }
.icon-lg-w.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/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/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/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/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/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */

@media (min-width: 980px) {
  .contents {
    width: 700px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (min-width: 769px) {
  .footer_list {
    width: 10%;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }

  .productlist_lists {
    padding: 0 10px 20px;
  }

  .header_btm {
    padding-top: 51px;
    text-align: center
  }

  .header_logo {
    float: none;
  }
  
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  #side.visible-phone{
    display: inline-block!important;
  }
  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 10px;
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_new-item_heading,
  .footer_checked_heading{
    background-color: #333;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_new-item_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list,
  .footer_new-item_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .visible-phone .footer_notice_heading {
    padding: 10px;
    font-weight: normal;
  }

  .visible-phone .footer_notice_cal_table {
    padding: 0 10px 20px;
  }

  .visible-phone .tbl_calendar {
    max-width: 100%;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #333;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}


/* =================================
add CSS
================================= */
body {
  /* font-family:'ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','ＭＳ Ｐゴシック', sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
}
.main {
  padding-top: 110px;
}
.tile{
  padding: 10px;
  background-color: #fff;
}
/* <<-- Header -->> */
#header{
  background-color: #ffffffc7;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(3px);
}
.header__inner{
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.header__logo{
  width: 340px;
}
.header__logo h1{
  margin: 0;
}
.header-info{
  margin-left: auto;
}
.header-info__top{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-info__tel{
  margin-right: 48px;
}
.header-info__tel p{
  margin-bottom: 0;
}
.header-info__tel small{
  display: block;
}
.header-sns.sns-icons{
  justify-content: flex-end;
}
.sns-icons{
  display: flex;
  gap: 14px;
  margin-left: 0;
  margin-bottom: 0;
}
.sns-icons a{
  width: 20px;
  display: inline-block;
}
.header-links{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  margin-bottom: 0;
  margin-top: 10px;
}
.header-links li{
  position: relative;
}
.header-links li:not(:first-child)::before{
  position: absolute;
  content: "";
  background-color: #333;
  left: -5px;
  height: 100%;
  width: 1px;
  
}
.header-links a{
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.header-buttons{
  display: none;
}
.ham-navi{
  display: none;
}
@media screen and (max-width:968px)  {
  .header .icon-lg-b{
    display: none;
  }
}

@media screen and (max-width:768px)  {
  .main {
    padding-top: 90px;
  }
  /* <<-- Header -->> */
  #header {
  }
  .header__inner {
  }
  .header__logo {
    width: 50%;
  }
  .header__logo h1 {
  }
  .header-info {
    display: none;
  }
  .header-sns.sns-icons {
  }
  .sns-icons {
  }
  .sns-icons a {
  }
  .header-links {
  }
  .header-links a {
  }
  .header-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }
  .header-button{
    width: 50px;
    height: 50px;
  }
  .ham-navi{
    display: block;
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    z-index: 600;
    display: none;
  }
  .ham-navi__top{
    padding: 30px 3% 15px;
  }
  .ham-navi-top__items{
    display: flex;
    gap: 2%;
  }
  .ham-navi-top__items a{
    width: 40%;
  }
  .menu-close{
    width: 9%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 6px;
  }
  .menu-close img{
    width: 100%;
  }
  .ham-navi__info{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3%;
    margin-top: 15px;
  }
  .ham-nav__search{
    margin-top: 15px;
  }
  .navi-search{
    padding: 10px 15px;
    height: auto;
  }
  .kensaku{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .kensaku input[type=search]{
    width: 75%;
    padding: 10px 15px;
    font-size: 16px;
  }
  .kensaku input[type=image]{
    width: 21px;
    height: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
  }
  .ham-navi__items{
  }
  .ham-navi__items h3{
    padding-left: 8%;
    color: #fff;
    background: #595757;
    line-height: 2.5em;
  }
  .ham-navi__item{
    margin-left: 0;
    margin-bottom: 0;
    margin: 30px 3% 15px;
  }
  .ham-navi__item li a {
    display: block;
    padding: 0 0 0 18%;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 90%;
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/01menu_yajirusi01.png?cmsp_timestamp=20720323)
      no-repeat center right 7%;
    background-size: 25px;
    font-weight: bold;
    height: 70px;
    display: inline-flex;
    align-items: center;
  }
  .ham-navi__item li:nth-of-type(1) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/20221228reservepau.png?cmsp_timestamp=20221228140503)
      no-repeat center left 22px;
    background-size: 35px;
  } /*オリジナルプリントのパウ*/
  .ham-navi__item li:nth-of-type(2) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%B9%A5%BF%A5%F3%A5%C0%A1%BC%A5%C9%A5%D1%A5%A6.png?cmsp_timestamp=2119)
      no-repeat center left 15px;
    background-size: 50px;
  } /*スタンダードパウスカート*/
  .ham-navi__item li:nth-of-type(3) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%CC%B5%C3%CF%A5%D1%A5%A6%2B.png?cmsp_timestamp=208504)
      no-repeat center left 15px;
    background-size: 50px;
  } /*無地パウスカート*/
  .ham-navi__item li:nth-of-type(4) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%C1%A5%A7%A5%C3%A5%AF%A5%D1%A5%A6.png?cmsp_timestamp=2140)
      no-repeat center left 15px;
    background-size: 50px;
  } /*チェックパウスカート*/
  .ham-navi__item li:nth-of-type(5) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%C7%A5%B6%A5%D1%A5%A6.png?cmsp_timestamp=2144)
      no-repeat center left 15px;
    background-size: 50px;
  } /*プレスティッジパウスカート*/
  .ham-navi__item li:nth-of-type(6) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/sonota.png?cmsp_timestamp=20191031105014)
      no-repeat center left 19px;
    background-size: 40px;
  } /*その他のパウスカート*/
  .ham-navi__item li:nth-of-type(7) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%AB%A5%B9%A5%BF%A5%DE%A5%A4%A5%BA.png?cmsp_timestamp=2120)
      no-repeat center left 15px;
    background-size: 50px;
  } /*カスタマイズ*/
  .ham-navi__item li:nth-of-type(8) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_T%A5%B7%A5%E3%A5%C4.png?cmsp_timestamp=209001)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*フラTシャツ*/
  .ham-navi__item li:nth-of-type(9) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%C9%A5%EC%A5%B9.png?cmsp_timestamp=2119)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*フラドレス*/
  .ham-navi__item li:nth-of-type(10) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%E2%A5%C7%A5%B9%A5%A4.png?cmsp_timestamp=2134)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*モデルスイート*/
  .ham-navi__item li:nth-of-type(11) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%C7%A5%A4%A5%EA%A1%BC%A5%A6%A5%A7%A5%A2.png?cmsp_timestamp=209205)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*ハワイアンウェア*/
  .ham-navi__item li:nth-of-type(12) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%D1%A5%A6%A5%B1%A1%BC%A5%B9.png?cmsp_timestamp=2137)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*パウスカートケース*/
  .ham-navi__item li:nth-of-type(13) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%D1%A5%CB%A5%A8%2B.png?cmsp_timestamp=2119)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*パニエ*/
  .ham-navi__item li:nth-of-type(14) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%D1%A5%A6%A5%C8%A5%C3%A5%D7%2B.png?cmsp_timestamp=209309)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*パウトップ*/
  .ham-navi__item li:nth-of-type(15) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc_base64/MjMxMjAypbGhvKXXwr6hoaWipaSls6Xz.png?cmsp_timestamp=20231202183550)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*ケープ他*/
  .ham-navi__item li:nth-of-type(16) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%EC%A5%A4.png?cmsp_timestamp=2125)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*レイ*/
  .ham-navi__item li:nth-of-type(17) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%D8%A5%A2%A5%AF%A5%EA%A5%C3%A5%D7.png?cmsp_timestamp=2113)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*ヘアクリップ*/
  .ham-navi__item li:nth-of-type(18) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/171109%A5%AB%A5%C6%A5%B4%A5%EA%A1%BC%A5%A2%A5%A4%A5%B3%A5%F3_%A5%B7%A5%E5%A5%B7%A5%E5.png?cmsp_timestamp=2138)
      no-repeat center left 15px;
    background-size: 50px;
  }
  /*シュシュ*/
  .ham-navi__item li:nth-of-type(19) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/%A5%A8%A5%B3%A5%D0%A5%C3%A5%B0.png?cmsp_timestamp=20201112094148)
      no-repeat center left 22px;
    background-size: 36px;
  } /*エコバッグ*/
  .ham-navi__item li:nth-of-type(20) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/%A5%C6%A5%A3%A5%C3%A5%B7%A5%E5%A5%AB%A5%D0%A1%BC.png?cmsp_timestamp=20201112094227)
      no-repeat center left 18px;
    background-size: 42px;
  } /*ハワイアン雑貨*/
  .ham-navi__item li:nth-of-type(21) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/%BE%A6%C9%CA%A5%A2%A5%A4%A5%B3%A5%F3%A1%A1%A5%E9%A5%C3%A5%D4%A5%F3%A5%B0.png?cmsp_timestamp=20201030130815)
      no-repeat center left 15px;
    background-size: 40px;
    margin-left: 6px;
  } /*ラッピング*/
  .ham-navi__item li:nth-of-type(22) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/icon_mens.png?cmsp_timestamp=20210730164009)
      no-repeat center left 15px;
    background-size: 40px;
    margin-left: 6px;
  } /*メンズ*/
  .ham-navi__item li:nth-of-type(23) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc_base64/MjQwNjE5vqbJyqWipaSls6XzoaGlsaWkpa2kzr6mycoy.png?cmsp_timestamp=20250515095602)
      no-repeat center left 15px;
    background-size: 40px;
    margin-left: 6px;
    font-size: 12px;
  } /*ケイキの商品*/
  .ham-navi__item li:nth-of-type(24) {
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/%A1%A1Other2.png?cmsp_timestamp=20200527183527)
      no-repeat center left 15px;
    background-size: 40px;
    margin-left: 6px;
    font-size: 12px;    
  }/*当店スタッフがお薦めする、ちょっと“いいモノ“*/
  .ham-navi-bottom{
    padding: 15px 3% 15px;
  }
  .order-made{
    margin-top: 15px;
  }
  .navi-sns{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 30px;
  }
  .navi-footer-link{
    display: grid;
    gap: 15px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .navi-footer-link a{
    padding-left: 30px;
    color: #fff;
    text-decoration: none;
    background: url(https://img07.shop-pro.jp/PA01114/152/etc/01menu_yajirusi02.png?cmsp_timestamp=20160105131826) no-repeat left center;
    background-size: contain;
  }
}

/* <<-- Sidebar -->> */
.side{
  display: grid;
  gap: 10px;
}
.side-box{
  background-color: #fff;
  border-radius: 5px;
}
.side-box__title{
  background-color: #ECECEC;
  letter-spacing: 0.2em;
  padding: 10px 10px 10px 15px;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
}
.side-box__title.mb-0{
  margin-bottom: 0;
}
.side-box__content{
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.side-top{
}
.side-top img{
  width: 100%;
}
.calendar_area{
}
.schedule{
}
.side_section.side_section_cal{
  margin-top: 10px;
}
.side_cal{
}
.side-top .tbl_calendar {
  background-color: #fff;
  margin-bottom: 0;
  max-width: none;
}
.side-top .tbl_calendar caption{
  margin-bottom: 5px;
}
.side-top .side_cal_memo {
  background-color: #fff;
  padding: 4px 5px;
}
.side-top .Square {
  width: 10px;
  height: 10px;
}
.side-search{
  position: relative;
  margin-top: 20px;
  background-color: #7c7c7c;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  width: 96%;
  margin-inline: auto;
}
.kensaku{
  font-size: 20px;
  letter-spacing: 0.25em;
  color: #fff;
  text-align: center;
}
.kensaku2{
  position: relative;
}
/* 入力欄 */
#side_form_input{
  box-sizing: border-box;
  padding: 10px 32px 10px 10px;
  height: 40px;
  width: 100%;
}
/* 虫眼鏡アイコン */
#search2{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.side_text_cart{
  margin-top: 20px;
}
.cart_item{
  padding: 10px 15px;
  font-size: 13px;
  border-left: 3px solid #9c9c9c;
  border-right: 3px solid #9c9c9c;
}
.subtotal{
  padding: 5px 0;
}
.incart_name{
}
.stotal{
  text-align: right;
}
.total{
  padding: 10px 0 7px;
  border-top: 1px dotted #C3C3C3;
  text-align: right;
  margin: 0;
}
.postage{
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  padding: 5px 0;
  margin-left: 0;
}
.postage li{
  margin: 5px 0;
  color: red;
}
.haisou{
  margin-top: 20px;
}
.linkimg{
}
.side-category{
  margin-left: 0;
}
.side-category__item a{
  display: flex;
  color: #333;
  border-bottom: 1px solid #CCC;
  align-items: center;
}
.side-category__item figure{
  width: 50%;
  margin-right: 5px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.side-category__item p{
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  width: calc(100% - 50%);
}
.side-banner{
  display: grid;
  gap: 10px;
  margin-top: 20px;
  margin-left: 0;
}
.side-banner__item a{
  text-align: center;
  display: block;
  width: 100%;
}
.side-banner__item a img{
  width: 75%;
}
.side-banner__item a p{
  font-size: 12px;
  margin-top: 5px;
}
.contact{
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 10px;
  text-align: center;
  margin-top: 20px;
}
.contact__title{
  font-weight: bold;
  font-size: 18px;
}
.contact__link{
  margin: 5px 0;
  display: inline-block;
}
.contact__link--fax{
  text-decoration: underline;
}
.contact p{
  margin: 0;
}
.contact dl{
  margin: 0;
}
.contact dl div{
  display: flex;
  justify-content: center;
}
.contact dt{
  width: 36px;
}
.contact dt:empty {
  width: 36px;
}
.contact dd{
  margin-left: 0;
}
.side-image-items{
  display: grid;
  gap: 10px;
  margin-top: 20px;
  margin-left: 0;
}
.side-owner{
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 15px;
}
.side-owner img{
  max-width: 90%;
  display: block;
  margin-inline: auto;
}
.side-owner__name{
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
}
.side-owner__body{
  max-width: 80%;
  margin-inline: auto;
}
.side-catalog{
  margin-top: 20px;
  text-align: center;
}
.side-catalog img{
  display: block;
  margin-bottom: 5px;
}
.footer-banner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
  margin-inline: auto;
}
.banner-item{
}
.footer-banner__item a{
}
.banner-item a img{
}
.banner-item a p{
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.banner-item a span{
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

@media screen and (max-width:768px)  {
  .side_category{
    margin-top: 10px;
  }
  .side_category ul{
    margin: 3% auto 0;
    width: 95%;
    height: auto;
    
  }
  .side_category ul li{
    margin-bottom: 3%;
  }
  .side_category ul li a{
    display: block;
    padding-left: 6%;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    line-height: 2.5em;
    background: #9e9e9f url(https://img07.shop-pro.jp/PA01114/152/etc/02yajirusi04.png?cmsp_timestamp=20160104103854) no-repeat center right 20px;
    text-decoration: none;
    font-size: 16px;
  }
  .side .sns-icons{
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
  .side .sns-icons li{

  }
  .side .sns-icons li a{
    width: 75px;
    text-align: center;
  }
  .footer-banner{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
    width: 95%;
  }
  .banner-item{
  }
  .footer-banner__item a{
  }
  .banner-item a img{
  }
  .banner-item a span{
    display: block;
    text-align: center;
  }
  .side_fav{
    margin-top: 10px;
  }
  .fav-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 95%;
    margin-inline: auto;
    padding-top: 20px;
  }
  .fav-item{

  }
  .fav-item a{
    position: relative;
    text-align: center;
  }
  .fav-item a img{

  }
  .fav-item a span{
    display: inline-block;
    margin-top: 5px;
    font-weight: 700;
    line-height: 1.2;
  }
  .side_history{
    margin-top: 30px;
  }
  .heading.side_category_heading{
  }
  .his-list{
    width: 95%;
    margin-inline: auto;
    margin-top: 10px;
  }
  .his-item{
    border-bottom: 1px solid #ccc;
  }
  .his-item a{
    position: relative;
    display: flex;
    padding: 10px 25px 10px 0;
  }
  .his-item a::before,
  .his-item a::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
  }
  .his-item a::before{
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-50%) rotate(45deg);
    right: 7px;
    z-index: 1;
  }
  .his-item a::after{
    background-color: gray;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    right: 0;
  }
  .his-item__thumb{
    width: 40%;
    min-height: 80px;
    margin-right: 10px;
  }
  .his-item__body{
    width: calc(60% - 10px);
  }
  .his-item__name{
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.7;
  }
  .his-item__price-reg{
    font-weight: 400;
    text-decoration: line-through;
    color: red;
    margin-bottom: 0;
  }
  .his-item__soldout{
    border: 1px solid red;
    border-radius: 3px;
    text-align: center;
    padding: 2px 10px;
    font-size: 12px;
    display: inline-block;
    color: red;
    margin-bottom: 0;
  }
  .his-item__price{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
  }
  .his-item__discount{
    font-size: 12px;
    margin-bottom: 0;
  }
  .his-item__simple{
    font-size: 10pt;
    margin-top: 5px;
  }
  
  
}
/* <<-- Footer -->> */
.footer-top{
  padding: 20px 0;
}
.footer-navi{
}
.footer-navi__list{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 0;
  margin-bottom: 0;
}
.footer-navi__list li{
}
.footer-navi__list li a{
  padding: 0 5px;
  font-size: 14px;
}
.footer-navi__list li:not(:last-child) a{
  border-right: 1px solid #777;
}
.footer-tel{
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.footer-tel p{
  margin-bottom: 0;
}
.footer-tel small{
  display: inline-block;
}
.copyright{
  border-top: 1px #e6e6e6 solid;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}
.footer_seller_lists,.footer_checked_lists{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 5px;
}
@media screen and (max-width:968px)  {
  .footer-navi__list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    margin-inline: auto;
    gap: 10px;
  }
  .footer-navi__list li:not(:last-child) a {
    border-right: none;
  }
}
@media screen and (max-width:768px)  {
  /* <<-- Footer -->> */
  .footer-top {
  }
  .footer-navi {
  }
  .footer-navi__list {
    grid-template-columns: 1fr;
  }
  .footer-navi__list li {
  }
  .footer-navi__list li a {
  }

  .footer-tel {
  }
  .footer-tel p {
  }
  .footer-tel small {
  }
  .copyright {
    font-size: 10px;
  }

}

/* =================================
add CSS 共有その他
================================= */
.tile{
  padding: 10px;
  background-color: #fff;
}
.section-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.1em;
}
.section-heading h2{
  font-size: 18px;
  margin: 0;
}
.section-heading a{
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
  background-color: #7B7C7C;
}
.seller_lists{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  margin-top: 10px;
}
.new-item_lists,
.productlist_lists,
.subcategorylist_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width:768px)  {
  .section-heading{
    padding-left: 10px;
  }
  .section-heading h2{
    font-size: 14px;
    font-weight: bold;
  }
  .section-heading a{
    padding: 5px 6px;
    font-size: 12px;
  }
  .new-item_lists,
  .productlist_lists,
  .subcategorylist_list{
    grid-template-columns: 1fr 1fr;
  }
  .seller_lists{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* =================================
add CSS フリーページ用
================================= */
.pc{display:block;}
.sp{display:none;}
.aboutimgbox{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ci_main_title {
  font-weight: bolder;
  margin-top: 80px;
  padding-bottom: 5px;
  text-align: left;
}
ul,li{
  list-style: none;
}
.youtube-wrap{
  position: relative;
  padding-bottom: 56.25%;
}
.youtube-wrap iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px)  {
  .contents{
    padding-left: 2%;
    padding-right: 2%;
  }
}

.tile-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section {
  margin-bottom: 40px;
}
.tokuteipage ul {
  padding: 20px;
}
.tokuteipage ul li {
  line-height: 180%;
  list-style: circle;
}
.payment_img {
  width: 30px;
  height: 30px;
  margin: 3px;
}
#ShopKeeper {
  width: 726px;
  margin-bottom: 15px;
  color: #000;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
#ShopKeeper th {
  width: 200px;
  overflow: hidden;
  padding: 10px;
  font-weight: normal;
  text-align: left;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
#ShopKeeper td {
  padding: 10px;
  text-align: left;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
#ShopKeeper th img,
#ShopKeeper td img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  #ShopKeeper {
    width: 100%;
    border: none;
  }
  #ShopKeeper tr {
    display: flex;
    flex-direction: column;
    border: none;
    margin-bottom: 12px;
  }
  #ShopKeeper th {
    width: 100%;
    color: #099;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    padding: 0;
  }
  #ShopKeeper td {
    width: 100%;
    border: none;
    padding: 0;
  }
  .tokuteipage .section-heading {
    padding-left: 0;
  }
  .tokuteipage .section-heading h2 {
    font-size: 16px;
  }
}
