@charset "UTF-8";
.contents_wrap {
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: visible;
}

/* ▼▼▼ MV ▼▼▼
====================================================== */
.mv-video video {
  max-width: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
  vertical-align: bottom;
}

.flow-box {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.flow-box .flow_text {
  display: inline-block;
  -webkit-animation: flow-right-to-left 18s linear infinite;
          animation: flow-right-to-left 18s linear infinite;
  white-space: nowrap;
  font-size: 29px;
}

.mv-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.mv-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DD6114;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mv-img.outer-mv::before {
  background-color: #981010;
}
.mv-img.goods-mv::before {
  background-color: #B42466;
}
.mv-img.is-animated::before {
  opacity: 1;
  -webkit-animation: slideInBg 1.6s ease-out forwards;
          animation: slideInBg 1.6s ease-out forwards;
}
.mv-img .mv-img-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.lead {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.index-ttl {
  text-align: center;
  font-size: 15px;
  padding: 10px;
}
.index-ttl span {
  padding-left: 15px;
  position: relative;
}
.index-ttl span::before {
  content: "";
  position: absolute;
  background: url(../img/fashion/icon_index.svg) center/contain no-repeat;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}
.index-list li {
  width: 33.33%;
}
.index-list li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-list li a::after {
  content: "";
  position: absolute;
  background: url(../img/fashion/arrow_index.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}
.index-list li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-list li a .img_hover {
  display: none;
  position: relative;
  z-index: 10;
}
.index-list li a:hover .img_hover {
  display: block;
}
.index-list li a:hover .img_normal {
  display: none;
}
@media (max-width: 768px) {
  .index-list.inview .img_normal {
    display: none;
  }
  .index-list.inview .img_hover {
    display: block;
  }
}

#top-content {
  position: relative;
}

.item_all_wrap .item_inner_wrap {
  padding: 36px 0 65px;
}
.item_all_wrap .item_inner_wrap:nth-child(odd) {
  background-color: #fff;
  color: #000;
}
.item_all_wrap .item_inner_wrap .shop_info {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.item_all_wrap .item_inner_wrap .shop_info::before {
  content: "";
  position: absolute;
  background-color: #DD6114;
  width: 34px;
  height: 34px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.item_all_wrap .item_inner_wrap .shop_info .shop {
  font-size: 14px;
}
.item_all_wrap .item_inner_wrap .shop_info .shop a {
  text-decoration: underline;
  font-weight: 500;
}
.item_all_wrap .item_inner_wrap .shop_info .place {
  font-size: 12px;
}
.item_all_wrap .item_inner_wrap .main-slider {
  width: 100%;
  max-height: 490px;
  margin: 20px auto 16px;
  padding-right: 35px;
  overflow: hidden;
  position: relative;
}
.item_all_wrap .item_inner_wrap .main-slider::before {
  font-family: "Jost", sans-serif;
  font-size: 102px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 10;
}
.item_all_wrap .item_inner_wrap .main-slider .item-txt {
  position: absolute;
  max-width: 39px;
  width: 100%;
  bottom: 22px;
  left: 25px;
  z-index: 10;
  margin-bottom: 0;
}
.item_all_wrap .item_inner_wrap .main-slider .item-txt.line_3 {
  max-width: 60px;
}
.item_all_wrap .item_inner_wrap .main-slider .main-swiper {
  width: 100%;
  height: 100%;
  min-height: 490px;
}
.item_all_wrap .item_inner_wrap .main-slider .swiper-slide {
  display: block;
  width: 100%;
  max-height: 490px;
  height: 100%;
}
.item_all_wrap .item_inner_wrap .main-slider .swiper-slide img, .item_all_wrap .item_inner_wrap .main-slider .swiper-slide video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_all_wrap .item_inner_wrap .main-slider .swiper-slide video {
  background-color: #000;
}
.item_all_wrap .item_inner_wrap .main-slider .main-pagination {
  position: absolute;
  top: 230px;
  right: 12px;
  width: auto;
  text-align: center;
}
.item_all_wrap .item_inner_wrap .main-slider .main-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #B4B4B4;
  opacity: 1;
  margin: 6px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item_all_wrap .item_inner_wrap .main-slider .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 13px;
  background-color: #000;
  border-radius: 100vmax;
}
.item_all_wrap .item_inner_wrap .sec_inner .item-txt {
  padding-right: 15px;
}
.item_all_wrap .item_inner_wrap .item-detail {
  padding: 0 0 0 20px;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: visible;
  padding-top: 43px;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide {
  width: auto;
  height: auto;
  padding-right: 8px;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 116px;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .category {
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 4px;
  position: relative;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .category::before {
  content: "";
  position: absolute;
  background-color: #DD6114;
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .item-name {
  font-size: 12px;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .shop-name {
  font-size: 12px;
  color: #A7A7A7;
  margin-bottom: 4px;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .shop-name span {
  font-size: 11px;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .item-price {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .detail-pagination {
  position: absolute;
  top: 20px;
  left: auto;
  right: 11px;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: auto;
  height: 3px;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .detail-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 3px;
  margin: 0;
  background-color: #B4B4B4;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .detail-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.item_all_wrap .item_inner_wrap:nth-child(even) {
  background-color: #000;
  color: #fff;
}
.item_all_wrap .item_inner_wrap:nth-child(even) a {
  color: #fff;
}
.item_all_wrap .item_inner_wrap:nth-child(even) .item-detail .detail-pagination .swiper-pagination-bullet {
  background-color: #535353;
}
.item_all_wrap .item_inner_wrap:nth-child(even) .item-detail .detail-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.item_all_wrap .item_inner_wrap:nth-child(1) .main-slider::before {
  content: "01";
}
.item_all_wrap .item_inner_wrap:nth-child(2) .main-slider::before {
  content: "02";
}
.item_all_wrap .item_inner_wrap:nth-child(3) .main-slider::before {
  content: "03";
}
.item_all_wrap .item_inner_wrap:nth-child(4) .main-slider::before {
  content: "04";
}
.item_all_wrap .item_inner_wrap:nth-child(5) .main-slider::before {
  content: "05";
}
.item_all_wrap .item_inner_wrap:nth-child(6) .main-slider::before {
  content: "06";
}
.item_all_wrap .item_inner_wrap:nth-child(7) .main-slider::before {
  content: "07";
}
.item_all_wrap .item_inner_wrap:nth-child(8) .main-slider::before {
  content: "08";
}
.item_all_wrap .item_inner_wrap:nth-child(9) .main-slider::before {
  content: "09";
}
.item_all_wrap .item_inner_wrap:nth-child(10) .main-slider::before {
  content: "10";
}
.item_all_wrap .item_inner_wrap:nth-child(11) .main-slider::before {
  content: "11";
}
.item_all_wrap .item_inner_wrap:nth-child(12) .main-slider::before {
  content: "12";
}

.item_all_wrap.outer-item .item_inner_wrap .shop_info::before {
  background-color: #981010;
}
.item_all_wrap.outer-item .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .category::before {
  background-color: #981010;
}
.item_all_wrap.fashiongoods-item .item_inner_wrap .shop_info::before {
  background-color: #B42466;
}
.item_all_wrap.fashiongoods-item .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .category::before {
  background-color: #B42466;
}

/* MV上文字　右から左への流れるアニメーション */
@-webkit-keyframes flow-right-to-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes flow-right-to-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* MV上から下にはけるアニメーション */
@-webkit-keyframes slideInBg {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  80% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
@keyframes slideInBg {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  80% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}