﻿
/*ブランドトップ*/
body .pane-main img {
  vertical-align: top;
}

section {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.cstm-reset a, body .pane-main a {
  display: inline-block;
  color: #230e02;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .cstm-reset a, body .pane-main a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
  .cstm-reset a:hover, body .pane-main a:hover {
    opacity: 0.6;
  }
}
.cstm-reset a:hover, body .pane-main a:hover, .cstm-reset a:focus, body .pane-main a:focus {
  text-decoration: none;
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow-inset {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.drop-shadow {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}

.bg-be {
  background: #f9f6ed;
}

.border-b1px {
  border-bottom: 1px solid #230e02;
}

.border-b2px {
  border-bottom: 2px solid #230e02;
}

.top-swiper {
  padding: 0 !important;
}
.top-swiper .swiper-container {
  padding: 50px 0 110px;
}
@media screen and (max-width: 767px) {
  .top-swiper .swiper-container {
    padding: 0 0 60px;
  }
}
.top-swiper .swiper-slide .top-swiper__link {
  display: block;
}
.top-swiper .swiper-slide .top-swiper__link img {
  vertical-align: top;
  opacity: 0.2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0);
}
.top-swiper .swiper-slide.swiper-slide-active .top-swiper__link img {
  opacity: 1;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}
.top-swiper .swiper-slide.swiper-slide-active .top-swiper__link p {
  opacity: 1;
}
.top-swiper .swiper-pagination-bullet-active {
  background: #230e02;
}
.top-swiper .swiper-pagination-bullet {
  margin: 0 10px;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .top-swiper .swiper-pagination-bullet {
    margin: 0 7px;
    width: 5px;
    height: 5px;
  }
}
.top-swiper__link p {
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4615384615;
  padding-top: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-swiper__link p {
    font-size: 13px;
    padding-top: 15px;
  }
}
.top-swiper__navi {
  position: relative;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .top-swiper__navi {
    padding: 0 20px;
    margin-top: 15px;
  }
}
.top-swiper__counter {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top-swiper__counter {
    right: 15px;
  }
}
.top-swiper__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
  width: 135px;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .top-swiper__num {
    font-size: 16px;
  }
}
.top-swiper__num .currentNum {
  color: #230e02;
}
.top-swiper__num .totalNum {
  margin-left: 10px;
  color: #cfcbc8;
  position: relative;
}
.top-swiper__num .totalNum:before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #cfcbc8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  margin: auto;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.top-swiper__bar {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 5;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  width: 80px;
  height: 1px;
  background: #230e02;
  -webkit-transition: -webkit-transform 5s linear;
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
}
.top-swiper__barback {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  width: 80px;
  height: 1px;
  background: #d3cfcc;
}

.top-news__link {
  background: #f9f6ed;
  font-size: 15px;
  line-height: 1;
  padding: 20px 60px 20px 35px;
  display: block !important;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-news__link {
    font-size: 12px;
    padding: 18px 40px 18px 18px;
  }
}
.top-news__link + .top-news__link {
  border-top: 1px solid #fff;
}
.top-news__link:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../image/icon-arw.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .top-news__link:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.topics .inner-wrap .topics_list a {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .topics .inner-wrap .topics_list a {
    margin-left: 0px;
  }
}
.topics .inner-wrap .topics_list a:nth-child(5n+1) {
  margin-left: 0px;
}

.product-list__list {
  border-top: 2px solid #230e02;
}
.product-list__link {
  border-bottom: 1px solid #230e02;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .product-list__link {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .season-limited__box + .season-limited__box {
    margin-top: 60px;
  }
}
.season-limited__box:nth-of-type(odd) .season-limited__balloon,
.season-limited__box:nth-of-type(odd) .season-limited__comment {
  text-align: right;
}
.season-limited__box:nth-of-type(even) .season-limited__balloon,
.season-limited__box:nth-of-type(even) .season-limited__comment {
  text-align: left;
}
.season-limited__box:nth-of-type(even) .season-limited__comment:after,
.season-limited__box:nth-of-type(even) .season-limited__comment:before {
  border-width: 20px 0 0 20px;
  left: 20%;
}
.season-limited__box:nth-of-type(even) .season-limited__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.season-limited__box:nth-of-type(even) .season-limited__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .season-limited__box .season-limited__balloon {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .season-limited__balloon {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.season-limited__comment {
  position: relative;
  display: inline-block;
  width: 350px;
  text-align: center;
  padding: 15px 30px;
  background-color: #f9f6ed;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .season-limited__comment {
    width: 85%;
    padding: 15px;
  }
}
.season-limited__comment:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #000 transparent;
  border-width: 20px 20px 0 0;
  bottom: -21px;
  left: 80%;
  margin-left: -6px;
  opacity: 0.1;
}
.season-limited__comment:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #f9f6ed transparent;
  border-width: 20px 20px 0 0;
  bottom: -18px;
  left: 80%;
  margin-left: -10px;
}

