@media (max-width: 770px) and (min-width: 561px) {
	.header_top_logo { max-width: 30% !important; }
}
@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;
  font-family: "Noto Sans JP", Arial, Helvetica, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}

a {
  color: #333;
  transition: 0.3s ease;
}

a:hover,a:focus {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}

form {
  margin: 0;
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
	box-sizing: border-box;
	width: 100%;
	padding: 0 30px;
}

/* 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;
}
.list {
  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: #fcf6ea;
  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: #3d312c;
  margin-right: 5px;
}

.header_nav_headline li a:hover {
  color: #000;
  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;
	filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.3));
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

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

/* search row under the global menu */
.header_search_row {
  padding: 10px 0 15px;
}
.header_search_form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.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 {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: #dc7c19;
  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_left2 {
  float: left;
  margin: 0;
}

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

.header_nav_phone {
	display: none;
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone .drawer_sns {
	border-bottom: 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: calc(980px + 40px);
	padding: 0 20px;
}

/*
 * 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;
  border-bottom: 1px dashed #D15217;
  padding-bottom: 1em;
}

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

.seller_heading {
}

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

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

/* recommend, new-item */
.recommend_lists {
  display: flex;
  flex-wrap: wrap;
}

.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,
.side_group {
	border-bottom: 1px solid white;
}
.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
	border-bottom: 1px solid #B1B1B1;
}
.side_category_list {
	
}
.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: 70px;
}

.footer_inner {
  max-width: calc(980px + 40px);
	padding: 0 20px;
  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: #dc7c19;
}
.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: #dc7c19;
}

.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: 10px;
}
.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: 140px;
  margin-top: -140px
}

.skpr_box .heading {
  margin-top: 30px;
}

.skpr_box:first-of-type .heading {
  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: 740px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 200px;
  }

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

/* PC only: hide header_mid (menu duplicated to top header) */
@media (min-width: 771px) {
  .header_mid {
    display: none;
  }
  /* PC layout: 3-column grid (logo | main column | icons) */
  .header_top_inner {
    display: grid;
    grid-template-columns: auto 1fr minmax(360px, 520px);
    grid-template-rows: auto;
    align-items: center;
  }
  .header_top_logo { grid-column: 1; grid-row: 1; }
  .header_nav_global { grid-column: 2; grid-row: 1; justify-content: flex-end; padding-right: 0; }
  /* put search+icons in the 3rd column on the same row */
div.header_right ul.header_nav_headline {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header_nav_headline > li.header_nav_search { flex: 1 1 auto; }
  .header_nav_headline > li:not(.header_nav_search) { flex: 0 0 auto; }
  .header_nav_headline .search_form { display: flex; align-items: center; width: 100%; }
  .header_nav_headline .search_form .search_box { width: 100%; }
}

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

@media (max-width: 1230px) {
  .header_nav_global {
    display: none !important;
  }
}

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

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }
  .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_search_row {
    padding: 10px 0 10px;
  }
  .header_search_form {
    justify-content: 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: #dc7c19;
    color: #fff;
    padding: 10px 0 10px 10px;
    border-bottom: none;
  }

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

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
	.footer_sns {
		justify-content: 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: #dc7c19;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
  }

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

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

