:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

html {
  background: #ffe700;
}

main {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

* {
  color: #212121;
  font-family: YakuHanJP, "IBM Plex Sans JP", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

a > *,
button > * {
  pointer-events: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

a,
button {
  display: block;
}

span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

span.attention {
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

span.attention > * {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
span.attention > * > * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: max(2rem, 20px);
  padding-left: max(5rem, 30px);
  padding-right: max(2.5rem, 20px);
  height: max(8rem, 80px);
  z-index: 9999;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header {
    inset: 0;
    height: 100%;
  }
}
.header__logo {
  width: max(14.5rem, 130px);
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__logo img {
  filter: drop-shadow(0 0 1px #fff);
}
.header__btnBox {
  display: flex;
  align-items: center;
  gap: max(1rem, 10px);
  width: auto;
  height: 100%;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .header__btnBox {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 100%;
    height: auto;
    padding: 0 2%;
    transform: translateX(-50%);
  }
}
.header__btnBox_btn {
  width: auto;
  height: 100%;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .header__btnBox_btn {
    flex: 1;
  }
}
.header__btnBox_btn img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__btnBox_btn img {
    width: 100%;
    height: auto;
  }
}
.header__btnBox_btn:hover {
  transform: translateY(-5px);
}

.footer {
  position: relative;
  background: #fff;
  z-index: 10000;
}
.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: max(7rem, 40px);
  padding-bottom: max(3rem, 20px);
}
.footer__logo {
  width: max(22.5rem, 200px);
}
@media screen and (max-width: 550px) {
  .footer__logo {
    width: 60%;
    margin: 0 auto;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__nav__link p {
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.footer__nav__link p span {
  color: #dc000c;
  vertical-align: middle;
}
.footer__copyright {
  text-align: center;
  padding-bottom: max(1rem, 10px);
}
.footer__copyright b {
  font-size: max(1.2rem, 12px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

#fixedBg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#fixedBg img {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
  object-position: top center;
}

main .hero {
  position: relative;
  margin-bottom: min(-13rem, -50px);
}
main .hero__title {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .hero__title {
    width: 100%;
    margin-top: 15vh;
  }
}
main .hero__btnBox {
  position: absolute;
  bottom: 15%;
  right: 2%;
  width: max(27.6rem, 200px);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  main .hero__btnBox {
    display: none;
  }
}
main .hero__btnBox:hover {
  transform: scale(1.05);
}
main .campaign__wrapper {
  position: relative;
  background: #fff;
  border-radius: 30px 30px 0 0;
  border: max(0.9rem, 6px) solid #dc020d;
  z-index: 0;
}
main .campaign__deco {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main .campaign__deco {
    display: none;
  }
}
main .campaign__deco img {
  position: absolute;
}
main .campaign__deco img:nth-of-type(1) {
  width: max(21rem, 150px);
  top: 40%;
  left: calc(100% + max(0.89rem, 5.9px));
}
main .campaign__deco img:nth-of-type(2) {
  width: max(23.5rem, 120px);
  bottom: 10%;
  right: calc(100% + max(0.89rem, 5.9px));
}
main .campaign__inner {
  text-align: center;
  padding: max(10rem, 50px) 7.5%;
}
main .campaign__movie {
  margin-bottom: max(8rem, 30px);
}
main .campaign__movie iframe {
  width: 80%;
  aspect-ratio: 16/9;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  main .campaign__movie iframe {
    width: 100%;
  }
}
main .campaign__title {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main .campaign__title {
    width: 90%;
  }
}
main .campaign__content:not(:first-of-type) {
  margin-top: max(5rem, 30px);
}
main .campaign__content__head {
  padding: max(1rem, 10px) 5%;
  border-radius: max(2rem, 5px);
  margin-bottom: max(3rem, 20px);
}
main .campaign__content__head h3 {
  color: #fff;
  font-size: max(3.2rem, 22px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
main .campaign__content.content1 .campaign__content__head {
  background: #e33c0b;
}
main .campaign__content.content1 .campaign__content__body strong {
  display: block;
  color: #e33c0b;
  font-size: max(3.7rem, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
main .campaign__content.content1 .campaign__content__body dl {
  display: inline-flex;
  align-items: center;
  gap: max(1rem, 10px) max(2rem, 20px);
}
@media screen and (max-width: 1300px) {
  main .campaign__content.content1 .campaign__content__body dl {
    width: 100%;
    flex-direction: column;
  }
}
main .campaign__content.content1 .campaign__content__body dl dt {
  flex-shrink: 0;
  width: max(15.5rem, 120px);
  padding: max(2rem, 5px) 0;
  border: max(0.5rem, 3px) solid #dc020d;
  border-radius: max(1.5rem, 10px);
  color: #dc020d;
  font-size: max(3.5rem, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  main .campaign__content.content1 .campaign__content__body dl dt {
    width: 100%;
  }
}
main .campaign__content.content1 .campaign__content__body dl dd {
  flex: 1;
  text-align: left;
}
main .campaign__content.content1 .campaign__content__body dl dd img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 550px) {
  main .campaign__content.content1 .campaign__content__body dl dd img {
    max-height: 60px;
  }
}
main .campaign__content.content1 .campaign__content__body .campaign__content__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: max(2rem, 20px) max(2rem, 10px);
  margin-top: max(3rem, 20px);
}
@media screen and (max-width: 1300px) {
  main .campaign__content.content1 .campaign__content__body .campaign__content__inner dl {
    flex-direction: column;
  }
  main .campaign__content.content1 .campaign__content__body .campaign__content__inner dl dt {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 550px) {
  main .campaign__content.content1 .campaign__content__body .campaign__content__inner dl dd img {
    max-height: 30px;
  }
}
main .campaign__content.content1 .campaign__content__body .campaign__content__sponsor {
  width: max(50%, 350px);
  margin: max(5rem, 30px) auto max(10rem, 50px);
}
@media screen and (max-width: 550px) {
  main .campaign__content.content1 .campaign__content__body .campaign__content__sponsor {
    width: 100%;
  }
}
main .campaign__content.content2 .campaign__content__head {
  background: #b40019;
}
main .campaign__content.content2 .campaign__content__body .campaign__content__list {
  display: flex;
  flex-wrap: wrap;
  gap: max(1rem, 10px);
}
main .campaign__content.content2 .campaign__content__body .campaign__content__list li {
  text-align: left;
  display: inline-block;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
main .campaign__content.content2 .campaign__content__body span.attention {
  text-align: left;
  margin-top: max(2rem, 15px);
}
main .campaign__content.content2 .campaign__content__body span.attention .accent {
  color: #dc020d;
}
main .campaign__content.content3 .campaign__content__head {
  background: #f38202;
}
main .campaign__content.content3 .campaign__content__head h3 {
  letter-spacing: 0;
}
main .campaign__content.content3 .campaign__content__body p {
  font-size: max(5.4rem, 24px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
main .campaign__content.content3 .campaign__content__body p .accent {
  padding: 0 max(0.5rem, 5px);
  vertical-align: middle;
  color: #f38202;
  font-size: max(4.1rem, 17px);
  line-height: 1;
}
main .campaign__content.content4 .campaign__content__head {
  background: #fba517;
}
main .campaign__content.content4 .campaign__content__body p {
  font-size: max(5.4rem, 24px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
main .campaign__content.content4 .campaign__content__body p .accent {
  padding: 0 max(0.5rem, 5px);
  vertical-align: middle;
  color: #fba517;
  font-size: max(4.1rem, 17px);
  line-height: 1;
}
main .campaign__content.content5 .campaign__content__head {
  background: #005daa;
}
main .campaign__content.content5 .campaign__content__body p {
  text-align: left;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
main .campaign__cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: max(1rem, 10px);
  padding: max(8rem, 40px) 7.5%;
  background: rgba(244, 70, 73, 0.1);
}
main .campaign__cta__btnBox {
  width: max(50%, 350px);
  text-align: center;
}
@media screen and (max-width: 550px) {
  main .campaign__cta__btnBox {
    width: 100%;
  }
}
main .campaign__cta__btnBox p {
  color: #dc020d;
  font-size: max(3.1rem, 17px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
main .campaign__cta__btnBox a {
  transition: transform 0.3s ease-out;
}
main .campaign__cta__btnBox a:hover {
  transform: scale(1.05);
}
main .between {
  position: relative;
  width: 100%;
  z-index: 0;
}
main .between img {
  width: 100%;
  height: auto;
  margin-top: -5vw;
  margin-bottom: -5vw;
}
@media screen and (max-width: 550px) {
  main .between img {
    margin-top: -14vw;
    margin-bottom: -14vw;
  }
}
main .how {
  position: relative;
  background: #fff;
  border: max(4.1rem, 20px) solid #dcf1fc;
  border-bottom: none;
}
main .how__wrapper {
  padding: max(8rem, 40px) 0;
}
main .how__title {
  width: max(50%, 400px);
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 550px) {
  main .how__title {
    width: 100%;
  }
}
main .how__title img {
  width: 70%;
}
main .how__title p {
  color: #0092e5;
  font-size: max(3.1rem, 22px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
main .how__content {
  margin-top: max(8rem, 40px);
}
main .how__content__step__item {
  display: flex;
  gap: max(2rem, 20px) max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  main .how__content__step__item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  main .how__content__step__item {
    flex-direction: column;
  }
}
main .how__content__step__item:not(:first-of-type) {
  margin-top: max(5rem, 30px);
}
main .how__content__step__item > span {
  align-self: start;
  color: rgba(33, 33, 33, 0.4);
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  main .how__content__step__item > span {
    width: 100%;
  }
}
main .how__content__step__item h4 {
  flex-shrink: 0;
  width: max(42rem, 300px);
  text-align: center;
  padding: max(1.5rem, 10px) max(5rem, 30px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 3px 6px rgba(0, 0, 0, 0.22), inset 0 0 16px rgba(0, 0, 0, 0.1);
  font-size: max(2.8rem, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main .how__content__step__item h4 {
    width: 100%;
  }
}
main .how__content__step__item p {
  flex: 1;
  display: block;
  text-align: left;
  align-self: center;
  font-size: max(1.9rem, 15px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  main .how__content__step__item p {
    width: 100%;
  }
}
main .how__cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: max(1rem, 10px);
  margin-top: max(8rem, 40px);
}
main .how__cta__btnBox {
  width: max(50%, 350px);
  text-align: center;
}
@media screen and (max-width: 550px) {
  main .how__cta__btnBox {
    width: 100%;
  }
}
main .how__cta__btnBox p {
  color: #dc020d;
  font-size: max(3.1rem, 17px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
main .how__cta__btnBox a {
  transition: transform 0.3s ease-out;
}
main .how__cta__btnBox a:hover {
  transform: scale(1.05);
}
main .notice {
  position: relative;
  padding-bottom: max(13rem, 50px);
  border: max(4.1rem, 20px) solid #dcf1fc;
  border-top: none;
  background: linear-gradient(to bottom, #fff 200px, #dcf1fc 200px);
  z-index: 0;
}
main .notice__wrapper {
  padding: max(6rem, 30px) max(5rem, 20px);
  background: linear-gradient(45deg, #0092e5, #012277);
}
@media screen and (max-width: 550px) {
  main .notice__wrapper {
    width: 100%;
  }
}
main .notice__inner {
  display: flex;
  align-items: center;
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 1300px) {
  main .notice__inner {
    row-gap: 30px;
    flex-direction: column;
  }
}
main .notice__image {
  flex: 1;
}
main .notice__content {
  flex-shrink: 0;
  width: max(74rem, 400px);
}
@media screen and (max-width: 1300px) {
  main .notice__content {
    width: 100%;
  }
}
main .notice__content__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(1rem, 10px);
  margin-bottom: max(2rem, 20px);
}
main .notice__content__title h3 {
  color: #fff;
  font-size: max(3.1rem, 17px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
main .notice__content__table {
  position: relative;
  overflow-x: auto;
}
main .notice__content__table table {
  border-collapse: separate;
  table-layout: fixed;
  border-spacing: max(0.3rem, 3px);
}
@media screen and (max-width: 1300px) {
  main .notice__content__table table {
    width: 100%;
  }
}
main .notice__content__table table thead th {
  font-size: max(1.2rem, 10px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
main .notice__content__table table thead th:first-of-type {
  min-width: 185px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  main .notice__content__table table thead th:first-of-type {
    width: 82px;
    min-width: 82px;
  }
}
main .notice__content__table table thead th:not(:first-of-type) {
  min-width: max(12rem, 90px);
  background: #d5d5d5;
}
@media screen and (max-width: 550px) {
  main .notice__content__table table thead th:not(:first-of-type) {
    width: 45px;
    min-width: 45px;
  }
}
main .notice__content__table table tbody th {
  color: #fff;
  background: #212121;
}
main .notice__content__table table tbody th.first {
  text-align: left;
}
main .notice__content__table table tbody th strong {
  display: block;
  color: #fff;
  font-size: max(2.4rem, 14px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
main .notice__content__table table tbody th strong small {
  color: #fff;
  padding-left: 2px;
  line-height: 1;
}
main .notice__content__table table tbody th span.attention {
  text-align: left;
  font-size: max(1rem, 8px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
main .notice__content__table table tbody th .set {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 5px;
  margin-top: max(1rem, 10px);
  margin-bottom: max(0.5rem, 5px);
}
@media screen and (max-width: 768px) {
  main .notice__content__table table tbody th .set {
    flex-direction: column;
  }
}
main .notice__content__table table tbody th .set__title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: max(0.5rem, 5px) max(0.5rem, 5px);
  font-size: max(0.8rem, 8px);
  font-weight: 600;
  line-height: 1.2;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main .notice__content__table table tbody th .set__title {
    width: 100%;
  }
  main .notice__content__table table tbody th .set__title br {
    display: none;
  }
}
main .notice__content__table table tbody th .set__list {
  flex: 1;
}
main .notice__content__table table tbody th .set__list p {
  color: #fff;
  font-size: max(1.2rem, 8px);
  font-weight: 400;
  line-height: 1.3;
}
main .notice__content__table table tbody td {
  height: 200px;
  background: #fff;
  color: #dc000c;
  font-size: max(2rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main .notice__content__table table tbody td {
    height: 175px;
  }
}
main .notice__content__table table th,
main .notice__content__table table td {
  line-height: 1;
  padding: max(2rem, 5px);
  vertical-align: middle;
  text-align: center;
}
main .notice__attention {
  color: #fff;
  font-size: max(1.2rem, 10px);
}
main .notice__deco {
  position: absolute;
  inset: 0;
  z-index: -1;
}
main .notice__deco img {
  position: absolute;
}
main .notice__deco img:nth-of-type(1) {
  top: 0;
  right: calc(max(4.1rem, 20px) * -1.5);
  width: max(42rem, 200px);
  transform: translateY(-20%);
}
main .notice__deco img:nth-of-type(2) {
  left: calc(max(4.1rem, 20px) * -1.75);
  bottom: 0;
  width: max(80rem, 300px);
  transform: translateY(20%);
}
main .overview {
  position: relative;
  padding-top: max(13rem, 50px);
  border-radius: 30px 30px 0 0;
  box-shadow: 0 -17px 30px rgba(0, 0, 0, 0.2);
  margin-top: -50px;
  background: #ffe700;
  z-index: 10;
}
main .overview__title {
  width: max(60%, 350px);
  margin: auto;
}
@media screen and (max-width: 550px) {
  main .overview__title {
    width: 75%;
  }
}
main .overview__content {
  margin-top: max(5rem, 30px);
}
main .overview__content__table {
  border-collapse: collapse;
  border: max(0.9rem, 7px) solid #dc020d;
}
main .overview__content__table tr:not(:last-of-type) {
  border-bottom: max(0.2rem, 2px) solid #dc020d;
}
main .overview__content__table tr th {
  min-width: max(27.5rem, 200px);
  text-align: center;
  background: #ffe0e0;
  border-right: max(0.2rem, 2px) solid #dc020d;
  color: #dc000c;
  font-size: max(1.6rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}
main .overview__content__table tr td {
  background: #fff;
}
main .overview__content__table tr td ul li {
  display: inline-block;
}
main .overview__content__table tr td span.attention small {
  display: block;
}
main .overview__content__table tr th,
main .overview__content__table tr td {
  padding: max(3rem, 20px) 5%;
}
@media screen and (max-width: 768px) {
  main .overview__content__table tr th,
  main .overview__content__table tr td {
    display: inline-block;
    width: 100%;
    float: left;
    border-right: none;
  }
}
main .contact {
  background: #ffe700;
}
main .contact__wrapper {
  display: flex;
  gap: max(3.5rem, 25px);
  padding: max(10rem, 50px) 0;
}
@media screen and (max-width: 768px) {
  main .contact__wrapper {
    flex-direction: column;
  }
}
main .contact__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: max(3rem, 20px) 5%;
  background: #012277;
  border-radius: 20px;
  transition: transform 0.3s ease-out;
}
main .contact__btn span {
  color: #fff;
  font-size: max(2.5rem, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
main .contact__btn:hover {
  transform: scale(1.05);
}/*# sourceMappingURL=style.css.map */