@charset "UTF-8";
@-webkit-keyframes rotate-30 {
  0% {
    -webkit-transform: rotatez(-7deg);
            transform: rotatez(-7deg);
  }
  50% {
    -webkit-transform: rotatez(7deg);
            transform: rotatez(7deg);
  }
  100% {
    -webkit-transform: rotatez(-7deg);
            transform: rotatez(-7deg);
  }
}
@keyframes rotate-30 {
  0% {
    -webkit-transform: rotatez(-7deg);
            transform: rotatez(-7deg);
  }
  50% {
    -webkit-transform: rotatez(7deg);
            transform: rotatez(7deg);
  }
  100% {
    -webkit-transform: rotatez(-7deg);
            transform: rotatez(-7deg);
  }
}
body {
  background-color: #FFF9CB;
}
body.is-disable-scroll {
  overflow: hidden;
}

@media (max-width: 768px) {
  .header,
  .back-to-top {
    opacity: 0;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    pointer-events: none;
  }
  .header.is-show,
  .back-to-top.is-show {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 769px) {
  .back-to-top {
    bottom: 2.49770625rem;
  }
}

@media (min-width: 769px) {
  .wrapper {
    position: relative;
  }
  .wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.16559625rem;
    bottom: 0;
    border-left: 1.248853125rem solid #D7000F;
  }
  .wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.16559625rem;
    bottom: 0;
    border-right: 1.248853125rem solid #D7000F;
  }
}

.main {
  overflow: hidden;
  position: relative;
  background-color: #FFF9CB;
}
.main.is-show .key__content,
.main.is-show .section-anchor {
  opacity: 1;
  pointer-events: auto;
}

.lottie-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.lottie-container svg {
  width: 100%;
}

