.ia-fade-animation {
  translate: 0 50px;
  opacity: 0;
  transition: translate 800ms ease-out, opacity 500ms;
}
.ia-fade-animation.is-show {
  translate: 0 0;
  opacity: 1;
}

.ia-heading-lv2, .ia-heading-lv2--b {
  line-height: 1.2;
  font-family: "Carattere", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 41px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ia-heading-lv2, .ia-heading-lv2--b {
    line-height: 1;
  }
}
@media screen and (min-width: 992px), print {
  .ia-heading-lv2, .ia-heading-lv2--b {
    font-size: 62px;
  }
}
@media screen and (min-width: 1220px), print {
  .ia-heading-lv2, .ia-heading-lv2--b {
    font-size: 83px;
  }
}
.ia-heading-lv2 span, .ia-heading-lv2--b span {
  font-size: 61px;
}
.ia-heading-lv2 span:nth-child(2), .ia-heading-lv2--b span:nth-child(2) {
  margin-left: 20px;
}
@media screen and (min-width: 768px), print {
  .ia-heading-lv2 span:nth-child(2), .ia-heading-lv2--b span:nth-child(2) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px), print {
  .ia-heading-lv2 span, .ia-heading-lv2--b span {
    font-size: 82px;
  }
}
@media screen and (min-width: 1220px), print {
  .ia-heading-lv2 span, .ia-heading-lv2--b span {
    font-size: 103px;
  }
}

.ia-heading-lv2--b {
  font-size: 54px;
}
@media screen and (min-width: 992px), print {
  .ia-heading-lv2--b {
    font-size: 80px;
  }
}
@media screen and (min-width: 1220px), print {
  .ia-heading-lv2--b {
    font-size: 109px;
  }
}
.ia-heading-lv2--b span {
  font-size: 74px;
}
@media screen and (min-width: 992px), print {
  .ia-heading-lv2--b span {
    font-size: 92px;
  }
}
@media screen and (min-width: 1220px), print {
  .ia-heading-lv2--b span {
    font-size: 109px;
  }
}

.ia-heading-lv3 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  width: 180px;
  margin-inline: auto;
  margin-bottom: 30px;
  padding: 6px;
  border-radius: 8px;
  background-color: #DDDDDF;
}
@media screen and (min-width: 768px), print {
  .ia-heading-lv3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 300px;
    margin-bottom: 54px;
    padding: 10px 5px;
  }
}
.ia-heading-lv3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 11px;
  background-color: #DDDDDF;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
@media screen and (min-width: 768px), print {
  .ia-heading-lv3::after {
    bottom: -13px;
    left: calc(50% - 10px);
    width: 20px;
    height: 14px;
  }
}
[data-area-category=wallside] .ia-heading-lv3 {
  background-color: #FF9BB1;
}
[data-area-category=wallside] .ia-heading-lv3::after {
  background-color: #FF9BB1;
}
[data-area-category=magnet] .ia-heading-lv3 {
  background-color: #9F7AD3;
}
[data-area-category=magnet] .ia-heading-lv3::after {
  background-color: #9F7AD3;
}
[data-area-category=fun] .ia-heading-lv3 {
  background-color: #FFAC46;
}
[data-area-category=fun] .ia-heading-lv3::after {
  background-color: #FFAC46;
}
[data-area-category=peaceful] .ia-heading-lv3 {
  background-color: #98BF3A;
}
[data-area-category=peaceful] .ia-heading-lv3::after {
  background-color: #98BF3A;
}
[data-area-category=apronside] .ia-heading-lv3 {
  background-color: #ED4343;
}
[data-area-category=apronside] .ia-heading-lv3::after {
  background-color: #ED4343;
}

.ia-heading-lv3__main {
  letter-spacing: 0.03em;
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ia-heading-lv3__main {
    font-size: 21px;
    line-height: 1.3;
  }
}

