@charset "euc-jp";

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  color: #303030;
  background-color: #fff;
  font-family: fot-klee-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  color: #303030;
}
a:hover {
  color: #15284B;
  text-decoration: none;
}
a:active  {
  text-decoration: none;
}

ul, ol, form, p {
  margin: 0;
}

.mt_5 {
  margin-top: 50px!important;
}
.mb_5 {
  margin-bottom: 50px!important;
}

@media screen and (max-width: 980px) {
  .mt_5 {
    margin-top: 25px!important;
  }
  .mb_5 {
    margin-bottom: 25px!important;
  }
  
}

/* layout */
.wrapper {
  position: relative;
}

.gnavi {
  width: 100%;
}

.container {
  max-width: 87.14375em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

/* module */
.section__title-h2 {
  margin: 0;
  padding-bottom: 5px!important;
}
.menu__section {
  margin: 10px 0 30px;
}
.menu__title-h2 {
  padding: 15px 0 5px 0px;
  color: #595757;
  color: #303030;
  border-bottom: solid 1px #9FA0A0;
  font-size: 1.55rem;
}
.menu__title-h3 {
  padding: 5px 0;
  color: #595757;
  color: #303030;
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-left: 3rem;
}
.menu__suffix {
  padding-left: 10px;
}

.menu-list {
  list-style-type: none;
  margin-top: 15px;
  margin-left: 2rem;
}
.menu-list__link {
  padding: 10px 0 0 0;
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.menu-list__text {
  padding-right: 20px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-list__text img {
  margin-right: 6px;
}
.menu-list__icon {
  height: 100%;
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.menu-list__icon__img {
  width: 10%;
}

.group-list {
  font-size: 1.4rem;
  margin-left: 3rem;
  margin-top: 5px;
}
.group-list li {
  margin-bottom: 10px;
}
.group-list li::before {
  padding-right: 3px;
  content: "−";
}

.product-list {
  height: auto;
  width: 100%;
  margin: 0;
  list-style-type: none;
  letter-spacing: -.4em;
  display: inline-block;
}

.product-list__unit {
  margin: 0 0 30px;
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: center;
}
.icon_additional,
.product-list__unit .new_icon,
.product-list__unit .sale_icon,
.product-list__unit .restock_icon,
.product-list__unit .freeship_icon,
.product-list__unit .soldout_icon,
.product-list__unit .renew_icon,
.product-list__unit .popular_icon {
  position: absolute;
  top: 2%;
  left: 6%;
  background: #B8A89A;
  color: #fff;
  padding: 2px 6px;
  font-size: 1.1rem;
}

.product-list__image:hover {
  opacity: .8;
}
.product-list__name {
  margin: 10px 0 0;
  font-size: 1.3rem;
  line-height: 1.4;
}
.product-list__text {
  display: block;
  text-align: left;
}
.product-list__expl {
  margin: 10px 0 0;
  font-size: 1.3rem;
}
.product-list__prices {
  margin: 5px 0 0;
  font-size: 1.3rem;
}
.product-list__price {
  text-align: right;
}
.product-list__price-regular {
  text-decoration: line-through;
}
.product-list__price-soldout {
  color: #C7B7A9;
  text-align: right;
}
.product-list__discount-rate {
  color: #C7B7A9;
  text-align: right;
}

.history-list__unit .new_icon,
.history-list__unit .sale_icon,
.history-list__unit .restock_icon,
.history-list__unit .freeship_icon {
  left: 10%;
}

@media screen and (max-width: 768px) {
  .product-list__name {
    font-size: 1.15rem;
    line-height: 1.2;
  }
  .product-list__prices {
    font-size: 1rem;
  }
  .history-list__unit .new_icon,
  .history-list__unit .sale_icon,
  .history-list__unit .restock_icon,
  .history-list__unit .freeship_icon {
    left: 6%;
  }
}


.rank__box {
  z-index: 3;
}
.rank__box--upper {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* あとでサイズ確認 */
.rank__number {
  padding: 3px 0 0;
  height: 22px;
  width: 22px;
  position: absolute;
  background: #ffffff;
  color: #595757;
  color: #303030;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 0.71429em;
  border: 1px solid #000000;
}

.rank__number-color--1 {
  background: #ffea22;
  border: 1px solid #ffea22;
}
.rank__number-color--2 {
  background: #cbcbcb;
  border: 1px solid #cbcbcb;
}
.rank__number-color--3 {
  background: #d9a300;
  border: 1px solid #d9a300;
}

.contents__title-h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 3px;
  border-bottom: solid 1px #9FA0A0;
  text-align: center;
  font-size: 2rem;
}

.products__title-h2 {
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: solid 1px #9FA0A0;
  text-align: left;
  font-size: 2.4rem;
}

.side__section {
  margin: 0 0 30px;
  padding: 20px;
  position: relative;
  border: 2px solid #999999;
}
.side__title-h2 {
  padding: 12px 20px;
  position: absolute;
  top: 10px;
  left: -12px;
  color: #ffffff;
  background: #57acad;
  line-height: 1;
  z-index: 2;
}
.side__title-h2:before {
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #346a6a;
  border-right: 5px solid #346a6a;
}
.side__title-h2:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -40px;
  content: "";
  border: 20px solid #57acad;
  border-right-color: transparent;
}

.breadcrumb {
  margin-bottom: 30px;
  font-size: 1.1rem;
}
.breadcrumb ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0!important;
}

.breadcrumb li::after {
  content: ">";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.breadcrumb li:last-child:after {
  content: "";
  margin-left: 0;
  margin-right: 0;
}

.breadcrumb-list {
  margin-bottom: 3px;
  font-size: 1.3rem;
}

.btn-primary {
  color: #ffffff;
  background: #C7B7A9;
  font-weight: 600;
  border: none;
}
.btn-primary:hover {
}

.btn-secondary {
  color: #ffffff;
  background: #a39055;
  border: 1px solid #a39055;
}
.btn-secondary:hover {
  color: #ffffff;
  background: #ae9c64;
  border: 1px solid #ae9c64;
}

/* あとでサイズ確認 */
.txt--sm {
  font-size: 0.71429em;
}
.txt--md {
  font-size: 0.85714em;
}
.txt--lg {
  font-size: 1.14286em;
}
.txt--c {
  text-align: center;
}
.txt--l {
  text-align: left;
}
.txt--r {
  text-align: right;
}
.txt--red {
  color: #ff0000;
}

.border--none {
  border: none;
}

.pad-t--20 {
  padding-top: 20px;
}
.pad-r--10 {
  padding-right: 10px;
}
.pad-r--20 {
  padding-right: 20px;
}
.pad-l--20 {
  padding-left: 20px;
}

.mar--0 {
  margin: 0;
}
.mar-t--20 {
  margin-top: 20px;
}
.mar-b--0 {
  margin-bottom: 0;
}
.mar-b--10 {
  margin-bottom: 10px;
}
.mar-b--20 {
  margin-bottom: 20px;
}
.mar-b--40 {
  margin-bottom: 40px;
}
.mar-b--60 {
  margin-bottom: 60px;
}

.w--23per {
  width: 23%;
}
.w--31per {
  width: 31%;
}

.hide {
  display: none;
}

.pos--rel {
  position: relative;
}
.pos--abs {
  position: absolute;
}

.header-tools {
  margin: 0;
  font-weight: bold;
  font-size: 0.92857em;
}
.header-tools__unit {
  margin-left: 32px;
  display: inline;
  line-height: 1.4;
}
.header-tools__unit-cart {
  margin-left: 12px;
}
.header-tools__btn {
  height: auto;
  width: 150px;
  padding: 10px 0 12px 20px;
  border-radius: 0 0 5px 5px;
  border-top: none;
}
.header-tools__btn:hover {
  border-top: none;
}
.header-tools__btn i {
  position: absolute;
  top: 2px;
  left: 20px;
}

.header-tools-phone {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-tools-phone a {
  margin-left: 8px;
}

.sp_menu {
  display: none;
}

@media screen and (max-width: 980px) {
  .contents__title-h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .products__title-h2 {
    font-size: 1.8rem;
    margin-top: 10px;
  }

  .product-list__unit {
    margin: 0 0 10px;
  }
}

/* slider */
.slider {
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  background-color: #fff;
}
.slider__inner {
  height: auto;
  width: 96%;
  max-width: 87.14375em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slider__inner::after {
  clear: both;
  content: "";
  display: table;
}

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

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

.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}

.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;
  background: rgba(0, 0, 0, 0.6);
}

.slider .bx-wrapper .bx-caption span {
  padding: 30px;
  font-size: 1.28571em;
}

.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main__section {
  margin-top: 50px;
  margin-top: 55px;
}

.main__section--top {
 padding-top: 25px;
 margin-top: 0;
}
.main__section--top-slideshow {
  padding-top: 65px;
}
.main__inner {
  padding: 20px 20px 60px;
  background: #ffffff;
}

/* sidebar */
.sidebar {
  padding: 0 20px 0 0;
}

.subcategory-list {
  padding: 10px 0;
  display: none;
  background: #f5f1e9;
}

.side_cal {
  padding: 20px 15px 0;
}

.side_cal_memo {
  padding: 0 15px 20px;
  font-size: 1.1rem;
}

.tbl_calendar {
  margin-bottom: 20px;
  font-size: 1.1rem;
  display: table;
  border-collapse: separate;
}
.tbl_calendar caption {
  text-align: center;
  padding-bottom: 5px;
}
.tbl_calendar th {
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.tbl_calendar td {
  padding: 5px 0;
  width: 14.2%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.seller-list-left {
  margin: 0;
}
.seller-list-left__wrap {
  padding: 20px 20px 0;
}
.seller-list-left__name--downer {
  margin: 2px 0 0 30px;
}

.sidebar-banner-list__unit {
  margin: 0 0 30px;
}

/* contents */
.contents {
  padding: 0 0 0 20px;
  float: right;
}
.contents-main {
  padding: 0 20px 0 0;
}

.info {
  margin-left: 10px;
}
.info li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.info li span {
  margin-right: 20px;
}

.free-space__section,
.info__section,
.arrival__section,
.recommend__section,
.eyecatch__section,
.together__section,
.history__section {
  margin-bottom: 60px;
}

.contents-sub {
  padding: 0 0 0 20px;
}

.push-list__unit {
  margin: 0;
}

.seller-list-right__unit:last-child {
  margin-bottom: 0;
}
.seller-list-right__name {
  margin-left: 30px;
}

.pagetop__section {
  padding: 0;
}
.pagetop__btn {
  margin: 2px 0;
  padding: 13px 0;
  border-radius: 0;
  width: 100%;
  color: #9FA0A0;
  background: none;
  border: none;
}
.pagetop__btn:hover {
  color: #15284B;
  background: none;
  border: none;
}

/* product list */
.product-list__section {
  position: relative;
  padding: 0;
}
.product-list__freespace-top {
  padding-bottom: 30px;
}
.product-list__freespace-bottom {
  padding-bottom: 60px;
}
.product-list__noitem {
  padding-bottom: 60px;
  text-align: center;
}

.search_result {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.search_result__sort {
  display: flex;
  justify-content: flex-start;
}

.search_result__sort span {
  font-weight: 900;
}

.search_result__sort a::after,
.search_result__sort span::after {
  content: "｜";
  font-weight: normal;
}
.search_result__sort a:last-child::after,
.search_result__sort span:last-child::after {
  content: "";
}

.sub-list {
  height: auto;
  width: 100%;
  letter-spacing: -.4em;
  display: inline-block;
}
.sub-list__unit {
  margin-bottom: 20px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.sub-list__image {
  display: block;
}

.more__btn {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 1.1rem;
}

/* pagenation */
.pagenation {
  text-align: center;
}
.pagenation-top {
  margin: 30px 0;
}
.pagenation-bottom {
  margin: 20px 0 60px;
}
.pagenation-pos span {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 1.3rem;
  font-weight: bold;
}

.pagenation-list {
  margin: 20px 0 0;
  letter-spacing: -.4em;
}
.pagenation-list__unit {
  margin: 0 2px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.pagenation-list__unit a {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 2.5;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagenation-list__unit a:hover {
  background: #333;
  color: #fff;
}
.pagenation-list__unit span {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 2.5;
  color: #000;
  background: #ccc;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagenation-list__unit i {
  line-height: 2;
}

.pagenation-list__navi-end a:hover {
  background: #555;
  border: 2px solid #555;
}

/* product */
.product__section {
  padding: 0;
}
.product__name {
  position: relative;
  padding: 30px 0 15px;
  padding: 0 0 15px;
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
}

.product__name_icon {
  padding: 10px 0 15px;
}

.product__name .new_icon,
.product__name .sale_icon,
.product__name .restock_icon,
.product__name .s_icon,
.product__name .freeship_icon {
  position: absolute;
  background: #B8A89A;
  color: #fff;
  padding: 2px 6px;
  font-size: 1.1rem;
  top: 0;
  left: 0;
}

.product__model {
  color: #303030;
  font-size: 1.3rem;
}
.product__image {
  padding-right: 20px;
  padding-left: 0;
}
.product__image-main {
  text-align: center;
}
.product__guide {
  padding-right: 10px;
  padding-left: 0;
}
.product__prices {
  padding-bottom: 15px;
}
.product__price {
  padding-right: 5px;
  font-size: 1.42857em;
}
.product__price-part {
  margin-bottom: 5px;
}
.product__price-regular {
  margin-bottom: 5px;
}
.product__price-establish {
  margin-bottom: 5px;
  color: #303030;
}
.product__discount {
  color: #ff0000;
}
.product__stock-str {
  padding-top: 30px;
  font-size: 1.42857em;
}
.product-social-list__unit {
  margin-bottom: 5px;
}
.product-related-list__link {
  display: block;
  padding: 5px 0;
}
.product__explain {
  padding: 0 0 60px;
  line-height: 1.8;
}
.product__order {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.product__deco {
  margin-top: 30px;
}
.product__deco h3 {
  font-size: 1.8rem;
  margin: 0 0 5px!important;
}
.product__deco .product__info_box {
  background: #F5F1F0;
  padding: 0 2rem 2rem;
}

.image-thumb {
  padding: 2px;
  border: 2px solid #fff;
}
.image-thumb:hover {
  opacity: .8;
}
.image-thumb--active {
  border: 2px solid #a39055;
}

.image-thumb-list {
  margin: 10px 0 0;
}
.image-thumb-list__unit {
  margin: 0 0 10px;
  padding: 0 2px;
  cursor: pointer;
  text-align: center;
}

.option {
  padding: 30px 0 0;
}

.option-list__name {
  padding-bottom: 10px;
}
.option-list__detail {
  margin: 0;
}
.option-list__select {
  border: 1.5px solid #595757;
  border-radius: 5px;
  box-shadow: none;
  height: 1.5rem;
  width: 100%;
}
.option-list__select:focus {
  outline: none;
  border-color: #666666;
}

.order {
  margin-top: 30px;
  border-top: solid 1px #9fa0a0;
}

.product__naire {
  padding: 0 0 20px;
}

.product__naire_list__name {
  padding-bottom: 10px;
}
.product__naire_list__detail-text {
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px;
  height: auto;
  width: 100%;
}
.product__naire_list__detail-text:focus {
  outline: none;
  border-color: #666666;
}

.init-list {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.init-list__name {
  padding-right: 5px;
}
.init-list__detail {
  margin: 0;
}
.init-list__detail-num {
  border: 1px solid #9FA0A0;
  border-radius: 5px;
  box-shadow: none;
  padding: 5px;
  height: auto;
  width: 100px;
}
.init-list__detail-num:focus {
  outline: none;
  border-color: #666666;
}
.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.order-btn-list li {
  margin: 0;
  padding-top: 20px;
  padding: 20px 0 0;
}
.order-btn-text {
  vertical-align: middle;
  font-weight: bold;
}

.order__btn {
  height: auto;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 1.4rem;
  font-family: fot-klee-pro, sans-serif;
  font-weight: 600;
}
.order__btn-addcart {
  color: #fff;
  background: #C7B7A9;
  border: none;
}
.order__btn-addcart:hover {
  color: #ffff;
  background: #AEA189;
  border: none;
  opacity: 0.8;
}
.order__btn-quick {
  color: #ffffff;
  background: #4da6ff;
  border: 1px solid #4da6ff;
  padding: 16px 0;
}
.order__btn-quick:hover {
  color: #ffffff;
  background: #66b3ff;
  border: 1px solid #66b3ff;
}
.order__btn-soldout.disabled {
  color: #ffffff;
  background-color: #CD5E46;
  
}
.order__btn-soldout[disabled] {
  color: #ffffff;
  background-color: #CD5E46;
}

.related_list {
  margin: 10px 0;
  font-size: 1.3rem;
}
.related_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
}
.related_list li::after {
  content: "｜";
}
.related_list li:last-child:after {
  content: "";
}

.related-list__unitd {
  display: inline-block;
  margin-top: 10px;
}

.table-bordered {
  margin: 0;
  background: #ffffff;
  border: 1px solid #000000;
  border-left: 0;
}
.table-bordered th {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.table-bordered td {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

.stock_error {
  text-align: center;
  color: #ff0000;
}

/* sk */
.sk__section {
  margin-top: -73px;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 0;
}

.sk-lead {
  margin: 0 0 20px;
}

.sk-list {
  margin: 0 0 20px;
  line-height: 1.8;
}
.sk-list__dt {
  padding: 20px 0 5px;
}
.sk-list__dt:first-child {
  padding: 0 0 5px;
}
.sk-list__dd {
  margin: 0;
}

/* option stock */
.ex-option__title-h2 {
  margin-bottom: 20px;
}
.ex-option__section {
  padding: 20px;
  text-align: center;
}
.ex-option__price-regular {
  color: #595757;
  text-decoration: line-through;
}
.ex-option__discount-rate {
  color: #ff0000;
  font-size: 0.85714em;
}
.ex-option__none {
  margin-bottom: 20px;
}

/* banner */
.contents-sub-banner-list,
.contents-main-banner-list,
.contents-accent-banner-list {
  margin-bottom: 60px;
}

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

  /* layout */
  .container {
    width: 100%;
  }

  /* module */
  .menu__section {
    margin-bottom: 40px;
    border-radius: 0;
    border: none;
  }
  .menu__title-h2 {
    padding: 10px 0 15px 0;
  }
  .menu__title-h3 {
    padding: 5px 0;
  }
  .menu__suffix {
    padding-left: 10px;
  }

  .product-list__title {
    width: 100%;
  }

  .rank__box {
    position: absolute;
    top: 10px;
    left: 15px;
  }

  .breadcrumb-list {
    font-size: 0.71429em;
  }

  /* header */

  .header__right {
    display: none;
  }
  .header-search {
    margin-top: 0;
  }
  .header-search__select {
    margin: 0 0 10px;
    height: 40px;
    width: 100%;
  }
  .header-search__box {
    margin: 0 0 10px;
    height: auto;
    width: 100%;
  }
  .header-search__btn {
    height: auto;
    width: 100%;
  }
  .header-logo {
    margin-bottom: 20px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .sp_menu {
    display: inline;
    padding: 0;
    background: #fafafa;
    position:fixed;
    z-index: 999;
    top:0;
    right: -120%;
    width: 40%;
    height: 100vh;
    transition: all 0.6s;
  }

  .sp_menu .closebtn_block {
    text-align: right;
    margin: 15px;
    margin: 20px 30px 50px;
  }
  .sp_menu .closebtn_block img {
    width: 25px;
  }

  .sp_menu.panelactive{
    right: 0;
  }

  .sp_menu.panelactive .menu_list{
    position: fixed;
    z-index: 999; 
    width: 40%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer_item {
    font-size: 1.4rem;
    text-decoration: none;
    color: #303030;
    padding: 10px;
    border-top: solid 1px #b3b3b3;
  }
  .drawer_item_last {
    font-size: 1.4rem;
    text-decoration: none;
    color: #303030;
    padding: 10px;
    border-top: solid 1px #b3b3b3;
    border-bottom: solid 1px #b3b3b3;
  }
  .drawer_item a,
  .drawer_item_last a {
    display: block;
  }

  .sp_search_container {
    margin: 10px 10px 20px;
    box-sizing: border-box;
    position: relative;
    border: 1.5px solid #595757;
    background:#fff;
    display: block;
    padding: 0 5px 0 0;
    border-radius: 5px;
    height: 2.3em;
    overflow: hidden;
  }
  .sp_search_container input[type="text"]{
    border: none;
    height: 2.0em;
  }
  .sp_search_container input[type="text"]:focus {
    outline: 0;
  }
  .sp_search_container input[type="image"]{
    cursor: pointer;
    border: none;
    position: absolute;
    width: 2rem;
    right: 5px;
    top: 5px;
    outline : none;
  }

  .drawer_sns {
    padding: 30px 0 100px;
  }
  .drawer_sns ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .drawer_sns li {
    margin-right: 15px;
    width: 7%;
  }
  .drawer_sns li:last-child {
    margin-right: 0;
  }

  .side_category_menu {
    margin-top: 0;
  }
  .side_category_menu h2 {
    background: #f5f1e9;
    border-top: solid 1px #b3b3b3;
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    margin: 0;
  }

  .side_category_menu li {
    display: block;
    margin: 0;
    padding: 10px;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    position: relative;
  }

  .acd_menu {
    width: 100%;
  }
  .acd_menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #303030;
  }

  .acd_menu_group_link {
    color: #303030;
  }

  .acd_menu h2 {
    background: #f5f1e9;
    border-top: solid 1px #b3b3b3;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 10px;
    margin: 0;
  }
  label {
    display: block;
    margin: 0;
    padding: 10px;
    line-height: 1;
    color: #303030;
    cursor: pointer;
    position: relative;
  }
  .acd_menu i {
    position: absolute;
    right: 10px;
  }

  input {
    display: none;
  }
  .acd_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .acd_menu li {
    line-height: 1;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .acd_menu li a {
    margin-left: 1rem;
  }
  .acd_menu li a:before {
    content:"―";
    margin-right: 5px;
  }

  #acd_menu_category:checked ~ #acd_menu_category_list li,
  #acd_menu_group_set1:checked ~ #acd_menu_group_list_set1 li,
  #acd_menu_group_set2:checked ~ #acd_menu_group_list_set2 li,
  #acd_menu_group_set3:checked ~ #acd_menu_group_list_set3 li,
  #acd_menu_group_chopsticks1:checked ~ #acd_menu_group_list_chopsticks1 li,
  #acd_menu_group_chopsticks2:checked ~ #acd_menu_group_list_chopsticks2 li,
  #acd_menu_group_bowl1:checked ~ #acd_menu_group_list_bowl1 li,
  #acd_menu_group_bowl2:checked ~ #acd_menu_group_list_bowl2 li,
  #acd_menu_group_item1:checked ~ #acd_menu_group_list_item1 li,
  #acd_menu_group_item2:checked ~ #acd_menu_group_list_item2 li {
    height: 40px;
    opacity: 1;
  }

  .tb-pulldown-list__unit {
    font-weight: normal;
    list-style-type: none;
  }
  .tb-pulldown-list__link {
    padding: 10px;
    height: 100%;
    width: 100%;
    display: block;
  }
  .tb-pulldown-list__link:before {
    content: '- ';
  }

  /* global navigation */
  .gnavi {
    display: none;
  }

  /* slider */
  .slider {
    padding-top: 0;
    padding-bottom: 0;
  }
  .slider__inner {
    height: auto;
    width: 100%;
  }

  /* main */
  .main__section {
    padding-top: 0;
    margin-top: 50px;
  }
  .main__section--top {
    padding-top: 25px;
    padding-top: 0;
  }
  .main__inner {
    padding-right: 0;
    padding-left: 0;
  }

  /* sidebar */
  .sidebar {
    border-top: solid 1px #7d7d7d;
    padding: 20px 30px;
  }

  .menu-list {
    font-size: 1.4rem;
  }

  .menu-list__icon__img {
    width: 5%;
  }
  

  .seller-list-left__name--downer {
    margin-top: 10px;
    margin-left: 0;
  }

  .sidebar-banner-list {
    padding: 60px 20px 0;
  }
  .sidebar-banner-list__unit {
    margin: 0 0 30px;
  }

  /* contents */
  .contents {
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    float: none;
  }
  .contents-main {
    padding: 0;
  }

  .contents-sub {
    display: none;
  }

  /* footer */
  .mail-mag__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mail-mag__box {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 8px;
    height: auto;
    width: 100%;
  }
  .mail-mag__btn {
    height: auto;
    width: 49%;
    padding: 8px 0;
    font-size: 0.85714em;
  }

  .guide {
    padding: 0 20px;
  }

  .search_container {
    margin: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu {
    width: 60%;
  }
  .sp_menu .closebtn_block {
    margin: 18px 20px 20px;
  }
  .sp_menu .closebtn_block img {
    width: 18px;
  }
  .sp_menu.panelactive .menu_list{
    width: 60%;
  }

  .drawer_sns {
    padding: 20px 0 100px;
  }
  .drawer_sns li {
    margin-right: 15px;
    width: 9%;
  }

  .main__inner {
    padding: 0;
  }

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

  /* footer */
  .mail-mag i {
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
  }

  .guide__inner {
    padding: 30px 0;
  }

  .shop-owner {
    margin-bottom: 30px;
    text-align: center;
  }
  .shop-owner__image {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .shop-owner__info {
    float: none;
  }
  .shop-owner__name {
    margin-bottom: 10px;
  }

  .sns-list {
    margin-right: auto;
    margin-left: auto;
  }

  .pagetop__section {
    padding: 0;
  }

  .fnavi-list {
    font-size: 0.78571em;
    line-height: 1.8;
  }

  .guide-list__link {
    color: #ffffff;
  }
  .guide-list__link:hover {
    color: #999999;
  }

  /* pagenation */
  .pagenation-list__navi-end {
    margin: 0 22px;
  }

  /* product */
  .product__name {
    font-size: 1.28571em;
  }
  .product__image {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .product__guide {
    padding-right: 0;
    /*
    padding-bottom: 30px;
    */
  }
  .product__price {
    font-size: 1.28571em;
  }
  .product__stock-str {
    font-size: 1.28571em;
  }
  .product__info {
    padding-bottom: 60px;
  }
  .product-related-list {
    font-size: 0.92857em;
  }
  .product__explain {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product__order {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .option-list__unit--sec {
    padding-top: 20px;
  }

  .order-btn-list {
    padding-left: 0;
  }

  .order__btn-quick {
    margin-top: 10px;
  }

  .related_list ul {
    justify-content: flex-start;
  }
  .related-list__unit {
    display: block;
  }

  /* sk */
  .sk__section {
    margin-top: -10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .sp_menu {
    width: 70%;
  }
  .sp_menu.panelactive .menu_list{
    width: 70%;
  }
}


/* 
>>> Header
 ==================================== */
.announceBer_Block {
  background: #cb4327;
  padding: 8px 0;
  text-align: center;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  display: none;
}
.announceBer_Block p,
.announceBer_Block a {
  color: #fff;
}

.header {
  background: #fff;
  padding: 0 20px;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;

  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
}
.header a {
  font-weight: 600;
}

.header__inner {
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .snav {
    display: none;
  }

  .header a {
    font-weight: 500;
  }
  .announceBer_Block {
    padding: 15px 0;
    margin-bottom: 10px;
  }

  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
  }

  .logo {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .logo img {
    width: 55%;
    padding: 0;
  }

  .header-tools-phone {
    /*
    width: 45%;
    width: 20%;
    */
    text-align: right;
    margin-bottom: 0;
  }
  .header-tools-phone img {
    width: 40px;
  }

  .navi_icon_cart {
    position: relative;
    width: 40px;
  }
  .cart__count {
    position: absolute;
    top: 0;
    left: 60%;
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    font-size: 1.4rem;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 100;
  }

  .navi_icon_menu {
    margin-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0;
  }
  .header-tools-phone img {
    width: 30px;
  }
  .cart__count {
    font-size: 1.2rem;
  }

}

@media screen and (max-width: 500px) {
  .header__inner {
    padding: 0;
  }
  .header-tools-phone img {
    width: 40px;
  }
  .cart__count {
    font-size: 1rem;
  }
}

/* 
>>> global navigation
 ==================================== */
#gnavi {
  text-align: center;
  margin: 15px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#gnavi .logo {
  margin: 0;
  width: 14%;
  width: 15.5%;
}

#gnavi .logo img {
  padding: 0;
  align-items: flex-end;
}

#gnavi .navi {
  width: 60%;
}

#gnavi .navi ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  font-size: 1.45rem;
}
#gnavi .navi li {
  margin-left: 30px;
}

#gnavi .navi .navi_icon_mypage {
  width: 24px;
  height: auto;
}
#gnavi .navi .navi_icon_cart {
  width: 24px;
  width: 26px;
  height: auto;
  position: relative;
}
#gnavi .navi .cart__count {
  position: absolute;
  top: 5px;
  top: 0;
  right: 6px;
  right: 7px;
  font-size: 1rem;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 100;
}

/* 
>>> side
 ==================================== */
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1.5px solid #595757;
  display: block;
  padding: 0 10px 0 0;
  border-radius: 5px;
  height: 2.3em;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #595757;
  color: #303030;
  position: absolute;
  width: 2.5em;
  height: 2.3em;
  right: 0;
  top: -6px;
  outline : none;
}
.search_container input[type="image"]{
  cursor: pointer;
  border: none;
  position: absolute;
  width: 2rem;
  right: 5px;
  top: 5px;
  outline : none;
}

.search_icon {
  padding-right: 4px;
}

.side_sns {
  border-top: solid 1px #7d7d7d;
}
.side_sns ul {
  margin-top: 16px;
  list-style: none;
}
.side_sns li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.side_sns li img {
  width: 10.5%;
  height: auto;
  margin-right: 5px;
}

@media screen and (max-width: 980px) {
  .side_sns ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .side_sns li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    width: 30%;
  }
  .side_sns li img {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .side_sns li img {
    width: 15%;
    height: auto;
  }
}

/* 
>>> Footer
 ==================================== */
#footer {
  background: #eae3de;
  padding: 50px 0 5px 0;
}

#footer .fnavi ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

#footer .fnavi li::after {
  content: "｜";
  padding: 0 12px;
}
#footer .fnavi li:last-child:after {
  content: "";
  padding: 0;
}

.history__title-h2 {
  margin-left: 10px;
}
#footer .history-list {
  margin-top: 20px;
}

#footer .copyright {
  text-align: center;
  margin-top: 20px;
  color: #9FA0A0;
  font-size: 1.3rem;
  font-weight: 600;
}

@media screen and (max-width: 980px) {
  .display_pc {
    display: none;
  }

  .snav {
    margin: 0;
  }
  .snav li {
    padding: 8px 10px;
    margin-left: 3px;
    font-size: 13px;
  }
  .snav li a {
    color: #fff;
  }
  
  #gnavi .sns ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 0;
    width: 10%;
  }
  #footer {
    padding: 40px 0 10px 0;
  }

  #footer .history__section {
    padding-bottom: 40px;
    border-bottom: solid 1px #9FA0A0;
  }
  
  #footer .history__title-h2 {
    margin-top: 20px;
    margin-bottom: 20px!important;
    text-align: center;
    font-size: 2rem;
  }

  #footer .fnavi li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 20px 0 10px 0;
  }

  #footer .history-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #footer .history-list__unit{
    display: inline-block;
    width: 47%;
  }
  #footer .product-list__text {
    white-space: normal;
  }

  #footer .fnavi li {
    margin-bottom: 15px;
  }
  #footer .fnavi {
    text-align: center;
  }
  #footer .fnavi ul {
    flex-direction: column;
    
  }
  #footer .fnavi li::after {
    content: "";
    padding: 0;
  }

  #footer .copyright {
    margin-top: 0;
    font-size: 1.2rem;
  }

  address {
    margin-bottom: 10px;
  }
}

