@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Rammetto+One&display=swap");
/* 1. Use border-box for all elements */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin from common elements */
body, h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0;
}

/* 3. Remove list styles on ul/ol elements with a role of list */
ul[role=list], ol[role=list] {
  list-style: none;
}

/* 4. Set core root defaults */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* 5. Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  font-family: system-ui, sans-serif;
  background-color: #fff;
  color: #000;
}

/* 6. Make images easier to work with */
img, picture {
  max-width: 100%;
  display: block;
}

/* 7. Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}

/* 8. Remove animations and transitions for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --font-family--gothic: "Zen Kaku Gothic New", sans-serif;
  --font-oswald: "Oswald", sans-serif;
  --font-barlow: "Barlow Condensed", sans-serif;
  --font-family--rammetto: "Rammetto One", serif;
  --color-black: #1E1E1E;
  --color-purple: #6956B7;
  --color-blue: #4359B7;
  --color-orange: #ff9933;
  --color-brown: #C08F3E;
  --color-red: #ff3333;
  --color-button-bg: #0099cc;
  --gradation-background: rgb(9, 129, 206);
  --gradation-blue: linear-gradient(90deg, rgba(0, 0, 153, 1) 0%, rgba(45, 153, 205, 1) 100%);
  --gradation-blue-normal-background: rgb(22, 137, 204);
  --gradation-blue-normal: linear-gradient(90deg, rgba(22, 137, 204, 1) 0%, rgba(22, 137, 204, 1) 100%);
  --gradation-background-2: rgb(7, 72, 169, 1);
  --gradation-blue-2: linear-gradient(90deg, rgba(9, 152, 211, 1) 0%, rgba(7, 72, 169, 1) 100%);
}

html, body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family--gothic);
  font-size: 1.55rem;
  line-height: 2;
  font-weight: 500;
  color: var(--color-black);
  background: #FFFBF3;
  position: relative;
}
@media only screen and (min-width: 991px) {
  body {
    font-size: 1.6rem;
  }
}
#wpadminbar {
  position: fixed;
}

a {
  color: var(--color-black);
  text-decoration: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: var(--color-black);
}

p {
  margin-bottom: 0.8em;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 991px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 991px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 1120px) {
  .pc {
    display: none !important;
  }
}

input[type=submit], input[type=button], input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.l-pc-layout {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  display: flex;
  gap: 480px;
}
.l-pc-layout::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 991px) {
  .home .mobile-container {
    padding-top: 40px;
  }
}

.mobile-container {
  width: 100%;
  background: #FFFBF3;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 991px) {
  .mobile-container {
    max-width: 450px;
    min-height: 99.8vh;
    margin-inline: auto;
    overflow: scroll;
  }
}
.mobile-container .bg_fire-works-pic__1 {
  left: 20px;
  top: 520px;
}
.mobile-container .bg_fire-works-pic__2 {
  right: 20px;
  top: 320px;
}

.container {
  position: relative;
  width: 100%;
  max-width: calc(100% - 72px);
  margin-inline: auto;
}

.site-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.site-bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
  opacity: 1;
  transition: opacity 3s;
}

.l-side-container {
  display: none;
  flex: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 991px) {
  .l-side-container {
    display: block;
  }
}
.l-side-container__right .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 80px;
}
.l-side-container__right .p-front-header img {
  transform: scale(-1, 1);
  width: 100%;
}
.l-side-container__right .fire-works-pic {
  position: absolute;
  left: 50px;
  bottom: calc(50% - 135px);
}
.l-side-container-menu {
  font-weight: bold;
  color: white;
  text-align: right;
  margin-right: 25px;
  margin-bottom: 46px;
}
.l-side-container-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-side-container-menu .menu-item {
  margin-bottom: 6px;
}
.l-side-container-menu .menu-item a {
  color: white;
}
.l-side-container-menu .menu-item a:hover {
  color: #222222;
}
.l-side-container-menu-privacy {
  font-size: 1.4rem;
  color: white;
  text-align: right;
}
.l-side-container-sns {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-right: 25px;
}
.l-side-container-company {
  position: absolute;
  bottom: 60px;
  font-size: 1.3rem;
  color: white;
}
.l-side-container-company-row {
  display: flex;
}
.l-side-container-company-title {
  width: 48px;
}
.l-side-container-copyright {
  margin-top: 1em;
}
.l-side-container-decoration-wave {
  position: absolute;
}
.l-side-container-decoration-wave__1 {
  left: 40px;
  bottom: 19vh;
}
.l-side-container-decoration-wave__2 {
  left: 135px;
  bottom: 19vh;
}

.l-side-container-kv {
  display: none;
}
@media only screen and (min-width: 991px) {
  .l-side-container-kv {
    display: grid;
  }
}
.l-side-container-kv .container {
  max-width: none;
}
.l-side-container-kv .fire-works-pic {
  position: absolute;
}
.l-side-container-kv .fire-works-pic__1 {
  right: calc(50% + 180px);
  bottom: -20px;
}
.l-side-container-kv .fire-works-pic__2 {
  left: calc(50% + 180px);
  bottom: 40px;
}

.p-front-kv, .l-side-container-kv {
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 991px) {
  .p-front-kv, .l-side-container-kv {
    place-content: center;
    padding: 0;
    height: 100%;
  }
}
.p-front-kv-bg, .l-side-container-kv-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 991px) {
  .p-front-kv-bg, .l-side-container-kv-bg {
    display: none;
  }
}
.p-front-kv-bg video, .l-side-container-kv-bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
  opacity: 1;
  transition: opacity 3s;
}
.p-front-kv-bg::after, .l-side-container-kv-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.p-front-kv-wave, .l-side-container-kv-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 0;
}
.p-front-kv-wave svg, .l-side-container-kv-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-front-kv-mark, .l-side-container-kv-mark {
  margin-bottom: 30px;
}
.p-front-kv-mark img, .l-side-container-kv-mark img {
  display: block;
  margin: auto;
}
.p-front-kv-title, .l-side-container-kv-title {
  text-align: center;
  color: white;
  margin-bottom: 110px;
}
@media only screen and (min-width: 991px) {
  .p-front-kv-title, .l-side-container-kv-title {
    margin-bottom: 55px;
  }
}
.p-front-kv-title-sub, .l-side-container-kv-title-sub {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (min-width: 991px) {
  .p-front-kv-title-sub, .l-side-container-kv-title-sub {
    font-size: 1.5rem;
  }
}
.p-front-kv-title-main, .l-side-container-kv-title-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 42px;
}
@media only screen and (min-width: 991px) {
  .p-front-kv-title-main, .l-side-container-kv-title-main {
    margin-bottom: 30px;
  }
}
.p-front-kv-title-main__number, .l-side-container-kv-title-main__number {
  margin-bottom: 14px;
}
.p-front-kv-title-main__logo, .l-side-container-kv-title-main__logo {
  margin-bottom: 8px;
}
.p-front-kv-title-main__en, .l-side-container-kv-title-main__en {
  font-family: var(--font-oswald);
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--color-brown);
  letter-spacing: 0.18em;
}
.p-front-kv-date, .l-side-container-kv-date {
  font-family: var(--font-barlow);
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-front-kv-date .year, .l-side-container-kv-date .year {
  font-size: 0.75em;
  font-weight: 600;
  bottom: 2px;
  position: relative;
}
.p-front-kv-date .date, .l-side-container-kv-date .date {
  font-weight: 600;
}
.p-front-kv-date .week, .l-side-container-kv-date .week {
  display: grid;
  place-content: center;
  background: white;
  border-radius: 3px;
  font-size: 18px;
  color: var(--color-brown);
  position: relative;
  bottom: 5px;
  left: 6px;
  padding: 1px 2px 2px;
}
.p-front-kv-time, .l-side-container-kv-time {
  font-size: 2.2rem;
  font-weight: bold;
}
.p-front-kv-time .lg, .l-side-container-kv-time .lg {
  font-size: 1.2727em;
  margin-right: -5px;
}
.p-front-kv-button, .l-side-container-kv-button {
  margin-bottom: 36px;
}
@media only screen and (min-width: 991px) {
  .p-front-kv-button, .l-side-container-kv-button {
    display: grid;
    gap: 15px;
  }
}
.p-front-kv-button .c-button, .l-side-container-kv-button .c-button {
  margin: auto;
}
@media only screen and (min-width: 991px) {
  .p-front-kv-button .c-button, .l-side-container-kv-button .c-button {
    width: 290px;
  }
}
.p-front-kv-sns, .l-side-container-kv-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.p-front-kv-sns .c-sns-icon, .l-side-container-kv-sns .c-sns-icon {
  width: 32px;
  height: 32px;
}
.p-front-kv-sns .c-sns-icon__x, .l-side-container-kv-sns .c-sns-icon__x {
  padding: 2px;
}
.p-front-kv-decoration-wave, .l-side-container-kv-decoration-wave {
  width: 69px;
  position: absolute;
}
.p-front-kv-decoration-wave__1, .l-side-container-kv-decoration-wave__1 {
  bottom: 149px;
  left: 50%;
  transform: translateX(-50%);
}
.p-front-kv-decoration-wave__2, .l-side-container-kv-decoration-wave__2 {
  display: none;
  bottom: 130px;
  right: 72px;
}

.l-site-wave {
  display: none;
}
@media only screen and (min-width: 991px) {
  .l-site-wave {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    z-index: 1;
  }
}
.l-site-wave .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 100" preserveAspectRatio="none"><path fill="%236956B7" d="M0,50 Q75,0 150,50 T300,50 T450,50 T600,50 V100 H0 Z"/> </svg>') repeat-x;
  background-size: 600px 30px;
  animation: wave-slide 40s linear infinite;
}

@keyframes wave-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-page {
  margin-bottom: 60px;
}

.privacy-policy h2 {
  font-size: 1.8rem;
}
.privacy-policy p, .privacy-policy ul {
  font-size: 1.5rem;
  line-height: 1.6;
}
.privacy-policy .p-page a {
  color: var(--color-blue);
}

.l-mobile-header {
  background: var(--color-blue);
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  padding-top: 25px;
  z-index: 100;
}
@media only screen and (min-width: 991px) {
  .l-mobile-header {
    display: none;
  }
}
.l-mobile-header::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../images/common/wave_bottom.svg") repeat-x;
  background-size: 40% 100%;
}
.l-mobile-header-inner {
  display: grid;
  place-content: center;
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
}
.l-mobile-header-logo {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: -3px;
}
.l-mobile-header-title img {
  display: block;
  width: 136px;
  margin: 0 auto 10px;
}
.l-mobile-header-title span {
  display: block;
  font-family: var(--font-oswald);
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-brown);
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-top: 5px;
}
.l-mobile-header-button {
  position: absolute;
  right: 0;
}

.l-mobile-title-header {
  display: grid;
  place-content: center;
  place-items: center;
  background: url("../images/common/bg_main.png") center center no-repeat;
  background-size: 180%;
  width: calc(100% - 40px);
  height: 120px;
  margin: 128px auto 48px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .l-mobile-title-header {
    margin: 18px auto 30px;
  }
}
.l-mobile-title-header:before, .l-mobile-title-header::after {
  content: "";
  position: absolute;
  background: url("../images/icons/wave_title.svg") center center no-repeat;
  background-size: contain;
  width: 39px;
  height: 18px;
}
.l-mobile-title-header::before {
  left: 15px;
  bottom: 14px;
}
.l-mobile-title-header::after {
  right: 15px;
  top: 14px;
}
.l-mobile-title-header h1 {
  text-align: center;
  color: white;
}
.l-mobile-title-header h1 span {
  display: block;
}
.l-mobile-title-header__sub {
  font-family: var(--font-oswald);
  font-weight: 500;
  font-size: 1.5rem;
  color: white;
  line-height: 1;
}
.l-mobile-title-header__main {
  font-size: 20px;
}

.l-mobile-header-button {
  position: fixed;
  z-index: 500;
  font-family: var(--font-oswald);
  font-size: 1.5rem;
  color: white;
  line-height: 1;
  text-align: right;
  background: none;
  border: none;
  border-radius: 0;
  top: 32px;
  right: 20px;
  width: 42px;
  padding: 0 0 15px;
  cursor: pointer;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 991px) {
  .l-mobile-header-button {
    display: none;
  }
}
.l-mobile-header-button::before, .l-mobile-header-button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50px;
  height: 2px;
  background: white;
  transition: transform 0.3s ease, width 0.3s ease, bottom 0.3s ease;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.l-mobile-header-button::before {
  width: 40px;
  height: 2px;
  bottom: 7px;
}
.l-mobile-header-button::after {
  width: 30px;
  height: 2px;
  bottom: 0;
}
.l-mobile-header-button.is-open::before {
  transform: rotate(45deg);
  bottom: -4px;
  width: 32px;
}
.l-mobile-header-button.is-open::after {
  transform: rotate(-45deg);
  bottom: -4px;
  width: 32px;
}

.l-global-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #8B75E8;
  background: linear-gradient(180deg, #6956B7 3.19%, #5C64D1 51.93%, #4C75F2 99.75%);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-items: start;
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 991px) {
  .l-global-menu {
    display: none;
  }
}
.l-global-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}
.l-global-menu-container {
  width: 100%;
  padding: 40px;
}
.l-global-menu-container nav {
  margin-top: 80px;
  margin-bottom: 80px;
}
.l-global-menu .menu {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-global-menu .menu-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.65em;
}
.l-global-menu .menu-item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 16px;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
}
.l-global-menu .menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-radius: 50%;
}
.l-global-menu .menu-item a {
  color: white;
}
.l-global-menu-title {
  display: grid;
  place-content: center;
  width: calc(100% - 40px);
  margin: auto;
  position: fixed;
  top: 25px;
  left: 20px;
}
.l-global-menu-logo {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: -3px;
}
.l-global-menu-logo-title img {
  display: block;
  width: 136px;
  margin: 0 auto 10px;
}
.l-global-menu-logo-title span {
  display: block;
  font-family: var(--font-oswald);
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-brown);
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-top: 5px;
}
.l-global-menu-sns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.l-global-menu-sns .c-sns-icon {
  width: 32px;
  height: 32px;
}
.l-global-menu-sns .c-sns-icon__x {
  padding: 2px;
}
.l-global-menu-company {
  font-size: 14px;
}
.l-global-menu-company-row {
  display: flex;
}
.l-global-menu-company-title {
  width: 48px;
}

.l-site-footer {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--color-purple);
  font-size: 1.3rem;
  color: white;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 991px) {
  .l-site-footer {
    display: none;
  }
}
.l-site-footer .wave {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../images/common/wave_bottom2.svg") repeat-x;
  background-size: 40% 100%;
  transform: scaleY(-1);
}
.l-site-footer .container {
  display: grid;
  place-content: center;
}
.l-site-footer-company {
  margin-bottom: 16px;
}
.l-site-footer-company-row {
  display: flex;
}
.l-site-footer-company-title {
  width: 48px;
}
.l-site-footer-copyright {
  text-align: center;
}

.l-footer-contact {
  border: 3px solid var(--color-purple);
  border-radius: 6px;
  padding: 24px;
}
.l-footer-contact-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.l-footer-contact p {
  line-height: 1.5;
}
.l-footer-contact p:last-child {
  margin-bottom: 0;
}

.c-wave-svg {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 0;
}
.c-wave-svg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-button {
  display: flex;
  width: 250px;
  height: 45px;
  padding-right: 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: linear-gradient(91deg, #4C75F2 3.19%, #5C64D1 51.93%, #6956B7 99.75%);
  font-weight: bold;
  color: #FFFBF3;
  letter-spacing: -0.08em;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
}
.c-button::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/icons/icon-arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
}
.c-button:hover {
  background: linear-gradient(91deg, #6956B7 3.19%, #5C64D1 51.93%, #4C75F2 99.75%);
  color: #FFFBF3;
}
.c-button__download::after {
  width: 18px;
  height: 18px;
  background: url("../images/icons/icon-download.svg") center center no-repeat;
  background-size: contain;
  right: 15px;
  top: 15px;
}

.c-section-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.c-section-title__sub {
  font-family: var(--font-oswald);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-blue);
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  margin-bottom: 4px;
}
.c-section-title__sub::before {
  content: "";
  display: block;
  width: 68px;
  height: 14px;
  background: url("../images/common/h2_wave.svg") center center no-repeat;
  background-size: contain;
  margin: 0 auto 4px;
}
.c-section-title__main {
  font-size: 2rem;
  color: var(--color-blue);
  line-height: 1.2;
}

.wp-block-separator {
  border-top: 1px solid var(--color-brown);
}

.c-section-block {
  margin-bottom: 60px;
}
.c-section-block:last-of-type {
  margin-bottom: 30px;
}

.c-section-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.c-table-list {
  border-top: 1px solid var(--color-blue);
}
.c-table-list dt {
  font-weight: bold;
  color: var(--color-blue);
  padding-top: 16px;
}
.c-table-list dd {
  border-bottom: 1px solid var(--color-blue);
  padding-bottom: 16px;
}
.c-table-list p {
  line-height: 1.5;
}
.c-table-list ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.6em;
}
.c-table-list ul li {
  line-height: 1.3;
  padding-left: 1em;
  position: relative;
}
.c-table-list ul li:not(:last-child) {
  margin-bottom: 0.8em;
}
.c-table-list ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--color-purple);
  border-radius: 50%;
}
.c-table-list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--color-purple);
  border-radius: 50%;
}
.c-table-list a {
  color: var(--color-blue);
  text-decoration: underline;
}
.c-table-list-content-title {
  font-weight: bold;
}

.c-youtube-block {
  max-width: 100%;
  margin: 1em auto;
}
.c-youtube-block iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.c-youtube-block__horizontal {
  max-width: 480px;
  margin: 1em auto;
}
.c-youtube-block__horizontal iframe {
  aspect-ratio: 9/16;
}

.c-area-map-block {
  padding: 16px 0;
}

.p-front-header {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 120%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 991px) {
  .p-front-header {
    top: -30px;
    width: 100%;
  }
}
.p-front-header img {
  width: 100%;
}

.p-front-kv {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 991px) {
  .p-front-kv {
    display: none;
  }
}
.p-front-kv .fire-works-pic {
  width: 57px;
  position: absolute;
}
.p-front-kv .fire-works-pic__1 {
  left: 5px;
  bottom: 70px;
}
.p-front-kv .fire-works-pic__2 {
  right: 5px;
  bottom: 200px;
}
.p-front-kv-message {
  position: absolute;
  left: 0;
  bottom: -40px;
  font-family: var(--font-oswald);
  font-weight: bold;
  font-size: 56px;
  color: white;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.02;
  overflow: hidden;
}
.p-front-kv-message .swiper-wrapper {
  transition-timing-function: linear;
  width: 780px;
}
.p-front-kv-message .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-front-concept-movie {
  position: relative;
  aspect-ratio: 16/9;
  width: calc(100% - 50px);
  margin-inline: auto;
  margin-top: -60px;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 991px) {
  .p-front-concept-movie {
    margin-top: 0;
  }
}
.p-front-concept-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-front-concept {
  font-size: 2.1rem;
  font-weight: 900;
  text-align: center;
  color: var(--color-brown);
  padding: 40px 0;
}

.p-front-ticket-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-front-ticket-desc p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-front-ticket-desc p:not(:last-child) {
  margin-bottom: 1em;
}
.p-front-ticket-image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
}
.p-front-ticket-image img {
  width: 100%;
}
.p-front-ticket-price {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-purple);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 1em;
}
.p-front-ticket-price .num {
  font-size: 1.25em;
}

.p-front-main {
  padding-bottom: 40px;
}

.p-front-section-button .c-button {
  width: 270px;
  margin-inline: auto;
}

.p-front-ticket-image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
  aspect-ratio: 16/9;
}
.p-front-ticket-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front-ticket-caution p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-front-ticket-caution p:not(:last-child) {
  margin-bottom: 1em;
}
.p-front-ticket .p-front-section-button {
  padding-top: 20px;
}

.p-front-about-content-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.p-front-about-content p {
  line-height: 1.43;
  margin-bottom: 20px;
}
.p-front-about .p-front-section-button {
  padding-top: 10px;
}

.p-front-news {
  margin-bottom: 40px;
}
.p-front-news-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.p-front-news-list ul li {
  line-height: 1.5;
  border-bottom: 1px solid var(--color-blue);
  padding: 10px 5px;
}
.p-front-news-list ul li:first-child {
  border-top: 1px solid var(--color-blue);
}
.p-front-news-list ul li time {
  display: block;
  font-size: 1.65rem;
  font-weight: bold;
  color: var(--color-purple);
  margin-bottom: 4px;
}
.p-front-area {
  position: relative;
}
.p-front-area-deco {
  position: absolute;
  opacity: 0.44;
}
.p-front-area-deco__1 {
  left: -92px;
  top: -60px;
}
.p-front-area-deco__2 {
  right: -90px;
}
.p-front-area-map {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.p-front-area-map img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
.p-front-area-desc {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 42px;
}
.p-front-area-transit {
  padding-top: 36px;
}
.p-front-area-transit h3 {
  color: var(--color-purple);
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.p-front-area-transit h3::before, .p-front-area-transit h3::after {
  content: "";
  width: 173px;
  height: 29px;
  position: absolute;
  background: url("../images/icons/waves.svg") center center no-repeat;
  background-size: contain;
}
.p-front-area-transit h3::before {
  right: calc(50% + 80px);
}
.p-front-area-transit h3::after {
  left: calc(50% + 80px);
}
.p-front-area-transit-block {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
.p-front-area-transit-block-header {
  width: 48px;
}
.p-front-area-transit-block-header img {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.p-front-area-transit-block-main {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-front-area-transit .p-front-section-button {
  padding-top: 10px;
}

.p-front-instagram {
  background: #8B75E8;
  background: linear-gradient(180deg, #6956B7 3.19%, #5C64D1 51.93%, #4C75F2 99.75%);
  position: relative;
  min-height: 300px;
  padding: 72px 1px;
  margin-bottom: 44px;
  color: white;
}
.p-front-instagram-wave {
  position: absolute;
  width: 100%;
  height: 40px;
}
.p-front-instagram-wave__top {
  top: -10px;
  left: 0;
  transform: scaleY(-1.2);
}
.p-front-instagram-wave__bottom {
  bottom: -10px;
  left: 0;
}
.p-front-instagram .c-section-title__sub {
  color: white;
}
.p-front-instagram .c-section-title__sub::before {
  filter: invert(1) brightness(5);
}
.p-front-instagram .c-section-title__main {
  color: white;
}
.p-front-instagram #sb_instagram {
  margin-bottom: 30px;
}

.p-about-map {
  margin-bottom: 30px;
}
.p-about-map img {
  margin-bottom: 20px;
}

.p-shuttle-bus-container {
  background: var(--color-blue);
  color: white;
  border-radius: 14px;
  padding: 20px 20px 1px;
}
.p-shuttle-bus-content {
  margin-bottom: 24px;
}
.p-shuttle-bus-title {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.p-shuttle-bus-row {
  display: grid;
  place-content: center;
  border-top: 1px solid white;
  padding: 5px;
}
.p-shuttle-bus-row:last-child {
  border-bottom: 1px solid white;
}
.p-shuttle-bus-row__with-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-shuttle-bus-row-title {
  font-size: 1.6rem;
}
.p-shuttle-bus-row-time {
  display: flex;
  justify-content: center;
  gap: 5px;
  background: white;
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-blue);
  line-height: 1;
  position: relative;
  width: 100px;
  height: 28px;
  border-radius: 3px;
  padding-top: 2px;
}
.p-shuttle-bus-row-time::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icons/icon-clock.svg") center center no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
}

.p-hanasapo {
  margin-bottom: 60px;
}
.p-hanasapo-download {
  display: grid;
  gap: 26px;
  margin-top: 40px;
}
.p-hanasapo-download-title {
  font-weight: bold;
  text-align: center;
  color: var(--color-purple);
}
.p-hanasapo-download-button .c-button {
  width: 100%;
}

.p-message {
  margin-bottom: 60px;
}
.p-message-case p {
  line-height: 1.5;
}
.p-message-case-content {
  margin-bottom: 16px;
  line-height: 1.5;
}
.p-message-case-content-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--color-purple);
}
.p-message-button .c-button {
  margin: 40px auto;
  width: 100%;
}

.p-ticket {
  margin-bottom: 60px;
}
.p-ticket .c-table-list ul li {
  line-height: 1.6;
}
.p-ticket .c-table-list ul li::before {
  top: 10px;
}
.p-ticket .c-table-list ul li::after {
  top: 8px;
}
.p-ticket .c-table-list {
  margin-bottom: 40px;
}
.p-ticket .c-section-block-button .c-button {
  width: 270px;
  margin-inline: auto;
}

.u-note-mark {
  font-size: 0.7em;
}

.u-text-danger {
  color: #FF2525;
}

.u-txt-bold {
  font-weight: bold;
}

.u-txt-center {
  text-align: center;
}

.u-note {
  font-size: 1.4rem;
  color: #FF2525;
  line-height: 1.5;
}

.mb24 {
  margin-bottom: 24px;
}

/*# sourceMappingURL=style.css.map */
