@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.contsTtl .redH {
  background: #d00f31;
}

.redBtn {
  background-color: #d00f31;
  box-shadow: 0px -5px 0px 0px #a2031f inset;
}

.cpBtnY {
  background: #fad025;
  color: #111111;
  box-shadow: 0px -5px 0px 0px #b39f3f inset;
}

.cpBtnG {
  background: #2dad55;
  box-shadow: 0px -5px 0px 0px #1f823e inset;
}

/* 共通 */
.disp_sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .disp_sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .disp_pc {
    display: none !important;
  }
}

.ulp_page {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.ulp_page .inner01 {
  padding: 0 5.7291666667%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner01 {
    padding: 0 20px;
  }
}
.ulp_page .inner02 {
  padding: 0 9.8958333333%;
}
@media only screen and (max-width: 767px) {
  .ulp_page .inner02 {
    padding: 0 20px;
  }
}

/* btn */
.c-btn-a {
  box-sizing: border-box;
  font-size: 26px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: linear-gradient(180deg, #FF5D6B 0%, #E60C1E 100%);
  border-radius: 100px;
  padding: 27px 65px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
}
.c-btn-a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_01.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .c-btn-a {
    font-size: 18px;
    padding: 16px 40px;
    max-width: 320px;
  }
  .c-btn-a::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.c-btn-b {
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #CC0033;
  padding: 25px 55px;
  max-width: 531px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
  border-radius: 8px;
}
.c-btn-b::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_02.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media only screen and (max-width: 640px) {
  .c-btn-b {
    font-size: 20px;
    padding: 16px 10px;
    max-width: 320px;
  }
  .c-btn-b::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}

.c-btn-c {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #004EA2;
  padding: 27px 55px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6px;
  box-shadow: 0 6px 0 #000000;
  border-radius: 8px;
}
.c-btn-c::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow_03.png) center right no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media only screen and (max-width: 640px) {
  .c-btn-c {
    font-size: 18px;
    padding: 16px 10px;
    max-width: 320px;
  }
  .c-btn-c::after {
    width: 20px;
    height: 20px;
    right: 8px;
  }
}

.c-btn-c-02 {
  font-size: 24px !important;
  max-width: 460px !important;
  padding: 18px 55px;
}
@media only screen and (max-width: 640px) {
  .c-btn-c-02 {
    font-size: 18px !important;
    padding: 12px 30px !important;
    max-width: 320px !important;
  }
}

.about-btn {
  text-align: center;
  margin-top: 16px;
  padding: 0 20px 10px;
}

/* c-link */
.c-link {
  display: inline;
  font-weight: 500;
  color: #E60113;
  border-bottom: solid 1px #E60113;
}

/* list */
.c-list-a {
  margin-top: 10px;
}
.c-list-a > li {
  margin: 8px 0 0 6px;
  position: relative;
  padding-left: 13px;
  line-height: 1.6;
  font-size: 16px;
}
.c-list-a > li::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #E70A1B;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  transform: translateY(0.6em);
}

/* notes */
.c-notes-list-a > li {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}
.c-notes-list-a.-campaign {
  color: #fff;
  text-align: end;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .c-notes-list-a.-campaign {
    text-align: left;
  }
}

/* indent */
.c-indent > li {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.-text-indent {
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}

/* page */
.entry {
  padding-top: 65px;
}
.entry__btn {
  text-align: center;
  display: block;
}
.entry__btn.-second {
  margin-top: 40px;
}
.entry__notes {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  margin-top: 6.3131313131%;
}
.entry__notes > li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 1.1em;
  position: relative;
  line-height: 1.6;
}
.entry__notes > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .entry__notes {
    row-gap: 8px;
  }
  .entry__notes > li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .entry {
    padding-top: 40px;
  }
  .entry__btn.-second {
    margin-top: 15px;
  }
}

