@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.top-mv {
  position: relative;
  z-index: 0;
}
.top-mv .miff-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 10%;
  max-width: 200px;
}
@media screen and (max-width: 1199px) {
  .top-mv .miff-logo {
    width: 30%;
  }
}
.top-mv .miff-logo img {
  width: 100%;
}
.top-mv-ill {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 125%;
  overflow: hidden;
}
.top-mv-ill figure {
  position: absolute;
}
.top-mv-ill img {
  width: 100%;
}
.top-mv-ill .ill-00 {
  width: 33%;
  right: -3%;
  bottom: 0%;
}
@media screen and (max-width: 1199px) {
  .top-mv-ill .ill-00 {
    width: 63%;
    bottom: 17%;
  }
}
.top-mv-ill .ill-01 {
  width: 20%;
  right: 9%;
  bottom: 50%;
}
@media screen and (max-width: 1199px) {
  .top-mv-ill .ill-01 {
    width: 37%;
    right: auto;
    right: -6%;
    bottom: 71%;
  }
}
.top-mv-ill .ill-02 {
  width: 13%;
  right: 17%;
  top: 7%;
}
@media screen and (max-width: 1199px) {
  .top-mv-ill .ill-02 {
    width: 28%;
    right: -3%;
    top: 53%;
  }
}
.top-mv-ill .ill-03 {
  width: 16%;
  left: 8%;
  bottom: 18%;
}
@media screen and (max-width: 1199px) {
  .top-mv-ill .ill-03 {
    width: 33%;
    left: -5%;
    bottom: 27%;
  }
}
.top-mv-ill .ill-04 {
  width: 16%;
  left: 5%;
  bottom: 52%;
}
@media screen and (max-width: 1199px) {
  .top-mv-ill .ill-04 {
    width: 30%;
    left: -5%;
    bottom: 65%;
  }
}
.top-mv-title {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  padding: 10% 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}
.top-mv-title img {
  width: 40%;
  max-width: 1000px;
  max-height: 90vh;
}
@media screen and (max-width: 1199px) {
  .top-mv-title img {
    width: 60%;
  }
}
.top-mv-bg {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/top/mv.jpg) no-repeat center center/cover;
}

.mvBg {
  position: relative;
  z-index: 0;
}
.mvBg .swiper img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.6;
}
@media screen and (max-width: 1199px) {
  .mvBg .swiper img {
    aspect-ratio: 1;
  }
}