.ia-heading-lv3__sub {
  line-height: 120%;
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.ia-mincho-base {
  line-height: 1.64;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px), print {
  .ia-mincho-base {
    line-height: 2.1;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.ia-mincho-base-lg {
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px), print {
  .ia-mincho-base-lg {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}

.ia-area {
  margin-top: 80px;
  padding-inline: 24px;
}
@media screen and (min-width: 768px), print {
  .ia-area {
    max-width: 1376px;
    width: calc(100% - 64px);
    margin-top: 112px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1220px), print {
  .ia-area {
    max-width: 1200px;
    width: calc(100% - 240px);
  }
}
.ia-area + .ia-area {
  margin-top: 72px;
}
@media screen and (min-width: 768px), print {
  .ia-area + .ia-area {
    margin-top: 88px;
  }
}

.ia-area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px), print {
  .ia-area-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 992px), print {
  .ia-area-list {
    gap: 32px;
  }
}

.ia-area-list__link {
  display: block;
  position: relative;
}

.ia-area-list__img {
  overflow: hidden;
  border-radius: 10px;
}

.ia-area-list__catch {
  display: flex;
  align-items: center;
  position: absolute;
  top: 6px;
  right: -5px;
}
@media screen and (min-width: 768px), print {
  .ia-area-list__catch {
    top: 10px;
  }
}
.ia-area-list__catch::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0px;
  width: 12px;
  height: 100%;
  background-color: #C89600;
  clip-path: polygon(0% 50%, calc(100% - 4px) 0%, 100% 0%, 100% 100%, calc(100% - 4px) 100%);
}
.ia-area-list__catch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 5px;
  height: 6px;
  background-color: #A07800;
  clip-path: polygon(0% 100%, 100% 2px, 100% 0%, 0% 0%);
}

.ia-area-list__catch--line2 {
  top: 6px;
}
@media screen and (min-width: 992px), print {
  .ia-area-list__catch--line2 {
    top: 10px;
  }
  .ia-area-list__catch--line2 br {
    display: none;
  }
}

.ia-area-list__catch-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  min-height: 20px;
  padding: 2px 4px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  background-color: #C89600;
}

.ia-area-list__label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 6px;
  align-items: center;
  margin-top: 9px;
}
@media screen and (min-width: 768px), print {
  .ia-area-list__label {
    margin-top: 14px;
  }
}

.ia-area-list__no {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  line-height: 1;
  border-radius: 50%;
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  background-color: #DDDDDF;
}
[data-area-category=wallside] .ia-area-list__no {
  background-color: #FF9BB1;
}
[data-area-category=magnet] .ia-area-list__no {
  background-color: #9F7AD3;
}
[data-area-category=fun] .ia-area-list__no {
  background-color: #FFAC46;
}
[data-area-category=peaceful] .ia-area-list__no {
  background-color: #98BF3A;
}
[data-area-category=apronside] .ia-area-list__no {
  background-color: #ED4343;
}

.ia-area-list__text {
  color: #0B0B0B;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .ia-area-list__text {
    line-height: 1.4;
  }
}

.ia-area-list__text-main {
  border-bottom: 1px dotted #0B0B0B;
}
@media screen and (min-width: 768px), print {
  .ia-area-list__text-main {
    border-bottom-color: transparent;
    transition: border-bottom-color 0.3s;
  }
  a:hover .ia-area-list__text-main {
    border-bottom-color: #0B0B0B;
  }
}

.ia-bnrs {
  display: grid;
  grid-template-columns: 1fr;
  padding: 32px 58px;
  gap: 24px;
}
@media screen and (min-width: 768px), print {
  .ia-bnrs {
    gap: 57px;
    max-width: 420px;
    margin-inline: auto;
    padding: 48px 0;
  }
}

.ia-bnrs__bnr {
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
}

.ia-comingsoon-page {
  min-height: 100vh;
}

