@charset "euc-jp";

body {
  background-color: < {
    $page_bgcolor
  }

  >;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);

  color: < {
    $font_color
  }

  >;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
	-webkit-tap-highlight-color:transparent;
tap-highlight-color:transparent;
}

a {
  color: < {
    $link_normal
  }

  >;
	color: #333;
}

a:hover {
  color: < {
    $link_hover
  }

  >;
  text-decoration: none;
	color: #e35205;/*#333¤«¤éÊÑ¹¹*/
}

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: < {
    $key_color
  }

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

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: < {
    $key_color
  }

  >;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}

.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}

.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

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

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

.header_nav_global_right {
  float: right;
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social>li {
  padding: 0;
}

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

.header_btm {
  max-width: 980px;
  padding-top: 101px;
  margin: 0 auto;
}

.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}

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

/*
 * 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&#239;&#188;?seller&#239;&#188;? */
.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: 5px 20px;
  position: absolute;
  top: 0;
  /*-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:nth-child(n+2) {
  padding-top: 10px;
} */
.side_subcategory_lists li a {
  /* padding: 5px 0; */
  padding: 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: < {
    $key_color
  }

  >;
}

.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.icon-lg-w.icon-chevron_up {
  margin: 0 0 0 5px;
}

.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;

  background-color: < {
    $sub_key_color
  }

  >;
}

h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}

.footer_notice_lists {
  margin: 0;
}

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

@media screen and (min-width: 768px) {
  .footer_inner .col-lg-3 {
    width: calc((100% - 120px) / 3);
  }

  .footer_inner .col-lg-3:nth-child(n+2) {
    margin-left: 60px;
  }
}

.footer_notice_list_dt:first-child {
  padding: 0;
}

.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: < {
    $key_color
  }

  >;
}

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

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

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

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

@media (max-width: 980px) {

  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

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

  .header_nav_phone {
    margin-right: 10px;
  }

  .header_nav_phone {
    margin-right: 0;
  }

  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {

  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }

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

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

  .header_logo {
    float: none;
  }

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

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }

  .search_box {
    width: 75%;
    float: left;
  }

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

  .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: < {
      $key_color
    }

    >;
    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;
    margin-bottom: 0;
  }

  .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: < {
      $key_color
    }

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

  .footer_checked_lists {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .side_banner_list:first-child {
    margin-top: 0;
  }
}












































.l-sp-header-cart-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-sp-header-cart-btn {
    display: block;
    margin-right: 10px;
  }
}

.l-sp-header-cart-btn__link {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-sp-header-cart-btn form {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .l-sp-header-cart-btn__link {
    height: 40px;
  }
}

.l-sp-header-cart-btn__count {
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 3px 2px 0px 2px;
  height: 14px;
  min-width: 14px;
  border-radius: 10px;
  line-height: 1;
  font-size: 10px;
  background: #b60000;
  color: #ffffff;
  text-align: center;
}

.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .l-menu-btn {
    display: block;
    position: absolute;
    top: -15px;
    right: -70px;
    width: 70px;
    height: 70px;
  }
}

.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  left: 24px;
  width: 24px;
  height: 1px;
  background-color: #000000;
}

.l-menu-btn span:nth-of-type(1) {
  top: 28px;
}

.l-menu-btn span:nth-of-type(2) {
  top: 38px;
}

.l-menu-btn.is-on {
  top: 0;
  /* right: -15px; */
}

.l-menu-btn.is-on:focus {
  border: none;
}

.l-menu-btn.is-on span:nth-of-type(1) {
  top: 8px;
  transform: translate(-10px, 20px) rotate(-30deg);
}

.l-menu-btn.is-on span:nth-of-type(2) {
  top: 48px;
  transform: translate(-10px, -20px) rotate(30deg);
}

/********** ??&#161;&#227;?&#164;&#227;?&#179;&#227;????? **********/
.l-main-navi {
  flex: 1;
  display: flex;
  align-items: center;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-main-navi {
    display: none;
    background: #ffffff;
  }
}

