:root {
  --space-pc: 2.5rem;
  --space-tbl: 1.875rem;
  --space-sp: 1.25rem;
  --font: "Noto Sans JP", sans-serif;
  --font-min: "Noto Serif JP", serif;
  --color-main: #e60000;
  --color-sub: #473131;
  --color-font: #333;
  --color-gray: #ddd;
  --color-dark-gray: #5a5a5a;
  --color-dark-red: #bf0000;
}

*,
::before,
::after {
  box-sizing: border-box;
  word-break: break-all;
}

body {
  color: #222;
}

b {
  font-weight: normal;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

p,
dl,
dt,
dd,
th,
dd,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  max-height: 100%;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

mark {
  background-color: none;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
}

a {
  color: var(--color-font);
  text-decoration: none;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

a * {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* list */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* button */
button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

/* picture figure */
picture,
figure {
  display: block;
  margin: 0;
}

.l-header,
.l-footer {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  .l-header,
  .l-footer {
    font-size: 100%;
  }
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 67px;
  }
}

figure,
picture {
  display: block;
}

.lp2024-header__nav__btn {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-button-media svg {
  width: 18px;
  height: 18px;
}

.lp2025-mv {
  position: relative;
}
.lp2025-mv__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp2025-mv__lead {
  width: 52.6875%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .lp2025-mv__lead {
    width: 85.6%;
  }
}
.lp2025-mv__title {
  width: 60%;
  margin: 26px auto 0;
}
@media screen and (max-width: 768px) {
  .lp2025-mv__title {
    width: 89.3333333333%;
    margin-top: 10px;
  }
}

.lp2025-section {
  padding-block: 70px;
}
@media screen and (max-width: 768px) {
  .lp2025-section {
    padding-block: 30px;
  }
}
.lp2025-section.is-bgG {
  background-color: #f5f5f5;
}
.lp2025-mv + .lp2025-section {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lp2025-mv + .lp2025-section {
    padding-top: 30px;
  }
}

.lp2025-inner {
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .lp2025-inner {
    max-width: 600px;
  }
}
.lp2025-inner[class*=is-gap] {
  display: grid;
  grid-template-columns: 1fr;
}
.lp2025-inner.is-gapM {
  row-gap: 70px;
}
@media screen and (max-width: 768px) {
  .lp2025-inner.is-gapM {
    row-gap: 30px;
  }
}
.lp2025-inner.is-gapL {
  row-gap: 100px;
}
@media screen and (max-width: 768px) {
  .lp2025-inner.is-gapL {
    row-gap: 40px;
  }
}

[class*=lp2025-title] {
  letter-spacing: 0.08em;
}

.lp2025-title {
  color: #fff;
}
.lp2025-title.is-block {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 14px 20px;
  background: url(../img/2025/title_bg_01.png) repeat-y 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .lp2025-title.is-block {
    font-size: 26px;
    width: 100%;
    padding: 8px 20px;
    background-position: 50% 0;
    background-size: auto 100%;
  }
}
.lp2025-title.is-block:not(:first-child) {
  margin-top: 96px;
}
.lp2025-title.is-separate {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lp2025-title.is-separate {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp2025-title.is-separate {
    font-size: 24px;
  }
}
.lp2025-title.is-separate > span {
  display: block;
  width: fit-content;
  padding: 7px 20px;
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .lp2025-title.is-separate > span {
    margin-inline: auto;
    padding-block: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lp2025-title.is-separate > span.is-adjust-sp {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .lp2025-title.is-separate > span.is-adjust-sp {
    padding-inline: 8px;
    letter-spacing: 0.04em;
  }
}
.lp2025-title.is-separate > span + span {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lp2025-title.is-separate > span + span {
    margin-top: 5px;
  }
}
.lp2025-title.is-separate.is-color01 > span {
  background-image: url(../img/2025/title_bg_01.png);
}
.lp2025-title.is-separate.is-color02 > span {
  background-image: url(../img/2025/title_bg_02.png);
  background-size: 100% auto;
}

.lp2025-title-sub {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lp2025-title-sub {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.lp2025-title-sub:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .lp2025-title-sub:not(:first-child) {
    margin-top: 40px;
  }
}
.lp2025-title-sub__label {
  display: block;
  font-size: 24px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .lp2025-title-sub__label {
    font-size: 22px;
  }
}
.lp2025-title-sub__label > span {
  font-size: 20px;
  margin-inline: 0.75em;
}

.lp2025-txt {
  font-size: 16px;
}
.lp2025-txt.is-L {
  font-size: 20px;
}
.lp2025-txt.is-s{
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lp2025-txt.is-L {
    font-size: 18px;
  }
}
.lp2025-txt.is-XL {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .lp2025-txt.is-XL {
    font-size: 20px;
  }
}
.lp2025-txt.is-fwM {
  font-weight: 500;
}
.lp2025-txt.is-fwB {
  font-weight: 600;
}

.lp2025-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lp2025-column {
    grid-template-columns: 1fr;
  }
}
.lp2025-txt + .lp2025-column {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp2025-txt + .lp2025-column {
    margin-top: 30px;
  }
}
.lp2025-column.is-column3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp2025-column.is-column3 {
    display: grid;
  }
}
.is-column3 .lp2025-column__item {
  flex: 0 0 calc((100% - 60px) / 3);
}

.lp2025-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #004697;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #004697;
  background-color: #fff;
  width: 350px;
  margin: 32px auto 0;
  padding: 13px 14px;
}
.lp2025-btn:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lp2025-btn {
    font-size: 18px;
    width: 100%;
    max-width: 350px;
  }
}
.lp2025-btn.is-disabled {
  color: #A4AFC2;
  border-color: #A4AFC2;
  pointer-events: none;
}
.lp2025-btn.is-disabled svg {
  display: none;
}
.lp2025-btn__label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: #f53131;
}
@media screen and (max-width: 768px) {
  .lp2025-btn__label {
    margin-right: 4%;
  }
}
.lp2025-btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.lp2025-btn__inner svg {
  transform: translateY(2px);
}
.lp2025-btn.is-apply {
  justify-content: flex-start;
  gap: 34px;
}
.lp2025-btn.is-map {
  gap: 10px;
}

.lp2025-inner .lp2025-btn-youtube {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 50%;
  max-width: 434px;
  margin: 24px auto 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .lp2025-inner .lp2025-btn-youtube {
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lp2025-inner .lp2025-btn-youtube::before {
    position: static;
    margin: 0;
  }
}
.lp2025-inner .lp2025-btn-youtube .media__btn__text {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lp2025-inner .lp2025-btn-youtube .media__btn__text {
    font-size: 18px;
  }
}

.lp2025-logo-lead {
  max-width: 738px;
  margin: 0 auto 16px;
}

.lp2025-logo {
  max-width: 370px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .lp2025-logo {
    width: 88%;
    margin-bottom: 20px;
  }
}

.lp2025-detail__label {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 8px 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .lp2025-detail__label {
    font-size: 26px;
    background-size: cover;
  }
}
.is-1day .lp2025-detail__label {
  background-image: url(../img/2025/title_bg_01.png);
}
.is-permanent .lp2025-detail__label {
  background-image: url(../img/2025/title_bg_02.png);
}
.lp2025-detail__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  font-size: 16px;
  margin-top: 20px;
}
.lp2025-detail__body-item.is-fwB {
  font-weight: bold;
}

[class*=lp2025-detail__body-] {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 10px;
}

.lp2025-image {
  display: block;
}
.lp2025-image img {
  display: block;
}
.lp2025-image figcaption {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-block: 16px 10px;
}

.lp2025-prof {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lp2025-prof {
    display: block;
  }
}
.lp2025-prof__label {
  flex: 0 0 100px;
  width: 100px;
}
.lp2025-prof__txt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lp2025-prof__txt {
    margin-top: 10px;
  }
}

.lp2025-map {
  margin-top: 30px;
  border: none;
  outline: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp2025-map {
    padding-inline: 20px;
  }
}
.lp2025-map__item {
  display: block;
  width: 100%;
  height: 455px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp2025-map__item {
    height: 275px;
  }
}
.lp2025-map .lp2025-btn {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp2025-map .lp2025-btn {
    max-width: 295px;
    bottom: 20px;
  }
}

.lp2025-floater {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 40px;
  text-align: center;
  width: 300px;
  height: 300px;
  padding: 52px 27px;
  position: fixed;
  right: 32px;
  bottom: 32px;
  border-radius: 16px;
  background: linear-gradient(146deg, #1F3FA4 4.62%, #1384BC 46.77%, #CE67AC 91.43%);
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lp2025-floater {
    transform: scale(0.75);
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 768px) {
  .lp2025-floater {
    gap: 0;
    width: 100%;
    height: unset;
    padding: 20px;
    border-radius: 16px 16px 0 0;
    right: 0;
    bottom: 0;
  }
}
.lp2025-floater__label {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lp2025-floater__label {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .lp2025-floater__label br {
    display: none;
  }
}
.lp2025-floater__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.lp2025-floater__close svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .lp2025-floater__close {
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
  }
}
.lp2025-floater .lp2025-btn {
  gap: 8px;
  font-size: 16px;
  border: none;
  width: 100%;
  margin: 0;
  padding: 9px 12px;
}
@media screen and (max-width: 768px) {
  .lp2025-floater .lp2025-btn {
    max-width: 350px;
    margin-inline: auto;
    padding: 7.5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp2025-floater .lp2025-btn__label {
    margin-right: 12%;
  }
}

.lp2025-footer .contact__mail__link a {
  color: #106EB7;
  text-decoration: underline;
}
.lp2025-footer .l-footer__link {
  text-decoration: underline;
}