/*
Theme Name: Saisaisai
Theme URI: https://example.com/
Author: Saisaisai
Description: SAI SAI SAI exhibition theme.
Version: 1.0.0
Text Domain: saisaisai
*/

@charset "UTF-8";

:root {
  --base-size: 390;
  --scroll-bg-image: url("./assets/img/scroll_sp.webp");
  --venue-footer-gradient: linear-gradient(180deg, rgba(0, 54, 61, 0) 0%, #0090a3 100%);
  --bg-black: #000;
  --teal-900: #004d57;
  --teal-700: #067487;
  --teal-500: #2eaec1;
  --purple-900: #23013d;
  --purple-700: #4d2f67;
  --gray-100: #f4f7f8;
  --gray-300: #d5dbe0;
  --gray-500: #8b9299;
  --white: #fff;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  color: var(--white);
}

body {
  margin: 0;
  font-size: clamp(0px, calc(14 / var(--base-size) * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #003232 0%, #320032 100%);
}

.intro,
.special-materials-wrap,
.artists,
.benefit,
.venue,
.venue-footer-wrap {
  position: relative;
  isolation: isolate;
}

.intro::before,
.special-materials-wrap::before,
.artists::before,
.benefit::before,
.venue::before {
  content: none;
}

.intro > *,
.special-materials-wrap > *,
.artists > *,
.benefit > *,
.venue > * {
  position: relative;
  z-index: 1;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.container {
  width: 94%;
  max-width: clamp(0px, calc(1024 / var(--base-size) * 100vw), 1024px);
  margin: 0 auto;
}

.section-heading {
  margin: 0 0 clamp(0px, calc(24 / var(--base-size) * 100vw), 24px);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0px, calc(40 / var(--base-size) * 100vw), 40px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.section-heading--center {
  text-align: center;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(clamp(0px, calc(16 / var(--base-size) * 100vw), 16px));
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pc-only {
  display: none;
}

.sp-only {
  display: revert;
}

.is-menu-open {
  overflow: hidden;
}

.site-menu-button {
  position: fixed;
  top: clamp(15px, calc(15 / var(--base-size) * 100vw), 15px);
  right: clamp(15px, calc(15 / var(--base-size) * 100vw), 15px);
  z-index: 1150;
  width: clamp(30px, calc(30 / var(--base-size) * 100vw), 30px);
  height: clamp(27px, calc(27 / var(--base-size) * 100vw), 27px);
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.site-menu-button__line {
  display: block;
  width: 100%;
  height: clamp(5px, calc(5 / var(--base-size) * 100vw), 5px);
  background: #fff;
}

.site-menu {
  position: fixed;
  inset: 0;
  z-index: 1140;
  pointer-events: none;
}

.site-menu__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.site-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(calc(378 / var(--base-size) * 100vw), calc(100vw - 20px));
  max-width: 100%;
  height: 100%;
  padding:
    clamp(15px, calc(15 / var(--base-size) * 100vw), 15px)
    clamp(15px, calc(15 / var(--base-size) * 100vw), 15px)
    clamp(30px, calc(30 / var(--base-size) * 100vw), 30px)
    clamp(30px, calc(30 / var(--base-size) * 100vw), 30px);
  background: #fff;
  color: #3c3c3c;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.site-menu__close {
  position: relative;
  display: block;
  width: clamp(30px, calc(30 / var(--base-size) * 100vw), 30px);
  height: clamp(27px, calc(27 / var(--base-size) * 100vw), 27px);
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-menu__close::before,
.site-menu__close::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 5%;
  width: 90%;
  height: 3px;
  background: #3c3c3c;
  transform-origin: center center;
}

.site-menu__close::before {
  transform: translateY(-50%) rotate(34deg);
}

.site-menu__close::after {
  transform: translateY(-50%) rotate(-34deg);
}

.site-menu__list {
  margin: clamp(127px, calc(127 / var(--base-size) * 100vw), 127px) 0 0;
  padding: 0;
  list-style: none;
}

.site-menu__item + .site-menu__item {
  margin-top: clamp(30px, calc(30 / var(--base-size) * 100vw), 30px);
}

.site-menu__link {
  color: #3c3c3c;
  font-size: clamp(20px, calc(20 / var(--base-size) * 100vw), 20px);
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.site-menu__item:first-child .site-menu__link {
  font-size: clamp(30px, calc(30 / var(--base-size) * 100vw), 30px);
  font-family: "Noto Serif JP", serif;
}

.site-menu.is-open {
  pointer-events: auto;
}

.site-menu.is-open .site-menu__overlay {
  opacity: 1;
}

.site-menu.is-open .site-menu__panel {
  transform: translateX(0);
}

.is-menu-open .site-menu-button {
  opacity: 0;
  pointer-events: none;
}

.hero {
  background-image:
    var(--scroll-bg-image),
    linear-gradient(90deg, #003232 0%, #320032 100%);
  background-position: center top, center top;
  background-size: cover, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
  background-blend-mode: screen;
  padding: 0;
  box-sizing: border-box;
}

.hero__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.hero__sp-grid {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 370 / 803;
  overflow: hidden;
  grid-template-columns: 103fr 163fr 104fr;
  grid-template-rows: 143fr 132fr 159fr 132fr 99fr 138fr;
  column-gap: clamp(0px, calc(10 / 390 * 100vw), 10px);
  row-gap: clamp(0px, calc(10 / 390 * 100vw), 10px);
}

.hero__sp-logo {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
  width: 100%;
  height: 100%;
  justify-self: stretch;
  align-self: stretch;
  z-index: 3;
  margin: 0;
}

.hero__sp-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.hero__sp-top-image {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  margin: 0;
  z-index: 2;
}

.hero__sp-top-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__sp-side-image {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  margin: 0;
  z-index: 2;
}

.hero__sp-side-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__sp-bottom-image {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  margin: 0;
  z-index: 2;
}

.hero__sp-bottom-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__sp-left-mid-image {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  margin: 0;
  z-index: 2;
}

.hero__sp-left-mid-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__sp-center-low-image {
  grid-column: 2 / 3;
  grid-row: 5 / 6;
  margin: 0;
  z-index: 2;
}

.hero__sp-center-low-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__sp-right-low-image {
  grid-column: 3 / 4;
  grid-row: 5 / 6;
  margin: 0;
  z-index: 2;
}

.hero__sp-right-low-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__sp-bottom-wide-image {
  grid-column: 1 / 3;
  grid-row: 6 / 7;
  margin: 0;
  z-index: 2;
}

.hero__sp-bottom-wide-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__sp-text {
  grid-column: 2 / 4;
  grid-row: 4 / 5;
  margin: 0;
  z-index: 2;
}

.hero__sp-text img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.hero__sp-logo2 {
  grid-column: 3 / 4;
  grid-row: 6 / 7;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  align-self: stretch;
  z-index: 3;
}

.hero__sp-logo2 img {
  display: block;
  width: clamp(0px, calc(65 / 390 * 100vw), 65px);
  height: auto;
  max-width: none;
  max-height: none;
  margin-left: calc(-15 / 390 * 100vw);
  margin-right: auto;
}

.hero__sp-lead {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: clamp(0px, calc(20 / 390 * 100vw), 20px);
  z-index: 3;
}

.hero__sp-lead img {
  display: block;
  width: clamp(0px, calc(65 / 390 * 100vw), 65px);
  height: auto;
}

.js-hero-fade {
  position: relative;
  overflow: hidden;
}

.js-hero-fade img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.js-hero-fade img.is-active {
  opacity: 1;
}

.hero__mosaic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: clamp(15px, calc(15 / var(--base-size) * 100vw), 15px);
  row-gap: clamp(15px, calc(15 / var(--base-size) * 100vw), 15px);
  width: 100%;
  aspect-ratio: 1386 / 866;
}

.hero__tile {
  overflow: hidden;
}

.hero__tile img {
  aspect-ratio: 1 / 1;
}

.hero__tile.is-fade-ready {
  position: relative;
  aspect-ratio: 1 / 1;
}

.hero__tile.is-fade-ready img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hero__tile.is-fade-ready img.is-active {
  opacity: 1;
}

.hero__tile--1 {
  grid-column: 2 / 3;
}

.hero__tile--2 {
  grid-column: 4 / 6;
}

.hero__tile--3 {
  grid-column: 1 / 2;
}

.hero__tile--4 {
  grid-column: 4 / 5;
}

.hero__tile--5 {
  grid-column: 5 / 6;
}

.hero__tile--6 {
  grid-column: 1 / 2;
}

.hero__tile--7 {
  grid-column: 5 / 6;
}

.hero__tile--8 {
  grid-column: 1 / 2;
}

.hero__tile--9 {
  grid-column: 2 / 3;
}

.hero__tile--10 {
  grid-column: 4 / 6;
}

.hero__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: clamp(0px, calc(130 / var(--base-size) * 100vw), 130px);
  line-height: 0;
  z-index: 1;
}

.hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero__badge {
  display: none;
  margin: 0;
  line-height: 0;
}

.hero__badge img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero__logo2 {
  display: none;
  margin: 0;
  line-height: 0;
}

.hero__logo2 img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.intro {
  background-image:
    var(--scroll-bg-image),
    linear-gradient(to bottom, rgba(0, 54, 61, 0) 0%, #0090a3 100%);
  background-position: center top, center top;
  background-size: cover, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
  background-blend-mode: screen;
  padding: clamp(0px, calc(56 / var(--base-size) * 100vw), 56px) 0;
}

.intro .container {
  max-width: clamp(0px, calc(840 / var(--base-size) * 100vw), 840px);
}

.intro__lead,
.intro__signature-txt {
  font-size: clamp(0px, calc(16 / var(--base-size) * 100vw), 16px);
  line-height: 2;
  letter-spacing: -0.02em;
}

.intro__lead {
  margin: 0 0 clamp(0px, calc(18 / var(--base-size) * 100vw), 18px);
}

.intro__lead + .intro__lead {
  margin-top: clamp(24px, calc(24 / var(--base-size) * 100vw), 24px);
}

.intro__signature {
  margin-top: clamp(60px, calc(60 / var(--base-size) * 100vw), 60px);
  display: grid;
  grid-template-columns: clamp(0px, calc(121 / var(--base-size) * 100vw), 121px) 1fr;
  column-gap: clamp(20px, calc(20 / var(--base-size) * 100vw), 20px);
}

.intro__signature-txt {
  margin: 0;
}

.intro__signature-txt + .intro__signature-txt {
  margin-top: clamp(24px, calc(24 / var(--base-size) * 100vw), 24px);
}

.intro__logo {
  margin: 0;
  width: clamp(0px, calc(121 / var(--base-size) * 100vw), 121px);
  line-height: 0;
}

.intro__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.special-materials-wrap {
  background-image:
    var(--scroll-bg-image),
    linear-gradient(to bottom, #46b9c8 0%, #535353 100%);
  background-position: center top, center top;
  background-size: cover, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
  background-blend-mode: screen;
}

.special {
  padding: clamp(0px, calc(46 / var(--base-size) * 100vw), 46px) 0 clamp(0px, calc(54 / var(--base-size) * 100vw), 54px);
}

.special__container {
  width: 100%;
  max-width: clamp(0px, calc(840 / var(--base-size) * 100vw), 840px);
}

.special__main-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 auto clamp(0px, calc(50 / var(--base-size) * 100vw), 50px);
  overflow: hidden;
  line-height: 0;
}

.special__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity;
  pointer-events: none;
}

.special__slide.is-active {
  opacity: 1;
  z-index: 2;
}

.special__slide.is-leaving {
  opacity: 0;
  z-index: 1;
}

.special__dots {
  display: flex;
  margin: 0 0 clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc(15 / var(--base-size) * 100vw), 15px);
}

.special__dot {
  width: clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
  height: clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
  border: 0;
  border-radius: 50%;
  background: #3c3c3c;
  padding: 0;
  cursor: pointer;
}

.special__dot.is-active {
  background: #fff;
}

.special__mobile-list {
  display: block;
}

.special__mobile-list > * + * {
  margin-top: clamp(0px, calc(24 / var(--base-size) * 100vw), 24px);
}

.special__sp-stills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
  margin: 0 0 clamp(0px, calc(30 / var(--base-size) * 100vw), 30px);
}

.special__sp-still {
  margin: 0;
  line-height: 0;
}

.special__mobile-item {
  display: block;
}

.special__mobile-item > * + * {
  margin-top: clamp(0px, calc(24 / var(--base-size) * 100vw), 24px);
}

.special__mobile-image {
  margin: 0;
  line-height: 0;
}

.special__text-columns {
  display: none;
  margin-top: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
  gap: clamp(0px, calc(16 / var(--base-size) * 100vw), 16px);
}

.special__col {
  display: grid;
  gap: clamp(0px, calc(16 / var(--base-size) * 100vw), 16px);
}

.special__txt {
  margin: 0;
  font-size: clamp(0px, calc(16 / var(--base-size) * 100vw), 16px);
  line-height: 2;
}

.materials {
  display: grid;
  row-gap: clamp(0px, calc(1 / var(--base-size) * 100vw), 1px);
  padding-bottom: 0;
}

.materials__row {
  position: relative;
  min-height: clamp(0px, calc(210 / var(--base-size) * 100vw), 210px);
  background: rgba(255, 255, 255, 0.3);
}

.materials__image {
  margin: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px) 0 0;
}

.materials__img {
  width: 100%;
  height: auto;
}

.materials__content {
  padding: clamp(0px, calc(15 / var(--base-size) * 100vw), 15px) clamp(0px, calc(15 / var(--base-size) * 100vw), 15px);
}

.materials__title {
  margin: 0 0 clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
  margin-left: calc(-1 * clamp(0px, calc(17.5 / var(--base-size) * 100vw), 17.5px));
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0px, calc(35 / var(--base-size) * 100vw), 35px);
  line-height: 1.5;
  font-weight: 500;
}

.materials__desc {
  margin: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px) 0 0;
  font-size: clamp(0px, calc(14 / var(--base-size) * 100vw), 14px);
  line-height: 2;
}

.materials__lead {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0px, calc(22 / var(--base-size) * 100vw), 22px);
  line-height: 1.5;
  font-weight: 500;
}