@media screen and (min-width: 1031px) {
  .l-main-navi {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    box-sizing: border-box;
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 90px;
    left: 0;
    padding: 0 20px 0 20px;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list {
    display: block;
  }
}

.l-main-navi-list {
  display: flex;
  justify-content: center;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .l-main-navi-list {
    margin-left: 200px;
  }
}

.l-main-navi-list__item {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .l-main-navi-list__item {
    margin-right: 0;
  }
}

.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 5px 30px 5px 10px;
  border: 0;
  font-size: 16px;
  font-weight: normal;
  /* font-family: "Noto Serif JP", "&#230;&#184;&#184;&#230;?????&#228;&#189;?", "Yu Mincho", YuMincho, serif; */
  font-family: "????????????&#232;¡ø???? ProN W3", "Hiragino Kaku Gothic ProN", "??&#161;&#227;?&#164;&#227;?????", "Meiryo", "Lucida Grande", sans-serif;
  background: transparent;
  color: #2d2d2d;
  text-align: center;
  transition: all ease 0.2s;
}

@media screen and (max-width: 767px) {
  .l-main-navi-list__link {
    padding: 22px 45px 18px 0px;
    width: 100%;
    font-size: 20px;
    text-align: left;
  }
}

.l-main-navi-list__link:hover:before,
.l-main-navi-list__link.is-on:before {
  border-right-color: #2d2d2d;
  border-bottom-color: #2d2d2d;
}

.l-main-navi-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #e35205;
  border-bottom: 1px solid #e35205;
  transform: rotate(45deg);
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}

.l-main-navi-list__link:hover:before {
  border-color: #e35205;
}

@media screen and (max-width: 767px) {
  .l-main-navi-list__link:before {
    right: 10px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }
}

.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: 0px;
}

.l-main-navi__overlay {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1023px) {
  .l-main-navi__overlay {
    top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .l-main-navi__overlay {
    display: none !important;
    top: 70px;
  }
}

.l-sp-main-navi__overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .l-sp-main-navi__overlay.is-on {
    display: block;
    animation: anime-fade 0.2s ease forwards;
  }
}

@keyframes anime-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/********** ?????&#173;&#227;?????????????&#179;&#227;?&#161;&#227;????\&#227;?? **********/
.l-dropdown-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10000;
  padding: 60px 0 40px 0;
  width: 100%;
  background: #eeeeee;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
  .l-dropdown-menu {
    top: 90px;
    padding: 30px 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-dropdown-menu {
    position: static;
    margin-bottom: 20px;
    padding: 0;
    width: auto;
    background: transparent;
    color: #2d2d2d;
    box-shadow: none;
  }
}

.l-dropdown-menu-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-dropdown-menu-list {
    display: block;
    padding: 10px 0;
  }
}

.l-dropdown-menu-list__item {
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  width: 25%;
  font-size: 14px;
  font-weight: 300;
  word-break: break-all;
}

@media screen and (max-width: 1023px) {
  .l-dropdown-menu-list__item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__item {
    margin-bottom: 0;
    padding-right: 0;
    width: auto;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__link {
    display: block;
    color: #2d2d2d;
    padding: 18px 0;
  }
}

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

  .l-dropdown-menu-list__link:hover,
  .l-dropdown-menu-list__link:focus {
    color: #2d2d2d;
  }
}

/***** SP ??????????????? *****/
.l-sp-header-help {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-sp-header-help {
    display: block;
    margin-top: 45px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 45px 20px;
    background: #f6f6f6;
  }
}

.l-sp-header-help-box {
  padding-bottom: 30px;
}

.l-sp-header-help__ttl {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
}

.l-sp-header-help-list {
  margin-left: 5px;
  margin-right: 5px;
}

.l-sp-header-help-list__link {
  display: block;
  padding: 12px 13px;
  font-size: 13px;
  font-family: "????????????&#232;¡ø???? ProN W3", "Hiragino Kaku Gothic ProN", "??&#161;&#227;?&#164;&#227;?????", "Meiryo", "Lucida Grande", sans-serif;
}

/***** SP SNS *****/
.l-sp-header-sns-list {
  display: none;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .l-sp-header-sns-list {
    display: flex;
    padding-top: 15px;
  }
}

.l-sp-header-sns-list__item {
  margin-right: 25px;
}

.l-sp-header-sns-list__item:last-child {
  margin-right: 0;
}

