@charset "utf-8";
html {
  color: #000000;
  font-size: 10px;
}
body {
  font-size: 1.6em;
  font-family: "BIZ UDPGothic", sans-serif;
  min-width: 320px;
  background-image: url("../images/common/background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  font-weight: 400;
}
@media (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
}
.gothic {
  font-family: "BIZ UDPGothic", sans-serif;
}
.mincho {
  font-family: "BIZ UDPMincho", serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.9;
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.85;
  }
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 801px) {
  .u-display-sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .u-display-pc {
    display: none;
  }
}
.c-backface {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
}
.c-backface.-clickable {
  visibility: visible;
  pointer-events: auto;
}
.c-heading {
  font-size: 4.1rem;
  line-height: 1.195;
  font-weight: 700;
  font-family: "BIZ UDPMincho", serif;
  text-align: center;
}
@media (max-width: 800px) {
  .c-heading {
    font-size: 2.6rem;
  }
}
.c-title {
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "BIZ UDPMincho", serif;
}
@media (max-width: 800px) {
  .c-title {
    font-size: 2rem;
  }
}
.c-sub-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "BIZ UDPMincho", serif;
}
@media (max-width: 800px) {
  .c-sub-title {
    font-size: 2rem;
  }
}
.c-text {
  font-size: 2.2rem;
  line-height: 2.36;
}
@media (max-width: 800px) {
  .c-text {
    font-size: 1.8rem;
  }
}
.c-text.-center {
  text-align: center;
}
.c-small-text {
  font-size: 80%;
}
.c-text-block p {
  font-size: 2.2rem;
  line-height: 2.36;
}
@media (max-width: 800px) {
  .c-text-block p {
    font-size: 1.8rem;
  }
}
.c-text-block p.-center {
  text-align: center;
}
.c-text-block p + p {
  margin-top: 1em;
}
.c-text-block p.indent {
  margin-top: 0;
  padding-left: 2em;
}
.c-text-block p.no-gutter {
  margin-top: 0;
}
.c-text-block p .text-indent {
  text-indent: 1em;
  display: block;
}
.l-header {
  background-image: url("../images/common/mv-background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 182px;
}
.l-header.-top-header {
  background-image: url("../images/top/top-mv-background.png");
  background-position: bottom center;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
@media (max-width: 800px) {
  .l-header__logo {
    height: 46px;
  }
}
.l-header__logo > a {
  position: fixed;
  top: 0;
  z-index: 2;
}
@media (max-width: 800px) {
  .l-header__logo > a {
    width: 137px;
  }
}
@media (max-width: 800px) {
  .l-header__logo {
    max-width: 137px;
  }
}
.l-header__name {
  padding-left: 214px;
}
@media (max-width: 800px) {
  .l-header__name {
    display: none;
  }
}
.l-nav {
  position: fixed;
  top: 52px;
  right: 52px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .l-nav {
    top: 21px;
    right: 19px;
  }
}
.l-nav__block {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .l-nav__block {
    height: 50px;
  }
}
.l-nav__list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.45s, visibility 0.45s;
  transition: opacity 0.45s, visibility 0.45s;
  font-family: "BIZ UDPMincho", serif;
  position: absolute;
  padding-top: 120px;
  top: -52px;
  right: -52px;
  background-color: #fff;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  width: 339px;
  height: 430px;
  text-align: center;
  border-radius: 0 0 0 68px;
}
.l-nav__list.-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1000px) {
  .l-nav__list {
    width: 239px;
    height: 365px;
    top: -21px;
    right: -19px;
  }
}
.l-nav__list ul {
  display: inline-block;
}
.l-nav__list li {
  text-align: left;
  color: #3b1d14;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-nav__list li + li {
  margin-top: 58px;
}
.l-nav__list li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #f58525;
}
.l-nav__list li:nth-child(2)::before {
  border-color: #893116;
}
.l-nav__list li:nth-child(3)::before {
  border-color: #4b8113;
}
.l-nav__list li a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.l-nav__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: 2px;
  width: 57px;
  height: 22px;
  cursor: pointer;
  z-index: 5;
  margin-top: -4px;
}
@media (max-width: 1000px) {
  .l-nav__btn {
    width: 39px;
    height: 17px;
  }
}
.l-nav__btn span {
  background-image: url("../images/common/icon-nav-open.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 52px;
  height: 8.23px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .l-nav__btn span {
    margin-top: 39.3px;
  }
}
.l-nav__btn i {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: top, bottom;
}
.l-nav__btn i:nth-of-type(1) {
  top: 0;
}
.l-nav__btn i:nth-of-type(2) {
  top: 9.5px;
}
@media (max-width: 1000px) {
  .l-nav__btn i:nth-of-type(2) {
    top: 7px;
  }
}
.l-nav__btn i:nth-of-type(3) {
  bottom: 0;
}
.l-nav__btn.-open i:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-30deg);
          transform: translateY(7px) rotate(-30deg);
}
.l-nav__btn.-open i:nth-of-type(2) {
  opacity: 0;
}
.l-nav__btn.-open i:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(30deg);
          transform: translateY(-12px) rotate(30deg);
}
@media (max-width: 1000px) {
  .l-nav__btn.-open i:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(30deg);
            transform: translateY(-7px) rotate(30deg);
  }
}
.l-nav__btn.-open span {
  background-image: url("../images/common/icon-nav-close.svg");
  background-size: 100% auto;
  height: 12px;
}
.l-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 800px) and (min-width: 801px) {
  .l-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 800px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  .l-container-lg {
    max-width: 900px;
  }
}
.l-footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 65px;
}
@media (max-width: 800px) {
  .l-footer {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 800px) {
  .l-footer__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 55px;
  }
}
.l-footer__info-name {
  line-height: 1.18;
  font-size: 1.6rem;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .l-footer__info-name img {
    max-width: 250px;
  }
}
.l-footer__info-link {
  display: block;
  color: #fff;
  line-height: 1.18;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 35px;
  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;
  gap: 12px;
  background-color: #1f608f;
  max-width: 240px;
  height: 40px;
}
@media (max-width: 800px) {
  .l-footer__info-link {
    margin-right: auto;
    margin-left: auto;
  }
}
.l-footer__info-link span {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.3em 1.2em;
  font-size: 1.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;
  gap: 8px;
  white-space: nowrap;
}
.l-footer__info-link span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}
@media (min-width: 801px) {
  .l-footer__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 800px) {
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.l-footer__list-item a {
  line-height: 1.18;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-footer__copy {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.16;
  text-align: right;
  display: block;
  margin-top: 18px;
}
@media (max-width: 800px) {
  .l-footer__copy {
    margin-top: 70px;
    text-align: center;
  }
}
.c-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 800px) {
  .c-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    gap: 24px;
  }
}
.c-btn-list button {
  font-family: "BIZ UDPMincho", serif;
  border: 4px solid #000;
  border-radius: 45px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  height: 90px;
  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;
  width: 100%;
  color: #000;
}
@media (min-width: 801px) {
  .c-btn-list button {
    width: calc(100% / 3 - 33.33333333px);
  }
}
@media (max-width: 800px) {
  .c-btn-list button {
    height: 56px;
    font-size: 1.8rem;
  }
}
.c-btn-list button.-orange {
  background-color: #f58526;
  color: #fff;
  border-color: #fff;
}
.c-btn-list button.-red {
  background-color: #893116;
  color: #fff;
  border-color: #fff;
}
.c-btn-list button.-green {
  background-color: #4b8114;
  color: #fff;
  border-color: #fff;
}
.c-btn-list button a {
  width: 100%;
  height: 100%;
  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;
}
#index-page .l-main {
  padding-bottom: 58px;
}
@media (max-width: 800px) {
  #index-page .l-main {
    padding-bottom: 50px;
  }
}
#index-page .p-hero {
  padding-bottom: 143px;
}
@media (max-width: 800px) {
  #index-page .p-hero {
    padding-bottom: 125px;
  }
}
#index-page .p-hero__title {
  text-align: center;
  width: 100%;
  margin-bottom: 69.7px;
}
@media (max-width: 800px) {
  #index-page .p-hero__title {
    margin-top: 55px;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
#index-page .p-hero__picture {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
}
#index-page .p-hero__picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  #index-page .p-hero__picture {
    overflow: hidden;
    position: relative;
    height: 135px;
  }
  #index-page .p-hero__picture img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 900px;
    max-width: 900px;
  }
}
#index-page .p-hero .topics {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  margin-top: 20px;
}
@media (max-width: 800px) {
  #index-page .p-hero .topics {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#index-page .p-hero .topics .title {
  font-family: "BIZ UDPMincho", serif;
  color: #333333;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (max-width: 800px) {
  #index-page .p-hero .topics .title {
    font-size: 1.8rem;
  }
}
#index-page .p-hero .topics ul {
  background-color: #e2f0ff;
  border: 1px solid #b5cde6;
  border-radius: 5px;
  max-height: 80px;
  overflow-y: auto;
  padding: 15px 20px;
}
@media (max-width: 800px) {
  #index-page .p-hero .topics ul {
    max-height: 120px;
    padding: 15px;
  }
}
#index-page .p-hero .topics li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 1.6rem;
}
@media (max-width: 800px) {
  #index-page .p-hero .topics li {
    font-size: 1.5rem;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index-page .p-hero .topics li + li {
  margin-top: 10px;
}
@media (max-width: 800px) {
  #index-page .p-hero .topics li + li {
    margin-top: 15px;
  }
}
#index-page .p-hero .topics li p {
  line-height: 1.2;
}
#index-page .p-hero .topics li time {
  min-width: 110px;
}
#index-page .p-hero .topics li a:hover {
  text-decoration: underline;
}
#index-page .p-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 800px) {
  #index-page .p-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    gap: 24px;
  }
}
#index-page .p-about__text {
  font-size: 2.2rem;
  line-height: 2.36;
  text-align: center;
  margin-top: 85px;
}
@media (max-width: 800px) {
  #index-page .p-about__text {
    font-size: 1.8rem;
    line-height: 2.33;
    margin-top: 70px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #index-page .p-about__text span {
    display: inline-block;
    text-align: left;
  }
  #index-page .p-about__text br {
    display: none;
  }
}
#index-page .p-prize {
  padding-top: var(--gutter);
  margin-top: calc(var(--gutter) * -1);
}
@media (max-width: 800px) {
  #index-page .p-prize {
    max-width: 337px;
    margin-right: auto;
    margin-left: auto;
  }
}
#index-page .p-prize__box {
  margin-top: 85px;
}
@media (max-width: 800px) {
  #index-page .p-prize__box {
    margin-top: 60px;
  }
}
#index-page .p-prize__box-name {
  font-family: "BIZ UDPMincho", serif;
  background-image: url("../images/top/box-title.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 728px;
  height: 100px;
  color: #fff;
  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;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 3.4rem;
}
#index-page .p-prize__box-name b {
  font-family: "BIZ UDPGothic", sans-serif;
}
@media (max-width: 800px) {
  #index-page .p-prize__box-name {
    font-size: 2.2rem;
    background-image: url("../images/top/box-title-sp.png");
    height: 82px;
    width: 100%;
    text-align: center;
    background-size: 100% 100%;
  }
}
@media (max-width: 800px) {
  #index-page .p-prize__box-name p {
    line-height: 1.19047619;
  }
}
#index-page .p-prize__box-name span {
  display: inline-block;
  font-size: 2.4rem;
}
@media (max-width: 800px) {
  #index-page .p-prize__box-name span {
    font-size: 1.7rem;
  }
}
@media (min-width: 801px) {
  #index-page .p-prize__box-name br {
    display: none;
  }
}
#index-page .p-prize__box-content.-box02 .title {
  background-image: url("../images/top/box-line02.png");
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content.-box02 .title {
    background-image: url("../images/top/box-line02-sp.png");
  }
}
#index-page .p-prize__box-content.-box02 .box {
  background-image: url("../images/top/box02.png");
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content.-box02 .box {
    background-image: url("../images/top/box02-sp.png");
  }
}
#index-page .p-prize__box-content .title {
  background-image: url("../images/top/box-line01.png");
  background-position: center;
  background-size: 100% 100%;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 700;
  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;
  height: 120px;
}
@media (min-width: 801px) {
  #index-page .p-prize__box-content .title br {
    display: none;
  }
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content .title {
    background-image: url("../images/top/box-line01-sp.png");
    font-size: 2.2rem;
    height: 118px;
  }
}
#index-page .p-prize__box-content .box {
  background-image: url("../images/top/box01.png");
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content .box {
    background-image: url("../images/top/box01-sp.png");
  }
}
#index-page .p-prize__box-content .box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  padding: 0 97px;
}
@media (min-width: 801px) {
  #index-page .p-prize__box-content .box .inner {
    height: 410px;
  }
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content .box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 35px 35px 40px;
    gap: 30px;
  }
}
#index-page .p-prize__box-content .box .image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 801px) {
  #index-page .p-prize__box-content .box .image {
    min-width: 197px;
    max-width: 197px;
  }
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content .box .image {
    max-width: 140px;
  }
}
#index-page .p-prize__box-content .box .image img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.51);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.51);
}
#index-page .p-prize__box-content .box .text .name {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.73;
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content .box .text .name {
    font-size: 1.8rem;
    text-align: center;
  }
}
#index-page .p-prize__box-content .box .text .sub-name {
  margin-top: 35px;
  color: #776b53;
  font-weight: 700;
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content .box .text .sub-name {
    margin-top: 19px;
    font-size: 1.6rem;
    text-align: center;
  }
}
#index-page .p-prize__box-content .box .text .figure {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content .box .text .figure {
    gap: 18px;
  }
}
#index-page .p-prize__box-content .box .text .figure .figcaption {
  line-height: 1.18;
}
#index-page .p-prize__box-content .box .text .figure .figcaption .figcaption-name {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content .box .text .figure .figcaption .figcaption-name {
    font-size: 1.7rem;
  }
}
#index-page .p-prize__box-content .box .text .figure .figcaption .figcaption-sub-name {
  margin-top: 1em;
  font-size: 1.6rem;
  text-indent: -0.5em;
}
@media (max-width: 800px) {
  #index-page .p-prize__box-content .box .text .figure .figcaption .figcaption-sub-name {
    font-size: 1.2rem;
  }
}
#index-page .p-prize__box-text {
  font-size: 2.2rem;
  line-height: 2.36;
  margin-top: 1em;
  font-size: 1.6rem;
}
@media (max-width: 800px) {
  #index-page .p-prize__box-text {
    font-size: 1.8rem;
  }
}
#index-page .p-prize__box-text.-center {
  text-align: center;
}
@media (min-width: 801px) {
  #index-page .p-prize__box-text {
    text-align: center;
  }
}
@media (max-width: 800px) {
  #index-page .p-prize__box-text {
    font-size: 1.4rem;
  }
}
#index-page .p-prize__link {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.18;
  border: 1px solid #004a80;
  border-radius: 45px;
  -webkit-box-shadow: 1px 1px 1px rgba(78, 54, 20, 0.16);
          box-shadow: 1px 1px 1px rgba(78, 54, 20, 0.16);
  background-color: #fff;
  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;
  gap: 12px;
  margin-right: auto;
  margin-left: auto;
  height: 54px;
  margin-top: 32px;
  position: relative;
  max-width: 330px;
}
@media (min-width: 801px) {
  #index-page .p-prize__link {
    width: 330px;
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  #index-page .p-prize__link {
    margin-top: 50px;
  }
}
#index-page .p-prize__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  border-top: 2px solid #068a01;
  border-right: 2px solid #068a01;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#lower-page.award-page .l-main {
  padding-bottom: 120px;
}
@media (max-width: 800px) {
  #lower-page.award-page .l-main {
    padding-bottom: 60px;
  }
}
#lower-page.award-page .c-title {
  margin-top: 120px;
  margin-bottom: 70px;
}
@media (max-width: 800px) {
  #lower-page.award-page .c-title {
    margin-top: 60px;
    margin-bottom: 35px;
  }
}
#lower-page.award-page .p-award {
  margin-top: 90px;
}
@media (max-width: 800px) {
  #lower-page.award-page .p-award {
    margin-top: 0;
  }
}
#lower-page.award-page .p-award__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  #lower-page.award-page .p-award__figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 801px) {
  #lower-page.award-page .p-award__figure img {
    margin-right: 35px;
  }
  #lower-page.award-page .p-award__figure img.image {
    margin-right: 58px;
  }
}
@media (max-width: 800px) {
  #lower-page.award-page .p-award__figure img {
    max-width: 150px;
  }
  #lower-page.award-page .p-award__figure img.image {
    max-width: 200px;
  }
}
@media (min-width: 801px) {
  #lower-page.award-page .p-award__figure.-figure-01 img {
    min-width: 290px;
  }
}
#lower-page.award-page .p-award__figure + .p-award__figure {
  margin-top: 100px;
}
@media (max-width: 800px) {
  #lower-page.award-page .p-award__figure + .p-award__figure {
    margin-top: 30px;
  }
}
#lower-page.successive-page .l-main {
  padding-bottom: 120px;
}
@media (max-width: 800px) {
  #lower-page.successive-page .l-main {
    padding-bottom: 70px;
  }
}
#lower-page.successive-page .c-title {
  margin-top: 80px;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  #lower-page.successive-page .c-title {
    margin-top: 40px;
    margin-bottom: 17.5px;
  }
}
#lower-page.successive-page .c-btn-list {
  margin-top: 140px;
}
@media (max-width: 800px) {
  #lower-page.successive-page .c-btn-list {
    margin-top: 50px;
  }
}
#lower-page.successive-page .p-table {
  display: block;
}
#lower-page.successive-page .p-table tbody {
  display: block;
}
#lower-page.successive-page .p-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lower-page.successive-page .p-table th {
  font-weight: 400;
  min-width: 130px;
  width: 130px;
  max-width: 130px;
}
@media (max-width: 800px) {
  #lower-page.successive-page .p-table th {
    font-size: 1.4rem;
    white-space: nowrap;
    padding-top: 0.3em;
    font-weight: 700;
  }
}
@media (min-width: 801px) {
  #lower-page.successive-page .p-table th {
    min-width: 200px;
    width: 200px;
    max-width: 200px;
  }
  #lower-page.successive-page .p-table th br {
    display: none;
  }
}
@media (max-width: 800px) {
  #lower-page.successive-page .p-table td {
    font-size: 1.5rem;
  }
}
#lower-page.onakashou-page .l-main {
  padding-bottom: 120px;
}
@media (max-width: 800px) {
  #lower-page.onakashou-page .l-main {
    padding-bottom: 60px;
  }
}
#lower-page.onakashou-page .c-heading + .c-text {
  margin-top: 135px;
}
@media (max-width: 800px) {
  #lower-page.onakashou-page .c-heading + .c-text {
    margin-top: 40px;
  }
}
#lower-page.onakashou-page .c-title {
  margin-top: 120px;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  #lower-page.onakashou-page .c-title {
    margin-top: 60px;
    margin-bottom: 17.5px;
  }
}
#lower-page.onakashou-page .c-title + .c-sub-title {
  margin-top: 0;
}
#lower-page.onakashou-page .c-sub-title {
  margin-top: 70px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  #lower-page.onakashou-page .c-sub-title {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
#lower-page.onakashou-page .c-btn-list {
  margin-top: 140px;
}
@media (max-width: 800px) {
  #lower-page.onakashou-page .c-btn-list {
    margin-top: 50px;
  }
}
#lower-page .more-text {
  height: 9em;
  overflow: hidden;
  position: relative;
}
@media (max-width: 800px) {
  #lower-page .more-text {
    height: 8em;
  }
}
#lower-page .more-text.-show {
  height: auto;
  overflow: auto;
}
#lower-page .more-btn {
  border: 2px solid #000;
  border-radius: 45px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  height: 60px;
  width: 100%;
  color: #000;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  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;
  gap: 12px;
}
@media (min-width: 801px) {
  #lower-page .more-btn {
    width: calc(100% / 3 - 33.33333333px);
  }
}
@media (max-width: 800px) {
  #lower-page .more-btn {
    height: 56px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
#lower-page .more-btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#lower-page .more-btn.-show::after {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
