@charset "UTF-8";
:root{
  --font-bold: "HondaGlobalFontJP-Bold", sans-serif;
}

:where(main) {
  color: #323232;
}
:where(main) *, :where(main) *::before, :where(main) *::after {
  box-sizing: border-box;
}
:where(main) img {
  display: block;
  max-width: 100%;
  height: auto;
}
:where(main) button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

.p-contents {
  font-family:inherit;
}

.p-font-normal {
  font-family: inherit;
  font-weight: normal;
}

.p-font-bold {
  font-family: var(--font-bold);
  font-weight: normal;
}

.p-campaign-description {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-campaign-description {
    margin-top: 60px;
  }
}
.p-campaign-description__heading {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-campaign-description__heading {
    font-size: 21px;
  }
}
.p-campaign-description__lead {
  margin-top: 24px;
  font-size: 22px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-campaign-description__lead {
    margin-top: 15px;
    font-size: 15px;
  }
}
.p-campaign-description__image {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-campaign-description__image {
    margin: 20px auto 0;
    width: 325px;
    max-width: 100%;
  }
}
.p-campaign-description__caution {
  margin-top: 24px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-campaign-description__caution {
    margin-top: 20px;
  }
}

.p-campaign-caution {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-campaign-caution {
    margin-top: 30px;
  }
}
.p-campaign-caution .type2 {
  margin-left: -2em;
}
.p-campaign-caution .type2 > li {
  margin-bottom: 2px;
}

.p-btn-estimate {
  background-color: #cb0200;
  color: #ffffff;
  padding: 24px 0;
  max-width: 550px;
  text-align: center;
  display: block;
  margin: auto;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
}
.p-btn-estimate:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .p-btn-estimate {
    margin: 0 auto;
    font-size: 16px;
    min-width: 315px;
    max-width: calc(100% - 60px);
  }
  .p-btn-estimate:hover {
    opacity: 1;
  }
}
.p-btn-estimate:after {
  content: "";
  background-image: url("../images/icon_blank_w.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-btn-estimate:after {
    right: 24px;
    width: 16px;
    height: 16px;
  }
}

.p-lead {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lead {
    font-size: 20px;
  }
}