/*追記 */
.serif {
    font-family: 'Noto Serif JP';
}
#wrapper {
  padding-top: 136px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 51;
}
.header_top {
  height: auto;
  position: inherit;
}
.header_top_inner {
    display: flex;
}
.header_top_logo {
    margin: 10px 0;
    flex-shrink: 0;
}
.header_nav_headline {
  	text-align: center;
    font-size: 10px;
}
.header_nav_headline li span {
    display: block;
}
.header_nav_global li a i {
    vertical-align: 10%;
}
.header_nav_headline .headline_viewcart {
    border-left: none;
    padding-left: 5px;
    position: relative;
}
.header_nav_headline .headline_viewcart a {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.headline_viewcart .cart_icon {
    position: relative;
    display: inline-block;
}
.headline_viewcart .cart_count_icon {
    position: absolute;
    top: -8px;
    right: -12px;
}
ul.header_nav_global_right {
  margin-left: 2em;
}
ul.header_nav_headline {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header_nav_global {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: space-between;
}
.header_nav_global li a {
    padding: 10px 0;
    display: block;
}
.header_nav_global_left2 {
    float: inherit;
    display: flex;
    align-items: flex-start;
}
ul.header_nav_global_left2 li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    position: relative;
}
.header_nav_global .header_nav_global_box {
  width: 120%;
  position: absolute;
  top: 39px;
  left: -10%;
  padding: 0;
  background: none;
  border: none;
}
.header_nav_global_box_lists {
  text-align: center;
  font-size: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.2));
  position: relative;
}
ul.header_nav_global_left2 .header_nav_global_box_lists li {
  padding: 0;
  border-bottom: #f7ddd3 1px solid;
}
ul.header_nav_global_left2 .header_nav_global_box_lists li:last-child {
  border-bottom: none;
}
.header_nav_global li .header_nav_global_box_lists a {
	padding-left: 1em;
	padding-right: 1em;
}
.header_nav_global_box li a:hover {
  background: rgba(209,82,23,0.2);
  color: #333;
  opacity: 1;
}
.header_nav_global_box_detail {
  background: none;
}
.header_nav_global_right li {
    display: inherit !important;
}
.header_nav_global_right {
    float: inherit;
    display: flex;
    align-items: center;
    margin: 0;
}
.header_mid {
    top: 98px;
    height: auto;
    position: inherit;
}
.header_arrow {
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent transparent #506946 #506946;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 10px;
}
.header_nav_search .search_form {
    padding-top: 0;
    display: flex !important;
}
.header_ttl {
  margin-bottom: 0;
  background: #dc7c19;
  font-size: 10px;
  color: #fff;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}
.header_ttl span {
  /* max-width: 980px; */
  margin: 0 auto;
  display: block;
}
.btn_search {
  background: #fff;
  padding: 2px 5px 2px 3px;
  border-right: 1px solid #B1B1B1;
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  border-left: none;
  border-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 35px;
}
input.search_box {
  width: 200px;
  border-bottom: 1px solid #B1B1B1;
  border-top: 1px solid #B1B1B1;
  border-right: none;
  border-left: 1px solid #B1B1B1;
  border-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.btn_search .icon-lg-b {
/*
  background: url('https://file003.shop-pro.jp/PA01475/952/images/common/ico_search.svg') no-repeat center;
  background-size: 14px auto;
*/
}
.cart_icon {
  position: relative;
  display: inline-block;
}
.cart_count_icon {
  font-style: normal;
  font-weight: bold;
  position: absolute;
  top: -3px;
  right: -5px;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #d15217;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  border: 1px solid #d15217;
  z-index: 1;
}
ul.header_nav_global_left2 li {
  position: relative;
}
.header_nav_global_box {
  width: auto;
  height: auto;
  background-color: #d15217;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 3px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_detail {
  padding: 0;
}
ul.header_nav_global_left2 .header_nav_global_box_lists li {
  position: relative;
}
ul.header_nav_global_left2 li:hover .header_nav_global_box{
  visibility: visible;
  opacity: 1;
}
ul.header_nav_global_box_list {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  border-left: 1px solid #b1b1b1;
}
ul.header_nav_global_left2 .header_nav_global_box_lists ul.header_nav_global_box_list li {
  background: rgba(209,82,23,0.2);
  border-bottom: 1px solid #fff;
}
ul.header_nav_global_left2 .header_nav_global_box_lists ul.header_nav_global_box_list li:last-child {
  border-bottom: none;
}
ul.header_nav_global_left2 .header_nav_global_box_lists li:hover ul.header_nav_global_box_list {
  display: block;
}
.btn_search:hover, 
.btn_search:focus, 
.btn_search:active, 
.btn_search.active, 
.btn_search.disabled, 
.btn_search[disabled] {
  background: #e4d5c5;
}
.category_sp {
  display: none;
}
/* side */
.main .side_category .side_category_heading,
.main .side_group .side_group_heading {
  font-size: 14px;
  background: #dc7c19;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: none;
}
.side_banner_bottom {
  margin-top: 60px;
}
.side_banner a {
  display: block;
}
.list_link {
  padding: 10px 0;
}
.list_link_name {
  padding-right: 0;
}
.lists > .list > .list_link {
  position: relative;
  display: flex;
  align-items: center;
}
.lists > .list > .list_link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color:  #dc7c19 #dc7c19 transparent transparent;
  transform: rotate(45deg);
}
.side_category_lists .list_link,
.side_group_lists .list_link {
	padding: 6px 3em 6px 0;
}
.side_category_list_img {
  margin-right: 10px;
}
.side_category_list_img img {
  width: 36px;
  height: 36px;
}
.lists > .list > ul {
  border-top: 1px solid #B1B1B1;
}
.side_subcategory_list {
  border: none;
}
.lists > .list > ul li {
  border-bottom: dashed 1px #B1B1B1;
  padding-left: 46px;
}
.lists > .list > ul li:last-of-type {
	border-bottom: 0;
}
.lists > .list > ul li:hover {
  background: #f7ddd3;
}
.lists > .list > ul a {
  padding: 8px 0;
}
.lists > .list > ul a .list_link_name::before {
  content: "-";
  margin-right: 5px;
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0; */
}
.side_group_list {
  border-bottom: 1px solid #B1B1B1;
}
.side .unstyled img {
  margin-bottom: 0;
}
/* footer */
.footer_nav {
  background: #fcf6ea;
}
.footer_nav_shopinfo_img span {
  color: #d05217;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.footer_sns {
  margin: 0;
  list-style: none;
  display: flex;
}
.footer_sns ul {
  list-style: none;
  margin: 0 0 20px;
  display: flex;
}
.footer_sns li {
  margin-right: 1em;
}
.footer_sns li:last-of-type {
	margin-right: 0;
}
.footer_nav_shopinfo_caption {
  padding: 0;
  color: #506946;
  margin-bottom: 20px;
}
.footer_nav_shopinfo_caption span {
    padding: 0;
    color: #506946;
    font-weight: bold;
    margin-bottom: -15px;
    display: block;
  }

.footer_nav_shopinfo_memo {
  padding-left: 0;
}
.footer_pagetop {
  position: fixed;
  right: 2%;
  bottom: 2em;
  width: 40px;
  height: 40px;
}
.footer_copyright {
  text-align: center;
  padding: 0.5em 0;
  width: 100%;
  background: #dc7c19;
  color: #fff;
  max-width: inherit;
}
.footer_nav > .footer_inner {
  display: flex;
  justify-content: space-between;
}
.footer_nav_shopinfo {
  max-width: 210px;
}
.footer_nav_list_link {
  font-size: 12px;
  color: #333;
}
.footer_nav_list_link:hover {
  color: #333;
}
.footer_nav_menu_left span {
  font-size: 10px;
  display: block;
}
.footer_nav_menu_left {
  max-width: 220px;
}
.footer_nav_shopinfo_img {
  margin-bottom: 20px;
}
.footer_nav_menu_middle {
  display: flex;
}
.footer_nav_menu_middle .footer_nav_lists {
  margin-right: 3em;
}
.footer_nav_menu_middle .footer_nav_lists:last-child {
  margin-right: 0;
}
.footer_nav_menu_left li {
  margin-bottom: 10px;
}
.footer_checked,
.footer_banner {
  max-width: calc(980px + 40px);
  padding: 0 20px;
}
.footer_banner {
  margin-bottom: 60px;
}
/* fav_icon */
.recommend_list, .new-item_list {
  font-size: 14px;
}
.item_price_box {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  align-items: center;
}
.item_fav button {
  background: none;
  border: none;
}
.item_fav .fav_icon {
  width: 16px;
  height: 16px;
  background: url(https://img21.shop-pro.jp/PA01475/952/etc/fav%402x.png?cmsp_timestamp=20211118225443) no-repeat;
  background-size: 16px auto;
  display: block;
}
.item_fav .is-added .fav_icon {
  background: url(https://img21.shop-pro.jp/PA01475/952/etc/fav_add%402x.png?cmsp_timestamp=20211118225537) no-repeat;
  background-size: 16px auto;
}
.item_image_wrap {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, .03);
}
.item_image_wrap:after {
  display: block;
  padding-top: 100%;
  content: '';
}
.item_image_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
._common_ttl {
  font-size: 32px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
}
/* パンクズ */
ul.pankuzu_lists {
  max-width: calc(980px + 100px);
  margin: 20px auto;
}
ul.pankuzu_lists > li {
  font-size: 12px;
}
/* about */
.about_hero {
  margin-bottom: 70px;
}
.about_inner {
  background: #F8EFDA;
  padding-bottom: 80px;
  margin-bottom: 50px;
}
.about_hero_ttl {
  position: relative;
  color: #fff;
  font-size: 36px;
  text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
  margin-top: 0;
}
.about_ttl_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 36;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
}
.about_ttl_small {
  display: block;
  font-size: 22px;
}
.about_hero_slogan {
  font-size: 26px;
  text-align: center;
  background: #fff;
  padding: 50px 0;
  max-width: 740px;
  margin: 0 auto 30px;
  position: relative;
  top: -60px;
  margin-bottom: -30px;
}
.about_hero_slogan:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #D15217;
}
.about_hero_slogan:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  border: 1px solid #D15217;
}
.about_hero_detail {
  max-width: 640px;
  margin: 0 auto;
}
.about_hero_images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.about_hero_image {
  width: 48%;
}
.about_detail_txt {
  line-height: 1.8;
}
.about_point {
  max-width: 840px;
  margin: 0 auto 50px;
  background: #fff;
}
.about_point3 {
  margin: 0 auto;
}
.about_point_ttl {
  position: relative;
  color: #fff;
  font-size: 36px;
  text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
.about_point .about_ttl_small {
  font-family: "Noto Sans JP", Arial, Helvetica, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  margin-top: 25px;
  font-weight: normal;
  line-height: 1.8;
}
.about_point_inner {
  padding-bottom: 50px;
}
.about_point_inner dl {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CBCBCB;
  position: relative;
}
.about_point_inner dl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #D15217;
  width: 2px;
  height: calc(100% - 15px);
}
.about_point_inner dt {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-left: 20px;
}
.about_point_inner dd {
  margin-left: 20px;
  line-height: 1.8;
}
.about_point2 .about_point_inner dl:before {
  display: none;
}
.about_point2 .about_point_inner dl {
  justify-content: space-between;
  display: flex;
}
.about_point2 .about_point_inner dt {
  margin-left: 0;
  margin-bottom: 0;
  width: 240px;
  text-align: center;
}
.about_point2 .about_point_inner dt img {
  width: 135px;
}
.about_point2 .about_point_inner dd {
  width: 500px;
}
.about_point2 .about_point_inner dd span {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
}
.about_point2 .about_point_inner dd span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 40px;
  height: 2px;
  background: #D15217;
}
/* faq */
.qa_ttl {
  font-size: 22px;
  font-weight: normal;
  color: #D15217;
  background: #F8EFDA;
  padding: 5px 20px;
  margin-bottom: 30px;
}
.qa_inner {
  margin-bottom: 60px;
}
.qa_content dl {
  max-width: calc(840px + 120px);
  padding: 0 60px;
  margin: 0 auto 20px;
  /* padding-bottom: 20px; */
  border-bottom: #CBCBCB;
  position: relative;
  /* border-bottom: 1px solid #CBCBCB; */
}
.qa_content dl:before {
  content: "";
  position: absolute;
	top: 0px;
	left: 20px;
	background: url(https://file003.shop-pro.jp/PA01475/952/images/faq/ico_faq_q.svg) no-repeat;
	background-size: 20px auto;
	width: 25px;
	height: 25px;
}
.qa_content dd {
  margin-left: 0px;
  line-height: 1.8;
  padding-bottom: 20px;
  border-bottom: 1px solid #CBCBCB;
}
.qa_content dt {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}


/* カレンダー */
.side_section_cal {
	background: #fff;
	padding: 5px;
	margin: 20px auto 0;
	max-width: 245px;
}
.tbl_calendar {
	border: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
.tbl_calendar caption {
	margin-bottom: 5px;
}
.tbl_calendar th, .tbl_calendar td {
	padding: 4px !important;
	text-align: center !important;
	border-bottom: 1px solid #ccc !important;
}
.side_cal_memo {
	font-size: 12px;
	margin-top: 10px;
}

@media (max-width: 980px) {
  /* header */
  .header_top {
    border-bottom: none;
  }
  .header_top_inner {
    display: flex !important;
    align-items: center;
  }
  .header_right {
    margin-left: auto;
    display: flex !important;
    align-items: center;
    gap: 10px;
  }
  .header_icons {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
  }
  .drawer_bg {
    background: #f7eed9;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
  }
  .drawer_bg.show {
    opacity: 1;
    z-index: 6;
  }
  .header_nav_lst_phone {
    position: fixed;
    left: inherit;
    right: -300px;
    top: 137px;
    display: block;
    margin-left: inherit;
    width: 100%;
		max-width: 300px;
    height: calc(100% - 137px);
    border: none;
    background: #fff;
    transition: all 0.6s;
    overflow: auto;
    filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.2));
  }
  .header_nav_lst_phone_inner {
		padding-bottom: 50px;
    overflow-y: scroll;
  }
  .header_nav_lst_phone.show {
    right: 0;
  }
  /* .contents, .side,
  .footer_heading,
  .footer_checked {
      padding-right: 2%;
      padding-left: 2%;
  } */
  .footer_banner {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .footer_banner img {
    width: 100%;
  }
  .footer_nav {
    padding: 30px 0;
  }
  /*　ハンバーガーボタン　*/
  .header_nav_phone {
    height: auto;
    margin-left: 0;
  }
  .menu_btn {    
    margin: 0;
    width: 72px;
    height: 72px;
    background: #FBE7D5;
  }
  .hamburger {
    display: block;
    width: 72px;
    height: 72px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: 0;
  }
  .hamburger i {
    display : block;
    position: absolute;
    width   : 28px;
    height  : 2px ;
    left: 0;
    right: 0;
    margin: 0 auto;
    background : #D05217;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger i:nth-child(1) {
    top: 1.75em;
  }
  .hamburger i:nth-child(2) {
    top: 2.7em;
  }
  .hamburger i:nth-child(3) {
    top: 3.6em;
  }
  /* ナビ開いてる時のボタン */
  .active .hamburger i:nth-child(1) {
    top: 2.7em;
    left: 0px;
    background :#D05217;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .active .hamburger i:nth-child(2),
  .active .hamburger i:nth-child(3) {
    top: 2.7em;
    width: 28px;
    background: #D05217;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  .lists > .list > ul {
    border-top: none;
  }
  .drawer_search {
    padding: 15px 0;
  }
  .search_form {
    float: inherit;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_nav_phone .heading {
    padding: 15px;
  }
  .header_nav_phone .heading span {
    position: relative;
    padding-right: 15px;
  }
  .header_nav_phone .heading span:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 10px;
    transition: all .3s;
  }
  .header_nav_phone .heading.open span:after {
    transform: rotate(135deg);
    top: 10px;
  }
  .header_nav_phone .heading span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
  }
  .header_nav_lst_phone .side_category_lists,
  .header_nav_lst_phone .side_group_lists {
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    display: none;
  }
  .header_nav_lst_phone .side_group {
    margin-top: 0;
  }
  .header_nav_lst_phone .side_group_lists > li {
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 0;
  }
  .header_nav_lst_phone a:hover {
    background: none;
    color: #333;
  }
  .header_nav_lst_phone .lists a:hover {
    text-decoration: none;
  }
  .header_nav_lst_phone .drawer_links {
    width: 80%;
    margin: 10px auto;
  }
  .header_nav_lst_phone .drawer_links > li {
    border: none;
    text-align: left;
  }
  .header_nav_lst_phone li {
    text-align: left;
  }
  .header_nav_lst_phone .drawer_banner {
    width: 80%;
    margin: 0 auto;
  }
  .header_nav_lst_phone .drawer_banner img {
    width: 100%;
  }
  .header_nav_lst_phone .drawer_sns {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .header_nav_lst_phone .drawer_sns li {
    margin: 0 0.5em;
  }
  .tbl_calendar {
    margin: 0 auto;
  }
  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_new-item_heading,
  .footer_checked_heading{
    background-color: #dc7c19;
    color: #fff;
    padding: 10px 0 10px 10px;
    border-bottom: none;
  }
}
@media screen and (max-width: 959px){
  .footer_nav_lists:nth-child(2) {
    display: none;
  }
  .footer_checked {
    border-bottom: none;
  }
  ._common_ttl {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
  }
  /* about */
  .about_point {
    margin: 0 20px 40px;
  }
  .about_inner {
    padding-bottom: 20px;
  }
  .about_hero_slogan {
    width: 94%;
  }
  .about_hero_ttl,
  .about_point_ttl {
    font-size: 28px;
    margin-top: 0;
  }
  .about_ttl_small {
    font-size: 18px;
  }
  .about_point .about_ttl_small {
    font-size: 13px;
  }
  .about_hero {
    margin-bottom: 50px;
  }
  .about_hero_detail{
    max-width: 90%;
  }
  .about_point_inner {
    padding: 0 20px 30px;
  }
  .about_point2 .about_point_inner dt {
    width: 30%;
  }
  .about_point2 .about_point_inner dd {
    width: 70%;
  }
  /* qa */
  .qa {
    margin-bottom: 70px;
  }
  .qa_inner {
    margin-bottom: 40px;
  }
  .qa_ttl {
    font-size: 20px;
  }
}


@media (max-width: 840px) and (min-width: 771px) {
	.header_nav_search {
		display: none !important;
	}
	.header_nav_phone {
		display: inherit !important;
		flex-shrink: 0;
	}
	.header_top_inner.container {
		display: flex !important;
		align-items: center;
		flex-wrap: nowrap !important;
		padding: 0 10px !important;
		max-width: 100% !important;
	}
	.header_top_logo {
		max-width: 150px !important;
		flex-shrink: 1 !important;
		margin: 10px 5px !important;
		min-width: 120px !important;
	}
	.header_top_logo img {
		width: 100% !important;
		height: auto !important;
		max-width: 150px !important;
	}
	.header_right {
		margin-left: auto !important;
		display: flex !important;
		align-items: center;
		gap: 3px !important;
		flex-wrap: nowrap !important;
		flex-shrink: 0 !important;
	}
	.header_icons {
		display: flex !important;
		align-items: center;
		gap: 3px !important;
		margin: 0 !important;
		flex-wrap: nowrap !important;
		flex-shrink: 0 !important;
	}
	.header_icons > li {
		flex-shrink: 0 !important;
	}
	.header_icons > li a {
		padding: 0 2px !important;
	}
	.header_icons > li a span {
		font-size: 8px !important;
	}
	.lists > .list > .list_link {
    min-height: 35px;
	}
}

@media (max-width: 840px) {
	.header_nav_search {
		display: none !important;
	}
	.header_nav_phone {
		display: inherit !important;
		flex-shrink: 0;
	}
	.header_top_inner {
		display: flex !important;
		align-items: center;
		flex-wrap: nowrap;
	}
	.header_right {
		margin-left: auto;
		display: flex !important;
		align-items: center;
		gap: 5px;
		flex-wrap: nowrap;
		flex-shrink: 0;
	}
	.header_icons {
		display: flex !important;
		align-items: center;
		gap: 5px;
		margin: 0 !important;
		flex-wrap: nowrap;
		flex-shrink: 0;
	}
	.header_icons > li {
		flex-shrink: 0;
	}
	.container {
		padding-right: 0;
	}
	.lists > .list > .list_link {
    min-height: 35px;
	}
}

@media screen and (max-width: 770px) {
  #header .header_nav_global { display: none; }
  /* SP: icons vertical layout (icon on top, text below) */
  .header_top_inner {
    display: flex !important;
    align-items: center;
  }
  .header_right {
    margin-left: auto;
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding-right: 24px;
  }
  .header_icons {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
  }
  .header_icons > li a { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; }
  .header_icons > li a i { margin-bottom: 2px; }
  .header_icons > li a span { display: block !important; font-size: 10px; }
  .header_mid {
    display: block;
    border-top: 1px solid white;
    border-bottom: none;
    z-index: 9;
  }
  .header_mid_inner {
    display: none;
  }
  #wrapper {
    padding-top: 130px;
  }
  .header_nav_lst_phone {
    top: 131px;
		height: calc(100% - 130px);
  }
  .header_nav_global_right  {
    display: none;
  }
  .category_sp {
    display: flex;
    background: #FBE7D5;
    margin: 0;
    justify-content: space-between;
    text-align: center;
    border-top: 1px solid #D05217;
    border-bottom: 1px solid #D05217;
  }
  .category_sp li {
    width: calc(100% / 3);
    border-right: 1px solid #D05217;
  }
  .category_sp li:last-child {
    border-right: none;
  }
  .category_sp li a {
    display: flex;
		align-items: center;
		justify-content: center;
		height: 30px;
  }
}
@media screen and (max-width: 760px){
  .footer_nav > .footer_inner {
    justify-content: center;
	}
	.footer_nav_menu_left {
		margin-left: 20px;
	}
  .footer_nav_menu_middle {
    display: none;
  }
}
@media screen and (max-width: 559px){
	
	.main {
		padding: 0 20px;
	}
  .header_top_inner {
    display: flex !important;
    align-items: center;
  }
  .header_right {
    margin-left: auto;
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
  .header_icons {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
  }
  ul.header_nav_headline {
    margin: 8px 0 6px;
    margin-left: auto;
  }
  .menu_btn {
    width: 60px;
    height: 60px;
  }
  #wrapper {
    padding-top: 118px;
  }
	.header_nav_phone {
		display: none;
	}
  .header_mid {
    top: 85px;
  }
	.header_nav_lst_phone {
    top: 118px;
    height: calc(100% - 118px);
	}
  .hamburger {
    width: 60px;
    height: 60px;
  }
  .header_top_logo {
    width: 30%;
  }
  .hamburger i:nth-child(1) {
    top: 19px;
  }
  .hamburger i:nth-child(2) {
    top: 29px;
  }
  .hamburger i:nth-child(3) {
    top: 39px;
  }
  .active .hamburger i:nth-child(1) {
    top: 29px;
  }
  .active .hamburger i:nth-child(2),
  .active .hamburger i:nth-child(3) {
    top: 29px;
  }
	
	
  .footer_nav_menu_left {
    display: none;
  } 
  .footer_nav_shopinfo {
      margin: 0 auto;
  }
  .footer_sns ul {
      justify-content: center;
      width: 100%;
  }
  .recommend_list, .new-item_list {
    margin-bottom: 15px;
  }
  .footer_nav_shopinfo {
    padding: 0;
  }
  .footer_banner {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .footer_checked {
    margin-bottom: 20px;
  }
	
	.seller_lists {
		flex-wrap: wrap;
	}
  /* about */
  .about_page .main {
    padding: 0;
  }
  .free1 {
    padding: 0;
  }
  .about_hero_slogan {
    font-size: 22px;
    top: -30px;
    margin-bottom: -10px;
    padding: 30px 0;
  }
  .about_hero_slogan:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .about_hero_slogan:after {
    width: calc(100% - 18px);
    height: calc(100% - 18px);
  }
  .about_ttl_small {
    font-size: 12px;
  }
  .about_hero_ttl,
  .about_point_ttl {
    font-size: 20px;
    margin-top: 0;
  }
  .about_point .about_ttl_small {
    font-size: 12px;
    margin-top: 10px;
  }
  .about_hero_slogan {
    width: 96%;
  }
  .about_point_inner dt {
    font-size: 18px;
    line-height: 1.4;
  }
  .about_point_inner {
    padding: 0 20px 10px;
  }
  .about_point2 .about_point_inner dl {
    flex-direction: column;
  }
  .about_point2 .about_point_inner dt {
    width: 100%;
    margin-bottom: 15px;
  }
  .about_point2 .about_point_inner dd {
    width: 100%;
    margin-left: 0;
  }
  .about_point2 .about_point_inner dd span {
    font-size: 18px;
  }
  /* qa */
  .qa_ttl {
    margin-bottom: 20px;
  }
  .main .heading {
    padding: 0 5px;
  }
  .qa_content dl {
    padding: 0 30px;
  }
  .qa_content dt {
    font-size: 16px;
  }
  .qa_content dl:before {
    left: 5px;
  }
}
@media screen and (max-width: 320px){ 
  .about_hero_slogan {
    font-size: 17px;
  }
  .about_point_ttl {
    font-size: 18px;
    margin-top: 0;
  }
  .about_point .about_ttl_small {
    font-size: 10px;
  }
}

/* ----- PC header layout: Menu (top) + Search (bottom) stacked on left, icons on right ----- */
@media (min-width: 771px) {
  .header_top_inner { display: grid !important; grid-template-columns: auto 1fr; align-items: center; margin:0.5rem 0;}
  .header_right { grid-column: 2; display: grid !important; grid-template-columns: 1fr auto; grid-template-rows: auto auto; column-gap: 24px; align-items: center; padding-right: 24px;}
  .header_right .header_nav_global { grid-column: 1; grid-row: 1; justify-content: flex-end !important; width: auto !important; margin-bottom: 5px; }
  .header_right .header_nav_headline { grid-column: 1 !important; grid-row: 2 !important; margin-left: auto !important; width: auto !important; justify-content: flex-end !important; max-width: 250px; }
  .header_right .header_icons { grid-column: 2; grid-row: 1 / 3; display: flex !important; align-items: center; justify-content: flex-end; gap: 16px; }
  .header_icons > li { margin: 0 !important; }
  .header_icons > li a { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; }
  .header_icons > li a i { margin-bottom: 4px; }
  .header_icons > li a span { display: block !important; }
  .header_right .header_nav_headline .search_form { display: flex; width: 100%; }
  .header_right .header_nav_headline .search_box { width: 100%; max-width: 250px; }
}