@charset "euc-jp";

body {
  background-color: #fff;
  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: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
}

.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;
}
.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;
}
.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 {
  margin-bottom: 30px;
}

.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;
  display: flex;
  justify-content: space-between;
}

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 {
  margin: 0;
  display: flex;
  align-items: center;
}

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

.header_nav_global_right {
  display: flex;
}

.header_nav_global_social {
  padding-left: 5px;
  display: flex;
}

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_lead {
  padding-top: 40px;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}

.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 {
  text-align: center;
  background-color: #333;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  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;
  margin-bottom: 40px;
}

.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: 670px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }
}

@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: 35px;
    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;
  }

  .slider {
    margin-bottom: 20px;
  }

  .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_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 20px;
  }

  .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;
  }
}
/* === シンプル高級感：サイドバナー用 追加CSS ==================== */
.side_banner_lists .side_banner_list{ margin-bottom:14px; }
.side_banner_lists .side_banner_list:last-child{ margin-bottom:0; }

.side_banner_lists .kt-banner{
  position:relative; display:flex; align-items:center; justify-content:space-between;
  gap:10px; padding:16px; border-radius:14px; text-decoration:none; overflow:hidden;
  background:#0c0c0f; color:#fff; min-height:110px; isolation:isolate;
}
.side_banner_lists .kt-banner__bg{
  position:absolute; inset:0; z-index:0;
  background:
    radial-gradient(600px 200px at 0% 0%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.03), transparent 40%);
}
.side_banner_lists .kt-banner::before{
  content:""; position:absolute; inset:0 0 auto 0; height:3px;
  background:linear-gradient(90deg, var(--accent-1), var(--accent-2));
  opacity:.9;
}
/* アクセント色 */
.side_banner_lists .kt--sale{ --accent-1:#ff3b3b; --accent-2:#ff9557; }
.side_banner_lists .kt--oripa{ --accent-1:#c8a75a; --accent-2:#efd483; }
.side_banner_lists .kt--used{ --accent-1:#9aa1ac; --accent-2:#e6e9ef; }

/* タイポ */
.side_banner_lists .kt-banner__body{ position:relative; z-index:1; }
.side_banner_lists .kt-banner__title{
  display:block; font-family:"Hiragino Mincho ProN","Yu Mincho","游明朝","Noto Serif JP",serif;
  font-weight:700; letter-spacing:.06em; font-size:18px; line-height:1.25; margin-bottom:4px;
}
.side_banner_lists .kt-banner__sub{
  display:block; opacity:.8; font-size:12px; line-height:1.5;
  font-family:"Hiragino Kaku Gothic ProN","Noto Sans JP",system-ui,sans-serif;
}

/* カード画像（右側） */
.side_banner_lists .kt-banner__art{
  position:relative; z-index:1; display:flex; gap:8px;
  filter:drop-shadow(0 10px 14px rgba(0,0,0,.45));
}
.side_banner_lists .kt-banner__art img{
  width:86px; height:auto; border-radius:8px; transform:rotate(-6deg);
}
.side_banner_lists .kt-banner__art img:last-child{ transform:rotate(6deg) translateY(4px); }

/* ハイライト */
.side_banner_lists .kt-banner::after{
  content:""; position:absolute; right:-18%; top:-30%; width:60%; height:180%;
  background:radial-gradient(60% 40% at 50% 50%, rgba(255,255,255,.08), transparent 70%);
  mix-blend-mode:screen; pointer-events:none;
}

/* ほんのりホバー */
.side_banner_lists .kt-banner:hover{ transform:translateY(-1px); transition:.2s ease; }
@media (prefers-reduced-motion: reduce){
  .side_banner_lists .kt-banner, .side_banner_lists .kt-banner *{ transition:none !important; }
}

/* サイド幅が狭いときの調整 */
@media (max-width:480px){
  .side_banner_lists .kt-banner{ min-height:100px; padding:12px; }
  .side_banner_lists .kt-banner__art img{ width:72px; }
  .side_banner_lists .kt-banner__title{ font-size:16px; }
}
/* ==== フッターバナー4つを横一列に揃える =================== */
.footer_banner ul.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_banner ul.row > li {
  float: none;              /* col の float を無効化 */
  box-sizing: border-box;
  flex: 1 1 25%;            /* 基本25%幅を4つ */
  max-width: 25%;
}

/* PC：4つ横並び（そのまま） */
.footer_banner ul.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_banner ul.row > li {
  float: none;
  box-sizing: border-box;
  flex: 1 1 25%;
  max-width: 25%;
}

/* スマホ：2×2のグリッドにする */
@media (max-width: 768px) {
  .footer_banner ul.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_banner ul.row > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* ===========================
   PC版メガメニュー：カテゴリ/コンテンツを横2列にする
   =========================== */
@media (min-width: 769px) {

  /* 余白を少し詰める（共通） */
  #header .header_mid .header_nav_global_box_heading {
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 11px;
  }
  #header .header_mid .header_nav_global_box_detail {
    padding: 10px 20px 12px;
  }

  /* ▼ カテゴリーメガメニュー：2カラム化 */
  /* CATEGORY SEARCH の右側の UL に対して */
 @media (min-width: 769px) {

  /* 右側のエリアを広げる */
  #header .header_mid .header_nav_global_box_detail {
    width: calc(100% - 300px);  /* ← 左の黒いカラムが約300px なので残り全部使う */
    display: inline-block;
    vertical-align: top;
  }

  /* カラム数指定（3カラム） */
  #header .header_mid .header_nav_global_box_detail ul,
  #header .header_mid .header_nav_global_box_detail .header_nav_global_box_lists {
    column-count: 3;
    column-gap: 40px;
    width: 100%;              /* ← 3カラムが幅いっぱい使われるようにする */
  }
}

  #header .header_mid .header_nav_global_box_catogory .header_nav_global_box_lists li {
    break-inside: avoid;      /* 1つの項目が列の途中で分割されないように */
    list-style: none;
    margin: 0 0 4px;
  }
  #header .header_mid .header_nav_global_box_catogory .header_nav_global_box_lists a {
    display: block;
    padding: 2px 4px;
    font-size: 12px;
  }

  /* ▼ コンテンツメガメニュー（「コンテンツを見る」）も2カラム化したい場合 */
  #header .header_mid .header_nav_global_box_contents .header_nav_global_box_detail ul {
    column-count: 2;          /* コンテンツは2列くらいが読みやすいと思う */
    column-gap: 40px;
    margin: 0;
    padding: 0;
  }
  #header .header_mid .header_nav_global_box_contents .header_nav_global_box_detail li {
    break-inside: avoid;
    list-style: none;
    margin: 0 0 4px;
  }
  #header .header_mid .header_nav_global_box_contents .header_nav_global_box_detail a {
    display: block;
    padding: 2px 4px;
    font-size: 12px;
  }
}
/* PC版 左サイドバーのバナー画像を縮小 */
#side .side_banner_list img {
  width: 85% !important;
  height: auto !important;
  display: block;
  margin: 0 auto 12px;
}