.gift-send__label {
  background: #ad145b;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .gift-send__label {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -10px;
    left: -10px;
  }
}
.gift-send__list {
  border-top: 2px solid #230e02;
}
@media screen and (max-width: 767px) {
  .gift-send__list {
    border-left: 1px solid #230e02;
  }
}
.gift-send__link {
  border-bottom: 1px solid #230e02;
  width: 262px;
}
@media screen and (max-width: 767px) {
  .gift-send__link {
    border-right: 1px solid #230e02;
    width: 33.3333333333%;
  }
}
.gift-send__arw {
  position: relative;
}
.gift-send__arw:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #230e02;
  border-right: 1px solid #230e02;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .gift-send__arw:after {
    right: 5px;
  }
}

.ranking-wrap .ranking-navi-swiper {
  margin-bottom: 100px;
  line-height: 1.2;
  border-top: 1px solid #230e02;
  border-bottom: 1px solid #230e02;
  padding: 0 200px;
}
@media screen and (max-width: 767px) {
  .ranking-wrap .ranking-navi-swiper {
    margin: 0 0 30px;
    padding: 0 10px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .ranking-wrap .ranking-navi-swiper .swiper-container {
    opacity: 1;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ranking-wrap .ranking-navi-swiper .swiper-container {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .ranking-wrap .ranking-navi-swiper .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.ranking-wrap .ranking-navi-swiper .swiper-button-prev, .ranking-wrap .ranking-navi-swiper .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .ranking-wrap .ranking-navi-swiper .swiper-button-prev, .ranking-wrap .ranking-navi-swiper .swiper-button-next {
    display: block !important;
    top: 15px;
  }
  .ranking-wrap .ranking-navi-swiper .swiper-button-prev:after, .ranking-wrap .ranking-navi-swiper .swiper-button-next:after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ranking-wrap .ranking-navi-swiper .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ranking-wrap .ranking-navi-swiper .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ranking-wrap .ranking-navi-swiper .swiper-slide-active .ranking-navi-swiper__btn:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .ranking-wrap .ranking-navi-swiper .swiper-slide-active span {
    color: #230e02;
  }
}
.ranking-wrap .ranking-navi-swiper__btn {
  padding: 15px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #cecccb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ranking-wrap .ranking-navi-swiper__btn {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .ranking-wrap .ranking-navi-swiper__btn.active {
    color: #230e02;
  }
}
.ranking-wrap .ranking-navi-swiper__btn:after {
  content: "";
  display: block;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 60%;
  height: 3px;
  background: #230e02;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 768px) {
  .ranking-wrap .ranking-navi-swiper__btn:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .ranking-wrap .ranking-navi-swiper__btn.active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.ranking-wrap__tab {
  display: none;
}
.ranking-wrap__tab.active {
  display: block;
}
.ranking-wrap .ranking_more_btn {
  display: none;
}

.scene_wrap .ecbn-selection-to-nextpage {
  display: none;
}
.scene_wrap .link-arw span {
  border: none !important;
}
@media screen and (max-width: 767px) {
  .scene_wrap .link-arw span {
    border-bottom: 1px solid #230e02 !important;
  }
}
.scene_wrap .link-arw span:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .scene_wrap .link-arw span:after {
    content: "";
  }
}
.scene_wrap .link-arw span:before {
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0px;
  right: -70px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #230e02;
  border-right: 1px solid #230e02;
}
@media screen and (max-width: 767px) {
  .scene_wrap .link-arw span:before {
    content: none;
  }
}

.brand_wrap .link-arw span {
  border: none !important;
}
@media screen and (max-width: 767px) {
  .brand_wrap .link-arw span {
    border-bottom: 1px solid #230e02 !important;
  }
}
.brand_wrap .link-arw span:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .brand_wrap .link-arw span:after {
    content: "";
  }
}
.brand_wrap .link-arw span:before {
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0px;
  right: -70px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #230e02;
  border-right: 1px solid #230e02;
}
@media screen and (max-width: 767px) {
  .brand_wrap .link-arw span:before {
    content: none;
  }
}

.search_wrap .link-arw span {
  border-color: #d8c2c2 !important;
}
.search_wrap .link-arw span:after {
  background-color: #ffffff !important;
}
.search_wrap .search_accordion01, .search_wrap .search_accordion02 {
  display: none;
}
.search_wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #a59f8e;
  position: relative;
}
.search_wrap form .uni_suggest_container {
  top: 40px;
}
@media screen and (min-width: 768px) {
  .search_wrap form .uni_suggest_container {
    width: calc(100% - 50px);
    top: 60px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
  }
}
.search_wrap .block-global-search--keyword {
  width: calc(100% - 50px);
  padding: 5px 0 5px 10px;
  line-height: 1;
}
.search_wrap .side-menu__search form .submit-btn-block {
  width: 50px;
  position: relative;
}
.search_wrap-ttl {
  font-size: 13px;
  padding: 12px 30px 12px 10px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  display: block !important;
}
.search_wrap-ttl .icon-insta {
  width: 18px;
  vertical-align: sub;
  margin: 0 0 0 15px;
}
.search_wrap-ttl.toggle-btn_sp:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #230e02;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.search_wrap-ttl.toggle-btn_sp:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #230e02;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
.search_wrap-ttl.toggle-btn_sp.toggle-active:before {
  display: none;
}
.search_wrap-ttl.link-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #230e02;
  border-right: 1px solid #230e02;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .search_wrap .side-menu__wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.search_wrap .side-menu__list {
  border-bottom: none;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list-inner {
    border-top: none;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list-inner .side-menu__list-inner .side-menu__list-ttl {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .search_wrap .side-menu__list-inner .side-menu__list-inner .side-menu__list-ttl {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .search_wrap .side-menu__list-inner .side-menu__list-ttl {
    padding: 12px 30px 12px 10px;
  }
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list-wrap {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list-wrap .side-menu__list-inner {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list-wrap .side-menu__list-wrap {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list-wrap .side-menu__list-ttl {
    padding: 8px 15px;
  }
}
.search_wrap .side-menu__list-ttl {
  cursor: auto;
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list-ttl {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list-ttl.toggle-btn:after, .search_wrap .side-menu__list-ttl.toggle-btn:before {
    content: none;
  }
}
.search_wrap .side-menu__list-ttl.toggle-btn_2:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .search_wrap .side-menu__list-ttl.toggle-btn_2:after {
    content: none;
  }
}
.search_wrap .side-menu__list-ttl.toggle-btn_2:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .search_wrap .side-menu__list-ttl.toggle-btn_2:before {
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 0px;
    right: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #230e02;
    border-right: 1px solid #230e02;
    background-color: inherit;
  }
}
@media screen and (max-width: 767px) {
  .search_wrap .side-menu__list-ttl.toggle-btn_2.toggle-active.toggle-btn_2:before {
    display: block;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list .pc_border {
    border-top: 1px dotted #230e02;
  }
}
.search_wrap .side-menu__list .link-btn:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .search_wrap .side-menu__list > .side-menu__list-wrap {
    border-bottom: 1px solid #bcbebf;
  }
}
.search_wrap .side-menu__list > .side-menu__list-wrap:last-of-type {
  border-bottom: 1px dotted #230e02;
}
@media screen and (max-width: 767px) {
  .search_wrap form .submit-btn-block {
    width: 50px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .search_wrap form .submit-btn-block--icon {
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .contents-wrap__item:nth-child(n+4) {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .suzette-brand__wrap + .suzette-brand__wrap {
    border-left: 1px solid #bdb6b3;
  }
}
@media screen and (max-width: 767px) {
  .suzette-brand__wrap + .suzette-brand__wrap {
    border-top: 1px solid #230e02;
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cheak-history #itemHistoryDetail {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .cheak-history #itemHistoryDetail {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .cheak-history #itemHistoryDetail::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.menu-active .side-menu {
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

#block_of_category {
  display: none;
}

#block_of_event .block-top-event--header, #block_of_event .block-top-event--goods {
  display: none;
}
#block_of_event .block-top-event--goods:last-of-type {
  display: block;
}
@media screen and (max-width: 767px) {
  #block_of_event .block-top-event--goods:last-of-type {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  #block_of_event .block-thumbnail-t {
    padding-top: 20px;
  }
}
#block_of_event .block-thumbnail-t--goods-image {
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  #block_of_event .block-thumbnail-t--goods-image {
    -webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 25, 0.15);
            box-shadow: 0px 12px 30px 0px rgba(0, 0, 25, 0.15);
  }
}
#block_of_event .top_event_title_ {
  display: none;
}
#block_of_event .block-thumbnail-t--goods-image figure {
  padding: 20px;
  background-color: #ffffff;
}

