@charset "utf-8";
/* =========================================================
   IIJIMA 63rd ANNIVERSARY
========================================================= */
h1.fs-c-heading--page {
	margin: 50px 0px 0px 0px;
}

.anniv63 {
  --red: #ed4938;
  --red-dark: #c93429;
  --black: #171614;
  --brown: #352822;
  --gold: #c7a35c;
  --gold-light: #e2c98c;
  --cream: #f8f4ec;
  --beige: #eee7da;
  --gray: #f3f1ec;
  --white: #fff;

  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    sans-serif;

  color: var(--black);
  background: #fff;
  line-height: 1.9;
  overflow: hidden;
}

.anniv63 *,
.anniv63 *::before,
.anniv63 *::after {
  box-sizing: border-box;
}

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

.anniv63 a {
  color: inherit;
  text-decoration: none;
}

.anniv63-container {
  width: min(1120px, calc(100% - 60px));
  margin: 0 auto;
}

.sp-only {
  display: none;
}


/* =========================================================
   COMMON
========================================================= */

.anniv63-section-en {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .26em;
  font-weight: 600;
  color: var(--red);
}

.anniv63-section-en--gold {
  color: var(--gold);
}

.anniv63-heading {
  margin: 0 0 42px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: .05em;
}

.anniv63-heading em {
  color: var(--red);
  font-style: normal;
}

.anniv63-title {
  margin-bottom: 60px;
  text-align: center;
}

.anniv63-title h2 {
  margin: 0;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.4;
}

.anniv63-title__sub {
  margin: 18px 0 0;
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: .15em;
}

.anniv63-title__sub span {
  margin: 0 10px;
  color: var(--red);
}

.anniv63-title--light {
  color: #fff;
}

.anniv63-center {
  margin-top: 55px;
  text-align: center;
}


/* =========================================================
   BUTTON
========================================================= */

.anniv63-btn {
  min-width: 290px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 35px;
  padding: 18px 22px 18px 28px;
  border: 1px solid #222;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.anniv63-btn i {
  font-style: normal;
  font-size: 20px;
  transition: transform .3s ease;
}

.anniv63-btn:hover {
  background: var(--black);
  color: #fff;
}

.anniv63-btn:hover i {
  transform: translateX(5px);
}

.anniv63-btn--gold {
  color: #fff;
  border-color: var(--gold);
}

.anniv63-btn--gold:hover {
  background: var(--gold);
  color: #171614;
}


/* =========================================================
   HERO
========================================================= */

.anniv63-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  background: var(--red);
  color: #fff;
  isolation: isolate;
}

.anniv63-hero__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
}

.anniv63-hero__bg::before {
  content: "";
  position: absolute;
  width: 64vw;
  height: 64vw;
  min-width: 800px;
  min-height: 800px;
  right: -18vw;
  top: -28vw;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}

.anniv63-hero__bg::after {
  content: "";
  position: absolute;
  width: 34vw;
  height: 34vw;
  min-width: 450px;
  min-height: 450px;
  left: -13vw;
  bottom: -17vw;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}

.anniv63-hero__inner {
  position: relative;
  width: min(1120px, calc(100% - 60px));
  margin: 0 auto;
  padding: 110px 0 90px;
}

.anniv63-hero__eyebrow {
  margin: 0 0 25px;
  padding-left: 4px;
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: .35em;
}

.anniv63-hero__number {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(280px, 33vw, 500px);
  line-height: .75;
  letter-spacing: -.12em;
  color: rgba(255,255,255,.08);
  pointer-events: none;
}

.anniv63-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(45px, 7vw, 92px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .07em;
}

.anniv63-hero h1 strong {
  font-weight: 600;
}

.anniv63-hero__lead {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 35px 0 0;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: 17px;
  line-height: 2.15;
  letter-spacing: .07em;
}

.anniv63-hero__date {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: 55px;
  padding: 13px 25px;
  border-top: 1px solid rgba(255,255,255,.8);
  border-bottom: 1px solid rgba(255,255,255,.8);
}