/***** SP &#230;&#164;?&#231;¡­? *****/
.l-sp-header-search {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-sp-header-search {
    display: block;
    /* margin-bottom: 30px; */
  }
}

.l-sp-header-search__btn img {
  width: 25px;
}

.l-sp-header-search__form {
  box-sizing: border-box;
  display: flex;
  position: relative;
  border: 1px solid #000000;
  border-radius: 25px;
}

.l-sp-header-search__form input::placeholder {
  color: #777777;
}

.l-sp-header-search__form input:-ms-input-placeholder {
  color: #777777;
}

.l-sp-header-search__form input::-ms-input-placeholder {
  color: #777777;
}

.l-sp-header-search__input {
  flex: 1;
}

.l-sp-header-search__input input {
  box-sizing: border-box;
  padding: 12px 50px 12px 15px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 25px;
  background: transparent;
}

.l-sp-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 25px;
  background: none;
}

.l-sp-header-search__submit img {
  width: 25px;
}

.l-header-cart {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .l-header-cart {
    display: none;
  }
}

.l-header-cart a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
}

.l-header-cart button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-header-cart form {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .l-header-cart a {
    width: 50px;
  }

  .l-header-cart button {
    width: 50px;
  }
}

.l-header-cart-btn img {
  width: 23px;
}

.l-header-cart-btn__count {
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 3px 2px 0px 2px;
  height: 14px;
  min-width: 14px;
  border-radius: 10px;
  line-height: 1;
  font-size: 10px;
  background: #b60000;
  color: #ffffff;
  text-align: center;
}

/***** SNS?????&#179;&#227;?? *****/
.l-sns-navi {
  position: fixed;
  left: 30px;
  top: 40%;
}

@media screen and (max-width: 1023px) {
  .l-sns-navi {
    position: static;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .l-sns-navi-list {
    display: flex;
    justify-content: center;
  }
}

.l-sns-navi-list__item {
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .l-sns-navi-list__item {
    margin-right: 20px;
  }
}

.l-sns-navi-list__item:last-child {
  margin: 0;
}









































.head-text {
  font-size: 14px;
  color: #fff;
  background-color: #e35205;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-text.is-on {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 940px; */
  max-width: 980px;
  height: 75px;
  margin: auto;
}

#header.is-open {
  top: 30px;
  background: #fff;
}

.header_logo {
  padding-top: 20px;
  width: 225px;
}

.header_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header_btm {
  padding-top: 0;
  margin: 0;
  width: fit-content;
}

.header_top {
  background: #fff;
  top: 30px;
}

.header_nav_global_social li:nth-child(n+2) {
  margin-left: 10px;
}

.header_top .header_nav_global_left,
.header_nav_global_right {
  float: none;
}

.header_mid_cmspbar,
.header_top_cmspbar {
  position: relative;
}

.header_mid_inner,
.header_top_inner {
  width: fit-content;
  margin: 0;
}

.header_mid_inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.header_mid,
.header_top {
  border: none;
  width: fit-content;
  height: 50px;
}

.header_mid {
  top: auto;
  max-width: 550px;
  width: 100%;
}

.header_top_inner {
  display: flex;
  align-items: center;
}

.header_top {
  display: flex;
  justify-content: flex-end;
}

.header_mid_cmspbar,
.header_top_cmspbar {
  position: absolute;
}

.header_nav_global_left li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.icon-lg-b.icon-chevron_down {
  background: none;
  position: relative;
}

.icon-lg-b.icon-chevron_down::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #e35205;
  border-bottom: 2px solid #e35205;
  transform: rotate(45deg);
  top: 6px;
  left: 7px;
}

.header_nav_global_left li.header_nav_global_left_contents {
  padding-left: 20px;
  padding-bottom: 0;
  height: min-content;
}

ul.header_nav_global_left {
  display: flex;
}

ul.header_nav_global_left>li {
  display: block ruby;
}

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

input[type="text"],
.btn_search {
  border: none;
}

