@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: 20px;
  padding: 0 20px;
  color: #000;
}
@media screen and (min-width: 1100px) {
  .lead {
    font-size: 18px;
  }
}

.index-ttl {
  text-align: center;
  font-size: 15px;
  padding: 10px;
  color: #000;
}
@media screen and (min-width: 1100px) {
  .index-ttl {
    font-size: 17px;
  }
}

.index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.index-list li {
  width: 33.33%;
  padding: 8px 10px;
}
.index-list li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .index-list.inview .img_normal {
    display: none;
  }
  .index-list.inview .img_hover {
    display: block;
  }
}

#top-content {
  position: relative;
}

.circle {
  position: absolute;
  background: #A1B881;
  border-radius: 50%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  width: min(100%, 400px);
  width: 102px;
  height: 102px;
  position: absolute;
  top: 6px;
  left: -100px;
}
.circle.top {
  background: #A1B881;
}
.circle.outer {
  background: #95AFDC;
}
.circle.fashiongoods {
  background: #8CCACE;
  top: 3px;
  left: auto;
  right: 0;
  width: 50px;
  height: 50px;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.circle.item {
  background: #E7DA7F;
  top: 3px;
  left: auto;
  right: 0;
  width: 50px;
  height: 50px;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}

.item_all_wrap .item_inner_wrap {
  padding: 35px 0 30px;
}
.item_all_wrap .item_inner_wrap .shop_info {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: #A1B881;
}
.item_all_wrap .item_inner_wrap .shop_info .shop {
  font-size: 14px;
  color: #A1B881;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .shop_info .shop {
    font-size: 16px;
  }
}
.item_all_wrap .item_inner_wrap .shop_info .shop a {
  text-decoration: underline;
  font-weight: 500;
  color: inherit;
}
.item_all_wrap .item_inner_wrap .shop_info .place {
  font-size: 11px;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .shop_info .place {
    font-size: 16px;
  }
}
.item_all_wrap .item_inner_wrap .shop_info .place .tel_link a {
  color: inherit;
}
.item_all_wrap .item_inner_wrap .main-slider {
  width: 100%;
  max-height: 450px;
  margin: 20px auto 20px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .main-slider {
    max-height: 507px;
  }
}
.item_all_wrap .item_inner_wrap .main-slider .main-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.item_all_wrap .item_inner_wrap .main-slider .main-slider-txt {
  text-align: center;
  width: 15%;
  border-right: 1px solid #A1B881;
  padding-right: 15px;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .main-slider .main-slider-txt {
    width: 21%;
    padding-right: 0;
    margin-right: 15px;
  }
}
.item_all_wrap .item_inner_wrap .main-slider .main-slider-txt .item-num {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .main-slider .main-slider-txt .item-num {
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 47px;
    max-width: 100%;
  }
}
.item_all_wrap .item_inner_wrap .main-slider .item-txt {
  display: block;
  margin: 0 auto;
  max-width: 39px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .main-slider .item-txt {
    max-width: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100% - 40px);
    margin-top: 40px;
  }
}
.item_all_wrap .item_inner_wrap .main-slider .main-slider-img {
  max-width: 280px;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .main-slider .main-slider-img {
    max-width: 100%;
  }
}
.item_all_wrap .item_inner_wrap .main-slider .main-swiper {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .main-slider .main-swiper {
    min-height: 510px;
  }
}
.item_all_wrap .item_inner_wrap .main-slider .swiper-slide {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .main-slider .swiper-slide {
    max-width: 320px;
  }
}
.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;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .main-slider .swiper-slide img, .item_all_wrap .item_inner_wrap .main-slider .swiper-slide video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.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;
  left: 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-top: 20px;
  color: #000;
}
.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%;
  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;
  overflow: visible;
}
.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;
  margin-bottom: 4px;
  position: relative;
  color: #A1B881;
  font-weight: bold;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .category {
    font-size: 16px;
  }
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .item-name {
  font-size: 12px;
  color: #000;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .item-name {
    font-size: 14px;
  }
}
.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;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .shop-name {
    font-size: 14px;
  }
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .shop-name span {
  font-size: 11px;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .shop-name span {
    font-size: 13px;
  }
}
.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;
  color: #000;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .item-detail .detail-swiper .swiper-slide .detail-txt-wrap .detail-txt-inner .item-price {
    font-size: 16px;
  }
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .detail-pagination {
  position: absolute;
  top: 10px;
  left: auto;
  right: 11px;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: auto;
  height: 1px;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .detail-pagination::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: #B4B4B4;
  top: 10px;
}
@media screen and (min-width: 1100px) {
  .item_all_wrap .item_inner_wrap .item-detail .detail-swiper .detail-pagination::after {
    top: 11px;
  }
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .detail-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 1px;
  margin: 0;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
}
.item_all_wrap .item_inner_wrap .item-detail .detail-swiper .detail-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A1B881;
  border-radius: 100vmax;
  width: 10px;
  height: 10px;
  position: relative;
  z-index: 2;
}

