@media only screen and (min-width: 801px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 801px) {
  .imgalpha {
    transition: 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.7;
  }
}
.icocacp_container {
  display: flex;
  width: 100%;
  background-color: #fffcee;
}
.icocacp_container .fixed_btn {
  max-width: 172px;
  width: 100%;
  position: fixed;
  right: 70px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.3;
  z-index: 999;
}
.icocacp_container .fixed_btn.active {
  opacity: 1;
}
.icocacp_container .fixed_btn:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 800px) {
  .icocacp_container .fixed_btn {
    width: 24vw;
    right: 4vw;
    bottom: 4vw;
  }
}
.icocacp_container .left_contWrap {
  width: calc(50% - 250px);
  position: relative;
  padding: 0 20px;
  background-color: #fffcee;
}
@media screen and (max-width: 1080px) {
  .icocacp_container .left_contWrap {
    display: none;
  }
}
.icocacp_container .left_cont {
  position: sticky;
  top: 20%;
}
@media screen and (min-width: 769px) and (max-height: 900px) {
  .icocacp_container .left_cont {
    margin: 0 auto 7%;
  }
}
@media screen and (max-width: 800px) {
  .icocacp_container .left_cont {
    display: none;
  }
}
.icocacp_container .left_cont .about_box {
  max-width: 426px;
  width: 100%;
  margin: 0 auto 10%;
  color: #2873c0;
  display: flex;
  gap: 7.04225352%;
}
@media screen and (min-width: 769px) and (max-height: 900px) {
  .icocacp_container .left_cont .about_box {
    margin: 0 auto 7%;
  }
}
.icocacp_container .left_cont .about_box .head_img {
  max-width: 112px;
  width: 26.29107981%;
}
.icocacp_container .left_cont .about_box > div {
  padding-bottom: 7px;
  flex-shrink: 0;
}
.icocacp_container .left_cont .about_box h2 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1430px) {
  .icocacp_container .left_cont .about_box h2 {
    font-size: clamp(18px, 1.67832168vw, 24px);
  }
}
.icocacp_container .left_cont .about_box h2 small {
  font-size: 11px;
}
.icocacp_container .left_cont .about_box p {
  font-size: 14px;
  line-height: 1.8571;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1430px) {
  .icocacp_container .left_cont .about_box p {
    font-size: clamp(10px, 0.97902098vw, 14px);
  }
}
.icocacp_container .left_cont .download_box {
  max-width: 426px;
  width: 100%;
  margin: 0 auto;
  background-color: #e2f1fe;
  text-align: center;
  border-radius: 30px 30px 0 0;
  padding: 6px 10px 30px;
}
@media screen and (max-height: 900px) {
  .icocacp_container .left_cont .download_box {
    padding: 6px 10px 20px;
  }
}
.icocacp_container .left_cont .download_box dt {
  color: #12338c;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: -20px;
  line-height: 1;
  padding: 0 24px 4px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .icocacp_container .left_cont .download_box dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-height: 900px) {
  .icocacp_container .left_cont .download_box dt {
    font-size: 18px;
  }
}
.icocacp_container .left_cont .download_box dt::before, .icocacp_container .left_cont .download_box dt::after {
  content: "";
  width: 4px;
  height: 24px;
  position: absolute;
  bottom: 0;
  background-color: #12338c;
}
.icocacp_container .left_cont .download_box dt::before {
  left: 0;
  transform: rotate(-30deg);
}
.icocacp_container .left_cont .download_box dt::after {
  right: 0;
  transform: rotate(30deg);
}
.icocacp_container .left_cont .download_box .app_img {
  max-width: 80px;
  width: 100%;
}
.icocacp_container .left_cont .download_box a {
  max-width: 143px;
  width: 100%;
  display: block;
}
.icocacp_container .left_cont .download_box a + a {
  margin-top: 3px;
}
.icocacp_container .left_cont .download_box .download_item {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.icocacp_container .left_cont .howto_box {
  max-width: 426px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  text-align: center;
  padding: 25px 10px 34px;
}
@media screen and (min-width: 769px) and (max-height: 900px) {
  .icocacp_container .left_cont .howto_box {
    padding: 15px 10px 20px;
  }
}
.icocacp_container .left_cont .howto_box dt {
  color: #12338c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0 24px 4px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) and (max-height: 900px) {
  .icocacp_container .left_cont .howto_box dt {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .icocacp_container .left_cont .howto_box dt {
    font-size: 16px;
  }
}
.icocacp_container .left_cont .howto_box dt::before, .icocacp_container .left_cont .howto_box dt::after {
  content: "";
  width: 4px;
  height: 24px;
  position: absolute;
  bottom: 0;
  background-color: #12338c;
}
.icocacp_container .left_cont .howto_box dt::before {
  left: 0;
  transform: rotate(-30deg);
}
.icocacp_container .left_cont .howto_box dt::after {
  right: 0;
  transform: rotate(30deg);
}
.icocacp_container .left_cont .howto_box p {
  font-size: 14px;
  font-weight: 600;
  color: #12338c;
  margin-bottom: 14px;
}
.icocacp_container .left_cont .howto_box a {
  display: block;
  max-width: 185px;
  width: 100%;
}
.icocacp_container .left_cont .howto_box .howto_item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .icocacp_container .left_cont .howto_box .howto_item > div {
    flex-direction: column;
  }
}
.icocacp_container .left_cont .note_txt {
  max-width: 610px;
  width: 100%;
  margin: 5% auto 0;
  color: #999999;
  line-height: 1.5454;
  font-size: 11px;
  font-weight: 500;
  margin-top: 5%;
}
.icocacp_container #icocacp {
  width: 500px;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 800px) {
  .icocacp_container #icocacp {
    width: 100%;
    font-size: 1.3333333333vw;
  }
}
.icocacp_container #icocacp img {
  width: 100%;
}
.icocacp_container .right_contWrap {
  width: calc(50% - 250px);
  position: relative;
  background-color: #fffcee;
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  .icocacp_container .right_contWrap {
    width: calc(50% - 70px);
  }
}
.icocacp_container .right_cont {
  max-width: 333px;
  position: sticky;
  top: 20%;
  margin: 0 auto;
}
.icocacp_container .right_cont .rnav {
  font-size: 1.7rem;
  font-weight: 700;
}
.icocacp_container .right_cont .rnav li {
  position: relative;
  border-bottom: 1px solid #12338c;
}
.icocacp_container .right_cont .rnav li.on a::before {
  opacity: 1;
}
.icocacp_container .right_cont .rnav a {
  display: block;
  color: #12338c;
  text-decoration: none;
  padding: 24px 0 24px 20px;
  position: relative;
}
.icocacp_container .right_cont .rnav a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #e73468;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}

