img.image-fit {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 641px) {
  img.image-fit.image-586 {
    max-width: 586px;
    margin-left: auto;
    margin-right: auto;
  }
}

.color-key {
  color: #920e14;
}

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

.button-solid-radius {
  display: block;
  border-radius: 10px;
  background: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.button-solid-radius:hover {
  opacity: 0.8;
}
.button-solid-radius .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 94%;
  height: 100%;
  margin: 0 auto;
}
.button-solid-radius .text {
  width: 100%;
  color: #c9904a;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 641px) {
  .button-solid-radius .text {
    font-size: 16px;
  }
}
.button-solid-radius.has-icon .text {
  padding: 0.3em 0 0;
}
.button-solid-radius.has-icon .content::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/campaign-2025-autumn/icon_external.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin: -15px 0 0 0;
}
@media screen and (min-width: 641px) {
  .button-solid-radius.has-icon .content::after {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
  }
}
.button-solid-radius .icon.document {
  margin: 0 0 0 0.6em;
}

.page-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
  margin: 0 auto;
  padding: 96px 0 0;
  color: #303030;
  background: #ffffff;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 641px) {
  .page-body {
    width: 100%;
    letter-spacing: 0.05em;
  }
}
.page-body > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button-group {
  display: block;
  max-width: 100%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}
.button-group + .button-group {
  margin-top: 120px;
}
.button-group .caption {
  margin-bottom: 0.5em;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.button-group .button-solid-radius {
  width: 100%;
  height: 90px;
  border-radius: 14px;
  font-size: 24px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 641px) {
  .button-group .button-solid-radius {
    height: 63px;
    font-size: 16px;
  }
}
.button-group .button + .button {
  margin-top: 20px;
}

.hero {
  position: relative;
  width: 100%;
  height: 700px;
}
@media screen and (min-width: 641px) {
  .hero {
    height: auto;
  }
}
.hero .image {
  display: block;
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .hero .image {
    height: auto;
  }
  .hero .image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 530px;
    min-height: 414px;
    height: 100%;
  }
}
.hero .hgroup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 641px) {
  .hero .hgroup {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    max-width: 880px;
    width: 100%;
    height: 100%;
    margin-left: -440px;
    z-index: 2;
  }
}
.hero .page-title {
  display: block;
  position: absolute;
  top: 93px;
  left: 37px;
  bottom: auto;
  right: auto;
  width: 560px;
  height: 95px;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .hero .page-title {
    top: 72px;
    left: 0;
    width: 600px;
    height: 95px;
  }
}

.main .section .content-std {
  max-width: 564px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .main .section .content-std {
    max-width: 880px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main .section .content-large {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .main .section .content-large {
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main .prize-group {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (min-width: 641px) {
  .main .prize-group {
    max-width: 1200px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.main .prize-group.color-key-2 {
  background: #f9eacc;
}
.main .prize-group.color-key-3 {
  background: #e9e4ee;
}
.main .prize-group.color-key-4 {
  background: #e5f1e5;
}
.main .prize-group + .prize-group {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .main .prize-group + .prize-group {
    margin-top: 70px;
  }
}
.main .prize-group .heading-large + .image-group {
  margin-top: 60px;
}
@media screen and (min-width: 641px) {
  .main .prize-group .heading-large + .image-group {
    margin-top: 45px;
  }
}
.main .prize-group .text-group {
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  .main .prize-group .text-group {
    max-width: 880px;
  }
}
.main .prize-group .text-group + .image-group {
  margin-top: 45px;
}
@media screen and (min-width: 641px) {
  .main .prize-group .text-group + .image-group {
    margin-top: 50px;
  }
}
.main .prize-group .image-group {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  .main .prize-group .image-group {
    max-width: 880px;
  }
}
.main .text-std {
  font-size: 26px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .main .text-std {
    font-size: 16px;
  }
}
.main .note {
  margin-top: 0.4em;
  font-size: 22px;
  line-height: 1.727;
}
@media screen and (min-width: 641px) {
  .main .note {
    font-size: 14px;
  }
}
.main .note + .note {
  margin-top: 1em;
}
.main .heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.61;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 641px) {
  .main .heading {
    font-size: 18px;
  }
}
.main .heading-min {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.61;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 641px) {
  .main .heading-min {
    font-size: 18px;
  }
}
.main .heading-large {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.61;
}
@media screen and (min-width: 641px) {
  .main .heading-large {
    font-size: 20px;
  }
}
.main .text-group {
  margin-top: 70px;
}
@media screen and (min-width: 641px) {
  .main .text-group {
    margin-top: 30px;
  }
}
.main .text-group .text-std {
  text-align: justify;
}
.main .image-group .image + .image {
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .main .image-group .image + .image {
    margin-top: 10px;
  }
}
.main .image-group .caption-bottom {
  margin-top: 36px;
  text-align: center;
  line-height: 1.61;
}
@media screen and (min-width: 641px) {
  .main .image-group .caption-bottom {
    margin-top: 20px;
  }
}
.main .image-group + .heading {
  margin-top: 40px;
}
@media screen and (min-width: 641px) {
  .main .image-group + .heading {
    margin-top: 20px;
  }
}
.main .footnote {
  margin-top: 1em;
}
.main .footnote .text-std {
  margin-top: 0.4em;
  margin-left: 1em;
  font-size: 22px;
  text-indent: -1.1em;
  line-height: 1.727;
}
@media screen and (min-width: 641px) {
  .main .footnote .text-std {
    font-size: 14px;
  }
}
.main .footnote .list-std {
  padding-left: 1.2em;
}
.main .footnote .list-std li {
  list-style: disc;
  font-size: 22px;
  line-height: 1.727;
}
@media screen and (min-width: 641px) {
  .main .footnote .list-std li {
    font-size: 14px;
  }
}
.main .footnote .list-std li + li {
  margin-top: 0.6em;
}
.main > .header {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .main > .header {
    max-width: 880px;
    padding-top: 32px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main > .header .banner .caption {
  color: #606060;
  margin-top: 26px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .main > .header .banner .caption {
    margin-top: 16px;
    font-size: 13px;
  }
}
.main > .header .text-group {
  max-width: 564px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  .main > .header .text-group {
    max-width: 100%;
    margin-top: 74px;
  }
}
.main > .header .text-group .text-std {
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .main > .header .text-group .text-std {
    text-align: center;
    letter-spacing: inherit;
  }
}
.main .prize {
  margin-top: 150px;
}
@media screen and (min-width: 641px) {
  .main .prize {
    margin-top: 100px;
  }
}
.main .prize .section + .section {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  .main .prize .section + .section {
    margin-top: 70px;
  }
}
.main .prize .content-large {
  margin-top: 70px;
}
@media screen and (min-width: 641px) {
  .main .prize .content-large {
    margin-top: 70px;
  }
}
.main .prize .section-header {
  max-width: 564px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .main .prize .section-header {
    max-width: 880px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main .prize .heading-large + .text-std {
  margin-top: 26px;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .main .prize .heading-large + .text-std {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }
}
.main .prize .text-group {
  margin-top: 70px;
}
.main .prize .text-group + .text-group {
  margin-top: 80px;
}
@media screen and (min-width: 641px) {
  .main .prize .text-group + .text-group {
    margin-top: 50px;
  }
}
.main .prize .text-group .text-std {
  margin-top: 0.2em;
}
.main .prize .text-group .note {
  margin-top: 1.4em;
  font-size: 22px;
  line-height: 1.727;
}
@media screen and (min-width: 641px) {
  .main .prize .text-group .note {
    font-size: 14px;
  }
}
.main .prize .text-group .note + .note {
  margin-top: 1em;
}
@media screen and (min-width: 641px) {
  .main .prize .text-group.text-group-small {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .prize .text-group.sponsored {
  margin-top: 200px;
}
@media screen and (min-width: 641px) {
  .main .prize .text-group.sponsored {
    margin-top: 120px;
  }
}
.main .prize .text-group.sponsored .image {
  width: 356px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  .main .prize .text-group.sponsored .image {
    width: 280px;
  }
}
.main .prize .text-group.sponsored .text-std {
  margin-top: 0.3em;
  font-size: 22px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .main .prize .text-group.sponsored .text-std {
    font-size: 16px;
  }
}
.main .outline {
  margin-top: 180px;
  padding-bottom: 100px;
}
@media screen and (min-width: 641px) {
  .main .outline {
    margin-top: 170px;
    padding-bottom: 120px;
  }
}
.main .outline .text-group {
  margin-top: 90px;
}
@media screen and (min-width: 641px) {
  .main .outline .text-group {
    margin-top: 100px;
  }
}
.main .outline .text-group + .text-group {
  margin-top: 80px;
}
@media screen and (min-width: 641px) {
  .main .outline .text-group + .text-group {
    margin-top: 50px;
  }
}
.main .outline .button-group {
  max-width: 564px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  .main .outline .button-group {
    max-width: 394px;
    margin-top: 90px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main .outline .image .form-sample {
  margin-top: 30px;
}
@media screen and (min-width: 641px) {
  .main .outline .image .form-sample {
    max-width: 564px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
  }
}
.main .outline a {
  text-decoration: underline;
}
.main .entry {
  padding-top: 145px;
  padding-bottom: 145px;
  background: #c9904a;
}
@media screen and (min-width: 641px) {
  .main .entry {
    padding-top: 98px;
    padding-bottom: 98px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main .entry .button-group {
  max-width: 564px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  .main .entry .button-group {
    max-width: 398px;
  }
}
.main .information {
  padding-top: 150px;
  padding-bottom: 150px;
  color: #303030;
  background: #f4f4f4;
}
@media screen and (min-width: 641px) {
  .main .information {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.main .information .section + .section {
  margin-top: 180px;
}
@media screen and (min-width: 641px) {
  .main .information .section + .section {
    margin-top: 70px;
  }
}
.main .information .text-group {
  margin-top: 50px;
}
@media screen and (min-width: 641px) {
  .main .information .text-group {
    margin-top: 20px;
  }
}
.main .information .text-group .list-std {
  padding-left: 1.2em;
}
.main .information .text-group .list-std li {
  list-style: disc;
  font-size: 22px;
  line-height: 1.727;
}
@media screen and (min-width: 641px) {
  .main .information .text-group .list-std li {
    font-size: 16px;
  }
}
.main .information .text-group .list-std li + li {
  margin-top: 0.6em;
}
.main .information .text-group .list-std + .text-std {
  margin-top: 1.2em;
}
.main .information .text-group .text-std {
  font-size: 22px;
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .main .information .text-group .text-std {
    font-size: 16px;
  }
}
.main .information .text-group .text-std + .text-std {
  margin-top: 1.2em;
}/*# sourceMappingURL=campaign-2025-autumn.css.map */