@charset "UTF-8";
.u-display--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-display--sp {
    display: block;
  }
}

.eaa.contents {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.eaa.contents img {
  display: block;
  vertical-align: bottom;
}

.eaa_mv {
  max-width: 100%;
}

.eaa__heading-lv1 {
  background-color: #c10030;
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .eaa__heading-lv1 {
    font-size: 22px;
    padding: 24px 0;
  }
}

.eaa__mv__img {
  width: 800px;
  max-width: 100%;
  display: block;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.eaa__mv__bar {
  background-color: #7c031e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eaa__mv__bar__inner {
  width: 800px;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.eaa__mv__badge {
  max-width: 290px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .eaa__mv__badge {
    max-width: 140px;
  }
}

.eaa__mv__bar__txt {
  color: #fff;
  font-size: 30px;
  margin-left: 40px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .eaa__mv__bar__txt {
    font-size: 16px;
    margin-left: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.eaa__intro__desc {
  line-height: 1.8;
  max-width: 668px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .eaa__intro__desc {
    font-size: 14px;
    margin-top: 24px;
  }
}

.eaa__intro__img {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .eaa__intro__img {
    margin-top: 24px;
  }
}

.eaa__intro__img-area {
  background-color: #7c031e;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .eaa__intro__img-area {
    margin-top: 24px;
    padding: 20px 10px;
  }
}

.eaa__intro__img-area__img {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.eaa__movie {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .eaa__movie {
    margin-top: 40px;
  }
}

.eaa__movie__heading, .eaa__info__heading {
  position: relative;
  text-align: center;
  color: #7c031e;
  font-size: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .eaa__movie__heading, .eaa__info__heading {
    font-size: 18px;
  }
}
.eaa__movie__heading::before, .eaa__info__heading::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #7c031e;
}
@media screen and (max-width: 767px) {
  .eaa__movie__heading::before, .eaa__info__heading::before {
    top: 50%;
    height: 1px;
    width: 90%;
    left: 5%;
  }
}
.eaa__movie__heading span, .eaa__info__heading span {
  position: relative;
  padding: 0 1em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .eaa__movie__heading span, .eaa__info__heading span {
    padding-left: 0 0.5em;
  }
}

.eaa__movie__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .eaa__movie__video {
    margin-top: 24px;
  }
}
.eaa__movie__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.eaa__prize {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .eaa__prize {
    margin-top: 36px;
  }
}

.eaa__prize__heading {
  color: #7c031e;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .eaa__prize__heading {
    font-size: 18px;
  }
}
.eaa__prize__heading::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 30px;
  width: 100%;
  background-image: linear-gradient(to top, #a14012, #ffd6c3, #742912, #f3dacc);
}
@media screen and (max-width: 767px) {
  .eaa__prize__heading::after {
    margin-top: 14px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.eaa__prize__list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .eaa__prize__list {
    margin-top: 24px;
  }
}

.eaa__prize__item {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .eaa__prize__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.eaa__prize__item:not(:first-child) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .eaa__prize__item:not(:first-child) {
    margin-top: 60px;
  }
}

.eaa__prize__item__img {
  width: 100%;
}

.eaa__prize__txt {
  margin-top: 40px;
  font-size: 28px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .eaa__prize__txt {
    font-size: 16px;
    margin-top: 18px;
  }
}
.eaa__prize__txt span {
  color: #7c031e;
}
.eaa__prize__txt span::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 2px;
}

.eaa__prize__result {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .eaa__prize__result {
    font-size: 24px;
    margin-top: 18px;
  }
}

.eaa__prize__weight {
  font-size: 30px;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .eaa__prize__weight {
    font-size: 16px;
    margin-top: 14px;
  }
}

.eaa__prize__btn, .eaa__pageback__btn {
  display: block;
  font-size: 32px;
  padding: 24px 30px;
  max-width: 570px;
  border: 2px solid #7c031e;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .eaa__prize__btn, .eaa__pageback__btn {
    font-size: 16px;
    padding: 16px 22px;
    max-width: 260px;
    margin-top: 20px;
  }
}
.eaa__prize__btn:hover, .eaa__pageback__btn:hover {
  opacity: 0.8;
}

.eaa__prize__btn__txt, .eaa__pageback__btn__txt {
  color: #7c031e;
  line-height: 1;
}

.eaa__contestant {
  background-color: #7c031e;
  padding: 50px;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .eaa__contestant {
    margin-top: 60px;
    padding: 20px;
  }
}

.eaa__heading-icon {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .eaa__heading-icon {
    max-width: 200px;
  }
}

.eaa__heading {
  color: #f4db97;
  font-size: 48px;
  text-align: center;
  margin-top: 44px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .eaa__heading {
    font-size: 20px;
    margin-top: 20px;
  }
}

.eaa__contestant__note {
  color: #fff;
  font-size: 26px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .eaa__contestant__note {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 16px;
  }
}

.eaa__contestant__list-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .eaa__contestant__list-wrapper {
    margin-top: 20px;
  }
}