.pane-contents {
  padding-top: 0;
}

.pane-contents > .container {
  width: 100%;
  display: block;
}

.pane-left-menu, .pane-topic-path {
  display: none;
}

h1.h1.block-category-list--header {
  position: absolute;
  top: -100px;
  left: 0;
  margin: 0;
  font-size: 24px;
  z-index: 0;
}

.pane-contents > .container {
  width: 100%;
  display: block;
}

.list_goods_wrap {
  padding-top: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .list_goods_wrap {
    padding: 0;
    margin: 0;
  }
}
.list_goods_wrap .block-thumbnail-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_goods_wrap .block-thumbnail-t {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.list_goods_wrap .block-thumbnail-t li {
  width: calc(20% - 60px);
}
@media screen and (max-width: 767px) {
  .list_goods_wrap .block-thumbnail-t li {
    width: 100%;
    max-width: 41.66667%;
    padding: 0 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.list_goods_wrap .block-thumbnail-t li:first-of-type {
  margin-left: 0px;
}
.list_goods_wrap .block-thumbnail-t li .btn-primary {
  width: 100%;
  background-color: #230e02;
  color: #fff !important;
  border-color: #230e02;
  margin-top: 0px;
  background-image: url(../image/ico_cart.png);
  background-repeat: no-repeat;
  background-position: 20px 8px;
  background-size: 23px;
  border-radius: 3px;
  font-size: 15px;
  padding: 8px 0px;
  text-decoration: none;
}
.list_goods_wrap .block-thumbnail-t > li {
  margin-left: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_goods_wrap .block-thumbnail-t > li {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.list_goods_wrap .block-thumbnail-t > li:nth-child(5n+1) {
  margin-left: 0;
}
.list_goods_wrap .block-goods-list--pager-top.block-goods-list--pager.pager {
  display: none;
}
.list_goods_wrap .block-thumbnail-t--goods .text_icon_wrap {
  display: none;
}
.list_goods_wrap .block-thumbnail-t--goods .brand_name {
  display: none;
}
.list_goods_wrap .block-thumbnail-t--goods .block-add-cart {
  display: none;
}
.list_goods_wrap .block-thumbnail-t--goods .icon_list_wrap {
  display: none;
}
.list_goods_wrap .block-thumbnail-t--goods .js-enhanced-ecommerce-goods-name {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .list_goods_wrap .block-thumbnail-t--goods .js-enhanced-ecommerce-goods-name {
    font-size: 12px;
  }
}
.list_goods_wrap .block-thumbnail-t--goods .block-thumbnail-t--price {
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .list_goods_wrap .block-thumbnail-t--goods .block-thumbnail-t--price {
    font-size: 11px;
  }
}

.list_goods_wrap .block-thumbnail-t--goods-image figure, .block-search-goods .block-thumbnail-t--goods-image figure {
  height: auto;
}
@media screen and (max-width: 767px) {
  .list_goods_wrap .block-thumbnail-t--goods-image figure, .block-search-goods .block-thumbnail-t--goods-image figure {
    height: calc((100vw - 56px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .list_goods_wrap .block-thumbnail-t--goods, .block-search-goods .block-thumbnail-t--goods {
    width: 100%;
    margin-bottom: 0px !important;
  }
}

.brand_link_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .brand_link_wrap {
    width: 100%;
    padding: 0px 0;
  }
}
.brand_link_wrap #brand_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand_link_wrap #brand_link:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.brand_link_wrap #brand_link .brand_link_contents {
  padding: 0 7px;
  width: 33.3333333333%;
  max-width: 417px;
}
.brand_link_wrap #brand_link dl {
  width: auto;
  text-align: center;
}
.brand_link_wrap #brand_link dl .rollover_ {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.brand_link_wrap #brand_link dl .rollover_ img {
  left: 0;
  top: 0;
}
.brand_link_wrap #brand_link dl .rollover_ img:nth-of-type(2) {
  display: none;
  position: absolute;
}
.brand_link_wrap #brand_link dl a:hover {
  opacity: 1;
}
.brand_link_wrap #brand_link dd {
  margin: 20px 0 0;
}
.brand_link_wrap #brand_link dd .rollover_ {
  position: relative;
  display: block;
  height: 40px;
}

