@import url('../../../css/common.css');
@import url('../../../css/header.css');
@import url('../../../css/footer.css');

.header {
  @media (max-width: 767px) {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
}

.campaign {
  padding: 58px 0 0;
  background-color: var(--color-bg-main);
  background-image: url('images/page_bg.png');
  background-repeat: repeat;
  background-position: top center;
  font-family: var(--font-gothic);
  color: var(--color-text);

  @media (min-width: 768px) {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
    padding: 0;
  }
}

.link {
  color: var(--color-border);
  text-decoration: underline;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: var(--space-md); */
  width: 96%;
  padding: var(--space-md);
  border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #a51924;
  background: var(
    --logo_grad_red,
    linear-gradient(180deg, #68000a 0%, #a51924 100%)
  );
  position: relative;
  color: var(--color-gold);
  text-align: center;
  font-family: var(--font-lato);
  font-size: var(--font-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.9px;
}

.cta::after {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTAgMEgxTDcgNkg2TDAgMFoiIGZpbGw9IiNGRkQ4ODUiLz4KICA8cGF0aCBkPSJNMCAxMkgxTDcgNkg2TDAgMTJaIiBmaWxsPSIjRkZEODg1Ii8+Cjwvc3ZnPg==');
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--color-gold);

  @media (min-width: 768px) {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
}

.hero .inner {
  padding: 10px 0 0;
  background: url('images/hero_bg.png') no-repeat center/cover;
  position: relative;
  z-index: 1;
}

.hero .top {
  width: 89%;
  padding: 12px 90px 12px 15px;
  background: url('images/hero_top_bg.svg') no-repeat center left/contain;
  position: relative;
  color: #fff;
  font-family: var(--font-shippori);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.6px;
}

.hero .top .tag {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
}

.tag .box {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 3px;
}

.hero .top .date {
  vertical-align: baseline;
}

.hero .top .year {
  display: inline-block;
}

.hero .top .big {
  font-size: 21px;
  letter-spacing: 1.05px;
}

.hero .badge {
  width: 103px;
  height: auto;
  position: absolute;
  top: 7px;
  right: 0px;
  z-index: 2;
}

.hero .copy {
  padding: 0 40px 0 0;
  margin-top: 8px;
}

.hero .visual {
  position: relative;
  z-index: 3;
  margin-top: 9px;
}

.hero .visual .airplane {
  width: 145px;
  height: auto;
  position: absolute;
  top: -30px;
  right: 25px;
}

.hero .visual .bg-img {
  width: 100%;
  height: auto;
}

.hero .cta {
  margin: 30px auto;
}

.content {
  padding: 0 15px;
  margin-top: -10px;
}

.content .price {
  color: var(--color-primary-dark);
  font-family: var(--font-libre);
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 2.2px;
}

.content .ja-bold {
  color: var(--color-primary-dark);
  font-family: var(--font-libre);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 2.2px;
}

.content sup {
  font-size: 0.6666em;
}

.lead {
  margin: 20px auto;
  color: #000;
  font-family: var(--font-shippori);
  font-size: var(--font-lg);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.8px;
}

.lead strong {
  font-size: 22px;
}

.lead .plan {
  letter-spacing: 0.05em;
}

.table {
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  margin-bottom: 18px;
  color: #000;
  font-family: var(--font-shippori);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.2px;
}

.table strong {
  font-size: 14px;
}

.table dl {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 1px;
  margin: 0;
}

.table dt,
.table dd {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  line-height: 1.7;
}

.table dt {
  background: var(--color-primary-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.table dd {
  background: #fffdf8;
  color: #1a1a1a;
  border-bottom: 1px solid #e5d1aa;
}

.table dt:last-of-type,
.table dd:last-of-type {
  border-bottom: none;
}

.notes {
  padding: 0;
  margin: 0 auto;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.notes li {
  position: relative;
  padding-left: 12px;
}

.notes li:not(:first-of-type) {
  margin-top: 5px;
}

.notes li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
}

.notes li[id='note1']::before {
  content: '*1';
}

.cta-box {
  margin: 60px 0 100px;
  background: #e6dcc7;
  padding: 20px 16px;
  text-align: center;
  position: relative;
}

.cta-box::before {
  content: '';
  display: block;
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  border: 1px solid var(--color-border);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-box p {
  margin-top: 20px;
  color: var(--color-primary-dark);
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.2px;
}

.cta-box .cta {
  margin: 20px auto;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