.eaa__contestant__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .eaa__contestant__list {
    row-gap: 6px;
    margin-left: -6px;
  }
}

.eaa__contestant__item {
  width: 33%;
  transition: 0.3s;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .eaa__contestant__item {
    width: 49%;
  }
}
.eaa__contestant__item:hover {
  opacity: 0.7;
}

.eaa__contestant__item__img {
  width: 100%;
}

.eaa__special-contestant {
  background-color: #ac4604;
  padding: 50px;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .eaa__special-contestant {
    padding: 20px;
    margin-top: 30px;
  }
}

.eaa__special-contestant__desc {
  color: #fff;
  margin-top: 70px;
  max-width: 800px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .eaa__special-contestant__desc {
    font-size: 12px;
    margin-top: 20px;
  }
}

.eaa__note {
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .eaa__note {
    font-size: 14px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.eaa__judge__heading {
  font-size: 42px;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #7c031e;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__heading {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.eaa__judge__wrapper {
  background-color: #e8d4c5;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__wrapper {
    padding-bottom: 40px;
  }
}

.eaa__judge__img {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.eaa__judge__ttl {
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__ttl {
    font-size: 20px;
    margin-top: 24px;
  }
}

.eaa__judge__desc {
  margin-top: 32px;
  width: 668px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .eaa__judge__desc {
    margin-top: 24px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.eaa__judge__person {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__person {
    margin-top: 30px;
  }
}

.eaa__judge__person__heading {
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__person__heading {
    font-size: 20px;
  }
}

.eaa__judge__person__list {
  margin-top: 76px;
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  max-width: 100%;
  column-gap: 40px;
  row-gap: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .eaa__judge__person__list {
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.eaa__judge__person__item {
  width: 47%;
  display: flex;
  column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .eaa__judge__person__item {
    width: 100%;
  }
}

.eaa__judge__person__item__img {
  max-width: 178px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__person__item__img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .eaa__judge__person__item__txt {
    width: 60%;
  }
}

.eaa__judge__person__item__name--ja {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .eaa__judge__person__item__name--ja {
    font-size: 18px;
  }
}

.eaa__judge__person__item__name--en {
  line-height: 1;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__person__item__name--en {
    margin-top: 6px;
    font-size: 12px;
  }
}

.eaa__judge__person__item__desc {
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__person__item__desc {
    margin-top: 8px;
    font-size: 12px;
  }
}

.eaa__judge__flow {
  margin-top: 90px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow {
    margin-top: 60px;
  }
}

.eaa__judge__flow__heading {
  font-size: 40px;
  color: #fff;
  text-align: center;
  background-color: #927155;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__heading {
    font-size: 22px;
  }
}

.eaa__judge__flow__box--upper {
  background-color: #b8a799;
  padding-top: 58px;
  padding-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__box--upper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.eaa__judge__flow__list {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__list {
    width: 360px;
  }
}

.eaa__judge__flow__item:not(:last-child)::after {
  content: "▼";
  color: #fff;
  display: block;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__item:not(:last-child)::after {
    font-size: 16px;
    margin: 6px 0;
  }
}

.eaa__judge__flow__item__inner {
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__item__inner {
    padding: 10px;
  }
}

.eaa__judge__flow__item__date {
  display: inline-block;
  background-color: #927155;
  width: 180px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__item__date {
    font-size: 16px;
    width: 70px;
  }
}

.eaa__judge__flow__item__desc {
  display: inline-block;
  color: #927155;
  font-size: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__item__desc {
    font-size: 16px;
    margin-left: 2px;
  }
}
.eaa__judge__flow__item__desc span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__item__desc span {
    font-size: 12px;
  }
}

.eaa__judge__flow__box--lower {
  background-color: #f0eae5;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__box--lower {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.eaa__judge__flow__img {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.eaa__judge__flow__ttl {
  font-size: 40px;
  text-align: center;
  margin-top: 32px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__ttl {
    font-size: 22px;
    margin-top: 24px;
  }
}

.eaa__judge__flow__desc {
  margin-top: 32px;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .eaa__judge__flow__desc {
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}

.eaa__info {
  margin-top: 160px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .eaa__info {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}

.eaa__info__ttl {
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 1.6;
  text-align: center;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .eaa__info__ttl {
    margin-top: 40px;
    font-size: 22px;
    letter-spacing: 2px;
  }
}

.eaa__info__img {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .eaa__info__img {
    margin-top: 32px;
  }
}

.eaa__info__desc {
  max-width: 668px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .eaa__info__desc {
    margin-top: 24px;
    font-size: 14px;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.eaa__pageback__btn {
  margin-top: 110px;
  margin-bottom: 80px;
}