/* 
>>> こだまやについて
 ==================================== */
#kodamaya {
  font-size: 1.8rem;
}
#kodamaya p {
  font-size: 1.5rem;
  line-height: 3rem;
}
#kodamaya .lead {
  text-align: center;
}
#kodamaya .lead h1 {
  margin-top: 50px;
  font-size: 2.4rem;
}
#kodamaya .lead p {
  margin-bottom: 2rem;
}

#kodamaya .lead_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
#kodamaya .lead_sns a {
  margin: 0 8px;
  width: 3%;
}

#kodamaya .kodamaya_block {
  margin-top: 100px;
  border-top: solid 1px #000;
  padding-top: 20px;
}
#kodamaya .kodamaya_block img {
  margin-top: 30px;
  margin-bottom: 30px;
}

#kodamaya .kodamaya_block h1 {
  font-size: 2.2rem;
  margin-bottom: 0;
}

#kodamaya .kodamaya_block .item_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
  margin-top: 30px;
}
#kodamaya .kodamaya_block .item_block .item_block__box {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 15px;
}
#kodamaya .kodamaya_block .item_block .item_block__box img {
  padding: 0;
  margin: 0;
}
#kodamaya .kodamaya_block .item_block .item_block__box h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
#kodamaya .kodamaya_block .item_block .item_block__box p {
  line-height: 3rem;
  padding-right: 15%;
}
#kodamaya .kodamaya_block .item_block .item_block__box .item_block__box_btn {
  background: #C7B7A9;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  padding: 7px 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