#icocacp .entry_btn {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  color: #e73468;
  font-weight: 700;
  font-size: 26px;
  background-color: #fff43e;
  text-align: center;
  border-radius: 48px;
  box-shadow: 0px 4px 0px 2px #e73468;
  padding: 25px 0;
  z-index: 0;
  transition: all 0.2s ease;
  position: relative;
}
@media screen and (min-width: 801px) {
  #icocacp .entry_btn:hover {
    box-shadow: 0px 0px 0px 0px #e73468;
    transform: translateY(4px);
  }
}
@media screen and (max-width: 800px) {
  #icocacp .entry_btn {
    max-width: 80vw;
    font-size: 5.2vw;
    border-radius: 9.6vw;
    box-shadow: 0px 0.8vw 0px 0.4vw #e73468;
    padding: 4.6666666667vw 0 5.2vw;
  }
}
#icocacp .cont_btn {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background-color: #12338c;
  text-align: center;
  border-radius: 52px;
  padding: 17px 0;
}
@media screen and (max-width: 800px) {
  #icocacp .cont_btn {
    max-width: 80vw;
    font-size: 4vw;
    border-radius: 6.9333333333vw;
    padding: 3.4666666667vw 0;
  }
}
#icocacp .entry_wrap > h3 {
  margin-bottom: -12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  #icocacp .entry_wrap > h3 {
    margin-bottom: -2.6666666667vw;
  }
}
#icocacp .entry_wrap.entryBox02 {
  padding: 46px 0 80px;
  position: relative;
  margin-top: -50px;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  #icocacp .entry_wrap.entryBox02 {
    padding: 9.3333333333vw 0 16vw;
    margin-top: -9.3333333333vw;
  }
}
#icocacp .entry_wrap.entryBox02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(42px 0, 91.6% 0, 100% 42px, 100% 92.33576642%, 91.6% 100%, 42px 100%, 0 92.33576642%, 0 42px);
  background-image: url(/icoca/campaign/okaimono_cp_2025/assets/img/bg01.png);
}
@media screen and (max-width: 800px) {
  #icocacp .entry_wrap.entryBox02::before {
    clip-path: polygon(8.5333333333vw 0, 91.46667% 0, 100% 8.5333333333vw, 100% 92.33576642%, 91.46667% 100%, 8.5333333333vw 100%, 0 92.33576642%, 0 8.5333333333vw);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#icocacp .download_wrap {
  padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
  #icocacp .download_wrap {
    padding-bottom: 24vw;
  }
}
#icocacp .download_wrap > h3 {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  color: #e73468;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #icocacp .download_wrap > h3 {
    font-size: 4.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