.ia-comingsoon {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px), print {
  .ia-comingsoon {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.ia-magnet {
  position: relative;
  margin-top: -51px;
  padding-bottom: 64%;
}
@media screen and (min-width: 768px), print {
  .ia-magnet {
    margin-top: 0;
    padding-bottom: 25.3472222222%;
  }
}

.ia-magnet__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .ia-magnet__inner {
    display: flex;
    justify-content: space-between;
    gap: 6.25%;
    max-width: 1376px;
    width: calc(100% - 64px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1220px), print {
  .ia-magnet__inner {
    max-width: 1200px;
    width: calc(100% - 240px);
  }
}

.ia-magnet__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline: 38px;
}
@media screen and (min-width: 768px), print {
  .ia-magnet__text {
    gap: 32px;
    max-width: 480px;
    width: 40%;
    padding-inline: 0;
    padding-left: 70px;
  }
}

.ia-magnet__img {
  margin-top: 32px;
  padding-inline: 24px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ia-magnet__img {
    margin-top: -12.6666666667%;
    padding-inline: 0;
    max-width: 625px;
    width: 52.0833333333%;
  }
}

.ia-mv__pc {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 2880/1620;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .ia-mv__pc {
    display: block;
  }
}
.ia-mv__pc img {
  display: block;
  width: 100%;
  height: auto;
}

.ia-mv__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ia-mv__contents-a,
.ia-mv__contents-b,
.ia-mv__ribbon {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: opacity 500ms linear, scale 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275), translate 300ms ease-out;
  scale: 0.5;
  opacity: 0;
}
.ia-mv__contents-a.is-show,
.ia-mv__contents-b.is-show,
.ia-mv__ribbon.is-show {
  scale: 1;
  opacity: 1;
}

.ia-mv__ribbon {
  width: 111.1111111111%;
  left: -5.5555555556%;
}

.ia-mv__texture {
  mix-blend-mode: overlay;
}

@media screen and (min-width: 768px), print {
  .ia-mv__sp {
    display: none;
  }
}

.ia-open {
  margin-top: 27px;
}
@media screen and (min-width: 768px), print {
  .ia-open {
    margin-top: 0;
  }
}

.ia-open__description {
  padding-inline: 24px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ia-open__description {
    margin-top: 24px;
    padding-inline: 32px;
  }
}

.ia-open-map {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .ia-open-map {
    margin-top: 77px;
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1220px), print {
  .ia-open-map {
    padding-inline: 120px;
  }
}

.ia-open-map__scroll {
  overflow-x: scroll;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .ia-open-map__scroll {
    overflow-x: visible;
    padding-bottom: 0;
  }
}

.ia-open-map__img {
  width: 830px;
  padding-inline: 24px;
}
@media screen and (min-width: 768px), print {
  .ia-open-map__img {
    max-width: 1100px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.ia-open-map__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 55px);
  width: 90px;
  height: 110px;
  border-radius: 5px;
  color: #FAFAFA;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  background: rgba(89, 85, 84, 0.9);
  transition: opacity 300ms, visibility 300ms;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .ia-open-map__icon {
    display: none;
  }
}
.ia-open-map__icon::before {
  content: "";
  display: block;
  width: 36px;
  height: 40px;
  background-image: url(../img/icon_scroll.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ia-open-map__icon.is-hide {
  opacity: 0;
  visibility: hidden;
}

.ia-open__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .ia-open__btn {
    margin-top: 56px;
  }
}

.ia-open__btn-link {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid #DDDDDF;
  padding: 8px 16px;
  border-radius: 5px;
  line-height: 1.6;
  color: #0B0B0B;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.02em;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .ia-open__btn-link {
    grid-template-columns: 48px 1fr;
    gap: 8px;
    padding: 8px 32px;
    font-size: 18px;
    transition: border-color 0.3s, color 0.3s;
  }
  .ia-open__btn-link:hover {
    border-color: #00BFF2;
    color: #00BFF2;
  }
}
.ia-open__btn-link::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url(../img/icon_map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px), print {
  .ia-open__btn-link::before {
    width: 42px;
  }
}

.ia-others {
  margin-top: 80px;
  padding-top: 64px;
  padding-bottom: 72px;
  background-color: #F4F0E2;
}
@media screen and (min-width: 768px), print {
  .ia-others {
    margin-top: 106px;
    padding-top: 104px;
    padding-bottom: 80px;
  }
}

.ia-others__heading {
  padding-inline: 24px;
}
@media screen and (min-width: 768px), print {
  .ia-others__heading {
    padding-inline: 32px;
  }
}

.ia-others__description {
  text-align: center;
}

.ia-others-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 13px;
  margin-inline: 24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .ia-others-list {
    grid-template-columns: repeat(5, 1fr);
    max-width: 1376px;
    width: calc(100% - 64px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 992px), print {
  .ia-others-list {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 1220px), print {
  .ia-others-list {
    gap: 33px 25px;
    max-width: 1200px;
    width: calc(100% - 240px);
  }
}

.ia-others-list__img {
  overflow: hidden;
  border-radius: 8px;
}

.ia-others-list__label {
  margin-top: 8px;
  line-height: 1.3;
  color: #0B0B0B;
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .ia-others-list__label {
    margin-top: 12px;
    font-size: 14px;
  }
}

.ia-others-list__text {
  border-bottom: 1px dotted #0B0B0B;
}
@media screen and (min-width: 768px), print {
  .ia-others-list__text {
    border-bottom-color: transparent;
    transition: border-bottom-color 0.3s;
  }
  a:hover .ia-others-list__text {
    border-bottom-color: #0B0B0B;
  }
}

.ia-others-list__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 768px), print {
  .ia-others-list__btn {
    margin-top: 64px;
  }
}

.ia-others-list__btn-link {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #DDDDDF;
  border-radius: 5px;
  line-height: 1.3;
  color: #0B0B0B;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #FFFFFF;
}
@media screen and (min-width: 768px), print {
  .ia-others-list__btn-link {
    padding: 16px 24px;
    line-height: 1.6;
    font-size: 18px;
    transition: border-color 0.3s, color 0.3s;
  }
  .ia-others-list__btn-link:hover {
    border-color: #00BFF2;
    color: #00BFF2;
  }
}

.ia-summary {
  margin-top: 24px;
  padding-inline: 24px;
}
@media screen and (min-width: 768px), print {
  .ia-summary {
    position: relative;
    margin-top: -4.8611111111%;
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1220px), print {
  .ia-summary {
    padding-inline: 120px;
  }
}

.ia-summary__date {
  margin-bottom: 8px;
  line-height: 1.2;
  color: #C89600;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ia-summary__date {
    margin-bottom: 5px;
    line-height: 1.58;
    font-size: 48px;
  }
}

.ia-summary__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 30px;
  font-style: italic;
  line-height: 1.26;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ia-summary__title {
    font-size: 64px;
  }
}

.ia-summary__description {
  margin-top: 20px;
  padding-inline: 14px;
}
@media screen and (min-width: 768px), print {
  .ia-summary__description {
    margin-top: 30px;
    text-align: center;
    padding-inline: 0;
  }
}
.ia-summary__description > p + p {
  margin-top: 24px;
}
@media screen and (min-width: 768px), print {
  .ia-summary__description > p + p {
    margin-top: 16px;
  }
}

.ia-wallside {
  position: relative;
  padding-top: 48%;
  padding-bottom: 51.4666666667%;
}
@media screen and (min-width: 768px), print {
  .ia-wallside {
    padding-top: 30.5555555556%;
    padding-bottom: 29.4444444444%;
  }
}

.ia-wallside__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .ia-wallside__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 6.1111111111%;
    max-width: 1376px;
    width: calc(100% - 64px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1220px), print {
  .ia-wallside__inner {
    max-width: 1200px;
    width: calc(100% - 240px);
  }
}

.ia-wallside__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline: 38px;
}
@media screen and (min-width: 768px), print {
  .ia-wallside__text {
    gap: 15px;
    max-width: 474px;
    width: 39.5%;
    padding-inline: 0;
  }
}

@media screen and (min-width: 768px), print {
  .ia-wallside__description {
    padding-left: 24px;
  }
}

.ia-wallside__img {
  margin-top: 32px;
  padding-inline: 24px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .ia-wallside__img {
    margin-top: -20.5%;
    padding-inline: 0;
    max-width: 625px;
    width: 52.0833333333%;
  }
}
.ia-wave01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ia-wave01 {
    margin-top: -170px;
  }
}

