@charset "UTF-8";

.fantasia-shop-main,
.fantasia-shop-main * {
  box-sizing: border-box;
}

.fantasia-shop-main {
  --fantasia-shop-ink: #30282a;
  --fantasia-shop-purple: #592379;
  --fantasia-shop-gold: #dca762;
  --fantasia-shop-line: #cfc9ca;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: var(--fantasia-shop-ink);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.fantasia-shop-main .fantasia-stationery-content-inner{
  margin-top:40px !important;
}
.fantasia-shop-container {
  width: min(1400px, calc(100% - 64px));
  margin-inline: auto;
}

.fantasia-shop-introduction {
  padding-block: clamp(88px, 10.5vw, 200px) 0;
}

.fantasia-shop-introduction__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
  gap: clamp(44px, 5vw, 76px);
  align-items: start;
}

.fantasia-shop-brand {
  width: min(100%, 590px);
  margin: 18px auto 0;
}

.fantasia-shop-brand__logo,
.fantasia-shop-brand__rule,
.fantasia-shop-locations__hero,
.fantasia-shop-location-card__icon,
.fantasia-shop-location-card__photo,
.fantasia-shop-notice__icon,
.fantasia-shop-gallery-sales__art {
  display: block;
  max-width: 100%;
  height: auto;
}

.fantasia-shop-brand__logo {
  width: 100%;
}

.fantasia-shop-brand__rule {
  width: 100%;
  margin-top: 26px;
}

.fantasia-shop-catch {
  margin: 38px 0 23px;
  color: var(--fantasia-shop-purple);
  font-size: clamp(25px, 2.05vw, 31px);
  font-weight: 700;
  letter-spacing: .13em;
  text-align: center;
}

.fantasia-shop-description {
  font-size: clamp(14px, 1.12vw, 16px);
  font-weight: 600;
  line-height: 1.88;
}

.fantasia-shop-description p {
  margin: 0;
}

.fantasia-shop-locations__hero {
  width: 100%;
}

.fantasia-shop-locations__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.fantasia-shop-location-card {
  display: flex;
  min-width: 0;
  min-height: 392px;
  flex-direction: column;
  padding: 25px 18px 17px;
  overflow: hidden;
  border: 1px solid var(--fantasia-shop-line);
  border-radius: 14px;
  background: linear-gradient(140deg, rgba(250, 238, 245, .5), #fff 24%);
}

.fantasia-shop-location-card__heading {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
}

.fantasia-shop-location-card__icon {
  width: 67px;
}

.fantasia-shop-location-card__copy {
  padding-top: 1px;
  text-align: left;
}

.fantasia-shop-location-card__title {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

.fantasia-shop-location-card__text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.fantasia-shop-location-card__link {
  margin: 11px auto 17px;
  color: var(--fantasia-shop-ink);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color .2s ease;
}

.fantasia-shop-location-card__link:hover,
.fantasia-shop-location-card__link:focus-visible {
  color: var(--fantasia-shop-purple);
  text-decoration: underline;
}

.fantasia-shop-location-card__link:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(89, 35, 121, .25);
  outline-offset: 3px;
}

.fantasia-shop-location-card__photo {
  width: 100%;
  margin-top: auto;
  border-radius: 7px;
}

.fantasia-shop-location-card--online .fantasia-shop-location-card__photo {
  margin-bottom: 1px;
}

.fantasia-shop-gallery-sales {
  padding-block: clamp(40px, 5.5vw, 55px) clamp(46px, 5vw, 45px);
}

.fantasia-shop-gallery-sales__grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: clamp(52px, 6.5vw, 96px);
  align-items: start;
}

.fantasia-shop-section-title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 13px;
  font-size: clamp(24px, 2.15vw, 31px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.5;
}

.fantasia-shop-section-title__diamond {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  transform: rotate(45deg);
  background: #3a3032;
}

.fantasia-shop-gallery-sales__description {
  max-width: 620px;
  margin: 0;
  font-size: clamp(15px, 1.18vw, 17px);
  font-weight: 600;
  line-height: 1.85;
}

.fantasia-shop-notice {
  display: flex;
  width: min(100%, 590px);
  min-height: 96px;
  gap: 24px;
  align-items: center;
  margin-top: 78px;
  padding: 19px 30px;
  border: 1px solid #f2e4d3;
  border-radius: 10px;
  background: linear-gradient(115deg, #fff8ee, #fffdf9);
}

.fantasia-shop-notice__icon {
  width: 56px;
  flex: 0 0 56px;
}

.fantasia-shop-notice__text {
  margin: 0;
  font-size: clamp(14px, 1.17vw, 17px);
  font-weight: 600;
  line-height: 1.75;
}

.fantasia-shop-gallery-sales__conditions {
  display: grid;
  grid-template-columns: minmax(0, 510px) minmax(145px, 205px);
  gap: 32px;
  align-items: end;
  padding-top: 1px;
}

.fantasia-shop-conditions-table-wrap {
  min-width: 0;
}

.fantasia-shop-conditions-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #beb9bb;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.fantasia-shop-conditions-table__caption {
  padding: 0 0 7px 14px;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}

.fantasia-shop-conditions-table__header,
.fantasia-shop-conditions-table__label,
.fantasia-shop-conditions-table__value {
  height: 42px;
  padding: 6px 10px;
  border-right: 1px solid #c9c5c6;
  border-bottom: 1px solid #c9c5c6;
  vertical-align: middle;
}