.campaign {
  position: relative;
  margin-top: 55px;
  padding: 60px 0 70px;
  background: url(..//img/bg_01.png) no-repeat center/cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .campaign {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .campaign {
    margin-top: 40px;
    padding: 40px 0 50px;
  }
}
.campaign__bg-left, .campaign__bg-right {
  position: absolute;
  content: "";
  top: 0;
  max-width: 22.9166666667%;
  width: 100%;
  height: 100%;
}
.campaign__bg-left {
  left: 0;
  background: url(../img/bg_left.png) repeat-y top center/contain;
}
.campaign__bg-right {
  right: 0;
  background: url(../img/bg_right.png) repeat-y top center/contain;
}
.campaign__border01 {
  display: inline-block;
  background: url(../img/dot.png) repeat-x top left/contain;
  height: 4px;
  width: 100%;
}
.campaign__border02 {
  position: relative;
  display: block;
}
.campaign__border02::before, .campaign__border02::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 40%;
  background: url(../img/dot.png) repeat-x top left/contain;
}
.campaign__border02::before {
  left: 0;
}
.campaign__border02::after {
  right: 0;
}
.campaign__img_02 {
  margin-top: -15px;
  position: relative;
  z-index: 5;
}
.campaign__img_03 {
  margin-top: 10px;
  position: relative;
  z-index: 5;
}
.campaign__box {
  position: relative;
  margin-top: 10px;
  padding: 55px 5.2083333333% 35px;
  background-color: #fff;
  border-radius: 20px;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .campaign__box {
    padding: 30px 20px 25px;
  }
}
.campaign__heading {
  position: relative;
  z-index: 5;
}
.campaign__title {
  background-color: #E8431C;
  border-radius: 32px;
  text-align: center;
  padding: 15px;
}
.campaign__title:nth-child(3) {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .campaign__title:nth-child(3) {
    margin-top: 20px;
  }
}
.campaign__img-text01 {
  max-width: 38.1818181818%;
}
@media only screen and (max-width: 640px) {
  .campaign__img-text01 {
    max-width: 152px;
  }
}
.campaign__img-text02 {
  max-width: 19.0909090909%;
}
@media only screen and (max-width: 640px) {
  .campaign__img-text02 {
    max-width: 76px;
  }
}
.campaign__text-box {
  text-align: center;
}
.campaign__text-box > .-left {
  text-align: left;
  margin-top: 15px;
}
.campaign__text01 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
  padding: 25px 0 30px;
  font-weight: bold;
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .campaign__text01 {
    text-align: left;
    font-size: 16px;
    padding: 15px 0 25px;
  }
}
.campaign__text02 {
  font-size: 18px;
  margin-top: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .campaign__text02 {
    margin-top: 15px;
    font-size: 16px;
  }
}
.campaign__text03 {
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .campaign__text03 {
    font-size: 16px;
    margin-top: 15px;
  }
}

.card {
  margin-top: 50px;
}
.card__wrapper {
  border: 8px solid #CE0F31;
  border-radius: 20px;
  padding: 55px 5.9210526316%;
}
.card__wrapper > img {
  max-width: 660px;
}
.card__wrapper > ul {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .card__wrapper {
    border: 4px solid #CE0F31;
    padding: 35px 5.9210526316%;
  }
  .card__wrapper > ul {
    margin-top: 15px;
  }
}
.card__topic {
  font-size: 26px;
  font-weight: bold;
  color: #CC0033;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .card__topic {
    font-size: 20px;
    margin-top: 20px;
  }
}
.card__btn {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .card__btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .card {
    margin-top: 40px;
  }
}

.attention {
  margin-top: 85px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .attention {
    margin-top: 65px;
    margin-bottom: 15px;
  }
}
.attention__container {
  position: relative;
  background-color: #FFF7EB;
  border-radius: 8px;
}
.attention__deco {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  max-width: 340px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
@media only screen and (max-width: 640px) {
  .attention__deco {
    max-width: 200px;
  }
}
.attention__title {
  font-weight: 800;
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: url(..//img/bg_01.png) no-repeat center/cover;
  padding: 70px 0 40px;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 640px) {
  .attention__title {
    font-size: 24px;
    padding: 60px 0 20px;
  }
}
.attention__bar {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: #FFE300;
  border-radius: 4px;
  content: "";
  cursor: pointer;
}
.attention__bar::before, .attention__bar::after {
  width: 24px;
  height: 4px;
  background-color: #000;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.attention__bar.js-active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (max-width: 640px) {
  .attention__bar {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
  .attention__bar::before, .attention__bar::after {
    width: 22px;
    height: 3px;
  }
}
.attention__body {
  padding: 50px 7.2368421053% 50px;
}
@media only screen and (max-width: 640px) {
  .attention__body {
    padding: 20px 20px 30px;
  }
}
.attention__heading {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  font-size: 20px;
  color: #E72E00;
}
@media only screen and (max-width: 640px) {
  .attention__heading {
    font-size: 17px;
  }
}
.attention__text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.6666666667;
}
.attention__text.-first {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .attention__text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */