@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru");
@media only screen and (min-width: 1200px) {
  .sponly {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}
.global_head {
  margin: 0;
}

body {
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  margin: 0;
  font-family: "Kosugi Maru";
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero__head {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .hero__head {
    height: 55px;
  }
}
.hero__head__container {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__head__container {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .hero__head__container {
    height: 55px;
    padding: 0 20px;
    background: #ebded2;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
.hero__head__container::after {
  content: "";
  background: #ebded2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero__head__container::after {
    height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__head__container::after {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero__head__logo {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hero__head__logo {
    position: relative;
    z-index: 5;
    transition: 0.3s;
  }
  .hero__head__logo:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  .hero__head__logo img {
    height: 35px;
  }
}
.hero__head__icon {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .hero__head__icon {
    padding: 8px 8px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__head__icon {
    transition: 0.3s;
  }
  .hero__head__icon:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .hero__head__icon img {
    height: 37px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__head__icon img {
    height: 38px;
  }
}
.hero__logo {
  margin: 100px auto 50px auto;
  width: calc(100% - 20px);
  max-width: 900px;
}
@media only screen and (min-width: 1200px) {
  .hero__logo {
    margin: 120px auto 70px auto;
    width: 100%;
  }
}
.hero__logo img {
  width: 100%;
}

.event {
  margin: 0 auto;
  padding: 0 0 120px 0;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (min-width: 1200px) {
  .event {
    display: flex;
    padding: 0 0 150px 0;
  }
}
.event__front {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 350px;
}
@media only screen and (min-width: 1200px) {
  .event__front {
    margin: 20px 0;
    padding: 0 50px;
    width: 45%;
    max-width: inherit;
  }
}
.event__front img {
  width: 100%;
}
.event__content {
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  padding: 1px 15px;
  width: calc(100% - 24px);
}
@media only screen and (min-width: 1200px) {
  .event__content {
    margin: 0 auto 0 0;
    padding: 0 30px;
    width: calc(55% - 10px);
  }
}
.event__content h2 {
  font-size: 1rem;
  border-bottom: 2px solid #231815;
  margin: 0;
  width: fit-content;
}
.event__content section {
  margin: 10px 0;
}
.event__content section:first-child {
  margin: 30px 0 0;
}
.event__content section .links {
  margin: 10px 0;
}
.event__content h2 {
  font-size: 20px;
  margin: 20px 0 5px;
}
.event__content p {
  margin: 0;
  line-height: 1.25em;
}
.event__content p span {
  line-height: 1.75em;
  font-size: 1.5rem;
  color: #000;
}
.event__content a {
  margin: 0;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.event__content a:hover {
  opacity: 0.8;
}
.event__content span {
  color: #fff;
}
.event__content ul {
  padding-left: 20px;
}
.event__date {
  font-size: 32px;
  font-weight: 600;
}
.event__button {
  background-color: #cc1f26;
  border-radius: 26px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
}
.event__submit {
  background-color: #cc1f26 !important;
}

.share {
  background: #ebded2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .share {
    padding: 0 0 160px;
  }
}
@media only screen and (min-width: 768px) {
  .share {
    padding: 0 0 90px;
  }
}
.share::after {
  position: absolute;
  top: -11%;
  left: 50%;
  content: "";
  display: inline-block;
  z-index: 1;
  height: 210px;
  width: 210px;
  background: #ebded2;
  border-radius: 50%;
  transform: translate(-50%, 0);
}
.share__img {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .share__img {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .share__img img {
    width: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .share__img img {
    width: 45px;
  }
}
.share__ttl {
  text-align: center;
  color: #cc1f26;
  font-weight: 600;
  letter-spacing: 0.05rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .share__ttl {
    margin: 30px 0 15px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .share__ttl {
    margin: 40px 0 20px;
    font-size: 1.5rem;
  }
}
.share__content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .share__content {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .share__content {
    margin: 0 0 60px;
  }
}
.share__content__item {
  line-height: 0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .share__content__item {
    width: 35px;
    height: 35px;
    margin: 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .share__content__item {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    transition: 0.3s;
  }
  .share__content__item:hover {
    opacity: 0.8;
  }
}
.share__content__item span {
  text-align: center;
}
.share__content__item span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #cd232a;
}
@media only screen and (max-width: 767px) {
  .share__content__item span::before {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .share__content__item span::before {
    font-size: 1.4rem;
  }
}
.share__content__item span.share-twitter {
  position: relative;
  top: 1px;
}
.share__content__item span.share-twitter::before {
  content: "\f099";
}
.share__content__item span.share-line {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .share__content__item span.share-line {
    top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .share__content__item span.share-line img {
    width: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .share__content__item span.share-line img {
    width: 25px;
  }
}
.share__content__item span.share-facebook::before {
  content: "\f39e";
}
.share__content__item a {
  text-decoration: none;
}
.share__content__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.share__site {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .share__site {
    width: 180px;
    margin: 0 auto;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .share__site {
    width: 250px;
    margin: 0 auto 80px;
    padding: 10px 20px;
    transition: 0.3s;
  }
  .share__site:hover {
    opacity: 0.8;
  }
}
.share__site a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.share .back-top {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .share .back-top {
    transition: 0.3s;
    cursor: pointer;
  }
  .share .back-top:hover {
    opacity: 0.8;
  }
}
.share .back-top span {
  display: block;
  position: relative;
  width: 100%;
}
.share .back-top span::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cc1f26;
  animation: circlemove 1.6s ease-in-out infinite;
}
.share .back-top span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 33px;
  background: #cc1f26;
  border-radius: 50px;
}
.share .back-top p {
  color: #cc1f26;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 10px 0 0;
  font-weight: 600;
}
@keyframes circlemove {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .application {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
}

.form {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 7px 7px 0 rgba(50, 50, 50, 0.16);
  box-sizing: border-box;
  padding: 24px 16px 30px;
}
@media only screen and (min-width: 768px) {
  .form {
    margin: 0 10px;
    padding: 34px 32px 40px;
    display: flex;
    max-width: 1200px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .form {
    margin: 25px auto;
    max-width: 100vw;
    width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .form__image {
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .form__image {
    text-align: center;
  }
  .form__image img {
    width: fit-content;
  }
}
.form__section {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form__section {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .form__container h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .form__container h2 {
    width: fit-content;
  }
}
.form__container h2 {
  border-radius: 999px;
  margin: 10px auto 50px;
  padding: 10px 20px;
  color: #fff;
  background-color: #cc1f26;
}
.form__container dl {
  margin: 0 0 14px;
}
@media only screen and (min-width: 768px) {
  .form__container dl {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 165px 1fr;
    margin: 0 0 16px;
  }
}
.form__container dt {
  color: #231815;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .form__container dt {
    margin-bottom: 0;
  }
}
.form__container dd {
  margin: 0;
}
.form__container input {
  appearance: none;
  background: #ffffff;
  border: 2px solid #d9d2cd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 12px 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
}
.form__container input:focus {
  border-color: #cc1f26;
  box-shadow: 0 0 0 3px rgba(204, 31, 38, 0.15);
  outline: none;
}
.form__container .form-line {
  margin: 0 0 16px;
}
.form__container .form-line:last-of-type {
  margin-bottom: 20px;
}
.form__container .form-line label {
  color: #231815;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
}
.form__container .required {
  background: #cc1f26;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
  padding: 6px 9px;
  vertical-align: middle;
}
.form__container .time-select {
  border: 2px solid #efe7e2;
  border-radius: 12px;
  margin: 12px 0 0;
  padding: 14px 12px 12px;
}
.form__container .time-select legend {
  color: #231815;
  font-weight: 700;
  padding: 0 6px;
}
.form__container .time-select__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .form__container .time-select__list {
    flex-direction: row;
  }
}
.form__container .time-option {
  align-items: center;
  border: 2px solid #d9d2cd;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .form__container .time-option {
    flex: 1 1 0;
  }
}
.form__container .time-option input[type=radio] {
  appearance: auto;
  width: auto;
  margin: 0;
}
.form__container .time-option span {
  color: #231815;
}
.form__container .time-option:has(input:checked) {
  background: #fff6f6;
  border-color: #cc1f26;
}

.csv_form {
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
}

.submit_container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .submit_container {
    margin-top: 28px;
  }
}
.submit_container .confirm {
  width: fit-content;
  appearance: none;
  background: #cc1f26;
  border: 0;
  border-radius: 999px;
  box-shadow: 4px 4px 0 rgba(50, 50, 50, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  min-width: 220px;
  padding: 14px 36px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .submit_container .confirm:hover {
    box-shadow: 2px 2px 0 rgba(50, 50, 50, 0.2);
    opacity: 0.95;
    transform: translate(2px, 2px);
  }
}
.submit_container .reset {
  width: fit-content;
  appearance: none;
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  box-shadow: 4px 4px 0 rgba(50, 50, 50, 0.2);
  color: #000000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  min-width: 220px;
  padding: 14px 36px;
  margin-top: 20px;
  border: solid 1px #dddddd;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .submit_container .reset:hover {
    box-shadow: 2px 2px 0 rgba(50, 50, 50, 0.2);
    opacity: 0.95;
    transform: translate(2px, 2px);
  }
}

.complete {
  margin-top: 20px;
  text-align: center;
  background-color: #fff;
  padding: 20px 20px 50px;
  border-radius: 10px;
}
.complete p {
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}
.complete a {
  text-decoration: none;
  width: fit-content;
  appearance: none;
  background: #cc1f26;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  min-width: 220px;
  padding: 14px 36px;
  transition: 0.2s;
}
.complete a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */