@charset "UTF-8";
/*
サイズ用関数
$pixelsVw:フォントサイズ;
$baseWidth:ベースとなる画面横幅;
*/
/*
SAMPLE
font-size: vw(30,375);
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fv {
  position: relative;
  padding-bottom: 98px;
}
@media (max-width: 767px) {
  .fv {
    padding-bottom: 0;
  }
}

.fv-label {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .fv-label {
    height: 60px;
  }
}

.fv-label__logo {
  display: block;
  width: 200px;
  height: inherit;
  padding: 20px 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .fv-label__logo {
    width: 137px;
    padding: 15px 17px 15px 15px;
  }
}

.fv-label__area {
  display: block;
  width: 260px;
  height: inherit;
  padding: 16px 33px 13px 13px;
  background-color: #1d4294;
  border-radius: 0 0 28px 0;
}
@media (max-width: 767px) {
  .fv-label__area {
    width: 195px;
    padding: 9px 15px 12px 9px;
    border-radius: 0 0 14px 0;
  }
}

.fv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .fv__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fv__img-box {
  width: calc(63% + 10px);
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .fv__img-box {
    width: 100%;
    padding-right: 0;
  }
}

.fv__img {
  position: relative;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4vw 0;
  z-index: 3;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__img {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .fv__img {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.fv__img img {
  border-radius: 0 0 4vw 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__img img {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .fv__img img {
    border-radius: 0;
    height: auto;
  }
}

.fv__caption {
  position: absolute;
  bottom: 0.6875vw;
  right: 3.125vw;
  font-size: 0.625vw;
  font-weight: 400;
}
@media (max-width: 767px) {
  .fv__caption {
    font-size: 10px;
    top: 64px;
    left: 8px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__caption {
    bottom: 8.8px;
    right: 40px;
    font-size: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__caption {
    font-size: 10px;
    bottom: -20px;
    right: 10px;
  }
}

.fv__family {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29.296875vw;
}
@media (max-width: 767px) {
  .fv__family {
    width: 34.4vw;
  }
}

.fv__contents {
  background-image: url(../../img/fv/img_fv-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -10px;
  padding-top: 2.875vw;
  z-index: 2;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__contents {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 480px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__contents {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-top: 0;
    position: relative;
    z-index: 10;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .fv__contents {
    background-image: url(../../img/fv/img_fv-bg-sp.webp);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-top: 0;
    padding-bottom: 26px;
    position: relative;
    z-index: 10;
    margin-left: 0;
  }
}

.fv__inner {
  padding-inline: 2.5vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__inner {
    max-width: 768px;
    margin-inline: auto;
    padding-inline: 20px 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fv__inner {
    padding-inline: 10px;
    margin-inline: auto;
    max-width: 500px;
  }
}

.fv__title {
  width: 30.5625vw;
  margin-inline: auto;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__title {
    width: 390px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__title {
    width: 400px;
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .fv__title {
    margin-top: -20px;
    width: 338px;
  }
}

.fv__catch-box {
  width: 100%;
  margin-top: 0.875vw;
  background-color: #ffe696;
  border: 0.3125vw solid #ffdc6e;
  border-radius: 1.3125vw;
  padding: 1.25vw 0.625vw;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__catch-box {
    margin-top: 12px;
    border-radius: 1.3125vw;
    padding: 16px 8px;
    border: 4px solid #ffdc6e;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__catch-box {
    margin-top: 12px;
    border-radius: 1.3125vw;
    padding: 16px 8px 27px;
    border: 4px solid #ffdc6e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .fv__catch-box {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 31px;
    padding: 18px 10px 17px;
    border: 3px solid #ffdc6e;
  }
}

.fv__catch {
  font-size: 1.875vw;
  line-height: 1.2666666667;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .fv__catch {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__catch {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fv__catch {
    font-size: 21px;
  }
}
.fv__catch span {
  color: #1d4294;
}

.fv__search-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .fv__search-btn {
    margin-top: 10px;
  }
}

.fv__campaign {
  margin-top: 1vw;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__campaign {
    margin-top: 12.8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__campaign {
    margin-top: 16px;
  }
}

.fv__point {
  margin-top: 1.375vw;
}
@media (max-width: 767px) {
  .fv__point {
    margin-top: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__point {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__point {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .fv__point {
    margin-top: 22px;
  }
}

.fv__note {
  margin-top: 0.625vw;
}
@media (max-width: 767px) {
  .fv__note {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__note {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__note {
    margin-top: 20px;
    padding-left: 36px;
    padding-right: 36px;
    padding-inline: 36px;
  }
}

.fv__note p {
  font-size: 0.625vw;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 767px) {
  .fv__note p {
    font-size: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv__note p {
    font-size: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv__note p {
    font-size: 12px;
  }
}

.fv__notice {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.6;
  padding-left: 20px;
  padding-right: 20px;
  padding-inline: 20px;
}

.fv-campaign {
  position: relative;
  background-color: #ffdc6e;
  border: 0.3125vw solid #ffdc6e;
  border-radius: 1.25vw;
  padding-bottom: 2.4375vw;
}
@media (max-width: 767px) {
  .fv-campaign {
    margin-top: 13px;
    padding-bottom: 39px;
    border-width: 5px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign {
    border-width: 4px;
    border-radius: 16px;
    padding-bottom: 31.2px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign {
    border-width: 5px;
    border-radius: 20px;
    padding-bottom: 160px;
  }
}

.fv-campaign__deco {
  position: absolute;
  z-index: 5;
  top: -1.0625vw;
  right: -1.75vw;
  width: 8vw;
}
@media (max-width: 767px) {
  .fv-campaign__deco {
    top: -12px;
    right: -12px;
    width: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__deco {
    top: -13.6px;
    right: -22.4px;
    width: 102.8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__deco {
    top: -17px;
    right: -28px;
    width: 128px;
  }
}

.fv-campaign__inner {
  position: relative;
  padding-top: 1.4375vw;
  padding-bottom: 1.375vw;
  padding-left: 1.125vw;
  background-color: #ffe696;
  border-radius: 1.125vw 1.125vw 0 0;
}
@media (max-width: 767px) {
  .fv-campaign__inner {
    padding-top: 18px;
    padding-bottom: 55px;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__inner {
    padding-top: 18.4px;
    padding-bottom: 17.6px;
    border-radius: 14.4px 14.4px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__inner {
    padding-top: 23px;
    padding-bottom: 22px;
    border-radius: 18px 18px 0 0;
  }
}

.fv-campaign__lead {
  font-size: 1.5625vw;
  font-weight: 700;
  text-align: center;
  padding-right: 1.125vw;
}
@media (max-width: 767px) {
  .fv-campaign__lead {
    font-size: 23px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__lead {
    font-size: 20px;
    padding-right: 14.4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__lead {
    font-size: 25px;
    padding-right: 18px;
  }
}

.fv-campaign__lead strong {
  font-size: 2.5vw;
  font-weight: 700;
  color: #ff6400;
  background-image: radial-gradient(circle at center, #ff6400 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.01em;
}
@media (max-width: 767px) {
  .fv-campaign__lead strong {
    font-size: 36px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__lead strong {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__lead strong {
    font-size: 40px;
  }
}

.fv-campaign__label {
  margin-top: 0.375vw;
  font-size: 1.3125vw;
  font-weight: 700;
  width: 14.375vw;
  height: 2.5vw;
  border-radius: 1.25vw;
  background-color: #ff6400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding-bottom: 0.1875vw;
}
@media (max-width: 767px) {
  .fv-campaign__label {
    margin-top: 8px;
    font-size: 18px;
    width: 150px;
    height: 30px;
    border-radius: 15px;
    padding-bottom: 2px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__label {
    margin-top: 5.6px;
    font-size: 16.8px;
    width: 184px;
    height: 32px;
    border-radius: 16px;
    padding-bottom: 2.4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__label {
    margin-top: 6px;
    font-size: 21px;
    width: 230px;
    height: 40px;
    border-radius: 20px;
    padding-bottom: 3px;
  }
}

.fv-campaign__arrow {
  display: block;
  width: 2.375vw;
}
@media (max-width: 767px) {
  .fv-campaign__arrow {
    width: 17px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__arrow {
    width: 30.4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__arrow {
    width: 38px;
  }
}

.fv-campaign__amount {
  margin-top: 0.3125vw;
}
@media (max-width: 767px) {
  .fv-campaign__amount {
    margin-top: 8px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__amount {
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__amount {
    margin-top: 5px;
  }
}

.amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125vw;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .amount {
    gap: 1.6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .amount {
    gap: 2px;
  }
}

.amount__max,
.amount__unit {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.amount__max {
  position: relative;
  padding-top: 1.0625vw;
}
@media (max-width: 767px) {
  .amount__max {
    padding-top: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .amount__max {
    padding-top: 14px;
  }
}

/*.amount__max::before {
  position: absolute;
  content: "総額";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.9375vw;
  letter-spacing: 0.1em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}*/