.anniv63-hero__date span,
.anniv63-hero__date strong {
  display: block;
}

.anniv63-hero__date span {
  font-family: Georgia, serif;
  font-size: 9px;
  letter-spacing: .26em;
}

.anniv63-hero__date strong {
  margin-top: 4px;
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: 400;
}

.anniv63-hero__scroll {
  position: absolute;
  right: 0;
  bottom: 65px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: Georgia, serif;
  font-size: 9px;
  letter-spacing: .25em;
}

.anniv63-hero__scroll i {
  width: 70px;
  height: 1px;
  background: rgba(255,255,255,.7);
}


/* =========================================================
   INTRO
========================================================= */

.anniv63-intro {
  padding: 130px 0;
  text-align: center;
}

.anniv63-intro__text {
  max-width: 760px;
  margin: 0 auto 24px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .04em;
}


/* =========================================================
   NAV
========================================================= */

.anniv63-nav {
  border-top: 1px solid #dedbd4;
  border-bottom: 1px solid #dedbd4;
  background: #fff;
}

.anniv63-nav ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
}

.anniv63-nav li {
  border-right: 1px solid #dedbd4;
}

.anniv63-nav li:first-child {
  border-left: 1px solid #dedbd4;
}

.anniv63-nav a {
  min-height: 105px;
  padding: 25px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  transition: .25s ease;
}

.anniv63-nav a span {
  margin-bottom: 7px;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--red);
}

.anniv63-nav a:hover {
  background: var(--red);
  color: #fff;
}

.anniv63-nav a:hover span {
  color: #fff;
}


/* =========================================================
   STAMP
========================================================= */

.anniv63-stamp {
  position: relative;
  padding: 130px 0;
  background: var(--cream);
  overflow: hidden;
}

.anniv63-stamp__decor {
  position: absolute;
  right: -50px;
  top: 170px;
  font-family: Georgia, serif;
  font-size: 350px;
  font-weight: 600;
  line-height: .8;
  color: rgba(237,73,56,.055);
}

.anniv63-stamp__main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #cfc7b8;
  border-bottom: 1px solid #cfc7b8;
}

.anniv63-stamp__copy {
  padding: 65px 65px 65px 0;
  border-right: 1px solid #cfc7b8;
}

.anniv63-stamp__small {
  margin: 0 0 15px;
  color: var(--red);
  font-weight: 700;
  letter-spacing: .1em;
}

.anniv63-stamp__copy h3 {
  margin: 0 0 30px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.45;
}

.anniv63-stamp__copy h3 strong {
  color: var(--red);
  font-size: 1.25em;
}

.anniv63-stamp__copy > p:last-child {
  max-width: 500px;
  margin: 0;
  font-size: 14px;
}

.anniv63-stamp__stores {
  padding: 45px 0 45px 65px;
}

.anniv63-stamp-store {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d5cec0;
}

.anniv63-stamp-store:last-child {
  border-bottom: 0;
}

.anniv63-stamp-store > span {
  font-family: Georgia, serif;
  color: var(--red);
}

.anniv63-stamp-store strong {
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: 19px;
  letter-spacing: .04em;
}

.anniv63-stamp-store p {
  margin: 2px 0 0;
  font-size: 12px;
}

.anniv63-chance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 70px;
}

.anniv63-chance__item {
  padding: 55px;
  background: var(--black);
  color: #fff;
}

.anniv63-chance__item--red {
  background: var(--red);
}

.anniv63-chance__label {
  margin: 0 0 20px;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .25em;
  color: var(--gold-light);
}

.anniv63-chance__item h3 {
  margin: 0 0 20px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 500;
}

.anniv63-chance__item p:last-child {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.8);
}

.anniv63-flyer {
  max-width: 720px;
  margin: 80px auto 0;
  text-align: center;
}