#block_of_topic {
  display: none;
}

@media screen and (min-width: 768px) {
  .block-genre-page .block-thumbnail-t--goods, .list_goods_wrap .block-thumbnail-t--goods, .block-search-goods .block-thumbnail-t--goods {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #brand_intro .brandlink_henri_, #brand_intro .brandlink_c3_, #brand_intro .brandlink_elcafe_ {
    overflow: hidden;
    position: relative;
    min-height: 150px;
  }
  #brand_intro .brandlink_henri_ ul, #brand_intro .brandlink_c3_ ul, #brand_intro .brandlink_elcafe_ ul {
    opacity: 0;
    width: 50%;
    position: absolute;
    top: 15%;
    text-align: center;
    -webkit-transition: left 1s ease-out, right 1s ease-out, opacity 1s ease-in;
    transition: left 1s ease-out, right 1s ease-out, opacity 1s ease-in;
  }
  #brand_intro .brandlink_henri_ ul, #brand_intro .brandlink_elcafe_ ul {
    right: -20%;
  }
  #brand_intro .brandlink_c3_ ul {
    left: -20%;
  }
  #brand_intro .brandlink_henri_ ul.move_, #brand_intro .brandlink_elcafe_ ul.move_ {
    opacity: 1;
    right: 10px;
  }
  #brand_intro .brandlink_henri_ .logo_ {
    margin: 0 5% 5%;
  }
  #brand_intro .brandlink_henri_ li, #brand_intro .brandlink_c3_ li, #brand_intro .brandlink_elcafe_ li {
    line-height: 1;
  }
  #brand_intro .brandlink_henri_ .about_ {
    margin: 4% 4% 0;
  }
  #brand_intro .brandlink_c3_ ul.move_ {
    opacity: 1;
    left: 10px;
  }
  #brand_intro .brandlink_c3_ .logo_ {
    margin: 0 26% 5%;
  }
  #brand_intro .brandlink_c3_ .about_ {
    margin: 4% 15% 0;
  }
  #brand_intro .brandlink_elcafe_ .logo_ {
    margin: 0 33% 10%;
  }
  #brand_intro .brandlink_elcafe_ .about_ {
    margin: 4% 15% 0;
  }
}
@media screen and (min-width: 768px) {
  .overflow-md-hidden {
    overflow: hidden;
  }
}

.swiper_topics {
  min-height: 380px;
}
@media screen and (max-width: 767px) {
  .swiper_topics {
    min-height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .swiper_topics .swiper-wrapper {
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .swiper_topics .swiper-slide {
    max-width: 140px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 360px) {
  .swiper_topics .swiper-slide {
    max-width: 120px;
  }
}
.swiper_topics .swiper-button-next {
  background-image: none;
}
.swiper_topics .swiper-button-next:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: #330000 2px solid;
  border-top: #330000 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper_topics .swiper-button-prev {
  background-image: none;
}
.swiper_topics .swiper-button-prev:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: #330000 2px solid;
  border-top: #330000 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.swiper_topics .swiper-button-next, .swiper_topics .swiper-button-prev {
  margin-top: auto;
  margin-bottom: auto;
  top: 40%;
}
@media screen and (max-width: 767px) {
  .swiper_topics .swiper-button-next, .swiper_topics .swiper-button-prev {
    display: none;
  }
}
.swiper_topics .box-shadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .overflow-md-hidden {
    overflow: hidden;
  }
}