.schedule {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.schedule .inner p {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.2;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .schedule .inner p {
    font-size: 3.1rem;
  }
}
.schedule .inner p span {
  display: inline-block;
}
.schedule .inner p .year {
  font-size: 0.6em;
  margin-right: 1rem;
}
@media screen and (max-width: 1199px) {
  .schedule .inner p .year {
    width: 100%;
  }
}
.schedule .inner p .day {
  font-size: 1em;
  color: #4693bb;
}
.schedule .inner p .day small {
  font-size: 0.5em;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.schedule .inner p .day:not(:last-of-type) {
  margin-right: 0.5rem;
}

.place {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.place p {
  line-height: 1;
}
.place p:first-of-type {
  display: block;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .place p:first-of-type {
    margin-bottom: 1em;
  }
}
.place dl {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1199px) {
  .place dl {
    display: block;
  }
}
.place a {
  text-decoration: underline;
  margin-left: 1em;
}

.timetable {
  margin-bottom: 5rem;
}
.timetable-inner {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .timetable-inner {
    flex-wrap: wrap;
  }
}
.timetable-block {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .timetable-block {
    display: flex;
    width: 100%;
  }
}
.timetable-block:not(:last-of-type) {
  margin-right: 4rem;
}
@media screen and (max-width: 1199px) {
  .timetable-block:not(:last-of-type) {
    margin-right: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.5em;
    margin-bottom: 1.5rem;
  }
}
.timetable-block > p {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5em;
}
.timetable-block > p small {
  font-size: 0.7em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .timetable-block > p {
    width: 40%;
    border-bottom: none;
  }
}
.timetable-block ul {
  list-style: none;
}
@media screen and (max-width: 1199px) {
  .timetable-block ul {
    width: 60%;
  }
}
.timetable-block ul li {
  font-size: 1.6rem;
  margin-bottom: 0.8em;
}
.timetable a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 2.2em;
  padding: 0.3em 5rem;
  text-align: center;
  font-size: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  transition: all 0.5s;
}
.timetable a:hover {
  background: #1b5c5e;
}
.timetable a::before {
  display: block;
  content: "";
  /* background: #fff; */
  position: absolute;
  right: 0.5em;
  top: 50%;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  border-left: 0.3em solid #fff;
  transform: translateY(-50%);
  opacity: 0.5;
}

.lead {
  position: relative;
}
.lead p {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .lead p {
    text-align: justify;
  }
}
.lead p:last-of-type a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-top: 1.8em;
  width: 100%;
  padding: 0.3em;
  text-align: center;
  font-size: 2rem;
  background: #1e686a;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  transition: all 0.5s;
}
.lead p:last-of-type a:hover {
  background: #1b5c5e;
}
.lead p:last-of-type a::before {
  display: block;
  content: "";
  /* background: #fff; */
  position: absolute;
  right: 0.5em;
  top: 50%;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  border-left: 0.3em solid #fff;
  transform: translateY(-50%);
  opacity: 0.5;
}
.lead .t-d {
  line-height: 1.2;
  font-size: 4.5rem;
  margin-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #4693bb;
}
@media screen and (max-width: 1199px) {
  .lead .t-d {
    font-size: 3.4rem;
  }
}

.guest-act {
  position: relative;
}
.guest-title {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  display: inline-block;
}
.guest .guest-day {
  position: absolute;
  right: 0;
  top: -2rem;
}
.guest .guest-day p {
  padding: 0.3em 0.8em;
  background: #4693bb;
  color: #fff;
  border-radius: 10rem;
  font-size: 1.8rem;
}
.guest-act .guest-day {
  right: 0;
  bottom: -1.5rem;
  top: auto;
}
.guest-act .guest-day p {
  aspect-ratio: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 2.6rem;
}
.guest-act-list {
  width: 100%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 1199px) {
  .guest-act-list {
    width: 100%;
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}
.guest-act-block {
  position: relative;
}
.guest-act-block figure img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}
.guest-act-block p {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .guest-act-block p {
    font-size: 1.4rem;
  }
}
.guest-special {
  position: relative;
}
.guest-special-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 5rem 3rem;
}
@media screen and (max-width: 1199px) {
  .guest-special-list {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
  }
}
.guest-special-block {
  position: relative;
}
.guest-special-block figure img {
  aspect-ratio: 266/444;
  object-fit: cover;
  width: 100%;
}
.guest-special-block p {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .guest-special-block p {
    font-size: 1.4rem;
  }
}
.guest-performance {
  margin-bottom: 5rem;
}
.guest-performance .guest-performance-block p {
  margin-top: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .guest-performance .guest-performance-block p {
    font-size: 1.4rem;
  }
}
.guest-performance .guest-performance-block p.guest-description {
  font-size: 1.4rem;
}
@media screen and (max-width: 1199px) {
  .guest-performance .guest-performance-block p.guest-description {
    font-size: 1.2rem;
  }
}
.guest-performance-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem 2rem;
}
@media screen and (max-width: 1199px) {
  .guest-performance-list {
    grid-template-columns: 1fr 1fr;
  }
}
.guest-performance-list > .guest-performance-block .guest-performance-img {
  display: flex;
  flex-wrap: wrap;
}
.guest-performance-list > .guest-performance-block .guest-performance-img figure {
  width: 100%;
}
.guest-performance-list > .guest-performance-block .guest-performance-img figure img {
  object-fit: cover;
  aspect-ratio: 1.4;
  width: 100%;
  height: 100%;
}
.guest-performance-list > .guest-performance-block .guest-performance-img.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.guest-performance-list > .guest-performance-block .guest-performance-img.col2 figure img {
  object-fit: cover;
  aspect-ratio: 1.5;
  width: 100%;
}
.guest-performance-list > .guest-performance-block .guest-performance-img.col2grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.guest-performance-list > .guest-performance-block .guest-performance-img.col2grid figure:nth-of-type(1) {
  grid-area: 1/1/3/2;
}
.guest-performance-list > .guest-performance-block .guest-performance-img.col2grid figure:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.guest-performance-list > .guest-performance-block .guest-performance-img.col2grid figure:nth-of-type(3) {
  grid-area: 2/2/3/3;
}
.guest-performance-list > .guest-performance-block .guest-performance-img.col2grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guest-performance .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guest-performance .col2 .guest-performance-block {
  width: 30%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
  .guest-performance .col2 .guest-performance-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .guest-performance .col2 .guest-performance-block p {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .guest-performance .col2 .guest-performance-block .guest-performance-img {
    width: 47%;
  }
}
.guest-performance .col2 .guest-performance-block .guest-performance-img figure {
  width: 100%;
}
.guest-performance .col2 .guest-performance-block .guest-performance-img figure img {
  object-fit: cover;
  aspect-ratio: 0.85;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .guest-performance .col2 .guest-performance-block .guest-performance-img figure img {
    aspect-ratio: 0.85;
    object-fit: cover;
  }
}
@media screen and (max-width: 1199px) {
  .guest-performance .col2 .guest-performance-block .guest-performance-text {
    width: 50%;
  }
}

.info {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  padding: 5rem 10%;
  margin-top: 5rem;
}
.info-org {
  margin-bottom: 5rem;
}
.info-org-name {
  margin-left: 0.5em;
}
.info-org figure {
  width: 25rem;
}
.info-org figure img {
  width: 100%;
}
.info-judge {
  margin-bottom: 3rem;
}
.info-judge > p {
  margin-bottom: 1rem;
}
.info-judge dl {
  display: flex;
  flex-wrap: wrap;
}
.info-judge dl dt, .info-judge dl dd {
  margin-bottom: 1.5rem;
}
.info-judge dl dt {
  width: 17%;
}
@media screen and (max-width: 1199px) {
  .info-judge dl dt {
    width: 100%;
    margin-bottom: 0.3em;
    padding-top: 0.5em;
  }
  .info-judge dl dt:not(:first-of-type) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.info-judge dl dd {
  width: 83%;
}
@media screen and (max-width: 1199px) {
  .info-judge dl dd {
    width: 100%;
    font-size: 0.8em;
  }
}

.sponsorship {
  background: #fff;
  padding: 3rem 0;
  width: 100%;
}
.sponsorship .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-left: 0.5em;
  border-left: 3px solid #333;
}
.sponsorship ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.sponsorship ul li {
  width: 20%;
}
@media screen and (max-width: 1199px) {
  .sponsorship ul li {
    width: 33%;
  }
}

.winners {
  color: #fff;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.winners .inner p {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.2;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .winners .inner p {
    font-size: 3.3rem;
  }
}
.winners .inner p span {
  display: inline-block;
}
.winners .inner a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1.5em;
  width: 100%;
  padding: 0.8em 5rem;
  text-align: center;
  font-size: 2.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  transition: all 0.5s;
}
.winners .inner a:hover {
  opacity: 0.7;
}
.winners .inner a::before {
  display: block;
  content: "";
  /* background: #fff; */
  position: absolute;
  right: 0.5em;
  top: 50%;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  border-left: 0.3em solid #fff;
  transform: translateY(-50%);
  opacity: 0.5;
}

