@charset "UTF-8";
img {
  max-width: 100%;
  vertical-align: bottom;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  margin: 0 auto;
  border-radius: 43px;
  line-height: 46px;
  font-size: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 39px;
    font-size: 18px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn.btn_orange {
  width: 440px;
  border: 3px solid #fff;
  background: #ea6303 linear-gradient(to bottom, #ee7e00, #ea6303) center no-repeat;
  box-shadow: 5px 5px 0 #ad3014;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn.btn_orange {
    width: 56dvw;
    box-shadow: 3px 3px 0 #ad3014;
  }
}
.btn.btn_white {
  width: 720px;
  border: 3px solid #004097;
  background-color: #fff;
  box-shadow: 5px 5px 0 #4ed9ff;
  color: #004097;
}
@media screen and (max-width: 767px) {
  .btn.btn_white {
    width: 310px;
    box-shadow: 3px 3px 0 #4ed9ff;
  }
}
.btn.btn_white .number {
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .btn.btn_white .number {
    font-size: 22px;
  }
}
.btn.btn_white .pink {
  color: #ef005a;
}
.btn.btn_blue {
  width: 440px;
  border: 3px solid #fff;
  background: transparent linear-gradient(to bottom, #309ad3 0%, #309ad3 20%, #0f66b0 100%) center no-repeat;
  box-shadow: 5px 5px 0 #4ed9ff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn.btn_blue {
    width: 56dvw;
    box-shadow: 3px 3px 0 #4ed9ff;
    height: 58px;
    font-size: 26px;
  }
}

.borderArea {
  width: 100%;
  height: 65px;
  margin-top: 180px;
  background: transparent url(../images/top2026_2/bg_border_pc.png) center bottom/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .borderArea {
    height: 3.2dvw;
    background-image: url(../images/top2026_2/bg_border_sp.png);
  }
}

.ttlArea {
  /*margin-top: 180px;*/
  margin-top: 196px;
  padding: 25px 0 35px;
  background: #b2dde6 url(../images/top2026_2/bg_ttl_pc.png) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .ttlArea {
    margin-top: 0;
    padding: 4dvw 0 9.6dvw;
    background-image: url(../images/top2026_2/bg_ttl_sp.png);
  }
}
.ttlArea .ttl_img {
  width: 1170px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .ttlArea .ttl_img {
    width: 100%;
    margin-bottom: 4dvw;
  }
}
.ttlArea .ttl_lead {
  margin-bottom: 50px;
  text-align: center;
}
.ttlArea .ttl_lead img {
  width: 1037px;
}
@media screen and (max-width: 767px) {
  .ttlArea .ttl_lead img {
    width: 346px;
  }
}
.ttlArea .ttl_entry {
  width: 960px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .ttlArea .ttl_entry {
    width: 88dvw;
    margin-bottom: 4dvw;
  }
}
.ttlArea .ttl_link {
  text-align: center;
}
.ttlArea .ttl_link p {
  margin-top: 20px;
  line-height: 26px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #003567;
}
@media screen and (max-width: 767px) {
  .ttlArea .ttl_link p {
    margin-top: 10px;
    line-height: 1.4;
    font-size: 12px;
  }
}

