@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@600;700&display=swap");
.iida26-side-shadow {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(130, 59, 37, 0.2)), color-stop(20%, rgba(255, 251, 214, 0.2)), color-stop(80%, rgba(255, 251, 214, 0.2)), to(rgba(130, 59, 37, 0.2)));
  background-image: linear-gradient(270deg, rgba(130, 59, 37, 0.2) 0%, rgba(255, 251, 214, 0.2) 20%, rgba(255, 251, 214, 0.2) 80%, rgba(130, 59, 37, 0.2) 100%);
}

.iida26 {
  color: #3f0406;
  background-color: #fffbd6;
  background-image: url("/yebisu/communication/iidashouten-collaboration/images/background-noise.png");
  background-repeat: repeat;
  background-size: 24px 24px;
}

body.iidashouten-collaboration .ybs-rn {
  overflow: clip;
}

.iida26-hero {
  position: relative;
  padding-bottom: 8px;
}
.iida26-hero__header {
  background: #ffffff;
}
.iida26-hero__title {
  padding: 15px 0;
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
}
.iida26-hero__title img {
  display: block;
  width: 100%;
  height: auto;
}
.iida26-hero__visual {
  position: relative;
  aspect-ratio: 1440/385;
  overflow: hidden;
  border-bottom: 1px solid #6f2627;
}
.iida26-hero__picture, .iida26-hero__picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.iida26-hero__picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.iida26-hero__meta {
  position: absolute;
  left: 50%;
  bottom: 3.64%;
  z-index: 2;
  width: min(26.46%, 381px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.iida26-hero__meta img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .iida26-hero {
    padding-bottom: 10px;
  }
  .iida26-hero__title {
    padding: 4vw 1.8666666667vw;
    max-width: 95.7333333333vw;
  }
  .iida26-hero__visual {
    width: 100%;
    aspect-ratio: 375/366;
  }
  .iida26-hero__meta {
    left: 8.27%;
    top: 46.17%;
    bottom: auto;
    display: block;
    width: 81.6%;
    -webkit-transform: none;
            transform: none;
  }
}

.iida26-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: block;
  width: 257px;
  height: 257px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
.iida26-floating img {
  display: block;
  width: 100%;
  height: 100%;
}
.iida26-floating.is-active {
  opacity: 1;
  pointer-events: auto;
}
.iida26-floating:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(0 6px 8px rgba(63, 4, 6, 0.15));
          filter: drop-shadow(0 6px 8px rgba(63, 4, 6, 0.15));
}
.iida26-floating:focus-visible {
  outline: 2px solid #ffcc66;
  outline-offset: -20px;
}
@media screen and (max-width: 768px) {
  .iida26-floating {
    right: -6.1333333333vw;
    bottom: 5.3333333333vw;
    width: 48vw;
    height: 48vw;
  }
  .iida26-floating:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
  .iida26-floating:focus-visible {
    outline-width: 0.5333333333vw;
    outline-offset: -3.7333333333vw;
  }
}

