@charset "UTF-8";
.p-cp2025summer_nav {
  background-color: #F9F9F9;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_nav {
    padding-block: 70px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_nav {
    padding-block: 110px 100px;
  }
}

.p-cp2025summer_navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 46px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_navList {
    gap: 15px;
  }
}
.p-cp2025summer_navList > li {
  background-color: white;
  border-radius: 20px;
  text-align: center;
  padding-inline: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_navList > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 320px) {
  .p-cp2025summer_navList > li {
    padding-inline: 10px;
  }
}

.p-cp2025summer_navSectionTtl {
  background-color: #DAE3E9;
  color: #004858;
  border-radius: calc(infinity * 1px);
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.52rem) * 0.4545454545, 1.6rem);
  text-align: center;
  width: 80%;
  max-width: 280px;
  margin-inline: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-block: 2px;
}
.p-cp2025summer_navSectionTtl span {
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
}

.p-cp2025summer_navTtl {
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.52rem) * 0.4545454545, 2.4rem);
  line-height: 1.4;
  font-weight: bold;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_navTtl {
    margin-top: 10px;
    min-height: 9.6rem;
    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;
  }
}
.p-cp2025summer_navTtl.-large {
  font-size: clamp(2.4rem, 2.4rem + (1vw - 0.52rem) * 0.4545454545, 2.6rem);
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_navTtl.-large {
    min-height: 12rem;
  }
}

.p-cp2025summer_navPrize {
  font-size: clamp(1.5rem, 1.5rem + (1vw - 0.52rem) * 0.2272727273, 1.6rem);
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_navPrize {
    margin-top: 12px;
  }
}

.p-cp2025summer_navPrizeGift {
  font-size: 2.4rem;
  display: block;
  font-weight: normal;
}

.p-cp2025summer_navPrizeNum {
  font-size: clamp(5rem, 5rem + (1vw - 0.52rem) * 1.3636363636, 5.6rem);
  color: #004858;
  display: inline-block;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
  line-height: 1.1;
  margin-inline: 0.1em;
}
.p-cp2025summer_navPrizeNum > span {
  margin-inline: -0.1em;
}

.p-cp2025summer_navPrizeTxt {
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 0.4545454545, 2.2rem);
  font-weight: bold;
  display: inline-block;
  margin-inline: 0 !important;
}

.p-cp2025summer_navBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_navBtnWrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 320px) {
  .p-cp2025summer_navBtnWrap {
    gap: 5px;
  }
}