/* ───────────────
   ロゴ画像の共通サイズ
   ─────────────── */
.header_logo img {
  max-height: 60px !important;  /* 好きな値に。50&#12316;70pxで調整してみて */
  height: auto !important;
  width: auto !important;
}
/* 送料無料バナー（クリックポスト）を小型化 */
#free-shipping-bar,
#free-shipping-bar > div,
#free-shipping-bar .free-shipping-bar__inner {
    max-height: 48px !important;   /* 高さを小さく */
    height: 48px !important;
    padding: 6px 10px !important;  /* 内側の余白を縮小 */
    font-size: 13px !important;    /* 文字を小さく */
}

/* アイコンも小さく */
#free-shipping-bar img {
    max-height: 30px !important;
}

/* スマホ時に横幅がはみ出さないよう調整 */
#free-shipping-bar {
    width: 100% !important;
    box-sizing: border-box !important;
}
/* スマホのときは、ヘッダー直下の商品コンテンツを上に詰める */
@media screen and (max-width: 768px) {

  /* 商品ページ本体のコンテナ（たぶんここに元々の余白がある） */
  .contents_detail {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* #product 自体に余白がついていた場合に備えてリセット */
  #product {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* 商品の一番上のブロックも念のためリセット */
  #product .product_area {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* 商品一覧のカードだけ、63:88 でトリミング＆サイズ統一 */
.productlist_list .item_img {
  width: 160px !important;
  height: calc(160px * 88 / 64.5) !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
  margin: 0 auto 6px;
}

@media (max-width: 768px) {
  .productlist_list .item_img {
    width: 130px !important;
    height: calc(130px * 88 / 67) !important;
  }
}
/* PCだけ左浮きを止めて幅25%を正しく適用 */
@media screen and (min-width: 992px) {
  .productlist_list {
    float: none !important;   /* ← col-sm-4 の float を無効化 */
    width: 25% !important;    /* ← 4列を正しく固定 */
    display: inline-block;    /* ← float の代わり */
    vertical-align: top;
  }
}

/* さらに大画面は5列 */
@media screen and (min-width: 1400px) {
  .productlist_list {
    width: 20% !important;
  }
}

/* PC：商品一覧を4列固定（スマホには効かない） */
@media screen and (min-width: 992px) {

  /* UL をフレックス化して中身を横並びに */
  .productlist_lists {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  /* 各商品ブロックを4分割（25%）にする */
  .productlist_lists > .productlist_list {
    float: none !important;           /* col-sm-4 の float を殺す */
    width: 25% !important;            /* 4列 */
    padding: 0 10px !important;
    box-sizing: border-box;
  }
}

/* 大きいディスプレイは5列 */
@media screen and (min-width: 1400px) {
  .productlist_lists > .productlist_list {
    width: 20% !important;            /* 5列 */
  }
}
/* おすすめ商品 & 新着商品の商品名を2行で省略表示 */
.footer_recommend_list .item_name,
.footer_new-item_list .item_name {
  font-size: 11px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;  /* ★ここで2行に制限 */
  overflow: hidden;
}









/* ============================================
   サイドバー復活＆上部メニュー非表示（追加 2026-05-04）
============================================ */

/* 上部ヘッダーメニュー（カテゴリ・グループ・コンテンツのドロップダウン or リンク群）を非表示 */
.header_nav_global_left {
  display: none !important;
}
/* スマホ用ヘッダーナビ：「メニュー」ボタンを廃止して直リンク表示 */
/* 順番: 1.ホーム 2.カートを見る 3.アカウント 4.会員登録 5.ログイン 6.お問い合わせ */
@media (max-width: 767px) {
  /* header_top の中身を縦中央に揃える＆高さは中身に合わせる */
  .header_top {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }
  .header_top_inner.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    min-height: 0 !important;
  }
  .header_nav_phone.hidden-desktop {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 50px !important;
  }
  .header_nav_phone .header_nav_lst_phone {
    align-items: center !important;
  }
  /* 「メニュー」ボタン（ハンバーガー）を非表示 */
  .header_nav_phone .nav_btn_phone {
    display: none !important;
  }
  /* ドロワーのリンクリストを常時表示・横並び */
  .header_nav_phone .header_nav_lst_phone {
    display: block !important;
    position: static !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header_nav_phone .header_nav_lst_phone > ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 4px !important;
    margin: 0 !important;
    list-style: none !important;
    background: transparent !important;
    width: 100% !important;
    height: 50px !important;
  }
  .header_nav_phone .header_nav_lst_phone > ul > li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
  }
  .header_nav_phone .header_nav_lst_phone > ul > li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .header_nav_phone .header_nav_lst_phone > ul > li {
    flex: 1 1 0 !important;
    text-align: center !important;
  }
  .header_nav_phone .header_nav_lst_phone > ul > li > a {
    padding: 8px 2px !important;
    font-size: 13px !important;
    color: #fff !important;
    text-decoration: none !important;
    display: block !important;
    white-space: nowrap !important;
  }
  /* 1番目=「ホーム」を非表示（ロゴクリックでホームに戻れるため） */
  .header_nav_phone .header_nav_lst_phone > ul > li:first-child {
    display: none !important;
  }
  /* 6番目=「お問い合わせ」を非表示 */
  .header_nav_phone .header_nav_lst_phone > ul > li:last-child {
    display: none !important;
  }
}
/* スマホ表示時、ランキング・おすすめ・新着の4位以降を非表示 */
@media (max-width: 767px) {
  .footer_seller_lists > li:nth-child(n+4),
  .footer_recommend_lists > li:nth-child(n+4) {
    display: none !important;
  }
}
/* PC上部のメルマガ・ブログ・SNSアイコンを非表示 */
.header_nav_global_right {
  display: none !important;
}
/* スマホ用ヘッダー下部のSNSアイコンも非表示 */
.header_btm .header_nav_global_social {
  display: none !important;
}
/* ヘッダー中段（中身が空になったため） */
.header_mid {
  display: none !important;
}
/* header_mid非表示でできた余白を縮める */
.header_btm {
  padding-top: 30px !important;
}
/* グループから探す（中身が「最新オリパ」1個のみで意義薄）を非表示 */
.side_group {
  display: none !important;
}
/* ====== サイドバー復活 end ====== */

/* ============================================
   フッターナビを1行横並びに（追加 2026-05-04）
============================================ */
@media (min-width: 768px) {
  /* 左右の列を全幅に拡張して横並びに */
  .footer_nav_menu_left,
  .footer_nav_menu_right {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  /* リスト自体を横並び */
  .footer_nav_menu_left .footer_nav_lists,
  .footer_nav_menu_right .footer_nav_lists {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 20px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer_nav_menu_left .footer_nav_list,
  .footer_nav_menu_right .footer_nav_list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* ====== フッターナビ横並び end ====== */


/* ============================================
   スマホ用「商品一覧」ドロワー（追加 2026-05-04）
   - 左から開くスライドインドロワー
   - PC用 #side.hidden-phone を流用（バナー込み）
============================================ */
/* PC: 全部非表示 */
.kt-mobile-menu-toggle,
.kt-mobile-menu-btn {
  display: none;
}

@media (max-width: 767px) {
  /* チェックボックス本体は隠す */
  .kt-mobile-menu-toggle {
    display: none !important;
  }
  
  /* 「商品一覧」ボタン：検索フォーム内で横並び要素として表示 */
  .kt-mobile-menu-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 8px 10px !important;
    margin: 0 !important;
    background: #185FA5 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    user-select: none !important;
    flex: 0 0 auto !important;
    height: 36px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }
  .kt-mobile-menu-icon {
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
  }
  .kt-mobile-menu-label {
    font-size: 12px !important;
  }
  
  /* 重複するスマホ用サイドバー(#side.visible-phone)は非表示 */
  #side.visible-phone {
    display: none !important;
  }
  
  /* PC用サイドバー(#side.hidden-phone)をドロワー化してスマホでも使う */
  #side.hidden-phone {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 85% !important;
    max-width: 360px !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: #fff !important;
    box-shadow: 4px 0 20px rgba(0,0,0,0.3) !important;
    overflow-y: auto !important;
    transition: left 0.3s ease !important;
    padding: 20px 16px 24px 16px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
  }
  
  /* チェックされた時: 左からスライドイン */
  .kt-mobile-menu-toggle:checked ~ #side.hidden-phone {
    left: 0 !important;
  }
  
  /* 開いた時の背景オーバーレイ（クリックで閉じる用） */
  .kt-mobile-menu-toggle:checked ~ .kt-mobile-menu-btn::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
  }
  
  /* ドロワー内のサイドバナー（特価品/オリパ/くじ/買取）を2x2グリッドに、サイズ統一 */
  #side.hidden-phone .side_banner,
  #side.hidden-phone .side_banner_lists {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
  }
  #side.hidden-phone .side_banner_list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    aspect-ratio: 2 / 1 !important;
    overflow: hidden !important;
    border-radius: 4px !important;
  }
  #side.hidden-phone .side_banner_list a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }
  #side.hidden-phone .side_banner_list img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  
  /* スマホ用「カテゴリーを選択」ドロップダウンを非表示 */
  .search_form.visible-phone .search_select {
    display: none !important;
  }
  /* 検索フォームを「商品一覧 / 検索欄 / 検索ボタン」の3要素横並びに */
  .search_form.visible-phone {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px !important;
    margin: 0 !important;
  }
  /* 検索欄を真ん中で広く */
  .search_form.visible-phone .search_box {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 36px !important;
    padding: 4px 10px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
  }
  /* 検索ボタン */
  .search_form.visible-phone .btn_search {
    flex: 0 0 auto !important;
    height: 36px !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }
}
  /* ドロワーの閉じるボタン：デフォルトは非表示 */
  .kt-drawer-close {
    display: none !important;
  }
  /* ドロワー開いた時のみ表示。画面右端の縦中央に固定 */
  /* (input + label が同じ親の兄弟なので :checked ~ で直接届く) */
  .kt-mobile-menu-toggle:checked ~ .kt-drawer-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 50% !important;
    right: 12px !important;
    transform: translateY(-50%) !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #222 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    z-index: 10001 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.5) !important;
    text-align: center !important;
    text-decoration: none !important;
    user-select: none !important;
  }
  /* ドロワー開いている時、背景ページのスクロール・タップを無効化（オーバーレイで遮断） */
  /* 既存の .kt-mobile-menu-btn::after オーバーレイを強化 */
  .kt-mobile-menu-toggle:checked ~ .kt-mobile-menu-btn::after {
    pointer-events: auto !important;
    cursor: pointer !important;
  }
  /* ドロワーが開いている時、html/body のスクロールを無効化したいが
     :checked ~ html/body は届かないので、オーバーレイで物理的に遮蔽する方針
     オーバーレイ自体が pointer-events を受け取り、背景の操作を遮る */
}