.artists {
  background-image:
    var(--scroll-bg-image),
    linear-gradient(180deg, rgba(43, 11, 70, 1) 0%, rgba(153, 153, 153, 0.5) 100%);
  background-position: center top, center top;
  background-size: cover, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
  background-blend-mode: screen;
  padding-top: clamp(0px, calc(50 / var(--base-size) * 100vw), 50px);
  padding-bottom: clamp(0px, calc(50 / var(--base-size) * 100vw), 50px);
}

.artists .container {
  max-width: clamp(0px, calc(840 / var(--base-size) * 100vw), 840px);
}

.artists .section-heading {
  text-align: left;
}

.artist-grid {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: clamp(0px, calc(840 / var(--base-size) * 100vw), 840px);
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
  row-gap: clamp(0px, calc(15 / var(--base-size) * 100vw), 15px);
}

.artist-card {
  background: transparent;
  color: #2f2f32;
  overflow: hidden;
}

.artist-card__img {
  aspect-ratio: 1 / 1;
}

.artist-card__meta {
  margin: 0;
  padding: clamp(0px, calc(16 / var(--base-size) * 100vw), 16px) clamp(0px, calc(12 / var(--base-size) * 100vw), 12px);
  background: rgba(255, 255, 255, 0.7);
  font-size: clamp(0px, calc(19 / var(--base-size) * 100vw), 19px);
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease;
}