input[type="text"] {
  padding: 0 22px 0 0;
  width: 150px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.btn_search {
  position: relative;
  right: 22px;
  background: none;
  padding: 0;
  height: max-content;
}

.header_nav_headline {
  margin: 0;
}

.header_top {
  display: flex;
  justify-content: flex-end;
}

.header_top,
.header_top .header_mid_inner {
  width: 100%;
  max-width: 550px;
}

.header_nav_global_right {
  margin: 0;
}

.heading,
.list_link {
  font-weight: bold;
}

.heading {
  color: #e35205;
  border-bottom: 2px solid #e35205;
}

.lists,
.list {
  border: none;
}

.list:hover {
  background-color: #fff;
}

.list a:hover {
  color: #e35205;
  opacity: 1;
}

.list_icon_arrow.icon-lg-b.icon-chevron_right {
  background: none;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-top: 6px;
}

.side_banner_list a:hover {
  opacity: 0.7;
}

.side_category_list,
.side_group_list {
  padding-left: 5px;
}

.side_category_list a:hover .list_icon_arrow.icon-lg-b.icon-chevron_right {
  border-color: #e35205;
}

.side_freepage .side_freepage_heading {
  margin-bottom: 10px;
}

.side_freepage_list a {
  padding: 10px 0;
}

/* header */
.header_nav_headline li a,
.header_nav_headline li a:hover {
  color: #e35205;
}

.header_sp_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 30px;
  background: #fff;
  z-index: 7;
}

.header_sp_menu {
  width: calc((100% - 12px) / 7);
}

.header_sp_menu img {
  max-width: 35px;
}

.header_sp_menu a,
.header_sp_menu .header_sp_menu_humberger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 60px;
}

.header_sp_title {
  margin-top: 5px;
  font-size: 8px;
}

.header_sp_logo {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: 20px auto;
}

.header_sp_search {
  display: block;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

/* footer */

/* left */
.side_mobile_shop_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.side_mobile_shop_link {
  width: fit-content;
}

.side_mobile_shop_link a {
  font-weight: bold;
  color: #e35205;
}

.side_mobile_shop_link a:hover {
  opacity: 0.7;
}

.side_group .list_link_name strong {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  display: block;
}

.main.row {
  margin-top: 60px;
}

.l-bottom {
  padding-top: 80px;
}

.footer_list {
  width: calc(100% / 9);
}

.parallax {
  padding-top: 20px;
}

.parallax img {
  width: 100%;
  height: 400px;
}

.new-item_lists,
.productlist_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.new-item_lists::before,
.productlist_lists::before {
  display: none;
}

.new-item_lists .col-lg-4,
.productlist_lists .col-lg-4 {
  width: calc((100% - 20px) / 3);
}

.l-bottom-shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 50px;
  max-width: 980px;
  margin: 70px auto;
}

.l-bottom-shop-img img {
  width: 300px;
  max-width: 300px;
}

.l-bottom-shop-lead {
  max-width: 530px;
}

.l-bottom-shop-text {
  font-size: 16px;
  font-weight: bold;
}