.prizeArea {
  padding: 90px 0;
  background-color: #cbeefa;
}
@media screen and (max-width: 767px) {
  .prizeArea {
    padding: 8dvw 0;
  }
}
.prizeArea .prize_ttl {
  width: 1116px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .prizeArea .prize_ttl {
    width: 92.8dvw;
  }
}
@media screen and (min-width: 768px) {
  .prizeArea .prize_list {
    display: grid;
    grid-template-columns: 424px 220px 462px;
    grid-template-rows: 228px 224px 143px;
    gap: 22px 25px;
    width: 1196px;
    margin: 0 auto;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .prizeArea .prize_list li {
    margin: 0 auto 4dvw;
  }
}
@media screen and (min-width: 768px) {
  .prizeArea .prize_list li:nth-of-type(1) {
    grid-area: 1/1/3/2;
  }
}
@media screen and (max-width: 767px) {
  .prizeArea .prize_list li:nth-of-type(1) {
    width: 69.6dvw;
  }
}
@media screen and (min-width: 768px) {
  .prizeArea .prize_list li:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
}
@media screen and (max-width: 767px) {
  .prizeArea .prize_list li:nth-of-type(2) {
    width: 57.6dvw;
  }
}
@media screen and (min-width: 768px) {
  .prizeArea .prize_list li:nth-of-type(3) {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 767px) {
  .prizeArea .prize_list li:nth-of-type(3) {
    width: 57.6dvw;
  }
}
@media screen and (min-width: 768px) {
  .prizeArea .prize_list li:nth-of-type(4) {
    grid-area: 1/3/3/4;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .prizeArea .prize_list li:nth-of-type(4) {
    width: 83.2dvw;
  }
}
@media screen and (min-width: 768px) {
  .prizeArea .prize_list li:nth-of-type(5) {
    grid-area: 3/1/4/4;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .prizeArea .prize_list li:nth-of-type(5) {
    width: 92.8dvw;
    margin-top: 6.4dvw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .prizeArea .prize_list li:nth-of-type(5) img {
    width: 1040px;
  }
}

.rulesArea {
  margin: 90px 0;
}
@media screen and (max-width: 767px) {
  .rulesArea {
    margin: 12dvw 0;
  }
}
.rulesArea .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .rulesArea .inner {
    width: 88dvw;
  }
}
.rulesArea .rulesText {
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 50px;
  border: 3px solid #004097;
  border-radius: 30px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #004097;
}
@media screen and (max-width: 767px) {
  .rulesArea .rulesText {
    padding: 6dvw 6dvw 8dvw;
  }
}
.rulesArea .rulesText h2 {
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .rulesArea .rulesText h2 {
    font-size: 22px;
  }
}
.rulesArea .rulesText h3 {
  margin-bottom: 5px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-size: 16px;
  color: #ea5504;
}
@media screen and (max-width: 767px) {
  .rulesArea .rulesText h3 {
    margin-bottom: 2dvw;
    text-align: center;
  }
}
.rulesArea .rulesText ul:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .rulesArea .rulesText ul:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.rulesArea .rulesText ul li {
  padding-left: 16px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-indent: -16px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .rulesArea .rulesText ul li {
    padding-left: 12px;
    line-height: 1.5;
    text-indent: -12px;
    font-size: 12px;
  }
}
.rulesArea .rulesText ul a {
  text-decoration: underline;
  color: inherit;
}
.rulesArea .rulesText ul a:hover, .rulesArea .rulesText ul a:active {
  text-decoration: none;
  filter: none;
  color: inherit;
}
.rulesArea .rulesText p {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .rulesArea .rulesText p {
    font-size: 12px;
  }
}
.rulesArea .snsInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 25px;
  background-color: #c9f3ff;
  color: #004097;
}
@media screen and (max-width: 767px) {
  .rulesArea .snsInfo {
    flex-direction: column;
    row-gap: 4dvw;
    padding: 30px 15px;
  }
}
.rulesArea .snsInfo .text {
  width: 560px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .rulesArea .snsInfo .text {
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .rulesArea .snsInfo .text::after {
    content: "";
    display: block;
    width: 26px;
    height: 33px;
    margin: 4dvw auto 0;
    background: transparent url(../images/top2026_2/sns_caret_sp.png) center/contain no-repeat;
  }
}
.rulesArea .snsInfo .text h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 900;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .rulesArea .snsInfo .text h2 {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .rulesArea .snsInfo .text h2::after {
    content: "";
    width: 44px;
    height: 36px;
    background: transparent url(../images/top2026_2/sns_caret.png) center/contain no-repeat;
  }
}
.rulesArea .snsInfo .text p {
  line-height: 33px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .rulesArea .snsInfo .text p {
    line-height: 1.5;
    font-size: 14px;
  }
}
.rulesArea .snsInfo nav {
  width: 133px;
}
@media screen and (max-width: 767px) {
  .rulesArea .snsInfo nav {
    width: 24dvw;
  }
}
.rulesArea .snsInfo figure {
  width: 150px;
  margin: 0;
}

.voteArea {
  padding: 30px 0 40px;
  background-color: #004695;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .voteArea {
    padding: 6.4dvw 0 8dvw;
  }
}
.voteArea h2 {
  width: 1040px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .voteArea h2 {
    width: 80dvw;
    margin-bottom: 3.2dvw;
  }
}
.voteArea p {
  line-height: 20px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .voteArea p {
    line-height: 16px;
    font-size: 14px;
  }
}

.campaignArea {
  padding: 60px 0 70px;
  background: #b2dde6 url(../images/top2026_2/bg_campaign.png) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .campaignArea {
    padding: 12dvw 0 14.4dvw;
  }
}
.campaignArea .inner {
  width: 805px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaignArea .inner {
    width: 88.8dvw;
  }
}
.campaignArea figure {
  width: 780px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .campaignArea figure {
    width: 74.4dvw;
    margin-bottom: 4.8dvw;
  }
}
.campaignArea figure img {
  width: 716px;
}
.campaignArea .campaign_lead {
  width: 780px;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #003c75;
}
@media screen and (max-width: 767px) {
  .campaignArea .campaign_lead {
    width: 76dvw;
    line-height: 24px;
    font-size: 14px;
  }
}

.jimotoArea {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 55px;
       column-gap: 55px;
  padding: 45px;
  background: #004097 url(../images/top2026_2/bg_jimoto_pc.png) center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .jimotoArea {
    flex-direction: column;
    row-gap: 25px;
    padding: 30px 0 25px;
    background-image: url(../images/top2026_2/bg_jimoto_sp.png);
  }
}
.jimotoArea::before, .jimotoArea::after {
  content: "";
  width: 150px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .jimotoArea::before, .jimotoArea::after {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .jimotoArea::before {
    display: none;
  }
}
.jimotoArea::after {
  background: transparent url(../images/top2026_2/icon_jimoto.png) center/cover no-repeat;
}
.jimotoArea h2 {
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .jimotoArea h2 {
    margin-bottom: 12px;
    line-height: 36px;
    font-size: 24px;
  }
}

.shareArea {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .shareArea {
    margin-bottom: 8dvw;
  }
}
.shareArea h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .shareArea h2 {
    margin-bottom: 15px;
  }
}
.shareArea h2 img {
  height: 69px;
}
@media screen and (max-width: 767px) {
  .shareArea h2 img {
    height: 76px;
  }
}
.shareArea nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .shareArea nav {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.shareArea nav::before, .shareArea nav::after {
  content: "";
  width: 44px;
  height: 110px;
  background: transparent url(../images/top2026_2/bg_share.png) center/contain no-repeat;
  /* --- 追加・修正箇所 --- */
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .shareArea nav::before, .shareArea nav::after {
    width: 7.2dvw;
    height: 20dvw;
    margin-top: 3px;
  }
}
.shareArea nav::before {
  transform: rotateY(-180deg);
}
.shareArea nav .btn {
  margin: 0;
}

.btn-entry {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  transform: translateX(560px);
  width: 200px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .btn-entry {
    left: auto;
    right: 0;
    bottom: 10px;
    transform: none;
    width: 72px;
    aspect-ratio: auto;
  }
}
.btn-entry a {
  transition: filter 0.3s;
}
.btn-entry a:hover, .btn-entry a:active {
  filter: brightness(1.2);
}

.orgPayment {
  max-width: 1097px;
  margin: 46px auto 0;
}
@media screen and (max-width: 767px) {
  .orgPayment {
    width: 85.3333333333dvw;
    margin: 26px auto 0;
    font-size: 1rem;
  }
}