.anniv63-flyer > p {
  margin: 0 0 20px;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 600;
}

.anniv63-flyer img {
  box-shadow: 0 20px 60px rgba(0,0,0,.12);
}


/* =========================================================
   KIRAMEKI
========================================================= */

.anniv63-kirameki {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #141311;
  color: #fff;
}

.anniv63-kirameki__visual {
  min-height: 720px;
  overflow: hidden;
}

.anniv63-kirameki__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anniv63-kirameki__content {
  max-width: 650px;
  padding: 100px 8vw 90px 7vw;
}

.anniv63-kirameki__content h2 {
  margin: 0 0 40px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.55;
}

.anniv63-kirameki__content h2 span {
  color: var(--gold-light);
}

.anniv63-kirameki__content > p:not(.anniv63-section-en) {
  font-size: 14px;
  color: rgba(255,255,255,.76);
}

.anniv63-kirameki__five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 45px 0 10px;
  border-top: 1px solid rgba(199,163,92,.45);
  border-bottom: 1px solid rgba(199,163,92,.45);
}

.anniv63-kirameki__five div {
  min-height: 125px;
  padding: 20px 8px;
  border-right: 1px solid rgba(199,163,92,.3);
}

.anniv63-kirameki__five div:last-child {
  border: 0;
}

.anniv63-kirameki__five span {
  display: block;
  margin-bottom: 11px;
  font-family: Georgia, serif;
  font-size: 9px;
  color: var(--gold);
}

.anniv63-kirameki__five strong {
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: 11px;
  line-height: 1.8;
  font-weight: 400;
}


/* =========================================================
   LINEUP INTRO
========================================================= */

.anniv63-lineup-intro {
  padding: 130px 0 100px;
  text-align: center;
}

.anniv63-lineup-intro > div > p:last-child {
  line-height: 2.1;
}


/* =========================================================
   SHOP COMMON
========================================================= */

.anniv63-shop-section {
  padding: 110px 0;
}

.anniv63-shop-section--gray {
  background: var(--gray);
}

.anniv63-shop-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 90px;
}

.anniv63-shop-layout--reverse {
  grid-template-columns: .92fr 1.08fr;
}

.anniv63-shop-image {
  position: relative;
}

.anniv63-shop-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.anniv63-shop-image--kirameki img {
  aspect-ratio: 1 / 1;
}

.anniv63-shop-number {
  position: absolute;
  right: -20px;
  bottom: -35px;
  font-family: Georgia, serif;
  font-size: 100px;
  line-height: 1;
  color: var(--red);
}

.anniv63-shop-en {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .25em;
  color: var(--red);
}

.anniv63-shop-content > h2 {
  margin: 0 0 35px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: .08em;
  font-weight: 400;
}

.anniv63-shop-content > h3 {
  margin: 0 0 30px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.5;
  font-weight: 400;
}

.anniv63-shop-content > h3 strong {
  color: var(--red);
  font-weight: 500;
}

.anniv63-shop-content > p {
  margin: 0 0 18px;
  font-size: 14px;
}

.anniv63-menu-list {
  margin: 35px 0 5px;
  border-top: 1px solid #ccc7bd;
}

.anniv63-menu-list dl {
  margin: 0;
  padding: 15px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #ccc7bd;
}

.anniv63-menu-list dt {
  font-size: 13px;
}

.anniv63-menu-list dd {
  margin: 0;
  font-family:
    "Noto Serif JP",
    serif;
  font-weight: 600;
  white-space: nowrap;
}

.anniv63-menu-list dd small {
  font-size: 10px;
  font-weight: 400;
}

.anniv63-menu-list__accent dd {
  color: var(--red);
}

.anniv63-menu-list__accent dd strong {
  font-size: 1.25em;
}


/* =========================================================
   RESTAURANT
========================================================= */

.anniv63-restaurant {
  padding: 130px 0;
  background: #191715;
  color: #fff;
}

