<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
:root {
  --ander-line: 1px solid #333;
  --defaultPointColor: red;
}

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 60px;
  }
}
a {color: #333;}
a:hover {
  color: #ccc;
  text-decoration: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  background: none;
  padding: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
}

/*
* layout
*/

#wrapper {
  position: relative;
}

.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media screen and (max-width: 1270px) {
  .u-container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1130px;
  }
}
@media screen and (max-width: 1130px) {
  .u-container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: var(--ander-line);
}
.carattere-regular {
  font-family: "Carattere", cursive;
  font-weight: 400;
  font-style: normal;
}

.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;
  padding-left: 0.3em;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
  padding-top: 3px;
  padding-left: 0.3em;
}
.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-top: -80px;
  padding-top: 80px;
}
.l-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all ease 0.5s;
  background: #ffffff;
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    right: 0;
    min-width: 375px;
  }
}
.l-header.is-top {
  box-shadow: none;
}
.l-header.is-open .l-header-logo {
  margin-bottom: 0;
  display: block;
}
.l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-header.is-open .l-main-navi-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header.is-open .l-menu-btn {
    display: block;
  }
}
.l-header.is-unpinned {
  transform: translateY(-110%);
}
.l-header.is-fixed {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.l-header-main {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px 20px 0px;
  max-width: 1080px;
  height: 80px;
}
@media screen and (max-width: 1250px) {
  .l-header-main {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-main {
    padding: 5px 70px 5px 20px;
    height: 70px;
  }
}
.l-header-main__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1030px) {
  .l-header-main__in {
    width: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-main__in {
    width: 100%;
  }
}
.l-header-logo {
  flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-logo {
    margin-right: auto;
  }
}
.l-header-logo__img {
  display: flex;
  align-items: center;
  margin: 0;
  height: 60px;
}
@media screen and (max-width: 1023px) {
  .l-header-logo__img {
    height: 40px;
  }
}
.l-header-logo__img img {
  max-width: 220px;
  max-height: 80px;
}
@media screen and (max-width: 1023px) {
  .l-header-logo__img img {
    max-width: 180px;
    max-height: 30px;
  }
}
.l-header-logo__txt {
  word-break: break-all;
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 1030px) {
  .l-header-logo__txt {
    max-width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo__txt {
    max-width: 530px;
  }
}
.l-sp-header-cart-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .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: #cebddb;
  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: 1023px) {
  .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 span:nth-of-type(1) {
  top: 13px;
  transform: translateY(20px) rotate(-30deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top: 53px;
  transform: translateY(-20px) rotate(30deg);
}
/********** メインナビ **********/
.l-main-navi {
  flex: 1;
  display: flex;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .l-main-navi {
    display: none;
    background: #ffffff;
  }
}
@media screen and (min-width: 1031px) {
  .l-main-navi {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-main-navi.is-open {
    box-sizing: border-box;
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    padding: 15px 20px 0 20px;
    width: 100%;
    height: calc(100% - 60px);
    background: transparent;
  }
}
@media screen and (max-width: 1023px) {
  .l-main-navi.is-open .l-main-navi-list {
    display: block;
  }
}
.l-main-navi-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .l-main-navi-list__item {
    margin-right: 0;
  }
}
.l-main-navi-list__link,
.l-main-navi-list__single {
  display: block;
  position: relative;
  padding: 5px 30px 5px 10px;
  border: 0;
  font-size: 15px;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  background: transparent;
  color: #2d2d2d;
  text-align: center;
  transition: all ease 0.2s;
}
.l-main-navi-list__single {
  line-height: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .l-main-navi-list__link,
  .l-main-navi-list__single {
    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,
.l-main-navi-list__single:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  transform: rotate(45deg);
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.l-main-navi-list__single:before{
  transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .l-main-navi-list__link:before,
  .l-main-navi-list__single: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 {
    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: 1023px) {
  .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;
  }
}
/********** ドロップダウンメニュー **********/
.l-dropdown-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 10000;
  padding: 60px 0 40px 0;
  width: 100%;
  background: #f7f1fb;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .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 {
    margin-bottom: 0;
    padding-right: 0;
    width: auto;
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .l-dropdown-menu-list__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-dropdown-menu-list__link {
    display: block;
    color: #2d2d2d;
    padding: 18px 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
    color: #2d2d2d;
  }
}
/********** ヘルプナビ **********/
.l-header-help {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-header-help {
    position: static;
    display: block;
  }
}
.l-header-help__btn {
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 45px;
  border: 0;
  background: none;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1023px) {
  .l-header-help__btn {
    width: 50px;
  }
}
.l-header-help__btn.is-on {
  background: #eeeeee;
}
.l-header-account {
  margin-left: 5px;
}
.l-header-account__contents {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header-account__btn {
    display: none;
  }
}
.l-header-account__btn img {
  width: 21px;
}
.l-header-account-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-header-account-list__item {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .l-header-account-list__item {
    margin-bottom: 0;
  }
}
.l-header-account-list__item:last-child {
  margin-bottom: 0;
}
.l-header-account-list__link {
  font-size: 14px;
}
/* ヘッダー 検索フォーム */
.l-header-search {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-header-search {
    display: none;
  }
}
.l-header-search__btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: #ffffff;
}
.l-header-search__btn img {
  width: 21px;
}
.l-header-search__contents {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50px;
}
.l-header-search__contents.is-on {
  width: 270px;
  z-index: 101;
}
.l-header-search__contents.is-on .l-header-search__form {
  animation: anime-search 0.4s ease forwards;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.l-header-search__contents.is-on .l-header-search__submit {
  background: #f5f5f5;
}
@keyframes anime-search {
  0% {
    width: 50px;
  }
  100% {
    width: 100%;
  }
}
.l-header-search__form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: #f5f5f5;
  width: 100%;
  transition: all ease 0.4s;
}
@media screen and (max-width: 1023px) {
  .l-header-search__form {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.l-header-search__form input::placeholder {
  color: #777777;
}
.l-header-search__form input:-ms-input-placeholder {
  color: #777777;
}
.l-header-search__form input::-ms-input-placeholder {
  color: #777777;
}
.l-header-search__input {
  flex: 1;
}
.l-header-search__input input {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  border: none;
  background: transparent;
  color: #2d2d2d;
}
.l-header-search__input input:focus {
  outline: none;
}
.l-header-search__submit {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  width: 50px;
  height: 45px;
  border: 0;
  background: #f5f5f5;
}
.l-header-search__submit img {
  width: 21px;
}
.l-header-search__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
/***** SP ヘルプナビ *****/
.l-sp-header-help {
  display: none;
}
@media screen and (max-width: 1023px) {
  .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: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "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: 1023px) {
  .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 検索 *****/
.l-sp-header-search {
  display: none;
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: #cebddb;
  color: #ffffff;
  text-align: center;
}
/***** SNSリンク *****/
.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;
}

/*
* main
*/

.main {
  max-width: 1080px;
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 10px;}
}
/*
* contents
*/

.contents {
  padding: 0;
  float: right;
}
@media (min-width: 980px) {
  .contents {
    width: 770px;
  }
}
@media (max-width: 980px) {
  .contents {
    padding-right: 1%;
    padding-left: 1%;
  }
}

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

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

.info_heading {
}

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

.info_detail_lists {
}

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

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

.info_detail_list_dd {
  margin: 0;
}

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

.seller_heading {
}

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

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

/* recommend */
.recommend {
  margin-top: 60px;
  margin-bottom: 20px;
}

.recommend_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
  font-size: 12px;
  margin-top: 20px;
  
}
.recommend_list {
  width: calc((100% - 20px) / 3);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recommend_list {
    width: calc((100% - 10px) / 2);
  }
}

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



.l-side-navi {
  margin-bottom: 50px;
}
.l-side-navi__ttl {
  font-size: 32px;
  padding-left: 26px;
  margin: 40px 0 0;
  background: url(https://img08.shop-pro.jp/PA01208/392/etc_base64/bGlzdC1pY29u.jpg?cmsp_timestamp=20240620105029) no-repeat left center;
  background-size: 40px 40px;
}
@media only screen and (max-width: 767px) {
  .l-side-navi__ttl {
    font-size: 19px;
  }
}
.l-side-navi-list {
  border-bottom: 1px solid #b3b2b2;
}
.l-side-navi-list__item {
  border-top: 1px solid #b3b2b2;
}
.l-side-navi-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 15px 40px 15px 0px;
  border: 0;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  background: transparent;
  color: #000000;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .l-side-navi-list__link {
    padding: 20px 40px 20px 5px;
    width: 100%;
    font-size: 15px;
    background: #ffffff;
    text-align: left;
  }
}
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-open {
  background: transparent;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:hover, .l-side-navi-list__link.is-open {
    background: #ffffff;
  }
}
.l-side-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:before {
    right: 15px;
    margin-top: -7px;
    width: 10px;
    height: 10px;
    border-color: #000000;
  }
}
.l-side-navi-list__link.is-link {
  padding-right: 0;
}
.l-side-navi-list__link.is-link:before {
  content: none;
}
.l-side-navi-list__link.is-open:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-side-navi-sub-list {
  display: none;
  padding: 5px 0;
}
.l-side-navi-sub-list__link {
  display: block;
  padding: 15px 10px;
  font-size: 13px;
}
.l-side-contents-list {
  border-top: 1px solid #b3b2b2;
}
.l-side-contents-list__item {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
@media only screen and (max-width: 1023px) {
  .l-side-contents-list__item {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 15px;
  }
}
.l-side-navi .c-search {
  --navSearchHeight: 43px;
  width: 100%;
  height: var(--navSearchHeight);
  background-color: #f5f5f5;
  position: relative;
}
.l-side-navi .c-search input[type="text"] {
  width: 100%;
  height: var(--navSearchHeight);
  font-size: 14px;
  line-height: var(--navSearchHeight);
  border: 0;
  outline: 0;
  padding-right: 40px;
  background-color: transparent;
}
.l-side-navi .c-search input[type="text"]::placeholder {
  color: #979797;
}
.l-side-navi .c-search button {
  width: var(--navSearchHeight);
  height: var(--navSearchHeight);
  position: absolute;
  right: -7px;
  top: 0;
  cursor: pointer;
  display: block;
}
.l-side-navi .c-search button svg {
  width: 75%;
  height: 75%;
  stroke-width: 1px;
}


.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: 1080px;
  margin: 0 auto;
}

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

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

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

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

.footer_pagetop {
  text-align: center;
  background-color: #cebddb;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #E5D2F4;
}
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 */
/******************************/
.l-footer {
  padding: 70px 0 0;
  background: #f7f1fb;
}

.l-footer-main {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1030px) {
  .l-footer-main {
    display: block;
  }
}
.l-footer-shopinfo {
  flex: 1;
  margin-right: auto;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-footer-shopinfo {
    margin-bottom: 60px;
    text-align: center;
  }
}
.l-footer-shopinfo__logo img {
  max-width: 240px;
}
.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #909090;
}
.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  .l-footer-sns-list {
    margin-top: 50px;
    justify-content: center;
  }
}
.l-footer-sns-list__item {
  margin-right: 20px;
}
.l-footer-qrcode {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-qrcode {
    display: none;
  }
}
.l-footer-navi {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    display: block;
    margin-top: 50px;
  }
}
.l-footer-navi-list {
  margin-left: 90px;
}
@media screen and (max-width: 1030px) {
  .l-footer-navi-list {
    margin-left: 0;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list {
    width: auto;
  }
}
.l-footer-navi-list__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link {
    display: block;
    position: relative;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
.l-footer-copyright {
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-copyright__logo {
  margin-top: 15px;
}
.l-copyright__logo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l-copyright__logo img {
  margin-left: 10px;
  width: 200px;
  height: 36px;
}

/********* SNS *********/
.rc_footer_sns {
  padding-top: 20px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1030px) {
  .rc_footer_sns {
    background: #fff;
  }
}
.rc_footer_sns__title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 13px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #333333;
  background-color: transparent;
}
.rc_footer_sns__title:before, .rc_footer_sns__title:after {
  display: inline-block;
  width: 1px;
  height: 10px;
  content: "";
  background-color: #707070;
}
.rc_footer_sns__title:before {
  margin-right: 15px;
  transform: rotate(-30deg);
}
.rc_footer_sns__title:after {
  margin-left: 15px;
  transform: rotate(30deg);
}
.rc_footer_sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
.rc_footer_sns__item {
  display: block;
  width: 48%;
  margin-bottom: 9px;
}
.rc_footer_sns__item__link {
  line-height: 50px;
  position: relative;
  display: block;
  height: 50px;
  padding-left: 38px;
  border: 1px solid #DED8E1;
  background-image: url(//img08.shop-pro.jp/PA01208/392/etc_base64/c2lkZV9hcnJvdy1ibGFjaw.png?cmsp_timestamp=20240820103959);
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 6px 10px;
}
.rc_footer_sns__item__link:before {
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 8px;
  display: inline-block;
  width: 20px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.rc_footer_sns__item__link.icon-ig:before {
  background-image: url(//img08.shop-pro.jp/PA01208/392/etc_base64/aWNvbl9pZw.png?cmsp_timestamp=20240820103959);
}
.rc_footer_sns__item__link.icon-line:before {
  background-image: url(//img08.shop-pro.jp/PA01208/392/etc_base64/aWNvbl9saW5l.png?cmsp_timestamp=20240820103959);
}

.footer_copyright {
  text-align: center;
  font-size: 12px;
  padding: 50px 0 30px;
  margin: 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;
}
/******************************/
/* お気に入り */
/******************************/
.c-items-image {
  position: relative;
  background: var(--itemImageBackground);
}
.c-favorite {
  position: relative;
  cursor: pointer;
}
.c-favorite::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.c-favorite::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  border-radius: 100%;
}
.c-favorite &gt; svg {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 25%;
  top: 29%;
  display: block;
  z-index: 2;
  fill: var(--defaultPointColor);
}
.c-favorite:not(.active) svg {
  fill: #e4e4e4;
}
.c-favorite.active.isAnimation::after {
  animation: favoriteBaseAnim 0.2s ease-out 0.0s forwards;
}
.c-favorite.active.isAnimation &gt; svg {
  animation: favoriteIconAnim 0.4s ease-out 0.0s forwards;
}
@keyframes favoriteBaseAnim {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1.0);
  }
}
@keyframes favoriteIconAnim {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(0.7);
  }
  75% {
    transform: scale(1.3);
  }
  82% {
    transform: scale(0.8);
  }
  96% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}
.recommend_lists .c-favorite,
.p-product-img__main-item .c-favorite,
.productlist_lists .c-favorite {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
@media screen and (max-width:1024px) {
  .recommend_lists .c-favorite,
  .productlist_lists .c-favorite {
    width: 30px;
    height: 30px;
    right: 5px;
    bottom: 5px;
  }
}

/*
* 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-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-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-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-c_insta {
    background-image: url(https://img08.shop-pro.jp/PA01208/392/etc/b0203602_00000424.gif?cmsp_timestamp=20181221131931);
    background-repeat: no-repeat;
  }
  .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_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

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

@media (min-width: 769px) {
  .footer_list {
    width: calc(100% / 12);
  }
}

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

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


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






  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

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

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

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

  .footer_notice {
    padding: 0;
  }

  .footer_copyright {
    font-size: 10px;
  }

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

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

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

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}</pre></body></html>