@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

dl,
dt,
dd,
ul,
li {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

address {
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

html {
  font-family: "Noto Sans JP", serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}
html input, html button, html textarea {
  font-family: "Noto Sans JP", serif;
}

body {
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a img {
  -ms-interpolation-mode: bicubic;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.u-f14 {
  font-size: 14px;
}

.u-f16 {
  font-size: 16px;
}

.u-f18 {
  font-size: 18px;
}

.u-f20 {
  font-size: 20px;
}

.u-f22 {
  font-size: 22px;
}

.u-br__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-br__pc {
    display: none;
  }
}
.u-br__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br__sp {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

.u-stripe {
  background-size: auto auto;
  background-color: #fede84;
  background-image: -webkit-repeating-linear-gradient(310deg, transparent, transparent 5px, #f5a21a 5px, #f5a21a 10px);
  background-image: -o-repeating-linear-gradient(310deg, transparent, transparent 5px, #f5a21a 5px, #f5a21a 10px);
  background-image: repeating-linear-gradient(140deg, transparent, transparent 5px, #f5a21a 5px, #f5a21a 10px);
}

.fes-mv {
  padding: 30px;
}
.fes-mv img {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fes-mv {
    padding: 0;
  }
}

.fes-main {
  margin-bottom: -80px;
}

.fes-form__btn {
  display: block;
  width: calc(100% - 40px);
  max-width: 340px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .fes-form__btn {
    margin: 40px auto;
  }
}

.fes-schedule {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .fes-schedule {
    padding: 20px;
  }
}
.fes-schedule:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.fes-schedule__inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  position: relative;
  z-index: 10;
  padding: 50px 30px 30px;
}
@media screen and (max-width: 767px) {
  .fes-schedule__inner {
    border-radius: 20px;
    padding: 50px 20px 20px;
  }
}
.fes-schedule__header {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: -2%;
}
@media screen and (max-width: 767px) {
  .fes-schedule__header {
    margin-bottom: -1rem;
  }
}
.fes-schedule__title {
  text-align: center;
  position: relative;
  z-index: 10;
}
.fes-schedule__title img {
  width: 100%;
  max-width: 500px;
}
.fes-schedule__title small {
  display: block;
  font-size: 20px;
  color: #008ba5;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .fes-schedule__title small {
    font-size: 14px;
  }
}
.fes-schedule__obj {
  position: absolute;
  width: 215px;
}
@media screen and (max-width: 1100px) {
  .fes-schedule__obj {
    width: 20vw;
  }
}
.fes-schedule__obj.-obj1 {
  bottom: 0;
  left: 0;
}
.fes-schedule__obj.-obj2 {
  bottom: 0;
  right: 0;
}
.fes-schedule__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fes-schedule__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fes-schedule__item {
  width: 49%;
  border-radius: 1em;
  padding: 20px;
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .fes-schedule__item {
    width: 100%;
    margin-top: 1rem;
  }
}
.fes-schedule__item:nth-of-type(1) {
  background: rgba(212, 79, 128, 0.7);
}
.fes-schedule__item:nth-of-type(2) {
  background: rgba(41, 156, 210, 0.8);
}
.fes-schedule__item:nth-of-type(3) {
  background: rgba(226, 125, 0, 0.8);
}
.fes-schedule__item:nth-of-type(4) {
  background: rgba(13, 172, 103, 0.8);
}
.fes-schedule .p-schedule__text {
  color: #fff;
  line-height: 1.4;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .fes-schedule .p-schedule__text {
    font-size: 14px;
  }
}

.fes-profile {
  width: calc(100% - 100px);
  max-width: 1100px;
  margin: 50px auto;
  border: 1px solid #028ba5;
  padding: 30px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .fes-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 40px);
    padding: 20px;
    margin: 40px auto;
  }
}
.fes-profile__img {
  max-width: 235px;
}
@media screen and (max-width: 767px) {
  .fes-profile__img {
    margin: auto;
  }
}
.fes-profile__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .fes-profile__item {
    padding: 0;
    margin-top: 2rem;
  }
}
.fes-profile__name {
  font-size: 20px;
  margin-bottom: 0.5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fes-profile__name {
    font-size: 16px;
  }
}
.fes-profile__name strong {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fes-profile__name strong {
    font-size: 24px;
  }
}
.fes-profile__name img {
  width: 130px;
  vertical-align: -5px;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .fes-profile__name img {
    width: 80px;
    vertical-align: -3px;
  }
}
.fes-profile__text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fes-profile__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.fes-next {
  text-align: center;
  margin: 50px auto;
  padding: 0 20px;
  max-width: 1100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fes-next {
    margin: 40px auto;
  }
}
.fes-next__icon {
  position: absolute;
  z-index: 99;
  top: -20px;
  left: -20px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .fes-next__icon {
    width: 35vw;
    top: -15px;
    left: 10px;
  }
}
.fes-next__img {
  position: relative;
  z-index: 1;
}

.fes-entryform {
  background-color: #e27d00;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .fes-entryform {
    padding: 40px 0;
  }
}

.fes-access {
  width: calc(100% - 60px);
  max-width: 940px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fes-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fes-access__map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .fes-access__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.fes-access__map img {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .fes-access__map img {
    max-width: 100%;
  }
}
.fes-access .p-address {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .fes-access .p-address {
    width: 100%;
  }
}
.fes-access .p-address__img {
  border: 1px solid #fff;
  margin-bottom: 1rem;
}
.fes-access .p-address__name {
  font-size: 18px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .fes-access .p-address__name {
    font-size: 16px;
  }
}
.fes-access .p-address__root {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}
.fes-access .p-address__notes {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000;
  text-align: center;
}

.fes-sponsor {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .fes-sponsor {
    font-size: 16px;
  }
}

.fes-contact {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(195, 13, 35, 0.15);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 1.5em 0;
}
@media screen and (max-width: 767px) {
  .fes-contact {
    font-size: 16px;
  }
}
.fes-contact small {
  display: block;
  font-size: 12px;
  margin-top: 0.5em;
}
.fes-contact em {
  display: block;
  font-weight: 500;
  font-style: normal;
  margin-top: 0.5em;
  font-size: 35px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fes-contact em {
    font-size: 28px;
  }
}

.entryform {
  max-width: 720px;
  margin: 0 auto 50px;
}
.entryform__section {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .entryform__section {
    border-radius: 0;
    padding: 20px;
  }
}
.entryform__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .entryform__title {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
}
.entryform__field {
  margin: 1rem 0;
  border-top: 1px solid #ddd;
  padding: 24px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75em;
}
@media screen and (max-width: 767px) {
  .entryform__field {
    gap: 0.5em;
    padding: 1.5rem 0;
    margin: 1rem 0;
  }
}
.entryform__label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .entryform__label {
    font-size: 14px;
  }
}
.entryform__label .required {
  border-radius: 4px;
  margin-left: 0.5em;
  padding: 0 0.5em;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 12px;
}
.entryform__input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5em 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 100%;
  background: #eaedf2;
}
.entryform__input.-col20 {
  width: 20%;
}
.entryform__submit {
  margin: 1em auto;
}
.entryform__submit a,
.entryform__submit button {
  border-radius: 6px;
  padding: 1em;
  text-align: center;
  font-size: 16px;
  width: 100%;
  display: block;
  color: #fff;
  cursor: pointer;
}
.entryform__submit a {
  background: -webkit-gradient(linear, left bottom, left top, from(#B3424A), to(#d45b63));
  background: -webkit-linear-gradient(bottom, #B3424A, #d45b63);
  background: -o-linear-gradient(bottom, #B3424A, #d45b63);
  background: linear-gradient(to top, #B3424A, #d45b63);
  border: 1px solid #B3424A;
  margin-bottom: 20px;
}
.entryform__submit a:hover {
  background: #B3424A;
}
.entryform__submit button {
  background: -webkit-gradient(linear, left bottom, left top, from(#4abf9b), to(#5bc8ac));
  background: -webkit-linear-gradient(bottom, #4abf9b, #5bc8ac);
  background: -o-linear-gradient(bottom, #4abf9b, #5bc8ac);
  background: linear-gradient(to top, #4abf9b, #5bc8ac);
  border: 1px solid #3da889;
}
.entryform__submit button:hover {
  background: #5bc8ac;
}
.entryform__alert {
  background-color: #c30d23;
  font-weight: bold;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
}
.entryform__alertMessage {
  background-color: #c30d23;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.entryform__thanks h1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #C67820;
  border-bottom: solid 1px #C67820;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.entryform__thanks p {
  margin: 1em 0;
}
.entryform__thanks dl dt {
  color: #C67820;
  font-weight: bold;
}
.entryform__thanks dl dd {
  margin-left: 1em;
}
.entryform__thanksBack {
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
}
.entryform__thanksBack a {
  text-decoration: underline;
}
.entryform__city, .entryform__radio, .entryform__text {
  font-size: 14px;
}
.entryform__city small, .entryform__radio small, .entryform__text small {
  font-size: 0.8em;
}
.entryform__radio label {
  margin-right: 1em;
}

.entryform-pledge {
  font-size: 14px;
}
.entryform-pledge__check {
  width: 20px;
  vertical-align: -4px;
}
.entryform-pledge__heading {
  font-size: 1.15em;
  font-weight: bold;
  color: #15b587;
  margin: 1rem 0;
}
.entryform-pledge__heading .required {
  border-radius: 4px;
  padding: 0 0.5em;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .entryform-pledge__heading {
    margin-top: 2rem;
  }
}
.entryform-pledge__list {
  width: 100%;
  background-color: #f5f5f5;
  padding: 1em 1.5em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .entryform-pledge__list {
    padding: 1em;
  }
}
.entryform-pledge__list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin: 0.25em 0;
}
.entryform-pledge__consent {
  margin: 1em auto;
  font-size: 1.15em;
  font-weight: bold;
}
.entryform-pledge__privacy-box {
  border: 1px solid #ddd;
  padding: 1.5em;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.entryform-pledge__privacy-box dd {
  text-indent: -1em;
  padding-left: 1em;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  vertical-align: 0;
  margin-right: 5px;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -2px;
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}
#page_top.is-visible {
  opacity: 1;
  visibility: visible;
}
#page_top:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 25px;
  height: 15px;
  margin: auto;
  content: "";
  display: block;
  background: url("../img/arrow.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #page_top:after {
    width: 17px;
    height: 10px;
  }
}

.entryform__header {
  max-width: 1400px;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */
