@charset "UTF-8";
.wrapper.home .main-content {
  padding-bottom: 0;
}
.wrapper.home .p-footer {
  background-color: #f3f3f2;
}
@media screen and (min-width: 768px) {
  .wrapper.home .p-footer {
    padding-top: 2.8125rem;
  }
}
.wrapper.home .p-footer::before {
  display: none;
}

.p-mv {
  position: relative;
}
.p-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.sns-info {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.4375rem;
  text-align: center;
  z-index: 50;
}
.sns-info__label {
  color: #dd4d1b;
  font-family: var(--font-en);
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 0.3125rem;
}
.sns-info__btn {
  border: 2px solid #000;
  border-radius: 3.125rem;
  color: #000;
  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;
  font-family: var(--font-en);
  font-size: 2.25rem;
  font-weight: 400;
  margin: 0 auto;
  height: 3.875rem;
  width: 18.4375rem;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.sns-info__btn:hover {
  background-color: #000;
  color: #fff;
}
.sns-info__btn:hover::before {
  border-color: #fff;
}
.sns-info__btn:hover .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sns-info__btn::before {
  content: "";
  background: url("../../images/common/icon_x_circle.svg") no-repeat center/contain;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 2.3125rem;
  width: 2.3125rem;
  margin-right: 1.0625rem;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.sns-info__btn .icon {
  background: url("../../images/common/icon_a.svg") no-repeat center/contain;
  height: 1.625rem;
  width: 1.625rem;
  margin-right: 0.4375rem;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.p-schedule {
  padding: 2.875rem 0 calc(4.0625rem + var(--offset-top));
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    padding: 3.75rem 0 calc(4.5rem + var(--offset-top));
  }
}
.p-schedule::before {
  content: "";
  background-color: #f3f3f2;
  -webkit-mask: url("../../images/common/bg_mask.svg") no-repeat left top;
          mask: url("../../images/common/bg_mask.svg") no-repeat left top;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  height: var(--offset-top);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 1px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-schedule .ly-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-schedule__head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 15.25rem;
    padding-right: 2rem;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__head {
    margin-bottom: 3.3125rem;
    text-align: center;
  }
}
.p-schedule__head img {
  width: 30.9375rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__head img {
    width: 21.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-schedule__side {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.25rem;
  }
}
.p-schedule__note {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.055em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-schedule__note {
    font-size: 0.875rem;
  }
}
.p-schedule .schedule-box {
  background-color: #fff;
  border-radius: 25rem;
  margin-bottom: 2.5rem;
  padding: 4.1875rem 2.0625rem 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box {
    border-radius: 31.25rem;
    padding: 2.0625rem 1.5625rem 5.75rem;
  }
}
.p-schedule .schedule-box.schedule-box--first {
  padding-bottom: 9.125rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box.schedule-box--first {
    margin-bottom: 3.75rem;
    padding-bottom: 9.375rem;
  }
}
.p-schedule .schedule-box.is-closed {
  position: relative;
}
.p-schedule .schedule-box.is-closed::before {
  content: "終了しました";
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.095;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box.is-closed::before {
    font-size: 2.25rem;
  }
}
.p-schedule .schedule-box.is-closed::after {
  content: "";
  background-color: #fff;
  border-radius: 31.25rem;
  opacity: 0.85;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.p-schedule .schedule-box__head {
  margin-bottom: 0.9375rem;
  position: relative;
  text-align: center;
  z-index: 5;
}
.p-schedule .schedule-box__sub {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box__sub {
    font-size: 0.8125rem;
  }
}
.p-schedule .schedule-box__ttl {
  font-family: var(--font-en);
  font-size: 3.9375rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box__ttl {
    font-size: 3.125rem;
  }
}
.p-schedule .schedule-box__content {
  line-height: 1.48;
  margin-bottom: 2.125rem;
  text-align: center;
}
.p-schedule .schedule-box__content:last-child {
  margin-bottom: 0;
}
.p-schedule .schedule-box__content dt {
  color: #7f7f7f;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box__content dt {
    font-size: 0.9375rem;
    margin-bottom: 0.3125rem;
  }
}
.p-schedule .schedule-box__content dd {
  font-size: 1.875rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box__content dd {
    font-size: 1.125rem;
  }
}
.p-schedule .schedule-box__content dd:not(:last-child) {
  border-bottom: 0.125rem dotted #000;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box__content dd:not(:last-child) {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.p-schedule .schedule-box__content dd .big-txt {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box__content dd .big-txt {
    font-size: 1.6875rem;
  }
}
.p-schedule .schedule-box__content dd .medium-txt {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box__content dd .medium-txt {
    font-size: 1.5rem;
  }
}
.p-schedule .schedule-box__content dd .small-txt {
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0.8;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box__content dd .small-txt {
    font-size: 0.75rem;
  }
}
.p-schedule .schedule-box__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4375rem;
  font-size: 1.4375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .schedule-box__nav {
    gap: 1.8125rem;
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.p-schedule .schedule-box__nav a {
  color: #dd4d1b;
}
.p-schedule .schedule-box__nav a::before {
  content: "＞";
}
.p-schedule .cf-box {
  border: 0.1875rem solid #dd4d1b;
  border-radius: 1.875rem;
  color: #dd4d1b;
  margin: 4.0625rem auto 0;
  max-width: 31.875rem;
  padding: 2.0625rem 0.9375rem 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-schedule .cf-box {
    max-width: 24.4375rem;
    padding: 1.875rem 0.9375rem;
  }
}
.p-schedule .cf-box__head {
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .cf-box__head {
    margin-bottom: 1.125rem;
  }
}
.p-schedule .cf-box__sub {
  font-size: 1.25rem;
  letter-spacing: 0.37em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-schedule .cf-box__sub {
    font-size: 0.8125rem;
  }
}
.p-schedule .cf-box__ttl {
  font-family: var(--font-en);
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-schedule .cf-box__ttl {
    font-size: 3.125rem;
  }
}
.p-schedule .cf-box__txt {
  font-size: 1.625rem;
  line-height: 1.45;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-schedule .cf-box__txt {
    font-size: 1.25rem;
  }
}
.p-schedule .cf-box__txt small {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-schedule .cf-box__txt small {
    font-size: 1rem;
  }
}

.p-greeting {
  background-color: #fff;
  padding-block: 4.0625rem calc(4.75rem + var(--offset-top));
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-greeting {
    padding-block: 6.25rem calc(7.3125rem + var(--offset-top));
  }
}
.p-greeting::before {
  content: "";
  background-color: #fff;
  -webkit-mask: url("../../images/common/bg_mask.svg") no-repeat left top;
          mask: url("../../images/common/bg_mask.svg") no-repeat left top;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  height: var(--offset-top);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 1px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-greeting .ly-wrapper {
    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: 4.25rem;
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-greeting__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__ttl {
    margin-bottom: 3.0625rem;
    text-align: center;
  }
}
.p-greeting__ttl img {
  width: 41.4375rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__ttl img {
    width: 30.4375rem;
  }
}
.p-greeting__txt {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-greeting__txt {
    font-size: 1.1875rem;
    line-height: 2.315;
    letter-spacing: 0.05em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 31.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__txt {
    text-align: justify;
  }
}

.p-group {
  padding-block: 3.25rem calc(6.875rem + var(--offset-top));
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-group {
    padding-block: 2.6875rem calc(8rem + var(--offset-top));
  }
}
.p-group::before {
  content: "";
  background-color: #f3f3f2;
  -webkit-mask: url("../../images/common/bg_mask.svg") no-repeat left top;
          mask: url("../../images/common/bg_mask.svg") no-repeat left top;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  height: var(--offset-top);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 1px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-group .ly-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-group__side {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: sticky;
    top: 9.375rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-group__side {
    margin-bottom: 5.75rem;
  }
}
.p-group__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-group__img {
    text-align: center;
  }
}
.p-group__img img {
  width: 30.125rem;
}
@media screen and (min-width: 768px) {
  .p-group__img img {
    width: 23.75rem;
  }
}
.p-group__img-gif {
  background: url("../../images/home/gif_bg.png") no-repeat center/cover;
  position: absolute;
  top: 11rem;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15.125rem;
  aspect-ratio: 279/264;
}
@media screen and (min-width: 768px) {
  .p-group__img-gif {
    top: 8.75rem;
    width: 11.875rem;
  }
}
.p-group__img-gif img {
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .p-group__img-gif img {
    width: 11.875rem;
  }
}
.p-group .group-item {
  margin-bottom: 6.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-group .group-item--gift {
    --title-size: 8.6875rem;
  }
  .p-group .group-item--highlight {
    --title-size: 21.1875rem;
  }
  .p-group .group-item--goods {
    --title-size: 12.6875rem;
  }
  .p-group .group-item--ticket {
    --title-size: 13.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-group .group-item--gift {
    --title-size: 14.3125rem;
  }
  .p-group .group-item--highlight {
    --title-size: 34.75rem;
  }
  .p-group .group-item--goods {
    --title-size: 20.875rem;
  }
  .p-group .group-item--ticket {
    --title-size: 22.3125rem;
  }
}
.p-group .group-item:last-child {
  margin-bottom: 0;
}
.p-group .group-item__ttl {
  margin-bottom: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-group .group-item__ttl {
    margin-bottom: 2.0625rem;
  }
}
.p-group .group-item__ttl img {
  width: var(--title-size);
}
.p-group .group-item__txt {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.8667;
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-group .group-item__txt {
    font-size: 0.9375rem;
    letter-spacing: 0.09em;
  }
}
.p-group .group-item__txt:last-child {
  margin-bottom: 0;
}
.p-group .group-item__row {
  margin-bottom: 1.6875rem;
}
.p-group .group-item__sub {
  color: #dd4d1b;
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-group .group-item__sub {
    font-size: 1.1875rem;
  }
}

.p-about {
  position: relative;
  z-index: 1;
}
.p-about::before {
  content: "";
  background-color: #fff;
  -webkit-mask: url("../../images/common/bg_mask.svg") no-repeat left top;
          mask: url("../../images/common/bg_mask.svg") no-repeat left top;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  height: var(--offset-top);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 1px);
  z-index: 1;
}
.p-about::after {
  content: "";
  background-color: #fff;
  -webkit-mask: url("../../images/common/bg_mask03.svg") no-repeat center bottom;
          mask: url("../../images/common/bg_mask03.svg") no-repeat center bottom;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  height: 54.609375vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p-about__inner {
  padding-block: 4.0625rem 12.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    padding-block: 4.375rem 7.5rem;
  }
}
.p-about__inner::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: calc(54.609375vw - 6.25rem);
  z-index: -1;
}
.p-about__ttl {
  margin-bottom: 3.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__ttl {
    margin-bottom: 3.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__ttl img {
    width: 33.4375rem;
  }
}
.p-about__img {
  margin: 0 auto 3.6875rem;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    max-width: 41.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-about__img img {
  width: 100%;
}
.p-about__txt {
  font-size: 1.625rem;
  letter-spacing: 0.07em;
  line-height: 1.61;
  margin-bottom: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__txt {
    font-size: 0.9375rem;
    line-height: 2.13;
  }
}
.p-about__icon {
  margin-bottom: 1.5625rem;
  text-align: center;
}
.p-about__icon.--icon-01 img {
  width: 19rem;
}
@media screen and (min-width: 768px) {
  .p-about__icon.--icon-01 img {
    width: 23.8125rem;
  }
}
.p-about__icon.--icon-02 img {
  width: 18.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__icon.--icon-02 img {
    width: 24.125rem;
  }
}