.p-cp2025summer_navBtn {
  max-width: 16rem;
  color: white;
  border-radius: calc(infinity * 1px);
  background-color: #004858;
  font-size: 1.5rem;
  min-height: 4rem;
  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: relative;
  width: calc((100% - 9px) / 2);
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_navBtn {
    font-size: clamp(1rem, 4.5vw, 1.4rem);
  }
}
.p-cp2025summer_navBtn[href^="#"] {
  padding-right: 15px;
}
.p-cp2025summer_navBtn[href^="#"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-70%) rotate(135deg);
          transform: translateY(-70%) rotate(135deg);
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 320px) {
  .p-cp2025summer_navBtn[href^="#"]::after {
    right: 10px;
  }
}
.p-cp2025summer_navBtn[href^="#"]:hover::after {
  top: calc(50% + 2px);
}
.p-cp2025summer_navBtn[target=_blank] {
  padding-right: 15px;
}
.p-cp2025summer_navBtn[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
  width: 14px;
  height: 14px;
  background: url(/images/common/ico-blank.svg) no-repeat center center/contain;
}
@media screen and (max-width: 320px) {
  .p-cp2025summer_navBtn[target=_blank]::after {
    right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_navBtn[target=_blank]::after {
    -webkit-transform: translate(0, -60%);
            transform: translate(0, -60%);
  }
}
.p-cp2025summer_navBtn.-disabled {
  pointer-events: none;
  background-color: #CCC;
}

@media screen and (max-width: 959px) {
  .p-cp2025summer_howto {
    padding-block: 70px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_howto {
    padding-block: 100px;
  }
}
.p-cp2025summer_howto > article:not(:last-child) {
  border-bottom: 1px solid rgba(0, 74, 112, 0.2);
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_howto > article {
    padding-block: 50px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_howto > article {
    padding-block: 70px;
  }
}

.p-cp2025summer_howtoTtl {
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.9090909091, 2rem);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_howtoTtl {
    text-align: center;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_howtoTtl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 30px;
  }
}
.p-cp2025summer_howtoTtl::before, .p-cp2025summer_howtoTtl::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #323232;
  top: 50%;
  margin-top: -1px;
}
.p-cp2025summer_howtoTtl::before {
  left: 0;
}
.p-cp2025summer_howtoTtl::after {
  right: 0;
}

.p-cp2025summer_howtoSectionTtl {
  color: #004858;
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 1.8181818182, 2.8rem);
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
}
.p-cp2025summer_howtoSectionTtl span {
  font-size: clamp(2.8rem, 2.8rem + (1vw - 0.52rem) * 3.1818181818, 4.2rem);
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_howtoSectionTtl span {
    display: inline-block;
  }
}
.p-cp2025summer_howtoSectionTtl::before, .p-cp2025summer_howtoSectionTtl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #004858;
}
.p-cp2025summer_howtoSectionTtl::after {
  height: 25px;
  background-color: #E7DCC9;
}

.p-cp2025summer_howtoSubTtl {
  background-color: #DAE3E9;
  color: #004858;
  border-radius: calc(infinity * 1px);
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.52rem) * 0.4545454545, 1.6rem);
  text-align: center;
  padding-block: 2px;
}
.p-cp2025summer_howtoSubTtl span {
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
}

.p-cp2025summer_howtoList > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  line-height: 1.5;
}
.p-cp2025summer_howtoList > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.p-cp2025summer_howtoColumnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_howtoColumnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_howtoColumnWrap {
    gap: 8%;
  }
}

@media screen and (min-width: 960px) {
  .p-cp2025summer_howtoColumnBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-cp2025summer_detail {
  background-color: #F9F9F9;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_detail {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_detail {
    padding-bottom: 100px;
  }
}

.p-cp2025summer_detailTtl {
  background-color: #DAE3E9;
  font-size: clamp(2.4rem, 2.4rem + (1vw - 0.52rem) * 3.6363636364, 4rem);
  color: #004858;
  text-align: center;
  padding-block: 8px;
}
.p-cp2025summer_detailTtl span {
  font-size: clamp(2.8rem, 2.8rem + (1vw - 0.52rem) * 3.6363636364, 4.4rem);
  display: inline-block;
  margin-inline: 4px;
}

.p-cp2025summer_subject {
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 2.2727272727, 3rem);
  color: #004858;
  line-height: 1.5;
  border-bottom: 1px solid #004858;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_subject {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_subject {
    margin-top: 70px;
  }
}
.p-cp2025summer_subject::before {
  content: "対象";
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 1.3636363636, 2.2rem);
  background-color: #E7DCC9;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 8px;
}

.p-cp2025summer_subTtl {
  color: #004858;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
  font-weight: bold;
}

.p-cp2025summer_stepList {
  counter-reset: num;
}
.p-cp2025summer_stepList.-start2 {
  counter-reset: num 1;
}
.p-cp2025summer_stepList > li {
  counter-increment: num;
  line-height: 1.5;
  text-indent: -2.3em;
  margin-left: 2.3em;
  margin-bottom: 1em;
}
.p-cp2025summer_stepList > li::before {
  content: counter(num);
  display: inline-block;
  border-right: 1px solid #323232;
  margin-right: 0.8em;
  text-indent: 0;
  width: 1.5em;
}

