@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  margin: auto;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "MS ゴシック", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sp-only {
    display: block;
  }
}

.sec-inner,
.cta-inner,
.notice-inner {
  max-width: 700px;
  margin: 0 auto;
}

.fv {
  position: relative;
  height: 52rem;
  background: url("../images/cpn_zokusei2026/fv_bg_pc.jpg") no-repeat center center/cover;
  overflow: hidden;
}

@media screen and (min-width: 1400px) {
  .fv {
    background: url("../images/cpn_zokusei2026/fv_bg_pc_2000.jpg") no-repeat center center/cover;
  }
}

@media screen and (max-width: 580px) {
  .fv {
    background: url("../images/cpn_zokusei2026/fv_bg_sp.jpg") no-repeat center center/cover;
  }
}

.fv .sec-inner,
.fv .cta-inner,
.fv .notice-inner {
  position: relative;
  height: 100%;
  padding-top: 5rem;
}

.fv-logo {
  position: absolute;
  top: 5rem;
  left: -14.2rem;
  z-index: 2;
}

.fv-logo img {
  display: block;
  width: 12rem;
}

.fv-lead {
  position: relative;
  z-index: 2;
  text-align: center;
}

.fv-lead img {
  display: block;
  width: 70rem;
  margin: 0 auto;
}

.fv-title {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: -0.6rem;
}

.fv-title img {
  display: block;
  width: 70rem;
  margin: 0 auto;
}