#icocacp .download_wrap .btn_wrap a {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #icocacp .download_wrap .btn_wrap a {
    max-width: 80vw;
  }
}
#icocacp .download_wrap .btn_wrap a + a {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #icocacp .download_wrap .btn_wrap a + a {
    margin-top: 1.6vw;
  }
}
#icocacp .cp_details {
  background-color: #ecf4ff;
}
#icocacp .plusInfo_wrap {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 800px) {
  #icocacp .plusInfo_wrap {
    padding-top: 18.6666666667vw;
  }
}
#icocacp .plusInfo_wrap .plusInfo_ttl {
  width: 124px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  #icocacp .plusInfo_wrap .plusInfo_ttl {
    width: 24.8vw;
    top: -12vw;
  }
}
#icocacp .plusInfo_wrap .plusInfo_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  #icocacp .plusInfo_wrap .plusInfo_img {
    margin-bottom: 4.8vw;
  }
}
#icocacp #icocatsu {
  padding: 70px 0 120px;
}
@media screen and (max-width: 800px) {
  #icocacp #icocatsu {
    padding: 13.3333333333vw 0 23.3333333333vw;
  }
}
#icocacp #icocatsu .bnr {
  display: block;
  width: 92%;
  margin: 0 auto;
}
#icocacp #icocatsu .cont_btn {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #icocacp #icocatsu .cont_btn {
    margin-top: 6.1333333333vw;
  }
}
#icocacp #campaign {
  margin-bottom: 72px;
  color: #333333;
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  #icocacp #campaign {
    margin-bottom: 14.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}