.key {
  padding-block: 38.375rem 1.75rem;
}
.key__content {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  pointer-events: none;
}
.key__slider {
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.key__slider .item {
  width: 34.25rem;
  margin-right: -3.125rem !important;
}
.key__slider .item img {
  -webkit-animation: 1s rotate-30 steps(1, start) infinite;
          animation: 1s rotate-30 steps(1, start) infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.key__logo {
  width: 13.0625rem;
  display: none;
}
.key__ttl {
  margin-top: 0.9375rem;
  width: 40.125rem;
  display: none;
}
.key__date {
  margin-top: -0.625rem;
}
.key__date img {
  width: 100%;
}
.key__close {
  margin-block: 1.375rem 4.375rem;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  20% {
    -webkit-transform: translateY(-3px) rotate(-2deg);
            transform: translateY(-3px) rotate(-2deg);
  }
  40% {
    -webkit-transform: translateY(1px) rotate(1.5deg);
            transform: translateY(1px) rotate(1.5deg);
  }
  60% {
    -webkit-transform: translateY(-2px) rotate(-1deg);
            transform: translateY(-2px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translateY(1px) rotate(1deg);
            transform: translateY(1px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  20% {
    -webkit-transform: translateY(-3px) rotate(-2deg);
            transform: translateY(-3px) rotate(-2deg);
  }
  40% {
    -webkit-transform: translateY(1px) rotate(1.5deg);
            transform: translateY(1px) rotate(1.5deg);
  }
  60% {
    -webkit-transform: translateY(-2px) rotate(-1deg);
            transform: translateY(-2px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translateY(1px) rotate(1deg);
            transform: translateY(1px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes up-down {
  0%, 100% {
    -webkit-transform: translateY(-0.16651375rem);
            transform: translateY(-0.16651375rem);
  }
  50% {
    -webkit-transform: translateY(0.3330275rem);
            transform: translateY(0.3330275rem);
  }
}
@keyframes up-down {
  0%, 100% {
    -webkit-transform: translateY(-0.16651375rem);
            transform: translateY(-0.16651375rem);
  }
  50% {
    -webkit-transform: translateY(0.3330275rem);
            transform: translateY(0.3330275rem);
  }
}
.key__left, .key__right {
  width: calc(50% - 24.560778125rem);
  position: fixed;
  top: 0;
  height: 100vh;
  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;
}
@media (max-width: 768px) {
  .key__left, .key__right {
    display: none;
  }
}

.key__left {
  left: 0;
}
.key__left--logo {
  width: 26.392429375rem;
}
.key__left--ttl {
  margin-top: 2.9972475rem;
  width: 40.12981375rem;
  position: relative;
}
.key__left--ttl:before, .key__left--ttl:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 3.746559375rem;
  height: 3.82981625rem;
  background: url("../img/event/key_ttl_pc-right.png") no-repeat center/contain;
  top: 9.907568125rem;
  -webkit-animation: blink 1s linear infinite;
          animation: blink 1s linear infinite;
}
.key__left--ttl:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 2.414449375rem;
}
.key__left--ttl:after {
  right: 2.49770625rem;
}
.key__left--date {
  width: 30.888300625rem;
  margin-top: 1.998165rem;
}
.key__left--deco {
  width: 17.6504575rem;
  position: relative;
  margin-top: 3.913073125rem;
  margin-right: -1.33211rem;
}
.key__left--deco:before, .key__left--deco:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.key__left--deco:before {
  content: "";
  width: 6.3275225rem;
  height: 5.078669375rem;
  background: url("../img/event/key_deco_pc2.png") no-repeat center/contain;
  top: 3.247018125rem;
  left: 5.6614675rem;
  z-index: 1;
  -webkit-animation: 1.5s up-down steps(1, start) infinite;
          animation: 1.5s up-down steps(1, start) infinite;
}
.key__left--deco:after {
  width: 10.740136875rem;
  height: 18.233255625rem;
  background: url("../img/event/key_deco_pc3.png") no-repeat center/contain;
  top: -1.33211rem;
  left: -1.581880625rem;
}
.key__left--deco img {
  position: relative;
  z-index: 2;
}

.key__right {
  right: 0;
  overflow: hidden;
}
.key__right .key__nav {
  background: url("../img/event/key_nav_bg.png") no-repeat center center;
  background-size: 100%;
  width: 28.9733925rem;
  height: 44.9587125rem;
  min-height: 44.9587125rem;
  padding-top: 7.243348125rem;
  padding-left: 4.3293575rem;
  margin-left: 2.83073375rem;
  margin-top: 4.579128125rem;
  position: relative;
}
.key__right .key__nav:before, .key__right .key__nav:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.key__right .key__nav:before {
  background: url("../img/event/key_deco3_pc1.png") no-repeat center center;
  background-size: contain;
  top: -1.914908125rem;
  left: -1.6651375rem;
  width: 7.49311875rem;
  height: 9.408026875rem;
  -webkit-animation: 2s rotate-15 steps(1, start) infinite;
          animation: 2s rotate-15 steps(1, start) infinite;
}
.key__right .key__nav:after {
  background: url("../img/event/key_deco3_pc2.png") no-repeat center center;
  background-size: contain;
  top: -6.82706375rem;
  left: 5.49495375rem;
  width: 8.9917425rem;
  height: 9.82431125rem;
  -webkit-animation: 2s rotate-15 1s steps(1, start) infinite;
          animation: 2s rotate-15 1s steps(1, start) infinite;
}
.key__right .key__nav li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  list-style: none;
  font-size: 1.998165rem;
  line-height: 7.326605rem;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.key__right .key__nav li a {
  text-decoration: none;
  color: inherit;
}
.key__right .key__nav li a:before {
  content: "▶︎ ";
  color: #D7000F;
}
.key__right .key__deco {
  width: 22.14632875rem;
  margin-top: 6.49403625rem;
  margin-left: 2.66422rem;
  position: relative;
}
.key__right .key__deco:before, .key__right .key__deco:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.key__right .key__deco:before {
  top: 2.3311925rem;
  left: 10.49036625rem;
  width: 2.747476875rem;
  height: 2.580963125rem;
  background: url("../img/event/key_deco2_pc2.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 steps(1, start) infinite;
          animation: 2s rotate-15 steps(1, start) infinite;
}
.key__right .key__deco:after {
  bottom: 4.49587125rem;
  left: 8.242430625rem;
  width: 5.32844rem;
  height: 8.075916875rem;
  background: url("../img/event/key_deco2_pc3.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 1s steps(1, start) infinite;
          animation: 2s rotate-15 1s steps(1, start) infinite;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: -1;
}

.key__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #CC0000;
  z-index: 10;
  padding: 0.3330275rem 0.915825625rem 0.3330275rem 2.16467875rem;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.key__bottom.is-show {
  opacity: 1;
}
.key__bottom .logo img {
  width: 5.994495rem;
  -webkit-transform: translateY(-0.16651375rem);
          transform: translateY(-0.16651375rem);
}
.key__bottom .copy-right {
  font-size: 1.0407109375rem;
  color: #fff;
  text-align: right;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.36;
}

.section-anchor {
  background-color: #fff;
  padding: 3.5rem 0 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.section-anchor__title {
  width: 32.84375rem;
}
.section-anchor__items {
  margin-top: 1.0625rem;
  background-color: #FFCA74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.section-anchor__items:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FAD7E4;
}
.section-anchor__items .item {
  width: 50%;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  position: relative;
}
.section-anchor__items .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  opacity: 0;
}
.section-anchor__items .item:nth-child(1) {
  background-color: #D7000F;
}
.section-anchor__items .item:nth-child(2) {
  background-color: #FFC400;
}
.section-anchor__items .item:nth-child(3) {
  background-color: #B2E27C;
}
.section-anchor__items .item:nth-child(4) {
  background-color: #FAD7E4;
}
@media (hover: hover) {
  .section-anchor__items .item:hover:after {
    opacity: 0.2;
  }
}

.section01 {
  background-color: #FFF9CB;
  margin-top: -1px;
  position: relative;
}
.section01__trigger {
  position: absolute;
  top: 0;
}
.section01__inner {
  position: relative;
  padding: 5.875rem 0 15.375rem;
}
.section01__inner:before, .section01__inner:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.section01__inner:before {
  bottom: 7.75rem;
  left: 4.8125rem;
  background: url("../img/event/sec1_deco1.png") no-repeat center/contain;
  width: 6.125rem;
  height: 6.4375rem;
  -webkit-animation: 2s rotate-15 steps(1, start) infinite;
          animation: 2s rotate-15 steps(1, start) infinite;
}
.section01__inner:after {
  bottom: 9.0625rem;
  right: 2.9375rem;
  width: 10.875rem;
  height: 8.75rem;
  background: url("../img/event/sec1_deco2.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 1s steps(1, start) infinite;
          animation: 2s rotate-15 1s steps(1, start) infinite;
}
.section01__title {
  width: 32rem;
  opacity: 0;
}
.section01__txt {
  text-align: center;
  color: #D7000F;
  font-size: 2rem;
  font-weight: 900;
  margin-top: 2.875rem;
  opacity: 0;
}
.section01__sub-title {
  margin-top: 1.75rem;
  position: relative;
  opacity: 0;
}
.section01__sub-title:before, .section01__sub-title:after {
  content: "";
  position: absolute;
}
.section01__sub-title:before {
  left: 2.3125rem;
  bottom: 0;
  width: 8.1875rem;
  height: 7.1875rem;
  background: url("../img/event/sec1_ico01.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 steps(1, start) infinite;
          animation: 2s rotate-15 steps(1, start) infinite;
}
.section01__sub-title:after {
  top: -1.125rem;
  right: 2.5rem;
  width: 9.5rem;
  height: 7rem;
  background: url("../img/event/sec1_ico02.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 1s steps(1, start) infinite;
          animation: 2s rotate-15 1s steps(1, start) infinite;
}
.section01__desc {
  width: 39.0625rem;
  border-radius: 4.8125rem;
  background-color: #fff;
  margin: 2rem auto 4.8125rem;
  font-size: 1.625rem;
  line-height: 2.6923076923;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-block: 3.875rem 4.625rem;
  letter-spacing: 0.116em;
  opacity: 0;
}
.section01__desc:before, .section01__desc:after {
  content: "";
  position: absolute;
}
.section01__desc:before {
  bottom: -3.3125rem;
  left: -2.5rem;
  width: 7.9375rem;
  height: 10.8125rem;
  background: url("../img/event/sec1_ico03.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 1s steps(1, start) infinite;
          animation: 2s rotate-15 1s steps(1, start) infinite;
}
.section01__desc:after {
  top: -1.5625rem;
  right: -2.8125rem;
  width: 8.0625rem;
  height: 9.5rem;
  background: url("../img/event/sec1_ico04.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 1.5s steps(1, start) infinite;
          animation: 2s rotate-15 1.5s steps(1, start) infinite;
}
.section01__desc span {
  display: block;
  position: relative;
}
.section01__desc span:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 5rem;
  right: 3.375rem;
  height: 0.25rem;
  background: url("../img/common/ico_dot.svg") repeat-x left bottom/auto 100%;
  opacity: 0.31;
}
.section01__slider {
  width: 33.75rem;
  margin-inline: auto;
}
.section01__slider .item {
  width: 33.75rem;
  height: 22.8125rem;
  border-radius: 3.375rem;
  margin-right: 3.125rem !important;
  overflow: hidden;
}
.section01__slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section01__slider .splide__pagination {
  bottom: -3.75rem;
}

.section02 {
  position: relative;
  padding-top: 3.75rem;
  background-color: #FCE1DD;
}
.section02__title {
  width: 37.25rem;
  position: absolute;
  top: -4.1875rem;
  left: 0;
  right: 0;
  z-index: 1;
  margin-inline: auto;
}
.section02 .row {
  padding-inline: 4rem;
}
.section02 .row .row__title {
  position: absolute;
  top: -3.375rem;
  left: -0.375rem;
  width: 39.625rem;
}
.section02 .row .box {
  background-color: #fff;
  border-radius: 3.4375rem;
  position: relative;
  text-align: center;
}
.section02 .row .box__label {
  padding: 0.1875rem 2.3125rem 0.25rem;
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  color: #D7000F;
  background-color: #FFF9CB;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
          clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
}
.section02 .row .box__label .price {
  display: block;
  font-size: 2.125rem;
  line-height: 1.0294117647;
  letter-spacing: 0.031em;
}
.section02 .row .box__note {
  font-size: 1.4375rem;
  line-height: 1.9130434783;
  font-weight: 500;
  color: #D7000F;
}
.section02 .row01 {
  background-color: #FCE1DD;
  padding-block: 9.5rem 4.25rem;
}
.section02 .row01 .box {
  padding-block: 9.9375rem 2.8125rem;
  position: relative;
}
.section02 .row01 .box .box__title {
  font-size: 3.75rem;
  line-height: 1.2833333333;
  letter-spacing: 0.033em;
  font-weight: bold;
}
.section02 .row01 .box .box__label {
  margin-top: 0.8125rem;
  position: relative;
  z-index: 1;
}
.section02 .row01 .box .box__slider {
  margin-top: -8.5625rem;
}
.section02 .row01 .box .box__slider .item img {
  width: 100%;
}
.section02 .row01 .box .box__slider .slick-dots {
  margin: -7.0625rem 0 0;
}
.section02 .row01 .box .box__slider .slick-arrow {
  top: calc(50% + 3.625rem);
}
.section02 .row01 .box .box__text {
  margin-top: 2.125rem;
  font-size: 1.625rem;
  line-height: 1.6923076923;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.section02 .row01 .box .box__text span {
  margin-left: -1.125rem;
}
.section02 .row01 .box .box__note {
  margin-top: 2.8125rem;
}
.section02 .row02 {
  background-color: #FAE2BC;
  padding-block: 6.3125rem 4.75rem;
}
.section02 .row02 .row__title {
  top: -1.5rem;
}
.section02 .row02 .box {
  padding: 13.5rem 0 3.875rem;
  position: relative;
}
.section02 .row02 .box .box__title {
  position: relative;
  padding-left: 8.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section02 .row02 .box .box__title:before, .section02 .row02 .box .box__title:after {
  position: absolute;
  left: 0;
  width: 7.125rem;
  height: 7.125rem;
}
.section02 .row02 .box .box__title:before {
  content: "";
  top: -1rem;
  background: url("../img/event/sec2_ico.png") no-repeat center/contain;
  -webkit-animation: rotate-360 8s linear infinite;
          animation: rotate-360 8s linear infinite;
}
.section02 .row02 .box .box__title:after {
  content: "イベント\a限定";
  top: -0.875rem;
  white-space: pre;
  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;
  text-align: center;
  font-size: 1.375rem;
  color: #FDEB88;
  line-height: 1.1363636364;
  font-weight: 900;
}
.section02 .row02 .box .box__title .line {
  display: block;
  color: #D7000F;
  font-weight: 700;
  text-align: left;
}
.section02 .row02 .box .box__title .line.--line01 {
  font-size: 1.375rem;
}
.section02 .row02 .box .box__title .line.--line02 {
  font-size: 3.125rem;
  letter-spacing: 0.066em;
  margin-top: 0.6875rem;
}
.section02 .row02 .box .box__label {
  margin-top: 2.5rem;
  margin-inline: auto;
  min-width: 14.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.section02 .row02 .box .box__text {
  font-size: 1.625rem;
  line-height: 1.6923076923;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.section02 .row02 .box .box__note {
  margin-top: 3rem;
}
.section02 .row02 .box--01 {
  margin-top: 0.75rem;
}
.section02 .row02 .box--01 .box__img {
  text-align: center;
  margin-top: 1rem;
  padding-left: 1.8125rem;
}
.section02 .row02 .box--01 .box__img img {
  width: 18.6875rem;
}
.section02 .row02 .box--01 .box__text {
  margin-top: 0.25rem;
}
.section02 .row02 .box--02 {
  position: relative;
  margin-top: 1.875rem;
  padding-top: 4.6875rem;
}
.section02 .row02 .box--02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.375rem;
  right: 2.375rem;
  height: 0.25rem;
  background: url("../img/event/sec2_line_box.png") repeat left bottom;
  background-size: auto 100%;
}
.section02 .row02 .box--02 .box__title .line.--line02 {
  margin-top: 0.9375rem;
}
.section02 .row02 .box--02 .box__img {
  margin: 1.875rem 0 1.125rem;
}
.section02 .row02 .box--02 .box__img img {
  width: 35.625rem;
  -webkit-transform: translateX(-0.3125rem);
          transform: translateX(-0.3125rem);
}
.section02 .row03 {
  background-color: #D2EFB0;
  padding-block: 6.25rem 6.125rem;
}
.section02 .row03 .row__title {
  top: -0.875rem;
}
.section02 .row03 .box {
  padding: 14.625rem 0 3.4375rem;
}
.section02 .row03 .box .box__ttl {
  width: 32.40625rem;
  margin-top: -0.5625rem;
}
.section02 .row03 .box .box__img1 {
  margin-top: 1.625rem;
}
.section02 .row03 .box .box__img1 img {
  width: 33.4375rem;
}
.section02 .row03 .box .box__img2 {
  width: 31rem;
  margin-top: 2.6875rem;
  margin-left: 6.25rem;
  position: relative;
}
.section02 .row03 .box .box__img2 .btn-modal {
  position: absolute;
  bottom: 3.5rem;
  left: 5rem;
  width: 20.9375rem;
}
.section02 .row03 .box .box__img3 {
  width: 31rem;
  margin-top: 2.25rem;
  margin-left: 1.125rem;
  position: relative;
}
.section02 .row03 .box .box__img3 .btn-modal {
  position: absolute;
  top: 12.4375rem;
  left: 4.875rem;
  display: inline-block;
  vertical-align: top;
  font-size: 1.3125rem;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
  color: #000;
}
.section02 .row03 .box .box__img3 .btn-modal:after {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
}
.section02 .row04 {
  background-color: #FAD7E4;
  padding-block: 6.5rem 4rem;
}
.section02 .row04 .row__title {
  top: -1.25rem;
}
.section02 .row04 .box {
  padding-block: 14.75rem 4.875rem;
}
.section02 .row04 .box .box__title {
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.037em;
  font-weight: 900;
  color: #D7000F;
}
.section02 .row04 .box .box__ttl {
  width: 31.75rem;
}
.section02 .row04 .box .box__text {
  background: url("../img/event/sec2_line.png") repeat center bottom;
  background-size: 31.5rem;
  max-width: 31.375rem;
  margin-top: 1.5rem;
  margin-inline: auto;
  font-size: 1.625rem;
  line-height: 1.9230769231;
  white-space: nowrap;
  font-weight: 500;
}
.section02 .row04 .box .box__text .spacing {
  letter-spacing: -0.05em;
}
.section02 .row04 .box--01 .box__img {
  margin-top: 2.125rem;
}
.section02 .row04 .box--01 .box__img img {
  width: 100%;
}
.section02 .row04 .box--01 .box__title {
  margin-top: 4.1875rem;
}
.section02 .row04 .box--02 {
  margin-top: -0.4375rem;
}
.section02 .row04 .box--02 .box__title {
  margin-top: -1.8125rem;
  line-height: 1.5333333333;
}
.section02 .row04 .box--02 .box__text {
  max-width: 33.4375rem;
}

.section03 {
  background-color: #fff;
}
.section03 .inner {
  background-color: #DFE9FC;
  padding: 6.25rem 4rem 4.25rem;
}
.section03__title {
  width: 40.875rem;
  position: absolute;
  top: -1.25rem;
  left: -1rem;
}
.section03 .box {
  background-color: #fff;
  border-radius: 3.4375rem;
  padding-block: 14.25rem 2.625rem;
  position: relative;
}
.section03 .box .box__title {
  font-size: 2.625rem;
  line-height: 1.4285714286;
  letter-spacing: -0.047em;
  text-align: left;
  position: relative;
  z-index: 1;
}
.section03 .box .box__label {
  width: 21.5rem;
  margin-bottom: 5.1875rem;
}
.section03 .box .box__ttl {
  margin-top: 8rem;
  text-align: center;
}
.section03 .box .box__ttl img {
  width: 14.1875rem;
}
.section03 .box .box__ttl span {
  margin-top: 0.875rem;
  display: block;
  font-size: 1.9375rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 900;
  color: #D7000F;
}
.section03 .box .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.5625rem;
  margin-inline: auto;
}
.section03 .box--01 {
  position: relative;
}
.section03 .box--01 .group {
  width: 31.625rem;
  position: relative;
}
.section03 .box--01 .box__img {
  width: 21.6875rem;
  position: absolute;
  top: -4.0625rem;
  right: -3.625rem;
}
.section03 .box--02 {
  position: relative;
}
.section03 .box--02 .group {
  padding-right: 0.5rem;
}
.section03 .box--02 .box__label {
  margin-block: 3.375rem 1rem;
}
.section03 .box--02 .box__img {
  width: 13.375rem;
}

.section04 {
  background-color: #fff;
  padding-bottom: 4.6875rem;
}
.section04__box {
  background-color: #FFF9CB;
  padding: 4.125rem 0 1.875rem;
  position: relative;
}
.section04__box .box__title {
  position: relative;
}
.section04__box .box__title img {
  width: 100%;
}
.section04__box .box__title:before, .section04__box .box__title:after {
  content: "";
  position: absolute;
}
.section04__box .box__title:before {
  top: -1.5rem;
  left: 1.125rem;
  width: 6.5rem;
  height: 6.9375rem;
  background: url("../img/event/sec4_deco1.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 steps(1, start) infinite;
          animation: 2s rotate-15 steps(1, start) infinite;
}
.section04__box .box__title:after {
  top: -1.125rem;
  right: 2.375rem;
  width: 5.75rem;
  height: 6.875rem;
  background: url("../img/event/sec4_deco2.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 1s steps(1, start) infinite;
          animation: 2s rotate-15 1s steps(1, start) infinite;
}
.section04__box .box__txt {
  text-align: center;
  font-size: 1.8125rem;
  line-height: 1.6896551724;
  font-weight: 900;
  color: #D7000F;
  margin-top: 2rem;
  letter-spacing: -0.015em;
}
.section04__box .box__img {
  margin-top: -3.75rem;
  position: relative;
}
.section04__box .box__img img {
  width: 100%;
}
.section04__box .box__img .btn {
  position: absolute;
  width: 15.78125rem;
  top: 6.75rem;
  right: 5.9375rem;
}
.section04__img {
  display: block;
  margin-top: 4.3125rem;
  width: 39rem;
  margin-inline: auto;
}
.section04__img .title img {
  width: 100%;
}
.section04__img .banner {
  margin-top: 1.625rem;
}
.section04__img .banner img {
  width: 100%;
}
.section04__post {
  background-color: rgba(210, 239, 176, 0.48);
  padding: 1.9375rem 2.4375rem 2.75rem;
  position: relative;
  margin-top: 4.25rem;
  width: 39rem;
  margin-inline: auto;
  display: block;
  text-decoration: none;
  color: inherit;
}
.section04__post .title img {
  width: 34rem;
}
.section04__post .txt {
  margin-top: 1.6875rem;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  font-weight: 700;
  letter-spacing: -0.026em;
}
.section04__post .image {
  position: absolute;
  top: 2rem;
  right: 1.25rem;
}
.section04__post .image__photo img {
  width: 12.625rem;
  -webkit-animation: 2s rotate-15 1s steps(1, start) infinite;
          animation: 2s rotate-15 1s steps(1, start) infinite;
}
.section04__post .image__btn {
  margin-top: 1.6875rem;
  padding-left: 0.5rem;
}
.section04__post .image__btn img {
  width: 10.3125rem;
}

.access {
  background-color: #87D7ED;
  padding: 4.25rem 3.0625rem 3.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.access:before, .access:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.access:before {
  top: 2.625rem;
  left: 2.625rem;
  background: url("../img/event/access_deco1.png") no-repeat center center/contain;
  width: 6.4375rem;
  height: 6.4375rem;
  -webkit-animation: rotate-360 8s linear infinite;
          animation: rotate-360 8s linear infinite;
}
.access:after {
  top: 7.375rem;
  right: 0;
  background: url("../img/event/access_deco2.png") no-repeat center center/contain;
  width: 10.75rem;
  height: 8.75rem;
  -webkit-animation: 2s rotate-15 steps(1, start) infinite;
          animation: 2s rotate-15 steps(1, start) infinite;
}
.access .inner {
  background-color: #fff;
  border-radius: 3.125rem;
  padding: 3.625rem 4.3125rem 7.0625rem;
}
.access .inner:after {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0.3125rem;
  right: 5.375rem;
  background: url("../img/event/access_deco3.png") no-repeat center center/contain;
  width: 6.875rem;
  height: 7.125rem;
  -webkit-animation: 2s rotate-15 steps(1, start) infinite;
          animation: 2s rotate-15 steps(1, start) infinite;
}
.access__subtitle {
  margin-top: 4.125rem;
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  font-weight: bold;
}
.access__txt01, .access__txt02 {
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 500;
  letter-spacing: -0.015em;
}
.access__txt01 {
  margin-top: 1.5625rem;
}
.access__txt02 {
  margin-top: 1.375rem;
}
.access__map {
  margin-top: 2.1875rem;
  margin-inline: -2.5rem;
  height: 27.9375rem;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.access__row {
  margin-top: 5.8125rem;
  position: relative;
}
.access__img {
  margin-top: 3.0625rem;
}

.question {
  margin-top: -1px;
  padding: 1.9375rem 0 14.5rem;
  position: relative;
  background: url("../img/event/question_deco3.png") #87D7ED no-repeat bottom 3.4375rem right 6.5rem/21.5rem;
}
.question:before, .question:after {
  content: "";
  position: absolute;
  pointer-events: none;
  height: 6.75rem;
}
.question:before {
  bottom: 6.3125rem;
  left: 4.875rem;
  width: 5.375rem;
  background: url("../img/common/question_deco1.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 steps(1, start) infinite;
          animation: 2s rotate-15 steps(1, start) infinite;
}
.question:after {
  bottom: 8.9375rem;
  left: 12.8125rem;
  width: 6.125rem;
  background: url("../img/common/question_deco2.png") no-repeat center/contain;
  -webkit-animation: 2s rotate-15 steps(1, start) infinite;
          animation: 2s rotate-15 steps(1, start) infinite;
}
.question__item_q {
  padding-right: 7rem;
  font-size: 1.625rem;
  line-height: 2.375rem;
}
.question__item_a {
  padding-left: 2.875rem;
  padding-block: 0.625rem;
  font-weight: 900;
  line-height: 1.7272727273;
}

.sozo-box {
  background-color: #083359;
  color: #fff;
}
.sozo-box .inner {
  padding-block: 3.8125rem 3.9375rem;
  padding-inline: 13.0625rem 6.25rem;
  min-height: 21.375rem;
  position: relative;
}
.sozo-box__title {
  font-size: 1.375rem;
  line-height: 2.75rem;
  letter-spacing: 0.058em;
  font-weight: 900;
}
.sozo-box__title strong {
  margin-top: 0.25rem;
  display: block;
  font-size: 200%;
}
.sozo-box__logo {
  position: absolute;
  top: 2.625rem;
  left: 3.3125rem;
  width: 7.5rem;
}
.sozo-box__sns {
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.sozo-box__sns .sns__ttl {
  width: 19.375rem;
}
.sozo-box__sns .sns__icon {
  width: 5.125rem;
}

.sns-box {
  background-color: #fff;
  padding: 5.1875rem 3.1875rem 3.875rem 3.8125rem;
}
.sns-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
.sns-box__img {
  width: 16.0625rem;
}
.sns-box__group {
  width: 22.375rem;
}
.sns-box__list {
  width: 22.375rem;
  margin-top: 3rem;
  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: 1.0625rem;
}
.sns-box__list li {
  width: 4.125rem;
  list-style: none;
}
.sns-box__list li a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .sns-box__list li a:hover {
    opacity: 0.7;
  }
}

.footer {
  background-color: #87D7ED;
  margin-top: -1.8125rem;
  width: 100%;
}
.footer .logo {
  background-color: #CC0000;
  padding-block: 1.875rem;
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .footer .logo {
    opacity: 0;
  }
}
.footer .logo img {
  width: 18.3125rem;
}

.modal.modal-rules-size {
  width: 100%;
  max-width: 46.875rem;
  border-width: 1.1875rem;
}
.modal.modal-rules-size .close-modal {
  top: 1.375rem;
  right: 2.125rem;
}
.modal.modal-letter-pack {
  padding-block: 10.125rem 6.5625rem;
}
.modal.modal-letter-pack .modal__text {
  margin: 1.875rem 0 5.6875rem;
  line-height: 1.5769230769;
}
.modal.modal-letter-pack .modal__table {
  margin: 3.25rem auto 0;
}