.fv-period {
  position: relative;
  z-index: 2;
  width: 70rem;
  height: 5rem;
  padding: 1rem 1.7rem;
  margin-top: -1.6rem;
  border-radius: 0.5rem;
  background: #d90000;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}

.fv-period span {
  font-family: "Roboto", sans-serif;
  font-weight: inherit;
  font-size: 2.6rem;
  vertical-align: -1px;
}

.fv-cat {
  position: absolute;
  right: -2rem;
  bottom: -10.8rem;
  z-index: 2;
}

.fv-cat img {
  display: block;
  width: 47rem;
}

@media screen and (max-width: 1000px) {

  .sec-inner,
  .cta-inner,
  .notice-inner {
    max-width: 39rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fv {
    height: auto;
    min-height: 33rem;
  }

  .fv .sec-inner,
  .fv .cta-inner,
  .fv .notice-inner {
    padding-top: 1.8rem;
    padding-bottom: 1.2rem;
  }

  .fv-logo {
    top: 1rem;
    left: 2rem;
  }

  .fv-logo img {
    width: 10rem;
  }


  .fv .sec-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fv-lead.sp-only {
    padding-top: 0;
    margin-top: 6rem;
    margin-bottom: 1.6rem;
    pointer-events: none;
  }

  .fv-lead.sp-only img {
    display: block;
    width: 100%;
    height: auto;
  }

  .fv-title {
    margin-top: 0;
    z-index: 2;
  }

  .fv-period {
    margin-top: 0.8rem;
  }


  .fv-lead {
    padding-top: 4.4rem;
  }

  .fv-lead img {
    width: 100%;
    max-width: 39rem;
  }

  .fv-title {
    margin-top: 0;
  }

  .fv-title img {
    width: 100%;
    max-width: 39rem;
  }

  .fv-period {
    width: 100%;
    padding: 0.8rem 0.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 38rem;
    height: 3.5rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    border-radius: 0.5rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0;
  }

  .fv-period span {
    font-size: 1.6rem;
  }

  .fv-cat {
    right: 0.2rem;
    bottom: -16.5rem;
  }

  .fv-cat img {
    width: 25rem;
  }
}

@media screen and (max-width: 355px) {
  .fv-period {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .fv-period span {
    font-size: 1.4rem;
  }
}

.point {
  position: relative;
}

.point::after {
  content: "▼";
  font-size: 2.4rem;
  color: #ffdb00;
  position: absolute;
  top: -1.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.point-expire {
  background: #404f91;
  padding: 4.8rem 0 23rem;
}

.point-expire-title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.point-expire-title .en {
  font-size: 3.5rem;
  font-weight: 500;
  vertical-align: -2px;
}

.point-expire-title small {
  font-size: 1.6rem;
  vertical-align: super;
}

.point-expire-title .yellow {
  color: #fff69f;
  font-weight: bold;
}

.point-expire-cat {
  margin-top: 1.6rem;
  text-align: center;
}

.point-expire-cat img {
  width: 17.5rem;
}

.point-expire-note {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

.point-expire-box {
  padding: 3.2rem 5rem;
  max-width: 82rem;
  border-radius: 2.5rem;
  background: #fff;
  -webkit-transform: translateY(-190px);
  transform: translateY(-190px);
}

.point-expire-box-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}

.point-expire-box-title span {
  color: #d90000;
  font-weight: inherit;
}

.point-expire-box-title::after {
  content: "";
  display: block;
  margin-top: 2rem;
  border-top: 0.1rem solid #cccccc;
}

.point-expire-box-text {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.5;
}

.point-expire-box-text span {
  color: #d90000;
  font-weight: bold;
}

.point-campaign {
  background: #ffdb00;
  padding-bottom: 13rem;
}

.point-campaign-title {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  margin-top: -14.5rem;
}

.point-campaign-title span {
  color: #d90000;
  font-weight: inherit;
}

.point-campaign-box {
  position: relative;
  padding: 4rem 5rem 0;
  border-radius: 2.5rem;
  background: #fff;
}

.point-campaign-box-title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.point-campaign-box-title::after {
  content: "";
  display: block;
  margin-top: 3rem;
  border-top: 0.1rem solid #cccccc;
}

.point-step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.point-step-1 {
  margin-top: 4rem;
}

.point-step-2,
.point-step-3 {
  margin-top: 4.8rem;
  padding-bottom: 0;
}

.point-step-mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #d90000;
  color: #fff;
  margin-top: 1rem;
}

.point-step-mark-text {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  margin-top: 0.5rem;
}

.point-step-mark-num {
  margin-top: 0.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.point-step-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.6rem;
}

.point-step-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.point-step-text small {
  font-size: 1.2rem;
  vertical-align: super;
  font-weight: inherit;
}

.point-step-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44rem;
  height: 7rem;
  margin-top: 1.8rem;
  border-radius: 1rem;
  background: #f57c01;
  -webkit-box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.point-step-button:hover {
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.point-step-image {
  margin-top: 2rem;
}

.point-step-image img {
  width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.point-campaign-cat {
  position: absolute;
  right: -8rem;
  bottom: -7rem;
}

.point-campaign-cat img {
  width: 20rem;
}

@media screen and (max-width: 1000px) {
  .point-expire {
    padding: 4rem 0 16rem;
  }

  .point-expire-title {
    font-size: 1.7rem;
  }

  .point-expire-title .en {
    font-size: 2.2rem;
  }

  .point-expire-title small {
    font-size: 1rem;
  }

  .point-expire-cat {
    margin-top: 1.2rem;
  }

  .point-expire-cat img {
    width: 13rem;
  }

  .point-expire-note {
    font-size: 1.2rem;
    text-align: left;
  }

  .point-expire-box {
    margin-top: 2.4rem;
    padding: 2rem;
    border-radius: 1rem;
  }

  .point-expire-box-title {
    font-size: 2rem;
  }

  .point-expire-box-title::after {
    margin-top: 1.6rem;
  }

  .point-expire-box-text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }

  .point-campaign {
    padding: 4rem 0 19rem;
  }

  .point-campaign-title {
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
    margin-top: -16.5rem;
  }

  .point-campaign-box {
    padding: 2.4rem 1.6rem 0;
    border-radius: 1rem;
  }

  .point-campaign-box-title {
    font-size: 1.8rem;
  }

  .point-campaign-box-title::after {
    margin-top: 2.4rem;
  }

  .point-step {
    display: block;
  }

  .point-step-1 {
    margin-top: 1.6rem;
  }

  .point-step-3 {
    margin-top: 2.6rem;
  }

  .point-step-container {
    gap: 1rem;
  }

  .point-step-mark {
    width: 4rem;
    height: 4rem;
  }

  .point-step-mark-text {
    font-size: 1rem;
    margin-top: 0.4rem;
  }

  .point-step-mark-num {
    font-size: 1.6rem;
    margin-top: 0;
  }

  .point-step-body {
    margin-left: 0;
    margin-top: 0.8rem;
  }

  .point-step-text {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .point-step-text small {
    font-size: 1rem;
  }

  .point-step-button {
    width: 100%;
    max-width: 44rem;
    height: 5.3rem;
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }

  .point-step-image {
    margin-top: 2.4rem;
    text-align: center;
  }

  .point-step-image img {
    width: 80%;
    max-width: 28rem;
  }

  .point-campaign-cat {
    bottom: -16rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 30rem;
  }

  .point-campaign-cat img {
    width: 100%;
  }
}

.flow {
  background: #fff;
}

.flow-inner {
  max-width: 96rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.flow-title {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}

.flow-item {
  position: relative;
  width: 30rem;
  min-height: 35rem;
  padding: 3rem 2.6rem 0 2.6rem;
  border: 0.1rem solid #d9d9d9;
  border-radius: 1rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flow-list .flow-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.3rem;
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1.2rem solid #d90000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-list .flow-item:last-child::after {
  display: none;
}

.flow-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.flow-text span {
  color: #d90000;
  font-weight: inherit;
}

.flow-image {
  margin-top: auto;
}

.flow-image img {
  width: 20rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flow-slider {
  display: none;
}

@media screen and (max-width: 1000px) {
  .flow {
    overflow: hidden;
  }

  .flow-title {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }

  .flow-list {
    display: none;
  }

  .flow-slider {
    display: block;
    position: relative;
    overflow: visible;
  }

  .flow-slider .swiper-slide {
    width: 31.5rem;
  }

  .flow-slider .flow-item {
    width: 100%;
    padding: 3rem 2rem 0;
  }

  .flow-text {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .flow-slider-prev,
  .flow-slider-next {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #df0011;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    pointer-events: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
  }

  .flow-slider-prev img,
  .flow-slider-next img {
    width: 1.4rem;
  }

  .flow-slider-prev {
    left: -1rem;
  }

  .flow-slider-next {
    right: -1rem;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
  }

  .flow-slider.is-first .flow-slider-prev {
    display: none;
  }

  .flow-slider.is-last .flow-slider-next {
    display: none;
  }
}

.notice {
  background: #f0f0f0;
}

.notice-inner {
  padding-top: 5rem;
  padding-bottom: 20rem;
}

.notice-block+.notice-block {
  margin-top: 2rem;
}

.notice-head {
  margin-bottom: 1rem;
  padding: 0.7rem 2rem;
  background-color: #444;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.notice-body {
  font-size: 1.2rem;
  line-height: 1.5;
}

.notice-body a {
  color: #4a78d0;
  text-decoration: none;
  word-break: break-all;
}

.notice-body a:hover {
  opacity: 0.8;
}

.notice-list {
  margin-top: 1rem;
}

.notice-list-dice {
  list-style-type: disc;
  padding-left: 2rem;
}

.notice-indent {
  padding-left: 1.4rem;
}

.notice-ol {
  padding-left: 2.2rem;
  list-style: decimal;
}

.notice-ol li {
  padding-left: 0.2rem;
}

.notice-ol li+li {
  margin-top: 0.8rem;
}

.notice-red {
  color: #d90000;
}

@media screen and (max-width: 1000px) {
  .notice {
    margin-top: -1rem;
  }

  .notice-inner {
    padding-top: 3rem;
    padding-bottom: 19rem;
  }

  .notice-head {
    padding: 0.8rem 1.2rem;
    font-size: 1.3rem;
  }

  .notice-body {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .notice-list {
    margin-top: 0.8rem;
  }

  .notice-list li+li {
    margin-top: 0.5rem;
  }

  .notice-ol {
    padding-left: 1.8rem;
  }

  .notice-ol li+li {
    margin-top: 0.6rem;
  }
}

.cta {
  background: #404f91;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-top: 0.1rem solid #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.cta.is-show {
  opacity: 1;
  pointer-events: auto;
}

.cta-inner {
  padding-top: 2rem;
  position: relative;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-content {
  text-align: center;
}

.cta-text img {
  display: block;
  width: 37rem;
  margin: 0 auto;
}

.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37rem;
  height: 6rem;
  margin: 0.8rem auto 0;
  border: 0.2rem solid #fff;
  border-radius: 1rem;
  background: #f57c01;
  -webkit-box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cta-button:hover {
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cta-cat {
  margin-bottom: -4rem;
}

.cta-cat img {
  display: block;
  width: 14.8rem;
}

@media screen and (max-width: 1000px) {
  .cta-inner {
    padding-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cta-content {
    width: 100%;
    text-align: left;
  }

  .cta-text img {
    width: 70%;
    -webkit-transform: translateY(-1.3rem);
    transform: translateY(-1.3rem);
    margin: 0;
  }

  .cta-button {
    width: 37rem;
    max-width: 100%;
    height: 5.8rem;
    margin-top: -0.6rem;
    font-size: 2.2rem;
    position: relative;
    z-index: 2;
  }

  .cta-cat {
    position: absolute;
    top: -3.8rem;
    right: 1.2rem;
  }

  .cta-cat img {
    width: 12rem;
  }
}