.ia-wave01__wave {
  width: 0%;
  overflow: hidden;
  transition: width 1400ms ease-out;
}
.ia-wave01.is-show .ia-wave01__wave {
  width: 100%;
}

.ia-wave01__wave-img {
  width: 100vw;
  aspect-ratio: 750/450;
  background: url(../img/wave01_sp.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px), print {
  .ia-wave01__wave-img {
    aspect-ratio: 1440/782;
    background-image: url(../img/wave01_pc.webp);
  }
}

.ia-wave01__img {
  position: absolute;
  right: 2.6666666667%;
  bottom: 43.5555555556%;
  width: 37.3333333333%;
  translate: -30px 15px;
  opacity: 0;
  transition: translate 500ms 1400ms ease-out, opacity 250ms 1400ms;
}
@media screen and (min-width: 768px), print {
  .ia-wave01__img {
    right: 6.9444444444%;
    bottom: 40.0255754476%;
    width: 22.2222222222%;
  }
}
.ia-wave01.is-show .ia-wave01__img {
  translate: 0 0;
  opacity: 1;
}

.ia-wave02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .ia-wave02 {
    bottom: 36px;
  }
}

.ia-wave02__wave {
  width: 0%;
  overflow: hidden;
  transition: width 1400ms ease-out;
}
.ia-wave02.is-show .ia-wave02__wave {
  width: 100%;
}