.p-cp2025summer_stepCapWrap {
  background-color: white;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_stepCapWrap {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_stepCapWrap {
    padding: 50px;
  }
}

.p-cp2025summer_stepCapTtl {
  background-color: #004858;
  color: white;
  text-align: center;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
  padding-block: 4px;
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_stepCapTtl {
    padding-block: 6px;
  }
}
.p-cp2025summer_stepCapTtl span {
  font-size: clamp(1.9rem, 1.9rem + (1vw - 0.52rem) * 0.6818181818, 2.2rem);
}

.p-cp2025summer_stepCapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: num;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_stepCapList {
    gap: 20px 10%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_stepCapList {
    gap: 4%;
    margin-top: 36px;
  }
}
.p-cp2025summer_stepCapList > li {
  counter-increment: num;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_stepCapList > li {
    width: 45%;
  }
  .p-cp2025summer_stepCapList > li:nth-child(2n) .p-cp2025summer_stepCapImg::after {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_stepCapList > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-cp2025summer_stepCapList > li:not(:last-child) .p-cp2025summer_stepCapImg::after {
  display: block;
}

.p-cp2025summer_stepCapImg {
  position: relative;
}
.p-cp2025summer_stepCapImg::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1/1.5;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #DAE3E9;
  display: none;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_stepCapImg::after {
    width: 12%;
    right: -18%;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_stepCapImg::after {
    width: 14%;
    right: -22%;
  }
}

.p-cp2025summer_stepCapTxt {
  position: relative;
  padding-left: 1.7em;
  font-size: clamp(1.3rem, 1.3rem + (1vw - 0.52rem) * 0.2272727273, 1.4rem);
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_stepCapTxt {
    margin-top: 10px;
    width: 110%;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_stepCapTxt {
    margin-top: 12px;
    width: 120%;
  }
}
.p-cp2025summer_stepCapTxt::before {
  content: counter(num);
  color: white;
  background-color: #004858;
  width: 1.5em;
  padding-block: 0.35em 0.25em;
  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;
  top: 0;
  left: 0;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.52rem) * 0.2272727273, 1.3rem);
  line-height: 1;
}

.p-cp2025summer_dpoint {
  background-color: #F1F1F1;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_dpoint {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_dpoint {
    padding: 30px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-cp2025summer_dpointTtl {
  color: #BB2415;
  border: 1px solid #BB2415;
  background-color: white;
  text-align: center;
  padding: 8px;
  font-size: clamp(1.5rem, 1.5rem + (1vw - 0.52rem) * 0.6818181818, 1.8rem);
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_dpointTtl {
    width: 220px;
    padding-block: 16px;
  }
}

.p-cp2025summer_dpointStepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: num;
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_dpointStepList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_dpointStepList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1.1fr;
    min-width: 500px;
  }
}
.p-cp2025summer_dpointStepList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  counter-increment: num;
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_dpointStepList > li {
    gap: 20px;
  }
}

@media screen and (max-width: 959px) {
  .p-cp2025summer_dpointImg {
    width: 45%;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_dpointImg {
    width: 50%;
  }
}
.p-cp2025summer_dpointImg.-qr {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_dpointImg.-qr {
    width: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .p-cp2025summer_dpointImg.-qr img {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_dpointImg.-qr img {
    width: 96px;
  }
}

.p-cp2025summer_dpointTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 1.6em;
  line-height: 1.5;
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.52rem) * 0.6818181818, 1.7rem);
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_dpointTxt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 10px;
  }
}
.p-cp2025summer_dpointTxt::after {
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: #BB2415;
  width: 1.5em;
  padding-block: 0.35em 0.25em;
  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;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.52rem) * 0.2272727273, 1.3rem);
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .p-cp2025summer_contact {
    padding-block: 70px;
  }
}
@media screen and (min-width: 960px) {
  .p-cp2025summer_contact {
    padding-block: 100px;
  }
}

.p-cp2025summer_contactTtl {
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 2.2727272727, 3rem);
  color: #004858;
  text-align: center;
  font-weight: bold;
}