.pane-contents {
  padding: 0;
}

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

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

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

@media screen and (min-width: 768px) {
  .inner-wrap__1280 {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-contents h2, .main-contents h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.main-contents img {
  height: auto;
}

.top-swiper {
  padding: 0 !important;
}
.top-swiper .swiper-container {
  padding: 0px 0 60px;
}
@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 .top-swiper__link--img {
  vertical-align: top;
  -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);
  width: 100%;
}
.top-swiper .swiper-slide.swiper-slide-active .top-swiper__link .top-swiper__link--img {
  -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);
  width: 100%;
}
.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;
  }
}
@media screen and (min-width: 768px) {
  .top-swiper__navi .swiper-pagination {
    left: 0;
    right: 0;
  }
}
.top-swiper__counter {
  position: absolute;
  right: 0;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .top-swiper__counter {
    right: 20px;
    bottom: -25px;
  }
}
.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-swiper .top-swiper__textImage-wrap {
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  width: 100%;
  right: 0;
  left: 0;
  text-align: left;
  z-index: 1;
  padding-left: 40px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-swiper .top-swiper__textImage-wrap {
    width: 100%;
    bottom: 20px;
    padding-left: 0;
    padding-right: 20px;
  }
}
.top-swiper .top-swiper__textImage-wrap .top-swiper__textImage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px 30px 30px 40px;
}
@media screen and (max-width: 767px) {
  .top-swiper .top-swiper__textImage-wrap .top-swiper__textImage {
    padding: 20px 10px;
  }
}
.top-swiper .top-swiper__textImage-wrap .top-swiper__image {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top-swiper .top-swiper__textImage-wrap .top-swiper__image {
    margin-right: 10px;
  }
}
.top-swiper .top-swiper__textImage-wrap .top-swiper__text {
  font-size: 16px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-swiper .top-swiper__textImage-wrap .top-swiper__text {
    font-size: 12px;
    width: 100%;
  }
}
.top-swiper .top-swiper__textImage-wrap .top-swiper__text .top-swiper__text-ttl {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-swiper .top-swiper__textImage-wrap .top-swiper__text .top-swiper__text-ttl {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.top-news__link {
  background: #ebebeb;
  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(/common/img/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;
  }
}
.top-news__link span {
  display: inline-block;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .top-news__link span {
    width: 110px;
  }
}

.brandList .brandList-contents__Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-top: 1px solid #230e02;
  border-bottom: 1px solid #230e02;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .brandList .brandList-contents__Wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto;
  }
}
.brandList .brandList-contents__Wrap .brandList-contents {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .brandList .brandList-contents__Wrap .brandList-contents {
    width: auto;
    padding: 0 2%;
    -ms-flex-negative: inherit;
        flex-shrink: inherit;
  }
}

.brandDetail {
  background-color: #fffcf0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .brandDetail {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 768px) {
  .brandDetail .txt-img__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.brandDetail .txt-img__contents + .txt-img__contents {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .brandDetail .txt-img__contents + .txt-img__contents {
    margin-top: 60px;
  }
}
.brandDetail .txt-img__contents .img-box {
  padding-left: 28px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .brandDetail .txt-img__contents .img-box {
    width: 56%;
    padding-left: 0;
    margin-top: 0;
  }
}
.brandDetail .txt-img__contents .txt-box {
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (min-width: 768px) {
  .brandDetail .txt-img__contents .txt-box {
    width: 44%;
    margin-top: 0;
    padding-top: 25px;
    padding-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .brandDetail .txt-img__contents:nth-child(even) .img-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .brandDetail .txt-img__contents:nth-child(even) .img-box {
    padding-right: 28px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .brandDetail .txt-img__contents:nth-child(even) .txt-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 3%;
  }
}