@charset "UTF-8";
/* =========================
   3カラム：左右フル + 中央584固定
========================= */
:root {
  --main-bg: #fff;
}

/* 詳細の左右色面（仮） */
.lp--unique .lp__side--left {
  background: #1F722B;
}

.lp--unique .lp__side--right {
  background: #EB6100;
}

/* =========================
   詳細：中央カード
========================= */
.uniqueHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  padding: 28px 0 2px;
  background-color: #004D97;
}

.uniqueHeader__title {
  width: 88.8698630137%;
  aspect-ratio: 519/120;
  background: url("../img/title.png") center/contain no-repeat;
  text-indent: -9999px;
}

.uniqueHeader__period {
  width: 92.9794520548%;
  aspect-ratio: 1086/80;
  background: url("../img/im_period.png") center/contain no-repeat;
  text-indent: -9999px;
}

.lp .mv {
  position: relative;
  background-color: #FDCD00;
  padding-top: 6.8493150685%;
}
.lp .mv::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  aspect-ratio: 1168/98;
  background: url("../img/im_mv_top.png") center/contain no-repeat;
}

.catch img {
  width: 100%;
  aspect-ratio: 524/241;
}

.catch_image {
  margin-top: 25px;
  text-align: center;
}

.catch_image img {
  width: 100%;
  aspect-ratio: 516/379;
}

.lp .note {
  margin: 15px 0 25px;
}

.note li {
  text-indent: -1em;
  padding-left: 1em;
  font-family: "Zen Maru Gothic";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6rem;
}

.lp .button {
  background-color: var(--main-bg);
}

.lp .more {
  text-align: center;
}
.lp .more img {
  width: 112px;
  aspect-ratio: 1/1;
}

.lp .more_column {
  margin-top: 100px;
  position: relative;
  border-radius: 20px;
  border: 2px solid #004C97;
  padding: 7.7054794521% 21px 21px 21px;
}
.lp .more_column .more_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-70%);
  text-align: center;
}
.lp .more_column .more_title img {
  width: 379px;
  max-width: 100%;
  aspect-ratio: 758/201;
}
@media (max-width: 767px) {
  .lp .more_column .more_title img {
    max-width: 80%;
  }
}
.lp .more_column .more_text {
  text-align: center;
}
.lp .more_column .more_text img {
  width: 436px;
  max-width: 100%;
  aspect-ratio: 436/126;
}
.lp .more_column .note li {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.lp .more_column .more_link {
  display: flex;
  width: 100%;
  padding: 1.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 3px solid #A2836D;
  background: #FDCD00;
  text-decoration: none;
  text-align: center;
}
.lp .more_column .more_link span {
  color: black;
  font-family: "Zen Maru Gothic";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp .more_column .more_link span {
    font-size: 1.8rem;
  }
}

/* =========================
   左：捕捉
========================= */
.supple__title img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 344/79.3;
}

.supple__text {
  margin: 18px 0;
  color: white;
}

.supple__image {
  text-align: center;
}

.supple__image img {
  width: 100%;
  max-width: 317px;
  aspect-ratio: 317/228;
}/*# sourceMappingURL=style.css.map */