@keyframes momo30throtateAnimation {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.p-momo30th *, .p-momo30th :before, .p-momo30th :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.p-momo30th :where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

.p-momo30th :where(html) {
  -webkit-text-size-adjust: none;
  tab-size: 2;
}

.p-momo30th :where(body) {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

.p-momo30th :where(button) {
  all: unset;
}

.p-momo30th :where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}

.p-momo30th :where(textarea) {
  resize: vertical;
  resize: block;
}

.p-momo30th :where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

.p-momo30th :where(:disabled), .p-momo30th :where(label:has( > input:disabled), label:has( + input:disabled)) {
  cursor: not-allowed;
}

.p-momo30th :where(a) {
  color: inherit;
  text-underline-offset: .2ex;
}

.p-momo30th :where(ul, ol) {
  list-style: none;
}

.p-momo30th :where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

.p-momo30th :where(img, picture, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

.p-momo30th :where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

.p-momo30th :where(h1, h2, h3) {
  line-height: calc(1em + .5rem);
}

.p-momo30th :where(hr) {
  border: none;
  block-size: 0;
  color: inherit;
  border-block-start: 1px solid;
  overflow: visible;
}

.p-momo30th :where(:focus-visible) {
  outline-offset: 2px;
  outline: 2px solid #2e2c29;
}

.p-momo30th a:focus, .p-momo30th button:focus, .p-momo30th input:focus, .p-momo30th select:focus, .p-momo30th textarea:focus {
  outline-width: initial;
}

:is(body:has(.p-momo30th) .str-header, body:has(.p-momo30th) .str-breadcrumb, body:has(.p-momo30th) .str-back-to-top, body:has(.p-momo30th) .str-footer__search, body:has(.p-momo30th) .str-footer__navigation) {
  display: none;
}

body:has(.p-momo30th) .str-footer__information {
  position: relative;
}

.p-momo30th-bg {
  z-index: 0;
  background-color: #f1f6f9;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.p-momo30th-bg svg {
  aspect-ratio: 1440 / 765;
  width: 100%;
  height: 100%;
}

.p-momo30th-bg svg path {
  transition: fill .3s;
}

.p-momo30th-bg .is-green path[fill="#E8EEF2"] {
  fill: #daf2e9;
}

.p-momo30th-bg .is-yellow path[fill="#E8EEF2"] {
  fill: #f2eec4;
}

.p-momo30th-bg .is-pink path[fill="#E8EEF2"] {
  fill: #f2e9ef;
}

.p-momo30th-bg .is-blue path[fill="#E8EEF2"] {
  fill: #dfedf7;
}

.p-momo30th-bg .step1, .p-momo30th-bg .step2, .p-momo30th-bg .step3 {
  opacity: 0;
}

.p-momo30th-campaign-item__link {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  display: block;
  position: relative;
  box-shadow: 0 4px 8px #0000000f;
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-campaign-item__link:hover .p-momo30th-campaign-item__img img {
    scale: 1.07;
  }

  .p-momo30th-campaign-item__link:hover .p-momo30th-campaign-item__button {
    background-color: #2c2828;
  }
}

.p-momo30th-campaign-item__link:focus-visible .p-momo30th-campaign-item__img img {
  scale: 1.07;
}

.p-momo30th-campaign-item__link:focus-visible .p-momo30th-campaign-item__button {
  background-color: #2c2828;
}

.p-momo30th-campaign-item__img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000000f;
}

.p-momo30th-campaign-item__img img {
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-campaign-item__img img {
    transition: scale .3s;
  }
}

.p-momo30th-campaign-item__content {
  padding: 28px 8px 16px;
}

@media (width >= 768px) {
  .p-momo30th-campaign-item__content {
    padding: 36px 20px 28px;
  }
}

.p-momo30th-campaign-item__time {
  color: #ec269b;
  border: 1px solid #ec269b;
  border-radius: 3.40282e38px;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 4px 11px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
}

@media (width >= 768px) {
  .p-momo30th-campaign-item__time {
    margin-bottom: 14px;
    padding: 5px 11px;
    font-size: 1.4rem;
    line-height: 1;
  }
}

.p-momo30th-campaign-item__time .year, .p-momo30th-campaign-item__time .month, .p-momo30th-campaign-item__time .day {
  font-family: Outfit, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

@media (width >= 768px) {
  .p-momo30th-campaign-item__time .year, .p-momo30th-campaign-item__time .month, .p-momo30th-campaign-item__time .day {
    font-size: 1.7rem;
    line-height: 1;
  }
}

.p-momo30th-campaign-item__time .line {
  background-color: #ec269b;
  width: 1px;
  height: 11px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 0;
  display: inline-block;
  rotate: 30deg;
}

.p-momo30th-campaign-item__time .yeaer-jp {
  margin-right: 1px;
  position: relative;
  bottom: .5px;
}

@media (width >= 768px) {
  .p-momo30th-campaign-item__time .yeaer-jp {
    margin-left: 2px;
  }
}

.p-momo30th-campaign-item__time .month-jp {
  margin-left: 2px;
  margin-right: 1px;
  position: relative;
  bottom: .5px;
}

.p-momo30th-campaign-item__time .day-jp {
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  bottom: .5px;
}

.p-momo30th-campaign-item__time .week {
  margin-right: 2px;
}

.p-momo30th-campaign-item__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (width >= 768px) {
  .p-momo30th-campaign-item__heading {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.p-momo30th-campaign-item__text {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (width >= 768px) {
  .p-momo30th-campaign-item__text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-momo30th-campaign-item__button {
  background-color: #ec269b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  bottom: -36px;
  right: -8px;
}

@media (width >= 768px) {
  .p-momo30th-campaign-item__button {
    width: 112px;
    height: 112px;
    bottom: -46px;
    right: -36px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-campaign-item__button {
    transition: background-color .3s;
  }
}

.p-momo30th-campaign-item__button:before {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: auto;
  animation: 8s linear infinite momo30throtateAnimation;
  display: block;
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("/30th/img/icon_button-deco_sp.svg");
  mask-image: url("/30th/img/icon_button-deco_sp.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 59px 59px;
  mask-size: 59px 59px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (width >= 768px) {
  .p-momo30th-campaign-item__button:before {
    -webkit-mask-image: url("/30th/img/icon_button-deco.svg");
    mask-image: url("/30th/img/icon_button-deco.svg");
    -webkit-mask-size: 102px 102px;
    mask-size: 102px 102px;
  }
}

.p-momo30th-campaign-item__button:before {
  content: "";
}

.p-momo30th-campaign-item__arrow {
  stroke: #fff;
  width: 18px;
}

@media (width >= 768px) {
  .p-momo30th-campaign-item__arrow {
    width: 32px;
  }
}

.p-momo30th-campaign {
  z-index: 1;
  margin: 0 auto;
  padding: 80px 24px 0;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-campaign {
    max-width: 1360px;
    margin-top: 60px;
    padding: 80px 80px 0;
  }
}

.p-momo30th-campaign__heading {
  justify-content: center;
  gap: 20px;
  display: grid;
}

@media (width >= 768px) {
  .p-momo30th-campaign__heading {
    justify-content: flex-start;
    gap: 16px;
    padding-left: 40px;
  }
}

.p-momo30th-campaign__heading > p {
  color: #fff;
  background-color: #ec269b;
  border-radius: 3.40282e38px;
  width: fit-content;
  margin-inline: auto;
  padding: 6px 16px;
  font-family: Outfit, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media (width >= 768px) {
  .p-momo30th-campaign__heading > p {
    margin-inline: 0;
    padding: 8px 22px;
    font-weight: 600;
  }
}

.p-momo30th-campaign__heading > h2 {
  letter-spacing: .02em;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
}

@media (width >= 768px) {
  .p-momo30th-campaign__heading > h2 {
    text-align: left;
    font-size: 8.8rem;
    line-height: 1;
  }
}

.p-momo30th-campaign__list {
  gap: 48px;
  margin-top: 56px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-campaign__list {
    gap: 80px;
    margin-top: 245px;
  }
}

@media (width >= 1120px) {
  .p-momo30th-campaign__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 96px;
  }
}

.p-momo30th-campaign__kandomomo {
  pointer-events: none;
  width: 56px;
  margin: auto;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

@media (width >= 768px) {
  .p-momo30th-campaign__kandomomo {
    width: 122px;
  }
}

.p-momo30th-campaign__comingsoon {
  z-index: 1;
  color: #666;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 232px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-campaign__comingsoon {
    gap: 16px;
    height: 460px;
    padding-block: 28px 32px;
  }
}

@media (width >= 1120px) {
  .p-momo30th-campaign__comingsoon {
    height: auto;
    padding-bottom: 0;
  }
}

.p-momo30th-campaign__comingsoon:before {
  content: "";
  background-color: #e8eef2;
  border-radius: 8px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.p-momo30th-campaign__comingsoon-en {
  letter-spacing: .06em;
  font-family: Outfit, sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-campaign__comingsoon-en {
    font-size: 3.4rem;
    line-height: 1.41176;
  }
}

.p-momo30th-campaign__comingsoon-jp {
  color: #666;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-campaign__comingsoon-jp {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.p-momo30th-copy {
  z-index: 10;
  content: "コピーしました";
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background-color: #ec269b;
  border-radius: 4px;
  padding: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .3s;
  display: block;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

body:has(.js-momo30th-url.is-copied) .p-momo30th-copy {
  opacity: 1;
}

.p-momo30th-footer {
  z-index: 1;
  text-align: center;
  padding: 50svw 0 0;
  position: relative;
  overflow: hidden;
}

@media (width >= 768px) {
  .p-momo30th-footer {
    margin-top: 0;
    padding: 26.25svw 40px 120px;
  }
}

.p-momo30th-footer__circle {
  aspect-ratio: 1;
  pointer-events: none;
  width: 208.5svw;
  position: absolute;
  top: 18svw;
  left: 50%;
  translate: -50%;
}

@media (width >= 768px) {
  .p-momo30th-footer__circle {
    width: 177.5vw;
    top: 12.5svw;
  }
}

.p-momo30th-footer__circle:before {
  content: "";
  background-image: url("/30th/img/footer_deco_sp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: 120s linear infinite reverse momo30throtateAnimation;
  position: absolute;
  inset: 0;
}

@media (width >= 768px) {
  .p-momo30th-footer__circle:before {
    background-image: url("/30th/img/footer_deco.svg");
  }
}

.p-momo30th-footer__circle:after {
  aspect-ratio: 1;
  background-color: #dce2e5;
  border-radius: 50%;
  width: 185svw;
  margin: auto;
  position: absolute;
  inset: 0;
}

@media (width >= 768px) {
  .p-momo30th-footer__circle:after {
    width: 169.167vw;
  }
}

.p-momo30th-footer__circle:after {
  content: "";
}

.p-momo30th-footer__heading {
  gap: 12px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-footer__heading {
    gap: 16px;
  }
}

.p-momo30th-footer__heading > p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

@media (width >= 768px) {
  .p-momo30th-footer__heading > p {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.p-momo30th-footer__heading > h2 {
  font-family: Outfit, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}

@media (width >= 768px) {
  .p-momo30th-footer__heading > h2 {
    font-size: 5.2rem;
    line-height: 1;
  }
}

.p-momo30th-footer__sns-list {
  justify-content: center;
  gap: 22px;
  margin-top: 28px;
  padding-inline: 12px;
  display: flex;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-footer__sns-list {
    gap: 44px;
    margin-top: 44px;
    padding-inline: 0;
  }
}

.p-momo30th-footer__sns-link {
  cursor: pointer;
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-footer__sns-link:hover .p-momo30th-footer__sns-img {
    opacity: .6;
  }
}

.p-momo30th-footer__sns-img {
  width: 56px;
  margin-inline: auto;
}

@media (width >= 768px) {
  .p-momo30th-footer__sns-img {
    width: 60px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-footer__sns-img {
    transition: opacity .3s;
  }
}

.p-momo30th-footer__sns-text {
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-momo30th-footer__site-list {
  margin-inline: auto;
  background-color: #dce2e5;
  gap: 16px;
  margin-top: 60px;
  padding: 0 32px 68px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-footer__site-list {
    background-color: #0000;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    margin-top: 92px;
    padding: 0;
  }
}

.p-momo30th-footer__site-link {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 68px;
  padding-inline: 8px;
  display: flex;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-footer__site-link:hover:before {
    background-color: #2c2828;
  }

  .p-momo30th-footer__site-link:hover img {
    opacity: .6;
  }
}

.p-momo30th-footer__site-link:before {
  content: "";
  background-color: #ec269b;
  width: 11px;
  height: 11px;
  transition: background-color .3s;
  display: block;
  position: absolute;
  bottom: 9px;
  right: 9px;
  -webkit-mask-image: url("/30th/img/icon_blank.svg");
  mask-image: url("/30th/img/icon_blank.svg");
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-footer__site-link img {
    transition: opacity .3s;
  }
}

.p-momo30th-header {
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
  width: 100%;
  transition: opacity .3s .3s, transform .6s .6s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-56px);
}

@media (width >= 768px) {
  .p-momo30th-header {
    transform: translateY(-69px);
  }
}

.p-momo30th-header__bar {
  background-color: #fff;
  width: 100%;
  height: 42px;
  box-shadow: 0 4px 12px #0000001a;
}

@media (width >= 768px) {
  .p-momo30th-header__bar {
    height: 56px;
  }
}

.p-momo30th-header__bar-inner {
  padding-top: 4px;
  height: 100%;
  margin: auto;
  padding-inline: 8px;
}

@media (width >= 768px) {
  .p-momo30th-header__bar-inner {
    padding-inline: 15px;
    max-width: 1090px;
    padding-top: 5px;
  }
}

.p-momo30th-header__logo {
  width: 92px;
  display: block;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-header__logo {
    width: 114px;
    left: -8px;
  }
}

.p-momo30th-header__ilust {
  margin-inline: auto;
}

.p-momo30th-header__inner {
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 16px 0;
  display: flex;
}

@media (width >= 768px) {
  .p-momo30th-header__inner {
    padding: 24px 24px 0;
  }
}

.p-momo30th-header__link {
  background-color: #fff;
  border-radius: 3.40282e38px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 166px;
  height: 44px;
  padding-left: 6px;
  transition: background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 0 12px #0000001a;
}

@media (width >= 768px) {
  .p-momo30th-header__link {
    gap: 12px;
    width: 204px;
    height: 60px;
    padding-left: 8px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-header__link:hover {
    color: #fff;
    background-color: #ec269b;
  }

  .p-momo30th-header__link:hover .p-momo30th-header__link-arrow {
    stroke: #fff;
  }
}

.p-momo30th-header__link:focus-visible {
  color: #fff;
  background-color: #ec269b;
}

.p-momo30th-header__link:focus-visible .p-momo30th-header__link-arrow {
  stroke: #fff;
}

.p-momo30th-header__link-text {
  letter-spacing: .06em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (width >= 768px) {
  .p-momo30th-header__link-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.p-momo30th-header__link-text > span {
  font-family: Outfit, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (width >= 768px) {
  .p-momo30th-header__link-text > span {
    margin-right: 1px;
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

.p-momo30th-header__link-arrow {
  stroke: #ec269b;
}

@media (width < 768px) {
  .p-momo30th-header__link-arrow {
    width: 9px;
    position: relative;
    top: 1px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-header__link-arrow {
    transition: stroke .3s;
  }
}

.p-momo30th-header__button {
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  transition: color .3s;
  display: flex;
}

@media (width >= 768px) {
  .p-momo30th-header__button {
    gap: 10px;
    margin-top: 20px;
    margin-right: 12px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-header__button:hover {
    color: #ec269b;
  }

  .p-momo30th-header__button:hover .p-momo30th-header__icon {
    border-color: #ec269b;
  }

  .p-momo30th-header__button:hover .p-momo30th-header__icon:before, .p-momo30th-header__button:hover .p-momo30th-header__icon > span:before, .p-momo30th-header__button:hover .p-momo30th-header__icon > span:after {
    background-color: #ec269b;
  }
}

.p-momo30th-header__button:focus-visible {
  color: #ec269b;
}

.p-momo30th-header__button:focus-visible .p-momo30th-header__icon {
  border-color: #ec269b;
}

.p-momo30th-header__button:focus-visible .p-momo30th-header__icon:before, .p-momo30th-header__button:focus-visible .p-momo30th-header__icon > span:before, .p-momo30th-header__button:focus-visible .p-momo30th-header__icon > span:after {
  background-color: #ec269b;
}

.p-momo30th-header__icon {
  border: 1px solid #b3b8ba;
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-header__icon {
    width: 26px;
    height: 26px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-header__icon {
    transition: border-color .3s;
  }
}

.p-momo30th-header__icon:before {
  opacity: 0;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  pointer-events: none;
  content: "";
  background-color: #2c2828;
  border: none;
  width: 6.9282px;
  height: 8px;
  margin: auto;
  padding: 0;
  transition: transform .3s;
  display: block;
  position: absolute;
  inset: 0 0 0 2px;
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-header__icon:before {
    transition: background-color .3s;
  }
}

.p-momo30th-header__icon > span {
  justify-content: space-between;
  width: 6px;
  height: 8px;
  display: flex;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-header__icon > span {
    width: 8px;
    height: 10px;
  }
}

.p-momo30th-header__icon > span:before, .p-momo30th-header__icon > span:after {
  content: "";
  background-color: #2c2828;
  width: 2px;
  height: 8px;
  display: block;
}

@media (width >= 768px) {
  .p-momo30th-header__icon > span:before, .p-momo30th-header__icon > span:after {
    height: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-header__icon > span:before, .p-momo30th-header__icon > span:after {
    transition: background-color .3s;
  }
}

.p-momo30th-lead {
  opacity: 0;
  z-index: 1;
  margin: 0 auto;
  padding-inline: 12px;
  transition: opacity .3s .3s;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-lead {
    padding-top: 40px;
    padding-inline: 40px;
  }
}

.p-momo30th-lead__wrapper {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.p-momo30th-lead__heading > p {
  font-size: 1.6rem;
  line-height: 1;
}

.p-momo30th-lead__heading > h2 {
  font-family: Outfit, sans-serif;
  font-size: 8.8rem;
  font-weight: 600;
  line-height: 1;
}

.p-momo30th-lead__content {
  z-index: 1;
  text-align: center;
  gap: 16px;
  padding: 56px 16px 64px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-lead__content {
    gap: 20px;
    padding: 126px 80px 132px;
  }
}

.p-momo30th-lead__text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.2;
}

@media (width >= 768px) {
  .p-momo30th-lead__text {
    font-size: 2rem;
    line-height: 2.2;
  }
}

.p-momo30th-lead__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-momo30th-lead__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-momo30th-opening-share {
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  background-color: #fff;
  border-radius: 3.40282e38px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 8px;
  transition: width .8s, height .8s, opacity .3s .3s, transform .6s .6s;
  display: flex;
  position: absolute;
  bottom: 74px;
  right: 16px;
  box-shadow: 0 0 12px #0000001a;
}

@media (width < 768px) {
  .p-momo30th-opening-share {
    height: 56px;
  }
}

@media (width >= 768px) {
  .p-momo30th-opening-share {
    width: 285px;
    padding: 10px;
    bottom: 94px;
    right: 24px;
  }

  .p-momo30th-opening-share.is-scroll {
    width: 64px;
  }
}

@media (width < 768px) {
  .p-momo30th-opening-share.is-scroll .p-momo30th-opening-share__list {
    height: 0;
  }
}

@media (width >= 768px) {
  .p-momo30th-opening-share.is-scroll .p-momo30th-opening-share__list {
    width: 0;
  }
}

.p-momo30th-opening-share.is-scroll .p-momo30th-opening-share__open {
  pointer-events: auto;
}

@media (width >= 768px) {
  .p-momo30th-opening-share.is-scroll .p-momo30th-opening-share__open {
    left: 0;
  }
}

.p-momo30th-opening-share.is-scroll .p-momo30th-opening-share__open-text {
  opacity: 1;
}

@media (width >= 768px) {
  .p-momo30th-opening-share.is-scroll .p-momo30th-opening-share__open-text {
    translate: 4px;
  }
}

.p-momo30th-opening-share.is-scroll .p-momo30th-opening-share__open-arrow {
  opacity: 1;
}

@media (width >= 768px) {
  .p-momo30th-opening-share.is-scroll .p-momo30th-opening-share__open-arrow {
    transition-delay: .5s;
  }
}

@media (width < 768px) {
  .p-momo30th-opening-share.is-scroll.is-active {
    height: 244px;
  }
}

@media (width >= 768px) {
  .p-momo30th-opening-share.is-scroll.is-active {
    width: 244px;
  }
}

.p-momo30th-opening-share.is-scroll.is-active .p-momo30th-opening-share__open {
  transition: translate .8s, opacity .3s, width .8s;
}

@media (width >= 768px) {
  .p-momo30th-opening-share.is-scroll.is-active .p-momo30th-opening-share__open {
    opacity: 0;
    pointer-events: none;
    width: 0;
    translate: -14px;
  }

  .p-momo30th-opening-share.is-scroll.is-active .p-momo30th-opening-share__open-arrow {
    opacity: 0;
  }

  .p-momo30th-opening-share.is-scroll.is-active .p-momo30th-opening-share__close {
    opacity: 1;
    pointer-events: auto;
  }

  .p-momo30th-opening-share.is-scroll.is-active .p-momo30th-opening-share__list {
    width: 200px;
    translate: -24px;
  }
}

@media (width < 768px) {
  .p-momo30th-opening-share.is-active {
    height: 244px;
  }

  .p-momo30th-opening-share.is-active .p-momo30th-opening-share__open {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    transition: translate .8s, opacity .3s, width .8s;
    top: 4px;
  }

  .p-momo30th-opening-share.is-active .p-momo30th-opening-share__open-text {
    opacity: 0;
  }

  .p-momo30th-opening-share.is-active .p-momo30th-opening-share__open-arrow {
    translate: 0;
    rotate: -90deg;
  }

  .p-momo30th-opening-share.is-active .p-momo30th-opening-share__list {
    height: 184px;
  }
}

.p-momo30th-opening-share__open {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin: auto;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  transition: top .8s, left .8s, width .8s, height .8s, opacity .8s .3s;
  display: flex;
  position: absolute;
  top: 4px;
}

@media (width < 768px) {
  .p-momo30th-opening-share__open {
    width: 56px;
    height: 56px;
    left: 0;
    right: 0;
  }
}

@media (width >= 768px) {
  .p-momo30th-opening-share__open {
    pointer-events: none;
    width: 64px;
    top: 0;
    bottom: 0;
    left: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-opening-share__open {
    transition: color .3s;
  }

  .p-momo30th-opening-share__open:hover {
    color: #ec269b;
  }
}

.p-momo30th-opening-share__open-text {
  transition: translate .3s, opacity .3s;
}

@media (width < 768px) {
  .p-momo30th-opening-share__open-text {
    opacity: 1;
  }
}

@media (width >= 768px) {
  .p-momo30th-opening-share__open-text {
    transition: translate .8s .3s, opacity .8s .3s;
  }
}

.p-momo30th-opening-share__open-arrow {
  margin: auto;
  transition: opacity .3s, translate .3s;
  position: absolute;
  inset: 0;
}

@media (width < 768px) {
  .p-momo30th-opening-share__open-arrow {
    translate: 0 -13px;
    rotate: 90deg;
  }
}

@media (width >= 768px) {
  .p-momo30th-opening-share__open-arrow {
    opacity: 0;
    inset: 0 auto 0 8px;
  }
}

.p-momo30th-opening-share__list {
  border-radius: 3.40282e38px;
  gap: 8px;
  margin-left: auto;
  transition: width .8s, height .8s, translate .8s;
  display: grid;
  overflow: hidden;
}

@media (width < 768px) {
  .p-momo30th-opening-share__list {
    height: 0;
  }
}

@media (width >= 768px) {
  .p-momo30th-opening-share__list {
    width: 200px;
    display: flex;
  }
}

.p-momo30th-opening-share__item {
  flex-shrink: 0;
}

.p-momo30th-opening-share__link {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}

@media (width >= 768px) {
  .p-momo30th-opening-share__link {
    width: 44px;
    height: 44px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-opening-share__link {
    transition: opacity .3s;
  }

  .p-momo30th-opening-share__link:hover {
    opacity: .6;
  }
}

.p-momo30th-opening-share__link:focus-visible {
  opacity: .6;
  outline: none;
}

.p-momo30th-opening-share__close {
  opacity: 0;
  pointer-events: none;
  place-items: center;
  width: 16px;
  height: 16px;
  margin: auto;
  display: grid;
  position: absolute;
  inset: 0 10px 0 auto;
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-opening-share__close {
    transition: opacity .3s;
  }

  .p-momo30th-opening-share__close:hover .p-momo30th-opening-share__arrow-right {
    stroke: #2c2828;
  }
}

.p-momo30th-opening-share__arrow-right {
  stroke: #ec269b;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-opening-share__arrow-right {
    transition: stroke .3s;
  }
}

.p-momo30th-opening {
  z-index: 1;
  width: 100%;
  height: 100svh;
  transition: transform .6s .6s;
  position: relative;
  overflow: hidden;
  transform: translateY(-56px);
}

@media (width >= 768px) {
  .p-momo30th-opening {
    transform: translateY(-69px);
  }
}

.p-momo30th-opening img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-momo30th-opening__number {
  z-index: 10;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.p-momo30th-opening__number::-webkit-scrollbar {
  display: none;
}

.p-momo30th-opening__inner {
  width: 100%;
  height: calc(100% + 1px);
  padding-bottom: 20px;
}

.p-momo30th-opening__scroll {
  opacity: 0;
  pointer-events: none;
  color: #ec269b;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  transition: opacity .3s .6s, background-color .3s, color .3s;
  display: flex;
  position: absolute;
  bottom: 70px;
  left: 16px;
}

@media (width >= 768px) {
  .p-momo30th-opening__scroll {
    width: 112px;
    height: 112px;
    bottom: 90px;
    left: 24px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-opening__scroll:hover {
    color: #fff;
    background-color: #2c2828;
  }

  .p-momo30th-opening__scroll:hover:before {
    background-color: #fff;
  }
}

.p-momo30th-opening__scroll:before {
  pointer-events: none;
  content: "";
  background-color: #ec269b;
  border-radius: 50px;
  width: 82px;
  height: 82px;
  margin: auto;
  animation: 8s linear infinite momo30throtateAnimation;
  display: block;
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("/30th/img/mv_scroll_sp.svg");
  mask-image: url("/30th/img/mv_scroll_sp.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (width >= 768px) {
  .p-momo30th-opening__scroll:before {
    width: 102px;
    height: 102px;
    -webkit-mask-image: url("/30th/img/mv_scroll.svg");
    mask-image: url("/30th/img/mv_scroll.svg");
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-opening__scroll:before {
    transition: background-color .3s;
  }
}

.p-momo30th-opening__scroll svg {
  stroke: currentColor;
}

@media (width < 768px) {
  .p-momo30th-opening__scroll svg {
    width: 23px;
  }
}

.p-momo30th-opening__scroll:focus-visible {
  color: #fff;
  background-color: #2c2828;
}

.p-momo30th-opening__scroll:focus-visible:before {
  background-color: #fff;
}

.p-momo30th-opening__count {
  z-index: 10;
  color: #ec269b;
  text-align: left;
  place-items: center;
  height: fit-content;
  margin: auto;
  font-size: 460px;
  font-weight: 700;
  line-height: 1;
  display: grid;
  position: absolute;
  inset: 0;
  scale: .6;
}

.p-momo30th-opening__count[data-currentNumber="0"] [data-number="0"], .p-momo30th-opening__count[data-currentNumber="1"] [data-number="1"], .p-momo30th-opening__count[data-currentNumber="2"] [data-number="2"], .p-momo30th-opening__count[data-currentNumber="3"] [data-number="3"], .p-momo30th-opening__count[data-currentNumber="4"] [data-number="4"], .p-momo30th-opening__count[data-currentNumber="5"] [data-number="5"], .p-momo30th-opening__count[data-currentNumber="6"] [data-number="6"], .p-momo30th-opening__count[data-currentNumber="7"] [data-number="7"], .p-momo30th-opening__count[data-currentNumber="8"] [data-number="8"], .p-momo30th-opening__count[data-currentNumber="9"] [data-number="9"], .p-momo30th-opening__count[data-currentNumber="10"] [data-number="10"], .p-momo30th-opening__count[data-currentNumber="11"] [data-number="11"], .p-momo30th-opening__count[data-currentNumber="12"] [data-number="12"], .p-momo30th-opening__count[data-currentNumber="13"] [data-number="13"], .p-momo30th-opening__count[data-currentNumber="14"] [data-number="14"], .p-momo30th-opening__count[data-currentNumber="15"] [data-number="15"], .p-momo30th-opening__count[data-currentNumber="16"] [data-number="16"], .p-momo30th-opening__count[data-currentNumber="17"] [data-number="17"], .p-momo30th-opening__count[data-currentNumber="18"] [data-number="18"], .p-momo30th-opening__count[data-currentNumber="19"] [data-number="19"], .p-momo30th-opening__count[data-currentNumber="20"] [data-number="20"], .p-momo30th-opening__count[data-currentNumber="21"] [data-number="21"], .p-momo30th-opening__count[data-currentNumber="22"] [data-number="22"], .p-momo30th-opening__count[data-currentNumber="23"] [data-number="23"], .p-momo30th-opening__count[data-currentNumber="24"] [data-number="24"], .p-momo30th-opening__count[data-currentNumber="25"] [data-number="25"], .p-momo30th-opening__count[data-currentNumber="26"] [data-number="26"], .p-momo30th-opening__count[data-currentNumber="27"] [data-number="27"], .p-momo30th-opening__count[data-currentNumber="28"] [data-number="28"], .p-momo30th-opening__count[data-currentNumber="29"] [data-number="29"] {
  opacity: 1;
}

.p-momo30th-opening__count-number {
  opacity: 0;
  grid-area: 1 / 1;
}

@media (width < 768px) {
  .p-momo30th-opening__count-number {
    width: 240px;
  }
}

.p-momo30th-opening__30th {
  z-index: 11;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: auto;
  padding: 0 32px 20px;
  display: flex;
  position: absolute;
  inset: 0;
}

@media (width < 768px) {
  .p-momo30th-opening__30th {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (width >= 768px) {
  .p-momo30th-opening__30th {
    flex-direction: row;
    gap: 16px;
    padding: 0 144px 20px 0;
  }
}

.p-momo30th-opening__30th.is-show .p-momo30th-opening__30th-group, .p-momo30th-opening__30th.is-show .p-momo30th-opening__30th-th {
  translate: 0;
}

.p-momo30th-opening__30th.is-show .p-momo30th-opening__30th-tm {
  opacity: 1;
}

.p-momo30th-opening__30th.is-show .p-momo30th-opening__30th-number0 path:nth-child(2) {
  transition: opacity .3s;
}

.p-momo30th-opening__30th.is-show.is-short .p-momo30th-opening__30th-group {
  transition: none;
}

.p-momo30th-opening__30th-sonet {
  opacity: 0;
  position: relative;
}

@media (width < 768px) {
  .p-momo30th-opening__30th-sonet {
    align-self: flex-start;
    width: clamp(126px, 73.33vw - 108px, 170px);
  }
}

@media (width >= 768px) {
  .p-momo30th-opening__30th-sonet {
    top: -14px;
    left: 2px;
  }
}

.p-momo30th-opening__30th-group {
  transition: translate .6s;
  position: relative;
  translate: 0;
}

@media (width >= 768px) {
  .p-momo30th-opening__30th-group {
    translate: -124px;
  }
}

.p-momo30th-opening__30th-number {
  display: flex;
  scale: 0;
}

@media (width < 768px) {
  .p-momo30th-opening__30th-number {
    max-width: 320px;
  }
}

.p-momo30th-opening__30th-number0 {
  position: relative;
  right: 10px;
  translate: -3px;
  rotate: 12deg;
}

@media (width >= 768px) {
  .p-momo30th-opening__30th-number0 {
    right: 18px;
    translate: 10px -3px;
  }
}

.p-momo30th-opening__30th-th {
  transition: translate .6s;
  position: absolute;
  bottom: 0;
  right: -14px;
  translate: -2px;
}

@media (width < 768px) {
  .p-momo30th-opening__30th-th {
    width: clamp(60px, 23.33vw - 15px, 74px);
    right: -12px;
    translate: -5px 1px;
  }
}

.p-momo30th-opening__30th-tm {
  opacity: 0;
  transition: opacity .6s;
  position: absolute;
  bottom: -30px;
  right: -8px;
}

@media (width < 768px) {
  .p-momo30th-opening__30th-tm {
    width: 60px;
    bottom: -26px;
  }
}

.p-momo30th-opening__30th-momo {
  position: absolute;
  scale: 0;
}

@media (width < 768px) {
  .p-momo30th-opening__30th-momo {
    width: clamp(116px, 50vw - 44px, 146px);
    bottom: 0;
    right: 70px;
  }
}

@media (width >= 768px) {
  .p-momo30th-opening__30th-momo {
    bottom: 2px;
    right: 120px;
  }
}

.p-momo30th-opening__skip {
  z-index: 11;
  background-color: #fff;
  border-radius: 3.40282e38px;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 36px;
  font-family: Outfit, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .3s, color .3s, opacity .3s;
  display: flex;
  position: absolute;
  bottom: 16px;
  right: 16px;
  box-shadow: 0 0 12px #0000001a;
}

@media (width >= 768px) {
  .p-momo30th-opening__skip {
    width: 140px;
    height: 52px;
    font-size: 1.6rem;
    line-height: 1;
    bottom: 24px;
    right: 24px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-momo30th-opening__skip:hover {
    color: #fff;
    background-color: #ec269b;
  }

  .p-momo30th-opening__skip:hover svg {
    stroke: #fff;
  }
}

.p-momo30th-opening__skip svg {
  stroke: #ec269b;
  pointer-events: none;
  width: 6px;
  margin: auto;
  transition: stroke .3s;
  position: absolute;
  inset: 0 14px 0 auto;
}

@media (width >= 768px) {
  .p-momo30th-opening__skip svg {
    width: 7px;
    inset: 0 22px 0 auto;
  }
}

.p-momo30th {
  font-feature-settings: "palt";
  background-color: #f1f6f9;
  font-family: Noto Sans JP, sans-serif;
  position: relative;
}

.p-momo30th * {
  letter-spacing: .06em;
}

.p-momo30th a {
  text-decoration: none;
}

.p-momo30th:not(.is-loaded) * {
  transition: none !important;
}

.p-momo30th.is-openingend .p-momo30th-header {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.p-momo30th.is-openingend .p-momo30th-opening {
  transform: translateY(0);
}

.p-momo30th.is-openingend .p-momo30th-opening-share {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.p-momo30th.is-openingend .p-momo30th-opening__number {
  pointer-events: none;
}

.p-momo30th.is-openingend .p-momo30th-opening__scroll {
  opacity: 1;
  pointer-events: auto;
}

.p-momo30th.is-openingend .p-momo30th-lead {
  opacity: 1;
}

.p-momo30th.is-openingend .p-momo30th-opening__skip {
  opacity: 0;
  pointer-events: none;
}

.p-momo30th.is-motion-reduced *, .p-momo30th.is-motion-reduced :before, .p-momo30th.is-motion-reduced :after {
  animation-play-state: paused;
}

.p-momo30th.is-motion-reduced .p-momo30th-opening__bg svg path[fill="#E8EEF2"] {
  fill: #e8eef2 !important;
}

.p-momo30th.is-motion-reduced .p-momo30th-header__icon:before {
  opacity: 1;
}

.p-momo30th.is-motion-reduced .p-momo30th-header__icon > span {
  opacity: 0;
}

body:has(.p-momo30th) .str-logo {
  opacity: 0;
  z-index: 1;
  transition: opacity .3s .3s, transform .6s .6s;
  transform: translateY(-56px);
}

@media (width >= 768px) {
  body:has(.p-momo30th) .str-logo {
    transform: translateY(-69px);
  }
}

body:has(.p-momo30th.is-openingend) .str-logo {
  opacity: 1;
  transform: translateY(0);
}

.u-momo30th-sp {
  display: none;
}

@media (width < 768px) {
  .u-momo30th-sp {
    display: block;
  }
}

.u-momo30th-pc {
  display: none;
}

@media (width >= 768px) {
  .u-momo30th-pc {
    display: block;
  }
}
