@charset "UTF-8";
/*** 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;
  scroll-padding-top: 110px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 15vw;
  }
}
@media screen and (max-width: 499px) {
  html {
    scroll-padding-top: 20vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom; /* 下揃えにしてベースラインの隙間を消す */
}

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: 768px) {
  .onlyTAB {
    display: block;
  }
}

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

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

header, main, footer {
  font-family: "Noto Sans JP", sans-serif;
}
header a, header p, header span, main a, main p, main span, footer a, footer p, footer span {
  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;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .festa2026-header .inner {
    height: 70px;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-header .inner {
    height: 13vw;
  }
}
.festa2026-header-logo {
  width: 89.8%;
  height: 100%;
  z-index: 10001;
  background: #fff;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.festa2026-header-logo.onlySP {
  display: none;
  width: 0;
  height: 0;
}
@media screen and (max-width: 499px) {
  .festa2026-header-logo.onlySP {
    display: block;
    position: fixed;
    width: 30.4vw;
    height: 4.5vw;
    top: 4.2vw;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .festa2026-header-logo {
    width: 87vw;
    height: 100%;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026-header-logo {
    width: 84vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-header-logo {
    width: 75%;
    padding-left: 4vw;
    height: 100%;
  }
}
.festa2026-header-logo a {
  width: 228px;
  height: auto;
  display: block;
}
@media screen and (max-width: 499px) {
  .festa2026-header-logo a {
    width: 30.4vw;
  }
}
.festa2026-header-logo a img {
  width: 236px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .festa2026-header-logo a img {
    width: auto;
    height: 25px;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-header-logo a img {
    width: 30.4vw;
    height: auto;
  }
}
.festa2026-header-cart {
  width: 54px;
  height: 100px;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: calc((100% - 1000px) / 2 + 60px);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .festa2026-header-cart {
    top: 0;
    right: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 499px) {
  .festa2026-header-cart {
    width: 4.8vw;
    height: 13vw;
    right: 18vw;
  }
  .festa2026-header-cart img {
    width: 4.8vw;
    height: auto;
  }
}
.festa2026-header-cart a {
  display: inline-block;
  width: 27px;
  height: 31px;
}
@media screen and (max-width: 499px) {
  .festa2026-header-cart a {
    width: 4.8vw;
    height: auto;
  }
}
.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: 1024px) {
  .festa2026phase2-mv-info-badge {
    margin-bottom: -5.5vw;
  }
}
@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-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: 90%;
  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: 768px) {
  .festa2026phase2-dtl {
    padding-top: 13vw;
    padding-bottom: 4.5vw;
    grid-template-columns: 1fr;
    width: 82%;
  }
}
@media screen and (max-width: 499px) {
  .festa2026phase2-dtl {
    padding-top: 13vw;
    padding-bottom: 4.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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, 18px);
  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: 768px) {
  .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%;
  display: block;
  padding-bottom: 10px;
}
@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: 768px) {
  .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: 768px) {
  .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: 768px) 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: 60px 0;
  border-top: 1px solid #D1D1D1;
}
.is-P3 .festa2026phase2-itm {
  padding-bottom: 110px;
}
@media screen and (max-width: 499px) {
  .is-P3 .festa2026phase2-itm {
    padding-bottom: 7.9vw;
  }
}
@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;
}
.festa2026phase2-itm-ttl-main {
  margin-inline: auto;
  width: 35.7vw;
  max-width: 268px;
}
.festa2026phase2-itm-ttl-sub {
  display: inline-block;
  max-width: 330px;
  padding-top: 25px;
  margin-inline: auto;
}
.festa2026phase2-itm-ttl-sub img {
  width: 100%;
}
.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;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); /* 下からスライド */
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); /* 下からスライド */
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.menu-wrapper {
  position: relative;
  z-index: 1000;
}

.menu-icon {
  width: 27px;
  height: 19px;
  position: fixed; /* ← fixedにして常に左上固定 */
  top: 41px;
  right: calc((100% - 1000px) / 2);
  cursor: pointer;
  z-index: 3;
  display: inline-block;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
@media screen and (max-width: 1024px) {
  .menu-icon {
    top: 26px;
    right: 30px;
  }
}
@media screen and (max-width: 499px) {
  .menu-icon {
    width: 4.93vw;
    height: 3.5vw;
    top: 4.9vw;
    right: 8vw;
  }
}
.menu-icon:hover {
  opacity: 0.8;
}

.menu-icon span {
  display: block;
  height: 3px;
  margin: 5px 0;
  background: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 499px) {
  .menu-icon span {
    margin: 0.8vw 0;
  }
}
.menu-icon span:first-of-type {
  margin-top: 0;
}
.menu-icon span:last-of-type {
  margin-bottom: 0;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
@media screen and (max-width: 499px) {
  #menu-toggle:checked + .menu-icon span:nth-child(1) {
    -webkit-transform: translateY(1.5vw) rotate(45deg);
            transform: translateY(1.5vw) rotate(45deg);
  }
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 499px) {
  #menu-toggle:checked + .menu-icon span:nth-child(3) {
    -webkit-transform: translateY(-1.5vw) rotate(-45deg);
            transform: translateY(-1.5vw) rotate(-45deg);
  }
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  backdrop-filter: blur(3px);
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0; /* ← 初期位置を左へ */
  width: 100vw;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .menu {
    top: -80vh;
    height: 80vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu {
    top: -90vh;
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    top: -100vh;
    height: 100vh;
  }
}

.menuWrap {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 499px) {
  .menuWrap {
    padding-bottom: 15vw;
  }
}

#menu-toggle:checked ~ .menu {
  top: 0;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  #menu-toggle:checked ~ .menu {
    padding-top: 70px;
  }
}
@media screen and (max-width: 499px) {
  #menu-toggle:checked ~ .menu {
    padding-top: 13vw;
  }
}

