@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.default-block {
  display: block !important;
}
.responsive-block {
  display: none !important;
}
.default-inline-block {
  display: inline-block !important;
}
.responsive-inline-block {
  display: none !important;
}
div.link {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
div.link a {
  padding: 1.25rem 4rem;
  display: inline-block;
  border-radius: 1000rem;
  font-weight: bold;
  font-size: clamp(1.6rem, 2.0vw, 2.4rem);
  border: 0.2rem solid #333;
  background: #fff;
  color: #333;
  transition: 0.25s all;
  white-space: nowrap;
  box-shadow: 0 1rem 0 0 #c3e926;
}
div.link a span.material-symbols-outlined {
  vertical-align: middle;
  position: relative;
  top: -0.15rem;
}
div.link a:hover {
  background: #333;
  color: #fff;
}
div.link-fixed-wrapper {
  position: absolute;
  inset: 0;
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
div.link.fixed {
  pointer-events: auto;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 2rem;
  right: -100rem;
  z-index: 1000;
  transition: 0.5s 3s all;
}
div.link-fixed-wrapper.show div.link.fixed {
  right: 2rem;
}
div.link.fixed a {
  padding: 0;
  width: 15rem;
  height: 15rem;
  display: block;
  border-radius: 1000rem;
  font-weight: bold;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  border: 0.75rem solid #00884e;
  background: #009f54;
  color: #fff;
  transition: 0.25s all;
  white-space: nowrap;
  position: relative;
  line-height: 1.5;
  box-shadow: none;
}
div.link.fixed a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
div.link.fixed a span.material-symbols-outlined {
  vertical-align: middle;
  position: relative;
  top: -0.15rem;
}
div.link.fixed a:hover {
  background: #00b171;
  color: #fff;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
html {
  height: 100%;
  background-image: repeating-linear-gradient(45deg, rgba(223, 244, 98, 0.75) 0, rgba(223, 244, 98, 0.75) 0.125rem, #f8f8f8 0, #f8f8f8 50%);
}
body {
  height: 100%;
  /* background: #fff; */
}
div.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
div.section-wrapper {
  flex: 1;
  /*  background: #dff462;*/
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(45deg, rgba(223, 244, 98, 0.75) 0, rgba(223, 244, 98, 0.75) 0.125rem, #dff462 0, #dff462 50%);
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
header {}
footer {}
section h2 {
  font-size: clamp(2.1rem, 2.4vw, 3.2rem);
  text-align: center;
  margin-bottom: 4rem;
}
section.present h2 img {
  max-width: 40.6rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
section.rule h2 img {
  max-width: 40.6rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
section div.inner {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
section.hero {
  /* padding-top: 8rem; */
  padding-bottom: 8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  overflow: hidden;
}
section.hero:before {
  /*
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  width: calc(100vw - (100vw - 100%));
  background: #ffffbd;
  height: 8rem;
  z-index: 0;
*/
}
section.hero div.inner h1 img {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  max-width: calc(100% + 4.8rem);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  opacity: 0;
  animation-delay: 1s;
}
section.hero div.inner h1 img.show {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /* */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
section.hero h1 {
  position: relative;
  z-index: 1;
  margin-bottom: -17.5%;
}
section.hero div.main_logo_bg {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  animation-delay: 1s;
  opacity: 0;
  z-index: 0;
}
section.hero div.main_logo_bg img {
  width: 130%;
  max-width: 130%;
  position: relative;
  margin-top: -28%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
section.hero div.main_logo_bg.show {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
section.hero div.main_illust {
  max-width: 65.25%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1000;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  opacity: 0;
  animation-delay: 1s;
}
section.hero div.main_illust.show {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /* */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /*
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat)
*/
}
@-webkit-keyframes bounce {}
@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  28% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  42% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  70% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  100% {
    opacity: 1;
  }
}
section.hero h1 span.main-heading {
  font-size: clamp(2.8rem, 4.8vw, 6.0rem);
  white-space: nowrap;
}
section.hero h1 span.sub-heading {
  font-size: clamp(2.1rem, 2.4vw, 3.6rem);
  white-space: nowrap;
}
section.hero span.term {
  display: block;
  margin-bottom: 2rem;
}
section.hero span.term img {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
section.hero span.target {
  display: block;
}
section.hero span.target img {
  max-width: 55.75%;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
section.description {
  /*
  padding-top: 4rem;
  padding-bottom: 4rem;
*/
  text-align: center;
  font-size: clamp(1.6rem, 2.1vw, 2.1rem);
}
section.description strong {
  /* color: #009f54; */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffff5a 50%, #ffff5a 100%);
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
section.present {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.present div.inner > ul {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
section.present div.inner > ul > li {
  width: 30.00%;
  margin-right: 5%;
  text-align: center;
}
section.present div.inner > ul > li:nth-child(3n) {
  margin-right: 0;
}
section.present div.inner > ul > li div.thumbnail {
  width: 100%;
  position: relative;
  /* background: #fff; */
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  /* box-shadow: 0 0.5rem 0 0 #c3e926; */
  cursor: pointer;
  transition: 0.25s all;
}
section.present div.inner > ul > li div.thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 80%;
  height: 80%;
  background: rgb(255, 255, 90);
  content: "";
  border-radius: 1000rem;
  z-index: 0;
  transition: 0.25s all;
}
section.present div.inner > ul > li div.thumbnail:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.075);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.075);
}
section.present div.inner > ul > li div.thumbnail:hover {
  opacity: 0.9;
  transform: scale(1.075);
}
section.present div.inner > ul > li div.thumbnail img {
  position: relative;
  z-index: 1;
}
/* ひとまず未設定
section.present ul li div.thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
section.present ul li div.thumbnail:before {
  position: relative;
  content: "";
  width: 100%;
  padding-top: 75%;
  display: block;
}
*/
section.present div.inner > ul > li div.title {
  font-size: 1.8rem;
  font-weight: bold;
}
section.present div.inner > ul > li div.title strong.prize-name {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffff5a 50%, #ffff5a 100%);
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  white-space: nowrap;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
section.present div.inner > ul > li div.title span.prize {
  font-size: 3rem;
  font-weight: bold;
  color: #00884e;
  display: inline-block;
  line-height: 1;
  position: relative;
  /*  text-shadow: 2px 2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px -2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white;*/
}
section.present div.inner > ul > li div.title span.prize:before {
  position: absolute;
  left: -3rem;
  top: 65%;
  transform: translateY(-50%) rotate(-30deg);
  -webkit-transform: translateY(-50%) rotate(-30deg);
  content: "";
  width: 0.3rem;
  height: 1.25em;
  background: #00884e;
}
section.present div.inner > ul > li div.title span.prize:after {
  position: absolute;
  right: -3rem;
  top: 65%;
  transform: translateY(-50%) rotate(30deg);
  -webkit-transform: translateY(-50%) rotate(30deg);
  content: "";
  width: 0.3rem;
  height: 1.25em;
  background: #00884e;
}
section.present div.inner > ul > li div.title span.prize > span {
  font-size: 6rem;
}
section.present div.inner > ul > li div.title span.number {
  font-size: 1.6rem;
  font-weight: bold;
  background: #000;
  color: #fff;
  border: 0.1rem solid #000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 1000rem;
  margin-bottom: 1rem;
  display: inline-block;
}
section.present div.inner > ul > li div.description ul li div {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
}
section.present div.inner > ul > li div.description ul li {
  font-size: 1.3rem;
  display: block;
  font-weight: normal;
}
section.present div.inner > ul > li div.description ul li a {
  color: #00884e;
  font-weight: bold;
  transition: 0.25s all;
}
section.present div.inner > ul > li div.description ul li a:hover {
  text-decoration: underline;
  opacity: 0.75;
}
section.present div.inner > ul > li div.description ul li a span.material-symbols-outlined {
  color: #00884e;
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
  top: 0.15rem;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
section.rule {
  padding-top: 4rem;
}
section.rule div.rule-box {
  max-width: 70%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  height: 50rem;
  overflow: hidden;
  padding: 2rem;
  box-sizing: border-box;
  border: 0.2rem solid rgb(51, 51, 51);
  overflow-y: scroll;
  border-radius: 0.5rem;
}
section.rule div.rule-box h3 {
  margin-top: 2rem;
  color: #00884e;
}
section.rule div.rule-box ul li {
  position: relative;
  padding-left: 1rem;
}
section.rule div.rule-box ul li:before {
  top: 1.25rem;
  left: 0;
  border-radius: 1000rem;
  background: #00884e;
  width: 0.65rem;
  height: 0.65rem;
  position: absolute;
  content: "";
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
footer {
  text-align: center;
  background: #333;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#toTop {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  background: #fff;
  color: #333;
  /* padding: 1.2rem; */
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  transition: 0.25s all;
  border: 0.25rem solid #333;
  box-sizing: border-box;
}
#toTop:hover {
  background: #333;
  color: #fff;
  border: 0.25rem solid #333;
}
#toTop div {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
#toTop span {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* modal */
#modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 2000;
}
#modal.show {
  opacity: 1;
  visibility: visible;
}
#modal img {
  width: 80%;
  max-width: 70rem;
}
.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  color: #fff;
  border: 0.1rem solid #fff;
  cursor: pointer;
  border-radius: 1000rem;
  transition: 0.25s all;
}
.modal-close:hover {
  opacity: 0.75;
}
.modal-close span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  white-space: nowrap;
  font-size: 1.2rem;
  transition: 0.25s all;
}
.modal-close:hover span {
  bottom: -2.5rem;
  opacity: 1;
}
.modal-close:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: #fff;
}
.modal-close:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background: #fff;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.fade {
  opacity: 0;
  transform: translateY(3rem);
  -webkit-transform: translateY(3rem);
  transition: 0.8s 0.25s;
}
.fade.show {
  opacity: 1;
  -webkit-transform: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
#loading {
  position: fixed;
  z-index: 10000000;
  background: #fff;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  border: 0.8rem solid #e0e0e0;
  border-top: 0.8rem solid #00884e;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}