.p-accordion__contents {
  overflow: hidden;
  background: #fff;
}
.p-accordion__contents[aria-hidden=true] {
  height: 0;
  visibility: hidden;
}
.p-accordion__contents-inner {
  margin: 0 auto;
  padding: 150px 20px 60px;
  max-width: 1020px;
}
@media screen and (max-width: 768px) {
  .p-accordion__contents-inner {
    padding: 40px 30px 45px;
  }
}
.p-accordion__button {
  width: 100%;
  padding: 22px;
  font-size: 22px;
  text-align: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-accordion__button {
    font-size: 15px;
  }
}
.p-accordion__button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .p-accordion__button:hover {
    opacity: 1;
  }
}
.p-accordion__button .text-open {
  position: relative;
}
.p-accordion__button .text-open::after {
  content: "";
  z-index: 10;
  background-image: url(/FREED/zankure/images/icon_open.svg);
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.p-accordion__button .text-close {
  display: none;
  position: relative;
}
.p-accordion__button .text-close::after {
  content: "";
  z-index: 10;
  background-image: url(/FREED/zankure/images/icon_close.svg);
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.p-accordion__button[aria-expanded=true] .text-open {
  display: none;
}
.p-accordion__button[aria-expanded=true] .text-close {
  display: initial;
}

@media screen and (max-width: 768px) {
  .p-campaign-table-scroll {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-left: 0px;
    margin-right: -30px;
    padding: 0 20px 0 0;
    overscroll-behavior-x: none;
  }
}
@media screen and (max-width: 768px) {
  .p-campaign-table-scroll__inner {
    margin-top: 40px;
    min-width: 100%;
    padding-right: 20px;
  }
  .p-campaign-table-scroll__inner--zankure {
    width: 600px;
  }
  .p-campaign-table-scroll__inner--valiho {
    width: 420px;
  }
  .p-campaign-table-scroll__inner--rakumaru {
    width: 620px;
  }
}

.p-campaign-table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.p-rakumaru .p-campaign-table {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-rakumaru .p-campaign-table {
    table-layout: auto;
  }
}
.p-rakumaru .p-campaign-table thead {
  background: #999;
  color: #fff;
}
.p-rakumaru .p-campaign-table thead th, .p-rakumaru .p-campaign-table thead td {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-rakumaru .p-campaign-table thead th, .p-rakumaru .p-campaign-table thead td {
    width: auto;
  }
}
.p-rakumaru .p-campaign-table thead th {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-rakumaru .p-campaign-table thead th {
    width: 170px;
  }
}
.p-rakumaru .p-campaign-table thead td:not(.highlight) {
  border-inline: 1px solid #ccc;
}
.p-rakumaru .p-campaign-table tbody .highlight {
  color: var(--theme-color);
}
.p-rakumaru .p-campaign-table tbody tr:nth-last-child(-n+2) {
  height: auto;
}
.p-rakumaru .p-campaign-table tbody tr:last-child th,
.p-rakumaru .p-campaign-table tbody tr:last-child td {
  background: #F2F2F2;
}
.p-rakumaru .p-campaign-table tbody th {
  padding: 10px 35px 10px 18px;
}
@media screen and (max-width: 768px) {
  .p-rakumaru .p-campaign-table tbody th {
    padding-right: 25px;
  }
}
.p-campaign-table thead {
  background: #F2F2F2;
  font-size: 20px;
  border-block: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-campaign-table thead {
    font-size: 14px;
  }
}
.p-campaign-table thead tr {
  background: inherit;
}
.p-campaign-table thead tr:first-child {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-campaign-table thead tr:first-child {
    height: 50px;
  }
}
.p-campaign-table thead tr:nth-child(2) {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-campaign-table thead tr:nth-child(2) {
    font-size: 12px;
  }
}
.p-campaign-table thead tr:nth-child(2) td:not(.highlight) + td:not(.highlight) {
  border-left: 1px solid #ccc;
}
.p-campaign-table thead th, .p-campaign-table thead td {
  padding: 2px 18px 6px;
}
@media screen and (max-width: 768px) {
  .p-campaign-table thead th, .p-campaign-table thead td {
    padding: 2px 8px 4px;
  }
}
.p-campaign-table thead th {
  position: sticky;
  top: 0;
  left: 0px;
  z-index: 10;
  border: none;
  text-align: left;
  background: inherit;
}
@media screen and (max-width: 768px) {
  .p-campaign-table thead th::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    background-color: inherit;
    box-sizing: content-box;
    z-index: -1;
  }
}
.p-campaign-table thead .highlight {
  background: var(--theme-color);
  border-top: 4px solid var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  color: #fff;
}
.p-campaign-table thead .highlight:first-child,
.p-campaign-table thead *:not(.highlight) + .highlight {
  border-left: 4px solid var(--theme-color);
}
.p-campaign-table thead .highlight + .highlight {
  border-left: 1px solid #fff;
}
.p-campaign-table thead .highlight-end {
  border-right: 4px solid var(--theme-color);
}
.p-campaign-table tbody th, .p-campaign-table tbody td {
  padding: 12px 18px;
  font-size: 18px;
  border-block: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-campaign-table tbody th, .p-campaign-table tbody td {
    padding: 12px 6px 12px 12px;
    font-size: 12px;
  }
}
.p-campaign-table tbody th:not(:last-child), .p-campaign-table tbody td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.p-campaign-table tbody th {
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-campaign-table tbody th {
    position: sticky;
    top: 0;
    left: 0px;
    z-index: 10;
    border: none;
  }
  .p-campaign-table tbody th::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color: inherit;
    z-index: -1;
  }
}
.p-campaign-table tbody .highlight:nth-of-type(1) {
  border-left: 4px solid var(--theme-color);
}
.p-campaign-table tbody .highlight:not(:has(~ .highlight)) {
  border-right: 4px solid var(--theme-color);
}
.p-campaign-table tbody tr:nth-last-child(-n+2) {
  height: 110px;
}
@media screen and (max-width: 768px) {
  .p-campaign-table tbody tr:nth-last-child(-n+2) {
    height: 80px;
  }
}
.p-campaign-table tbody tr:last-child .highlight {
  border-bottom: 4px solid var(--theme-color);
}
.p-campaign-table .small {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-campaign-table .small {
    font-size: 10px;
  }
}

#tooltip_base {
  position: relative;
}

.p-cell-with-tooltip {
  position: relative;
}
.p-cell-with-tooltip__button {
  border: 1px solid currentColor;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  aspect-ratio: 1/1;
  color: var(--theme-color);
  text-align: center;
  display: inline-block;
  font-family: var(--font-bold);
  background-color: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-cell-with-tooltip__button {
    width: 18px;
    right: 5px;
  }
}

.p-tooltip {
  position: absolute;
  top: auto;
  left: -10px;
  padding: 14px;
  max-width: 400px;
  background-color: #fff;
  color: #575757;
  box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  z-index: 20;
  transform: translateY(10px);
  transition: all 0.3s;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .p-tooltip {
    max-width: calc(100vw - 30px);
  }
}
.p-tooltip.open {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
  visibility: visible;
}
.p-tooltip__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  box-shadow: none;
  background-image: url("../images/icon-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  line-height: 1;
}
.p-tooltip h5 {
  font-size: 12px;
}
.p-tooltip__list {
  padding: 0;
  font-size: 12px;
  list-style: none;
}
.p-tooltip__list > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 6px;
  line-height: 1.4em;
}
.p-tooltip__list > li::before {
  content: attr(data-type);
}

.p-campaign-table-note {
  margin: 24px 0 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-campaign-table-note {
    margin-top: 20px;
  }
}

.p-campaign-buttons {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-campaign-buttons {
    margin-top: 20px;
  }
}

.p-campaign-overview {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-campaign-overview {
    margin-top: 50px;
  }
}
.p-campaign-overview__heading {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-campaign-overview__heading {
    font-size: 21px;
  }
}
.p-campaign-overview .p-campaign-overview-table {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-campaign-overview .p-campaign-overview-table {
    margin-top: 24px;
  }
}
.p-campaign-overview .p-campaign-overview-table th {
  background: var(--theme-color);
  color: #fff;
}
.p-campaign-overview__caution {
  margin-top: 24px;
  font-size: 12px;
}

.p-campaign-overview-table {
  width: 100%;
  border-collapse: collapse;
}
.p-campaign-overview-table th, .p-campaign-overview-table td {
  padding: 12px 0px 12px 20px;
  font-size: 18px;
  text-align: left;
  border-block: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-campaign-overview-table th, .p-campaign-overview-table td {
    padding: 8px 0px 8px 12px;
    font-size: 12px;
  }
}
.p-campaign-overview-table th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-campaign-overview-table th {
    width: 140px;
  }
}
.p-campaign-overview-table__text-small {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .p-campaign-overview-table__text-small {
    font-size: 12px;
  }
}

.p-mainvisual {
  position: relative;
}
.p-mainvisual__image {
  width: 100%;
}
.p-mainvisual__title-text {
  position: absolute;
  top: 6.9444444444vw;
  left: 50%;
  width: 100%;
  font-size: 1.3888888889vw;
  letter-spacing: 0.05em;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-mainvisual__title-text {
    top: 14.6666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: normal;
  }
}
.p-mainvisual__title-large {
  display: block;
  margin-top: 0.25em;
  font-size: 2.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-mainvisual__title-large {
    margin-top: 0.175em;
    font-size: 6.4vw;
    letter-spacing: 0.05em;
  }
}
.p-mainvisual__title {
  position: absolute;
  top: 6.9444444444vw;
  left: 50%;
  width: 26.9444444444vw;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-mainvisual__title {
    top: 13.3333333333vw;
    width: 65.3333333333vw;
  }
}

.p-head {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-head {
    padding: 36px 0 50px;
  }
}
.p-head__lead {
  margin-top: 40px;
  font-size: 28px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .p-head__lead {
    margin-top: 24px;
    font-size: 15px;
  }
}
.p-head__buttons {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-head__buttons {
    margin-top: 24px;
  }
}

.p-navi__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 60px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .p-navi__list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.p-navi__list li {
  width: 144px;
}
@media (max-width: 768px) {
  .p-navi__list li {
    width: 90px;
  }
}
.p-navi__list li a {
  display: block;
  line-height: 1;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .p-navi__list li a:hover {
    opacity: 1;
    transform: translateY(12px);
  }
}
.p-navi__list li a img {
  width: 100%;
  height: auto;
}

.p-zankure {
  --theme-color: #008BD5;
  background-color: #f3f8fc;
}
.p-zankure .p-accordion__button {
  background: var(--theme-color);
  color: #fff;
}

.p-overview-inner {
  max-width: 1020px;
  padding: 80px 20px 64px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-overview-inner {
    padding: 50px 30px 30px;
  }
}

.p-overview-title {
  margin: 30px auto 0;
  width: 448px;
}
@media screen and (max-width: 768px) {
  .p-overview-title {
    margin-top: 20px;
    width: 300px;
    max-width: 100%;
  }
}

.p-overview-list {
  display: flex;
  gap: 40px;
  margin: 20px auto 0;
  max-width: 920px;
  color: var(--theme-color);
}
@media screen and (max-width: 768px) {
  .p-overview-list {
    flex-direction: column;
    margin-top: 4px;
    gap: 0;
  }
}
.p-overview-list__item {
  flex: 1 1 0%;
}
@media screen and (max-width: 768px) {
  .p-overview-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-overview-list__item:only-child {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-overview-list__item:only-child {
    gap: 0;
  }
}
.p-overview-list__item:only-child > * {
  flex: 1 1 0%;
}
.p-overview-list__item:only-child .p-overview-list__image {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-overview-list__item:only-child .p-overview-list__image {
    width: 100%;
  }
}
.p-overview-list__item:only-child .p-overview-list__text-area {
  margin-left: 0;
}
.p-overview-list__item:only-child .p-overview-list__title {
  min-height: auto;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-overview-list__item:only-child .p-overview-list__title {
    font-size: 12px;
  }
}
.p-overview-list__image {
  margin-bottom: -24px;
}
@media screen and (max-width: 768px) {
  .p-overview-list__image {
    margin-bottom: -20px;
    width: 86%;
  }
}
.p-overview-list__title {
  display: inline-flex;
  align-items: flex-end;
  font-size: 15px;
  min-height: 2lh;
}
@media screen and (max-width: 768px) {
  .p-overview-list__title {
    font-size: 12px;
    min-height: auto;
  }
}
.p-overview-list__price {
  font-size: 35px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-overview-list__price {
    font-size: 24px;
  }
}
.p-overview-list__price-number {
  font-size: 150%;
}
.p-overview-list__text-area {
  margin-left: 15%;
}
@media screen and (max-width: 768px) {
  .p-overview-list__text-area {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-zankure-slider-wrapper {
    overflow: hidden;
  }
}

.p-zankure-card img {
  border-radius: 0;
}
.p-zankure-card--2col {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-zankure-card--2col {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.swiper-slide:first-child:not(:last-child) .p-zankure-card {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .swiper-slide:first-child:not(:last-child) .p-zankure-card {
    padding-right: 0;
  }
}
.swiper-slide:nth-child(2) .p-zankure-card {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .swiper-slide:nth-child(2) .p-zankure-card {
    padding-left: 0;
  }
}
.p-zankure-card__head {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--theme-color);
  color: var(--theme-color);
}
@media screen and (max-width: 768px) {
  .p-zankure-card__head {
    padding-bottom: 8px;
  }
}
.p-zankure-card__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 23px;
  text-align: center;
}
.p-zankure-card__title--2lh {
  min-height: 2lh;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__title {
    font-size: 15px;
  }
}
.p-zankure-card__color {
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__color {
    font-size: 12px;
  }
}
.p-zankure-card__caption {
  font-size: 12px;
  text-align: right;
}
.p-zankure-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__price-row {
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }
}
.p-zankure-card__price-heading {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__price-heading {
    font-size: 12px;
  }
}
.p-zankure-card__price {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__price {
    font-size: 22px;
  }
}
.p-zankure-card__price-number {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__price-number {
    font-size: 36px;
  }
}
.p-zankure-card__price-sup {
  position: relative;
  top: -2em;
  font-size: 12px;
  line-height: 0;
  vertical-align: baseline;
}
.p-zankure-card__body {
  position: relative;
  margin-top: 115px;
  border: 1px solid transparent;
}
.p-zankure-card__body--in-2col {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__body {
    margin-top: 40px;
  }
}
.p-zankure-card__body::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  border-right: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  transform: rotate(45deg) translate(-50%);
}
@media screen and (max-width: 768px) {
  .p-zankure-card__body::before {
    top: -28px;
    width: 12px;
  }
}
.p-zankure-card__logo {
  margin: 0 auto;
  width: 257px;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__logo {
    width: 240px;
    max-width: 100%;
  }
}
.p-zankure-card__payment {
  margin: 0;
  font-size: 40px;
  text-align: center;
  color: var(--theme-color);
}
.p-zankure-card__payment:first-of-type {
  margin-top: -0.5em;
}
.p-zankure-card__payment:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__payment:not(:first-child) {
    margin-top: 4px;
  }
}
.p-zankure-card__payment + .p-zankure-card__payment {
  margin-top: -0.5em;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__payment {
    font-size: 26px;
  }
}
.p-zankure-card__payment-heading {
  margin-right: 65px;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__payment-heading {
    margin-right: 45px;
  }
}
.p-zankure-card__payment-number {
  font-size: 65px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__payment-number {
    font-size: 42px;
  }
}
.p-zankure-card__note {
  margin: 6px 0 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__note {
    margin-top: 2px;
    font-size: 12px;
  }
}
.p-zankure-card__note--text-left {
  align-self: flex-start;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-zankure-card__note--text-left {
    text-align: center;
  }
}