/* PC では閉じるボタン非表示（メディアクエリ外で念押し） */
@media (min-width: 768px) {
  .kt-drawer-close {
    display: none !important;
  }
}
/* ドロワー開いた時、ドロワー外の要素のタップを無効化 */
@media (max-width: 767px) {
  body.kt-drawer-open #wrapper > *:not(.main),
  body.kt-drawer-open .main > *:not(#side):not(.kt-mobile-menu-toggle):not(.kt-drawer-close) {
    pointer-events: none !important;
  }
  /* ドロワー本体・閉じるボタン・チェックボックスは反応OK */
  body.kt-drawer-open #side.hidden-phone,
  body.kt-drawer-open .kt-drawer-close,
  body.kt-drawer-open .kt-mobile-menu-toggle {
    pointer-events: auto !important;
  }
}
/* ====== スマホ用「商品一覧」ドロワー end ====== */

/* ====== ヘッダー上部の固定解除＆余白詰め（再追加 2026-05-04） ====== */
@media (max-width: 767px) {
  .header_top {
    position: relative !important;
    top: auto !important;
  }
  .header_btm {
    padding-top: 0 !important;
  }
  .header_logo {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  #header {
    margin-bottom: 8px !important;
  }
}
/* ====== ヘッダー固定解除＆余白詰め end ====== */