#fashiongoods-wrap .item-detail, #item-wrap .item-detail {
  padding: 0 !important;
}
#fashiongoods-wrap .main-slider .main-slider-img, #item-wrap .main-slider .main-slider-img {
  max-height: 330px !important;
}
@media screen and (min-width: 1100px) {
  #fashiongoods-wrap .main-slider .main-slider-img, #item-wrap .main-slider .main-slider-img {
    max-height: 380px !important;
  }
}
#fashiongoods-wrap .main-slider .main-pagination, #item-wrap .main-slider .main-pagination {
  top: 170px !important;
}
@media screen and (min-width: 1100px) {
  #fashiongoods-wrap .main-slider .main-pagination, #item-wrap .main-slider .main-pagination {
    top: 200px !important;
  }
}
#fashiongoods-wrap .main-slider .item-txt.large, #item-wrap .main-slider .item-txt.large {
  max-width: 46px !important;
  width: 46px !important;
}
@media screen and (min-width: 1100px) {
  #fashiongoods-wrap .main-slider .item-txt.large, #item-wrap .main-slider .item-txt.large {
    max-width: 55px !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1100px) {
  #fashiongoods-wrap .main-slider .main-slider-txt, #item-wrap .main-slider .main-slider-txt {
    width: 20% !important;
  }
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  padding: 20px 0 0 0;
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-list:not(:last-of-type) {
  margin-bottom: 8px;
}
.item-list li {
  font-size: 12px;
}
@media screen and (min-width: 1100px) {
  .item-list li {
    font-size: 14px;
  }
}
.item-list li.item-price {
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .item-list li.item-price {
    font-size: 16px;
  }
}
.item-list li.full {
  width: 100%;
}
.item-list li.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-list li .item-price {
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .item-list li .item-price {
    font-size: 16px;
  }
}

.item-list02 {
  margin-bottom: 8px;
}
.item-list02 .item-name {
  font-size: 11px;
}
.item-list02 .item-price {
  font-size: 12px;
  text-align: right;
}

.item-note {
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (min-width: 1100px) {
  .item-note {
    font-size: 14px;
  }
}

.shop {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .shop {
    font-size: 16px;
  }
}
.shop a {
  text-decoration: underline;
  font-weight: 500;
}

.place {
  font-size: 11px;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 1100px) {
  .place {
    font-size: 16px;
  }
}

.top-line.top {
  border-top: 1px solid #A1B881;
}
.top-line.bottom {
  border-bottom: 1px solid #A1B881;
}

#outer-wrap .shop_info {
  color: #95AFDC !important;
}
#outer-wrap .top-line.top-line.bottom, #outer-wrap .top-line.top-line.top {
  border-color: #95AFDC !important;
}
#outer-wrap .main-slider-txt {
  border-color: #95AFDC !important;
}
#outer-wrap .category {
  color: #95AFDC !important;
}
#outer-wrap .detail-pagination .swiper-pagination-bullet-active {
  background-color: #95AFDC !important;
}
#outer-wrap .shop {
  color: #95AFDC !important;
}

#fashiongoods-wrap .shop_info {
  color: #5EA3A8 !important;
}
#fashiongoods-wrap .top-line.top-line.bottom, #fashiongoods-wrap .top-line.top-line.top {
  border-color: #8CCACE !important;
}
#fashiongoods-wrap .main-slider-txt {
  border-color: #8CCACE !important;
}
#fashiongoods-wrap .category {
  color: #8CCACE !important;
}
#fashiongoods-wrap .detail-pagination .swiper-pagination-bullet-active {
  background-color: #8CCACE !important;
}
#fashiongoods-wrap .shop {
  color: #5EA3A8 !important;
}

#item-wrap .shop_info {
  color: #A89507 !important;
}
#item-wrap .top-line.top-line.bottom, #item-wrap .top-line.top-line.top {
  border-color: #E7DA7F !important;
}
#item-wrap .main-slider-txt {
  border-color: #E7DA7F !important;
}
#item-wrap .category {
  color: #E7DA7F !important;
}
#item-wrap .detail-pagination .swiper-pagination-bullet-active {
  background-color: #E7DA7F !important;
}
#item-wrap .shop {
  color: #A89507 !important;
}

/* 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% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  80% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
@keyframes slideInBg {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  80% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}