.p-campaign-detail {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-campaign-detail {
    margin-top: 60px;
  }
}
.p-campaign-detail__title {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-campaign-detail__title {
    font-size: 21px;
  }
}
.p-campaign-detail__lead {
  margin-top: 10px;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-campaign-detail__lead {
    margin-top: 20px;
    font-size: 16px;
  }
}
.p-campaign-detail__lead-number {
  font-size: 39px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .p-campaign-detail__lead-number {
    font-size: 24px;
  }
}
.p-campaign-detail__caution {
  margin: 40px 0 0;
  font-size: 12px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .p-campaign-detail__caution {
    margin-top: 20px;
  }
}

.p-campaign-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-campaign-tabs {
    margin-inline: -30px;
  }
}
.p-campaign-tabs__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  text-align: center;
  background: #99D1EE;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-campaign-tabs__item {
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
}
.p-campaign-tabs__item.current {
  background: var(--theme-color);
}
.p-campaign-tabs__item-color {
  margin-top: 6px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-campaign-tabs__item-color {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
  }
}

.p-campaign-tab-contents:not(.current) {
  display: none;
}

.p-valiho {
  --theme-color: #F08C00;
  background-color: #FEF6EB;
}
.p-valiho .p-accordion__button {
  background: var(--theme-color);
  color: #fff;
}

.p-rakumaru {
  --theme-color: #4CA535;
  background-color: #F1F8EF;
}
.p-rakumaru .p-accordion__button {
  background: var(--theme-color);
  color: #fff;
}

.p-rakumaru-description {
  margin: 40px auto 0;
  border: solid 2px #63a535;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 2fr 0.5fr;
  align-items: center;
  gap: 0 24px;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .p-rakumaru-description {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 20px auto 0;
    width: 325px;
    max-width: 100%;
  }
}
.p-rakumaru-description p {
  margin-top: 1em;
  line-height: 1.2;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-rakumaru-description p {
    margin-top: 0.5em;
  }
}
.p-rakumaru-description__block1 {
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: flex-end;
}
.p-rakumaru-description__block2 {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .p-rakumaru-description__block2 {
    padding: 12px 0;
  }
}
.p-rakumaru-description__block3 {
  grid-column: 1/2;
  grid-row: 3/4;
  align-self: flex-start;
}
.p-rakumaru-description__block4 {
  grid-column: 2/3;
  grid-row: 2/4;
  align-self: flex-start;
}

.p-foot__image-wrapper {
  position: relative;
}
.p-foot__text-block {
  position: absolute;
  top: 11.8055555556vw;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-foot__text-block {
    position: static;
    padding: 45px 30px 20px;
    color: inherit;
    transform: none;
  }
}
.p-foot__text {
  font-size: 1.25vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-foot__text {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
.p-foot__lead {
  margin-top: 1em;
  font-size: 2.0833333333vw;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-foot__lead {
    margin-top: 0.5em;
    font-size: 18px;
  }
}
.p-foot__buttons {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-foot__buttons {
    margin-top: 0;
  }
}
.p-foot__caution {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-foot__caution {
    margin-top: 40px;
  }
}

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