#kodamaya .kodamaya_block .item_block .item_block__box .item_block__box_btn:hover {
  background: #C4C1BF;
}
#kodamaya .kodamaya_block .item_block .item_block__box .item_block__box_btn i {
  margin-left: 5px;
}

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

}

@media screen and (max-width: 768px) {
  #kodamaya {
    font-size: 1.6rem;
  }
  #kodamaya p {
    font-size: 1.25rem;
    line-height: 2.7rem;
    line-height: 2.2rem;
  }
  #kodamaya .lead h1 {
    margin-top: 25px;
    font-size: 1.8rem;
  }
  #kodamaya .lead p {
    margin-bottom: 2rem;
  }
  
  #kodamaya .lead_sns {
    margin-top: 50px;
  }
  #kodamaya .lead_sns a {
    margin: 0 5px;
    width: 5%;
    width: 6%;
  }
  
  #kodamaya .kodamaya_block {
    margin-top: 80px;
    padding-top: 15px;
  }
  #kodamaya .kodamaya_block img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #kodamaya .kodamaya_block h1 {
    font-size: 1.6rem;
  }
  
  #kodamaya .kodamaya_block .item_block {
    margin-top: 20px;
  }
  #kodamaya .kodamaya_block .item_block .item_block__box {
    width: 49%;
    margin-bottom: 15px;
  }
  #kodamaya .kodamaya_block .item_block .item_block__box h2 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  #kodamaya .kodamaya_block .item_block .item_block__box p {
    font-size: 1.15rem;
    line-height: 1.6;
    line-height: 1.5;
    padding-right: 10%;
  }
  #kodamaya .kodamaya_block .item_block .item_block__box .item_block__box_btn {
    font-size: 1.2rem;
    padding: 6px 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