.ia-wave02__wave-img {
  width: 100vw;
  aspect-ratio: 750/566;
  background: url(../img/wave02_sp.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px), print {
  .ia-wave02__wave-img {
    aspect-ratio: 1436/674;
    background-image: url(../img/wave02_pc.webp);
  }
}

.ia-wave03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 750/592;
}
@media screen and (min-width: 768px), print {
  .ia-wave03 {
    aspect-ratio: 1440/444;
    bottom: 106px;
  }
}

.ia-wave03__wave {
  position: absolute;
  right: 0;
  width: 0%;
  height: 100%;
  overflow: hidden;
  transition: width 1400ms ease-out;
}
.ia-wave03.is-show .ia-wave03__wave {
  width: 100%;
}

.ia-wave03__wave-img {
  position: absolute;
  right: 0;
  width: 100vw;
  aspect-ratio: 750/592;
  background: url(../img/wave03_sp.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px), print {
  .ia-wave03__wave-img {
    aspect-ratio: 1440/444;
    background-image: url(../img/wave03_pc.webp);
  }
}

.ia-wave03__img {
  position: absolute;
  left: 6.4%;
  top: 28.0405405405%;
  width: 42.6666666667%;
  translate: 30px 15px;
  opacity: 0;
  transition: translate 500ms 1400ms ease-out, opacity 250ms 1400ms;
}
@media screen and (min-width: 768px), print {
  .ia-wave03__img {
    left: 7.0833333333%;
    top: 5.6265984655%;
    width: 27.0138888889%;
  }
}
.ia-wave03.is-show .ia-wave03__img {
  translate: 0 0;
  opacity: 1;
}

#header .inner3 .site_title {
  padding-bottom: 16px;
}

.ia-main {
  margin-top: 54px;
  color: #0B0B0B;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #F7F7F5;
}
@media screen and (min-width: 768px), print {
  .ia-main {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  #header .inner3 .menu_open .hamburger_nav li a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px), print {
  .u-br-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-br-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .u-show-sp {
    display: none !important;
  }
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media screen and (max-width: 767px) {
  .u-visually-hidden-sp {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}

@media screen and (min-width: 768px), print {
  .u-visually-hidden-pc {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}