.iida26-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
  padding: 81px 0 96px;
  border-top: 1px solid #6f2627;
  border-bottom: 1px solid #6f2627;
  margin-bottom: 8px;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-intro__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 72px;
  margin: 19px 0 0;
}
.iida26-intro__title span {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
}
.iida26-intro__title span + span {
  margin-top: -15px;
}
.iida26-intro__title img {
  position: absolute;
  inset: 0;
  display: block;
  width: 72px;
  height: 72px;
}
.iida26-intro__title b {
  position: relative;
  top: -2px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.iida26-intro__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 158px;
          flex: 0 0 158px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 25px;
  width: 158px;
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.iida26-intro__lead span {
  display: block;
  width: 36px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.iida26-intro__lead span:first-child, .iida26-intro__lead span:last-child {
  margin-top: 19px;
}
.iida26-intro__text {
  width: 315px;
  margin-top: 22px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.3em;
}
.iida26-intro__text p {
  margin: 0;
  white-space: nowrap;
}
.iida26-intro__text p + p {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .iida26-intro {
    display: block;
    padding: 21.0666666667vw 6.6666666667vw 28vw;
    margin-bottom: 8px;
  }
  .iida26-intro__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 34.9333333333vw;
    margin: 0 auto;
  }
  .iida26-intro__title span {
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-intro__title span + span {
    margin-top: 0;
    margin-left: -3.4666666667vw;
  }
  .iida26-intro__title img, .iida26-intro__title b {
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-intro__title b {
    font-size: 8.5333333333vw;
  }
  .iida26-intro__lead {
    display: block;
    width: auto;
    height: auto;
    margin-top: 10.4vw;
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
    white-space: nowrap;
  }
  .iida26-intro__lead span {
    display: block;
    width: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .iida26-intro__lead span:first-child, .iida26-intro__lead span:last-child {
    margin-top: 0;
  }
  .iida26-intro__text {
    width: auto;
    height: auto;
    margin-top: 5.3333333333vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .iida26-intro__text p {
    white-space: normal;
  }
  .iida26-intro__text p + p {
    margin-top: 5.3333333333vw;
    margin-right: 0;
  }
  .iida26-intro__pc-break {
    display: none;
  }
}

.iida26-profile {
  border-top: 1px solid #6f2627;
  border-bottom: 1px solid #6f2627;
}
.iida26-profile__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.iida26-profile__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 60px;
}
.iida26-profile__card:first-child {
  border-right: 1px solid #6f2627;
}
.iida26-profile__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.iida26-profile__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 288px;
          flex: 0 0 288px;
  width: 288px;
  height: 400px;
  overflow: hidden;
}
.iida26-profile__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iida26-profile__identity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-profile__role {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}
.iida26-profile__name {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.iida26-profile__name small {
  margin-left: 2px;
  font-size: 16px;
  font-weight: 600;
}
.iida26-profile__text {
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.iida26-profile__text p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .iida26-profile {
    border-top: 0;
  }
  .iida26-profile__grid {
    display: block;
    height: auto;
  }
  .iida26-profile__card {
    gap: 5.3333333333vw;
    height: auto;
    padding: 10.6666666667vw 5.3333333333vw;
    border-top: 1px solid #6f2627;
  }
  .iida26-profile__card:first-child {
    border-right: 0;
  }
  .iida26-profile__card + .iida26-profile__card {
    border-top: 1px solid #6f2627;
  }
  .iida26-profile__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 5.3333333333vw;
  }
  .iida26-profile__image {
    -ms-flex-preferred-size: 106.6666666667vw;
        flex-basis: 106.6666666667vw;
    -ms-flex-item-align: center;
        align-self: center;
    width: 76.8vw;
    height: 106.6666666667vw;
  }
  .iida26-profile__identity, .iida26-profile__text {
    width: 86.6666666667vw;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .iida26-profile__identity {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .iida26-profile__role {
    margin-bottom: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
  .iida26-profile__name {
    font-size: 7.4666666667vw;
  }
  .iida26-profile__name small {
    margin-left: 0.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .iida26-profile__text {
    font-size: 4vw;
  }
}

.iida26-gallery {
  --iida26-gallery-width: 2298px;
  --iida26-gallery-start: -200px;
  height: 681px;
  margin-bottom: 8px;
  overflow: hidden;
  border-bottom: 1px solid #6f2627;
}
.iida26-gallery__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 680px;
  -webkit-animation: iida26-gallery-scroll 40s linear infinite;
          animation: iida26-gallery-scroll 40s linear infinite;
  will-change: transform;
}
.iida26-gallery img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--iida26-gallery-width);
          flex: 0 0 var(--iida26-gallery-width);
  width: var(--iida26-gallery-width);
  height: 680px;
}
@media screen and (max-width: 768px) {
  .iida26-gallery {
    --iida26-gallery-width: 367.7333333333vw;
    --iida26-gallery-start: -32vw;
    height: 109.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .iida26-gallery__track,
.iida26-gallery img {
    height: 108.8vw;
  }
}

@-webkit-keyframes iida26-gallery-scroll {
  from {
    -webkit-transform: translate3d(var(--iida26-gallery-start), 0, 0);
            transform: translate3d(var(--iida26-gallery-start), 0, 0);
  }
  to {
    -webkit-transform: translate3d(calc(var(--iida26-gallery-start) - var(--iida26-gallery-width)), 0, 0);
            transform: translate3d(calc(var(--iida26-gallery-start) - var(--iida26-gallery-width)), 0, 0);
  }
}

@keyframes iida26-gallery-scroll {
  from {
    -webkit-transform: translate3d(var(--iida26-gallery-start), 0, 0);
            transform: translate3d(var(--iida26-gallery-start), 0, 0);
  }
  to {
    -webkit-transform: translate3d(calc(var(--iida26-gallery-start) - var(--iida26-gallery-width)), 0, 0);
            transform: translate3d(calc(var(--iida26-gallery-start) - var(--iida26-gallery-width)), 0, 0);
  }
}
.iida26-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
  border-top: 1px solid #6f2627;
}
.iida26-story__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 249px;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-story__title span {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
  height: 72px;
}
.iida26-story__title span + span {
  margin-left: -13px;
}
.iida26-story__title img {
  position: absolute;
  inset: 0;
  display: block;
  width: 72px;
  height: 72px;
}
.iida26-story__title b {
  position: relative;
  top: -2px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.iida26-story__image {
  display: block;
  width: 960px;
  height: 611px;
  margin-top: 51px;
  -o-object-fit: cover;
     object-fit: cover;
}
.iida26-story__text {
  width: 960px;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.iida26-story__text p {
  margin: 0;
}
.iida26-story__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iida26-story__button {
  display: block;
  width: 271px;
  height: 72px;
  margin-top: 36px;
  -webkit-transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
}
.iida26-story__button > img {
  display: block;
  width: 100%;
  height: 100%;
}
.iida26-story__button--try {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 325px;
  margin-top: 16px;
  background: url("/yebisu/communication/iidashouten-collaboration/images/story-button-frame.svg") center/100% 100% no-repeat;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.iida26-story__button--try span {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 15px;
  width: 276px;
  text-align: center;
  white-space: nowrap;
}
.iida26-story__button--try > img {
  position: absolute;
  z-index: 1;
  top: 32px;
  right: 15px;
  width: 14.5px;
  height: 7.364px;
}
.iida26-story__text-link img {
  width: 14.5px;
  height: 7.364px;
}
.iida26-story__text-link {
  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;
  width: 213px;
  margin-top: 36px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.iida26-story__text-link img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .iida26-story {
    padding: 26.6666666667vw 0;
  }
  .iida26-story__title {
    width: 66.4vw;
  }
  .iida26-story__title span {
    -ms-flex-preferred-size: 19.2vw;
        flex-basis: 19.2vw;
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-story__title span + span {
    margin-left: -3.4666666667vw;
  }
  .iida26-story__title img, .iida26-story__title b {
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-story__title b {
    font-size: 8.5333333333vw;
  }
  .iida26-story__image {
    width: 86.6666666667vw;
    height: 57.6vw;
    margin-top: 10.6666666667vw;
  }
  .iida26-story__text {
    width: 86.6666666667vw;
    margin-top: 5.3333333333vw;
    font-size: 4vw;
  }
  .iida26-story__button {
    width: 72.2666666667vw;
    height: 19.2vw;
    margin-top: 10.6666666667vw;
  }
  .iida26-story__button--try {
    width: 86.6666666667vw;
    font-size: 5.8666666667vw;
  }
  .iida26-story__button--try span {
    top: 6.4vw;
    left: 4vw;
    width: 73.6vw;
  }
  .iida26-story__button--try > img {
    top: 8.5333333333vw;
    right: 4vw;
    width: 3.8666666667vw;
    height: 1.9637333333vw;
  }
  .iida26-story__text-link img {
    width: 3.8666666667vw;
    height: 1.9637333333vw;
  }
  .iida26-story__text-link {
    width: 56.8vw;
    margin-top: 10.6666666667vw;
    padding-bottom: 1.8666666667vw;
    font-size: 4.2666666667vw;
  }
}

.iida26-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 271px;
  height: 72px;
  margin: 0 auto;
  border: 1px solid currentColor;
  outline: 1px solid currentColor;
  outline-offset: -5px;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
}
.iida26-button span {
  position: absolute;
  right: 26px;
}

.iida26-text-link {
  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;
  width: 213px;
  margin: 35px auto 0;
  padding-bottom: 4px;
  border-bottom: 1px solid;
}

.iida26-event-area {
  padding-bottom: 100px;
  background: #3f0406;
}
@media screen and (max-width: 768px) {
  .iida26-event-area {
    padding-bottom: 26.6666666667vw;
  }
}

.iida26-event {
  padding: 100px max(25px, 9.44vw) 0;
  color: #fffbd6;
  background: transparent;
}
.iida26-event > .iida26-intro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
}
.iida26-event .iida26-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 188px;
  margin: 0;
  color: #fffbd6;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-event .iida26-section-title span {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
  height: 72px;
}
.iida26-event .iida26-section-title span + span {
  margin-left: -14px;
}
.iida26-event .iida26-section-title img,
.iida26-event .iida26-section-title b {
  position: absolute;
  inset: 0;
  display: block;
  width: 72px;
  height: 72px;
}
.iida26-event .iida26-section-title b {
  z-index: 1;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.iida26-event__head {
  max-width: 830px;
  margin: 50px auto 80px;
  text-align: center;
}
.iida26-event__brand, .iida26-event__title, .iida26-event__place, .iida26-event__lead, .iida26-event__note {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.iida26-event__brand, .iida26-event__title, .iida26-event__place, .iida26-event__date {
  color: #ffcc66;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-event__brand {
  font-size: 48px;
  line-height: 1;
}
.iida26-event__brand span {
  font-size: 36px;
}
.iida26-event__title {
  margin-top: 16px;
  font-size: 48px;
  line-height: 1;
}
.iida26-event__place {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1;
}
.iida26-event__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 353px;
  height: 76px;
  margin: 40px auto 0;
  border-top: 5px double #ffcc66;
  border-bottom: 5px double #ffcc66;
}
.iida26-event__date span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}
.iida26-event__date b {
  font-size: 30.952px;
  font-weight: 600;
  line-height: 1;
}
.iida26-event__date small {
  font-size: 15px;
  line-height: 1;
}
.iida26-event__date i {
  display: block;
  width: 20px;
  height: 3px;
  background: #ffcc66;
}
.iida26-event__lead {
  margin-top: 39px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.iida26-event__lead--sp {
  display: none;
}
.iida26-event__divider {
  width: 460px;
  height: 1px;
  margin: 40px auto 0;
  background: #ffcc66;
}
.iida26-event__coming {
  display: block;
  width: 458px;
  height: 98px;
  margin: 39px auto 0;
}
.iida26-event__coming img {
  display: block;
  width: 100%;
  height: 100%;
}
.iida26-event__note {
  width: 300px;
  margin: 20px auto 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .iida26-event {
    padding: 26.6666666667vw 6.6666666667vw 0;
  }
  .iida26-event > .iida26-intro__head {
    height: 19.2vw;
  }
  .iida26-event .iida26-section-title {
    width: 50.1333333333vw;
  }
  .iida26-event .iida26-section-title span {
    -ms-flex-preferred-size: 19.2vw;
        flex-basis: 19.2vw;
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-event .iida26-section-title span + span {
    margin-left: -3.7333333333vw;
  }
  .iida26-event .iida26-section-title img,
.iida26-event .iida26-section-title b {
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-event .iida26-section-title b {
    font-size: 8.5333333333vw;
  }
  .iida26-event__head {
    margin-top: 16vw;
    margin-bottom: 21.3333333333vw;
  }
  .iida26-event__brand {
    font-size: 9.0666666667vw;
  }
  .iida26-event__brand span {
    font-size: 6.4vw;
  }
  .iida26-event__title {
    width: 86.6666666667vw;
    margin-top: 4.5333333333vw;
    font-size: 9.0666666667vw;
    line-height: 1.4;
  }
  .iida26-event__place {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
  .iida26-event__date {
    gap: 1.6vw;
    width: 75.4666666667vw;
    height: 16vw;
    margin-top: 10.6666666667vw;
    border-top-width: 1.0666666667vw;
    border-bottom-width: 1.0666666667vw;
  }
  .iida26-event__date span {
    gap: 1.3333333333vw;
  }
  .iida26-event__date b {
    font-size: 6.4vw;
  }
  .iida26-event__date small {
    font-size: 3.2vw;
  }
  .iida26-event__date i {
    width: 4.2666666667vw;
    height: 0.64vw;
  }
  .iida26-event__lead {
    width: 86.6666666667vw;
    margin-top: 10.6666666667vw;
    font-size: 4vw;
  }
  .iida26-event__lead--pc {
    display: none;
  }
  .iida26-event__lead--sp {
    display: block;
  }
  .iida26-event__divider {
    width: 86.6666666667vw;
    height: 1px;
    margin-top: 10.6666666667vw;
  }
  .iida26-event__coming {
    width: 86.6666666667vw;
    height: 26.1333333333vw;
    margin-top: 10.6666666667vw;
  }
  .iida26-event__note {
    width: 86.6666666667vw;
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.iida26-course {
  max-width: 1168px;
  margin: 0 auto 80px;
  color: #3f0406;
  border: 4px double #6f2627;
}
.iida26-course__header {
  padding: 55px 9% 40px;
  text-align: center;
}
.iida26-course__header h3 {
  margin-bottom: 0;
  padding: 3px 0;
  border-top: 4px double #6f2627;
  border-bottom: 4px double #6f2627;
  font: 600 54px/1.25 "Shippori Mincho", "Yu Mincho", serif;
  letter-spacing: 0.04em;
}
.iida26-course__jp {
  margin: 8px 0 24px;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  font-weight: 600;
}
.iida26-course__header > p:last-child {
  margin: 30px auto 0;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  font-weight: 600;
  line-height: 1.8;
}
.iida26-course__cards {
  display: grid;
  border-top: 1px solid #6f2627;
}
.iida26-course__cards--premium {
  grid-template-columns: repeat(3, 1fr);
}
.iida26-course__cards--regular {
  grid-template-columns: repeat(2, 1fr);
  width: 66.66%;
  margin: auto;
  border-right: 1px solid #6f2627;
  border-left: 1px solid #6f2627;
}
.iida26-course .iida26-coming--course {
  margin: 50px auto 0;
}
.iida26-course__note {
  width: 458px;
  max-width: calc(100% - 30px);
  margin: 16px auto 55px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .iida26-course {
    margin-bottom: 36px;
  }
  .iida26-course__header {
    padding: 38px 14px 25px;
  }
  .iida26-course__header h3 {
    font-size: 39px;
  }
  .iida26-course__jp {
    margin-bottom: 20px;
  }
  .iida26-course__header > p:last-child {
    margin-top: 26px;
    text-align: left;
    font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.85;
  }
  .iida26-course__header > p:last-child br {
    display: none;
  }
  .iida26-course__cards {
    display: block;
  }
  .iida26-course__cards--regular {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }
  .iida26-course .iida26-coming--course {
    width: calc(100% - 28px);
    margin-top: 50px;
  }
  .iida26-course__note {
    margin-bottom: 38px;
  }
}

.iida26-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
  max-width: 100%;
  min-height: 138px;
  margin: 0 auto;
  padding: 16px;
  background: #ffe69b;
  border: 5px double #fffbd6;
  outline: 1px solid #6f2627;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
}
.iida26-price strong {
  padding-bottom: 2px;
  border-bottom: 3px double #6f2627;
  font-size: 30px;
  line-height: 1.25;
}
.iida26-price strong small {
  font-size: 18px;
}
.iida26-price span {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
}
.iida26-price > small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .iida26-price {
    width: 256px;
    min-height: 129px;
  }
  .iida26-price strong {
    font-size: 24px;
  }
  .iida26-price strong small {
    font-size: 14px;
  }
  .iida26-price span {
    font-size: 23px;
  }
  .iida26-price > small {
    font-size: 14px;
  }
}

.iida26-card {
  min-width: 0;
  min-height: 588px;
  background: #fffbd6;
  border-right: 1px solid #6f2627;
  border-bottom: 1px solid #6f2627;
}
.iida26-card:nth-child(3n) {
  border-right: 0;
}
.iida26-card > img,
.iida26-card > .iida26-mystery {
  width: 100%;
  height: 218px;
  -o-object-fit: cover;
     object-fit: cover;
}
.iida26-card > div:last-child {
  padding: 26px 30px 32px;
}
.iida26-card h4 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.55;
}
.iida26-card h4 small {
  font-size: 15px;
}
.iida26-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.75;
}
.iida26-card--mystery {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .iida26-card {
    min-height: 0;
    border-right: 0;
  }
  .iida26-card > img,
.iida26-card > .iida26-mystery {
    height: auto;
    aspect-ratio: 306/172;
  }
  .iida26-card > div:last-child {
    padding: 20px 20px 30px;
  }
  .iida26-card h4 {
    font-size: 18px;
  }
  .iida26-card p {
    font-size: 13px;
    line-height: 1.8;
  }
}

.iida26-mystery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #430006;
  background: #fff;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
}
.iida26-mystery span {
  display: grid;
  place-items: center;
  width: 210px;
  height: 105px;
  color: #fff;
  background: #3f0406;
  border-radius: 50%;
  -webkit-clip-path: polygon(0 12%, 100% 12%, 50% 100%);
          clip-path: polygon(0 12%, 100% 12%, 50% 100%);
  font-size: 76px;
  line-height: 1;
}
.iida26-mystery small {
  margin-top: 5px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .iida26-mystery span {
    width: 200px;
    height: 118px;
  }
}

.iida26-course--premium {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1168px;
  margin-bottom: 80px;
  padding: 71px 0 81px;
  background: #fffbd6;
  border: 1px solid #6f2627;
}
.iida26-course--premium::before {
  position: absolute;
  z-index: 0;
  inset: -7px 6px;
  background: linear-gradient(to bottom, #fffbd6 0 6px, transparent 6px calc(100% - 6px), #fffbd6 calc(100% - 6px) 100%);
  content: "";
  pointer-events: none;
}
.iida26-course--premium::after {
  position: absolute;
  z-index: 2;
  inset: -7px 6px;
  border: 1px solid #6f2627;
  content: "";
  pointer-events: none;
}
.iida26-course--premium > * {
  position: relative;
  z-index: 1;
}
.iida26-course--premium .iida26-course__corners {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}
.iida26-course--premium .iida26-course__corners img {
  position: absolute;
  display: block;
  width: 49px;
  height: 50px;
}
.iida26-course--premium .iida26-course__corners img:nth-child(1) {
  top: 12px;
  left: 19px;
}
.iida26-course--premium .iida26-course__corners img:nth-child(2) {
  top: 12px;
  right: 19px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.iida26-course--premium .iida26-course__corners img:nth-child(3) {
  bottom: 12px;
  left: 19px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.iida26-course--premium .iida26-course__corners img:nth-child(4) {
  right: 19px;
  bottom: 12px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.iida26-course--premium .iida26-course__header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 275px;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-course--premium .iida26-course__header::before,
.iida26-course--premium .iida26-course__header::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  pointer-events: none;
}
.iida26-course--premium .iida26-course__header::before {
  top: 0;
  height: 5px;
  background: linear-gradient(to bottom, #6f2627 0 2px, transparent 2px 4px, #6f2627 4px 5px);
}
.iida26-course--premium .iida26-course__header::after {
  bottom: -2px;
  height: 6px;
  background: linear-gradient(to bottom, #6f2627 0 1px, transparent 1px 4px, #6f2627 4px 6px);
}
.iida26-course--premium .iida26-course__header h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
}
.iida26-course--premium .iida26-course__jp {
  margin: 10px 0 0;
  font: inherit;
  font-size: 15px;
  line-height: 1.6;
}
.iida26-course--premium .iida26-course__header > .iida26-course__jp:last-child {
  margin: 10px 0 0;
  text-align: center;
  font: inherit;
  font-size: 15px;
  line-height: 1.6;
}
.iida26-course--premium .iida26-price {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 505px;
  height: 122px;
  min-height: 0;
  margin: 40px auto 0;
  padding: 11px 20px;
  color: #3f0406;
  background: #fee899;
  border-color: #6f2627;
  border-style: solid;
  border-width: 0 1px;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 #6f2627, inset 0 -1px 0 #6f2627;
          box-shadow: inset 0 1px 0 #6f2627, inset 0 -1px 0 #6f2627;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-course--premium .iida26-price::before {
  position: absolute;
  inset: -5px 5px;
  background: linear-gradient(to bottom, #fee899 0 5px, transparent 5px calc(100% - 5px), #fee899 calc(100% - 5px));
  content: "";
  pointer-events: none;
}
.iida26-course--premium .iida26-price::after {
  position: absolute;
  z-index: 2;
  inset: -5px 5px;
  border: 1px solid #6f2627;
  content: "";
  pointer-events: none;
}
.iida26-course--premium .iida26-price p {
  position: relative;
  z-index: 1;
  margin: 0;
}
.iida26-course--premium .iida26-price__price {
  width: 206px;
  padding-bottom: 1px;
  border-bottom: 3px double #6f2627;
  font-size: 32px;
  line-height: 1.6;
}
.iida26-course--premium .iida26-price__price small {
  font-size: 20px;
}
.iida26-course--premium .iida26-price__capacity {
  font-size: 32px;
  line-height: 1.6;
  white-space: nowrap;
}
.iida26-course--premium .iida26-price__capacity small {
  font-size: 20px;
}
.iida26-course--premium .iida26-course__lead {
  margin: 35px 0 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
.iida26-course--premium .iida26-course__lead--sp {
  display: none;
}
.iida26-course--premium .iida26-course__cards--premium {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: calc(100% - 12px);
  margin: 40px 6px 0;
  border: 0;
}
.iida26-course--premium .iida26-course__cards--premium::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  grid-column: 3;
  grid-row: 2;
  background: #fffbd6;
  border-top: 1px solid #6f2627;
  border-right: 1px solid #6f2627;
  border-bottom: 1px solid #6f2627;
  border-left: 1px solid #6f2627;
  content: "";
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  background: #fffbd6;
  border: 0;
  border-top: 1px solid #6f2627;
  border-left: 1px solid #6f2627;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card:nth-child(3) {
  border-right: 1px solid #6f2627;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card:nth-child(n+4) {
  border-bottom: 1px solid #6f2627;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card__image {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 218px;
  overflow: hidden;
  border-bottom: 1px solid #6f2627;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card__body {
  padding: 26px 30px 30px;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card__title {
  margin: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card__title small {
  font-size: 15px;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card__text,
.iida26-course--premium .iida26-course__cards--premium .iida26-card__text p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card__notice {
  color: #ed093d;
}
.iida26-course--premium .iida26-course__cards--premium .iida26-card__text .iida26-card__subnote {
  margin-top: 27px;
  font-size: 13px;
}
.iida26-course--premium .iida26-course__coming {
  display: block;
  width: 458px;
  height: 98px;
  margin: 40px auto 0;
}
.iida26-course--premium .iida26-course__coming img {
  display: block;
  width: 100%;
  height: 100%;
}
.iida26-course--premium .iida26-course__note {
  width: 300px;
  max-width: none;
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .iida26-course--premium {
    width: 86.6666666667vw;
    margin-bottom: 21.3333333333vw;
    padding: 20.2666666667vw 0 20.2666666667vw;
  }
  .iida26-course--premium::before {
    inset: -2.6666666667vw 2.4vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffbd6), color-stop(2.4vw, transparent), to(#fffbd6));
    background: linear-gradient(to bottom, #fffbd6 0 2.4vw, transparent 2.4vw calc(100% - 2.4vw), #fffbd6 calc(100% - 2.4vw) 100%);
  }
  .iida26-course--premium::after {
    inset: -2.6666666667vw 2.4vw;
  }
  .iida26-course--premium .iida26-course__corners img {
    width: 8.5333333333vw;
    height: 8.7066666667vw;
  }
  .iida26-course--premium .iida26-course__corners img:nth-child(1) {
    top: 3.2vw;
    left: 5.3333333333vw;
  }
  .iida26-course--premium .iida26-course__corners img:nth-child(2) {
    top: 3.2vw;
    right: 5.3333333333vw;
  }
  .iida26-course--premium .iida26-course__corners img:nth-child(3) {
    bottom: 3.2vw;
    left: 5.3333333333vw;
  }
  .iida26-course--premium .iida26-course__corners img:nth-child(4) {
    right: 5.3333333333vw;
    bottom: 3.2vw;
  }
  .iida26-course--premium .iida26-course__header {
    width: 73.3333333333vw;
    padding: 3.4666666667vw 0;
  }
  .iida26-course--premium .iida26-course__header::before {
    height: 1.3333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6f2627), color-stop(0.5333333333vw, transparent), color-stop(1.0666666667vw, #6f2627));
    background: linear-gradient(to bottom, #6f2627 0 0.5333333333vw, transparent 0.5333333333vw 1.0666666667vw, #6f2627 1.0666666667vw 1.3333333333vw);
  }
  .iida26-course--premium .iida26-course__header::after {
    height: 1.6vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6f2627), color-stop(0.2666666667vw, transparent), color-stop(1.0666666667vw, #6f2627));
    background: linear-gradient(to bottom, #6f2627 0 0.2666666667vw, transparent 0.2666666667vw 1.0666666667vw, #6f2627 1.0666666667vw 1.6vw);
  }
  .iida26-course--premium .iida26-course__header h3 {
    font-size: 13.3333333333vw;
  }
  .iida26-course--premium .iida26-course__jp {
    margin: 2.6666666667vw 0 0;
    font-size: 4vw;
  }
  .iida26-course--premium .iida26-course__header > .iida26-course__jp:last-child {
    margin: 2.6666666667vw 0 0;
    text-align: center;
    font: inherit;
    font-size: 4vw;
    line-height: 1.6;
  }
  .iida26-course--premium .iida26-price {
    width: 68.2666666667vw;
    height: 34.4vw;
    margin-top: 10.6666666667vw;
    padding: 2.6666666667vw 4vw;
  }
  .iida26-course--premium .iida26-price::before {
    inset: -1.3333333333vw 1.3333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fee899), color-stop(1.3333333333vw, transparent), to(#fee899));
    background: linear-gradient(to bottom, #fee899 0 1.3333333333vw, transparent 1.3333333333vw calc(100% - 1.3333333333vw), #fee899 calc(100% - 1.3333333333vw));
  }
  .iida26-course--premium .iida26-price::after {
    inset: -1.3333333333vw 1.3333333333vw;
  }
  .iida26-course--premium .iida26-price__price {
    width: 47.4666666667vw;
    padding-bottom: 0;
    border-bottom-width: 0.8vw;
    font-size: 7.4666666667vw;
  }
  .iida26-course--premium .iida26-price__price small {
    font-size: 4vw;
  }
  .iida26-course--premium .iida26-price__capacity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 7.4666666667vw;
    line-height: 1.35;
  }
  .iida26-course--premium .iida26-price__capacity small {
    font-size: 4vw;
  }
  .iida26-course--premium .iida26-course__lead {
    width: 76vw;
    margin: 9.6vw auto 0;
    font-size: 4vw;
  }
  .iida26-course--premium .iida26-course__lead--pc {
    display: none;
  }
  .iida26-course--premium .iida26-course__lead--sp {
    display: block;
  }
  .iida26-course--premium .iida26-course__cards--premium {
    display: block;
    width: 81.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  .iida26-course--premium .iida26-course__cards--premium::after {
    display: none;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card:nth-child(3) {
    border-right: 0;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card:nth-child(n+4) {
    border-bottom: 0;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card:last-child {
    border-bottom: 1px solid #6f2627;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card__image {
    height: 45.8666666667vw;
    aspect-ratio: auto;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card__body {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card__title {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card__title small {
    font-size: 4vw;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card__text,
.iida26-course--premium .iida26-course__cards--premium .iida26-card__text p {
    font-size: 4vw;
  }
  .iida26-course--premium .iida26-course__cards--premium .iida26-card__text .iida26-card__subnote {
    margin-top: 7.2vw;
    font-size: 3.4666666667vw;
  }
  .iida26-course--premium .iida26-course__coming {
    width: 76vw;
    height: 25.0666666667vw;
    margin-top: 5.3333333333vw;
  }
  .iida26-course--premium .iida26-course__note {
    width: 68.8vw;
    margin-top: 4.2666666667vw;
    margin-right: 0;
    margin-left: 7.7333333333vw;
    font-size: 3.4666666667vw;
  }
}

.iida26-course--regular {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1168px;
  margin-bottom: 80px;
  padding: 78px 0 79px;
  background: #fffbd6;
  border: 1px solid #6f2627;
}
.iida26-course--regular::before {
  position: absolute;
  z-index: 0;
  top: -8px;
  right: 6px;
  bottom: -6px;
  left: 6px;
  background: linear-gradient(to bottom, #fffbd6 0 7px, transparent 7px calc(100% - 5px), #fffbd6 calc(100% - 5px) 100%);
  content: "";
  pointer-events: none;
}
.iida26-course--regular::after {
  position: absolute;
  z-index: 2;
  top: -8px;
  right: 6px;
  bottom: -6px;
  left: 6px;
  border: 1px solid #6f2627;
  content: "";
  pointer-events: none;
}
.iida26-course--regular > * {
  position: relative;
  z-index: 1;
}
.iida26-course--regular .iida26-course__corners {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}
.iida26-course--regular .iida26-course__corners img {
  position: absolute;
  display: block;
  width: 49px;
  height: 50px;
}
.iida26-course--regular .iida26-course__corners img:nth-child(1) {
  top: 12px;
  left: 19px;
}
.iida26-course--regular .iida26-course__corners img:nth-child(2) {
  top: 12px;
  right: 19px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.iida26-course--regular .iida26-course__corners img:nth-child(3) {
  bottom: 12px;
  left: 19px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.iida26-course--regular .iida26-course__corners img:nth-child(4) {
  right: 19px;
  bottom: 12px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.iida26-course--regular .iida26-course__header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 275px;
  margin: 0 auto;
  padding: 13px 0 17px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-course--regular .iida26-course__header::before,
.iida26-course--regular .iida26-course__header::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  pointer-events: none;
}
.iida26-course--regular .iida26-course__header::before {
  top: 0;
  height: 5px;
  background: linear-gradient(to bottom, #6f2627 0 2px, transparent 2px 4px, #6f2627 4px 5px);
}
.iida26-course--regular .iida26-course__header::after {
  bottom: -2px;
  height: 6px;
  background: linear-gradient(to bottom, #6f2627 0 1px, transparent 1px 4px, #6f2627 4px 6px);
}
.iida26-course--regular .iida26-course__header h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
}
.iida26-course--regular .iida26-course__header > .iida26-course__jp:last-child {
  margin: 10px 0 0;
  text-align: center;
  font: inherit;
  font-size: 15px;
  line-height: 1.6;
}
.iida26-course--regular .iida26-price {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 505px;
  height: 122px;
  min-height: 0;
  margin: 40px auto 0;
  padding: 11px 20px;
  color: #3f0406;
  background: #fee899;
  border-color: #6f2627;
  border-style: solid;
  border-width: 0 1px;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 #6f2627, inset 0 -1px 0 #6f2627;
          box-shadow: inset 0 1px 0 #6f2627, inset 0 -1px 0 #6f2627;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-course--regular .iida26-price::before {
  position: absolute;
  inset: -5px 5px;
  background: linear-gradient(to bottom, #fee899 0 5px, transparent 5px calc(100% - 5px), #fee899 calc(100% - 5px));
  content: "";
  pointer-events: none;
}
.iida26-course--regular .iida26-price::after {
  position: absolute;
  z-index: 2;
  inset: -5px 5px;
  border: 1px solid #6f2627;
  content: "";
  pointer-events: none;
}
.iida26-course--regular .iida26-price p {
  position: relative;
  z-index: 1;
  margin: 0;
}
.iida26-course--regular .iida26-price__price {
  width: 206px;
  padding-bottom: 1px;
  border-bottom: 3px double #6f2627;
  font-size: 32px;
  line-height: 1.6;
}
.iida26-course--regular .iida26-price__price small {
  font-size: 20px;
}
.iida26-course--regular .iida26-price__capacity {
  font-size: 32px;
  line-height: 1.6;
  white-space: nowrap;
}
.iida26-course--regular .iida26-price__capacity small {
  font-size: 20px;
}
.iida26-course--regular .iida26-course__lead {
  margin: 35px 0 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.iida26-course--regular .iida26-course__lead--sp {
  display: none;
}
.iida26-course--regular .iida26-course__cards--regular {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: calc(66.6666667% - 8px);
  margin: 40px auto 0;
  border: 0;
}
.iida26-course--regular .iida26-course__cards--regular .iida26-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  background: #fffbd6;
  border: 0;
  border-top: 1px solid #6f2627;
  border-bottom: 1px solid #6f2627;
  border-left: 1px solid #6f2627;
}
.iida26-course--regular .iida26-course__cards--regular .iida26-card:last-child {
  border-right: 1px solid #6f2627;
}
.iida26-course--regular .iida26-course__cards--regular .iida26-card__image {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 218px;
  overflow: hidden;
  border-bottom: 1px solid #6f2627;
}
.iida26-course--regular .iida26-course__cards--regular .iida26-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iida26-course--regular .iida26-course__cards--regular .iida26-card__body {
  padding: 26px 30px 30px;
}
.iida26-course--regular .iida26-course__cards--regular .iida26-card__title {
  margin: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.iida26-course--regular .iida26-course__cards--regular .iida26-card__title small {
  font-size: 15px;
}
.iida26-course--regular .iida26-course__cards--regular .iida26-card__text,
.iida26-course--regular .iida26-course__cards--regular .iida26-card__text p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.iida26-course--regular .iida26-course__coming {
  display: block;
  width: 458px;
  height: 98px;
  margin: 40px auto 0;
}
.iida26-course--regular .iida26-course__coming img {
  display: block;
  width: 100%;
  height: 100%;
}
.iida26-course--regular .iida26-course__note {
  width: 300px;
  max-width: none;
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .iida26-course--regular {
    width: 86.6666666667vw;
    margin-bottom: 21.3333333333vw;
    padding: 20.2666666667vw 0 20.5333333333vw;
  }
  .iida26-course--regular::before {
    top: -2.6666666667vw;
    right: 2.4vw;
    bottom: -2.6666666667vw;
    left: 2.4vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffbd6), color-stop(2.4vw, transparent), to(#fffbd6));
    background: linear-gradient(to bottom, #fffbd6 0 2.4vw, transparent 2.4vw calc(100% - 2.4vw), #fffbd6 calc(100% - 2.4vw) 100%);
  }
  .iida26-course--regular::after {
    top: -2.6666666667vw;
    right: 2.4vw;
    bottom: -2.6666666667vw;
    left: 2.4vw;
  }
  .iida26-course--regular .iida26-course__corners img {
    width: 8.5333333333vw;
    height: 8.7066666667vw;
  }
  .iida26-course--regular .iida26-course__corners img:nth-child(1) {
    top: 3.2vw;
    left: 5.3333333333vw;
  }
  .iida26-course--regular .iida26-course__corners img:nth-child(2) {
    top: 3.2vw;
    right: 5.3333333333vw;
  }
  .iida26-course--regular .iida26-course__corners img:nth-child(3) {
    bottom: 3.2vw;
    left: 5.3333333333vw;
  }
  .iida26-course--regular .iida26-course__corners img:nth-child(4) {
    right: 5.3333333333vw;
    bottom: 3.2vw;
  }
  .iida26-course--regular .iida26-course__header {
    width: 73.3333333333vw;
    padding: 3.4666666667vw 0 4.5333333333vw;
  }
  .iida26-course--regular .iida26-course__header::before {
    height: 1.3333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6f2627), color-stop(0.5333333333vw, transparent), color-stop(1.0666666667vw, #6f2627));
    background: linear-gradient(to bottom, #6f2627 0 0.5333333333vw, transparent 0.5333333333vw 1.0666666667vw, #6f2627 1.0666666667vw 1.3333333333vw);
  }
  .iida26-course--regular .iida26-course__header::after {
    bottom: -0.5333333333vw;
    height: 1.6vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6f2627), color-stop(0.2666666667vw, transparent), color-stop(1.0666666667vw, #6f2627));
    background: linear-gradient(to bottom, #6f2627 0 0.2666666667vw, transparent 0.2666666667vw 1.0666666667vw, #6f2627 1.0666666667vw 1.6vw);
  }
  .iida26-course--regular .iida26-course__header h3 {
    font-size: 13.3333333333vw;
  }
  .iida26-course--regular .iida26-course__header > .iida26-course__jp:last-child {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
  .iida26-course--regular .iida26-price {
    width: 68.2666666667vw;
    height: 34.4vw;
    margin-top: 9.3333333333vw;
    padding: 2.6666666667vw 4vw;
  }
  .iida26-course--regular .iida26-price::before {
    inset: -1.3333333333vw 1.3333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fee899), color-stop(1.3333333333vw, transparent), to(#fee899));
    background: linear-gradient(to bottom, #fee899 0 1.3333333333vw, transparent 1.3333333333vw calc(100% - 1.3333333333vw), #fee899 calc(100% - 1.3333333333vw));
  }
  .iida26-course--regular .iida26-price::after {
    inset: -1.3333333333vw 1.3333333333vw;
  }
  .iida26-course--regular .iida26-price__price {
    width: 43.7333333333vw;
    padding-bottom: 0;
    border-bottom-width: 0.8vw;
    font-size: 7.4666666667vw;
  }
  .iida26-course--regular .iida26-price__price small {
    font-size: 4vw;
  }
  .iida26-course--regular .iida26-price__capacity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 7.4666666667vw;
    line-height: 1.35;
  }
  .iida26-course--regular .iida26-price__capacity small {
    font-size: 4vw;
  }
  .iida26-course--regular .iida26-course__lead {
    width: 76vw;
    margin: 10.6666666667vw auto 0;
    font-size: 4vw;
    line-height: 1.8;
  }
  .iida26-course--regular .iida26-course__lead--pc {
    display: none;
  }
  .iida26-course--regular .iida26-course__lead--sp {
    display: block;
  }
  .iida26-course--regular .iida26-course__cards--regular {
    display: block;
    width: 81.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .iida26-course--regular .iida26-course__cards--regular .iida26-card {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .iida26-course--regular .iida26-course__cards--regular .iida26-card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #6f2627;
  }
  .iida26-course--regular .iida26-course__cards--regular .iida26-card__image {
    height: 45.8666666667vw;
  }
  .iida26-course--regular .iida26-course__cards--regular .iida26-card__body {
    padding: 5.3333333333vw;
  }
  .iida26-course--regular .iida26-course__cards--regular .iida26-card__title {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .iida26-course--regular .iida26-course__cards--regular .iida26-card__title small {
    font-size: 4vw;
  }
  .iida26-course--regular .iida26-course__cards--regular .iida26-card__text,
.iida26-course--regular .iida26-course__cards--regular .iida26-card__text p {
    font-size: 4vw;
  }
  .iida26-course--regular .iida26-course__coming {
    width: 76vw;
    height: 25.0666666667vw;
    margin-top: 5.3333333333vw;
  }
  .iida26-course--regular .iida26-course__note {
    width: 68.8vw;
    margin-top: 4.2666666667vw;
    margin-right: 0;
    margin-left: 7.7333333333vw;
    font-size: 3.4666666667vw;
  }
}

.iida26-venue {
  position: relative;
  display: grid;
  grid-template-areas: "image title" "image info";
  grid-template-columns: 532px minmax(0, 1fr);
  grid-template-rows: 72px auto;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - max(50px, 18.88vw));
  max-width: 1168px;
  margin: 0 auto 80px;
  padding: 40px 46px 30px;
  color: #3f0406;
  background: transparent;
}
.iida26-venue__bg {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  pointer-events: none;
}
.iida26-venue__bg--back, .iida26-venue__bg--back-line {
  inset: -6px 6px;
  border: 1px solid #3f0406;
}
.iida26-venue__bg--back {
  z-index: 0;
  background: #fffbd6;
}
.iida26-venue__bg--front {
  z-index: 1;
  inset: 0;
  background: #fffbd6;
  border: 1px solid #3f0406;
}
.iida26-venue__bg--back-line {
  z-index: 3;
  background: transparent;
}
.iida26-venue__image, .iida26-venue__info,
.iida26-venue .iida26-intro__head {
  position: relative;
  z-index: 2;
}
.iida26-venue__image {
  grid-area: image;
  width: 532px;
  height: 317px;
  margin-top: 10px;
  overflow: hidden;
}
.iida26-venue__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iida26-venue .iida26-intro__head {
  grid-area: title;
  height: 72px;
  margin: 0;
}
.iida26-venue .iida26-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 131px;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-venue .iida26-section-title span {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
  height: 72px;
}
.iida26-venue .iida26-section-title span + span {
  margin-left: -13px;
}
.iida26-venue .iida26-section-title img,
.iida26-venue .iida26-section-title b {
  position: absolute;
  inset: 0;
  display: block;
  width: 72px;
  height: 72px;
}
.iida26-venue .iida26-section-title b {
  z-index: 1;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.iida26-venue__info {
  grid-area: info;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 0;
}
.iida26-venue__info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.iida26-venue__info dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.iida26-venue__info dt img {
  display: block;
  width: 16px;
  height: 16px;
}
.iida26-venue__info dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin: 0;
}
.iida26-venue__info strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.iida26-venue__info a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #3f0406;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.iida26-venue__info a img {
  display: block;
  width: 14px;
  height: 7.364px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .iida26-venue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 86.6666666667vw;
    margin-bottom: 21.3333333333vw;
    padding: 14.6666666667vw 4.8vw 15.7333333333vw;
  }
  .iida26-venue__bg--back, .iida26-venue__bg--back-line {
    inset: -2.6666666667vw 2.4vw;
  }
  .iida26-venue .iida26-intro__head {
    height: 19.2vw;
  }
  .iida26-venue .iida26-section-title {
    width: 34.9333333333vw;
    margin: 0 auto;
  }
  .iida26-venue .iida26-section-title span {
    -ms-flex-preferred-size: 19.2vw;
        flex-basis: 19.2vw;
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-venue .iida26-section-title span + span {
    margin-left: -3.4666666667vw;
  }
  .iida26-venue .iida26-section-title img,
.iida26-venue .iida26-section-title b {
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-venue .iida26-section-title b {
    font-size: 8.5333333333vw;
  }
  .iida26-venue__image {
    width: 77.0666666667vw;
    height: 43.4666666667vw;
    margin-top: 12vw;
  }
  .iida26-venue__info {
    gap: 8vw;
    width: 70.6666666667vw;
    margin: 8.5333333333vw auto 0;
  }
  .iida26-venue__info > div {
    gap: 2.1333333333vw;
  }
  .iida26-venue__info dt {
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
  .iida26-venue__info dt img {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .iida26-venue__info dd {
    gap: 2.1333333333vw;
  }
  .iida26-venue__info strong {
    font-size: 4.8vw;
  }
  .iida26-venue__info a {
    gap: 2.6666666667vw;
    padding-bottom: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
  .iida26-venue__info a img {
    width: 3.7333333333vw;
    height: 1.9637333333vw;
  }
}

.iida26-notes {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - max(50px, 18.88vw));
  max-width: 1168px;
  height: 400px;
  margin: 0 auto 80px;
  color: #3f0406;
  background: #fffbd6;
}
.iida26-notes .iida26-intro__head {
  position: static;
  width: 100%;
  margin: 0;
}
.iida26-notes .iida26-section-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.iida26-notes__scroll {
  position: absolute;
  top: 50px;
  bottom: 30px;
  left: 50%;
  width: calc(100% - 198px);
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-word;
}
.iida26-notes__content {
  margin-top: 25.6px;
}
.iida26-notes__scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.iida26-notes__scroll:focus {
  outline: none;
}
.iida26-notes__scroll:focus-visible {
  outline: 2px solid rgba(63, 4, 6, 0.55);
  outline-offset: 4px;
}
.iida26-notes__scroll p, .iida26-notes__scroll ul {
  margin: 0;
}
.iida26-notes__scroll h3 {
  margin: 24px 0 0;
  font: inherit;
}
.iida26-notes__scroll ul {
  padding: 0 0 0 22.5px;
  list-style: disc;
}
.iida26-notes__scroll li {
  margin: 0;
  padding: 0;
}
.iida26-notes__scrollbar {
  position: absolute;
  top: 10px;
  right: 7px;
  bottom: 10px;
  z-index: 1;
  width: 8px;
  -ms-touch-action: none;
      touch-action: none;
}
.iida26-notes__scrollbar[hidden] {
  display: none;
}
.iida26-notes__thumb {
  display: block;
  width: 8px;
  height: 40px;
  background: #3f0406;
  border-radius: 4px;
  -webkit-transform: translateY(var(--iida26-notes-thumb-offset, 0));
          transform: translateY(var(--iida26-notes-thumb-offset, 0));
  cursor: -webkit-grab;
  cursor: grab;
}
.iida26-notes__thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media screen and (max-width: 768px) {
  .iida26-notes {
    width: 86.6666666667vw;
    height: 173.3333333333vw;
    margin-bottom: 21.3333333333vw;
  }
  .iida26-notes .iida26-section-title {
    font-size: 6.4vw;
  }
  .iida26-notes__scroll {
    top: 13.3333333333vw;
    bottom: 8vw;
    width: 74.9333333333vw;
    font-size: 4vw;
  }
  .iida26-notes__content {
    margin-top: 10.4533333333vw;
  }
  .iida26-notes__scroll:focus-visible {
    outline-width: 0.5333333333vw;
    outline-offset: 1.0666666667vw;
  }
  .iida26-notes__scroll h3 {
    margin-top: 6.4vw;
  }
  .iida26-notes__scroll ul {
    padding-left: 6vw;
  }
  .iida26-notes__scrollbar {
    top: 2.6666666667vw;
    right: 1.0666666667vw;
    bottom: 2.6666666667vw;
    width: 2.1333333333vw;
  }
  .iida26-notes__thumb {
    width: 2.1333333333vw;
    height: 16vw;
    border-radius: 1.0666666667vw;
  }
}

.iida26-notes {
  height: auto;
  padding: 50px 0 30px;
}
.iida26-notes__scroll {
  position: static;
  height: auto;
  margin: 0 auto;
  overflow: visible;
  -webkit-transform: none;
          transform: none;
}
.iida26-notes__scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .iida26-notes {
    height: auto;
    padding: 13.3333333333vw 0 8vw;
  }
}

.iida26-faq {
  width: calc(100% - max(50px, 18.88vw) - 198px);
  max-width: 970px;
  margin: 0 auto;
  color: #fffbd6;
}
.iida26-faq__head {
  margin-bottom: 41px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-weight: 600;
  line-height: 1.6;
}
.iida26-faq__head h2, .iida26-faq__head p {
  margin: 0;
}
.iida26-faq__head h2 {
  font-size: 32px;
}
.iida26-faq__head p {
  font-size: 15px;
}
.iida26-faq__items {
  border-bottom: 1px solid #fffbd6;
}
.iida26-faq details {
  border-top: 1px solid #fffbd6;
}
.iida26-faq details::details-content {
  content-visibility: visible;
}
.iida26-faq summary {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  list-style: none;
  cursor: pointer;
}
.iida26-faq summary::-webkit-details-marker {
  display: none;
}
.iida26-faq__q {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-faq__q img, .iida26-faq__q b {
  position: absolute;
  display: block;
}
.iida26-faq__q img:first-child {
  inset: 0;
  width: 50px;
  height: 50px;
}
.iida26-faq__q img:nth-child(2) {
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
}
.iida26-faq__q b {
  top: 4px;
  left: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.iida26-faq__question {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.iida26-faq__toggle {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
.iida26-faq__toggle img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.35s ease, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.iida26-faq__minus {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
details[open] .iida26-faq__plus {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
details[open] .iida26-faq__minus {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
details.is-closing .iida26-faq__plus {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
details.is-closing .iida26-faq__minus {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.iida26-faq__answer {
  display: block !important;
  height: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  contain: layout paint;
}
.iida26-faq__answer > div {
  min-height: 0;
}
.iida26-faq__answer p {
  width: 93.8547%;
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
details[open] .iida26-faq__answer {
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .iida26-faq {
    width: 86.6666666667vw;
  }
  .iida26-faq__head {
    margin-bottom: 10.9333333333vw;
  }
  .iida26-faq__head h2 {
    font-size: 8.5333333333vw;
  }
  .iida26-faq__head p {
    font-size: 4vw;
  }
  .iida26-faq summary {
    grid-template-columns: 10.6666666667vw minmax(0, 1fr) 8vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 2.6666666667vw;
    width: 86.6666666667vw;
    padding: 6.4vw 0;
  }
  .iida26-faq__q {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .iida26-faq__q img:first-child {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .iida26-faq__q img:nth-child(2) {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
  .iida26-faq__q b {
    top: 0.5706666667vw;
    left: 3.2vw;
    font-size: 5.3333333333vw;
  }
  .iida26-faq__question {
    font-size: 5.3333333333vw;
  }
  .iida26-faq__toggle {
    width: 8vw;
    height: 8vw;
  }
  .iida26-faq__answer {
    width: 86.6666666667vw;
    margin-top: 0;
  }
  .iida26-faq__answer p {
    width: 86.6666666667vw;
    margin-bottom: 6.4vw;
    font-size: 4vw;
  }
}

.iida26-related {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
  color: #3f0406;
  text-align: center;
}
.iida26-related__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
}
.iida26-related__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 249px;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.iida26-related__heading span {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
  height: 72px;
}
.iida26-related__heading span + span {
  margin-left: -13px;
}
.iida26-related__heading img, .iida26-related__heading b {
  position: absolute;
  inset: 0;
  display: block;
  width: 72px;
  height: 72px;
}
.iida26-related__heading b {
  z-index: 1;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.iida26-related__title {
  margin: 50px 20px 0;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.iida26-related__text {
  margin: 37px 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
.iida26-related__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 12px);
  max-width: 1156px;
  margin: 41px auto 0;
  border-left: 1px solid #6f2627;
}
.iida26-related__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  color: #3f0406;
  background: #fffbd6;
  border-top: 1px solid #6f2627;
  border-right: 1px solid #6f2627;
  border-bottom: 1px solid #6f2627;
  text-align: left;
}
.iida26-related__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 540px;
  overflow: hidden;
  border-bottom: 1px solid #6f2627;
}
.iida26-related__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iida26-related__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  padding: 30px;
}
.iida26-related__label, .iida26-related__name, .iida26-related__more {
  display: block;
}
.iida26-related__label {
  color: #ed093d;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.iida26-related__name {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.iida26-related__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 103px;
  height: 93px;
  margin-top: auto;
  padding-top: 60px;
  border-bottom: 1px solid #3f0406;
  color: inherit;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.iida26-related__more img {
  display: block;
  width: 16px;
  height: 8px;
  margin-top: 2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .iida26-related {
    padding: 26.6666666667vw 0;
  }
  .iida26-related__head {
    height: 19.2vw;
  }
  .iida26-related__heading {
    width: 66.4vw;
  }
  .iida26-related__heading span {
    -ms-flex-preferred-size: 19.2vw;
        flex-basis: 19.2vw;
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-related__heading span + span {
    margin-left: -3.4666666667vw;
  }
  .iida26-related__heading img, .iida26-related__heading b {
    width: 19.2vw;
    height: 19.2vw;
  }
  .iida26-related__heading b {
    font-size: 8.5333333333vw;
  }
  .iida26-related__title {
    width: 86.9333333333vw;
    margin: 10.6666666667vw auto 0;
    font-size: 9.0666666667vw;
    line-height: 1.4;
  }
  .iida26-related__text {
    width: 86.9333333333vw;
    margin: 10.6666666667vw auto 0;
    font-size: 4vw;
  }
  .iida26-related__cards {
    display: block;
    width: 86.6666666667vw;
    margin-top: 10.9333333333vw;
    border-left-width: 0.2666666667vw;
  }
  .iida26-related__card {
    width: 86.6666666667vw;
    height: auto;
    border-width: 0.2666666667vw 0.2666666667vw 0.2666666667vw 0;
  }
  .iida26-related__card + .iida26-related__card {
    margin-top: -0.2666666667vw;
  }
  .iida26-related__image {
    -ms-flex-preferred-size: 121.6vw;
        flex-basis: 121.6vw;
    height: 121.6vw;
    border-bottom-width: 0.2666666667vw;
  }
  .iida26-related__body {
    padding: 5.3333333333vw;
  }
  .iida26-related__label {
    font-size: 3.4666666667vw;
  }
  .iida26-related__name {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
  .iida26-related__more {
    width: 27.4666666667vw;
    height: 8.8vw;
    margin-top: 6.4vw;
    padding-top: 0;
    border-bottom-width: 0.2666666667vw;
    font-size: 4vw;
  }
  .iida26-related__more img {
    width: 4.2666666667vw;
    height: 2.1333333333vw;
    margin-top: 0.5333333333vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .iida26-profile__card {
    padding-right: 28px;
    padding-left: 28px;
  }

  .iida26-profile__head {
    gap: 20px;
  }

  .iida26-profile__image {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    width: 45%;
  }

  .iida26-profile__identity {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }

  .iida26-venue {
    grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
    -webkit-column-gap: clamp(20px, 3.64vw, 40px);
       -moz-column-gap: clamp(20px, 3.64vw, 40px);
            column-gap: clamp(20px, 3.64vw, 40px);
    padding-right: clamp(24px, 4.18vw, 46px);
    padding-left: clamp(24px, 4.18vw, 46px);
  }

  .iida26-venue__image {
    width: 100%;
    height: auto;
    aspect-ratio: 532/317;
  }
}
@media (hover: hover) and (pointer: fine) {
  .iida26-story__button:hover {
    -webkit-filter: brightness(1.05) drop-shadow(0 8px 10px rgba(63, 4, 6, 0.22));
            filter: brightness(1.05) drop-shadow(0 8px 10px rgba(63, 4, 6, 0.22));
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  .iida26-story__text-link:hover,
.iida26-venue__info a:hover {
    opacity: 0.7;
  }

  .iida26-story__text-link:hover img,
.iida26-venue__info a:hover img {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }

  .iida26-related__more:hover {
    opacity: 0.7;
  }

  .iida26-related__more:hover img {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.iida26 .js-reveal {
  opacity: 0;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.iida26 .js-reveal.is-inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .iida26 {
    scroll-behavior: auto;
  }

  .iida26 .js-reveal {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }

  .iida26-gallery__track {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }

  .iida26-faq__toggle img {
    -webkit-transition: none;
    transition: none;
  }

  .iida26-floating,
.iida26-story__button,
.iida26-story__text-link,
.iida26-story__text-link img,
.iida26-venue__info a,
.iida26-venue__info a img,
.iida26-related__more,
.iida26-related__more img {
    -webkit-transition: none;
    transition: none;
  }
}
/*# sourceMappingURL=index.css.map */