/* 
>>> フリーページテンプレート
 ==================================== */
#free {

}

#free .lead {
  text-align: center;
  margin-bottom: 80px;
}
#free .lead h1 {
  margin-top: 50px;
  font-size: 2.4rem;
}
#free .lead p {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}

#free .feature_block,
#free .recommend_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#free .feature_block a {
  width: 49%;
  height: auto;
  margin-bottom: 15px;
  padding-top: 0;
}
#free .feature_block img {
  width: 100%;
  height: auto;
}

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

@media screen and (max-width: 768px) {
  #free .lead h1 {
    margin-top: 25px;
    font-size: 1.8rem;
  }
  #free .lead p {
    margin-bottom: 2rem;
  }
  
  #free .feature_block,
  #free .recommend_block {
    margin-top: 0px;
  }

  #free .feature_block a {
    margin-bottom: 20px;
    width: 100%;
  }
}

/* フリースペース */
.product-list__freespace-top p {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product-list__freespace-top p {
    font-size: 1.35rem;
    line-height: 1.8;
  }  
}

/* 
>>> Checkout
 ==================================== */
.callout.callout--is_warning{
  color: #000!important;
}


/*
 * アナウンスバー表示の場合
 */
.sliderActive {
  margin-top: 85px;
}
.announceBerActive {
  display: block;
}
@media screen and (max-width: 980px) {
  .headerSliderActive {
    padding: 0 0 10px;
  }
  .sliderActive {
    margin-top: 100px;
  }
}

/* 特集（トップページ・商品詳細ページ） */
.topic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topic a {
  width: 48%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .topic a {
    width: 49%;
    height: auto;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .topic {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
  .topic a {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