.artist-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.artist-card__link:hover .artist-card__meta,
.artist-card__link:focus-visible .artist-card__meta {
  background: #fff;
}

.artist-card__arrow {
  display: block;
  flex: 0 0 auto;
  width: clamp(0px, calc(12.5 / var(--base-size) * 100vw), 12.5px);
  height: clamp(0px, calc(23.5 / var(--base-size) * 100vw), 23.5px);
  background: url("./assets/img/arrow-black.webp") center / contain no-repeat;
}

.is-modal-open {
  overflow: hidden;
}

.artist-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(0px, calc(16 / var(--base-size) * 100vw), 16px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.artist-modal::-webkit-scrollbar {
  display: none;
}

.artist-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.artist-modal__panel {
  position: relative;
  width: 100%;
  max-width: clamp(0px, calc(1320 / var(--base-size) * 100vw), 1320px);
  background: #f2f1f6;
  display: flex;
  flex-direction: column;
  padding: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
}

.artist-modal__close {
  position: static;
  margin: 0 0 clamp(0px, calc(8 / var(--base-size) * 100vw), 8px) auto;
  width: clamp(0px, calc(36 / var(--base-size) * 100vw), 36px);
  height: clamp(0px, calc(36 / var(--base-size) * 100vw), 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  line-height: 0;
  background: transparent;
  cursor: pointer;
}

.artist-modal__close img {
  width: clamp(0px, calc(18 / var(--base-size) * 100vw), 18px);
  height: clamp(0px, calc(18 / var(--base-size) * 100vw), 18px);
  display: block;
  object-fit: contain;
}

.artist-modal__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
}

.artist-modal__figure {
  margin: 0;
}

.artist-modal__figure img {
  width: 100%;
  height: auto;
}

.artist-modal__content {
  color: #525463;
  display: flex;
  flex-direction: column;
  row-gap: clamp(0px, calc(14 / var(--base-size) * 100vw), 14px);
}

.artist-modal__title {
  margin: 0;
  margin-top: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0px, calc(30 / var(--base-size) * 100vw), 30px);
  line-height: 1.2;
  font-weight: 300;
}

