/* theme
============================================= */
/* color */
/* category color */
/* category */
/* break point
============================================= */
/* common
============================================= */
/* font */
/* icon */
/* btn */
/* Original
============================================= */
.p-campaign {
  --cp-pink: #e2567a;
  margin-top: 150px;
  margin-bottom: 200px;
}
@media screen and (max-width: 737px) {
  .p-campaign {
    margin-top: 74px;
  }
}
.p-campaign .a-divider {
  margin: 0 auto;
  width: 250px;
  height: 1px;
  background-color: #999999;
}
@media screen and (max-width: 737px) {
  .p-campaign .a-divider {
    width: 150px;
  }
}
.p-campaign .a-campaign-btn {
  border-radius: 100px;
  background: var(--cta, linear-gradient(90deg, #feacaf 0%, #e2567a 100%));
  color: #fff;
  padding: 14px 48px 16px 48px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 737px) {
  .p-campaign .a-campaign-btn {
    font-size: 14px;
  }
}
.p-campaign .a-campaign-btn::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: calc(50% + 1px);
  transform: translateY(50%);
  width: 11px;
  height: 14px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="14" viewBox="0 0 11 14" fill="none"><path d="M1.30328 1L9.30328 7L1.30328 13" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat center/contain;
}
.p-campaign .a-campaign-btn:hover {
  opacity: 0.8;
}
.p-campaign .a-campaign-btn.is-disabled {
  background: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}
.p-campaign .p-hero {
  position: relative;
  min-width: 1280px;
  margin: 0 auto;
  min-height: 660px;
  height: calc(100svh - 150px);
}
@media screen and (max-width: 737px) {
  .p-campaign .p-hero {
    min-width: 100%;
    height: 577px;
  }
}
.p-campaign .p-hero__inner {
  position: relative;
  z-index: 1;
  width: 557px;
  margin-left: 57px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 64px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-hero__inner {
    justify-content: flex-start;
    width: 100%;
    padding-top: 350px;
    margin-left: 0;
    gap: 0;
  }
}
.p-campaign .p-hero__title {
  text-align: left;
  color: var(--cp-pink);
  font-size: 32px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}
.p-campaign .p-hero__title span {
  display: block;
}
.p-campaign .p-hero__title span:nth-child(2) {
  margin-left: 3em;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-hero__title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 42px;
  }
}
.p-campaign .p-hero__text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 150px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-hero__text {
    font-size: 15px;
    margin: 0;
  }
}
.p-campaign .p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-campaign .p-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-campaign .p-content {
  position: relative;
  background: linear-gradient(180deg, white 0%, #d9eeff 50%, white 100%);
}
.p-campaign .p-point {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-point {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.p-campaign .p-point__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.p-campaign .p-point__title {
  text-align: center;
  color: #41bb99;
  font-size: 32px;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 83px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-point__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.p-campaign .p-point__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-point__content {
    align-items: center;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    gap: 32px;
  }
}
.p-campaign .p-point__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-campaign .p-point__figure {
  width: 240px;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-point__figure {
    width: 150px;
  }
}
.p-campaign .p-point__figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-campaign .p-point__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-point__text {
    font-size: 12px;
  }
}
.p-campaign .p-learning {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  min-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning {
    min-width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.p-campaign .p-learning .circle01 {
  width: 1127px;
  height: 817px;
  position: absolute;
  right: -231px;
  top: 0px;
  border-radius: 1127px;
  background: rgba(244, 184, 231, 0.25);
  filter: blur(50px);
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning .circle01 {
    width: 511px;
    height: 371px;
    top: 220px;
    right: -136px;
    border-radius: 511px;
    background: rgba(244, 184, 231, 0.25);
    filter: blur(50px);
  }
}
.p-campaign .p-learning .circle02 {
  width: 1185px;
  height: 767px;
  position: absolute;
  left: -240px;
  top: 520px;
  border-radius: 1185px;
  background: rgba(178, 182, 234, 0.25);
  filter: blur(50px);
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning .circle02 {
    width: 511px;
    height: 330px;
    top: 580px;
    left: -136px;
    border-radius: 511px;
    background: rgba(178, 182, 234, 0.25);
    filter: blur(50px);
  }
}
.p-campaign .p-learning .circle03 {
  width: 1285px;
  height: 710px;
  position: absolute;
  right: -283px;
  top: 1000px;
  border-radius: 1285px;
  background: rgba(190, 234, 178, 0.25);
  filter: blur(50px);
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning .circle03 {
    width: 511px;
    height: 282px;
    right: -136px;
    border-radius: 511px;
    background: rgba(190, 234, 178, 0.25);
    filter: blur(50px);
  }
}
.p-campaign .p-learning .circle04 {
  width: 1314px;
  height: 655px;
  position: absolute;
  left: -425px;
  top: 1560px;
  border-radius: 1314px;
  background: rgba(253, 255, 136, 0.25);
  filter: blur(50px);
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning .circle04 {
    width: 511px;
    height: 255px;
    left: -136px;
    border-radius: 511px;
    background: rgba(253, 255, 136, 0.25);
    filter: blur(50px);
  }
}
.p-campaign .p-learning__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-campaign .p-learning__title {
  color: #297a94;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 96px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__title {
    color: #297a94;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.p-campaign .p-learning__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__content {
    gap: 58px;
  }
}
.p-campaign .p-learning__item {
  display: flex;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.p-campaign .p-learning__item:nth-child(2n-1) .p-learning__text {
  padding-left: 0px !important;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__item:nth-child(2n-1) .p-learning__text {
    padding: 0 20px !important;
  }
}
.p-campaign .p-learning__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__item:nth-child(2n) {
    flex-direction: column;
  }
}
.p-campaign .p-learning__item:nth-child(2n) .p-learning__figure {
  border-radius: 16px 0 0 16px !important;
  overflow: hidden;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__item:nth-child(2n) .p-learning__figure {
    flex: 0 0 215px;
    margin-right: 0;
    margin-left: 20px;
  }
}
.p-campaign .p-learning__figure {
  margin: 0;
  padding: 0;
  flex: 0 0 705px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__figure {
    flex: 0 0 215px;
    border-radius: 16px;
    margin-right: 20px;
  }
}
.p-campaign .p-learning__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-campaign .p-learning__text {
  padding-left: 70px;
  width: 100%;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__text {
    padding: 0 20px;
  }
}
.p-campaign .p-learning__text h3 {
  margin: 0 0 36px;
  color: #3386a4;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__text h3 {
    margin: 0 0 10px;
    color: #3386a4;
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
  }
}
.p-campaign .p-learning__text p {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 2px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-learning__text p {
    color: #000;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
  }
}
.p-campaign .p-badge {
  padding: 96px 0;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-badge {
    padding: 32px 0 64px;
  }
}
.p-campaign .p-badge__inner {
  width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-badge__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.p-campaign .p-badge__content {
  padding: 80px 50px;
  width: 100%;
  border-radius: 20px;
  background: #fff8d9;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-badge__content {
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
  }
}
.p-campaign .p-badge__title {
  color: #c1ab4b;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  margin: 0 0 40px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-badge__title {
    color: #c1ab4b;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
  }
}
.p-campaign .p-badge__text {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-badge__text {
    color: #000;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
  }
}
.p-campaign .p-badge__figure {
  flex: 0 0 440px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-badge__figure {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.p-campaign .p-badge__figure img {
  display: block;
  width: 270px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-badge__figure img {
    width: 220px;
    height: auto;
  }
}
.p-campaign .p-hr {
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-hr {
    height: 200px;
  }
}
.p-campaign .p-hr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-campaign .p-curriculum {
  padding: 80px 0 160px;
  background: var(--cal_bg, linear-gradient(116deg, #effffb 0%, #d3fff6 80%, #effffb 100%));
}
@media screen and (max-width: 737px) {
  .p-campaign .p-curriculum {
    padding: 64px 20px;
  }
}
.p-campaign .p-curriculum__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-campaign .p-curriculum__title {
  color: #41bb99;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 80px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-curriculum__title {
    color: #41bb99;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
  }
}
.p-campaign .p-curriculum__lead {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  margin: 0 0 60px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-curriculum__lead {
    color: #000;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    margin: 0 0 32px;
  }
}
.p-campaign .p-curriculum__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-curriculum__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-campaign .p-curriculum__item h3 {
  color: #41bb99;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  margin: 0 0 30px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-curriculum__item h3 {
    color: #41bb99;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    margin: 0 0 20px;
  }
}
.p-campaign .p-curriculum__item ul {
  padding-left: 2em;
  margin: 0;
}
.p-campaign .p-curriculum__item ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-curriculum__item ul li {
    color: #000;
    font-family: "Noto Serif JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.3px;
  }
}
.p-campaign .p-voice {
  padding: 80px 0 160px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-voice {
    padding: 64px 20px;
  }
}
.p-campaign .p-voice__inner {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-campaign .p-voice__title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 80px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-voice__title {
    color: #000;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 32px;
  }
}
.p-campaign .p-voice__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-voice__content {
    align-items: center;
    gap: 40px;
  }
}
.p-campaign .p-voice__item {
  display: grid;
  grid-template-columns: 220px auto;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-voice__item {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;
  }
}
.p-campaign .p-voice__figure {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-campaign .p-voice__figure figcaption {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
}
.p-campaign .p-voice__figure img {
  width: 142px;
  height: auto;
  border-radius: 100%;
}
.p-campaign .p-voice__text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.8px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-voice__text {
    color: #000;
    font-family: "Noto Serif JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.3px;
  }
}
.p-campaign .p-faq {
  padding: 80px 0 160px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-faq {
    padding: 64px 20px;
  }
}
.p-campaign .p-faq__inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-campaign .p-faq__title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 80px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-faq__title {
    color: #000;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 32px;
  }
}
.p-campaign .p-faq__content dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-faq__content dl {
    font-size: 16px;
  }
}
.p-campaign .p-faq__content dl dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-faq__content dl dd {
    font-size: 14px;
  }
}
.p-campaign .p-faq__content dl dd + dt {
  margin-top: 54px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-faq__content dl dd + dt {
    margin-top: 2px;
  }
}
.p-campaign .p-cta {
  padding: 80px 0 160px;
  background: var(--cta_bg, linear-gradient(99deg, #fff9f9 -1.82%, #f3deed 99.66%));
}
@media screen and (max-width: 737px) {
  .p-campaign .p-cta {
    padding: 64px 20px;
  }
}
.p-campaign .p-cta__inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-campaign .p-cta__title {
  color: #e2567a;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 80px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-cta__title {
    color: #e2567a;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 32px;
  }
}
.p-campaign .p-cta__subtitle {
  margin-top: 15px;
  color: #e2567a;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
  position: relative;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-cta__subtitle {
    color: #e2567a;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }
}
.p-campaign .p-cta__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateX(-100%);
  width: 64px;
  height: 1px;
  background-color: #e2567a;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-cta__subtitle::before {
    width: 32px;
  }
}
.p-campaign .p-cta__subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateX(100%);
  width: 64px;
  height: 1px;
  background-color: #e2567a;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-cta__subtitle::after {
    width: 32px;
  }
}
.p-campaign .p-cta__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  border: 4px solid #feacaf;
  padding: 60px 40px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-cta__content {
    padding: 30px 20px;
  }
}
.p-campaign .p-cta__text {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-cta__text {
    color: #666;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
  }
}
.p-campaign .p-cta__text p {
  margin: 0 0 1.5em;
}
.p-campaign .p-cta__text ul {
  padding-left: 1.5em;
}
.p-campaign .p-cta__text a {
  color: #666;
  text-decoration: underline;
}
.p-campaign .p-cta__button {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
.p-campaign .p-nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 0 48px;
  background: var(--bg-grad, linear-gradient(99deg, #fff9f9 -1.82%, #ffe5ea 48.92%, #ccbadd 99.66%));
}
.p-campaign .p-nav__inner {
  width: 100%;
  min-width: 1180px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-nav__inner {
    min-width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    height: 148px;
  }
}
.p-campaign .p-nav__title {
  color: #e2567a;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px; /* 4.167% */
  text-underline-offset: 25%; /* 6px */
  text-underline-position: from-font;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-nav__title {
    color: #e2567a;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: 4%; /* 0.64px */
    text-underline-offset: 25%; /* 4px */
    text-underline-position: from-font;
  }
}
.p-campaign .p-nav__text {
  color: #4f4f4f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-nav__text {
    color: #4f4f4f;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
  }
}
.p-campaign .p-comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin: 40px auto 0;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  padding: 20px;
  background-color: #ffe0e1;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-comingsoon {
    width: 280px;
  }
}
.p-campaign .p-comingsoon__title {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-comingsoon__title {
    font-size: 24px;
  }
}
.p-campaign .p-comingsoon__subtitle {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-comingsoon__subtitle {
    font-size: 14px;
  }
}
.p-campaign .p-comingsoon__title__ja {
  font-size: 28px;
  color: #cd4187;
}
@media screen and (max-width: 737px) {
  .p-campaign .p-comingsoon__title__ja {
    font-size: 18px;
  }
}/*# sourceMappingURL=campaign.css.map */