@charset "UTF-8";
/* インポート */
/* media queries */
@font-face {
  font-family: "NotoSansJP";
  src: url("fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("fonts/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "MOVIEWALKER";
  font-display: swap;
  src: url("fonts/MOVIEWALKERV4.woff2") format("woff2");
}
@font-face {
  font-family: "MOVIEWALKERPRICE";
  font-display: swap;
  src: url("fonts/MOVIEWALKER-PRICE.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@-webkit-keyframes mw-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mw-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shop__information > .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  padding: 24px 16px 0;
}
@media screen and (max-width: 767px) {
  .shop__information > .title {
    font-size: min(4.8vw, 18px);
    padding: 0.9em 0.7em 0;
  }
}
.shop__information .shop__list__wrap {
  padding: 24px 16px 0;
}
@media screen and (max-width: 767px) {
  .shop__information .shop__list__wrap {
    padding: 1.1em 0.9em 0;
  }
}
.shop__information .shop__list__wrap .shop__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .shop__information .shop__list__wrap .shop__list {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .shop__information .form__btnWrap {
    padding: 2.3em 0 4.7em;
  }
}
.shop__information .form__btnWrap .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .shop__information .form__btnWrap .btn {
    max-width: 200px;
  }
}

.campaign__feature__item .detail__info .content__title {
  font-size: 14px;
  font-weight: bold;
}
.campaign__feature__item .detail__info .content__text {
  -webkit-line-clamp: 4;
}