.artist-modal__desc {
  margin: 0;
  margin-top: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
  font-size: clamp(0px, calc(14 / var(--base-size) * 100vw), 14px);
  line-height: 2;
}

.artist-modal__sns {
  margin: auto 0 0 auto;
  padding: 0;
}

#js-artist-modal-sns-link,
.js-artist-modal-sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  font-size: clamp(0px, calc(14 / var(--base-size) * 100vw), 14px);
  line-height: 1.5;
  padding: clamp(0px, calc(10 / var(--base-size) * 100vw), 10px)
    clamp(0px, calc(15 / var(--base-size) * 100vw), 15px);
  border-radius: 10px;
  text-decoration: none;
}

#js-artist-modal-sns-link::before,
.js-artist-modal-sns-link::before {
  content: "";
  width: clamp(0px, calc(25 / var(--base-size) * 100vw), 25px);
  height: clamp(0px, calc(23 / var(--base-size) * 100vw), 23px);
  margin-right: clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
  background: url("./assets/img/x.webp") no-repeat center / contain;
  flex: 0 0 auto;
}

.benefit {
  background-image:
    var(--scroll-bg-image),
    linear-gradient(180deg, #000 0%, #000 100%);
  background-position: center top, center top;
  background-size: cover, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
  background-blend-mode: screen;
  padding-top: clamp(0px, calc(50 / var(--base-size) * 100vw), 50px);
  padding-bottom: clamp(0px, calc(50 / var(--base-size) * 100vw), 50px);
  position: relative;
}

.benefit__inner {
  position: relative;
  text-align: center;
  max-width: clamp(0px, calc(950 / var(--base-size) * 100vw), 950px);
}

.benefit__layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "main"
    "ticket"
    "note";
  align-items: start;
}

.benefit__main {
  grid-area: main;
  min-width: 0;
  align-self: start;
  text-align: center;
}

.benefit__content {
  width: 100%;
  max-width: clamp(0px, calc(395 / var(--base-size) * 100vw), 395px);
  margin-top: calc(-1 * clamp(0px, calc(50 / var(--base-size) * 100vw), 50px));
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}

.benefit__heading {
  text-align: left;
}

.benefit__script {
  margin: 0 auto;
  width: clamp(0px, calc(158 / var(--base-size) * 100vw), 158px);
  transform: rotate(-8deg);
  line-height: 0;
}

.benefit__script img {
  display: block;
  width: 100%;
  height: auto;
}

.benefit__txt {
  margin: clamp(0px, calc(12 / var(--base-size) * 100vw), 12px) 0 0;
  font-size: clamp(0px, calc(11.5 / var(--base-size) * 100vw), 11.5px);
  line-height: 2;
}

.benefit__txt-main {
  font-size: clamp(0px, calc(14 / var(--base-size) * 100vw), 14px);
  line-height: 1.2;
}

.benefit__txt-note {
  grid-area: note;
  margin-top: clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
  text-align: center;
}

.benefit__ticket {
  grid-area: ticket;
  align-self: start;
  justify-self: center;
  width: clamp(0px, calc(310 / var(--base-size) * 100vw), 310px);
  line-height: 0;
}

.benefit__ticket img {
  display: block;
  width: 100%;
  height: auto;
}

.venue-footer-wrap {
  background-image:
    var(--scroll-bg-image),
    var(--venue-footer-gradient);
  background-position: center top, center top;
  background-size: cover, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
  background-blend-mode: screen;
}

.venue {
  background: rgba(255, 255, 255, 0.2);
  padding-top: clamp(0px, calc(50 / var(--base-size) * 100vw), 50px);
  padding-bottom: clamp(0px, calc(50 / var(--base-size) * 100vw), 50px);
  font-family: "Noto Serif JP", serif;
}

.venue__heading {
  margin-bottom: clamp(0px, calc(30 / var(--base-size) * 100vw), 30px);
  font-weight: 400;
  text-align: left;
}

