.top-mv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .top-mv {
    height: calc(100lvh + 30em);
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv {
    height: 100lvh;
  }
}
@media screen and (max-width: 767px) {
  .top-mv {
    height: calc(100lvh + 100px);
  }
}

@-webkit-keyframes bgUp {
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes bgUp {
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.top-mv__description {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 4s, -webkit-transform 4s;
  transition: opacity 4s, -webkit-transform 4s;
  transition: transform 4s, opacity 4s;
  transition: transform 4s, opacity 4s, -webkit-transform 4s;
  opacity: 0;
  height: 100%;
}
.top-mv__description.is-anime {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.top-mainvisual__list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.top-mainvisual__item {
  position: absolute;
  overflow: hidden;
  aspect-ratio: 3/4;
}
@media screen and (min-width: 768px) {
  .top-mainvisual__item {
    border-radius: 1.041vw;
    width: 27.08vw;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual__item {
    border-radius: 2.2vw;
    width: 38.13vw;
  }
}
@media screen and (max-width: 500px) {
  .top-mainvisual__item {
    width: 50.13vw;
  }
}
@media screen and (min-width: 1080px) {
  .top-mainvisual__item:nth-child(1) {
    top: 135px;
    left: 90px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mainvisual__item:nth-child(1) {
    top: 85px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual__item:nth-child(1) {
    bottom: 40px;
    right: 38px;
  }
}
.top-mainvisual__item:nth-child(2) {
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mainvisual__item:nth-child(2) {
    top: 65%;
  }
}
.top-mainvisual__item:nth-child(3) {
  z-index: 2;
}
@media screen and (min-width: 1080px) {
  .top-mainvisual__item:nth-child(3) {
    top: 180px;
    right: 90px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mainvisual__item:nth-child(3) {
    top: 130px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual__item:nth-child(3) {
    top: 40px;
    left: 15px;
  }
}

.top-mainvisual__imgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  z-index: 1;
}
.top-mainvisual__imgWrap picture {
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 100%;
}

.top-mainvisual__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.top-mainvisual__item .top-mainvisual__imgWrap.is-active {
  -webkit-animation: mvPath 25s ease-out infinite, mvSlide 25s linear infinite;
          animation: mvPath 25s ease-out infinite, mvSlide 25s linear infinite;
}
.top-mainvisual__item .top-mainvisual__imgWrap.is-active:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  z-index: 6;
}
.top-mainvisual__item .top-mainvisual__imgWrap.is-active:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  z-index: 5;
}
.top-mainvisual__item .top-mainvisual__imgWrap.is-active:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  z-index: 4;
}
.top-mainvisual__item .top-mainvisual__imgWrap.is-active:nth-child(4) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  z-index: 3;
}
.top-mainvisual__item .top-mainvisual__imgWrap.is-active:nth-child(5) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
  z-index: 2;
}

@-webkit-keyframes mvPath {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  20% {
    z-index: 7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  30% {
    z-index: 7;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    z-index: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes mvPath {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  20% {
    z-index: 7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  30% {
    z-index: 7;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    z-index: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-webkit-keyframes mvSlide {
  0% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  40% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  80% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  99% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
}
@keyframes mvSlide {
  0% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  40% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  80% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  99% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
}
.top-mv__imgWrap {
  position: relative;
  width: 100vw;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: ease-in opacity 1s, -webkit-transform 1s;
  transition: ease-in opacity 1s, -webkit-transform 1s;
  transition: transform 1s, ease-in opacity 1s;
  transition: transform 1s, ease-in opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.top-mv__imgWrap.is-anime {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top-mv__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}

.top-mv__petal {
  display: inline-block;
  position: absolute;
  z-index: 1;
  aspect-ratio: 3/4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-mv__petal {
    border-radius: 1.041vw;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal {
    border-radius: 2.2vw;
  }
}
.top-mv__petal:first-child {
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .top-mv__petal:first-child {
    width: 15.625vw;
    top: 70%;
    left: 16%;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal:first-child {
    top: 60%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal:first-child {
    width: 29.59vw;
    top: 72px;
    right: 25px;
  }
}
@media screen and (max-width: 500px) {
  .top-mv__petal:first-child {
    top: 152px;
  }
}
.top-mv__petal:nth-child(2) {
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .top-mv__petal:nth-child(2) {
    width: 10.26vw;
    bottom: -10%;
    left: 9%;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal:nth-child(2) {
    bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal:nth-child(2) {
    width: 21.06vw;
    bottom: 30%;
    left: 44px;
  }
}
@media screen and (max-width: 500px) {
  .top-mv__petal:nth-child(2) {
    bottom: 152px;
  }
}
.top-mv__petal:nth-child(3) {
  width: 11.98vw;
  bottom: -38%;
  left: 5%;
  z-index: 2;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal:nth-child(3) {
    bottom: -10%;
  }
}
.top-mv__petal:nth-child(4) {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-mv__petal:nth-child(4) {
    width: 10.41vw;
    bottom: 5%;
    right: 19%;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal:nth-child(4) {
    bottom: 16%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal:nth-child(4) {
    width: 17.86vw;
    top: 40%;
    right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .top-mv__petal:nth-child(4) {
    bottom: 40%;
  }
}
.top-mv__petal:nth-child(5) {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-mv__petal:nth-child(5) {
    width: 13.64vw;
    bottom: -6%;
    right: 8%;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal:nth-child(5) {
    bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal:nth-child(5) {
    width: 26.66vw;
    bottom: 0;
    left: 15px;
  }
}
.top-mv__petal.--purple01, .top-mv__petal.--red, .top-mv__petal.--blue, .top-mv__petal.--white01, .top-mv__petal.--white02, .top-mv__petal.--purple02, .top-mv__petal.--pink {
  z-index: 1;
}
.top-mv__petal.--purple01 {
  background-color: #B48ABC;
}
@media screen and (min-width: 768px) {
  .top-mv__petal.--purple01 {
    top: 75px;
    left: 25%;
    width: 10vw;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal.--purple01 {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal.--purple01 {
    width: 17.86vw;
    top: 25px;
    left: 48%;
  }
}
.top-mv__petal.--red {
  background-color: #B24554;
}
@media screen and (min-width: 768px) {
  .top-mv__petal.--red {
    top: 62%;
    left: 10%;
    width: 10.98vw;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal.--red {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal.--red {
    width: 10.93vw;
    top: 40%;
    left: 30px;
  }
}
.top-mv__petal.--blue {
  background-color: #2980C4;
}
@media screen and (min-width: 768px) {
  .top-mv__petal.--blue {
    bottom: 4%;
    left: 5%;
    width: 5.833vw;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal.--blue {
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal.--blue {
    width: 14.93vw;
    bottom: 27%;
    left: 15px;
  }
}
.top-mv__petal.--white01 {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-mv__petal.--white01 {
    bottom: -23%;
    left: 10%;
    width: 10.02vw;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal.--white01 {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal.--white01 {
    bottom: 80px;
    left: 60px;
    width: 20.26vw;
  }
}
.top-mv__petal.--white02 {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-mv__petal.--white02 {
    top: 35%;
    right: 2%;
    width: 21.4vw;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal.--white02 {
    bottom: 30px;
    right: 15px;
    width: 25.73vw;
  }
}
@media screen and (max-width: 500px) {
  .top-mv__petal.--white02 {
    width: 39.73vw;
  }
}
.top-mv__petal.--purple02 {
  background-color: #796BAF;
}
@media screen and (min-width: 768px) {
  .top-mv__petal.--purple02 {
    top: 70%;
    right: 5%;
    width: 4.11vw;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal.--purple02 {
    bottom: 12px;
    right: 30px;
    width: 7.73vw;
  }
}
.top-mv__petal.--pink {
  background-color: #EE87B4;
}
@media screen and (min-width: 768px) {
  .top-mv__petal.--pink {
    bottom: -11%;
    right: 18%;
    width: 7.23vw;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__petal.--pink {
    bottom: -2%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal.--pink {
    top: 36%;
    right: 15px;
    width: 12vw;
  }
}

.top-mv__readWrap {
  position: relative;
  padding-bottom: 38%;
  z-index: 1;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__readWrap {
    padding-bottom: 42%;
  }
}
.top-mv__readWrap.is-anime {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.top-mv__annivWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 120px auto 80px;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .top-mv__annivWrap {
    margin: 80px auto;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__annivWrap {
    margin: 10px auto 40px;
  }
}

.top-mv__anniv {
  font-size: 50px;
  color: #B24554;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .top-mv__anniv {
    font-size: 25px;
  }
}

.top-mv__annivimgWrap {
  width: 192px;
  height: 135px;
  margin: 0 10px 0 30px;
}
@media screen and (max-width: 767px) {
  .top-mv__annivimgWrap {
    width: 100px;
    height: 70px;
    margin: 0 10px 0 16px;
  }
}

.top-mv__read {
  font-size: 22px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .top-mv__read {
    font-size: 16px;
  }
}

.anniv-ribbon01 {
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .anniv-ribbon01 {
    top: -36.26vw;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .anniv-ribbon01 {
    top: -47.6vw;
  }
}
@media screen and (max-width: 767px) {
  .anniv-ribbon01 {
    top: -46.6vw;
  }
}

.anniv-greetings {
  background-color: #fff;
  padding: 108px 0 140px;
}
@media screen and (max-width: 1079px) {
  .anniv-greetings {
    padding: 60px 0;
    margin-top: 60px;
  }
}

.anniv-greetings__heading {
  font-size: 44px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 60px;
}

@media screen and (max-width: 1079px) {
  .anniv-greetings__container {
    --max-height: 500px;
    position: relative;
    max-height: var(--max-height);
    overflow: hidden;
  }
  .anniv-greetings__container:has(.anniv-greetings__button > input:checked) {
    max-height: initial;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-greetings__container .anniv-greetings__containerWrap {
    position: relative;
  }
  .anniv-greetings__container .anniv-greetings__more {
    position: absolute;
    top: var(--max-height);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, #fff));
    background-image: linear-gradient(transparent, #fff 65%);
    height: calc(clamp(0px, round(up, 100% - var(--max-height), 1px), 1px) * 60);
  }
  .anniv-greetings__container .anniv-greetings__more:has(.anniv-greetings__button > input:checked) {
    display: none;
  }
  .anniv-greetings__container .anniv-greetings__button {
    background-color: #B24554;
    color: #fff;
    padding: 12px 18px;
    line-height: 1;
    border-radius: 50px;
  }
  .anniv-greetings__container .anniv-greetings__button > input {
    display: none;
  }
}

.anniv-greetings__text {
  margin-top: 60px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.anniv-greetings__name {
  font-size: 28px;
  margin-left: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.anniv-gallery {
  background-color: #F4EBD9;
  padding: 108px 0 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1079px) {
  .anniv-gallery {
    padding: 60px 0;
  }
}
.anniv-gallery:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60px;
  display: block;
  background-color: #fff;
}

.gallery-splide {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .gallery-splide {
    margin-top: 30px;
  }
}

.anniv-gallery__item {
  pointer-events: none;
}

.anniv-gallery__img {
  height: 100%;
}

.anniv-ribbon02 {
  pointer-events: none;
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .anniv-ribbon02 {
    top: 200px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .anniv-ribbon02 {
    top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .anniv-ribbon02 {
    top: 230px;
  }
}

.anniv-ribbon03 {
  pointer-events: none;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .anniv-ribbon03 {
    bottom: -9%;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-ribbon03 {
    bottom: -2%;
  }
}

.anniv-history {
  position: relative;
  padding: 120px 0 140px;
}
@media screen and (max-width: 1079px) {
  .anniv-history {
    padding: 60px 0;
  }
}
.anniv-history:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: hsl(199, 100%, 94%);
  background-image: radial-gradient(at 1% 26%, hsl(289, 100%, 94%) 0px, transparent 50%), radial-gradient(at 28% 22%, hsl(200, 0%, 100%) 0px, transparent 50%), radial-gradient(at 75% 62%, hsl(336, 100%, 96%) 0px, transparent 50%), radial-gradient(at 99% 39%, hsl(199, 100%, 94%) 0px, transparent 50%), radial-gradient(at 15% 75%, hsl(201, 100%, 90%) 0px, transparent 50%), radial-gradient(at 57% 99%, hsl(60, 100%, 97%) 0px, transparent 50%);
}

.anniv-history__wrap {
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (min-width: 1080px) {
  .anniv-history__wrap {
    padding: 90px 60px 120px;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-history__wrap {
    padding: 40px 20px;
  }
}

.anniv-history__container {
  margin: 64px auto 0;
  width: 100%;
}

.anniv-history__section {
  width: 100%;
}
.anniv-history__section:nth-child(n+2) {
  margin-top: 60px;
}

.anniv-history__box {
  position: relative;
  z-index: 2;
}
.anniv-history__box.--first {
  height: 116px;
}
@media screen and (max-width: 767px) {
  .anniv-history__box.--first {
    height: 60px;
  }
}
.anniv-history__box:before, .anniv-history__box:after {
  content: "";
  display: inline-block;
  border-radius: 50px;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #B24554;
}
@media screen and (min-width: 1080px) {
  .anniv-history__box:before, .anniv-history__box:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.anniv-history__box:before {
  top: 0;
}
.anniv-history__box:after {
  bottom: -45px;
}
@media screen and (max-width: 1079px) {
  .anniv-history__box:after {
    bottom: -25px;
  }
}

.anniv-history__line {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 1080px) {
  .anniv-history__line {
    height: calc(100% + 45px);
  }
}
@media screen and (max-width: 1079px) {
  .anniv-history__line {
    height: calc(100% + 15px);
  }
}
.anniv-history__line:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, #B24554 5px, transparent 5px);
  background-size: 5px 10px;
  background-repeat: repeat-y;
  background-position: left bottom;
}
@media screen and (min-width: 1080px) {
  .anniv-history__line:after {
    left: calc(50% - 1px);
  }
}
@media screen and (max-width: 1079px) {
  .anniv-history__line:after {
    left: 7px;
  }
}

@media screen and (min-width: 1080px) {
  .anniv-history__dl {
    width: clamp(27.188rem, -6.563rem + 50vw, 35.938rem);
    max-width: 575px;
  }
  .anniv-history__dl:nth-of-type(n + 2) {
    margin-top: -60px;
  }
  .anniv-history__dl:nth-of-type(even) {
    margin-left: auto;
  }
  .anniv-history__dl:nth-of-type(even) .anniv-history__dd {
    padding-left: 20px;
  }
  .anniv-history__dl:nth-of-type(even) .anniv-history__read:before {
    bottom: -26px;
    right: inherit;
    left: 0;
  }
  .anniv-history__dl:nth-of-type(even) .anniv-history__read:after {
    bottom: -20px;
    right: 0;
    left: inherit;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-history__dt {
    margin-left: 30px;
  }
}
.anniv-history__dt.--single {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .anniv-history__imgWrap {
    margin: 0 auto 60px;
    padding-top: 60px;
    max-width: 342px;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-history__imgWrap {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .anniv-history__imgWrap {
    max-width: 170px;
  }
}

.anniv-history__imgWrap02 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .anniv-history__imgWrap02 {
    max-width: 124px;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-history__imgWrap02 {
    max-width: 80px;
  }
}

.anniv-history__read {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1080px) {
  .anniv-history__read {
    font-size: 22px;
    line-height: 1.818;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .anniv-history__read {
    font-size: 16px;
    line-height: 1.818;
  }
}
@media screen and (max-width: 767px) {
  .anniv-history__read {
    font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
    line-height: 1.818;
  }
}
.anniv-history__read.--center {
  text-align: center;
  padding-left: 0;
}
@media screen and (max-width: 1079px) {
  .anniv-history__read.--center {
    text-align: left;
  }
}
.anniv-history__read.--center:before, .anniv-history__read.--center:after {
  display: none;
}
.anniv-history__read.--noline:before, .anniv-history__read.--noline:after {
  display: none;
}
.anniv-history__read > span:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  background-color: #B24554;
  border-radius: 50px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1079px) {
  .anniv-history__read > span:before {
    top: 7px;
  }
}
.anniv-history__read:before, .anniv-history__read:after {
  content: "";
  display: block;
}
.anniv-history__read:before {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #B24554;
  border-radius: 50px;
  position: absolute;
  bottom: -26px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1079px) {
  .anniv-history__read:before {
    bottom: -17px;
    left: -29px;
  }
}
.anniv-history__read:after {
  height: 1px;
  position: absolute;
  background-color: #B24554;
}
@media screen and (min-width: 1080px) {
  .anniv-history__read:after {
    width: 100%;
    bottom: -20px;
    left: 0;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-history__read:after {
    width: calc(100% + 20px);
    bottom: -10px;
    left: -22px;
  }
}

.anniv-history__text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  max-width: 400px;
}
.anniv-history__text:nth-child(n+2) {
  margin-top: 20px;
}

.anniv-history__dd {
  padding-top: 20px;
}
@media screen and (max-width: 1079px) {
  .anniv-history__dd {
    padding-top: 12px;
    margin-left: 50px;
    margin-bottom: 30px;
  }
}

.anniv-history__wrap {
  display: block;
  width: 100%;
}

.anniv-history__year {
  font-size: 100px;
  color: #B24554;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .anniv-history__year {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  .anniv-history__year {
    font-size: 40px;
    margin-left: 20px;
  }
}

.anniv-history__txt {
  font-size: 18px;
  line-height: 24px;
}
.anniv-history__txt:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .anniv-history__txt {
    font-size: 14px;
    line-height: 20px;
  }
  .anniv-history__txt:nth-child(n+2) {
    margin-top: 12px;
  }
}

.anniv-campaign {
  background-color: #F4EBD9;
  padding: 150px 0 120px;
  z-index: 0;
}
@media screen and (max-width: 1079px) {
  .anniv-campaign {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .anniv-campaign .inner3 {
    width: 100%;
  }
}

.anniv-campaig__bnr {
  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;
  max-width: 300px;
  margin: 60px auto 0;
}

.anniv-campaign__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.anniv-campaign__link:hover {
  -webkit-box-shadow: 0px 0px 16px -6px rgba(178, 69, 84, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(178, 69, 84, 0.6);
}

.anniv-message {
  background-color: #B24554;
  padding: 150px 0 120px;
}
@media screen and (max-width: 1079px) {
  .anniv-message {
    padding: 60px 0;
  }
}

.anniv-message__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 80px auto 0;
}
@media screen and (max-width: 1079px) {
  .anniv-message__list {
    display: block;
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (min-width: 1080px) {
  .anniv-message__item:nth-child(even) {
    margin-left: 64px;
  }
  .anniv-message__item:nth-child(n+3) {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-message__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.anniv-message__mov {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1080px) {
  .anniv-message__mov {
    width: 488px;
  }
}
.anniv-message__mov iframe {
  width: 100%;
  height: 100%;
}

.anniv-message__text {
  font-size: 20px;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.anniv-message__modelWrap {
  position: relative;
}

.anniv-message__modelList {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .anniv-message__modelList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 64px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-message__modelList {
    display: block;
    margin: 30px auto 0;
  }
}
.anniv-message__modelList:before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(178, 69, 84, 0)), color-stop(10%, rgba(178, 69, 84, 0)), color-stop(80%, rgba(178, 69, 84, 0.8)), to(rgb(178, 69, 84)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(178, 69, 84, 0) 0%, rgba(178, 69, 84, 0) 10%, rgba(178, 69, 84, 0.8) 80%, rgb(178, 69, 84) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.anniv-message__modelList.active {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .anniv-message__modelList.active {
    padding-bottom: 60px;
  }
}
.anniv-message__modelList.active:before {
  background: none;
}

.anniv-message__modelItem {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 3px 3px 6px -6px rgba(30, 30, 38, 0.9);
          box-shadow: 3px 3px 6px -6px rgba(30, 30, 38, 0.9);
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1080px) {
  .anniv-message__modelItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-message__modelItem:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-message__modelItem {
    display: block;
  }
}
.anniv-message__modelItem.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  height: 0;
  margin: 0;
}

.anniv-message__modelBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  margin: 0 auto;
  z-index: 2;
}
.anniv-message__modelBtn.is-btn-hidden {
  display: none;
}
.anniv-message__modelBtn button {
  background-color: #1E1E26;
  display: block;
  margin: 0 auto;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 60px;
  text-align: center;
  width: 220px;
  font-size: 14px;
  border-radius: 60px;
}

.anniv-message__imgWrap {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .anniv-message__imgWrap {
    border-radius: 12px 0 0 12px;
    width: 246px;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-message__imgWrap {
    height: 240px;
    border-radius: 12px 12px 0 0;
  }
}

.anniv-message__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (min-width: 1080px) {
  .anniv-message__wrap {
    width: calc(100% - 246px);
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 1079px) {
  .anniv-message__wrap {
    padding: 16px;
  }
}

.anniv-message__name {
  margin: 4px auto 20px;
  font-size: 20px;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.anniv-message__read {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
}

.campaign-splide {
  margin-top: 60px;
}
@media screen and (max-width: 1079px) {
  .campaign-splide {
    margin-top: 30px;
  }
}
.campaign-splide .splide-wrapper {
  position: relative;
  z-index: 2;
}
.campaign-splide .splide__arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
@media screen and (min-width: 1080px) {
  .campaign-splide .splide__arrow.splide__arrow--prev {
    left: 0 !important;
  }
}
@media screen and (max-width: 1079px) {
  .campaign-splide .splide__arrow.splide__arrow--prev {
    left: -20px !important;
  }
}
@media screen and (min-width: 1080px) {
  .campaign-splide .splide__arrow.splide__arrow--next {
    right: 0 !important;
  }
}
@media screen and (max-width: 1079px) {
  .campaign-splide .splide__arrow.splide__arrow--next {
    right: -20px !important;
  }
}
.campaign-splide .splide__track {
  position: relative;
}
.campaign-splide .splide__slide {
  border-radius: 10px;
}
.campaign-splide .c-button.splide__arrow.--splide1 {
  mix-blend-mode: multiply;
}

.anniv-group {
  padding: 132px 0 120px;
  background-color: #fff;
}
@media screen and (max-width: 1079px) {
  .anniv-group {
    padding: 60px 0 80px;
  }
}
.anniv-group__list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .anniv-group__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (1fr)[5];
    grid-template-rows: repeat(5, 1fr);
  }
  .anniv-group__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .anniv-group__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .anniv-group__list > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .anniv-group__list > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .anniv-group__list > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .anniv-group__list > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .anniv-group__list > *:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .anniv-group__list > *:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .anniv-group__list > *:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .anniv-group__list > *:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
}
@media screen and (max-width: 767px) {
  .anniv-group__list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-rows: repeat(8, 1fr);
    gap: 30px 20px;
  }
  .anniv-group__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(11) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(12) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(13) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(14) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .anniv-group__list > *:nth-child(15) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .anniv-group__list > *:nth-child(16) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 500px) {
  .anniv-group__list {
    gap: 20px;
  }
}

.anniv-group__item {
  display: block;
  background-color: #fff;
  place-items: center;
  place-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .anniv-group__item {
    width: 220px;
  }
  .anniv-group__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 1/1/2/5;
    width: 330px;
  }
  .anniv-group__item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .anniv-group__item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .anniv-group__item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
  .anniv-group__item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 2/4/3/5;
  }
  .anniv-group__item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  .anniv-group__item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
  .anniv-group__item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4;
  }
  .anniv-group__item:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 3/4/4/5;
  }
  .anniv-group__item:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
  .anniv-group__item:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
  .anniv-group__item:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 4/3/5/4;
  }
  .anniv-group__item:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 5/1/6/5;
    width: 130px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .anniv-group__item {
    width: inherit;
  }
  .anniv-group__item:nth-child(1) {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .anniv-group__item {
    width: 100%;
    height: 66px;
  }
  .anniv-group__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
    width: 220px;
  }
  .anniv-group__item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .anniv-group__item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .anniv-group__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  .anniv-group__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
  .anniv-group__item:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
  .anniv-group__item:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
  .anniv-group__item:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
  }
  .anniv-group__item:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 5/2/6/3;
  }
  .anniv-group__item:nth-child(10) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 6/1/7/2;
  }
  .anniv-group__item:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 6/2/7/3;
  }
  .anniv-group__item:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 7/1/8/2;
  }
  .anniv-group__item:nth-child(13) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 8/1/9/3;
    width: 120px;
  }
}

.anniv-group__link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anniv-group__link:hover {
  opacity: 0.7;
}

.l-footer {
  position: relative;
  z-index: 1;
  background-color: #B24554;
  padding: 60px 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 1079px) {
  .l-footer {
    padding: 30px 0;
  }
}