.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
}


#one {
  padding: 0rem 0rem 0;
  height: 100%;
  position: relative;
  z-index: 9;
  background-color: #F5F0E6;
  color: #6F1315;
}

.one-circle_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.one-circle {
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(-16deg);
  top: 0;
  background-color: #a6515100;
  background-image: radial-gradient(48% 44%, rgba(242, 242, 242, 0.32), transparent);
  pointer-events: none;
}

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 30%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 30%
  }
}

#one .inner {
  width: 100%;
}

.t-caution {
  width: 100%;
  margin: 0 auto;
  color: #2F2A27;
}

.t-caution p {
  width: fit-content;
  text-align: left;
  margin: 0 auto;
  max-width: 560px;
}

@media screen and (max-width:767px) {
  #one {
    text-align: left;
  }

  #one p {
    letter-spacing: 0.35px;
  }

  #one .inner {
    width: 100%;
  }
}

.gift-section {
  padding: 50px 60px 60px;
  background: linear-gradient(
    135deg,
    #d8d7ec 0%,
    #dfe7f3 35%,
    #cfdbe9 65%,
    #e8eef5 100%
  );
  overflow: hidden;
  position: relative;
}

.gift-section::before,
.gift-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gift-section::before {
  background:
    linear-gradient(135deg, transparent 0 28%, rgba(255,255,255,0.22) 28% 34%, transparent 34% 100%),
    linear-gradient(135deg, transparent 0 58%, rgba(255,255,255,0.18) 58% 64%, transparent 64% 100%),
    linear-gradient(135deg, transparent 0 78%, rgba(255,255,255,0.15) 78% 84%, transparent 84% 100%);
}

.gift-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 134px;
  padding: 0 56px;
  color: #fff;
  background: linear-gradient(120deg, #008889 0%, #00656c 55%, #003232 100%);
  position: relative;
  z-index: 1;
}

.gift-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 55%;
  width: 80px;
  height: 100%;
  background: rgba(5, 41, 11, 0.18);
  transform: skewX(-30deg);
  transform-origin: center;
}

.gift-header-left,
.gift-header-right {
  position: relative;
  z-index: 1;
}

.gift-header-left {
  display: flex;
  align-items: center;
  gap: 28px;
}

.gift-header-main {
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  color: #fdf5d6;
  letter-spacing: 0.04em;
}

.gift-header-sub {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.gift-header-right {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  margin-left: 1rem;
}

.gift-panel-wrap {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

.gift-panel {
  position: relative;
  background: #f6f6f4;
  padding: 94px 48px 34px;
  text-align: center;
  clip-path: polygon(
    0 0,
    calc(100% - 34px) 0,
    100% 34px,
    100% 100%,
    34px 100%,
    0 calc(100% - 34px)
  );
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 2rem;
}

.gift-panel:last-child {
  margin-bottom: 0;
}

.gift-title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 12px 26px 12px 0;
  margin: 0rem 0 2rem;
  background: #f6f6f4;
  border: 4px solid #7f93a8;
  min-width: 820px;
  justify-content: flex-start;
}

.gift-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 30px 0 22px;
  background: #2e9bad;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-left: -4px;
}

.gift-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 20px solid #2e9bad;
}

.gift-title {
  margin: 0 0 0 1rem;
  color: #252424;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.gift-lead {
  margin: 0 0 1.5rem;
  color: #2f2424;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}

.gift-media {
  width: 100%;
  margin: 0 auto 0;
}

.gift-media .gift-img {
  margin-bottom: 1rem;
}

.gift-media.giftee .gift-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1rem;
}

.gift-note {
  margin: 0 auto 14px;
  max-width: 1240px;
  padding: 14px 20px;
  background: #d9eae9;
  color: #262626;
  font-size: 22px;
  line-height: 1.5;
}

.gift-caution {
  margin: 0;
  color: #1d2f8a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .gift-section {
    padding: 0;
    background: linear-gradient(
      135deg,
      #d8d7ec 0%,
      #dfe7f3 35%,
      #cfdbe9 65%,
      #e8eef5 100%
    );
  }

  .gift-section::before {
    background:
      linear-gradient(135deg, transparent 0 24%, rgba(255,255,255,0.2) 24% 30%, transparent 30% 100%),
      linear-gradient(135deg, transparent 0 56%, rgba(255,255,255,0.14) 56% 62%, transparent 62% 100%),
      linear-gradient(135deg, transparent 0 78%, rgba(255,255,255,0.12) 78% 84%, transparent 84% 100%);
  }

  .gift-header {
    display: block;
    min-height: auto;
    padding: 18px 16px 20px;
  }

  .gift-header::after {
    left: auto;
    right: 18%;
    width: 56px;
    transform: skewX(-30deg);
  }

  .gift-header-left {
    display: block;
  }

  .gift-header-main {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .gift-header-sub {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 0;
    padding-top: 10px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .gift-header-right {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
    white-space: normal;
  }

  .gift-panel-wrap {
    padding: 28px 10px 0;
  }

  .gift-panel {
    padding: 58px 16px 24px;
    clip-path: polygon(
      0 0,
      calc(100% - 16px) 0,
      100% 16px,
      100% 100%,
      16px 100%,
      0 calc(100% - 16px)
    );
  }

  .gift-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(100%);
    min-width: 0;
    padding: 8px 12px 8px 0;
    border: 2px solid #7f93a8;
  }

  .gift-label {
    flex: 0 0 auto;
    height: 32px;
    padding: 0 8px 0 12px;
    font-size: 15px;
    margin-left: -2px;
  }

  .gift-label::after {
    right: -12px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 12px solid #2e9bad;
  }

  .gift-title {
    font-size: 1.1rem;
    line-height: 1.35;
    text-align: left;
    margin-left: 0.75rem;
  }

  .gift-lead {
    margin: 0 0 1rem;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .gift-lead br {
    display: none;
  }

  .gift-media {
    margin: 0 auto 20px;
  }

  .gift-note {
    margin-bottom: 10px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.7;
  }

  .gift-caution {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.target-car-table-wrap {
  width: 100%;
}

.target-car-table-scroll {
  width: 100%;
}

.target-car-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #f3f3f3;
}

.target-car-table th,
.target-car-table td {
  border: 1px solid #cfd3d8;
  padding: 0.5rem 0.75rem;
  color: #314d67;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}

.target-car-heading {
  width: 130px;
  background: #3b5874;
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center !important;
  letter-spacing: 0em;
}

.target-car-category {
  width: 15rem;
  background: #f3f3f3;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.target-car-text {
  background: #f3f3f3;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.target-car-note-inline {
  font-size: 0.82em;
  font-weight: 500;
}

.target-car-note {
  margin: 10px 0 0;
  color: #46617b;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .target-car-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .target-car-table {
    min-width: 980px;
  }

  .target-car-heading {
    width: 7rem;
    font-size: 1.25rem;
  }

  .target-car-category {
    width: 11rem;
    font-size: 1rem;
  }

  .target-car-text {
    font-size: 1rem!important;

    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

  .target-car-table th,
  .target-car-table td {
    padding: 10px 12px;
  }

  .target-car-note {
    margin-top: 8px;
    font-size: 12px;
    text-align: left;
  }
}

.pr-caution {
  color: #00a0e9;
  border: 1px solid #00a0e9;
  font-size: 0.8rem !important;
  padding: 0.3rem;
  line-height: normal !important;
}

.campaign-contact {
  margin-bottom: 4rem;
}