.festa2026p3Navi {
  width: 90%;
  max-width: 775px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  height: auto;
  opacity: 0;
  -webkit-transition: linear 1.8s;
  transition: linear 1.8s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Navi {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Navi {
    grid-template-columns: 40% 40%;
    gap: 10%;
    height: auto;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi {
    grid-template-columns: 1fr;
    gap: 8.2vw;
    max-width: 75vw;
    height: auto;
    -webkit-transition: linear 1s;
    transition: linear 1s;
  }
}
.festa2026p3Navi-intro-ttl {
  width: 265px;
  padding-top: 40px;
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-intro-ttl {
    width: 35vw;
    padding-top: 5vw;
  }
}
.festa2026p3Navi-intro-desc {
  width: 297px;
  padding-top: 70px;
  text-align: left;
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-intro-desc {
    width: auto;
  }
}
.festa2026p3Navi-intro-desc + .festa2026p3Navi-intro-desc {
  padding-top: 40px;
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-intro-desc + .festa2026p3Navi-intro-desc {
    padding-top: 8.2vw;
  }
}
.festa2026p3Navi-intro-desc a {
  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;
}
.festa2026p3Navi-intro-desc img {
  height: 35px;
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-intro-desc img {
    height: 6.15vw;
  }
}
.festa2026p3Navi-cate {
  padding-top: 40px;
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-cate {
    padding-top: 0;
  }
}
.festa2026p3Navi-cate-ttl {
  max-width: 175px;
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-cate-ttl {
    width: 30vw;
  }
}
.festa2026p3Navi-cate-lnk {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 30px auto;
  margin-top: 40px;
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-cate-lnk {
    margin-top: 12vw;
    grid-template-columns: 5vw auto;
  }
}
.festa2026p3Navi-cate-lnk a {
  font-size: 21px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Navi-cate-lnk a {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-cate-lnk a {
    font-size: 4vw;
  }
}
.festa2026p3Navi-cate-lnk + .festa2026p3Navi-cate-lnk {
  margin-top: 24px;
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-cate-lnk + .festa2026p3Navi-cate-lnk {
    margin-top: 8vw;
  }
}
.festa2026p3Navi-cate-lnk::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 21px;
  background: center/contain no-repeat url(../../img/festa2026/icon_arrow_right_blue.svg);
}
@media screen and (max-width: 499px) {
  .festa2026p3Navi-cate-lnk::before {
    width: 2.3vw;
    height: 4vw;
  }
}

.festa2026p3Info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: calc(50vw - 500px);
  margin-left: calc(50vw - 387.5px);
  margin-top: 65px;
  opacity: 0;
  -webkit-transition: linear 1.8s;
  transition: linear 1.8s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Info {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    margin-top: 9vw;
    padding-top: 11vw;
    gap: 4.4vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Info {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    margin-top: 10vw;
    padding-top: 14vw;
    gap: 4.4vw;
    position: relative;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3Info {
    margin-top: 19vw;
    padding-top: 19vw;
  }
}
.festa2026p3Info-logo {
  max-width: 310px;
  max-height: 46px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Info-logo {
    width: 26.1vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Info-logo {
    width: 38.1vw;
    margin: 0 auto;
  }
}
.festa2026p3Info-sns {
  text-align: center;
}
.festa2026p3Info-sns-li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 280px;
  height: 40px;
  margin: 0 14px 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Info-sns-li {
    position: absolute;
    top: 0;
    left: 26vw;
    right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    width: 48vw;
    gap: 5.3vw;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Info-sns-li {
    position: absolute;
    top: 0;
    left: 26vw;
    right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    width: 48vw;
    gap: 5.3vw;
  }
}
.festa2026p3Info-sns-li-itm {
  max-width: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Info-sns-li-itm {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Info-sns-li-itm {
    max-width: none;
  }
}
.festa2026p3Info-sns-li-itm a {
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Info-sns-li-itm a {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Info-sns-li-itm a {
    height: auto;
  }
}
.festa2026p3Info-sns-li-itm a img {
  height: 40px;
  width: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Info-sns-li-itm a img {
    height: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Info-sns-li-itm a img {
    height: 6.5vw;
  }
}
.festa2026p3Info-sns-copy {
  padding-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Info-sns-copy {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Info-sns-copy {
    padding-top: 0;
  }
}
.festa2026p3Info-sns-copy small {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 3px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Info-sns-copy small {
    font-size: 1.52vw;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Info-sns-copy small {
    font-size: 1.52vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3Info-sns-copy small {
    font-size: 2.12vw;
  }
}

.festa2026p3Note {
  margin-top: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3Note {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3Note {
    display: none;
  }
}

#menu-toggle:checked ~ .menu .festa2026p3Navi {
  opacity: 1;
}

#menu-toggle:checked ~ .menu .festa2026p3Info {
  opacity: 1;
}

.productNavi {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 120px;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
}
.productNavi.is-fix {
  -webkit-animation: fadeIn 0.3s ease-in-out forwards;
          animation: fadeIn 0.3s ease-in-out forwards;
  width: 100%;
  background: #04508E;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .productNavi.is-fix {
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .productNavi.is-fix {
    z-index: -1;
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .productNavi.is-fix {
    z-index: -1;
    display: none;
  }
}
.productNavi-anker {
  opacity: 0;
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 120px;
}
.productNavi.is-fix .productNavi-anker {
  opacity: 1;
}
.productNavi-anker-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;
  text-align: center;
  width: 100%;
  height: 60px;
  background: #04508E;
  color: #fff;
  font-size: min(5vw, 16px);
  position: relative;
  font-weight: 800;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .productNavi-anker-itm a {
    font-size: 1.3vw;
    padding-right: 3em;
  }
}
.productNavi-anker-itm a::after {
  position: absolute;
  right: 21px;
  top: calc(50% - 2px);
  content: "";
  width: 10px;
  height: 6px;
  background: center/contain no-repeat url(../../img/festa2026/icon_arrow_down.svg);
}

.festa2026p3-anker {
  width: 90%;
  max-width: 1360px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 12px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3-anker {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3-anker {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-anker {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.5vw;
    gap: 1.54vw 1.7vw;
  }
}
.festa2026p3-anker-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;
  text-align: center;
  width: 100%;
  max-width: 330px;
  height: 56px;
  margin-inline: auto;
  background: #04508E;
  color: #fff;
  font-size: min(5vw, 16px);
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 499px) {
  .festa2026p3-anker-itm a {
    font-size: 2.4vw;
    height: 9.57vw;
  }
}
.festa2026p3-anker-itm a::after {
  position: absolute;
  right: 21px;
  top: calc(50% - 2px);
  content: "";
  width: 10px;
  height: 6px;
  background: center/contain no-repeat url(../../img/festa2026/icon_arrow_down.svg);
}
@media screen and (max-width: 499px) {
  .festa2026p3-anker-itm a::after {
    right: 2vw;
    top: calc(50% - 3px);
    width: 2vw;
  }
}
.festa2026p3-newitem {
  padding: 110px 0 237px;
  background: center top/auto 600px no-repeat url(../../img/2026ss-collection/cate_bg.jpg);
}
.festa2026p3-newitem#link6, .festa2026p3-newitem#link8 {
  background: center top/auto 360px no-repeat url(../../img/2026ss-collection/cate_bg2.jpg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3-newitem {
    padding: 10vw 3vw;
    padding-bottom: 13vw;
    background: center top/100% 48vw no-repeat url(../../img/2026ss-collection/cate_bg.jpg);
  }
  .festa2026p3-newitem#link6, .festa2026p3-newitem#link8 {
    background: center top/100% 30vw no-repeat url(../../img/2026ss-collection/cate_bg.jpg);
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem {
    padding-top: 8vw;
    padding-bottom: 16vw;
    background: center top/100% 73.73vw no-repeat url(../../img/2026ss-collection/cate_bg_sp.jpg);
  }
  .festa2026p3-newitem#link2 {
    background: center top/100% 88vw no-repeat url(../../img/2026ss-collection/cate_bg_sp.jpg);
  }
  .festa2026p3-newitem#link3, .festa2026p3-newitem#link4, .festa2026p3-newitem#link5 {
    background: center top/100% 66vw no-repeat url(../../img/2026ss-collection/cate_bg_sp.jpg);
  }
  .festa2026p3-newitem#link6, .festa2026p3-newitem#link8 {
    background: center top/100% 49vw no-repeat url(../../img/2026ss-collection/cate_bg3_sp.jpg);
  }
}
.festa2026p3-newitem-ttl {
  font-size: 50px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: 90%;
  max-width: 1360px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .festa2026p3-newitem-ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-ttl {
    font-size: 5.3333333333vw;
  }
}
.festa2026p3-newitem-intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  max-width: 1360px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .festa2026p3-newitem-intro {
    width: 94%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3-newitem-intro {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-intro {
    font-size: 2.9333333333vw;
    text-align: left;
    width: 85.6vw;
    margin: 2vw auto 0;
  }
}
.festa2026p3-newitem-soon {
  font-size: 28px;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-soon {
    font-size: 5vw;
  }
}
.festa2026p3-newitem-li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 36px 40px;
  margin-top: 56px;
  width: 94vw;
  max-width: 1360px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3-newitem-li {
    width: 100%;
    gap: 5vw 3vw;
  }
}
@media screen and (max-width: 768px) {
  .festa2026p3-newitem-li {
    gap: 4vw 3vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-li {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6.6vw;
    gap: 10vw 4.5vw;
  }
}
.festa2026p3-newitem-li-itm-inf {
  padding-top: 24px;
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-li-itm-inf {
    padding-top: 10px;
  }
}
.festa2026p3-newitem-li-itm-inf-name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  min-height: 82px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3-newitem-li-itm-inf-name {
    font-size: 1.8vw;
    min-height: 0;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-li-itm-inf-name {
    font-size: 3.2vw;
    min-height: 0;
  }
}
.festa2026p3-newitem-li-itm-inf-date {
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.8;
  color: #9D9D9D;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3-newitem-li-itm-inf-date {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-li-itm-inf-date {
    font-size: 2.6vw;
    padding-top: 5px;
  }
}
.festa2026p3-newitem-li-itm-inf-price {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-li-itm-inf-price {
    margin-top: 5px;
  }
}
.festa2026p3-newitem-li-itm-inf-price-num {
  font-size: 33px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3-newitem-li-itm-inf-price-num {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-li-itm-inf-price-num {
    font-size: 5.3vw;
  }
}
.festa2026p3-newitem-li-itm-inf-price-num::after {
  content: "（税込）";
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p3-newitem-li-itm-inf-price-num::after {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-newitem-li-itm-inf-price-num::after {
    font-size: 2.4vw;
  }
}
.festa2026p3-note {
  background: #EEEEEE;
  padding: 67px 0;
}
@media screen and (max-width: 499px) {
  .festa2026p3-note {
    padding: 8.9vw;
  }
}
.festa2026p3-note-ttl {
  text-align: center;
  width: 90%;
  max-width: 1360px;
  margin-inline: auto;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.5;
}
@media screen and (max-width: 499px) {
  .festa2026p3-note-ttl {
    font-size: 4.4vw;
  }
}
.festa2026p3-note-li {
  width: 90%;
  max-width: 820px;
  margin: 30px auto 0;
  list-style-type: disc;
}
@media screen and (max-width: 499px) {
  .festa2026p3-note-li {
    width: 100%;
    margin: 4vw 0 4vw 2vw;
  }
}
.festa2026p3-note-li-desc {
  text-align: left;
  font-size: 15px;
  line-height: 2.2;
  font-weight: 500;
}
.festa2026p3-note-li-desc + .festa2026p3-note-li-desc {
  padding-top: 0.5em;
}
@media screen and (max-width: 499px) {
  .festa2026p3-note-li-desc {
    font-size: 2.93vw;
  }
}
.festa2026p3-bnr {
  width: 90%;
  max-width: 1260px;
  margin: 87px auto 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .festa2026p3-bnr {
    gap: 30px;
    margin: 60px auto 80px;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-bnr {
    grid-template-columns: 1fr;
    gap: 7vw;
    margin: 9vw auto 15vw;
  }
}
.festa2026p3-bnr-itm {
  max-width: 600px;
  margin-inline: auto;
}
.festa2026p3-bnr-itm-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .festa2026p3-bnr-itm-ttl {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p3-bnr-itm-ttl {
    font-size: 4.4vw;
    padding-bottom: 4vw;
  }
}

#toggleBtn {
  width: 368px;
  height: 63px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#00A0E3), to(#04508E));
  background: linear-gradient(90deg, #00A0E3 0%, #04508E 100%);
  margin-inline: auto;
  border-radius: 31px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 27px;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  margin-top: 89px;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  #toggleBtn {
    width: 49%;
    height: 8.4vw;
    font-size: 3.6vw;
    border-radius: 4.2vw;
    margin-top: 12vw;
  }
}
#toggleBtn:hover {
  opacity: 0.8;
}

/* アニメーションの定義：ふわっと浮き上がる */
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); /* 10px上から開始 */
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置へ */
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); /* 10px上から開始 */
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置へ */
  }
}
/* 表示された時にアニメーションを適用するクラス */
.animate-show {
  -webkit-animation: slideIn 0.3s ease-out;
          animation: slideIn 0.3s ease-out;
}

.P4mv-infoEnter {
  display: block;
  max-width: 360px;
  margin-top: 22px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4mv-infoEnter {
    max-width: 30vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 499px) {
  .P4mv-infoEnter {
    max-width: 38.5vw;
    margin-top: 3vw;
  }
}
.P4mv-infoEnter img {
  width: 100%;
}

.P4stageProgram {
  padding-top: 10px;
}
@media screen and (max-width: 499px) {
  .P4stageProgram {
    width: 85%;
    margin-inline: auto;
    padding-top: 10vw;
  }
}
.P4stageProgram-ttl {
  display: block;
  text-align: center;
}
.P4stageProgram-ttl img {
  max-width: 445px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram-ttl img {
    max-width: 44%;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-ttl img {
    max-width: 59vw;
  }
}
.P4stageProgram-ttl-note {
  text-align: center;
  padding-top: 19px;
  font-size: 18px;
  line-height: 1.6;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 499px) {
  .P4stageProgram-ttl-note {
    font-size: 3.2vw;
    padding-top: 4.2vw;
  }
}
.P4stageProgram-li {
  width: 100%;
  max-width: 1356px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1400px) {
  .P4stageProgram-li {
    width: 90%;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li {
    margin-top: 6vw;
    width: 100%;
  }
}
.P4stageProgram-li-itm {
  display: grid;
  width: 100%;
  grid-template-columns: 24.18% calc(75.82% - 2px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #bababa;
}
.P4stageProgram-li-itm + .P4stageProgram-li-itm {
  border-top: none;
}
.P4stageProgram-li-itm-ttl {
  display: grid;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #bababa;
  background: #f2fcff;
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-ttl {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-top: 10vw;
  }
}
.P4stageProgram-li-itm-ttl-date {
  color: #04508E;
  font-weight: 800;
  font-size: min(4.8vw, 55px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram-li-itm-ttl-date {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-ttl-date {
    font-size: 4.8vw;
  }
}
.P4stageProgram-li-itm-ttl-date .text-S {
  font-size: 50%;
}
.P4stageProgram-li-itm-ttl-time {
  text-align: center;
  font-size: min(1.8vw, 24px);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram-li-itm-ttl-time {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-ttl-time {
    font-size: 3.2vw;
  }
}
.P4stageProgram-li-itm-cnt {
  padding: 25px 25px 25px 45px;
  padding-left: max(45px, 2vw);
  font-size: max(1.6vw, 26px);
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram-li-itm-cnt {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt {
    padding: 4.5vw 3.3vw;
    font-size: 3.2vw;
  }
}
.P4stageProgram-li-itm-cnt.has-grid {
  display: grid;
  grid-template-columns: auto 306px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram-li-itm-cnt.has-grid {
    grid-template-columns: auto 40%;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt.has-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt.has-grid:first-of-type .P4stageProgram-li-itm-cnt-desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt.has-grid:first-of-type .P4stageProgram-li-itm-cnt-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2.67vw;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt.has-grid:nth-of-type(2) .P4stageProgram-li-itm-cnt-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2.67vw;
  }
}
.P4stageProgram-li-itm-cnt-info {
  font-size: min(2vw, 26px);
  line-height: 1.8;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram-li-itm-cnt-info {
    font-size: 2.2vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3.2vw;
    padding-right: 0;
  }
}
.P4stageProgram-li-itm-cnt-info .text-M {
  display: block;
  font-size: 23px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram-li-itm-cnt-info .text-M {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt-info .text-M {
    font-size: 2.93vw;
  }
}
.P4stageProgram-li-itm-cnt-info .text-S {
  display: block;
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram-li-itm-cnt-info .text-S {
    font-size: 2vw;
    padding-top: 20px;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt-info .text-S {
    font-size: 2.93vw;
    padding-top: 3.5vw;
  }
}
.P4stageProgram-li-itm-cnt-info a {
  text-decoration: underline;
  line-height: 1.6;
}
.P4stageProgram-li-itm-cnt-logo {
  max-width: 516px;
  display: block;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: min(20px, 2.8vw);
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt-logo {
    max-width: auto;
    width: 23.2vw;
  }
}
.P4stageProgram-li-itm-cnt-logo img {
  width: 100%;
  max-width: 215px;
}
.P4stageProgram-li-itm-cnt-img {
  margin-left: 30px;
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt-img {
    margin-left: 0;
  }
}
.P4stageProgram-li-itm-cnt-desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(2vw, 26px);
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram-li-itm-cnt-desc p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt-desc p {
    font-size: 3.2vw;
  }
}
.P4stageProgram.is-otherProgram {
  padding-top: 140px;
  padding-bottom: 192px;
}
@media screen and (max-width: 499px) {
  .P4stageProgram.is-otherProgram {
    padding-top: 15.0667vw;
    padding-bottom: 12.5333vw;
  }
}
.P4stageProgram.is-otherProgram .P4stageProgram-ttl img {
  max-width: 458px;
}
@media screen and (max-width: 499px) {
  .P4stageProgram.is-otherProgram .P4stageProgram-ttl img {
    max-width: 61.0667vw;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram.is-otherProgram .P4stageProgram-li-itm-ttl-time {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4stageProgram.is-otherProgram .P4stageProgram-li-itm-cnt-info .text-S-sp {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 499px) {
  .P4stageProgram.is-otherProgram .P4stageProgram-li-itm-cnt-info .text-S-sp {
    font-size: 2.6667vw;
  }
}
.P4stageProgram.is-otherProgram .P4stageProgram-li-itm.has-link .P4stageProgram-li-itm-cnt-lnk {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.P4stageProgram.is-otherProgram .P4stageProgram-li-itm.has-link .P4stageProgram-li-itm-cnt-desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.P4stageProgram-li-itm-cnt-lnk {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt-lnk {
    padding-top: 5vw;
  }
}
.P4stageProgram-li-itm-cnt-lnk-btn {
  width: 150px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  background: #04508E;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .P4stageProgram-li-itm-cnt-lnk-btn {
    width: 24.5333vw;
    height: 6.336vw;
    font-size: 2.9333vw;
  }
}

.P5otherProgram-li {
  width: 100%;
  max-width: 1356px;
  margin: 57px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
@media screen and (max-width: 1400px) {
  .P5otherProgram-li {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P5otherProgram-li {
    gap: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .P5otherProgram-li {
    margin-top: 6vw;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 3.8667vw;
  }
}
.P5otherProgram-li-itm {
  border: 1px solid #bababa;
  padding: 40px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P5otherProgram-li-itm {
    padding: 4vw 3vw;
  }
}
@media screen and (max-width: 499px) {
  .P5otherProgram-li-itm {
    padding: 5.3333vw 4.2667vw;
  }
}
.P5otherProgram-li-itm-desc {
  margin-top: 22px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.P5otherProgram-li-itm-desc-ttl {
  font-size: min(30px, 2vw);
  line-height: 1.6;
  font-weight: 700;
  color: #04508E;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P5otherProgram-li-itm-desc-ttl {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 499px) {
  .P5otherProgram-li-itm-desc-ttl {
    font-size: 4vw;
  }
}
.P5otherProgram-li-itm-desc-info {
  font-size: min(26px, 1.7vw);
  line-height: 1.6;
  margin-top: 4px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P5otherProgram-li-itm-desc-info {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 499px) {
  .P5otherProgram-li-itm-desc-info {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
}
.P5otherProgram-li-itm-desc-note {
  font-size: 18px;
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P5otherProgram-li-itm-desc-note {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 499px) {
  .P5otherProgram-li-itm-desc-note {
    font-size: 2.4vw;
    margin-top: 1.2vw;
  }
}

.P4specialThanks {
  padding-top: 130px;
}
@media screen and (max-width: 499px) {
  .P4specialThanks {
    padding-top: 15vw;
  }
}
.P4specialThanks-ttl {
  max-width: 434px;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .P4specialThanks-ttl {
    max-width: 40%;
  }
}
@media screen and (max-width: 499px) {
  .P4specialThanks-ttl {
    width: 57.8vw;
  }
}
.P4specialThanks-ttl img {
  width: 100%;
}
.P4specialThanks-cnt {
  max-width: 1356px;
  width: 90%;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: auto 25%;
  gap: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .P4specialThanks-cnt {
    width: 96%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4specialThanks-cnt {
    grid-template-columns: 1fr;
    margin-top: 5vw;
    gap: 5vw;
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .P4specialThanks-cnt {
    margin-top: 5vw;
    grid-template-columns: 1fr;
    width: 90%;
    gap: 3.46vw;
  }
}
.P4specialThanks-cnt-card {
  background: #04508E;
  width: 100%;
  text-align: center;
  padding: 30px 35px 40px;
  color: #fff;
  min-height: 220px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4specialThanks-cnt-card {
    min-height: 10vw;
    padding: 3vw 3vw 3.5vw;
  }
}
@media screen and (max-width: 499px) {
  .P4specialThanks-cnt-card {
    min-height: auto;
  }
}
.P4specialThanks-cnt-card:first-child {
  padding: 30px 25px;
}
@media screen and (max-width: 499px) {
  .P4specialThanks-cnt-card:first-child {
    padding: 3.3vw 3.5vw 5vw;
  }
}
@media screen and (max-width: 499px) {
  .P4specialThanks-cnt-card:nth-child(2) {
    padding: 3.3vw 3.5vw 5vw;
  }
}
.P4specialThanks-cnt-card:nth-child(2) p {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4specialThanks-cnt-card:nth-child(2) p {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .P4specialThanks-cnt-card:nth-child(2) p {
    margin-top: 2.93vw;
  }
}
.P4specialThanks-cnt-card-ttl {
  font-size: min(2.5vw, 28px);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4specialThanks-cnt-card-ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .P4specialThanks-cnt-card-ttl {
    font-size: 4vw;
  }
}
.P4specialThanks-cnt-card p {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .P4specialThanks-cnt-card p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .P4specialThanks-cnt-card p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 499px) {
  .P4specialThanks-cnt-card p {
    font-size: 2.93vw;
  }
}

.P4news {
  margin-top: 160px;
  background: center/cover no-repeat url(../../img/festa2026/news_bg.jpg);
  padding: 90px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4news {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 499px) {
  .P4news {
    position: relative;
    z-index: 1;
    margin-top: 13.5vw;
    padding: 9.7vw 7vw 9.3vw;
    background: center/cover no-repeat url(../../img/festa2026/news_bg_sp.jpg);
  }
}
.P4news::before {
  content: none;
}
@media screen and (max-width: 499px) {
  .P4news::before {
    width: 18.6vw;
    height: 18.6vw;
    position: absolute;
    right: 4.6vw;
    top: 4.6vw;
    content: "";
    background: center/contain no-repeat url(../../img/festa2026/badge_news.svg);
    z-index: 2;
  }
}
.P4news-cnt {
  max-width: 1356px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 34.66% 65.34%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .P4news-cnt {
    width: 87%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4news-cnt {
    grid-template-columns: 1fr;
    width: 85.3333%;
  }
}
@media screen and (max-width: 499px) {
  .P4news-cnt {
    grid-template-columns: 1fr;
    width: 85.3333vw;
  }
}
.P4news-cnt::before {
  position: absolute;
  right: -40px;
  top: -40px;
  content: "";
  width: 140px;
  height: 140px;
  background: center/contain no-repeat url(../../img/festa2026/badge_news.svg);
  z-index: 2;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .P4news-cnt::before {
    width: 11vw;
    height: 11vw;
    right: -3vw;
    top: -3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4news-cnt::before {
    width: 14vw;
    height: 14vw;
    right: -3vw;
    top: -3vw;
  }
}
@media screen and (max-width: 499px) {
  .P4news-cnt::before {
    content: none;
  }
}
.P4news-cnt-desc {
  background: #fff;
  padding: 102px 95px 0;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .P4news-cnt-desc {
    padding: 8% 6% 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4news-cnt-desc {
    padding: 3.3vw;
  }
}
@media screen and (max-width: 499px) {
  .P4news-cnt-desc {
    padding: 6.6vw;
  }
}
.P4news-cnt-desc-ttl-sub {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .P4news-cnt-desc-ttl-sub {
    font-size: 2vw;
  }
}
@media screen and (max-width: 499px) {
  .P4news-cnt-desc-ttl-sub {
    font-size: 3.46vw;
  }
}
.P4news-cnt-desc-ttl-main {
  font-size: 30px;
  font-weight: 800;
  color: #04508E;
  display: block;
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .P4news-cnt-desc-ttl-main {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4news-cnt-desc-ttl-main {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 499px) {
  .P4news-cnt-desc-ttl-main {
    font-size: 4vw;
    margin-top: 1.3vw;
  }
}
.P4news-cnt-desc p {
  font-size: 18px;
  line-height: 1.8;
  padding-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .P4news-cnt-desc p {
    font-size: 1.39vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4news-cnt-desc p {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 499px) {
  .P4news-cnt-desc p {
    font-size: 3.2vw;
    padding-top: 3.46vw;
  }
}

.P4itemUse {
  padding-top: 95px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4itemUse {
    padding-top: 9vw;
  }
}
@media screen and (max-width: 499px) {
  .P4itemUse {
    padding-top: 12.6667vw;
  }
}
.P4itemUse-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 1356px;
  width: 90%;
  margin-inline: auto;
  font-size: min(3vw, 36px);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4itemUse-ttl {
    font-size: 2.8vw;
    width: 96%;
  }
}
@media screen and (max-width: 499px) {
  .P4itemUse-ttl {
    display: block;
    font-size: 4vw;
  }
}
.P4itemUse-ttl-pnt {
  color: #04508E;
}
.P4itemUse p {
  text-align: center;
  font-size: min(1.5vw, 18px);
  line-height: 1.8;
  margin-top: min(1.5vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4itemUse p {
    font-size: 2vw;
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .P4itemUse p {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
    width: 85.3333vw;
    margin-inline: auto;
    text-align: left;
  }
}
.P4itemUse-cnt {
  max-width: 1356px;
  width: 90%;
  margin-inline: auto;
  margin-top: 45px;
}
@media screen and (max-width: 499px) {
  .P4itemUse-cnt {
    margin-top: 6.4444vw;
  }
}
.P4itemUse-cnt-ttl {
  background-color: #004b87;
  /* 文字色 */
  color: #ffffff;
  /* 文字の設定 */
  text-align: center;
  font-size: min(2.4vw, 26px);
  font-weight: 700;
  padding: 20px 10px;
  font-family: "Noto Sans JP", sans-serif;
  /* 相対位置（三角形の基準にするため） */
  position: relative;
  display: block;
  margin-bottom: 40px;
  margin-inline: auto;
  max-width: 534px;
  width: 90%;
}
@media screen and (max-width: 499px) {
  .P4itemUse-cnt-ttl {
    font-size: 2.9333333333vw;
    max-width: 60vw;
    padding: 1.4666666667vw;
    margin-bottom: 3.3333333333vw;
  }
}
.P4itemUse-cnt-ttl::after {
  content: "";
  position: absolute;
  bottom: -19px; /* 三角形の高さ分マイナス */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 三角形を作る設定 */
  border-style: solid;
  border-width: 20px 25px 0 25px; /* 上・左右・下の幅 */
  border-color: #004b87 transparent transparent transparent; /* 上側だけに色を付ける */
}
@media screen and (max-width: 499px) {
  .P4itemUse-cnt-ttl::after {
    border-width: 2.6666666667vw 3.3333333333vw 0 3.3333333333vw; /* 上・左右・下の幅 */
    bottom: -2.5vw;
  }
}
.P4itemUse-cnt-li {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .P4itemUse-cnt-li {
    gap: 1vw;
  }
}
@media screen and (max-width: 499px) {
  .P4itemUse-cnt-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2vw;
  }
}
.P4itemUse-cnt-li-itm {
  margin: 0 -1.1vw;
  position: relative;
}
@media screen and (max-width: 499px) {
  .P4itemUse-cnt-li-itm {
    margin: 2.4vw -1.5vw 0;
    width: 35%;
  }
}
.P4itemUse-cnt-li-itm-desc {
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 85.8%;
  background-color: rgba(0, 0, 0, 0.9); /* 半透明の黒 */
  padding: 13px 0;
  text-align: center;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
}
@media screen and (max-width: 1024px) {
  .P4itemUse-cnt-li-itm-desc {
    padding: 0.5vw 0;
  }
}
@media screen and (max-width: 499px) {
  .P4itemUse-cnt-li-itm-desc {
    left: 0.4vw;
    padding: 0.333333333vw 0;
  }
}
.P4itemUse-cnt-li-itm-desc p {
  padding: 0;
  margin: 0;
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
  color: #fff;
  width: auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.P4compare {
  max-width: 1356px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 120px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .P4compare {
    width: 94%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4compare {
    margin-bottom: 11vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 499px) {
  .P4compare {
    width: 92.6666666667vw;
    margin-top: 6.8vw;
    margin-bottom: 12vw;
  }
}
.P4compare-ttl {
  background: #000000;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 85px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .P4compare-ttl {
    font-size: 2.4vw;
    height: 7vw;
  }
}
@media screen and (max-width: 499px) {
  .P4compare-ttl {
    font-size: 2vw;
    height: 5.8013vw;
  }
}
.P4compare table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.P4compare th, .P4compare td {
  border: 1px solid #ccc;
  text-align: center;
  word-break: break-all;
  vertical-align: middle;
  padding: 15px 0;
  line-height: 1.2;
}
.P4compare {
  /* ヘッダー行（メーカー名/項目名） */
}
.P4compare th {
  font-weight: 700;
  font-size: 18px;
}
.P4compare td {
  width: 12%;
  font-size: 17px;
  line-height: 1.2;
}
@media screen and (max-width: 499px) {
  .P4compare td {
    font-size: 1.228vw;
  }
}
.P4compare td:nth-child(2) {
  background: #E3F3FB;
}
.P4compare td:nth-child(2) img {
  width: 80%;
}
.P4compare td:nth-child(3) {
  background: #EFEFEF;
}
.P4compare td:nth-child(3) img {
  width: 88%;
}
.P4compare td:nth-child(4) {
  background: #FFF7DC;
}
.P4compare td:nth-child(4) img {
  width: 79%;
}
.P4compare td:nth-child(5) {
  background: #E8F0FF;
}
.P4compare td:nth-child(5) img {
  width: 72%;
}
.P4compare td:nth-child(6) {
  background: #FFEDED;
}
.P4compare td:nth-child(6) img {
  width: 46%;
}
.P4compare td:nth-child(7) {
  background: #EFEFEF;
}
.P4compare td:nth-child(7) img {
  width: 75%;
}
.P4compare td:nth-child(8) {
  background: #FFF;
}
.P4compare td:nth-child(8) img {
  width: 53%;
}
.P4compare td.is-WH {
  background: #fff;
}
.P4compare td.is-GY {
  background: #454545;
}
.P4compare td.is-RD {
  background: #FE0000;
}
.P4compare td.is-BK {
  background: #000;
}
.P4compare .firstRow th, .P4compare .firstRow td {
  height: 120px;
  padding: 0;
}
@media screen and (max-width: 499px) {
  .P4compare .firstRow th, .P4compare .firstRow td {
    height: 8.736vw;
  }
}
.P4compare {
  /* 項目名の列 */
}
.P4compare .item-name {
  background-color: #fff;
  width: auto;
  font-weight: 700;
  padding: 18px 0;
}
@media screen and (max-width: 499px) {
  .P4compare .item-name {
    font-size: 1.228vw;
  }
}
.P4compare .item-name small {
  font-size: 66%;
}
.P4compare {
  /* タイトル行のデザイン（画像に合わせる場合） */
}
.P4compare .table-title {
  background-color: #00538f;
  color: white;
  font-size: 18px;
  text-align: center;
}
.P4compare {
  /* ダミー画像用スタイル */
}
.P4compare .maker-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.P4compare {
  /* 強調テキスト */
}
.P4compare .bold-text {
  font-weight: 400;
  font-size: 32px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .P4compare .bold-text {
    font-size: 2.256vw;
  }
}
.P4compare .bold-text b {
  font-size: 50px;
}
@media screen and (max-width: 499px) {
  .P4compare .bold-text b {
    font-size: 5.0667vw;
  }
}
.P4compare .bold-text .is-hour {
  font-size: 20px;
}
@media screen and (max-width: 499px) {
  .P4compare .bold-text .is-hour {
    font-size: 1.3653vw;
  }
}
.P4compare-note {
  font-size: min(1.5vw, 18px);
  padding-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 499px) {
  .P4compare-note {
    font-size: 2.4vw;
    padding-top: 2.5vw;
  }
}

.p4list {
  margin-top: 64px;
  width: 94%;
  max-width: 1360px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p4list {
    width: auto;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 499px) {
  .p4list {
    margin-top: 10.2667vw;
    width: auto;
  }
}
.p4list + .p4list {
  margin-top: 84px;
}
@media screen and (max-width: 499px) {
  .p4list + .p4list {
    margin-top: 12vw;
  }
}
.p4list-ttl {
  width: 100%;
  height: 52px;
  background: #393939;
  color: #fff;
  text-align: center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p4list-ttl {
    height: 5.2vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 499px) {
  .p4list-ttl {
    width: 100vw;
    font-size: 3.2vw;
    height: 6.93vw;
    margin: 0 calc(50% - 50vw);
  }
}
.p4list .festa2026p3-newitem-li {
  margin-top: 30px;
}
@media screen and (max-width: 499px) {
  .p4list .festa2026p3-newitem-li {
    margin-top: 6vw;
  }
}
.p4list .festa2026p3-newitem-li-itm-inf-name.is-freeHeight {
  min-height: auto;
}

.toTop {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 499px) {
  .toTop {
    width: 11vw;
    height: 11vw;
    right: 8vw;
    bottom: 8vw;
  }
}
.toTop a {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
@media screen and (max-width: 499px) {
  .toTop a {
    width: 11vw;
    height: 11vw;
  }
}
.toTop a::before, .toTop a::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 1.5px);
  width: 3px;
  height: 20px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% 1.5px;
          transform-origin: 50% 1.5px;
}
@media screen and (max-width: 499px) {
  .toTop a::before, .toTop a::after {
    height: 3.5vw;
    top: calc(50% - 1.8vw);
    left: calc(50% - 0.4vw);
  }
}
.toTop a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toTop a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.festa2026p5-overview {
  padding-top: 135px;
  padding-bottom: 200px;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p5-overview {
    width: 90%;
    padding-top: 9vw;
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p5-overview {
    padding-top: 13vw;
    padding-bottom: 10vw;
    width: 90%;
  }
}
.festa2026p5-overview-ttl {
  max-width: 462px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p5-overview-ttl {
    max-width: 47%;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p5-overview-ttl {
    width: 50vw;
  }
}
.festa2026p5-overview-cnt {
  margin-top: 70px;
  display: grid;
  grid-template-columns: auto 32.82%;
}
@media screen and (max-width: 499px) {
  .festa2026p5-overview-cnt {
    margin-top: 5.3333vw;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p5-overview-cnt-inf {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 78.6667vw;
    margin-inline: auto;
    margin-top: 7.5vw;
  }
}
.festa2026p5-overview-cnt-inf p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .festa2026p5-overview-cnt-inf p {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p5-overview-cnt-inf p {
    font-size: 3.2vw;
  }
}
.festa2026p5-overview-cnt-inf-time {
  padding-left: 3em;
  display: block;
}
@media screen and (max-width: 499px) {
  .festa2026p5-overview-cnt-inf-time {
    display: inline;
    padding-left: 0;
  }
}
@media screen and (max-width: 499px) {
  .festa2026p5-overview-cnt-img {
    max-width: 54.5333vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-inline: auto;
  }
}

.heatNote {
  background: center center/cover no-repeat url(../../img/2026ss-collection/caution_bg_pc.jpg);
  color: #fff;
  padding: 50px 0 65px;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .heatNote {
    background: center center/cover no-repeat url(../../img/2026ss-collection/caution_bg_sp.jpg);
    padding: 10.6vw 0 11.466vw;
  }
}
.heatNote-ttl {
  max-width: 1200px;
  width: 90vw;
  margin-inline: auto;
  text-align: center;
  display: grid;
  grid-template-columns: 100px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  text-align: left;
  font-size: 36px;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .heatNote-ttl {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .heatNote-ttl {
    gap: 4vw;
    font-size: 3.1vw;
    grid-template-columns: 10vw auto;
  }
}
@media screen and (max-width: 499px) {
  .heatNote-ttl {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.6667vw;
    font-size: 4.8vw;
    text-align: center;
  }
}
.heatNote-ttl::before {
  content: "";
  display: block;
  width: 100px;
  height: 90px;
  background: center center/contain no-repeat url(../../img/2026ss-collection/icon_caution_green.svg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .heatNote-ttl::before {
    width: 10vw;
    height: 9vw;
  }
}
@media screen and (max-width: 499px) {
  .heatNote-ttl::before {
    width: 13.6vw;
    height: 12vw;
    margin-inline: auto;
  }
}
.heatNote p {
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .heatNote p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .heatNote p {
    font-size: 1.7vw;
    width: 95%;
    margin-inline: auto;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .heatNote p {
    width: 81.7333vw;
    margin: 5.066vw auto 0;
    font-size: 3.2vw;
    text-align: left;
  }
}

.type-heading {
  background: center center/cover no-repeat #fff url(../../img/2026ss-collection/type_bg.png);
  padding: 60px 0 55px;
}
@media screen and (max-width: 499px) {
  .type-heading {
    padding: 10.4vw 0 8vw;
  }
}
.type-heading-ttl {
  max-width: 120px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .type-heading-ttl {
    max-width: 12vw;
  }
}
@media screen and (max-width: 499px) {
  .type-heading-ttl {
    max-width: 16.1333333333vw;
  }
}
.type-heading p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .type-heading p {
    font-size: 1.7vw;
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .type-heading p {
    width: 85.4vw;
    margin: 3.6vw auto 0;
    font-size: 3.2vw;
    text-align: left;
  }
}

.typeSec {
  background: #F5F5F5;
  margin-top: 137px;
  margin-inline: auto;
  max-width: 1360px;
  width: 96vw;
  padding-bottom: 94px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec {
    width: 93vw;
    margin-top: 36.9333vw;
    padding-bottom: 11.0667vw;
  }
}
.typeSec + .typeSec {
  margin-top: 147px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec + .typeSec {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec + .typeSec {
    margin-top: 36.9333vw;
  }
}
.typeSec-heading {
  display: grid;
  grid-template-columns: auto 53.38%;
  max-width: 1188px;
  margin-inline: auto;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-heading {
    grid-template-columns: auto 65%;
    width: 94%;
    gap: 2vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-heading {
    width: 78vw;
    grid-template-columns: 1fr;
  }
}
.typeSec-heading-img {
  margin-top: -60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-heading-img {
    margin-top: -4vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-heading-img {
    max-width: 63.0667vw;
    margin: -25.4666666667vw auto 0;
  }
}
.typeSec-heading-desc {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-heading-desc {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-heading-desc {
    padding-top: 5.0667vw;
  }
}
.typeSec-heading-desc-ttl {
  display: grid;
  grid-template-columns: 14.5% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-heading-desc-ttl {
    grid-template-columns: 12% auto;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-heading-desc-ttl {
    gap: 5vw;
  }
}
.typeSec-heading-desc-ttl img {
  margin-left: 20px;
  max-width: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-heading-desc-ttl img {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-heading-desc-ttl img {
    max-width: 10.6667vw;
    margin-left: 2.6667vw;
  }
}
.typeSec-heading-desc-ttl span {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-heading-desc-ttl span {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-heading-desc-ttl span {
    font-size: 4.8vw;
  }
}
.typeSec-heading-desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 29px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-heading-desc p {
    font-size: 1.7vw;
    padding-top: 2.5vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-heading-desc p {
    font-size: 3.2vw;
    padding-top: 3.8667vw;
  }
}
.typeSec-lst {
  max-width: 1200px;
  margin: 69px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-lst {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-lst {
    margin-top: 9.8667vw;
  }
}
.typeSec-lst-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  color: #04508E;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-lst-ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-lst-ttl {
    font-size: 4vw;
  }
}
.typeSec-lst-cnt {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-lst-cnt {
    margin-top: 3vw;
    width: 94%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-lst-cnt {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.2667vw;
    width: 84vw;
    margin-inline: auto;
  }
}
.typeSec-lst-cnt-itm {
  position: relative;
}
.typeSec-lst-cnt-itm-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  min-height: 106px;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-lst-cnt-itm-desc {
    padding: 1.5vw 2vw;
    min-height: 9vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-lst-cnt-itm-desc {
    padding: 2.4vw 4vw;
    min-height: 14.1333vw;
  }
}
.typeSec-lst-cnt-itm-desc-main, .typeSec-lst-cnt-itm-desc-sub {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.typeSec-lst-cnt-itm-desc-main {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-lst-cnt-itm-desc-main {
    font-size: 2vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-lst-cnt-itm-desc-main {
    font-size: 3.4667vw;
  }
}
.typeSec-lst-cnt-itm-desc-sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeSec-lst-cnt-itm-desc-sub {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 499px) {
  .typeSec-lst-cnt-itm-desc-sub {
    font-size: 2.1333vw;
    margin-top: 0.2667vw;
  }
}

.typeScene {
  margin-top: 69px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeScene {
    margin-top: 6vw;
    width: 96%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .typeScene {
    margin-top: 9.8667vw;
    width: 84vw;
    margin-inline: auto;
  }
}
.typeScene-ttl {
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #04508E;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeScene-ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 499px) {
  .typeScene-ttl {
    font-size: 4vw;
  }
}
.typeScene p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeScene p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 499px) {
  .typeScene p {
    font-size: 3.2vw;
    margin-top: 1.4667vw;
  }
}
.typeScene-lnk {
  margin-top: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeScene-lnk {
    margin-top: 6vw;
    gap: 1.3vw;
  }
}
@media screen and (max-width: 499px) {
  .typeScene-lnk {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 5.0667vw;
    gap: 2.4vw;
  }
}
.typeScene-lnk-itm {
  width: 330px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeScene-lnk-itm {
    width: 34vw;
  }
}
@media screen and (max-width: 499px) {
  .typeScene-lnk-itm {
    width: 100%;
    margin-inline: auto;
  }
}
.typeScene-lnk-itm a {
  font-family: "Noto Sans JP", sans-serif;
  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;
  width: 100%;
  max-width: 330px;
  height: 56px;
  margin-inline: auto;
  background: #04508E;
  color: #fff;
  font-size: min(5vw, 16px);
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .typeScene-lnk-itm a {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 499px) {
  .typeScene-lnk-itm a {
    font-size: 2.4vw;
    height: 9.57vw;
  }
}
.typeScene-lnk-itm a::after {
  position: absolute;
  right: 21px;
  top: calc(50% - 2px);
  content: "";
  width: 10px;
  height: 6px;
  background: center/contain no-repeat url(../../img/festa2026/icon_arrow_down.svg);
}
@media screen and (max-width: 499px) {
  .typeScene-lnk-itm a::after {
    right: 2vw;
    top: calc(50% - 3px);
    width: 2vw;
  }
}

.cw2026ssCate-heading {
  margin-top: 160px;
  background: center center/cover no-repeat #fff url(../../img/2026ss-collection/type_bg.png);
  padding: 65px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cw2026ssCate-heading {
    padding: 6vw;
    margin-top: 10vw;
  }
}
@media screen and (max-width: 499px) {
  .cw2026ssCate-heading {
    margin-top: 19.4667vw;
    padding: 11.6vw 6.6667vw 6.6667vw;
  }
}
.cw2026ssCate-heading-ttl {
  max-width: 270px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cw2026ssCate-heading-ttl {
    max-width: 27vw;
  }
}
@media screen and (max-width: 499px) {
  .cw2026ssCate-heading-ttl {
    max-width: 36vw;
  }
}
.cw2026ssCate-heading p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cw2026ssCate-heading p {
    font: 1.6vw;
  }
}
@media screen and (max-width: 499px) {
  .cw2026ssCate-heading p {
    font-size: 3.2vw;
    text-align: left;
  }
}

.cw2026ssAdvice {
  margin-top: 67px;
  background: #F2FCFF;
  padding: 58px 65px 35px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cw2026ssAdvice {
    padding: 5vw 6vw 4vw;
  }
}
@media screen and (max-width: 499px) {
  .cw2026ssAdvice {
    margin-top: 8.5333vw;
    padding: 7.7333vw 9.6vw 8.9333333333vw;
  }
}
.cw2026ssAdvice-ttl {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background: #04508E;
  max-width: 436px;
  height: 58px;
  padding: 0 38px 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cw2026ssAdvice-ttl {
    max-width: 47vw;
    height: 5.5vw;
    overflow: 0;
    font-size: 2vw;
  }
}
@media screen and (max-width: 499px) {
  .cw2026ssAdvice-ttl {
    font-size: 3.4667vw;
    padding: 0;
    height: 9.7333vw;
  }
}
.cw2026ssAdvice-ttl::after {
  position: absolute;
  bottom: -14px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 15px;
  background-color: #04508E;
  clip-path: polygon(50% 15px, 0% 0%, 30px 0%);
}
@media screen and (max-width: 499px) {
  .cw2026ssAdvice-ttl::after {
    bottom: -12px;
  }
}
.cw2026ssAdvice p {
  padding-top: 18px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cw2026ssAdvice p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 499px) {
  .cw2026ssAdvice p {
    font-size: 3.2vw;
    padding-top: 4vw;
  }
}

.cw2026ssCate-lstTtl {
  margin-top: 170px;
  margin-inline: auto;
  max-width: 230px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cw2026ssCate-lstTtl {
    min-width: 23vw;
    margin-top: 10vw;
  }
  #link6 .cw2026ssCate-lstTtl, #link8 .cw2026ssCate-lstTtl {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 499px) {
  .cw2026ssCate-lstTtl {
    margin-top: 14.6667vw;
    max-width: 35.7333vw;
  }
  #link6 .cw2026ssCate-lstTtl, #link8 .cw2026ssCate-lstTtl {
    margin-top: 23vw;
  }
}

.cw2026ssList-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .cw2026ssList-img {
    width: 94%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .cw2026ssList-img {
    margin-top: 10.3333vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90.6667%;
    gap: 5.8667vw 0;
  }
}
.cw2026ssList-img-itm {
  width: 340px;
}
@media screen and (max-width: 499px) {
  .cw2026ssList-img-itm {
    width: 100%;
  }
}
.cw2026ssList-img-itm p {
  margin-top: 19px;
  font-size: 17px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-right: 12%;
}
@media screen and (max-width: 499px) {
  .cw2026ssList-img-itm p {
    margin-top: 2.2667vw;
    font-size: 3.2vw;
  }
}

.cw2026ssKV {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  background: center top/auto 485px repeat-x url(../../img/2026ss-collection/kv_bg.jpg);
  padding-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cw2026ssKV {
    background: center top/auto 35vw repeat-x url(../../img/2026ss-collection/kv_bg.jpg);
    padding-top: 8vw;
  }
}
@media screen and (max-width: 499px) {
  .cw2026ssKV {
    background: center top/auto 70vw repeat-x url(../../img/2026ss-collection/kv_bg.jpg);
    padding-top: 4vw;
  }
}
.cw2026ssKV-img {
  display: block;
  max-width: 1360px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .cw2026ssKV-img {
    width: 90%;
  }
}/*# sourceMappingURL=cw2026ss.css.map */