.p-hanabi_in {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
}
.is-load .p-hanabi_in {
  opacity: 1;
  transform: translateY(0);
}
.p-hanabi_in__inner {
  width: 65.6%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 75px 0 137px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__inner {
    width: 87%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 45px 0 41px;
  }
}
@media screen and (max-width: 899px) and (orientation: landscape) {
  .p-hanabi_in__inner {
    padding: 65px 0 45px;
  }
}
.p-hanabi_in__inner::before {
  content: "";
  display: block;
  width: 26.6%;
  max-width: 244px;
  height: auto;
  padding-top: 26.6%;
  position: absolute;
  top: 110px;
  left: 14px;
  background: url(../img/deco01_1.png) no-repeat center/contain;
  opacity: 0;
  transform: translateX(calc(-100% - 20px));
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
}
.is-load .p-hanabi_in__inner::before {
  opacity: 1;
  transform: translateX(-100%);
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__inner::before {
    width: 26.6%;
    max-width: 244px;
    height: auto;
    padding-top: 26.6%;
    position: absolute;
    top: 12px;
    left: -3px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
  }
  .is-load .p-hanabi_in__inner::before {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 899px) and (orientation: landscape) {
  .p-hanabi_in__inner::before {
    width: 20%;
    padding-top: 20%;
  }
}
.p-hanabi_in__inner::after {
  content: "";
  display: block;
  width: 26.6%;
  max-width: 244px;
  height: auto;
  padding-top: 26.6%;
  position: absolute;
  top: 110px;
  left: 14px;
  background: url(../img/deco01_2.png) no-repeat center/contain;
  opacity: 0;
  transform: translateX(calc(-100% - 20px));
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
}
.is-load .p-hanabi_in__inner::after {
  opacity: 1;
  transform: translateX(-100%);
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__inner::after {
    width: 26.6%;
    max-width: 244px;
    height: auto;
    padding-top: 26.6%;
    position: absolute;
    top: 12px;
    left: -3px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
  }
  .is-load .p-hanabi_in__inner::after {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 899px) and (orientation: landscape) {
  .p-hanabi_in__inner::after {
    width: 20%;
    padding-top: 20%;
  }
}
.p-hanabi_in__block {
  margin: 96px auto;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__block {
    margin: 35px auto;
  }
}
.p-hanabi_in__block:first-of-type {
  margin-top: 0;
}
.p-hanabi_in__head {
  margin-bottom: 60px;
  font-family: var(--font-jp);
  text-align: center;
  font-size: 3.7rem;
  font-weight: 900;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__head {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.p-hanabi_in__image {
  width: 100%;
  margin: 45px auto;
}
.p-hanabi_in__image figure figcaption {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__image figure figcaption {
    font-size: 10px;
    margin-top: 5px;
  }
}
.p-hanabi_in__image.--small {
  width: 80%;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__image.--small {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__image {
    margin: 0 auto 14px;
  }
}
.p-hanabi_in__detail {
  font-family: var(--font-jp);
  font-size: 1.7rem;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__detail {
    width: 100%;
    margin: 0 auto;
    font-family: var(--font-jp);
    font-size: 1.5rem;
    line-height: 1.88;
  }
}
.p-hanabi_in__detail-cap {
  color: var(--color-orange);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__detail-cap {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.p-hanabi_in__detail-cap .is-small {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__detail-cap .is-small {
    font-size: 1.2rem;
  }
}
.p-hanabi_in__link {
  width: 450px;
  margin: 100px auto 0;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__link {
    width: 250px;
    margin: 0 auto;
  }
}
.p-hanabi_in__link a {
  font-size: 2.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 899px) {
  .p-hanabi_in__link a {
    padding: 10px 10px 11px;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}