@keyframes ticket30thUnderline {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }

  45% {
    background-position: 100% 100%;
    background-size: 0 1px;
  }

  56% {
    background-position: 0 100%;
    background-size: 0 1px;
  }

  100% {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

@keyframes ticket30Show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.p-ticket30th *, .p-ticket30th :before, .p-ticket30th :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.p-ticket30th :where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

.p-ticket30th :where(html) {
  -webkit-text-size-adjust: none;
  tab-size: 2;
}

.p-ticket30th :where(body) {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

.p-ticket30th :where(button) {
  all: unset;
}

.p-ticket30th :where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}

.p-ticket30th :where(textarea) {
  resize: vertical;
  resize: block;
}

.p-ticket30th :where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

.p-ticket30th :where(:disabled), .p-ticket30th :where(label:has( > input:disabled), label:has( + input:disabled)) {
  cursor: not-allowed;
}

.p-ticket30th :where(a) {
  width: auto;
  height: auto;
  color: inherit;
  text-underline-offset: .2ex;
  text-decoration: none;
  display: inline;
}

.p-ticket30th :where(ul, ol) {
  list-style: none;
}

.p-ticket30th :where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

.p-ticket30th :where(img, picture, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

.p-ticket30th :where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

.p-ticket30th :where(h1, h2, h3) {
  line-height: calc(1em + .5rem);
}

.p-ticket30th :where(hr) {
  border: none;
  block-size: 0;
  color: inherit;
  border-block-start: 1px solid;
  overflow: visible;
}

.p-ticket30th :where(:focus-visible) {
  outline-offset: 2px;
  outline: 2px solid #2e2c29;
}

.p-ticket30th a:focus, .p-ticket30th button:focus, .p-ticket30th input:focus, .p-ticket30th select:focus, .p-ticket30th 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;
}

.c-ticket30th-apply-header__hgroup {
  text-align: center;
}

.c-ticket30th-apply-header__hgroup-text {
  background-color: #fff;
  border-radius: 3.40282e38px;
  width: fit-content;
  margin-inline: auto;
  padding: 7px 16px;
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 1;
}

@media (width >= 768px) {
  .c-ticket30th-apply-header__hgroup-text {
    padding: 8px 20px 10px;
    font-size: 1.8rem;
    line-height: 1;
  }
}

.c-ticket30th-apply-header__hgroup-en {
  letter-spacing: .02em;
  margin-top: 16px;
  font-family: Outfit, sans-serif;
  font-size: min(9.02256rem, 48px);
  font-weight: 600;
  line-height: 1;
}

@media (width >= 768px) {
  .c-ticket30th-apply-header__hgroup-en {
    margin-top: 20px;
    font-size: 8.8rem;
    line-height: 1;
  }
}

.c-ticket30th-apply-header__text {
  text-align: center;
  margin-top: 28px;
  font-size: min(2.81955rem, 15px);
  font-weight: 500;
  line-height: 2;
}

@media (width >= 768px) {
  .c-ticket30th-apply-header__text {
    margin-top: 48px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.c-ticket30th-apply-tab {
  margin-top: 44px;
}

@media (width >= 768px) {
  .c-ticket30th-apply-tab {
    margin-top: 80px;
  }
}

.c-ticket30th-apply-tab__list {
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: grid;
}

@media (width >= 768px) {
  .c-ticket30th-apply-tab__list {
    gap: 8px;
  }
}

.c-ticket30th-apply-tab__button {
  appearance: none;
  cursor: pointer;
  color: #fff;
  background-color: gray;
  border-radius: 8px 8px 0 0;
  place-items: center;
  width: 100%;
  height: 52px;
  font-size: min(2.63158rem, 14px);
  line-height: 1;
  transition: background-color .3s;
  display: grid;
}

@media (width >= 768px) {
  .c-ticket30th-apply-tab__button {
    height: 88px;
    font-size: 1.8rem;
    line-height: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-ticket30th-apply-tab__button:hover {
    background-color: #2c2828;
  }
}

.c-ticket30th-apply-tab__button[aria-selected="true"] {
  background-color: #2c2828;
}

.c-ticket30th-apply-tab__panel {
  display: none;
}

.c-ticket30th-apply-tab__panel[aria-hidden="false"] {
  animation: .4s ticket30Show;
  display: block;
}

.p-ticket30th-about-info {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 72px;
  display: grid;
  overflow: hidden;
}

@media (width >= 768px) {
  .p-ticket30th-about-info {
    grid-template-columns: 50.862% 49.138%;
    margin-top: 140px;
  }
}

.p-ticket30th-about-info__content {
  padding: 44px 24px 48px;
}

@media (width >= 768px) {
  .p-ticket30th-about-info__content {
    padding: 64px;
  }
}

.p-ticket30th-about-info__heading {
  font-size: min(4.51128rem, 24px);
  font-weight: 600;
  line-height: 1.6;
}

@media (width < 768px) {
  .p-ticket30th-about-info__heading {
    text-align: center;
  }
}

@media (width >= 768px) {
  .p-ticket30th-about-info__heading {
    font-size: 3.4rem;
    line-height: 1.6;
  }
}

.p-ticket30th-about-info__heading > span {
  border-bottom: 1px solid #2c2828;
  width: fit-content;
  margin-bottom: 10px;
  padding-bottom: 9px;
  font-size: min(3.00752rem, 16px);
  font-weight: 700;
  line-height: 1;
  display: block;
}

@media (width < 768px) {
  .p-ticket30th-about-info__heading > span {
    margin-inline: auto;
  }
}

@media (width >= 768px) {
  .p-ticket30th-about-info__heading > span {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1;
  }
}

.p-ticket30th-about-info__text {
  margin-top: 20px;
  font-size: min(2.81955rem, 15px);
  font-weight: 500;
  line-height: 1.8;
}

@media (width >= 768px) {
  .p-ticket30th-about-info__text {
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-ticket30th-about-info__link {
  color: #fff;
  letter-spacing: .1em;
  background-color: #2c2828;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 56px;
  margin-top: 28px;
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 1.4;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

@media (width < 768px) {
  .p-ticket30th-about-info__link {
    margin-inline: auto;
  }
}

@media (width >= 768px) {
  .p-ticket30th-about-info__link {
    margin-top: 36px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-ticket30th-about-info__link:hover {
    opacity: .7;
  }
}

.p-ticket30th-about-info__link .circle {
  background-color: #fff;
  background-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/icon_arrow.svg");
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 7px 11px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  inset: 0 16px 0 auto;
}

.p-ticket30th-about-info__img {
  height: 100%;
}

.p-ticket30th-about-info__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-ticket30th-about-item {
  background: #ffffff29;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px #0000000f;
}

@media (width < 768px) {
  .p-ticket30th-about-item {
    min-height: 120px;
  }
}

.p-ticket30th-about-item:first-child {
  padding-block: 48px 36px;
}

@media (width >= 768px) {
  .p-ticket30th-about-item:first-child {
    padding-block: 64px 44px;
  }
}

.p-ticket30th-about-item__heading {
  background-color: #fff;
  border-radius: 3.40282e38px;
  width: fit-content;
  margin: auto;
  padding: 3px 16px;
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 1.6;
  position: absolute;
  inset: 0 0 auto;
  translate: 0 -50%;
}

@media (width >= 768px) {
  .p-ticket30th-about-item__heading {
    padding: 3px 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-ticket30th-about {
  position: relative;
}

.p-ticket30th-about:before {
  content: "";
  background-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/about_bg_sp.webp");
  background-size: cover;
  width: 100%;
  height: calc(100% + 1px);
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}

@media (width >= 768px) {
  .p-ticket30th-about:before {
    background-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/about_bg.webp");
  }
}

.p-ticket30th-about__wrapper {
  padding: 66px 8px 80px;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-about__wrapper {
    max-width: 1320px;
    margin-inline: auto;
    padding: 132px 80px 150px;
  }
}

.p-ticket30th-about__heading img {
  margin-inline: auto;
  position: relative;
}

.p-ticket30th-about__note {
  color: #fff;
  text-align: center;
  opacity: .8;
  margin-top: 25px;
  font-size: min(1.8797rem, 10px);
  line-height: 1.6;
}

@media (width >= 768px) {
  .p-ticket30th-about__note {
    margin-top: 36px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-ticket30th-about__inner {
  margin-top: 66px;
}

@media (width < 768px) {
  .p-ticket30th-about__inner {
    padding-inline: 16px;
  }
}

@media (width >= 768px) {
  .p-ticket30th-about__inner {
    margin-top: 84px;
  }
}

.p-ticket30th-about__list {
  gap: 36px;
  display: grid;
}

@media (width >= 768px) {
  .p-ticket30th-about__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
  }
}

.p-ticket30th-apply {
  background-color: #f0f1f2;
  background-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/apply_bg.svg");
  background-position: -20px 2px;
  background-repeat: repeat;
  background-size: 1320px;
  row-gap: 72px;
  padding: 72px 16px;
  display: grid;
}

@media (width >= 768px) {
  .p-ticket30th-apply {
    background-position: -28px 2px;
    background-size: 1684px;
    row-gap: 126px;
    padding: 126px 0 140px;
  }
}

.p-ticket30th-faq {
  background-color: #fff;
  row-gap: 44px;
  max-width: 1440px;
  margin-inline: auto;
  padding: 72px 24px 80px;
  display: grid;
}

@media (width >= 768px) {
  .p-ticket30th-faq {
    grid-template-columns: auto 1fr;
    gap: 48px 120px;
    max-width: 1360px;
    padding: 140px 80px 148px;
  }
}

.p-ticket30th-faq__hgroup-text {
  color: #fff;
  background-color: #2c2828;
  border-radius: 3.40282e38px;
  width: fit-content;
  padding: 7px 16px;
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 1;
}

@media (width < 768px) {
  .p-ticket30th-faq__hgroup-text {
    margin-bottom: 16px;
    margin-inline: auto;
  }
}

@media (width >= 768px) {
  .p-ticket30th-faq__hgroup-text {
    padding: 8px 20px 10px;
    font-size: 1.8rem;
    line-height: 1;
  }
}

.p-ticket30th-faq__hgroup-en {
  letter-spacing: .02em;
  font-family: Outfit, sans-serif;
  font-size: min(9.02256rem, 48px);
  font-weight: 600;
  line-height: 1;
}

@media (width < 768px) {
  .p-ticket30th-faq__hgroup-en {
    text-align: center;
  }
}

@media (width >= 768px) {
  .p-ticket30th-faq__hgroup-en {
    margin-top: 20px;
    font-size: 8.8rem;
    line-height: 1;
  }
}

.p-ticket30th-faq__continer {
  gap: 56px;
  display: grid;
}

@media (width >= 768px) {
  .p-ticket30th-faq__continer {
    grid-column: 2 / 3;
    grid-row-start: 2;
    width: 100%;
    max-width: 880px;
    margin-left: auto;
  }
}

@media (width >= 768px) and (width >= 768px) {
  .p-ticket30th-faq__continer {
    gap: 96px;
  }
}

.p-ticket30th-faq__heading {
  margin-bottom: 28px;
  font-size: min(3.38346rem, 18px);
  font-weight: 600;
  line-height: 1.4;
}

@media (width >= 768px) {
  .p-ticket30th-faq__heading {
    margin-bottom: 48px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.p-ticket30th-faq__list {
  gap: 20px;
  display: grid;
}

@media (width >= 768px) {
  .p-ticket30th-faq__list {
    gap: 24px;
  }
}

.p-ticket30th-faq__item {
  background-color: #f0f1f2;
  border-radius: 10px;
  padding: 22px 16px 16px;
}

@media (width >= 768px) {
  .p-ticket30th-faq__item {
    padding: 30px 16px 16px;
  }
}

.p-ticket30th-faq__question {
  padding-inline: 44px 8px;
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 1.65;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-faq__question {
    padding-inline: 58px 8px;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}

.p-ticket30th-faq__question:before {
  box-sizing: border-box;
  content: "Q";
  color: #fff;
  background-color: #2c2828;
  border-radius: 50%;
  place-items: center;
  width: 26px;
  height: 26px;
  padding-right: 1px;
  font-family: Outfit, sans-serif;
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 1;
  display: grid;
  position: absolute;
  top: 0;
  left: 8px;
}

@media (width >= 768px) {
  .p-ticket30th-faq__question:before {
    width: 36px;
    height: 36px;
    font-size: 1.8rem;
    line-height: 1;
    top: -4px;
  }
}

.p-ticket30th-faq__question:before {
  padding-left: 2px;
}

.p-ticket30th-faq__answer {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 16px;
  padding: 16px 16px 16px 44px;
  font-size: min(2.63158rem, 14px);
  font-weight: 500;
  line-height: 1.65;
  position: relative;
  box-shadow: 0 0 8px #0000000f;
}

@media (width >= 768px) {
  .p-ticket30th-faq__answer {
    margin-top: 24px;
    padding: 20px 20px 20px 58px;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}

.p-ticket30th-faq__answer:before {
  content: "A.";
  letter-spacing: .02em;
  font-family: Outfit, sans-serif;
  font-size: min(3.00752rem, 16px);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 15px;
}

@media (width >= 768px) {
  .p-ticket30th-faq__answer:before {
    font-size: 2rem;
    line-height: 1;
    top: 23px;
    left: 20px;
  }
}

.p-ticket30th-faq__answer .note {
  color: gray;
  margin-top: 4px;
  padding-left: 1em;
  font-size: min(2.25564rem, 12px);
  font-weight: 600;
  line-height: 1.6;
  display: block;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-faq__answer .note {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-ticket30th-faq__answer .note:before {
  content: "※";
  margin-left: -1em;
  font-size: 1em;
  position: absolute;
}

.p-ticket30th-faq__answer a {
  width: auto;
  display: inline-block;
}

@media (width >= 768px) {
  .p-ticket30th-flow {
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 80px;
  }
}

.p-ticket30th-flow__hgroup {
  text-align: center;
}

.p-ticket30th-flow__hgroup-text {
  background-color: #fff;
  border-radius: 3.40282e38px;
  width: fit-content;
  margin-inline: auto;
  padding: 8px 20px 10px;
  font-size: min(3.38346rem, 18px);
  font-weight: 600;
  line-height: 1;
}

@media (width >= 768px) {
  .p-ticket30th-flow__hgroup-text {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.p-ticket30th-flow__hgroup-en {
  letter-spacing: .02em;
  font-family: Outfit, sans-serif;
  font-size: min(16.5414rem, 88px);
  font-weight: 600;
  line-height: 1;
}

@media (width >= 768px) {
  .p-ticket30th-flow__hgroup-en {
    font-size: 8.8rem;
    line-height: 1;
  }
}

.p-ticket30th-flow__wrapper {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 48px 24px 52px;
  box-shadow: 0 0 8px #0000000f;
}

@media (width >= 768px) {
  .p-ticket30th-flow__wrapper {
    padding: 88px 80px 112px;
  }
}

.p-ticket30th-flow__note {
  color: #f02e24;
  border: 1px solid #f02e24;
  border-radius: 10px;
  padding: 19px 23px;
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 1.8;
}

@media (width >= 768px) {
  .p-ticket30th-flow__note {
    text-align: center;
    padding: 28px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-ticket30th-flow__note a[target="_blank"]:after {
  margin-top: .58em;
}

.p-ticket30th-flow__step {
  gap: 36px;
  margin-top: 40px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-flow__step {
    gap: 56px;
    margin-top: 68px;
  }
}

.p-ticket30th-flow__step:before {
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
}

@media (width >= 768px) {
  .p-ticket30th-flow__step:before {
    left: 40px;
  }
}

.p-ticket30th-flow__item {
  grid-template-columns: 50px auto;
  align-items: center;
  column-gap: 16px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-flow__item {
    grid-template-columns: 80px auto;
    column-gap: 32px;
  }
}

.p-ticket30th-flow__item:last-child .p-ticket30th-flow__number:before {
  height: calc(100% + 14px);
}

.p-ticket30th-flow__number {
  width: 50px;
  height: 50px;
}

@media (width >= 768px) {
  .p-ticket30th-flow__number {
    width: 80px;
    height: 80px;
  }
}

.p-ticket30th-flow__number:before {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 58px;
  display: block;
  position: absolute;
  top: -4px;
}

@media (width >= 768px) {
  .p-ticket30th-flow__number:before {
    width: 80px;
    height: 94px;
    top: -7px;
  }
}

.p-ticket30th-flow__number-inner {
  color: #fff;
  background-color: #2c2828;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 100%;
  height: 100%;
  font-family: Outfit, sans-serif;
  font-size: min(3.19549rem, 17px);
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-flow__number-inner {
    font-size: 2.8rem;
    line-height: 1;
  }
}

.p-ticket30th-flow__number-inner > span {
  letter-spacing: .08em;
  font-size: min(1.8797rem, 10px);
  font-weight: 600;
  line-height: 1;
}

@media (width >= 768px) {
  .p-ticket30th-flow__number-inner > span {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.p-ticket30th-flow__content {
  display: contents;
}

.p-ticket30th-flow__content > * {
  grid-column-start: 2;
}

.p-ticket30th-flow__heading {
  font-size: min(3.38346rem, 18px);
  font-weight: 600;
  line-height: 1.6;
}

@media (width >= 768px) {
  .p-ticket30th-flow__heading {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.p-ticket30th-flow__heading small {
  font-size: min(2.81955rem, 15px);
  font-weight: 500;
  line-height: 1.6;
}

@media (width >= 768px) {
  .p-ticket30th-flow__heading small {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-ticket30th-flow__text {
  margin-top: 6px;
  font-size: min(2.63158rem, 14px);
  font-weight: 500;
  line-height: 1.65;
}

@media (width >= 768px) {
  .p-ticket30th-flow__text {
    font-size: 1.5rem;
    line-height: 1.65;
  }
}

.p-ticket30th-flow__text a[target="_blank"]:after {
  margin-top: .5em;
}

.p-ticket30th-flow__note-list {
  gap: 2px;
  margin-top: 10px;
  display: grid;
}

@media (width >= 768px) {
  .p-ticket30th-flow__note-list {
    gap: 4px;
    margin-top: 12px;
  }
}

.p-ticket30th-flow__note-item {
  color: gray;
  padding-left: 1em;
  font-size: min(2.25564rem, 12px);
  font-weight: 600;
  line-height: 1.6;
}

@media (width >= 768px) {
  .p-ticket30th-flow__note-item {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-ticket30th-flow__note-item:before {
  content: "※";
  margin-left: -1em;
  font-size: 1em;
  position: absolute;
}

.p-ticket30th-flow__note-text {
  color: gray;
  margin-top: 10px;
  padding-left: 1em;
  font-size: min(2.25564rem, 12px);
  font-weight: 600;
  line-height: 1.6;
}

@media (width >= 768px) {
  .p-ticket30th-flow__note-text {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-ticket30th-flow__note-text:before {
  content: "※";
  margin-left: -1em;
  font-size: 1em;
  position: absolute;
}

.p-ticket30th-flow__link {
  margin-top: 12px;
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 2;
}

@media (width >= 768px) {
  .p-ticket30th-flow__link {
    margin-top: 22px;
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-ticket30th-flow__link > a {
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 2;
}

@media (width >= 768px) {
  .p-ticket30th-flow__link > a {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-ticket30th-flow__link > a[target="_blank"]:after {
  margin-top: 8px;
  margin-left: 4px;
  display: inline-block;
  position: absolute;
  inset: auto;
}

@media (width >= 768px) {
  .p-ticket30th-flow__link > a[target="_blank"]:after {
    margin-top: 10px;
  }
}

.p-ticket30th-mv img {
  width: 100%;
}

.p-ticket30th-rules-entry {
  padding-top: 56px;
}

@media (width < 768px) {
  .p-ticket30th-rules-entry {
    padding-inline: 8px;
  }
}

@media (width >= 768px) {
  .p-ticket30th-rules-entry {
    padding-top: 96px;
  }
}

.p-ticket30th-rules-entry__agree {
  text-align: center;
}

.p-ticket30th-rules-entry__agree label {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: min(2.81955rem, 15px);
  font-weight: 600;
  line-height: 1.65;
  display: flex;
}

@media (width >= 768px) {
  .p-ticket30th-rules-entry__agree label {
    font-size: 1.6rem;
    line-height: 1.65;
  }
}

.p-ticket30th-rules-entry__agree input {
  appearance: none;
  background-color: #fff;
  background-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/icon_check.svg");
  background-position: 50% 5.5px;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline-color: #235fcc;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.p-ticket30th-rules-entry__agree input:checked {
  background-color: #2c2828;
}

.p-ticket30th-rules-entry__agree:has(input:checked) + .p-ticket30th-rules-entry__link {
  pointer-events: auto;
  background-color: #2c2828;
}

.p-ticket30th-rules-entry__link {
  margin-top: 56px;
  pointer-events: none;
  color: #fff;
  letter-spacing: .04em;
  background-color: gray;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-inline: auto;
  padding-block: 20px;
  font-size: min(3.38346rem, 18px);
  font-weight: 600;
  line-height: 1.65;
  transition: opacity .3s;
  display: flex;
}

@media (width >= 768px) {
  .p-ticket30th-rules-entry__link {
    max-width: 720px;
    margin-top: 64px;
    padding-block: 24px 19px;
    font-size: 2.4rem;
    line-height: 1.65;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-ticket30th-rules-entry__link:hover {
    opacity: .7;
  }
}

.p-ticket30th-rules-entry__link-note {
  color: #2c2828;
  letter-spacing: .04em;
  background-color: #fff;
  border-radius: 3.40282e38px;
  padding: 6px 12px 7px;
  font-size: min(2.25564rem, 12px);
  line-height: 1;
}

@media (width >= 768px) {
  .p-ticket30th-rules-entry__link-note {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.p-ticket30th-rules-entry__link-text {
  align-items: center;
  gap: 8px;
  display: flex;
}

.p-ticket30th-rules-entry__link-text .circle {
  background-color: #fff;
  background-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/icon_arrow.svg");
  background-position: right 6.5px center;
  background-repeat: no-repeat;
  background-size: 6px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-rules-entry__link-text .circle {
    background-position: right 7.5px center;
    background-size: 7px;
    width: 24px;
    height: 24px;
    top: 1px;
  }
}

.p-ticket30th-rules-entry__note {
  color: #f02e24;
  text-align: center;
  margin-top: 16px;
  font-size: min(2.25564rem, 12px);
  font-weight: 600;
  line-height: 1.65;
}

@media (width >= 768px) {
  .p-ticket30th-rules-entry__note {
    margin-top: 24px;
    font-size: 1.2rem;
    line-height: 1.65;
  }

  .p-ticket30th-rules {
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 80px;
  }
}

.p-ticket30th-rules__wrapper {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  gap: 48px;
  padding: 48px 24px 52px;
  display: grid;
  box-shadow: 0 0 8px #0000000f;
}

@media (width >= 768px) {
  .p-ticket30th-rules__wrapper {
    gap: 88px;
    padding: 88px 80px;
  }
}

.p-ticket30th-rules__inner {
  gap: 32px;
  margin-top: 32px;
  display: grid;
}

@media (width >= 768px) {
  .p-ticket30th-rules__inner {
    gap: 44px;
    margin-top: 52px;
  }
}

.p-ticket30th-rules__heading {
  font-weight: 600;
}

.p-ticket30th-rules__heading:is(h3) {
  font-size: min(4.13534rem, 22px);
  line-height: 1.4;
}

@media (width >= 768px) {
  .p-ticket30th-rules__heading:is(h3) {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

.p-ticket30th-rules__heading:is(h4) {
  padding-left: 18px;
  font-size: min(3.38346rem, 18px);
  line-height: 1.6;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-rules__heading:is(h4) {
    padding-left: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-ticket30th-rules__heading:is(h4):before {
  --marker-size: 8px;
  margin-top: calc((1lh - var(--marker-size)) / 2);
  margin-bottom: calc((1lh - var(--marker-size)) / 2);
  content: "";
  background-color: #2c2828;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

.p-ticket30th-rules__heading:is(h5) {
  margin-top: 12px;
  font-size: min(2.63158rem, 14px);
  line-height: 1.65;
}

@media (width >= 768px) {
  .p-ticket30th-rules__heading:is(h5) {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.65;
  }
}

.p-ticket30th-rules__list {
  gap: 2px;
  margin-top: 8px;
  display: grid;
}

@media (width >= 768px) {
  .p-ticket30th-rules__list {
    margin-top: 12px;
  }
}

.p-ticket30th-rules__list:is(ol) {
  counter-reset: number 0;
}

.p-ticket30th-rules__list:is(ol) > li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  background-color: #0000;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1.1em;
  top: auto;
  left: auto;
}

.p-ticket30th-rules__item {
  padding-left: 12px;
  font-size: min(2.44361rem, 13px);
  font-weight: 500;
  line-height: 1.65;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-rules__item {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}

.p-ticket30th-rules__item:before {
  --marker-size: 4px;
  margin-top: calc((1lh - var(--marker-size)) / 2);
  margin-bottom: calc((1lh - var(--marker-size)) / 2);
  width: var(--marker-size);
  height: var(--marker-size);
  content: "";
  background-color: gray;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

.p-ticket30th-rules__item a {
  font-weight: 600;
}

.p-ticket30th-rules__item .note {
  color: gray;
  font-size: min(2.25564rem, 12px);
  line-height: 1.6;
}

@media (width >= 768px) {
  .p-ticket30th-rules__item .note {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-ticket30th-rules__item > ul {
  gap: 6px;
  display: grid;
}

.p-ticket30th-rules__item > ul > li {
  padding-left: 1em;
}

.p-ticket30th-rules__item > ul > li:before {
  content: "-";
  margin-left: -1em;
  position: absolute;
}

.p-ticket30th-rules__item > ul > li .p-ticket30th-rules__note {
  margin-top: 4px;
}

.p-ticket30th-rules__item > ul > li .p-ticket30th-rules__note + .p-ticket30th-rules__note {
  margin-top: 0;
}

.p-ticket30th-rules__text {
  margin-top: 12px;
  font-size: min(2.63158rem, 14px);
  font-weight: 500;
  line-height: 1.65;
}

@media (width >= 768px) {
  .p-ticket30th-rules__text {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.65;
  }
}

.p-ticket30th-rules__terms {
  background-color: #f7f7f7;
  border-radius: 10px;
  gap: 8px;
  margin-top: 28px;
  padding: 20px 24px;
  display: grid;
}

@media (width >= 768px) {
  .p-ticket30th-rules__terms {
    gap: 12px;
    margin-top: 40px;
    padding: 40px 48px;
  }
}

.p-ticket30th-rules__terms-text {
  font-size: min(2.63158rem, 14px);
  font-weight: 500;
  line-height: 1.65;
}

@media (width >= 768px) {
  .p-ticket30th-rules__terms-text {
    font-size: 1.5rem;
    line-height: 1.65;
  }
}

.p-ticket30th-rules__link {
  margin-top: 10px;
  font-size: min(2.63158rem, 14px);
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
}

@media (width >= 768px) {
  .p-ticket30th-rules__link {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-ticket30th-rules__note {
  color: gray;
  margin-top: 4px;
  padding-left: 1em;
  font-size: min(2.25564rem, 12px);
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-rules__note {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-ticket30th-rules__note:before {
  content: "※";
  margin-left: -1em;
  font-size: 1em;
  font-weight: 600;
  position: absolute;
}

.p-ticket30th-rules__administrator {
  margin-top: 16px;
  font-size: min(2.63158rem, 14px);
  font-weight: 500;
  line-height: 1.65;
}

@media (width >= 768px) {
  .p-ticket30th-rules__administrator {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.65;
  }
}

.p-ticket30th-site {
  background-color: #fff;
}

@media (width >= 768px) {
  .p-ticket30th-site {
    padding-bottom: 40px;
  }
}

.p-ticket30th-site__list {
  gap: 14px;
  margin-inline: auto;
  padding-inline: 24px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-site__list {
    background-color: #0000;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    max-width: 1350px;
    padding-inline: 80px;
  }
}

.p-ticket30th-site__link {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-inline: 8px;
  display: flex;
  position: relative;
}

@media (width >= 768px) {
  .p-ticket30th-site__link {
    height: 76px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-ticket30th-site__link:hover:before {
    background-color: #2c2828;
  }

  .p-ticket30th-site__link:hover img {
    opacity: .6;
  }
}

.p-ticket30th-site__link:before {
  content: "";
  background-color: #2c2828;
  width: 11px;
  height: 11px;
  transition: background-color .3s;
  display: block;
  position: absolute;
  bottom: 12px;
  right: 12px;
  -webkit-mask-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/icon_blank.svg");
  mask-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/icon_blank.svg");
}

@media (width >= 768px) {
  .p-ticket30th-site__link:before {
    bottom: 14px;
    right: 16px;
  }
}

@media (width < 768px) {
  .p-ticket30th-site__link img {
    scale: .85;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-ticket30th-site__link img {
    transition: opacity .3s;
  }
}

.p-ticket30th {
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: Noto Sans JP, sans-serif;
  position: relative;
}

.p-ticket30th * {
  letter-spacing: .06em;
}

.p-ticket30th .uk-template.primary {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  position: absolute;
}

.p-ticket30th .uk-template.primary .uk-module-breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-ticket30th .uk-template.primary .uk-module-breadcrumb li.current, .p-ticket30th .uk-template.primary .uk-module-breadcrumb li:not(.current) a {
  color: #fff;
}

.p-ticket30th .uk-template.primary .uk-module-breadcrumb li:not(:last-child):after {
  background-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/icon_arrow_right.svg");
}

body:has(.p-ticket30th) .totop {
  display: none;
}

.u-ticket30th-sp {
  display: none;
}

@media (width < 768px) {
  .u-ticket30th-sp {
    display: block;
  }
}

.u-ticket30th-pc {
  display: none;
}

@media (width >= 768px) {
  .u-ticket30th-pc {
    display: block;
  }
}

.u-ticket30th-underline {
  transform-origin: 100% 100%;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size .3s;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .u-ticket30th-underline:hover {
    animation: .6s ticket30thUnderline;
  }
}

.u-ticket30th-underline[target="_blank"] {
  margin-right: 20px;
}

.u-ticket30th-underline[target="_blank"]:after {
  content: "";
  background-color: currentColor;
  width: 11px;
  height: 11px;
  margin-top: .5em;
  margin-left: 4px;
  display: inline-block;
  position: absolute;
  -webkit-mask-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/icon_blank.svg");
  mask-image: url("/corporation/cpn/snc-ikutalilas_ticketcp/img/icon_blank.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (width >= 768px) {
  .u-ticket30th-underline[target="_blank"]:after {
    margin-top: .475em;
    margin-left: 4px;
  }
}