.anniv63-restaurant__lead {
  margin: -25px auto 60px;
  text-align: center;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: 15px;
  line-height: 2.1;
  color: rgba(255,255,255,.68);
}

.anniv63-restaurant__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.16);
}

.anniv63-restaurant__grid article {
  position: relative;
  grid-column: span 2;
  min-height: 365px;
  padding: 45px 35px;
  background: #211f1c;
}

.anniv63-restaurant__grid article:nth-child(4) {
  grid-column: 2 / span 2;
}

.anniv63-restaurant__grid article:nth-child(5) {
  grid-column: 4 / span 2;
}

.anniv63-restaurant__tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 10px;
  background: var(--red);
  font-size: 10px;
  font-weight: 700;
}

.anniv63-restaurant__tag--reserve {
  background: #243f62;
}

.anniv63-restaurant__grid h3 {
  margin: 0 0 25px;
  min-height: 72px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 500;
}

.anniv63-price {
  margin: 0 0 22px;
  color: var(--gold-light);
  font-family:
    "Noto Serif JP",
    serif;
  font-size: 27px;
  line-height: 1.4;
}

.anniv63-price small {
  display: block;
  font-size: 10px;
  color: #fff;
}

.anniv63-price span {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.55);
}

.anniv63-restaurant__grid article > p:last-child {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
  color: rgba(255,255,255,.65);
}

.anniv63-restaurant__flyer {
  max-width: 690px;
  margin: 80px auto 0;
}

.anniv63-restaurant__flyer img {
  box-shadow: 0 25px 70px rgba(0,0,0,.4);
}


/* =========================================================
   SO-ZAI
========================================================= */

.anniv63-sozai {
  padding: 130px 0;
  background: #fff;
}

.anniv63-sozai__layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.anniv63-sozai__flyer img {
  box-shadow: 0 20px 60px rgba(0,0,0,.1);
}

.anniv63-month {
  padding: 35px 0;
  border-top: 2px solid var(--black);
}

.anniv63-month + .anniv63-month {
  margin-top: 40px;
}

.anniv63-month__label {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 9px;
  letter-spacing: .22em;
  color: var(--red);
}

.anniv63-month h3 {
  margin: 5px 0 20px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: 28px;
  font-weight: 500;
}

.anniv63-month dl {
  margin: 0;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  border-bottom: 1px solid #ddd;
}

.anniv63-month dt {
  font-size: 13px;
  line-height: 1.7;
}

.anniv63-month dd {
  margin: 0;
  font-family:
    "Noto Serif JP",
    serif;
  font-size: 17px;
  white-space: nowrap;
}

.anniv63-month dd span {
  display: block;
  font-size: 9px;
  text-align: right;
  font-family: sans-serif;
}


/* =========================================================
   ONLINE
========================================================= */

.anniv63-online {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: #30241f;
  color: #fff;
}

.anniv63-online__image {
  min-height: 720px;
}

