@charset "UTF-8";
/*
function,breakpoint,英文などの特殊フォントの関数
*/
/*英語フォント*/
/*
mixinの設定
フォントサイズや、レスポンシブデザインの設定を行う
*/
/*-------------------------------------------------------
  ファーストビューのスライド
  ※JavaScriptの設定が必要
-------------------------------------------------------*/
.p-archive-features-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* 最初は非表示 */
  /* Swiperが初期化されたら表示 */
  /*ページネーション（ドットの部分）が必要なら設定*/
}
.p-archive-features-slide.swiper-container {
  visibility: hidden;
  overflow: hidden;
}
.p-archive-features-slide.swiper-initialized {
  visibility: visible;
  overflow: visible;
}
.p-archive-features-slide__wrapper {
  position: relative;
  padding-bottom: 16px;
}
.p-archive-features-slide__wrapper::before, .p-archive-features-slide__wrapper::after {
  display: none;
}
.p-archive-features-slide__img {
  overflow: hidden;
  width: 100%;
  height: 148.4931506849vw;
}
@media print, screen and (min-width:768px) {
  .p-archive-features-slide__img {
    height: 45vw;
    max-height: 578px;
  }
}
.p-archive-features-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-archive-features-slide__img--no-image {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-archive-features-slide__img--no-image img {
  width: 35%;
  height: 35%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width:768px) {
  .p-archive-features-slide__img--no-image img {
    width: 30%;
    height: 30%;
  }
}
.p-archive-features-slide__textarea {
  text-align: left;
  position: absolute;
  bottom: 11.5384615385%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media print, screen and (min-width:768px) {
  .p-archive-features-slide__textarea {
    bottom: min(52px, 5vw);
  }
}
.p-archive-features-slide__textarea a {
  display: block;
  color: #fff;
}
.p-archive-features-slide__sub-title {
  position: relative;
  font-size: 3.8356164384vw;
  font-weight: 500;
  letter-spacing: 0.37em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: #fff solid 1px;
  border-left: #fff solid 1px;
  padding: 0 1em 0.3em 0.8em;
  margin-bottom: 0.6em;
}
@media print, screen and (min-width:768px) {
  .p-archive-features-slide__sub-title {
    margin-bottom: 1em;
    font-size: min(14px, 1.3461538462vw);
    display: inline-block;
    margin-right: 0.6em;
  }
}
.p-archive-features-slide__sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  background-color: #fff;
}
.p-archive-features-slide__title {
  margin-bottom: 0.4em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 4.9315068493vw;
  font-weight: bold;
  line-height: 2.0555555556;
  /*行ごとに入れたspanタグ*/
}
@media print, screen and (min-width:768px) {
  .p-archive-features-slide__title {
    margin-bottom: 1em;
    font-size: min(24px, 2.3076923077vw);
  }
}
.p-archive-features-slide__title .row {
  background-color: #fff;
  padding: 0.18em 1rem;
}
.p-archive-features-slide__time {
  display: block;
  font-size: max(10px, 3.5616438356vw);
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width:768px) {
  .p-archive-features-slide__time {
    margin-top: 1em;
    line-height: 1;
    font-size: min(16px, 1.5384615385vw);
    color: #fff;
  }
}
.p-archive-features-slide__shops {
  margin-bottom: 0.5em;
  font-size: 4.3835616438vw;
  font-weight: 500;
  line-height: 1.25;
}
@media print, screen and (min-width:768px) {
  .p-archive-features-slide__shops {
    margin-bottom: 0.65em;
    font-size: clamp(10px, 2.3076923077vw, 24px);
  }
}
.p-archive-features-slide__tags {
  font-size: 3.5616438356vw;
  font-weight: 300;
  line-height: 1.3846153846;
}
@media print, screen and (min-width:768px) {
  .p-archive-features-slide__tags {
    font-size: min(14px, 1.3461538462vw);
  }
}
.p-archive-features-slide__tags li {
  display: inline-block;
  margin-right: 0.5em;
}
.p-archive-features-slide__tags li::before {
  content: "#";
  display: inline-block;
}
.p-archive-features-slide .swiper-pagination.swiper-pagination-bullets {
  bottom: 8.2191780822vw;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width:768px) {
  .p-archive-features-slide .swiper-pagination.swiper-pagination-bullets {
    bottom: min(32px, 2.5vw);
  }
}
.p-archive-features-slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: width 0.5s cubic-bezier(0.35, 0.15, 0.02, 0.99);
  transition: width 0.5s cubic-bezier(0.35, 0.15, 0.02, 0.99);
  border-radius: 5px;
}
@media only screen and (max-width:767px) {
  .p-archive-features-slide .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
}
.p-archive-features-slide .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.8rem;
}
.p-archive-features-slide .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
}