/* kt-hide-signup-login: 会員登録・ログインを非表示（スマホ） */
@media (max-width: 767px) {
  .header_nav_lst_phone ul > li:nth-child(4),
  .header_nav_lst_phone ul > li:nth-child(5) {
    display: none !important;
  }
}



/* kt-header-icons: スマホヘッダーのカート/アカウントをアイコン化（カスタム画像） */
@media (max-width: 767px) {
  .header_nav_lst_phone ul > li:nth-child(2) > a,
  .header_nav_lst_phone ul > li:nth-child(3) > a {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 10px !important;
  }
  .header_nav_lst_phone ul > li:nth-child(2) > a::before,
  .header_nav_lst_phone ul > li:nth-child(3) > a::before {
    content: "" !important;
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
  }
  /* カート (IMG_0195) */
  .header_nav_lst_phone ul > li:nth-child(2) > a::before {
    background-image: url(https://img21.shop-pro.jp/PA01510/228/etc_base64/SU1HXzAxOTU.jpeg) !important;
  }
  /* アカウント (IMG_0198) */
  .header_nav_lst_phone ul > li:nth-child(3) > a::before {
    background-image: url(https://img21.shop-pro.jp/PA01510/228/etc_base64/SU1HXzAxOTg.jpeg) !important;
  }
}


/* kt-header-top-white: スマホヘッダー上部の帯を白に、枠線も消す */
@media (max-width: 767px) {
  .header_top {
    background-color: #fff !important;
    border-bottom: none !important;
    border-top: none !important;
  }
  .header_nav_lst_phone {
    border: none !important;
  }
}


/* kt-logo-3split: スマホでロゴを中央、両端余白の中央にカート/アカウント */
@media (max-width: 767px) {
  /* 白帯をrelativeコンテナ、高56px */
  .header_top {
    position: relative !important;
    height: 56px !important;
    padding: 0 !important;
  }
  /* 中央ロゴ */
  .header_top .kt-logo-in-top {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 3 !important;
    pointer-events: auto !important;
  }
  .header_top .kt-logo-in-top a {
    pointer-events: auto !important;
    display: inline-block !important;
  }
  .header_top .kt-logo-in-top img {
    max-height: 40px !important;
    width: auto !important;
    display: block !important;
  }
  /* 元の下部ロゴを非表示 */
  .header_logo:not(.kt-logo-in-top) {
    display: none !important;
  }
  /* nav_lst_phoneを全幅、li2を左半中央、li3を右半中央に */
  .header_nav_lst_phone {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 56px !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }
  .header_nav_lst_phone ul {
    position: relative !important;
    width: 100% !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .header_nav_lst_phone ul > li:nth-child(2),
  .header_nav_lst_phone ul > li:nth-child(3) {
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: auto !important;
  }
  .header_nav_lst_phone ul > li:nth-child(2) { left: 8% !important; }
  .header_nav_lst_phone ul > li:nth-child(3) { left: 92% !important; }
}


/* kt-icon-tap-fix: タップ時の背景色を透明に */
@media (max-width: 767px) {
  .header_nav_lst_phone ul > li,
  .header_nav_lst_phone ul > li > a,
  .header_nav_lst_phone ul > li > a:hover,
  .header_nav_lst_phone ul > li > a:active,
  .header_nav_lst_phone ul > li > a:focus {
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
  }
}


/* kt-header-fixed: スマホでヘッダーを2段とも固定 */
@media (max-width: 767px) {
  #header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    margin-bottom: 0 !important;
    background-color: #fff !important;
  }
  body {
    padding-top: 108px !important;
  }
  /* ドロワー開き時はスクロールしないのでpadding-top不要 */
  body.kt-drawer-open {
    padding-top: 0 !important;
  }
}


/* kt-logo-tap-priority: ロゴタップを最上位に */
@media (max-width: 767px) {
  .header_top .kt-logo-in-top {
    z-index: 100 !important;
  }
  .header_top .kt-logo-in-top a {
    position: relative !important;
    z-index: 101 !important;
    pointer-events: auto !important;
    display: inline-block !important;
    cursor: pointer !important;
  }
  .header_top .kt-logo-in-top img {
    pointer-events: none !important;
  }
  .header_nav_lst_phone ul > li:nth-child(2),
  .header_nav_lst_phone ul > li:nth-child(3) {
    z-index: 50 !important;
  }
}


/* kt-add-cart-btn: PoC 商品一覧からカート追加 */
.kt-add-cart-btn {
  display: block !important;
  width: 96% !important;
  margin: 8px auto !important;
  padding: 8px 4px !important;
  background-color: #2a4d8f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 11px !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  text-align: center !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}
.kt-add-cart-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* 新着・おすすめ等フッターの小型カード内ではボタン文字を縮小して1行に収める */
.footer_list .kt-add-cart-btn {
  font-size: 9px !important;
  padding: 8px 2px !important;
  letter-spacing: -0.3px !important;
}


/* フッター小型カード:価格欄の高さを2行分確保しボタン位置を揃える */
.footer_list .item_price {
  display: block !important;
  min-height: 2.7em !important;
}


/* kt-product-info : 商品詳細ページ共通の購入前情報ブロック */
.kt-product-info {
  margin: 20px 0;
  padding: 16px 18px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fafafa;
  font-size: 13px;
  line-height: 1.7;
}
.kt-product-info_ttl {
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #2a4d8f;
  font-size: 15px;
  font-weight: bold;
  color: #2a4d8f;
}
.kt-product-info_list { margin: 0; }
.kt-product-info_list dt { font-weight: bold; margin-top: 10px; color: #333; }
.kt-product-info_list dt:first-child { margin-top: 0; }
.kt-product-info_list dd { margin: 2px 0 0; color: #555; }
.kt-product-info_list a { color: #2a4d8f; text-decoration: underline; }


/* kt-cart-badge: カートアイコンの個数バッジ */
.kt-cart-badge {
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  background-color: #e53935 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  border-radius: 9px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  z-index: 60 !important;
  box-sizing: border-box !important;
}


/* kt-cart-modal: カート追加モーダル */
.kt-cart-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
.kt-cart-modal-box {
  background: #fff;
  width: 100%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
  padding: 12px;
  box-sizing: border-box;
}
.kt-cart-modal-close {
  position: absolute;
  top: 8px; right: 8px;
  width: 32px; height: 32px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #555;
  z-index: 1;
}
.kt-cart-modal-loading {
  text-align: center;
  padding: 40px 0;
  color: #888;
}
.kt-cart-modal-product {
  display: flex;
  gap: 12px;
  margin: 16px 0 12px;
}
.kt-cart-modal-img {
  width: 80px; height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  background: #f5f5f5;
  border-radius: 4px;
}
.kt-cart-modal-info {
  flex: 1; min-width: 0;
}
.kt-cart-modal-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
  word-break: break-all;
}
.kt-cart-modal-price {
  font-size: 16px;
  color: #d32f2f;
  font-weight: bold;
}
.kt-cart-modal-qty {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.kt-cart-modal-qty-ctrl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.kt-qty-minus, .kt-qty-plus {
  width: 32px; height: 32px;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.kt-qty-input {
  width: 50px;
  height: 32px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  -moz-appearance: textfield;
}
.kt-qty-input::-webkit-outer-spin-button,
.kt-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}
.kt-cart-modal-terms {
  margin: 12px 0;
  padding: 10px;
  background: #fafafa;
  border-radius: 4px;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}
.kt-cart-modal-terms h4 {
  margin: 0 0 6px;
  font-size: 13px;
}
.kt-cart-modal-terms p {
  margin: 4px 0;
}
.kt-cart-modal-terms a {
  color: #2a4d8f;
  text-decoration: underline;
}
.kt-cart-modal-submit {
  display: block !important;
  width: 100% !important;
  padding: 12px 4px !important;
  background: #2a4d8f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}
.kt-cart-modal-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.kt-cart-modal-stock {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.kt-qty-select {
  height: 36px;
  padding: 0 28px 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  width: 80px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"8\" viewBox=\"0 0 12 8\"><path fill=\"%23555\" d=\"M6 8L0 0h12z\"/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.kt-add-cart-btn-soldout {
  background-color: #999 !important;
  color: #fff !important;
  cursor: not-allowed !important;
  opacity: 0.7 !important;
}


/* kt-freeship-compact: 送料無料バーコンパクト化 */
.freeShippingPopupOuter {
  height: auto !important;
  min-height: 0 !important;
}
.freeShippingPopupOuter .iconArea {
  width: 44px !important;
  height: 44px !important;
}
.freeShippingPopupOuter .iconAreaButton {
  width: 36px !important;
  height: 36px !important;
}
.freeShippingPopupOuter .truckIcon {
  font-size: 20px !important;
}
.freeShippingPopupOuter .freeShippingDetails {
  height: 44px !important;
  padding: 0 0 0 44px !important;
}
.freeShippingPopupOuter .remainingPriceArea {
  font-size: 12px !important;
  height: auto !important;
}
.freeShippingPopupOuter .remainingPrice {
  font-size: 14px !important;
  height: auto !important;
}
.freeShippingPopupOuter .freeShippingText {
  font-size: 12px !important;
  height: auto !important;
}
.freeShippingPopupOuter .hideButtonArea {
  height: 44px !important;
  width: 32px !important;
}
.freeShippingPopupOuter .closeIcon {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .freeShippingPopupOuter .iconArea { width: 36px !important; height: 36px !important; }
  .freeShippingPopupOuter .iconAreaButton { width: 28px !important; height: 28px !important; }
  .freeShippingPopupOuter .truckIcon { font-size: 16px !important; }
  .freeShippingPopupOuter .freeShippingDetails { height: 36px !important; padding: 0 0 0 36px !important; }
  .freeShippingPopupOuter .remainingPriceArea { font-size: 11px !important; }
  .freeShippingPopupOuter .remainingPrice { font-size: 13px !important; }
  .freeShippingPopupOuter .freeShippingText { font-size: 11px !important; }
  .freeShippingPopupOuter .hideButtonArea { height: 36px !important; width: 28px !important; }
  .freeShippingPopupOuter .closeIcon { font-size: 14px !important; }
}


/* kt-toast: カート追加成功トースト */
.kt-toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(40, 167, 69, 0.95);
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 100000;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.kt-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* kt-state-badge: 商品状態バッジ */
.kt-state-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 4px 0;
  justify-content: center;
}
.kt-state-badge {
  display: inline-block;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.4;
}
.kt-state-badge-tokka { background: #d9534f; }
.kt-state-badge-bihin { background: #337ab7; }
.kt-state-badge-playyou { background: #5cb85c; }


/* kt-sns : フッターSNS導線 2026-05-19 */
.kt-sns {
  text-align: center;
  padding: 18px 10px 6px;
}
.kt-sns_link {
  display: inline-block;
  margin: 4px 8px;
  padding: 7px 18px;
  border: 1px solid #2a4d8f;
  border-radius: 4px;
  color: #2a4d8f;
  font-size: 13px;
  text-decoration: none;
}
.kt-sns_link:hover { background: #2a4d8f; color: #fff; }

/* kt-ship-bar : 配送スピード訴求バー 2026-05-19 */
.kt-ship-bar {
  background: #2a4d8f;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  padding: 7px 10px;
}
.kt-ship-bar span {
  display: inline-block;
  margin: 0 12px;
  white-space: nowrap;
}
.kt-ship-bar strong { color: #ffd54a; }
@media (max-width: 768px) {
  .kt-ship-bar { font-size: 11px; }
  .kt-ship-bar span { margin: 2px 6px; }
}

/* kt-nav-kaitori : ヘッダーの買取リンク（販売&#8596;買取の循環を可視化）2026-05-20 */
.kt-nav-kaitori a {
  color: #ffd54a !important;
  font-weight: bold !important;
}
.kt-nav-kaitori a:hover { color: #fff !important; }

/* kt-info-nav : ロゴ下の主要案内ナビ（買取・初めて等）2026-05-20 */
.kt-info-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
}
.kt-info-nav a {
  color: #333;
  text-decoration: none;
  padding: 2px 10px;
}
.kt-info-nav a:hover { color: #2a4d8f; text-decoration: underline; }
.kt-info-nav_sep { color: #ccc; font-size: 11px; }
@media (max-width: 768px) {
  .kt-info-nav { font-size: 12px; gap: 4px; padding: 6px 8px; }
  .kt-info-nav a { padding: 2px 4px; }
}