.anniv63-online__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anniv63-online__content {
  padding: 100px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.anniv63-online__sub {
  margin: 0 0 12px;
  font-family:
    "Noto Serif JP",
    serif;
  font-size: 14px;
  color: var(--gold-light);
}

.anniv63-online h2 {
  margin: 0 0 35px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.45;
  font-weight: 400;
}

.anniv63-online__content > p:not(.anniv63-section-en):not(.anniv63-online__sub) {
  margin: 0 0 18px;
  font-size: 14px;
  color: rgba(255,255,255,.72);
}

.anniv63-online__spec {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  padding: 15px 25px 15px 0;
  border-top: 1px solid rgba(199,163,92,.5);
  border-bottom: 1px solid rgba(199,163,92,.5);
}

.anniv63-online__spec span {
  font-family: Georgia, serif;
  font-size: 45px;
  color: var(--gold-light);
}

.anniv63-online__spec p {
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .1em;
}


/* =========================================================
   ENDING
========================================================= */

.anniv63-ending {
  position: relative;
  padding: 150px 0 130px;
  background: var(--red);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.anniv63-ending__63 {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  font-family: Georgia, serif;
  font-size: clamp(300px, 50vw, 700px);
  font-weight: 700;
  line-height: .7;
  letter-spacing: -.12em;
  color: rgba(255,255,255,.07);
  pointer-events: none;
}

.anniv63-ending .anniv63-container {
  position: relative;
}

.anniv63-ending h2 {
  margin: 0 0 45px;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size: clamp(46px, 6vw, 80px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
}

.anniv63-ending > div > p:not(.anniv63-section-en) {
  margin: 0 0 22px;
  font-family:
    "Noto Serif JP",
    serif;
  font-size: 15px;
  line-height: 2.2;
}

.anniv63-ending__message {
  margin-top: 50px !important;
  font-size: 20px !important;
}

.anniv63-backtop {
  display: inline-block;
  margin-top: 60px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255,255,255,.5);
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .18em;
}


/* =========================================================
   NOTES
========================================================= */

.anniv63-notes {
  padding: 35px 0;
  background: #eee9e1;
}

.anniv63-notes p {
  margin: 2px 0;
  font-size: 10px;
  color: #68645e;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 900px) {

  .anniv63-container {
    width: min(100% - 40px, 720px);
  }

  .sp-only {
    display: block;
  }


  /* HERO */

  .anniv63-hero {
    min-height: 680px;
  }

  .anniv63-hero__inner {
    width: calc(100% - 40px);
    padding: 90px 0 80px;
  }

  .anniv63-hero__number {
    right: -35px;
    top: 42%;
    font-size: 280px;
  }

  .anniv63-hero__lead {
    font-size: 14px;
  }

  .anniv63-hero__scroll {
    display: none;
  }


  /* INTRO */

  .anniv63-intro,
  .anniv63-stamp,
  .anniv63-lineup-intro,
  .anniv63-shop-section,
  .anniv63-restaurant,
  .anniv63-sozai {
    padding: 90px 0;
  }


  /* NAV */

  .anniv63-nav {
    overflow-x: auto;
  }

  .anniv63-nav .anniv63-container {
    width: 100%;
  }

  .anniv63-nav ul {
    width: 730px;
  }


  /* STAMP */

  .anniv63-stamp__main {
    grid-template-columns: 1fr;
  }

  .anniv63-stamp__copy {
    padding: 45px 0;
    border-right: 0;
    border-bottom: 1px solid #cfc7b8;
  }

  .anniv63-stamp__stores {
    padding: 30px 0;
  }

  .anniv63-chance {
    grid-template-columns: 1fr;
  }


  /* KIRAMEKI */

  .anniv63-kirameki {
    grid-template-columns: 1fr;
  }

  .anniv63-kirameki__visual {
    min-height: 420px;
  }

  .anniv63-kirameki__content {
    max-width: none;
    padding: 70px 30px;
  }


  /* SHOP */

  .anniv63-shop-layout,
  .anniv63-shop-layout--reverse {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .anniv63-shop-layout--reverse .anniv63-shop-content {
    order: 2;
  }

  .anniv63-shop-layout--reverse .anniv63-shop-image {
    order: 1;
  }


  /* RESTAURANT */

  .anniv63-restaurant__grid {
    grid-template-columns: 1fr 1fr;
  }

  .anniv63-restaurant__grid article,
  .anniv63-restaurant__grid article:nth-child(4),
  .anniv63-restaurant__grid article:nth-child(5) {
    grid-column: auto;
  }


  /* SOZAI */

  .anniv63-sozai__layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .anniv63-sozai__flyer {
    max-width: 600px;
    margin: auto;
  }


  /* ONLINE */

  .anniv63-online {
    grid-template-columns: 1fr;
  }

  .anniv63-online__image {
    min-height: 500px;
  }

  .anniv63-online__content {
    padding: 80px 30px;
  }

}


@media screen and (max-width: 600px) {

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

  .anniv63-section-en {
    margin-bottom: 15px;
    font-size: 9px;
  }

  .anniv63-heading {
    margin-bottom: 30px;
    font-size: 31px;
  }

  .anniv63-title {
    margin-bottom: 45px;
  }

  .anniv63-title h2 {
    font-size: 32px;
  }


  /* HERO */

  .anniv63-hero {
    min-height: 620px;
  }

  .anniv63-hero__inner {
    width: calc(100% - 32px);
  }

  .anniv63-hero__eyebrow {
    font-size: 9px;
    letter-spacing: .25em;
  }

  .anniv63-hero h1 {
    font-size: 43px;
  }

  .anniv63-hero__number {
    top: 38%;
    right: -40px;
    font-size: 230px;
  }

  .anniv63-hero__date {
    padding: 10px 14px;
  }

  .anniv63-hero__date strong {
    font-size: 14px;
  }


  /* INTRO */

  .anniv63-intro,
  .anniv63-stamp,
  .anniv63-lineup-intro,
  .anniv63-shop-section,
  .anniv63-restaurant,
  .anniv63-sozai {
    padding: 70px 0;
  }

  .anniv63-intro__text {
    text-align: left;
    font-size: 14px;
  }


  /* STAMP */

  .anniv63-stamp__copy h3 {
    font-size: 30px;
  }

  .anniv63-stamp-store {
    grid-template-columns: 34px 1fr;
  }

  .anniv63-stamp-store strong {
    font-size: 16px;
  }

  .anniv63-chance__item {
    padding: 38px 25px;
  }

  .anniv63-chance__item h3 {
    font-size: 23px;
  }

  .anniv63-flyer {
    margin-top: 55px;
  }


  /* KIRAMEKI */

  .anniv63-kirameki__visual {
    min-height: 330px;
  }

  .anniv63-kirameki__content {
    padding: 60px 22px;
  }

  .anniv63-kirameki__content h2 {
    font-size: 32px;
  }

  .anniv63-kirameki__five {
    grid-template-columns: repeat(2, 1fr);
  }

  .anniv63-kirameki__five div {
    min-height: auto;
    border-bottom: 1px solid rgba(199,163,92,.3);
  }


  /* SHOP */

  .anniv63-shop-layout,
  .anniv63-shop-layout--reverse {
    gap: 55px;
  }

  .anniv63-shop-number {
    right: 5px;
    bottom: -28px;
    font-size: 75px;
  }

  .anniv63-shop-content > h3 {
    font-size: 29px;
  }

  .anniv63-menu-list dl {
    display: block;
  }

  .anniv63-menu-list dd {
    margin-top: 5px;
  }


  /* RESTAURANT */

  .anniv63-restaurant__grid {
    display: block;
    background: transparent;
  }

  .anniv63-restaurant__grid article {
    min-height: 0;
    padding: 35px 25px;
    margin-bottom: 1px;
  }

  .anniv63-restaurant__grid h3 {
    min-height: 0;
  }

  .anniv63-restaurant__flyer {
    margin-top: 50px;
  }


  /* SO-ZAI */

  .anniv63-month dl {
    display: block;
  }

  .anniv63-month dd {
    margin-top: 5px;
  }

  .anniv63-month dd span {
    display: inline;
  }


  /* ONLINE */

  .anniv63-online__image {
    min-height: 340px;
  }

  .anniv63-online__content {
    padding: 65px 22px;
  }

  .anniv63-online h2 {
    font-size: 36px;
  }


  /* BUTTON */

  .anniv63-btn {
    width: 100%;
    min-width: 0;
  }


  /* ENDING */

  .anniv63-ending {
    padding: 100px 0 90px;
  }

  .anniv63-ending h2 {
    font-size: 43px;
  }

  .anniv63-ending > div > p:not(.anniv63-section-en) {
    font-size: 13px;
  }

  .anniv63-ending__message {
    font-size: 17px !important;
  }

}