@media (max-width: 767px) {
  .amount__max::before {
    font-size: 11px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .amount__max::before {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .amount__max::before {
    font-size: 15px;
  }
}

.amount__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 5.875vw;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #1d4294;
  line-height: 0.8;
  margin-right: 0.25vw;
}
@media (max-width: 767px) {
  .amount__number {
    font-size: 58px;
    margin-right: 3px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .amount__number {
    font-size: 68px;
    margin-right: 3.2px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .amount__number {
    font-size: 85px;
    margin-right: 4px;
  }
}

.amount__number span {
  display: block;
  font-size: 2.8125vw;
  -webkit-transform: translateY(-0.75vw);
          transform: translateY(-0.75vw);
}
@media (max-width: 767px) {
  .amount__number span {
    font-size: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .amount__number span {
    font-size: 36px;
    -webkit-transform: translateY(-9.6px);
            transform: translateY(-9.6px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .amount__number span {
    font-size: 45px;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

.amount__unit {
  margin-right: 0.125vw;
}
@media (max-width: 767px) {
  .amount__unit {
    margin-right: 3px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .amount__unit {
    margin-right: 1.6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .amount__unit {
    margin-right: 2px;
  }
}

.amount__message {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .amount__message {
    font-size: 27px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .amount__message {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .amount__message {
    font-size: 40px;
  }
}

.fv-campaign__date {
  margin-top: 0.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375vw;
  padding-left: 0.375vw;
}
@media (max-width: 767px) {
  .fv-campaign__date {
    padding-left: 0;
    margin-top: 13px;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__date {
    padding-left: 19.2px;
    margin-top: 13.6px;
    gap: 5.6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__date {
    padding-left: 24px;
    margin-top: 17px;
    gap: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}

.fv-campaign__date time {
  font-size: 1.0625vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
@media (max-width: 767px) {
  .fv-campaign__date time {
    font-size: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__date time {
    font-size: 13.6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__date time {
    font-size: 17px;
  }
}

.fv-campaign__date time span:not(:last-child) {
  display: block;
  font-size: 1.875vw;
  line-height: 1;
}
@media (max-width: 767px) {
  .fv-campaign__date time span:not(:last-child) {
    font-size: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__date time span:not(:last-child) {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__date time span:not(:last-child) {
    font-size: 25px;
  }
}

.fv-campaign__date time span:last-child {
  display: block;
  font-size: 0.8125vw;
  font-weight: 700;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  padding-inline: 0.5vw;
  position: relative;
  line-height: 1;
  -webkit-transform: translateY(-0.25vw);
          transform: translateY(-0.25vw);
}
@media (max-width: 767px) {
  .fv-campaign__date time span:last-child {
    font-size: 11px;
    padding-left: 7px;
    padding-right: 7px;
    padding-inline: 7px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__date time span:last-child {
    font-size: 10.4px;
    padding-left: 6.4px;
    padding-right: 6.4px;
    padding-inline: 6.4px;
    -webkit-transform: translateY(-3.2px);
            transform: translateY(-3.2px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__date time span:last-child {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    padding-inline: 8px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.fv-campaign__date time span:last-child::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.375vw;
  height: 1.375vw;
  border: 0.125vw solid #000;
  border-radius: 50%;
  line-height: 1;
}
@media (max-width: 767px) {
  .fv-campaign__date time span:last-child::before {
    top: 52%;
    width: 18px;
    height: 18px;
    border-width: 2px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__date time span:last-child::before {
    width: 17.6px;
    height: 17.6px;
    border-width: 1.6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__date time span:last-child::before {
    width: 22px;
    height: 22px;
    border-width: 2px;
  }
}

.fv-campaign__btn {
  position: absolute;
  bottom: -2.0625vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .fv-campaign__btn {
    margin-top: 16px;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__btn {
    bottom: -26px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-campaign__btn {
    bottom: -31px;
  }
}

.fv-campaign__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 0.125vw solid #ffdc6e;
  width: 14.375vw;
  height: 2.5vw;
  font-size: 0.8125vw;
  border-radius: 1.25vw;
  padding-right: 1.625vw;
  position: relative;
}
@media (max-width: 767px) {
  .fv-campaign__btn a {
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
  }
}
@media (max-width: 1024px) {
  .fv-campaign__btn a {
    border-width: 2px;
    width: 230px;
    height: 40px;
    font-size: 13px;
    border-radius: 20px;
    padding-right: 26px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__btn a {
    border-width: 1.6px;
    width: 185.6px;
    height: 32px;
    font-size: 10.4px;
    border-radius: 32px;
    padding-right: 22.4px;
  }
}

.fv-campaign__btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.75vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  background-color: #1d4294;
}
@media (max-width: 1024px) {
  .fv-campaign__btn a::before {
    right: 12px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__btn a::before {
    right: 9.6px;
    width: 16px;
    height: 16px;
  }
}

.fv-campaign__btn a::after {
  position: absolute;
  content: "";
  top: 49.5%;
  right: 1.0625vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625vw;
  height: 0.5625vw;
  -webkit-mask-image: url(../../img/common/arrow_right.svg);
          mask-image: url(../../img/common/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .fv-campaign__btn a::after {
    right: 17px;
    width: 10px;
    height: 9px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-campaign__btn a::after {
    right: 14.4px;
    width: 8px;
    height: 7.2px;
  }
}

.fv-campaign__search-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv-point {
  padding-left: 1.8125vw;
  padding-right: 1.8125vw;
  padding-inline: 1.8125vw;
}
@media (max-width: 767px) {
  .fv-point {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point {
    padding-left: 23.2px;
    padding-right: 23.2px;
    padding-inline: 23.2px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-point {
    padding-left: 36px;
    padding-right: 36px;
    padding-inline: 36px;
  }
}

.fv-point__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875vw;
}
@media (max-width: 767px) {
  .fv-point__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.0666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point__items {
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-point__items {
    gap: 30px;
  }
}

.fv-point-item {
  position: relative;
  z-index: 3;
  padding-top: 0.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 1.875vw) / 3);
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .fv-point-item {
    padding-top: 10px;
    width: min(30.9333333333vw, 130px);
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item {
    padding-top: 8px;
    width: calc((100% - 24px) / 3);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-point-item {
    padding-top: 20px;
    width: calc((100% - 30px) / 3);
  }
}

.fv-point-item__circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.fv-point-item__number {
  background-color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  width: 100%;
  height: 1.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.9375vw;
  font-size: 0.875vw;
  display: flex;
  align-items: center;
  gap: 0.3125vw;
  line-height: 1;
  padding-top: 0.125vw;
}
@media (max-width: 767px) {
  .fv-point-item__number {
    height: 25px;
    width: 96%;
    font-size: 12px;
    border-radius: 12px;
    gap: 3px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item__number {
    height: 24px;
    border-radius: 12px;
    font-size: 10px;
    padding-top: 2px;
    gap: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-point-item__number {
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    padding-top: 2px;
    gap: 5px;
  }
}

.fv-point-item__number span {
  font-size: 1.3125vw;
  line-height: 1;
}
@media (max-width: 767px) {
  .fv-point-item__number span {
    font-size: 19px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item__number span {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-point-item__number span {
    font-size: 21px;
  }
}

.fv-point-item__text {
  text-transform: uppercase;
  text-align: center;
  font-size: 1vw;
  font-weight: 700;
  color: #fff;
  text-shadow: 0.1875vw 0.1875vw 0.375vw rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .fv-point-item__text {
    font-size: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item__text {
    font-size: 13.6px;
    text-shadow: 2.4px 2.4px 4.8px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-point-item__text {
    font-size: 22px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  }
}

.fv-point-item__text span {
  color: #fff096;
}

.fv-point-item:nth-child(1) .fv-point-item__number {
  border: 0.125vw solid #ee4b32;
  color: #ee4b32;
}
@media (max-width: 1024px) {
  .fv-point-item:nth-child(1) .fv-point-item__number {
    border-width: 2px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item:nth-child(1) .fv-point-item__number {
    border-width: 1.6px;
  }
}

.fv-point-item:nth-child(1) .fv-point-item__text {
  margin-top: 0.75vw;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fv-point-item:nth-child(1) .fv-point-item__text {
    margin-top: min(2.1333333333vw, 12px);
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item:nth-child(1) .fv-point-item__text {
    margin-top: 9.6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-point-item:nth-child(1) .fv-point-item__text {
    margin-top: 24px;
  }
}

.fv-point-item:nth-child(2) .fv-point-item__number {
  border: 0.125vw solid #14aaa0;
  color: #14aaa0;
}
@media (max-width: 1024px) {
  .fv-point-item:nth-child(2) .fv-point-item__number {
    border-width: 2px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item:nth-child(2) .fv-point-item__number {
    border-width: 1.6px;
  }
}

.fv-point-item:nth-child(2) .fv-point-item__text {
  margin-top: 0.25vw;
  line-height: 1.3125;
}
@media (max-width: 767px) {
  .fv-point-item:nth-child(2) .fv-point-item__text {
    margin-top: min(1.6vw, 10px);
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item:nth-child(2) .fv-point-item__text {
    margin-top: 3.2px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-point-item:nth-child(2) .fv-point-item__text {
    margin-top: 16px;
  }
}

.fv-point-item:nth-child(3) .fv-point-item__number {
  border: 0.125vw solid #3c7dbe;
  color: #3c7dbe;
}
@media (max-width: 1024px) {
  .fv-point-item:nth-child(3) .fv-point-item__number {
    border-width: 2px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item:nth-child(3) .fv-point-item__number {
    border-width: 1.6px;
  }
}

.fv-point-item:nth-child(3) .fv-point-item__text {
  margin-top: 0.75vw;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fv-point-item:nth-child(3) .fv-point-item__text {
    margin-top: min(2.1333333333vw, 12px);
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fv-point-item:nth-child(3) .fv-point-item__text {
    margin-top: 9.6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-point-item:nth-child(3) .fv-point-item__text {
    margin-top: 24px;
  }
}

/*.cta-lg {
  margin-top: -68px;
  max-width: 1270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding-left: 35px;
  padding-right: 35px;
  padding-inline: 35px;
  position: relative;
  z-index: 5;
}
.cta-lg {
  margin-top: -68px;
  max-width: 1270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding-left: 35px;
  padding-right: 35px;
  padding-inline: 35px
}

@media (max-width: 767px) {
  .cta-lg {
    margin-top: 0;
  }
  .cta-lg-amount {
    gap: 2px
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .cta-lg {
    max-width: 900px;
  }
}

/*.cta-lg__container {
  background-color: #ffe696;
  border: 3px solid #ffdc6e;
  border-radius: 70px;
  padding: 10px 20px 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.cta-lg__container {
  background-color: #ffe696;
  border: 3px solid #ffdc6e;
  border-radius: 70px;
  padding: 10px 20px 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2)
}
@media (min-width: 768px) and (max-width: 1280px) {
  .cta-lg__container {
    padding: 20px 20px 20px;
    border-radius: 60px;
  }
}

/*.cta-lg__family {
  position: absolute;
  bottom: -3px;
  left: -38px;
  width: 360px;
}
.cta-lg__family {
  position: absolute;
  bottom: -3px;
  left: -35px;
  width: 360px
}
@media (min-width: 768px) and (max-width: 1280px) {
  .cta-lg__family {
    left: -16px;
  }
}

/*.cta-lg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
.cta-lg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /*.cta-lg__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    gap: 16px;
    width: 450px;
  }
  .cta-lg__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    gap: 16px;
    width: 430px
  }
}
/*.cta-lg__text {
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cta-lg__text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-lg__text span {
  color: #1d4294;
  display: block;
  margin-right: -0.5em;
}
.cta-lg__text p:nth-child(1) {
  font-size: 21px;
  position: relative;
  padding-inline: 36px 30px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .cta-lg__text p:nth-child(1) {
    padding-left: 24px;
  }
}
.cta-lg__text p:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 51%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(65deg);
          transform: translateY(-50%) rotate(65deg);
  width: 26px;
  height: 3px;
  background-color: #1d4294;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .cta-lg__text p:nth-child(1)::before {
    left: -10px;
  }
}
.cta-lg__text p:nth-child(1)::after {
  position: absolute;
  content: "";
  top: 51%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-65deg);
          transform: translateY(-50%) rotate(-65deg);
  width: 26px;
  height: 3px;
  background-color: #1d4294;
}
.cta-lg__text p:nth-child(1) span {
  text-indent: -0.8em;
}
.cta-lg__text p:nth-child(2) {
  font-size: 41px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .cta-lg__text p:nth-child(2) span {
    text-indent: -0.8em;
  }
}

.cta-lg__search-btn {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  /*.cta-lg__search-btn {
    margin-top: 0;
  }
  .cta-lg__search-btn {
    margin-top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start
  }
}

.cta-lg__gift {
  position: relative
}

.cta-lg__lead {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -.04em
}

.cta-lg__lead span {
  color: #ff6400
}

.cta-lg__deco {
  position: absolute;
  top: -1px;
  right: 104px;
  width: 60px
}

.cta-lg-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px
}

.cta-lg-amount__max, .cta-lg-amount__unit {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap
}

.cta-lg-amount__max {
  position: relative;
  padding-top: 15px
}

/*.cta-lg-amount__max::before {
  position: absolute;
  content: "総額";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
  letter-spacing: .1em;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb
}

.cta-lg-amount__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 83px;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #1d4294;
  line-height: .8;
  margin-right: 4px
}

.cta-lg-amount__number span {
  display: block;
  font-size: 42px;
  -webkit-transform: translateY(-.375vw);
  transform: translateY(-.375vw)
}

.cta-lg-amount__unit {
  margin-right: 2px
}

.cta-lg-amount__message {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em
}
@media (min-width:1025px) and (max-width:1280px) {
  .cta-lg-amount {
    gap: 1.6px
  }

  .cta-lg-amount__number span {
    font-size: 36px;
    -webkit-transform: translateY(-9.6px);
    transform: translateY(-9.6px)
  }
}

.cta-lg__search-btn {
  margin-top: 8px
}
.cta-01 {
  margin-top: -60px;
}

.cta-02 {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta-02 {
    margin-top: -80px;
  }
}

.cta-03 {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 920px) {
  .cta-03 {
    margin-top: -120px;
  }
}

/*.cta__container {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffe696;
  border: 3px solid #ffdc6e;
  padding: 14px 16px 15px 103px;
  border-radius: 55px;
  position: relative;
}
.cta__container {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffe696;
  border: 3px solid #ffdc6e;
  padding: 14px 16px 15px 62px;
  border-radius: 55px;
  position: relative
}
/*@media (min-width: 768px) and (max-width: 1024px) {
  .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 540px;
    padding: 20px;
    border-radius: 31px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  /*.cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 480px;
    border-radius: 31px;
    padding-left: 13px;
    padding-right: 13px;
    padding-inline: 13px;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-block: 12px 15px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 480px;
    border-radius: 31px;
    padding-left: 13px;
    padding-right: 13px;
    padding-inline: 13px;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-block: 12px 15px
  }


  .cta__lead {
    font-size: 21px
  }

  .cta-amount__max, .cta-amount__unit {
    font-size: 17px
  }

  .cta-amount__max {
    padding-top: 12px
  }

  .cta-amount__max::before {
    font-size: 10px
  }

  .cta-amount__number {
    font-size: 62px
  }

  .cta-amount__message {
    font-size: 26px
  }

  .cta__search-btn {
    margin-top: 7px
  }
}
@media (min-width:921px) and (max-width:1080px) {
  .cta__container {
    max-width: 860px;
    padding-left: 30px;
    padding-right: 30px;
    padding-inline: 30px;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-block: 10px 12px
  }

  .cta__deco {
    left: -9px
  }

  .cta__lead {
    padding-top: 0;
    padding-left: 30px
  }

  .cta-amount {
    margin-top: -10px
  }
}
@media (min-width:768px) and (max-width:920px) {
  .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 480px;
    padding: 20px;
    border-radius: 31px
  }

  .cta__search-btn {
    margin-top: 12px
  }
}

@media (max-width:1080px) {
  .cta__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .u-1081 {
    display: none
  }
}

@media (min-width:921px) and (max-width:1024px) {
  .cta-amount__number span {
    font-size: 45px;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px)
  }
}
/*.cta__text {
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.cta__text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta__text span {
  color: #1d4294;
  display: block;
  margin-right: -0.5em;
}
.cta__text p:nth-child(1) {
  font-size: 21px;
  position: relative;
  padding-inline: 36px 30px;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .cta__text p:nth-child(1) {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .cta__text p:nth-child(1) {
    font-size: 16px;
    padding-inline: 24px 20px;
  }
}
.cta__text p:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 51%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(65deg);
          transform: translateY(-50%) rotate(65deg);
  width: 26px;
  height: 3px;
  background-color: #1d4294;
  border-radius: 3px;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .cta__text p:nth-child(1)::before {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .cta__text p:nth-child(1)::before {
    top: 59%;
    -webkit-transform: translateY(-50%) rotate(68deg);
            transform: translateY(-50%) rotate(68deg);
    width: 21px;
  }
}
.cta__text p:nth-child(1)::after {
  position: absolute;
  content: "";
  top: 51%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-65deg);
          transform: translateY(-50%) rotate(-65deg);
  width: 26px;
  height: 3px;
  background-color: #1d4294;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cta__text p:nth-child(1)::after {
    top: 59%;
    -webkit-transform: translateY(-50%) rotate(-68deg);
            transform: translateY(-50%) rotate(-68deg);
    width: 21px;
  }
}
.cta__text p:nth-child(1) span {
  text-indent: -0.8em;
}
.cta__text p:nth-child(2) {
  font-size: 41px;
}
@media (max-width: 767px) {
  .cta__text p:nth-child(2) {
    font-size: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1080px) {
  .cta__text p:nth-child(2) span {
    text-indent: -0.8em;
  }
}
@media (max-width: 1024px) {
  .cta__text p:nth-child(2) span {
    text-indent: -0.5em;
  }
}
.cta__deco {
  position: absolute;
  top: -4px;
  left: -2px;
  width: 62px;
  -webkit-transform: rotate(-62deg);
  transform: rotate(-62deg)
}

.cta__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  padding-bottom: 3px
}

.cta__lead {
  padding-top: 6px;
  font-size: 23px;
  line-height: 1.1739130435;
  font-weight: 700
}

.cta__lead span {
  color: #ff6400
}

.cta-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px
}

.cta-amount__max, .cta-amount__unit {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap
}

.cta-amount__max {
  position: relative;
  padding-top: 15px
}

/*.cta-amount__max::before {
  position: absolute;
  content: "総額";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
  letter-spacing: .1em;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb
}

.cta-amount__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 83px;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #1d4294;
  line-height: .8;
  margin-right: 4px
}

.cta-amount__number span {
  display: block;
  font-size: 42px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.cta-amount__unit {
  margin-right: 2px
}

.cta-amount__message {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em
}
@media (max-width:920px) {
  .cta__deco {
    left: auto;
    left: initial;
    top: -10px;
    right: -9px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .cta__contents {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .cta__lead {
    padding-top: 0
  }

  .cta-amount {
    margin-top: -12px
  }

  .cta-amount__number span {
    font-size: 36px
  }
}*/
/* =========================================
   CTAエリア（大規模：cta-lg）
   ========================================= */
.cta-lg {
  margin-top: -68px;
  max-width: 1270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  z-index: 5;
}

.cta-lg__container {
  background-color: #ffe696;
  border: 3px solid #ffdc6e;
  border-radius: 70px;
  padding: 10px 20px 20px;
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.cta-lg__family {
  position: absolute;
  bottom: -3px;
  left: -35px;
  width: 360px;
}

.cta-lg__contents {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.cta-lg__search-btn {
  margin-top: 8px;
}

.cta-lg__gift {
  position: relative;
}

.cta-lg__lead {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.cta-lg__lead span {
  color: #ff6400;
}

.cta-lg__deco {
  position: absolute;
  top: -1px;
  right: 104px;
  width: 60px;
}

/* 金額表示まわり */
.cta-lg-amount {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}

.cta-lg-amount__max,
.cta-lg-amount__unit {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.cta-lg-amount__max {
  position: relative;
  padding-top: 15px;
}

.cta-lg-amount__number {
  display: flex;
  align-items: flex-end;
  font-size: 83px;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #1d4294;
  line-height: .8;
  margin-right: 4px;
}

.cta-lg-amount__number span {
  display: block;
  font-size: 42px;
  transform: translateY(-.375vw);
}

.cta-lg-amount__unit {
  margin-right: 2px;
}

.cta-lg-amount__message {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}

/* --- レスポンシブ：CTA Large --- */

/* ノートPC・タブレット横 (1280px以下) */
@media (max-width: 1280px) {
  .cta-lg {
    max-width: 900px;
  }
  .cta-lg__container {
    padding: 20px;
    border-radius: 60px;
  }
  .cta-lg__family {
    left: -16px;
  }
  /* ここでレイアウト変更 */
  .cta-lg__contents {
    flex-direction: column; 
    margin-left: auto;
    gap: 16px;
    width: 430px;
  }
  .cta-lg__search-btn {
    margin-top: 0;
    align-self: flex-start;
  }
  /* 金額調整 */
  .cta-lg-amount {
    gap: 1.6px;
  }
  .cta-lg-amount__number span {
    font-size: 36px;
    transform: translateY(-9.6px);
  }
}

/* スマホ (767px以下) */
@media (max-width: 767px) {
  .cta-lg {
    margin-top: 0;
    padding-left: 10px; /* パディング調整 */
    padding-right: 10px;
  }
  .cta-lg__container {
    padding: 15px;
    border-radius: 30px;
  }
  .cta-lg__contents {
    width: 100%; /* 幅を解除 */
    align-items: center;
  }
  .cta-lg__family {
    display: none; /* スマホでは家族画像を消すことが多いですが、必要なら調整してください */
  }
  .cta-lg-amount {
    gap: 2px;
  }
  .cta-lg__search-btn {
    align-self: center; /* 中央寄せに戻す */
    margin-top: 10px;
  }
}


/* =========================================
   CTAエリア（通常：cta-01, 02, 03）
   ========================================= */

.cta-01 { margin-top: -60px; }

.cta-02 {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.cta-03 {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.cta__container {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffe696;
  border: 3px solid #ffdc6e;
  padding: 14px 16px 15px 62px;
  border-radius: 55px;
  position: relative;
}

.cta__deco {
  position: absolute;
  top: -4px;
  left: -2px;
  width: 62px;
  transform: rotate(-62deg);
}

.cta__contents {
  display: flex;
  gap: 13px;
  padding-bottom: 3px;
}

.cta__lead {
  padding-top: 6px;
  font-size: 23px;
  line-height: 1.17;
  font-weight: 700;
}
.cta__lead span {
  color: #ff6400;
}

.cta-amount {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}

.cta-amount__max,
.cta-amount__unit {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.cta-amount__max {
  position: relative;
  padding-top: 15px;
}

.cta-amount__number {
  display: flex;
  align-items: flex-end;
  font-size: 83px;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #1d4294;
  line-height: .8;
  margin-right: 4px;
}

.cta-amount__number span {
  display: block;
  font-size: 42px;
  transform: translateY(-10px);
}

.cta-amount__unit {
  margin-right: 2px;
}

.cta-amount__message {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}

.cta__search-btn {
  /* PCデフォルト */
}


/* --- レスポンシブ：CTA Normal --- */

/* 1. タブレット・小さいPC (1080px以下) */
@media (max-width: 1080px) {
  .cta__contents {
    flex-direction: column; /* ここで縦並びに変更 */
  }
  .u-1081 {
    display: none;
  }
  
  /* 921px〜1080pxの微調整 */
  .cta__container {
    max-width: 860px;
    padding: 10px 30px 12px;
  }
  .cta__deco {
    left: -9px;
  }
  .cta__lead {
    padding-top: 0;
    padding-left: 30px;
  }
  .cta-amount {
    margin-top: -10px;
  }
  .cta-amount__number span {
    font-size: 45px;
    transform: translateY(-12px);
  }
}

/* 2. タブレット縦 (920px以下) */
/* ※1080px以下の指定を上書きします */
@media (max-width: 920px) {
  .cta-03 {
    margin-top: -120px;
  }

  .cta__container {
    flex-direction: column; /* 全体を縦並びに */
    align-items: center;
    max-width: 480px;
    padding: 20px;
    border-radius: 31px;
  }

  .cta__deco {
    left: auto;
    top: -10px;
    right: -9px;
    transform: rotate(0);
  }

  .cta__contents {
    align-items: center;
  }

  .cta__lead {
    padding-top: 0;
    padding-left: 0; /* リセット */
  }

  .cta-amount {
    margin-top: -12px;
  }

  .cta-amount__number span {
    font-size: 36px;
  }
  
  .cta__search-btn {
    margin-top: 12px;
  }
}

/* 3. スマホ (767px以下) */
/* ※920px以下の指定をさらに上書きします */
@media (max-width: 767px) {
  .cta-02 {
    margin-top: -80px;
  }
  
  .cta__container {
    max-width: 480px;
    padding: 12px 13px 15px;
  }

  .cta__lead {
    font-size: 21px;
  }

  .cta-amount__max,
  .cta-amount__unit {
    font-size: 17px;
  }

  .cta-amount__max {
    padding-top: 12px;
  }

  .cta-amount__number {
    font-size: 62px;
  }

  .cta-amount__message {
    font-size: 26px;
  }

  .cta__search-btn {
    margin-top: 7px;
  }
}



.model-house {
  margin-top: -70px;
  padding-top: 117px;
  padding-bottom: 114px;
  padding-block: 117px 114px;
  background-image: url(../../img/model-house/img_sky.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .model-house {
    margin-top: 0;
    padding-top: 66px;
    padding-bottom: 85px;
    padding-block: 66px 85px;
  }
}

.model-house__body {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .model-house__body {
    margin-top: 2px;
  }
}

.model-house__items {
  will-change: transform;
}

.model-house-item {
  width: 330px;
  padding: 5px;
}
@media (max-width: 767px) {
  .model-house-item {
    width: 310px;
  }
}

.model-house-item__inner {
  background-color: #fff;
  border-radius: 21px;
  padding: 20px 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .model-house-item__inner {
    border-radius: 12px;
    padding: 13px 10px 22px;
  }
}

.model-house-item__area {
  text-align: center;
}

.model-house-item__area p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .model-house-item__area p:nth-child(1) {
    font-size: 14px;
  }
}

.model-house-item__area p:nth-child(2) {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #1d4294;
}
@media (max-width: 767px) {
  .model-house-item__area p:nth-child(2) {
    font-size: 18px;
  }
}

.model-house-item__img {
  margin-top: 13px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .model-house-item__img {
    margin-top: 9px;
  }
}

.model-house-item__img img {
  border-radius: 9px;
  aspect-ratio: 600/320;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .model-house-item__img img {
    border-radius: 6px;
    aspect-ratio: 280/160;
  }
}

.model-house-item__title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .model-house-item__title {
    font-size: 15px;
  }
}

.model-house-item__btn {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .model-house-item__btn {
    margin-top: 13px;
  }
}

.model-house-item__detail-btn {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .model-house-item__detail-btn {
    margin-top: 13x;
  }
}

.intro {
  padding-top: 60px;
  padding-bottom: 200px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .intro {
    padding-top: 42px;
    padding-bottom: 35px;
  }
}

.intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media (max-width: 767px) {
  .intro__flex {
    gap: 16px;
  }
}
@media (max-width: 1080px) {
  .intro__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1081px) and (max-width: 1260px) {
  .intro__flex {
    gap: 30px;
  }
}

.intro__contents {
  width: 464px;
  padding-top: 21px;
}
@media (max-width: 767px) {
  .intro__contents {
    padding-top: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-inline: 10px;
  }
}
@media (min-width: 1081px) and (max-width: 1260px) {
  .intro__contents {
    width: 36.8253968254vw;
  }
}

.intro__img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 1080px) {
  .intro__img-box {
    margin-left: calc(50% - 50vw);
  }
}

.intro__img {
  position: absolute;
  top: 0;
  right: 0;
  height: 570px;
}
@media (max-width: 1080px) {
  .intro__img {
    position: static;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1081px) and (max-width: 1260px) {
  .intro__img {
    height: 45.2380952381vw;
  }
}

.intro__img img {
  width: auto;
  height: 100%;
}
@media (max-width: 1080px) {
  .intro__img img {
    width: 100%;
    height: auto;
  }
}

.intro__text {
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.9375;
}
@media (max-width: 767px) {
  .intro__text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6666666667;
  }
}

.real {
  margin-top: -138px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .real {
    margin-top: 0;
  }
}

.real__container {
  padding-top: 92px;
  padding-bottom: 38px;
  padding-left: 40px;
  padding-right: 40px;
  padding-inline: 40px;
  background-color: #ebe1cd;
  border-radius: 21px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .real__container {
    padding-left: 0;
    padding-top: 102px;
    padding-right: 10px;
    border-radius: 21px 21px 0 0;
    padding-bottom: 43px;
  }
}

.real__deco-text {
  position: absolute;
  top: -36px;
  right: -8px;
  font-size: 186px;
  font-weight: 900;
  font-family: Roboto, sans-serif;
  color: #dbd0ba;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .real__deco-text {
    font-size: 73px;
    top: -16px;
    right: inherit;
    left: -5px;
  }
}

.real__deco-text span {
  font-size: 293px;
}
@media (max-width: 767px) {
  .real__deco-text span {
    font-size: 112px;
  }
}

.real__head {
  position: relative;
}
@media (max-width: 767px) {
  .real__head {
    padding-left: 13px;
  }
}

.real__body {
  position: relative;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .real__body {
    margin-top: 19px;
  }
}

.real__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 1080px) {
  .real__items {
    grid-template-columns: 1fr;
  }
}

.real-item {
  border-radius: 21px;
  overflow: hidden;
  height: auto;
}
@media (max-width: 767px) {
  .real-item {
    border-radius: 0 14px 14px 0;
  }
}

.real-item__inner {
  height: 100%;
}
@media (min-width: 901px) and (max-width: 1080px) {
  .real-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}
@media (max-width: 900px) {
  .real-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.real-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.real-item__body {
  position: relative;
  background-color: #fff;
  padding: 29px 30px;
  height: 100%;
}
@media (min-width: 901px) and (max-width: 1080px) {
  .real-item__body {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 30px 20px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 900px) {
  .real-item__body {
    padding: 16px 26px 29px 22px;
    height: auto;
  }
}

.real-item__body > span {
  position: absolute;
  top: -58px;
  right: 15px;
  font-size: 91px;
  font-weight: 900;
  color: #1d4294;
  font-family: Roboto, sans-serif;
}
@media (max-width: 767px) {
  .real-item__body > span {
    top: -39px;
    right: 9px;
    font-size: 64px;
  }
}
@media (min-width: 901px) and (max-width: 1080px) {
  .real-item__body > span {
    top: 12px;
    right: auto;
    right: initial;
    left: -57px;
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .real-item__body > span {
    font-size: 91px;
  }
}

.real-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media (max-width: 900px) {
  .real-item__title {
    font-size: 22px;
  }
}

.real-item__title span {
  color: #1d4294;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-inline: -0.5em;
}

.real-item__title span.no-mg {
  margin-left: 0;
  margin-left: initial;
  margin-right: 0;
  margin-right: initial;
  margin-inline: initial;
}

.real-item__text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: justify;
}
@media (max-width: 767px) {
  .real-item__text {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.real__message {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media (max-width: 767px) {
  .real__message {
    margin-top: 21px;
  }
}

.real__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .real__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
.real__text p {
  font-weight: 700;
  font-size: 21px;
}
.real__text span {
  color: #1d4294;
  margin-inline: -0.5em;
}
@media (max-width: 767px) {
  .real__text p:nth-child(1) {
    font-size: 13px;
    position: relative;
    padding-inline: 18px 20px;
  }
  .real__text p:nth-child(1)::before {
    position: absolute;
    content: "";
    top: 51%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(68deg);
            transform: translateY(-50%) rotate(68deg);
    width: 17px;
    height: 2.5px;
    background-color: #1d4294;
    border-radius: 3px;
  }
  .real__text p:nth-child(1)::after {
    position: absolute;
    content: "";
    top: 51%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-68deg);
            transform: translateY(-50%) rotate(-68deg);
    width: 17px;
    height: 2.5px;
    background-color: #1d4294;
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .real__text p:nth-child(2) {
    font-size: 24px;
  }
}
.real__text p:nth-child(2) span {
  font-size: 28px;
}
@media (max-width: 767px) {
  .real__text p:nth-child(2) span {
    font-size: 24px;
  }
}

.real__btn {
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .real__btn {
    margin-top: 10px;
  }
}

.promise {
  margin-top: -70px;
  position: relative;
  z-index: 1;
  padding-top: 129px;
  padding-bottom: 120px;
  padding-block: 129px 120px;
  background-image: url(../../img/promise/img_promise-bg.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
@media (max-width: 960px) {
  .promise {
    background-image: none;
    background-color: #ebece7;
  }
}
@media (max-width: 767px) {
  .promise {
    padding-top: 57px;
    padding-bottom: 103px;
    margin-top: 0;
  }
}

.promise__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.promise__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .promise__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .promise__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.promise__head {
  width: 355px;
}
@media (max-width: 960px) {
  .promise__head {
    width: 100%;
  }
}

.promise__title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 960px) {
  .promise__title {
    font-size: 16px;
    text-align: center;
  }
}

.promise__title span {
  font-size: 46px;
  color: #fff;
  margin-top: 14px;
  display: block;
  font-weight: 900;
  text-indent: -0.5em;
}
@media (max-width: 960px) {
  .promise__title span {
    font-size: 43px;
    margin-top: 5px;
    text-indent: 0;
  }
}

.promise__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .promise__body {
    margin-top: 18px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .promise__body {
    margin-top: 20px;
  }
}

.promise__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .promise__items {
    gap: 10px;
  }
}
@media (max-width: 1250px) {
  .promise__items {
    grid-template-columns: 1fr;
  }
}

.promise-item {
  background-color: #fff;
  padding: 25px 20px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 21px;
}
@media (max-width: 767px) {
  .promise-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0 21px 21px 0;
    padding: 17px 20px 21px 10px;
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1250px) {
  .promise-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    gap: 30px;
  }
}

.promise-item__img {
  width: 120px;
}

.promise-item__body {
  margin-top: 19px;
}
@media (max-width: 1250px) {
  .promise-item__body {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.promise-item__title {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .promise-item__title {
    font-size: 19px;
    line-height: 1.3684210526;
  }
}
@media (max-width: 1250px) {
  .promise-item__title {
    text-align: left;
  }
}

.promise-item__title span {
  color: #1d4294;
}

.promise-item__title span.mg-in {
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-inline: -0.5em;
}

.promise-item__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .promise-item__text {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.promise-item__note {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.point {
  padding-top: 90px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .point {
    padding-top: 31px;
    padding-bottom: 122px;
  }
}

.point__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1260px) {
  .point__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.point__head {
  width: 400px;
}
@media (max-width: 1260px) {
  .point__head {
    text-align: center;
    width: 100%;
  }
}

.point__head > span {
  font-size: 76px;
  font-weight: 900;
  color: #dae2f2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .point__head > span {
    font-size: 62px;
  }
}

.point__title {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .point__title {
    margin-top: 16px;
  }
}

.point__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .point__body {
    margin-top: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .point__body {
    margin-top: 50px;
  }
}

.point__items {
  border-top: 1px solid #ebece7;
}

.point-item {
  border-bottom: 1px solid #ebece7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .point-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
    padding: 20px 10px 25px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .point-item {
    gap: 16px;
  }
}

.point-item__img {
  width: 340px;
  border-radius: 21px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .point-item__img {
    width: 100%;
    border-radius: 14px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .point-item__img {
    width: 280px;
  }
}

.point-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
@media (max-width: 767px) {
  .point-item__body {
    gap: 14px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .point-item__body {
    gap: 16px;
  }
}

.point-item__number {
  color: #1d4294;
  text-align: center;
  width: 78px;
}
@media (max-width: 767px) {
  .point-item__number {
    width: 54px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .point-item__number {
    width: 58px;
  }
}

.point-item__number span:nth-child(1) {
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-size: 21px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .point-item__number span:nth-child(1) {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .point-item__number span:nth-child(1) {
    font-size: 18px;
  }
}

.point-item__number span:nth-child(2) {
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-size: 62px;
}
@media (max-width: 767px) {
  .point-item__number span:nth-child(2) {
    font-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .point-item__number span:nth-child(2) {
    font-size: 50px;
  }
}

.point-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .point-item__title {
    font-size: 19px;
  }
}

.point-item__title span {
  color: #1d4294;
}

.point-item__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media (max-width: 767px) {
  .point-item__text {
    margin-top: 5px;
  }
}

.point-item__note {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .point-item__note {
    margin-top: 3px;
  }
}

.point-item__note--lg {
  font-size: 11px;
  line-height: 1.4545454545;
}

.line-up {
  margin-top: -60px;
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 60px;
  padding-block: 120px 60px;
  background-image: url(../../img/line-up/img_line-up-bg.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
@media (max-width: 920px) {
  .line-up {
    background-image: none;
    background-color: #131e41;
    padding-top: 100px;
    padding-bottom: 43px;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .line-up {
    padding-top: 100px;
  }
}
@media (min-width: 921px) and (max-width: 960px) {
  .line-up {
    background-image: none;
    background-color: #131e41;
    padding-bottom: 103px;
  }
}

.line-up__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.line-up__inner {
  position: relative;
}

.line-up__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .line-up__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.line-up__head {
  width: 360px;
}

.line-up__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .line-up__body {
    margin-top: 15px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .line-up__body {
    margin-top: 30px;
  }
}

.line-up__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 960px) {
  .line-up__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
}

.line-up-item {
  background-color: #fff;
  border-radius: 21px;
  padding: 32px 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
}
@media (max-width: 767px) {
  .line-up-item {
    width: 100%;
    padding: 25px 18px 23px;
  }
}

.line-up-item__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .line-up-item__title {
    font-size: 14px;
  }
}

.line-up-item__title span {
  margin-top: 5px;
  display: block;
  font-size: 24px;
  color: #1d4294;
}
@media (max-width: 767px) {
  .line-up-item__title span {
    margin-top: 5px;
    font-size: 21px;
  }
}

.line-up-item:nth-child(1) .line-up-item__logo {
  margin-top: 10px;
  width: 111px;
}
@media (max-width: 767px) {
  .line-up-item:nth-child(1) .line-up-item__logo {
    width: 90px;
  }
}

.line-up-item:nth-child(2) .line-up-item__logo {
  margin-top: 13px;
  width: 184px;
  margin-left: 35px;
}
@media (max-width: 767px) {
  .line-up-item:nth-child(2) .line-up-item__logo {
    width: 161px;
  }
}

.line-up-item__gallery {
  margin-top: 14px;
  padding-left: 9px;
  padding-right: 9px;
  padding-inline: 9px;
  position: relative;
  padding-bottom: 20px;
}

.line-up-item-gallery__box {
  border-radius: 21px;
  overflow: hidden;
}

.line-up-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line-up-item__message {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .line-up-item__message {
    margin-top: 13px;
  }
}
.line-up-item__message span {
  color: #1d4294;
  margin-inline: -0.2em;
}
@media (max-width: 767px) {
  .line-up-item__message span {
    margin-inline: -0.3em;
  }
}

.line-up-item__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .line-up-item__text {
    margin-top: 17px;
    font-size: 15px;
  }
}
.line-up-item__text span {
  color: #1d4294;
}
.line-up-item__text span.u-orange {
  color: #ff6400;
}

.line-up-item__btn {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .line-up-item__btn {
    margin-top: 9px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.exhibition-pagination01,
.exhibition-pagination02,
.exhibition-pagination03,
.exhibition-pagination04,
.exhibition-pagination05,
.exhibition-pagination06,
.exhibition-pagination07,
.line-up-pagination01,
.line-up-pagination02,
.voice-pagination {
  bottom: 0 !important;
}

.exhibition-pagination01 .swiper-pagination-bullet,
.exhibition-pagination02 .swiper-pagination-bullet,
.exhibition-pagination03 .swiper-pagination-bullet,
.exhibition-pagination04 .swiper-pagination-bullet,
.exhibition-pagination05 .swiper-pagination-bullet,
.exhibition-pagination06 .swiper-pagination-bullet,
.exhibition-pagination07 .swiper-pagination-bullet,
.line-up-pagination01 .swiper-pagination-bullet,
.line-up-pagination02 .swiper-pagination-bullet,
.voice-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #d4efff;
  opacity: 1;
}

.exhibition-pagination01 .swiper-pagination-bullet-active,
.exhibition-pagination02 .swiper-pagination-bullet-active,
.exhibition-pagination03 .swiper-pagination-bullet-active,
.exhibition-pagination04 .swiper-pagination-bullet-active,
.exhibition-pagination05 .swiper-pagination-bullet-active,
.exhibition-pagination06 .swiper-pagination-bullet-active,
.exhibition-pagination07 .swiper-pagination-bullet-active,
.line-up-pagination01 .swiper-pagination-bullet-active,
.line-up-pagination02 .swiper-pagination-bullet-active,
.voice-pagination .swiper-pagination-bullet-active {
  background-color: #1d4294;
}

.exhibition-button-next01,
.exhibition-button-next02,
.exhibition-button-next03,
.exhibition-button-next04,
.exhibition-button-next05,
.exhibition-button-next06,
.exhibition-button-next07,
.exhibition-button-prev01,
.exhibition-button-prev02,
.exhibition-button-prev03,
.exhibition-button-prev04,
.exhibition-button-prev05,
.exhibition-button-prev06,
.exhibition-button-prev07,
.line-up-button-next01,
.line-up-button-next02,
.line-up-button-prev01,
.line-up-button-prev02,
.voice-button-next,
.voice-button-prev {
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  background-image: url(../../img/common/arrow_slider.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.exhibition-button-prev01,
.exhibition-button-prev02,
.exhibition-button-prev03,
.exhibition-button-prev04,
.exhibition-button-prev05,
.exhibition-button-prev06,
.exhibition-button-prev07,
.line-up-button-prev01,
.line-up-button-prev02,
.voice-button-prev {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  left: -10px;
}

.exhibition-button-next01,
.exhibition-button-next02,
.exhibition-button-next03,
.exhibition-button-next04,
.exhibition-button-next05,
.exhibition-button-next06,
.exhibition-button-next07,
.line-up-button-next01,
.line-up-button-next02,
.voice-button-next {
  right: -10px;
}

.voice-button-prev {
  left: calc(50% - 150px);
  -webkit-transform: translateX(-50%) scaleX(-1);
          transform: translateX(-50%) scaleX(-1);
  top: 50%;
}
@media (min-width: 768px) {
  .voice-button-prev {
    display: none;
  }
}

.voice-button-next {
  right: calc(50% - 150px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 50%;
}
@media (min-width: 768px) {
  .voice-button-next {
    display: none;
  }
}

.voice {
  padding-top: 60px;
  padding-bottom: 90px;
  padding-block: 60px 90px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .voice {
    padding-top: 30px;
    padding-bottom: 60px;
    padding-block: 30px 60px;
  }
}

.voice__head {
  text-align: center;
}

.voice__head > span {
  font-size: 76px;
  font-weight: 900;
  color: #dae2f2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .voice__head > span {
    font-size: 62px;
  }
}

.voice__title {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .voice__title {
    margin-top: 15px;
  }
}

.voice__title span {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .voice__title span {
    margin-top: -2px;
    line-height: 1.1;
  }
}

.voice__body {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .voice__body {
    margin-top: 12px;
    position: relative;
    padding-bottom: 20px;
  }
}

.voice__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .voice__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .voice__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.voice-item {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .voice-item {
    width: 285px;
    height: auto;
  }
}

.voice-item__inner {
  height: 100%;
}

.voice-item__box {
  background-color: #ebece7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 21px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.voice-item__img {
  width: 120px;
  margin-top: -20px;
}

.voice-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 13px;
  padding-left: 28px;
  padding-right: 28px;
  padding-inline: 28px;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .voice-item__body {
    padding-left: 15px;
    padding-right: 15px;
    padding-inline: 15px;
  }
}

.voice-item__customer {
  font-size: 24px;
  font-weight: 700;
  color: #1d4294;
}

.voice-item__family {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.voice-item__comment {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flow {
  padding-top: 60px;
  padding-bottom: 90px;
  padding-block: 60px 90px;
  background-image: url(../../img/common/img_blue-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 920px) {
  .flow {
    background-image: url(../../img/common/img_blue-bg-sp.jpg);
    padding-top: 38px;
    padding-bottom: 157px;
    padding-block: 38px 157px;
  }
}

.flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1230px) {
  .flow__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow__head {
  width: 290px;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .flow__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.flow__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .flow__body {
    margin-top: 20px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .flow__body {
    margin-top: 22px;
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1230px) {
  .flow__body {
    margin-top: 40px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
    max-width: 900px;
  }
}

.flow__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
@media (max-width: 960px) {
  .flow__items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.flow-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 30px;
  border-radius: 21px;
}
@media (max-width: 767px) {
  .flow-item {
    padding: 19px 19px 24px;
    gap: 12px;
    border-radius: 14px;
  }
}

.flow-item:nth-child(1) {
  position: relative;
}

.flow-item:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 80px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #ff6400;
}
@media (max-width: 960px) {
  .flow-item:nth-child(1)::before {
    top: auto;
    top: initial;
    bottom: -53px;
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 30px;
    height: 76px;
  }
}

.flow-item__img {
  width: 120px;
}
@media (max-width: 767px) {
  .flow-item__img {
    width: 100px;
  }
}

.flow-item__step {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #1d4294;
}

.flow-item__step span {
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  padding-left: 5px;
}

.flow-item__title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .flow-item__title {
    margin-top: 5px;
  }
}

.flow-item__title span {
  color: #1d4294;
}

.flow-item__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .flow-item__text {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.flow-item__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .flow-item__list {
    margin-top: 5px;
  }
}

.flow-item__list li {
  font-size: 16px;
  line-height: 1.625;
  position: relative;
  padding-left: 14px;
}

.flow-item__list li::before {
  position: absolute;
  content: "";
  top: 58%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #1d4294;
}



.faq {
  padding-top: 149px;
  padding-bottom: 90px;
  padding-block: 149px 90px;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-block: 40px;
  }
}

.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1260px) {
  .faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq__head {
  width: 400px;
}
@media (max-width: 1260px) {
  .faq__head {
    width: 100%;
    text-align: center;
  }
}

.faq__head > span {
  font-size: 76px;
  font-weight: 900;
  color: #dae2f2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .faq__head > span {
    font-size: 62px;
  }
}

.faq__title {
  margin-top: 29px;
}
@media (max-width: 767px) {
  .faq__title {
    margin-top: 10px;
  }
}

.faq__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
  .faq__body {
    margin-top: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .faq__body {
    margin-top: 40px;
  }
}

.faq__item {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 21px;
  padding-bottom: 20px;
  padding-block: 21px 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-inline: 10px;
}
@media (max-width: 767px) {
  .faq__item {
    padding-top: 14px;
    padding-bottom: 15px;
    padding-block: 14px 15px;
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
  }
}

.faq__item dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  text-indent: -80px;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .faq__item dt {
    font-size: 17px;
    text-indent: -52px;
    padding-left: 52px;
  }
}

.faq__item dt span {
  color: #1d4294;
  font-family: Roboto, sans-serif;
  font-size: 31px;
  font-weight: 700;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .faq__item dt span {
    font-size: 21px;
    line-height: 1.0810810811;
  }
}

.faq__item dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  padding-left: 45px;
  text-indent: -32px;
  padding-left: 77px;
}
@media (max-width: 767px) {
  .faq__item dd {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.1764705882;
    text-indent: -24px;
    padding-left: 55px;
  }
}

.faq__item dd span {
  color: #1d4294;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 700;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .faq__item dd span {
    font-size: 14px;
    padding-right: 10px;
  }
}

.info-wrapper {
  background-color: #e8edf0;
  padding-bottom: 90px;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .info-wrapper {
    padding-bottom: 40px;
  }
}

.exhibition {
  padding-top: 140px;
}
@media (max-width: 767px) {
  .exhibition {
    padding-top: 83px;
    overflow: hidden;
  }
}

.exhibition__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.0588235294;
  text-align: center;
}
@media (max-width: 767px) {
  .exhibition__title {
    font-size: 26px;
  }
}

.exhibition__title span {
  color: #1d4294;
}

.exhibition__body {
  margin-top: 25px;
}

.exhibition__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .exhibition__items {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .exhibition__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1260px) {
  .exhibition__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.exhibition-item {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-block: 15px;
}
@media (max-width: 767px) {
  .exhibition-item {
    padding-top: 12px;
    padding-bottom: 0;
    padding-block: 12px 0;
    border-radius: 6px;
    width: 100%;
  }
}

.exhibition-item.is-open .exhibition-item__head::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.exhibition-item__area {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-inline: 20px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .exhibition-item__area {
    padding-right: 70px !important;
    padding-bottom: 12px;
  }
}

.exhibition-item__area::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #1d4294 70px, #e8edf0 70px);
}

.exhibition-item__area span {
  display: block;
  font-size: 11px;
  font-weight: 500;
}

.exhibition-item__area h3 {
  margin-top: 5px;
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1578947368;
  color: #1d4294;
  min-height: 44px;
}
@media (max-width: 767px) {
  .exhibition-item__area h3 {
    margin-top: 4px;
    min-height: 0;
    min-height: initial;
  }
}

.exhibition--nagano .exhibition-item__area h3 {
  min-height: 0;
  min-height: initial;
}

.exhibition-item__body-inner {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .exhibition-item__body-inner {
    padding-top: 6px;
  }
}

.exhibition-item__wrap {
  padding-left: 20px;
  padding-right: 20px;
  padding-inline: 20px;
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  .exhibition-item__wrap {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
    padding-bottom: 16px;
  }
}

.exhibition-item__name {
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  padding-inline: 15px;
}

.exhibition-item__gallery {
  margin-top: 14px;
  padding-left: 11px;
  padding-right: 11px;
  padding-inline: 11px;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .exhibition-item__gallery {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
    margin-top: 17px;
  }
}

.exhibition__info {
  margin-top: 14px;
  min-height: 96px;
}
@media (max-width: 767px) {
  .exhibition__info {
    padding-left: 18px;
    padding-right: 18px;
    padding-inline: 18px;
  }
}

.exhibition__info p {
  font-size: 11px;
  line-height: 1.4545454545;
}

.exhibition__map {
  width: 100%;
  aspect-ratio: 285/160;
}

.exhibition__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.exhibition__foot {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .exhibition__foot {
    margin-top: 0;
    height: 55px;
  }
}

.exhibition-item__swiper {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .exhibition-item__swiper {
    border-radius: 0;
  }
}

.exhibition-item__img img {
  aspect-ratio: 222/150;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .exhibition-item__img img {
    border-radius: 12px;
    aspect-ratio: 180/120;
  }
}

.counter {
  margin-top: 40px;
}

.counter__lead {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .counter__lead {
    font-size: 14px;
  }
}

.counter__title {
  margin-top: 11px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.0588235294;
  text-align: center;
}
@media (max-width: 767px) {
  .counter__title {
    font-size: 19px;
  }
}

.counter__title span {
  color: #1d4294;
}

.counter__body {
  margin-top: 25px;
}

.counter__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 767px) {
  .counter__items {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .counter__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1260px) {
  .counter__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.counter-item {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .counter-item {
    padding-top: 15px;
    border-radius: 6px;
  }
}

.counter-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .counter-item__head {
    padding-bottom: 9px;
    position: relative;
  }
}

.counter-item.is-open .counter-item__head::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

[dir=ltr] .counter-item__area {
  padding-left: 15px;
  padding-right: 13px;
}

.counter-item__area:dir(ltr) {
  padding-left: 15px;
  padding-right: 13px;
}

[dir=rtl] .counter-item__area {
  padding-right: 15px;
  padding-left: 13px;
}

.counter-item__area:dir(rtl) {
  padding-right: 15px;
  padding-left: 13px;
}

.counter-item__area {
  padding-inline: 15px 13px;
  padding-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .counter-item__area {
    padding-right: 70px !important;
  }
}

.counter-item__area::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #1d4294 70px, #e8edf0 70px);
}

.counter-item__area span {
  display: block;
  font-size: 11px;
  line-height: 1.2727272727;
}

.counter-item__area h3 {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #1d4294;
  line-height: 1.375;
}
@media (max-width: 767px) {
  .counter-item__area h3 {
    margin-top: 0;
    font-size: 18px;
  }
}

.counter-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.counter-item__body-inner {
  padding: 12px 15px 17px;
}

.counter-item__body-inner p {
  font-size: 11px;
  line-height: 1.4545454545;
}

.counter-item__btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-block: 90px;
  background-image: url(../../img/common/img_blue-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .event {
    background-image: url(../../img/common/img_blue-bg-sp.jpg);
    padding-top: 37px;
    padding-bottom: 39px;
    padding-block: 37px 39px;
  }
}

.event__title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .event__title {
    font-size: 26px;
  }
}

.event__body {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .event__body {
    margin-top: 21px;
  }
}

.event__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .event__items {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .event__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.event-item {
  background-color: #fff;
  border-radius: 21px;
  padding: 18px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .event-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    padding: 5px;
    border-radius: 6px;
  }
}

.event-item__content {
  width: 100%;
}
@media (max-width: 767px) {
  .event-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 768px) {
  .event-item__content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.event-item__text {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.4545454545;
  font-weight: 500;
}

.event-item__area p:nth-child(1) {
  font-size: 11px;
  font-weight: 500;
}

.event-item__area p:nth-child(2) {
  margin-top: 7px;
  font-size: 19px;
  font-weight: 700;
  color: #1d4294;
}
@media (max-width: 767px) {
  .event-item__area p:nth-child(2) {
    font-size: 18px;
  }
}

.event-item__img img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .event-item__img img {
    border-radius: 6px;
  }
}

.event-item__btn {
  margin-top: 14px;
}

.event__foot {
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .event__foot {
    margin-top: 19px;
  }
}

.event__btn {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}

.u-yellow {
  color: #ffe696 !important;
}

.u-text-indent05 {
  text-indent: -0.5em;
}

.u-inline {
  display: inline !important;
}

.u-orange {
  color: #ff6400;
}

.u-blue {
  color: #1d4294;
}

.u-mt20 {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cta__search-btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cta__search-btn {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .real__inner {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
  }
}

@media (max-width: 767px) {
  .promise__inner {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
  }
}

@media (max-width: 767px) {
  .line-up__title span {
    margin-top: 6px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .exhibition-button-prev01,
  .exhibition-button-prev02,
  .exhibition-button-prev03,
  .exhibition-button-prev04,
  .exhibition-button-prev05,
  .exhibition-button-prev06,
  .exhibition-button-prev07 {
    left: calc(50% - 122px);
    -webkit-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
    top: 47%;
  }
}

@media (max-width: 767px) {
  .exhibition-button-next01,
  .exhibition-button-next02,
  .exhibition-button-next03,
  .exhibition-button-next04,
  .exhibition-button-next05,
  .exhibition-button-next06,
  .exhibition-button-next07 {
    right: calc(50% - 122px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 47%;
  }
}

@media (max-width: 767px) {
  .voice__inner {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
  }
}

@media (max-width: 767px) {
  .flow__title span {
    margin-top: 3px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .requirements-campaign__amount.amount .amount__max,
  .requirements-campaign__amount.amount .amount__unit {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 958px) {
  .requirements-campaign__amount.amount .amount__max,
  .requirements-campaign__amount.amount .amount__unit {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .requirements-present__flex {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .exhibition-item:not(:first-child) {
    margin-top: 9px;
  }
}

@media (max-width: 767px) {
  .exhibition-item__head {
    padding-bottom: 9px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .exhibition-item__head::after,
  .exhibition-item__head::before {
    position: absolute;
    content: "";
    top: 16.5px;
    right: 21.5px;
    width: 20px;
    height: 2px;
    background-color: #1d4294;
  }
}

@media (max-width: 767px) {
  .exhibition-item__head::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media (max-width: 767px) {
  .exhibition-item__area::after {
    position: absolute;
    content: "";
    top: -5px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #1d4294;
    border-radius: 50%;
  }
}

@media (max-width: 767px) {
  .exhibition-item__body {
    display: none;
  }
}

@media (max-width: 767px) {
  .exhibition__foot .exhibition__btn {
    width: 100%;
    height: 100%;
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 767px) {
  .exhibition__foot .exhibition__btn::before {
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 767px) {
  .exhibition__foot .exhibition__btn::after {
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 767px) {
  .exhibition__foot .exhibition__btn a {
    background-color: #ff6400;
    width: 100%;
    height: 100%;
    border-radius: 0 0 12px 12px;
    border-bottom: 0.3px solid #ff7800;
    border-right: 0.3px solid #ff7800;
  }
}

@media (max-width: 767px) {
  .exhibition__foot .exhibition__btn a::before {
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 767px) {
  .exhibition__foot .exhibition__btn a::after {
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 767px) {
  .exhibition__foot .exhibition__btn a span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .exhibition__foot .exhibition__btn a span::before {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .exhibition-item__img {
    width: 224px;
  }
}

@media (max-width: 767px) {
  .counter-item__head::after,
  .counter-item__head::before {
    position: absolute;
    content: "";
    top: 16px;
    right: 21.5px;
    width: 20px;
    height: 2px;
    background-color: #1d4294;
  }
}

@media (max-width: 767px) {
  .counter-item__head::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media (max-width: 767px) {
  .counter-item__area::after {
    position: absolute;
    content: "";
    top: -5px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #1d4294;
    border-radius: 50%;
  }
}

@media (max-width: 767px) {
  .counter-item__body {
    display: none;
  }
}

@media (max-width: 767px) {
  .event-item__contents {
    display: block;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 768px) {
  .event-item__contents {
    display: contents;
  }
}

@media (max-width: 767px) {
  .event-item__area {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .event-item__area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .event-item__img {
    width: max(21.3333333333vw, 80px);
  }
}
@media (min-width: 768px) {
  .event-item__img {
    margin-top: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .u-1025 {
    display: none;
  }
}

@media (max-width: 1080px) {
  .u-1081 {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  .real-item__img {
    width: 36%;
    aspect-ratio: 360/240;
  }
}

@media (max-width: 1200px) {
  .line-up__title {
    text-align: center;
    line-height: 0.5;
  }
}

@media (min-width: 768px) {
  .voice-pagination {
    display: none;
  }
}

@media (min-width: 1025px) {
  .u-1024 {
    display: none;
  }
}

@media (min-width: 961px) {
  .u-960 {
    display: none;
  }
}

.cta-lg {
  margin-top: -68px;
  max-width: 1270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding-left: 35px;
  padding-right: 35px;
  padding-inline: 35px
}

.cta-lg__container {
  background-color: #ffe696;
  border: 3px solid #ffdc6e;
  border-radius: 70px;
  padding: 10px 20px 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2)
}

.cta-lg__family {
  position: absolute;
  bottom: -3px;
  left: -35px;
  width: 360px
}

.cta-lg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px
}

.cta-lg__gift {
  position: relative
}

.cta-lg__lead {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -.04em
}

.cta-lg__lead span {
  color: #ff6400
}

.cta-lg__deco {
  position: absolute;
  top: -1px;
  right: 104px;
  width: 60px
}

.cta-lg-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px
}

.cta-lg-amount__max, .cta-lg-amount__unit {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap
}

.cta-lg-amount__max {
  position: relative;
  padding-top: 15px
}

/*.cta-lg-amount__max::before {
  position: absolute;
  content: "総額";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
  letter-spacing: .1em;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb
}*/

.cta-lg-amount__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 83px;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #1d4294;
  line-height: .8;
  margin-right: 4px
}

.cta-lg-amount__number span {
  display: block;
  font-size: 42px;
  -webkit-transform: translateY(-.375vw);
  transform: translateY(-.375vw)
}

.cta-lg-amount__unit {
  margin-right: 2px
}

.cta-lg-amount__message {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em
}

.cta-lg__search-btn {
  margin-top: 8px
}

@media (max-width:767px) {
  .cta-lg {
    margin-top: 0
  }
}
@media (max-width: 767px) {
  /* 最大・円分のサイズを強制的に変更 */
  .cta-lg-amount__max,
  .cta-lg-amount__unit {
    font-size: 18px !important; /* !importantを追加 */
  }
  
  /* "総額" の文字サイズを強制的に変更 */
  .cta-lg-amount__max::before {
    font-size: 11px !important; /* !importantを追加 */
  }

  /* もし数字（2,000）も小さくなっている場合は以下も追加 */
  .cta-lg-amount__number {
    font-size: 60px !important;
  }
}
/* SP用のフォントサイズ設定を追加 */
@media (max-width: 767px) {
  .amount__unit,.amount__max {
    font-size: 18px; /* SPで見やすいサイズに調整 */
  }
}

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