@charset "UTF-8";
:root {
  --var-text-color: var(--color-gray-100);
  --var-border-color: var(--color-gray-200);
  --border-radius-sm: 4px;
  --border-radius-md: 10px;
  --border-radius-lg: 16px;
  --color-gray-100: #1A1A1E;
  --color-gray-200: #CBCBD2;
  --color-gray-300: #F0F0F2;
  --color-theme : #1A1A1E;
  --color-green-100: #00B893;
  --color-green-200: #55EACE;
  --color-green-300: #D5FAF3;
  --color-yellow: #FDFBDA;
  --color-notice: #FFE6DF;
  --color-note: #FAF9F5;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: 16px;
  --font-size-lg: 20px;
  --font-size-xl: 24px;
  --font-size-2xl: 32px;
  --font-size-3xl: 40px;
  --font-size-4xl: 48px;
  --font-size-5xl: 64px;
  --font-weight-regular: 400;
  --font-weight-bold: 600;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  margin: 0;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}

body {
  color: var(--var-text-color);
  font-family: "source-han-sans-japanese","Hiragino Kaku Gothic ProN","游ゴシック","メイリオ",sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

main {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:visited,
a:link {
  color: var(--var-text-color);
}

a:hover {
  color: var(--var-text-color);
  text-decoration: underline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

p {
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted;
}

fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
.pc-wrapper {
  display: none;
}
.bg-gray {
  background: var(--color-gray-300);
}
.section-position-adjust {
  position: relative;
  z-index: 1;
}
.section-inr {
  padding: 48px 20px;
}
.lp-section-ttl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
}
.lp-section-ttl:after {
  content: "";
  width: 24px;
  height: 4px;
  background: var(--color-gray-100);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lp-section-desc {
  font-size: 14px;
  margin-bottom: 16px;
}
.lp-fv {
  position: relative;
  min-height: 592px;
  padding: 16px;
  display: flex;
  align-items: center;
}
.lp-fv__bg {
  min-height: 592px;
  width: 100%;
  background: url(../images/fv-bg-sp.png) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.lp-fv__logo {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}
.lp-fv__logo img {
  width: 57px;
  height: auto;
}
.lp-fv__inr {
  width: 100%;
  z-index: 1;
}
.lp-fv__txt {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 54px;
}
.lp-fv__subttl {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.lp-fv__ttl {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
}
.lp-fv__desc {
  font-size: 14px;
  font-weight: 600;
}
.lp-fv__event__date {
  border-radius: 4px;
  border: 1px solid var(--color-gray-200);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(4px);
  font-weight: 700;
  max-width: 335px;
  margin: 24px auto 0;
  padding: 8px 20px;
  font-size: 14px;
  color: #fff;
}
.lp-fv__event__date dl {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.lp-fv__event__date dd {
  text-align: right;
}
.lp-section {
  padding: 48px 20px;
}
.section-about {
  background: #fff;
}
.about__lllust {
  img {
    width: 100%;
    height: auto;
  }
}
.section-about .lp-section-ttl {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 20px;
}
.section-about .lp-section-ttl:after {
  display: none;
}
.section-about .lp-section-desc {
  text-align: left;
}
.about__btn {
  display: block;
  padding: 16px;
  border: 1px solid;
  color: var(--var-text-color);
  text-align: center;
  border-radius: 4px;
  font-weight: var(--font-weight-bold);
  text-decoration: none;
  margin-top: 24px;
  &:hover {
    background: var(--color-gray-300);
    text-decoration: none;
  }
}
.section-ticket {
  position: relative;
  z-index: 0;
}
.lp-image-box {
  border: 1px solid #D8D7DD;
  border-radius: 10px;
  padding: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
  background: #fff;
}
.lp-image-box__ttl {
  font-size: 16px;
  margin-bottom: 8px;
}
.ticket-block {
  margin-top: 32px;
}
.ticket-lst__note {
  font-size: 14px;
  text-align: left;
}
.ticket-lst__note {
  margin-top: 8px;
}
.ticket-card-lst {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.ticket-card-item__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border-radius: var(--border-radius-sm);
  text-decoration: none;
  color: var(--var-text-color);
  transition: box-shadow 0.2s ease;
}
.ticket-card-item__link:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.ticket-card-item__area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 61px;
  border-radius: 2px;
  flex-shrink: 0;
  color: #fff;
}
.ticket-card-item__area__letter {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.ticket-card-item__area__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.ticket-card-item__area--a { background-color: #E6091B; }
.ticket-card-item__area--b { background-color: #009845; }
.ticket-card-item__area--c { background-color: #00A0E9; }
.ticket-card-item__area--d { background-color: #1C2389; }
.ticket-card-item__area--f { background-color: #7E3191; }
.ticket-card-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ticket-card-item__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
.ticket-card-item__desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
.ticket-card-item__prices {
  display: flex;
  gap: 16px;
}
.ticket-card-item__price {
  display: flex;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
}
.ticket-card-item__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.section-flow {
  background: #fff;
  position: relative;
  z-index: 1;
}
.lp-flow__lst {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.lp-flow__item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--var-border-color);
}
.lp-flow__item__txt {
  padding: 12px 16px;
  text-align: left;
}
.lp-flow__item__num {
  background: var(--color-green-200);
  color: var(--var-text-color);
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-weight: bold;
}
.lp-flow__item__img {
  width: 100%;
  line-height: 0;
  img {
    width: 100%;
    height: auto;
  }
}
.lp-flow__item__ttl {
  font-size: 20px;
  margin-bottom: 4px;
}
.lp-flow__item__desc {
  text-align: left;
  font-size: 14px;
}
.lp-flow__item__desc a {
  text-decoration: underline;
  color: var(--color-gray-100);
}
.section-display {
  background: #fff;
  position: relative;
  z-index: 1;
}
.display-card {
  border: 1px solid var(--color-gray-200);
  border-radius: 10px;
  padding: 16px;
}
.display-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.display-card__intro {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
.display-card__link {
  text-decoration: underline;
  color: inherit;
}
.display-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.display-step__txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.display-step__num {
  font-size: 14px;
  text-align: left;
}
.display-step__desc {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
.display-step__note {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}
.display-step__img {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.display-step__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: var(--color-gray-300);
}
.display-step__img__caption {
  font-size: 12px;
  font-weight: 400;
  color: #828291;
  text-align: center;
}
.lp-card {
  background: #fff;
  border-radius: 8px;
}
.lp-card + .lp-card {
  margin-top: 24px;
}
.lp-card__ttl {
  font-size: 18px;
  background: #171717;
  color: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 8px 8px 0 0;
}
.lp-card__content {
  padding: 16px;
  text-align: left;
  border: 1px solid var(--var-border-color);
  border-radius: 0 0 8px 8px;
}
.lp-card__content + .lp-card__content {
  padding: 0 16px 16px;
}
.lp-card__content__desc {
  font-size: 16px;
  & + .lp-card__content__desc {
    margin-top: 16px;
  }
}
.lp-card__content__desc.bold {
  font-weight: var(--font-weight-bold);
}
.lp-card__content__ttl {
  font-size: 20px;
  margin-bottom: 8px;
}
.lp-card__content__btn {
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  border: 1px solid;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none !important;
  &:hover {
    background: var(--color-gray-300);
    text-decoration: none;
  }
}
.section-cancel {
  position: relative;
  z-index: 1;
  background: #fff;
}
.section-cancel .lp-section-ttl {
  color: var(--var-text-color);
}
.section-contact {
  position: relative;
  z-index: 1;
}
.section-contact .lp-section-ttl {
  color: var(--var-text-color);
}
.lp-contact__block {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.lp-contact__block__ttl {
  font-size: 20px;
  margin-bottom: 1em;
}
.lp-contact__block__cta {
  background-color: #171717;
  border-radius: 5rem;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  padding: 2rem 0;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}
.lp-contact__block__note {
  margin-top: 10px;
  font-size: 18px;
}
.lp-footer {
  background: #fff;
  border-top: 1px solid var(--var-border-color);
}
.lp-footer__inr {
  padding: 24px 0;
}

.return-top {
  padding: 32px 20px;
}

.return-top a {
  display: block;
  padding: 16px 24px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid;
  font-weight: 600;
  &:hover {
    background: var(--color-gray-300);
    text-decoration: none;
  }
}
.akippa-logo {
  width: 86px;
  height: auto;
  margin: 0 auto;
}

.footer-link {
  padding: 24px 20px;
}
.footer-link {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.copyright {
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: var(--color-gray-100);
}

@media screen and (min-width: 768px) {
  main {
    border-radius: 16px 16px 0 0;
  }
  .container {
    display: flex;
    background: url('../images/bg-pc.png') no-repeat;
    background-size: cover;
    background-attachment: fixed
  }
  .lp-main {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 0 0;
    border-top: 0;
    z-index: 2;
  }
  .lp-fv__ttl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .lp-main {
    margin: 0 max(13.75vw, 13.75rem) 0 auto;
  }
  .pc-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .lp-left {
    width: calc((100% - 600px) / 2);
    display: block;
    margin: 0 auto 0 max(13.75vw, 13.75rem);
    position: relative;
    box-sizing: border-box;
  }
  .lp-left__logo {
    width: 140px;
    position: absolute;
    left: 40px;
    top: 32px;
  }
  .lp-left__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lp-left__nav__lst {
    margin-top: 10px;
    text-align: left;
    width: 25vw;
    display: grid;
    padding: 0;
    border-top: 1px solid #fff;
    margin-bottom: 24px;
  }
  .lp-left__nav__item a {
    color: #fff;
    font-weight: bold;
    padding: 8px 0 8px 20px;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #fff;
  }
  .lp-left__nav__item a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .lp-left__nav__item a br {
    display: none;
  }
  .lp-left__nav__lst--secondary {
    margin-top: 40px;
  }
  .lp-left__nav__lst--secondary a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 8px 0;
    text-align: left;
  }
  .lp-left__nav__lst--teritory {
    margin-top: 24px;
    display: flex;
    gap: 8px;
  }
  .lp-left__nav__lst--teritory a {
    color: #fff;
  }
  .lp-left__nav__ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
    text-align: center;
  }

  main img {
    display: block;
    max-height: 100%;
  }

  .lp-fv__ttl {
    font-size: 32px;
  }
  .section-about .lp-section-ttl {
    font-size: 18px;
  }
}