.venue__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: clamp(20px, calc(20 / var(--base-size) * 100vw), 20px);
}

.venue-card {
  background: #fff;
  color: #3a3d45;
  min-height: clamp(0px, calc(130 / var(--base-size) * 100vw), 130px);
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
}

.venue-card__content {
  padding: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
}

.venue-card__date {
  margin: 0 0 clamp(0px, calc(5 / var(--base-size) * 100vw), 5px);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0px, calc(16 / var(--base-size) * 100vw), 16px);
  line-height: 1.5;
  font-weight: 50;
  letter-spacing: -0.04em;
}

.venue-card__date-num {
  font-size: clamp(0px, calc(25 / var(--base-size) * 100vw), 25px);
  font-weight: 500;
  line-height: 1;
}

.venue-card__name {
  margin: 0 0 clamp(0px, calc(5 / var(--base-size) * 100vw), 5px);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0px, calc(30 / var(--base-size) * 100vw), 30px);
  line-height: 1.5;
  font-weight: 500;
}

.venue-card__body {
  margin: 0;
  font-size: clamp(0px, calc(16 / var(--base-size) * 100vw), 16px);
  line-height: 1.5;
  font-weight: 400;
}

.venue-card__memo {
  margin-top: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: clamp(0px, calc(12 / var(--base-size) * 100vw), 12px);
  align-items: start;
}

