/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: 100%;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 499px) {
  .onlySP {
    display: block;
  }
}

.onlyTAB {
  display: none;
}
@media screen and (max-width: 750px) {
  .onlyTAB {
    display: block;
  }
}

.onlyBP {
  display: none;
}
@media screen and (max-width: 1024px) {
  .onlyBP {
    display: block;
  }
}

header, main, footer {
  font-family: "Noto Sans JP", sans-serif;
}

main {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 70px;
  }
}
@media screen and (max-width: 499px) {
  main {
    margin-top: 13vw;
  }
}

.festa2026-header {
  height: 100px;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .festa2026-header {
    height: auto;
  }
}
.festa2026-header .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .festa2026-header .inner {
    height: 70px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-header .inner {
    height: 13vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.festa2026-header-logo {
  width: 228px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  .festa2026-header-logo {
    width: auto;
    height: 25px;
  }
  .festa2026-header-logo img {
    width: auto;
    height: 25px;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-header-logo {
    width: 30.4vw;
    height: auto;
  }
  .festa2026-header-logo img {
    width: 30.4vw;
  }
}
.festa2026-header-logo a {
  display: block;
}
.festa2026-header-cart {
  width: 36px;
  height: 41px;
}
@media screen and (max-width: 1024px) {
  .festa2026-header-cart {
    width: auto;
    height: 30px;
  }
  .festa2026-header-cart img {
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-header-cart {
    width: 4.8vw;
  }
  .festa2026-header-cart img {
    width: 4.8vw;
  }
}
.festa2026-header-cart a {
  display: block;
}
.festa2026-mv {
  background: center top/auto 100% no-repeat #fff url(../../img/festa2026/mv_bg.png);
  padding: 70px 0 64px;
}
@media screen and (max-width: 1024px) {
  .festa2026-mv {
    padding: 0 0 7vw 0;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-mv {
    padding: 0 0 9vw 0;
  }
}
.festa2026-mv-img {
  display: block;
}
.festa2026-reserve {
  text-align: center;
  padding-bottom: 117px;
}
@media screen and (max-width: 1024px) {
  .festa2026-reserve {
    padding-bottom: 11vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-reserve {
    padding-bottom: 16vw;
  }
}
.festa2026-reserve a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 51.5%;
  max-width: 515px;
  height: 88px;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, right top, from(#1F8DBB), to(#0053A5));
  background: linear-gradient(90deg, #1F8DBB 0%, #0053A5 100%);
  border-radius: 44px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: min(5vw, 37.8px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .festa2026-reserve a {
    width: 55vw;
    height: 10vw;
    font-size: min(5vw, 28px);
  }
}
@media screen and (max-width: 499px) {
  .festa2026-reserve a {
    width: 68vw;
    height: 11.7vw;
  }
}
.festa2026-reserve p {
  font-size: min(3.2vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2.9%;
}
@media screen and (max-width: 1024px) {
  .festa2026-reserve p {
    margin-top: 4.4vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-reserve p {
    margin-top: 6.4vw;
  }
}
.festa2026-contents {
  background: center top/cover no-repeat url(../../img/festa2026/cnt_bg_pc.png);
  padding: 63px 0 55px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 499px) {
  .festa2026-contents {
    padding: 13.9vw 0 16.8vw;
    background: center top/cover no-repeat url(../../img/festa2026/cnt_bg_sp.png);
  }
}
.festa2026-contents-info-ttl {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: min(13.3vw, 130px);
  line-height: 1;
  letter-spacing: 3px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .festa2026-contents-info-ttl {
    letter-spacing: 0.4vw;
    font-size: min(13.3vw, 70px);
  }
}
@media screen and (max-width: 499px) {
  .festa2026-contents-info-ttl {
    letter-spacing: 0.4vw;
  }
}
.festa2026-contents-info-ttl .text-year {
  font-size: min(13.3vw, 130px);
  padding-right: 0.3em;
}
@media screen and (max-width: 1024px) {
  .festa2026-contents-info-ttl .text-year {
    font-size: min(13.3vw, 70px);
  }
}
@media screen and (max-width: 499px) {
  .festa2026-contents-info-ttl .text-year {
    font-size: 16.9vw;
    display: block;
    padding-right: 0;
    padding-bottom: 2vw;
  }
}
.festa2026-contents-info-ttl .text-M {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 66px;
  font-size: min(8.8vw, 66px);
  line-height: 1;
  letter-spacing: 10px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .festa2026-contents-info-ttl .text-M {
    letter-spacing: 1.3vw;
    font-size: min(8.8vw, 44px);
    padding-top: 1vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-contents-info-ttl .text-M {
    letter-spacing: 1.3vw;
    padding-top: 3vw;
  }
}
.festa2026-contents-info-ttl .text-S {
  padding-top: 21px;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: min(4.8vw, 36px);
  line-height: 1.1;
  letter-spacing: 2px;
  text-shadow: none;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .festa2026-contents-info-ttl .text-S {
    font-size: min(4.8vw, 30px);
    padding-top: 4vw;
    letter-spacing: 0.27vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-contents-info-ttl .text-S {
    padding-top: 9vw;
    letter-spacing: 0.27vw;
  }
}
.festa2026-contents-info-txt {
  font-size: min(3.46vw, 24px);
  line-height: 1.6;
  padding-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .festa2026-contents-info-txt {
    padding-top: 3vw;
    font-size: min(3.46vw, 18px);
  }
}
@media screen and (max-width: 499px) {
  .festa2026-contents-info-txt {
    padding-top: 5vw;
  }
}
.festa2026-footer {
  padding: 46px 0 64px;
}
@media screen and (max-width: 1024px) {
  .festa2026-footer {
    padding: 6vw 0 5.5vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-footer {
    padding: 10.1vw 0 9.2vw;
  }
}
.festa2026-sns-li {
  display: grid;
  width: 300px;
  margin-inline: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .festa2026-sns-li {
    width: 36vw;
    gap: 5vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-sns-li {
    width: 50vw;
    gap: 5vw;
  }
}
.festa2026-sns-li-itm {
  width: auto;
}
.festa2026-sns-li-itm a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.festa2026-sns-li-itm a img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .festa2026-sns-li-itm a img {
    height: 5vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-sns-li-itm a img {
    height: 6.7vw;
  }
}
.festa2026-ftLogo {
  padding-top: 55px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .festa2026-ftLogo {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-ftLogo {
    padding-top: 9.7vw;
  }
}
.festa2026-ftLogo a {
  display: inline-block;
  margin-inline: auto;
}
.festa2026-ftLogo a img {
  height: 33px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .festa2026-ftLogo a img {
    height: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-ftLogo a img {
    height: 5.6vw;
  }
}
.festa2026-copyright {
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .festa2026-copyright {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-copyright {
    padding-top: 4.4vw;
  }
}
.festa2026-copyright small {
  font-weight: 400;
  font-size: 13px;
  font-size: min(2.13vw, 13px);
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .festa2026-copyright small {
    font-size: min(2.13vw, 10px);
  }
}

.festa2026phase2-mv {
  position: relative;
}
.festa2026phase2-mv-img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.festa2026phase2-mv-info {
  z-index: 1;
  position: absolute;
  top: 7.3vw;
  right: 21.6vw;
  bottom: 9.3vw;
  left: 21.6vw;
  width: 57.6%;
  max-width: 1100px;
  margin-inline: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-mv-info {
    right: 12.5%;
    left: 12.5%;
    width: 75%;
    top: 8%;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-mv-info {
    width: 90%;
    right: 5%;
    left: 5%;
    top: 18.2vw;
  }
}
.festa2026phase2-mv-info-badge {
  width: 10.52vw;
  height: 10.52vw;
  display: block;
  margin: 0 1.8vw -4.2vw auto;
  display: block;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-mv-info-badge {
    width: 26.9vw;
    height: 26.9vw;
    margin: 0 0.5vw -7.7vw auto;
  }
}
.festa2026phase2-mv-info-ttl {
  width: 100%;
  display: block;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-mv-info-ttl {
    margin-bottom: -4vw;
  }
}
.festa2026phase2-mv-info-copy {
  width: 94%;
  margin-inline: auto;
  display: block;
  margin-top: -0.4vw;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-mv-info-copy {
    margin-top: -12vw;
    width: 67%;
  }
}
.festa2026phase2-mv-info-date {
  display: block;
  width: 69.99%;
  margin-inline: auto;
  margin-top: -0.3vw;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-mv-info-date {
    padding-top: 1vw;
    width: 100%;
  }
}
.festa2026phase2-mv-info-notice {
  padding-top: 0.8vw;
  display: block;
  width: 40%;
  margin-inline: auto;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-mv-info-notice {
    width: 48%;
    padding-top: 3vw;
  }
}
.festa2026phase2-contents-bgDsc {
  background: center top/cover no-repeat url(../../img/festa2026/bgDsc.jpg);
}
.festa2026phase2-contents-bgDtl {
  background: #fff;
}
.festa2026phase2-contents-bgItem {
  background: center top/100% 100% no-repeat #fff url(../../img/festa2026/new_item_bg.png);
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-contents-bgItem {
    background: center top/cover no-repeat #fff url(../../img/festa2026/new_item_bg.png);
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-contents-bgItem {
    background-image: url(../../img/festa2026/new_item_bg_sp.png);
  }
}
.festa2026phase2-dsc {
  text-align: center;
}
.festa2026phase2-dsc-ttl {
  width: 64%;
  max-width: 359px;
  margin-inline: auto;
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dsc-ttl {
    padding-top: 10vw;
    width: 50%;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dsc-ttl {
    padding-top: 12vw;
  }
}
.festa2026phase2-dsc-txt {
  text-align: center;
  color: #fff;
  padding: 40px 0 100px;
  font-weight: 700;
  font-size: min(3.46vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dsc-txt {
    padding-top: 4vw;
    padding-bottom: 10vw;
    font-size: min(3.46vw, 16px);
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dsc-txt {
    padding-top: 6.9vw;
    padding-bottom: 15.2vw;
  }
}
.festa2026phase2-dtl {
  padding: 90px 0;
  width: 80%;
  max-width: 1370px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl {
    padding: 7.5vw 0;
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .festa2026phase2-dtl {
    padding-top: 13vw;
    padding-bottom: 14.5vw;
    grid-template-columns: 1fr;
    width: 82%;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl {
    padding-top: 13vw;
    padding-bottom: 14.5vw;
    grid-template-columns: 1fr;
    width: 82%;
  }
}
.festa2026phase2-dtl-cnt {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .is-guest .festa2026phase2-dtl-cnt-dsc {
    position: absolute;
    width: 100%;
  }
}
.festa2026phase2-dtl-cnt-ttl {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2px 0 20px;
}
@media screen and (max-width: 1024px) {
  .is-overvew .festa2026phase2-dtl-cnt-ttl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .festa2026phase2-dtl-cnt-ttl {
    display: block;
    padding-bottom: 4.26vw;
    padding-top: 0;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt-ttl {
    display: block;
    padding-bottom: 4.26vw;
    padding-top: 0;
  }
  .is-overvew .festa2026phase2-dtl-cnt-ttl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.festa2026phase2-dtl-cnt-ttl img {
  height: 30px;
}
@media screen and (max-width: 750px) {
  .festa2026phase2-dtl-cnt-ttl img {
    height: 5.8vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt-ttl img {
    height: 5.8vw;
  }
}
.festa2026phase2-dtl-cnt-lnk {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #04508E;
  color: #fff;
  width: 151px;
  height: 39px;
  font-size: min(2.93vw, 18px);
  margin-top: 35px;
  line-height: 1;
  font-weight: 400;
}
.festa2026phase2-dtl-cnt-lnk:hover {
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-cnt-lnk {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .festa2026phase2-dtl-cnt-lnk {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt-lnk {
    width: 24.5vw;
    height: 6.36vw;
    margin-top: 3.6vw;
  }
}
.festa2026phase2-dtl-cnt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .festa2026phase2-dtl-cnt-grid {
    grid-template-columns: 55% 45%;
    gap: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-cnt-grid {
    position: relative;
    padding-top: 10vw;
  }
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-cnt-grid {
    grid-template-columns: 1fr;
    position: relative;
    height: 34vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt-grid {
    grid-template-columns: 1fr;
    position: relative;
    height: 36vw;
  }
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-cnt-img {
    width: 44%;
    position: absolute;
    right: 0;
    top: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .festa2026phase2-dtl-cnt-img {
    width: 35vw;
    margin-left: auto;
    margin-right: 0;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt-img {
    width: 40vw;
    margin-left: auto;
    margin-right: 0;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .festa2026phase2-dtl-cnt-gst {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt-gst {
    position: absolute;
    left: 0;
    top: 17vw;
  }
}
.festa2026phase2-dtl-cnt p {
  font-size: min(3.2vw, 16px);
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-cnt p {
    font-size: min(3.2vw, 15px);
  }
}
@media screen and (max-width: 750px) {
  .festa2026phase2-dtl-cnt p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt p {
    font-size: 3.2vw;
  }
}
.festa2026phase2-dtl-cnt p b {
  font-weight: 700;
  line-height: 1.4;
}
.festa2026phase2-dtl-cnt p .text-L {
  font-size: 133%;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-cnt p .text-L {
    font-size: 120%;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt p .text-L {
    display: inline-block;
    padding-bottom: 2vw;
  }
}
.festa2026phase2-dtl-cnt.is-overvew {
  padding-right: 43px;
  border-right: 1px solid #BCBCBC;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-cnt.is-overvew {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .festa2026phase2-dtl-cnt.is-overvew {
    padding-right: 0;
    border: none;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt.is-overvew {
    padding-right: 0;
    border: none;
  }
}
.festa2026phase2-dtl-cnt.is-guest {
  padding-left: 70px;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-cnt.is-guest {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .festa2026phase2-dtl-cnt.is-guest {
    padding-left: 0;
    padding-top: 12vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-cnt.is-guest {
    padding-left: 0;
    padding-top: 15.8vw;
    padding-bottom: 15.8vw;
  }
}
.festa2026phase2-dtl-gg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-gg {
    position: relative;
    padding-top: 5.7vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .festa2026phase2-dtl-gg {
    padding-top: 8vw;
    position: relative;
  }
}
@media screen and (min-width: 500px) and (max-width: 749px) {
  .festa2026phase2-dtl-gg {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-gg {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 13vw;
    gap: 8vw;
  }
}
.festa2026phase2-dtl-gg-img {
  width: 41%;
  max-width: 230px;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-gg-img {
    width: 50%;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-gg-img {
    width: 54.6vw;
    max-width: none;
    margin-inline: auto;
  }
}
.festa2026phase2-dtl-gg-info {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-dtl-gg-info {
    width: 50%;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl-gg-info {
    width: 100%;
  }
}
.festa2026phase2-itm {
  padding: 96px 0 132px;
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-itm {
    padding-top: 9vw;
    padding-bottom: 13vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm {
    padding-top: 11.6vw;
    padding-bottom: 12.26vw;
  }
}
.festa2026phase2-itm-ttl {
  display: grid;
  width: 35.7vw;
  max-width: 268px;
  margin-inline: auto;
}
.festa2026phase2-itm p {
  font-size: min(3.46vw, 20px);
  line-height: 1.6;
  letter-spacing: 2%;
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm p {
    margin-top: 4.8vw;
  }
}
.festa2026phase2-itm-bgBrand {
  width: 87%;
  max-width: 1200px;
  margin: 33px auto 0;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 0px rgba(4, 80, 142, 0.2);
          box-shadow: 4px 4px 0px rgba(4, 80, 142, 0.2);
  padding: 31px 134px 64px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .festa2026phase2-itm-bgBrand {
    margin-top: 4.3vw;
    padding: 5vw 7vw 6vw;
  }
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-itm-bgBrand {
    margin-top: 4.3vw;
    padding: 4vw 5vw 5vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-bgBrand {
    margin-top: 4.3vw;
    -webkit-box-shadow: 2px 2px 0px rgba(4, 80, 142, 0.2);
            box-shadow: 2px 2px 0px rgba(4, 80, 142, 0.2);
    padding: 9vw 6.6vw;
  }
}
.festa2026phase2-itm-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .festa2026phase2-itm-brand {
    gap: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .festa2026phase2-itm-brand {
    gap: 5vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand-itm {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.festa2026phase2-itm-brand-itm.is-JUNKO {
  width: 204px;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand-itm.is-JUNKO {
    width: 31.7vw;
    height: 11vw;
  }
}
.festa2026phase2-itm-brand-itm.is-BURTLE {
  width: 213px;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand-itm.is-BURTLE {
    width: 33.2vw;
    height: 11vw;
  }
}
.festa2026phase2-itm-brand-itm.is-PUMA {
  width: 170px;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand-itm.is-PUMA {
    width: 26.5vw;
    height: 20.5vw;
    margin-top: 3.78vw;
  }
}
.festa2026phase2-itm-brand-itm.is-KURODARUMA {
  width: 253px;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand-itm.is-KURODARUMA {
    width: 39.4vw;
    height: 20.5vw;
    margin-top: 3.78vw;
  }
}
.festa2026phase2-itm-brand-itm.is-HUMMER {
  width: 220px;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand-itm.is-HUMMER {
    width: 34.4vw;
    height: 8.87vw;
    margin-top: 5.53vw;
  }
}
.festa2026phase2-itm-brand-itm.is-TORA {
  width: 118px;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand-itm.is-TORA {
    width: 18.4vw;
    height: 8.87vw;
    margin-top: 5.53vw;
  }
}
.festa2026phase2-itm-brand-itm.is-YsGOD {
  width: 184px;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand-itm.is-YsGOD {
    width: 28.8vw;
    height: 9.2vw;
    margin-top: 11.36vw;
  }
  .festa2026phase2-itm-brand-itm.is-YsGOD img {
    margin-left: -3vw;
  }
}
.festa2026phase2-itm-brand-itm.is-Makku {
  width: 222px;
}
@media screen and (max-width: 499px) {
  .festa2026phase2-itm-brand-itm.is-Makku {
    width: 34.5vw;
    height: 9.2vw;
    margin-top: 11.36vw;
  }
  .festa2026phase2-itm-brand-itm.is-Makku img {
    margin-left: 4vw;
  }
}

.festa2026-reserve.is-phase2 {
  padding-top: 63px;
  padding-bottom: 78px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .festa2026-reserve.is-phase2 {
    padding-top: 4.4vw;
    padding-bottom: 5.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .festa2026-reserve.is-phase2 {
    padding-top: 6vw;
    padding-bottom: 6.5vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-reserve.is-phase2 {
    padding-top: 9.6vw;
    padding-bottom: 8.8vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .festa2026-reserve.is-phase2 a {
    height: 7.8vw;
    font-size: 3vw;
    max-width: 45vw;
  }
}
@media screen and (max-width: 1024px) {
  .festa2026-reserve.is-phase2 a {
    width: 55vw;
    height: 9vw;
    font-size: min(5vw, 28px);
  }
}
@media screen and (max-width: 499px) {
  .festa2026-reserve.is-phase2 a {
    font-size: 5vw;
  }
}