.fantasia-shop-conditions-table__header {
  background: linear-gradient(#fbf2f8, #f6edf4);
  font-weight: 700;
}

.fantasia-shop-conditions-table__header:first-child,
.fantasia-shop-conditions-table__label {
  width: 36.5%;
}

.fantasia-shop-conditions-table__header:last-child,
.fantasia-shop-conditions-table__value {
  border-right: 0;
}

.fantasia-shop-conditions-table__body .fantasia-shop-conditions-table__row:last-child .fantasia-shop-conditions-table__label,
.fantasia-shop-conditions-table__body .fantasia-shop-conditions-table__row:last-child .fantasia-shop-conditions-table__value {
  border-bottom: 0;
}

.fantasia-shop-conditions-table__label {
  font-weight: 600;
}

.fantasia-shop-conditions-table__value {
  white-space: nowrap;
}

.fantasia-shop-gallery-sales__art {
  width: 205px;
  justify-self: end;
}

.fantasia-shop-js-ready .fantasia-shop-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.fantasia-shop-js-ready .fantasia-shop-reveal.fantasia-shop-is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .fantasia-shop-introduction__grid {
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    gap: 38px;
  }

  .fantasia-shop-location-card {
    min-height: 350px;
    padding-inline: 14px;
  }

  .fantasia-shop-location-card__heading {
    grid-template-columns: 57px minmax(0, 1fr);
    gap: 12px;
  }

  .fantasia-shop-location-card__icon {
    width: 55px;
  }

  .fantasia-shop-location-card__title {
    font-size: 16px;
  }

  .fantasia-shop-location-card__text {
    font-size: 13px;
  }

  .fantasia-shop-gallery-sales__grid {
    gap: 44px;
  }

  .fantasia-shop-gallery-sales__conditions {
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 20px;
  }

  .fantasia-shop-gallery-sales__art {
    width: 145px;
  }
}

@media (max-width: 900px) {
  .fantasia-shop-container {
    width: min(720px, calc(100% - 48px));
  }

  .fantasia-shop-introduction {
    padding-top: 72px;
  }

  .fantasia-shop-introduction__grid,
  .fantasia-shop-gallery-sales__grid {
    grid-template-columns: 1fr;
  }

  .fantasia-shop-introduction__grid {
    gap: 62px;
  }

  .fantasia-shop-brand {
    max-width: 590px;
  }

  .fantasia-shop-description {
    font-size: 15px;
  }

  .fantasia-shop-location-card {
    min-height: 410px;
    padding: 26px 20px 18px;
  }

  .fantasia-shop-location-card__heading {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  .fantasia-shop-location-card__icon {
    width: 68px;
  }

  .fantasia-shop-location-card__title {
    font-size: 19px;
  }

  .fantasia-shop-location-card__text {
    font-size: 15px;
  }

  .fantasia-shop-gallery-sales {
    padding-top: 105px;
  }

  .fantasia-shop-gallery-sales__grid {
    gap: 66px;
  }

  .fantasia-shop-notice {
    margin-top: 48px;
  }

  .fantasia-shop-gallery-sales__conditions {
    grid-template-columns: minmax(0, 1fr) 190px;
  }

  .fantasia-shop-gallery-sales__art {
    width: 190px;
  }
}

@media (max-width: 620px) {
  .fantasia-shop-main {
    line-height: 1.75;
  }

  .fantasia-shop-container {
    width: calc(100% - 32px);
  }

  .fantasia-shop-introduction {
    padding-top: 48px;
  }

  .fantasia-shop-brand {
    width: 95%;
    margin-top: 0;
  }

  .fantasia-shop-brand__rule {
    margin-top: 18px;
  }

  .fantasia-shop-catch {
    margin: 30px 0 20px;
    font-size: 22px;
    letter-spacing: .08em;
  }

  .fantasia-shop-description {
    font-size: 14px;
    line-height: 1.9;
  }

  .fantasia-shop-introduction__grid {
    gap: 48px;
  }

  .fantasia-shop-locations__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }

  .fantasia-shop-location-card {
    min-height: 0;
    padding: 24px 18px 16px;
  }

  .fantasia-shop-location-card__heading {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .fantasia-shop-location-card__icon {
    width: 62px;
  }

  .fantasia-shop-location-card__photo {
    margin-top: 22px;
  }

  .fantasia-shop-location-card__link {
    margin-block: 14px 2px;
    font-size: 16px;
  }

  .fantasia-shop-gallery-sales {
    padding-block: 88px 76px;
  }

  .fantasia-shop-section-title {
    gap: 10px;
    align-items: flex-start;
    font-size: 21px;
  }

  .fantasia-shop-section-title__diamond {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
    margin-top: 8px;
  }

  .fantasia-shop-gallery-sales__description {
    font-size: 14px;
  }

  .fantasia-shop-notice {
    gap: 15px;
    margin-top: 38px;
    padding: 17px 18px;
  }

  .fantasia-shop-notice__icon {
    width: 46px;
    flex-basis: 46px;
  }

  .fantasia-shop-notice__text {
    font-size: 13px;
    line-height: 1.65;
  }

  .fantasia-shop-notice__break {
    display: none;
  }

  .fantasia-shop-gallery-sales__conditions {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
  }

  .fantasia-shop-conditions-table {
    table-layout: fixed;
    font-size: 13px;
  }

  .fantasia-shop-conditions-table__caption {
    font-size: 15px;
  }

  .fantasia-shop-conditions-table__header,
  .fantasia-shop-conditions-table__label,
  .fantasia-shop-conditions-table__value {
    height: 42px;
    padding-inline: 5px;
  }

  .fantasia-shop-conditions-table__value {
    white-space: normal;
  }

  .fantasia-shop-gallery-sales__art {
    width: min(55%, 210px);
    align-self: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fantasia-shop-main .fantasia-shop-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