#icocacp #campaign .campaign_ttl {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  #icocacp #campaign .campaign_ttl {
    margin-bottom: 1.8666666667vw;
  }
}
#icocacp #campaign .campaign_wrap {
  padding: 44px 0 110px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #icocacp #campaign .campaign_wrap {
    padding: 9.3333333333vw 0 22.6666666667vw;
  }
}
#icocacp #campaign .campaign_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  clip-path: polygon(42px 0, 91.6% 0, 100% 42px, 100% 97.56944444%, 91.6% 100%, 42px 100%, 0 97.56944444%, 0 42px);
  background-image: url(/icoca/campaign/okaimono_cp_2025/assets/img/bg01.png);
}
@media screen and (max-width: 800px) {
  #icocacp #campaign .campaign_wrap::before {
    clip-path: polygon(8.5333333333vw 0, 91.46667% 0, 100% 8.5333333333vw, 100% 97.56944444%, 91.46667% 100%, 8.5333333333vw 100%, 0 97.56944444%, 0 8.5333333333vw);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#icocacp #campaign .campaign_img {
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #icocacp #campaign .campaign_img {
    margin-bottom: 1.6vw;
  }
}
#icocacp #campaign .note_list {
  padding: 0 20px;
  margin-bottom: 94px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #icocacp #campaign .note_list {
    padding: 0 4vw;
    margin-bottom: 18.6666666667vw;
  }
}
#icocacp #campaign .note_list li {
  font-size: 15px;
  line-height: 1.7334;
  letter-spacing: -0.04em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 800px) {
  #icocacp #campaign .note_list li {
    font-size: 2.9333333333vw;
    line-height: 1.818;
  }
}
#icocacp #accumulate {
  padding-top: 90px;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate {
    padding-top: 17.3333333333vw;
  }
}
#icocacp #accumulate .accumulate_wrap {
  background-color: #0054a7;
  border-radius: 120px 120px 0 0;
  padding: 55px 0 150px;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .accumulate_wrap {
    background-color: #0054a7;
    border-radius: 16vw 16vw 0 0;
    padding: 10.6666666667vw 0 29.3333333333vw;
  }
}
#icocacp #accumulate .accumulate_img01 {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .accumulate_img01 {
    margin-bottom: 2.6666666667vw;
  }
}
#icocacp #accumulate .note_list {
  padding: 0 24px;
  margin-bottom: 75px;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .note_list {
    padding: 0 5.3333333333vw;
    margin-bottom: 14.6666666667vw;
  }
}
#icocacp #accumulate .note_list li {
  font-size: 15px;
  line-height: 1.7333;
  letter-spacing: -0.04em;
  color: #fff;
  text-indent: -1.7em;
  padding-left: 1.7em;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .note_list li {
    font-size: 2.9333333333vw;
    line-height: 1.8181;
  }
}
#icocacp #accumulate .wespo_box {
  background-color: #e6f3ff;
  border-radius: 30px;
  margin: 0 20px;
  padding: 34px 0 30px;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .wespo_box {
    border-radius: 6vw;
    margin: 0 4vw;
    padding: 6.6666666667vw 0 5.3333333333vw;
  }
}
#icocacp #accumulate .wespo_box .cont_btn {
  margin-top: 24px;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .wespo_box .cont_btn {
    margin-top: 5.3333333333vw;
  }
}
#icocacp #accumulate .wespo_box .cont_btn + .cont_btn {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .wespo_box .cont_btn + .cont_btn {
    margin-top: 2.6666666667vw;
  }
}
#icocacp #accumulate .jwest_wrap {
  padding-top: 100px;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .jwest_wrap {
    padding-top: 19.4666666667vw;
  }
}
#icocacp #accumulate .jwest_wrap h3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .jwest_wrap h3 {
    margin-bottom: 7.2vw;
  }
}
#icocacp #accumulate .jwest_wrap a {
  display: block;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #icocacp #accumulate .jwest_wrap a {
    max-width: 92vw;
  }
}
#icocacp #other {
  background-color: #fff89c;
  border-radius: 120px 120px 0 0;
  padding-bottom: 74px;
}
@media screen and (max-width: 800px) {
  #icocacp #other {
    border-radius: 16vw 16vw 0 0;
    padding-bottom: 14.9333333333vw;
  }
}
#icocacp #other .other_ttl {
  position: relative;
  top: -24px;
  margin-bottom: 7px;
}
@media screen and (max-width: 800px) {
  #icocacp #other .other_ttl {
    position: relative;
    top: -4.5333333333vw;
    margin-bottom: 2vw;
  }
}
#icocacp #other .other_bnrList {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
@media screen and (max-width: 800px) {
  #icocacp #other .other_bnrList {
    max-width: 92vw;
    gap: 11.3333333333vw;
  }
}
#icocacp #other .other_bnrList h3 {
  width: 65.2173913%;
  margin: 0 auto 14px;
}
@media screen and (max-width: 800px) {
  #icocacp #other .other_bnrList h3 {
    width: 59.3333333333vw;
    margin-bottom: 2vw;
  }
}
#icocacp #considerations {
  padding: 72px 30px 100px;
}
@media screen and (max-width: 800px) {
  #icocacp #considerations {
    padding: 13.3333333333vw 4vw 13.3333333333vw;
  }
}
#icocacp #considerations > h2 {
  color: #12338c;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #icocacp #considerations > h2 {
    font-size: 7.3333333333vw;
    margin-bottom: 7.6vw;
  }
}
#icocacp #considerations dl + dl {
  margin-top: 32px;
}
@media screen and (max-width: 800px) {
  #icocacp #considerations dl + dl {
    margin-top: 5.7333333333vw;
  }
}
#icocacp #considerations dt, #icocacp #considerations dd {
  font-size: 17px;
  line-height: 1.7647;
}
@media screen and (max-width: 800px) {
  #icocacp #considerations dt, #icocacp #considerations dd {
    font-size: 3.3333333333vw;
    line-height: 1.8;
  }
}
#icocacp #considerations dt {
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 800px) {
  #icocacp #considerations dt {
    margin-bottom: 0;
  }
}
#icocacp #considerations li {
  text-indent: -1em;
  padding-left: 1em;
}
#icocacp #considerations a {
  color: #008ed4;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #008ed4;
  transition: 0s;
  font-size: 17px;
  line-height: 1.7647;
}
#icocacp #considerations a:hover {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  #icocacp #considerations a {
    font-size: 3.3333333333vw;
    line-height: 1.8;
  }
}
#icocacp #considerations .link_wrap {
  margin-top: 44px;
  margin-bottom: 54px;
}
@media screen and (max-width: 800px) {
  #icocacp #considerations .link_wrap {
    margin-top: 8.6666666667vw;
    margin-bottom: 11.3333333333vw;
  }
}
#icocacp #considerations .link_wrap a {
  display: inline-block;
}
#icocacp #considerations .link_wrap a + a {
  margin-top: 12px;
}
@media screen and (max-width: 800px) {
  #icocacp #considerations .link_wrap a + a {
    margin-top: 2.4vw;
  }
}
#icocacp #considerations .note_list li {
  font-size: 17px;
  line-height: 1.764;
}
@media screen and (max-width: 800px) {
  #icocacp #considerations .note_list li {
    font-size: 3.3333333333vw;
    line-height: 1.8;
  }
}