.venue-card__memo-label {
  margin: 0;
  padding: clamp(7px, calc(7 / var(--base-size) * 100vw), 7px)
    clamp(5px, calc(5 / var(--base-size) * 100vw), 5px);
  background: #afafaf;
  color: #fff;
  font-size: clamp(0px, calc(14 / var(--base-size) * 100vw), 14px);
  line-height: 1.2;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.venue-card__memo-text {
  margin: 0;
  padding: 0 0 clamp(5px, calc(5 / var(--base-size) * 100vw), 5px);
  font-size: clamp(0px, calc(14 / var(--base-size) * 100vw), 14px);
  line-height: 1.5;
  color: #6c7381;
}

.venue-card__button {
  margin-top: auto;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: clamp(0px, calc(23 / var(--base-size) * 100vw), 23px);
  font-weight: 300;
  line-height: 1;
  padding: clamp(0px, calc(25 / var(--base-size) * 100vw), 25px)
    clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
  text-align: left;
  background-image: url("./assets/img/arrow.webp"),
    linear-gradient(90deg, #1fdada 0%, #c646c6 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right
      clamp(0px, calc(20 / var(--base-size) * 100vw), 20px)
      center,
    left top;
  background-size: clamp(0px, calc(12.5 / var(--base-size) * 100vw), 12.5px)
      clamp(0px, calc(23.5 / var(--base-size) * 100vw), 23.5px),
    100% 100%;
}

.footer {
  background: transparent;
  padding: clamp(60px, calc(60 / 390 * 100vw), 60px) 0
    clamp(30px, calc(30 / 390 * 100vw), 30px);
  text-align: center;
}

.footer__logo {
  margin: 0 auto;
  width: clamp(0px, calc(150 / 390 * 100vw), 150px);
  line-height: 0;
}

.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__txt-main,
.footer__txt-copy {
  text-align: center;
  font-size: clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
  line-height: 2;
  padding-inline: clamp(15px, calc(15 / 390 * 100vw), 15px);
}

.footer__txt-main {
  margin: clamp(60px, calc(60 / 390 * 100vw), 60px) auto 0;
}

.footer__txt-copy {
  margin: clamp(20px, calc(20 / 390 * 100vw), 20px) auto 0;
}

.cta-fixed {
  position: fixed;
  left: clamp(10px, calc(10 / var(--base-size) * 100vw), 10px);
  right: clamp(10px, calc(10 / var(--base-size) * 100vw), 10px);
  bottom: clamp(17px, calc(17 / var(--base-size) * 100vw), 17px);
  z-index: 1100;
  line-height: 0;
}

.cta-fixed.is-stopped {
  position: absolute;
  bottom: clamp(15px, calc(15 / var(--base-size) * 100vw), 15px);
}

.cta-fixed__link {
  display: block;
  text-decoration: none;
}

.cta-fixed__pc {
  display: none;
}

.cta-fixed__link--pc {
  display: none;
}

.cta-fixed__sp {
  display: block;
  width: 100%;
  height: auto;
}

.cta-fixed__link--sp.is-before-threshold {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cta-fixed__link--sp {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, transform 0.2s ease-out;
}

@media screen and (min-width: 769px) {
  :root {
    --base-size: 1440;
    --scroll-bg-image: url("./assets/img/scroll.webp");
  }

  .pc-only {
    display: revert;
  }

  .sp-only {
    display: none;
  }

  .site-menu-button {
    top: calc(30 / var(--base-size) * 100vw);
    right: calc(30 / var(--base-size) * 100vw);
    width: calc(42 / var(--base-size) * 100vw);
    height: calc(38 / var(--base-size) * 100vw);
  }

  .site-menu-button__line {
    height: calc(6 / var(--base-size) * 100vw);
  }

  .site-menu__close {
    width: calc(42 / var(--base-size) * 100vw);
    height: calc(37 / var(--base-size) * 100vw);
  }

  .site-menu__panel {
    padding: calc(30 / var(--base-size) * 100vw);
  }

  .section-heading {
    margin-bottom: calc(24 / var(--base-size) * 100vw);
    font-size: calc(60 / var(--base-size) * 100vw);
  }

  [data-reveal] {
    transform: translateY(calc(16 / var(--base-size) * 100vw));
  }

  .materials__title {
    margin-bottom: calc(10 / var(--base-size) * 100vw);
    font-size: calc(40 / var(--base-size) * 100vw);
    margin-left: calc(-1 * (20 / var(--base-size) * 100vw));
  }

  .section-heading.section-heading--center {
    margin-top: calc(50 / var(--base-size) * 100vw);
  }

  .container {
    max-width: calc(1024 / var(--base-size) * 100vw);
  }

  .intro .container,
  .special__container,
  .artists .container,
  .artist-grid {
    max-width: calc(840 / var(--base-size) * 100vw);
  }

  .artist-modal__panel {
    max-width: calc(1320 / var(--base-size) * 100vw);
  }

  .benefit__inner {
    max-width: calc(950 / var(--base-size) * 100vw);
  }

  .benefit__content,
  .benefit__txt-note {
    max-width: calc(395 / var(--base-size) * 100vw);
  }

  .footer {
    background: transparent;
    padding: calc(100 / 1440 * 100vw) 0
      calc(30 / 1440 * 100vw);
  }

  .footer__logo {
    width: calc(212 / 1440 * 100vw);
  }

  .footer__txt-main,
  .footer__txt-copy {
    font-size: calc(12 / var(--base-size) * 100vw);
    padding-inline: 0;
  }

  .footer__txt-main {
    margin-top: calc(44 / 1440 * 100vw);
  }

  .footer__txt-copy {
    margin-top: calc(24 / 1440 * 100vw);
  }

  .cta-fixed {
    left: auto;
    right: calc(37 / var(--base-size) * 100vw);
    bottom: calc(31 / var(--base-size) * 100vw);
    width: calc(164 / var(--base-size) * 100vw);
  }

  .cta-fixed.is-stopped {
    left: auto;
    right: calc(37 / var(--base-size) * 100vw);
    bottom: 0;
    width: calc(164 / var(--base-size) * 100vw);
  }

  .cta-fixed__link--pc {
    display: block;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, transform 0.2s ease-out;
  }

  .cta-fixed__link--pc.is-before-threshold {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .cta-fixed__pc {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }

  .cta-fixed__link--sp {
    display: none;
  }

  .cta-fixed__sp {
    display: none;
  }
  .intro {
    padding: calc(56 / var(--base-size) * 100vw) 0;
  }

  .intro__signature {
    margin-top: calc(127 / var(--base-size) * 100vw);
    grid-template-columns: calc(164 / var(--base-size) * 100vw) 1fr;
    column-gap: calc(110 / var(--base-size) * 100vw);
  }

  .intro__lead,
  .intro__signature-txt {
    font-size: calc(16 / var(--base-size) * 100vw);
  }

  .intro__lead {
    margin-bottom: calc(18 / var(--base-size) * 100vw);
  }

  .intro__lead + .intro__lead {
    margin-top: calc(24 / var(--base-size) * 100vw);
  }

  .intro__signature-txt + .intro__signature-txt {
    margin-top: calc(24 / var(--base-size) * 100vw);
  }

  .intro__logo {
    width: calc(164 / var(--base-size) * 100vw);
  }

  .hero__sp-slider,
  .hero__sp-grid {
    display: none;
  }

  .hero {
    overflow: hidden;
  }

  .hero__inner {
    height: 100%;
    overflow: hidden;
    display: grid;
  }

  .hero__mosaic {
    position: static;
    margin: 0;
    transform: none;
    width: max(100vw, calc(100svh * 1386 / 866));
    height: max(100svh, calc(100vw * 866 / 1386));
    justify-self: center;
    align-self: start;
    grid-template-columns:
      198fr
      146fr
      400fr
      375fr
      239fr;
    grid-template-rows:
      187fr
      226fr
      226fr
      227fr;
    aspect-ratio: auto;
    column-gap: calc(15 / var(--base-size) * 100vw);
    row-gap: calc(15 / var(--base-size) * 100vw);
  }

  .hero__tile img {
    height: 100%;
    aspect-ratio: auto;
  }

  .hero__tile.is-fade-ready {
    aspect-ratio: auto;
  }

  .hero__logo {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    grid-column: 3 / 4;
    grid-row: 1 / 5;
    z-index: 0;
  }

  .hero__logo img {
    height: auto;
    margin-top: calc(62 / var(--base-size) * 100vw);
  }

  .hero__badge {
    display: block;
    width: calc(262 / var(--base-size) * 100vw);
    grid-column: 4 / 5;
    grid-row: 3 / 4;
    justify-self: start;
    align-self: end;
    z-index: 1;
    pointer-events: none;
  }

  .hero__logo2 {
    display: block;
    width: calc(109 / var(--base-size) * 100vw);
    grid-column: 5 / 6;
    grid-row: 1 / 2;
    justify-self: start;
    align-self: start;
    margin-left: calc(-1 * (30 / var(--base-size) * 100vw));
    margin-top: calc(-1 * (19 / var(--base-size) * 100vw));
    z-index: 1;
    pointer-events: none;
  }

  .hero__tile--1 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .hero__tile--2 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .hero__tile--3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .hero__tile--4 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .hero__tile--5 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .hero__tile--6 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }

  .hero__tile--7 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
  }

  .hero__tile--8 {
    grid-column: 4 / 5;
    grid-row: 4 / 5;
  }

  .hero__tile--9 {
    grid-column: 5 / 6;
    grid-row: 2 / 3;
  }

  .hero__tile--10 {
    grid-column: 5 / 6;
    grid-row: 3 / 4;
  }

  .special__main-image {
    display: block;
    aspect-ratio: 840 / 540;
    margin-bottom: calc(50 / var(--base-size) * 100vw);
  }

  .special__dots {
    display: flex;
    margin-bottom: calc(10 / var(--base-size) * 100vw);
    gap: calc(15 / var(--base-size) * 100vw);
  }

  .special__dot {
    width: calc(10 / var(--base-size) * 100vw);
    height: calc(10 / var(--base-size) * 100vw);
  }

  .special__mobile-list {
    display: none;
  }

  .special__sp-stills {
    display: none;
  }

  .special__text-columns {
    display: grid;
  }

  .special {
    padding: calc(46 / var(--base-size) * 100vw) 0
      calc(54 / var(--base-size) * 100vw);
  }

  .benefit {
    padding-top: calc(85 / var(--base-size) * 100vw);
    padding-bottom: calc(85 / var(--base-size) * 100vw);
  }

  .benefit__script {
    width: calc(332 / var(--base-size) * 100vw);
    margin-left: 0;
    margin-right: 0;
  }

  .benefit__layout {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "main ticket"
      "note ticket";
  }

  .benefit__heading {
    font-size: calc(60 / var(--base-size) * 100vw);
  }

  .benefit__txt-main {
    font-size: calc(16 / var(--base-size) * 100vw);
    line-height: 2;
  }

  .benefit__main {
    text-align: left;
  }

  .benefit__content {
    margin-top: calc(-50 / var(--base-size) * 100vw);
  }

  .benefit__txt {
    margin-top: calc(12 / var(--base-size) * 100vw);
    font-size: calc(11.5 / var(--base-size) * 100vw);
  }

  .benefit__txt-note {
    width: 100%;
    max-width: calc(395 / var(--base-size) * 100vw);
    margin-top: calc(10 / var(--base-size) * 100vw);
    margin-left: auto;
    margin-right: 0;
    text-align: left;
  }

  .benefit__ticket {
    justify-self: end;
    width: calc(434 / var(--base-size) * 100vw);
  }

  body {
    font-size: calc(16 / var(--base-size) * 100vw);
  }

  .venue {
    padding-top: calc(100 / var(--base-size) * 100vw);
    padding-bottom: calc(100 / var(--base-size) * 100vw);
  }

  .venue__container {
    width: 100%;
    max-width: calc(840 / var(--base-size) * 100vw);
    margin: 0 auto;
  }

  .venue__heading {
    margin-bottom: calc(60 / var(--base-size) * 100vw);
  }

  .special__txt {
    font-size: calc(16 / var(--base-size) * 100vw);
    letter-spacing: 0;
  }

  .materials__desc {
    font-size: calc(14 / var(--base-size) * 100vw);
    margin-top: calc(40 / var(--base-size) * 100vw);
  }

  .special__text-columns {
    margin-top: calc(50 / var(--base-size) * 100vw);
    grid-template-columns: 1fr 1fr;
    gap: calc(60 / var(--base-size) * 100vw);
  }

  .materials__lead {
    font-size: calc(23 / var(--base-size) * 100vw);
  }

  .materials__row {
    padding-left: 47.9166667%;
  }

  .materials__row--metal {
    min-height: calc(490 / var(--base-size) * 100vw);
  }

  .materials__row--paper {
    min-height: calc(540 / var(--base-size) * 100vw);
  }

  .materials__image {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 47.9166667%;
  }

  .materials__image--metal {
    height: calc(490 / var(--base-size) * 100vw);
  }

  .materials__image--paper {
    height: calc(540 / var(--base-size) * 100vw);
  }

  .materials__img {
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
  }

  .materials {
    row-gap: calc(20 / var(--base-size) * 100vw);
    padding-bottom: calc(50 / var(--base-size) * 100vw);
  }

  .materials__content {
    padding: calc(40 / var(--base-size) * 100vw) calc(60 / var(--base-size) * 100vw);
  }

  .artist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: calc(15 / var(--base-size) * 100vw);
    row-gap: calc(30 / var(--base-size) * 100vw);
  }

  .artists {
    padding-top: calc(100 / var(--base-size) * 100vw);
    padding-bottom: calc(100 / var(--base-size) * 100vw);
  }

  .artist-card__meta {
    font-size: calc(25 / var(--base-size) * 100vw);
    font-weight: 300;
    padding: calc(22 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
  }

  .artist-card__arrow {
    width: calc(12.5 / var(--base-size) * 100vw);
    height: calc(23.5 / var(--base-size) * 100vw);
  }

  .artist-modal {
    padding: calc(28 / var(--base-size) * 100vw);
  }

  .artist-modal__panel {
    display: block;
    padding: calc(40 / var(--base-size) * 100vw);
  }

  .artist-modal__close {
    position: absolute;
    top: calc(18 / var(--base-size) * 100vw);
    right: calc(18 / var(--base-size) * 100vw);
    margin: 0;
    width: calc(40 / var(--base-size) * 100vw);
    height: calc(40 / var(--base-size) * 100vw);
    font-size: calc(36 / var(--base-size) * 100vw);
  }

  .artist-modal__body {
    grid-template-columns: calc(620 / var(--base-size) * 100vw)
      minmax(0, 1fr);
    gap: calc(36 / var(--base-size) * 100vw);
  }

  .artist-modal__title {
    font-size: calc(30 / var(--base-size) * 100vw);
    margin-top: calc(50 / var(--base-size) * 100vw);
  }

  .artist-modal__desc {
    margin-top: calc(50 / var(--base-size) * 100vw);
    font-size: calc(14 / var(--base-size) * 100vw);
  }

  #js-artist-modal-sns-link,
  .js-artist-modal-sns-link {
    font-size: calc(14 / var(--base-size) * 100vw);
    padding: calc(10 / var(--base-size) * 100vw)
      calc(15 / var(--base-size) * 100vw);
  }

  #js-artist-modal-sns-link::before,
  .js-artist-modal-sns-link::before {
    width: calc(25 / var(--base-size) * 100vw);
    height: calc(23 / var(--base-size) * 100vw);
    margin-right: calc(10 / var(--base-size) * 100vw);
  }

  .venue__grid {
    width: 100%;
    max-width: calc(746 / var(--base-size) * 100vw);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: calc(20 / var(--base-size) * 100vw);
    row-gap: calc(40 / var(--base-size) * 100vw);
  }

  .venue-card {
    min-height: calc(180 / var(--base-size) * 100vw);
  }

  .venue-card__content {
    padding: calc(20 / var(--base-size) * 100vw);
  }

  .venue-card__date {
    margin-bottom: calc(5 / var(--base-size) * 100vw);
    font-size: calc(16 / var(--base-size) * 100vw);
  }

  .venue-card__date-num {
    font-size: calc(25 / var(--base-size) * 100vw);
  }

  .venue-card__name {
    margin-bottom: calc(5 / var(--base-size) * 100vw);
    font-size: calc(30 / var(--base-size) * 100vw);
  }

  .venue-card__body {
    font-size: calc(16 / var(--base-size) * 100vw);
  }

  .venue-card__memo-text,
  .venue-card__memo-label {
    font-size: calc(14 / var(--base-size) * 100vw);
  }

  .venue-card__memo-label {
    padding: calc(7 / var(--base-size) * 100vw)
      calc(5 / var(--base-size) * 100vw);
    line-height: 1.2;
  }

  .venue-card__memo-text {
    padding-bottom: calc(5 / var(--base-size) * 100vw);
  }

  .venue-card__button {
    font-size: calc(23 / var(--base-size) * 100vw);
    padding: calc(25 / var(--base-size) * 100vw)
      calc(20 / var(--base-size) * 100vw);
    background-position: right calc(20 / var(--base-size) * 100vw) center,
      left top;
    background-size: calc(12.5 / var(--base-size) * 100vw)
        calc(23.5 / var(--base-size) * 100vw),
      100% 100%;
  }

  .venue-card__memo {
    margin-top: calc(20 / var(--base-size) * 100vw);
    grid-template-columns: max-content 1fr;
    column-gap: calc(12 / var(--base-size) * 100vw);
  }
}


@media screen and (max-width: 768px) {
  .benefit {
    padding-bottom: calc(
      clamp(0px, calc(50 / var(--base-size) * 100vw), 50px) + var(--cta-sp-reserve, 0px)
    );
  }

  .special__slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .special__slide.is-active {
    opacity: 1;
    z-index: 2;
  }

  .special__slide.is-leaving {
    opacity: 0;
    z-index: 1;
  }

  .special {
    overflow-x: hidden;
  }

  .special__main-image,
  .special__mobile-image {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .hero__sp-grid {
    display: grid;
  }

  .hero__mosaic {
    display: none;
  }

  .special__sp-stills {
    display: none;
  }

  .special__mobile-list .special__txt {
    font-size: clamp(0px, calc(16 / var(--base-size) * 100vw), 16px);
    line-height: 2;
    letter-spacing: -0.02em;
    padding-left: 15px;
    padding-right: 15px;
  }

  .special__mobile-item .special__mobile-image + .special__txt {
    margin-top: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
  }

  .special__mobile-list .special__txt + .special__txt {
    margin-top: clamp(0px, calc(24 / var(--base-size) * 100vw), 24px);
  }

  .benefit__script {
    margin-left: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
    margin-right: auto;
  }

  .benefit__content {
    margin-top: 0;
  }

  .benefit__heading {
    margin-top: calc(-1 * clamp(0px, calc(40 / var(--base-size) * 100vw), 40px));
    margin-left: 0;
    font-size: clamp(0px, calc(30 / var(--base-size) * 100vw), 30px);
    text-align: center;
  }

  .benefit__txt-main {
    margin-top: clamp(0px, calc(30 / var(--base-size) * 100vw), 30px);
    font-size: clamp(0px, calc(14 / var(--base-size) * 100vw), 14px);
    line-height: 2;
    text-align: center;
  }

  .benefit__txt-note {
    margin-top: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
    font-size: clamp(0px, calc(10 / var(--base-size) * 100vw), 10px);
    line-height: 2;
    text-align: center;
  }

  .benefit__ticket {
    margin-top: clamp(0px, calc(20 / var(--base-size) * 100vw), 20px);
  }

  .artist-card__meta {
    font-size: clamp(0px, calc(18 / var(--base-size) * 100vw), 18px);
  }

  .artist-card__arrow {
    width: clamp(0px, calc(12 / var(--base-size) * 100vw), 12px);
    height: clamp(0px, calc(22 / var(--base-size) * 100vw), 22px);
  }

  .intro__lead,
  .intro__signature-txt {
    letter-spacing: -0.02em;
  }
}