.l-bottom-shop-desc {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.l-bottom-shop-desc dt,
.l-bottom-shop-desc dd {
  margin-top: 15px;
}

.l-bottom-shop-desc dt {
  width: 6em;
  color: #e35205;
  font-weight: bold;
}

.l-bottom-shop-desc dd {
  width: calc(100% - 6em);
  margin-left: 0;
}

.l-bottom-shop-desc dd a {
  width: 12px;
  height: 16px;
  position: relative;
  background-image: url(https://file001.shop-pro.jp/PA01508/822/img/top/map-icon.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}

.l-bottom-shop-lead .blog_btn a {
  margin-left: 0;
}

.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer_pagetop {
  background: #e35205;
}

.footer {
  margin-top: 0;
}

.footer_notice_list_dt {
  color: #e35205;
}

.footer_nav {
  background: #f8f7f3;
}

.footer_nav_shopinfo,
.footer_nav_menu_right a,
.footer_nav_list_link {
  color: #000;
}

.footer_nav_menu {
  background: #f8f7f3;
}

.footer_nav_shopinfo {
  width: 100%;
  text-align: center;
}

.footer_nav_shopinfo_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 30px auto 0;
}

.footer_nav_menu_left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.footer_nav_lists {
  width: 25%;
}

.footer_nav_list:first-child {
  padding-top: 15px;
}

/* .footer_nav_list {
  width: 25%;
} */

.footer_copyright {
  background: #f8f7f3;
  padding: 0 0 4em;
  max-width: none;
}

.side_sns {
  margin-top: 50px;
}

.side_sns_inner:first-child,
.side_sns_inner:nth-child(n+2) a {
  background: #e35205;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
}

.side_sns_inner:first-child {
  border-radius: 5px 5px 0 0;
  margin-bottom: 5px;
}

.side_sns_inner:nth-child(n+2) a {
  display: flex;
  align-items: center;
}

.side_sns_inner:nth-child(n+2) a:after {
  position: absolute;
  content: "";
  background: none;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 19px;
  right: 20px;
}

.side_sns_inner a:hover {
  opacity: 0.7;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.l-dropdown-menu-list__inner-item li {
  list-style: none;
}

@media (min-width: 980px) {
  body::after {
    height: 650px;
  }

  /* header */
  /* footer */
  /* left */
  .side {
    width: 220px;
  }

  .side img {
    width: 100%;
  }
}

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

  .header_top,
  .header_top .header_mid_inner {
    width: 70%;
  }
}

@media screen and (min-width:980px) {
  .header_nav_global_right {
    display: flex;
    width: 145px;
  }
}

@media screen and (max-width:979px) {
  .header_nav_phone.hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .header_nav_global_left .header_nav_global_left_contents li a {
    flex-direction: row;
    padding: 0 25px;
  }

  .header_nav_global_left .header_nav_global_left_contents li a:hover {
    opacity: 1;
    background: #f8f7f3;
    color: #333;
  }

  .l-sp-header-cart-btn,
  .l-menu-btn {
    display: none;
  }

  .l-main-navi {
    display: none !important;
  }

  .side_category .side_category_lists,
  .side_group .side_group_lists {
    margin-top: 15px;
  }

  .side_category .list_link,
  .side_group .list_link {
    padding: 10px 0;
  }

  .col-lg-3 {
    width: calc(100% / 3);
  }

  .col {
    padding-left: 4%;
    padding-right: 4%;
  }

  .header_sp_nav,
  .header_sp_logo,
  .header_sp_search {
    display: none;
  }

  .side {
    margin-bottom: 30px;
  }

  /* ???&#230;¢ù? */
  .header_nav_global_box {
    z-index: 3;
  }

  .header_nav_global_box_heading {
    display: none;
  }

  .header_nav_global_box {
    background: #fff;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .header_nav_global_box_detail.col {
    width: 100%;
    padding: 0;
  }

  .header_nav_global_left .header_nav_global_box_lists li {
    padding-bottom: 0;
  }

  .header_nav_global_left .header_nav_global_box_lists li a {
    padding: 15px 25px;
    flex-direction: row;
  }

  .header_nav_global_left .header_nav_global_box_lists li a:hover {
    opacity: 1;
    background: #f8f7f3;
    color: #333;
  }
}

@media screen and (max-width:767px) {
  .head-text {
    position: fixed;
    top: 0;
    z-index: 7;
  }

  .header_btm {
    display: none;
  }

  /* humberger */
  .l-menu-btn {
    /* display: block;
    position: absolute;
    top: 35px;
    right: 0;
    width: 70px;
    height: 70px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    background: none;
    border: none; */
    width: calc((100vw - 22px) / 7);
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
  }

  .l-menu-btn span {
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 1px;
    background-color: #000000;
  }

  .l-menu-btn span:nth-of-type(1) {
    top: 20px;
  }

  .l-menu-btn span:nth-of-type(2) {
    top: 28px;
  }

  .l-header.is-open {
    position: fixed;
    z-index: 6;
  }

  .l-sp-header-search__form {
    border-radius: 0;
    border: none;
  }

  .l-sp-header-search__input {
    background: #f8f7f3;
  }

  input[type="text"] {
    border: none;
    width: calc(100% - 60px);
    padding-left: 10px;
  }

  .l-main-navi-list__item,
  .l-dropdown-menu-list__item,
  .l-dropdown-menu-list__link,
  .l-dropdown-menu-list__inner-link {
    list-style: none;
  }

  .l-dropdown-menu-list__link {
    font-size: 15px;
  }

  button.l-dropdown-menu-list__link::before {
    transform: rotate(-45deg);
  }

  .l-main-navi-list__link {
    color: #e35205;
    padding-left: 10px;
    position: relative;
  }

  .l-main-navi-list__link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #e35205;
    bottom: 0px;
    left: 0;
  }

  .l-dropdown-menu-list__link.l-main-navi-list__link {
    color: #2d2d2d;
    padding-left: 0;
  }

  .l-dropdown-menu-list__link.l-main-navi-list__link::after {
    width: 0;
  }

  .l-dropdown-menu-list__link.l-main-navi-list__link::before,
  .l-dropdown-menu-list__link.l-main-navi-list__link:hover::before {
    border-color: #2d2d2d;
  }

  #header {
    padding: 2px 2px 5px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 90px;
  }

  .header_logo {
    padding-top: 0;
  }

  .container {
    padding: 0;
  }

  .header_top,
  .header_nav_global_social,
  .search_form {
    display: none !important;
  }

  .main.row,
  .main-head {
    margin-top: 15px;
  }

  .main-head.is-on {
    margin-top: 235px;
  }

  .parallax img {
    height: 200px;
  }

  .footer_checked {
    overflow: hidden;
    border: none;
    padding-bottom: 15px;
  }

  .btn-more {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .footer_lists {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
    /*100px*/
    min-height: 100px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .footer_lists::before {
    display: none;
  }

  .footer_list {
    width: 100%;
    /*calc(100% / 3)*/
  }

  .footer_list .AQ_Favorites_Product {}

  .l-bottom .btn-more {
    display: none !important;
  }

  .l-bottom-shop {
    flex-direction: column;
    margin-top: 30px;
  }

  .l-bottom-shop-img img {
    margin: auto;
    width: 200px;
    max-width: 200px;
  }

  .l-bottom-shop-lead {
    max-width: none;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
  }

  .l-bottom-shop-lead .blog_btn a {
    margin-left: auto;
  }

  .l-bottom-shop-desc {
    flex-direction: column;
  }

  .l-bottom-shop-desc dt,
  .l-bottom-shop-desc dd {
    margin-top: 0;
    text-align: left;
  }

  .l-bottom-shop-desc dt {
    width: 100%;
    margin-top: 20px;
  }

  .l-bottom-shop-desc dd {
    width: 100%;
  }

  .footer_nav_shopinfo_logo {
    width: 70%;
    margin: auto;
  }

  .footer_notice {
    background: none;
  }

  .footer_notice .list:nth-child(n+2) {
    border-top: 1px solid #dadbdb;
  }

  .footer_nav_shopinfo {
    padding-top: 50px;
  }

  .footer_nav_menu {
    padding: 0 20px 40px;
  }

  .footer_nav_lists {
    width: 100%;
    text-align: left;
  }

  .footer_nav_list {
    font-size: 16px;
    padding-top: 15px;
    display: block !important;
  }

  .footer_copyright {
    font-size: 14px;
  }

  .list_icon_arrow.icon-lg-b.icon-chevron_right {
    display: none;
  }

  .list_link {
    color: #e35205;
  }

  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }

  .main-body .side {
    display: none !important;
  }

  .side.visible-phone {
    display: none;
  }

  .l-bottom_navi,
  #footer .footer_recommend,
  #footer .footer_new-item,
  #footer .footer_checked {
    width: 90%;
    margin: 20px auto 0;
  }

  .l-bottom_navi {
    margin-bottom: 30px;
  }

  #side .heading,
  #footer .footer_recommend .heading,
  #footer .footer_new-item .heading,
  #footer .footer_checked .heading {
    background: none;
  }

  .side_subcategory_lists .list_link_name {
    padding: 10px 30px 10px 10px;
  }

  .list_icon_arrow.icon-lg-b.icon-chevron_right {
    position: relative;
    top: 10px;
    right: 10px;
  }

  .side_freepage_list a {
    padding-left: 10px;
  }
}

.seller_lists .AQ_Favorites_Product {
  left: 35px !important;
}

#AQ_Favorites_List {
  z-index: 5;
}

html, body {
    touch-action: manipulation;
}