.pageNav {
  position: relative;
  z-index: 1;
}
.pageNav ul {
  width: 100%;
  list-style: none;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  .pageNav ul {
    gap: 0.5rem;
    font-size: 1.2rem;
  }
}
.pageNav ul li.instagram {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 1rem;
}
.pageNav ul li.instagram a {
  display: inline-block;
}
.pageNav ul li.instagram img {
  width: 3rem;
}
.pageNav ul li:not(.instagram)::before {
  display: block;
  width: 0.7em;
  margin-right: 0.3em;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.pageNav ul li:not(.instagram) a {
  padding: 1.5rem 2.5rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  background: #fff;
  border-radius: 10rem;
  transition: all 0.8s;
  text-decoration: none;
  color: #333;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pageNav ul li:not(.instagram) a {
    padding: 1.3rem 2rem;
  }
}
.pageNav ul li:not(.instagram) a:hover {
  box-shadow: 0 0 30px rgba(70, 147, 187, 0.3);
}
.pageNav ul li:not(.instagram) a img {
  width: 1.5em;
  margin-right: 0.5em;
}
.pageNav ul li:not(.instagram) a span {
  display: inline-block;
  position: relative;
}
.pageNav ul li:not(.instagram) a small {
  display: none;
}
.pageNav ul li:not(.instagram).pr a {
  opacity: 0.3;
  pointer-events: none;
}

/*# sourceMappingURL=top.css.map */
