<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600&amp;family=Roboto:wght@400;500;700;900&amp;family=Shippori+Antique+B1&amp;display=swap");
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.all-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.logo {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 87px;
  z-index: 1;
}

#left {
  width: calc(50% - 188px);
  height: 100vh;
  background-color: #88b1c3;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 1rem;
}

#right {
  width: calc(50% - 188px);
  height: 100vh;
  background-color: #bc2113;
  position: fixed;
  top: 0;
  right: 0;
}

main {
  width: 376px;
  height: auto;
  position: relative;
  overflow: auto;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

footer {
  font-family: var(--font_roboto);
  color: #fff;
  position: fixed;
  left: 140px;
  bottom: 40px;
  z-index: 1;
}

.left-txt {
  font-size: 4.2rem;
  color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font_shippori);
  font-weight: 400;
  white-space: nowrap;
}

.right__nav-bl {
  width: 300px;
  position: absolute;
  left: 20%;
  bottom: 10%;
}

.right__nav {
  display: grid;
}
.right__nav &gt; li {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  row-gap: 17px;
  display: grid;
}
.right__nav &gt; li &gt; a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font_roboto);
  font-weight: 900;
  font-size: 3.2rem;
  color: #fff;
  transition-duration: 0.5s;
}
.right__nav &gt; li &gt; a:hover {
  color: #fcff3b;
  transition-duration: 0.5s;
}
.right__nav &gt; li &gt; a .ja {
  display: inline-block;
  font-family: var(--font_ibm);
  font-size: 1.3rem;
}

.right__nav-small {
  display: grid;
  row-gap: 7px;
}
.right__nav-small &gt; li &gt; a {
  color: #fff;
  font-family: var(--font_ibm);
  font-size: 1.4rem;
  display: block;
  transition-duration: 0.5s;
}
.right__nav-small &gt; li &gt; a:hover {
  color: #fcff3b;
  transition-duration: 0.5s;
}
.right__nav-small &gt; li &gt; a small {
  font-size: 80%;
  display: block;
}

.loop-txt-wrapper {
  position: absolute;
  top: 150px;
  width: 100%;
  overflow: hidden;
}

.loop-txt {
  color: #fff;
  mix-blend-mode: difference;
  width: 110vw;
}
.loop-txt img {
  width: 100%;
}
.loop-txt .swiper-wrapper {
  transition-timing-function: linear;
}

.award-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.judge-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.howto-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.mv__top-caution {
  padding: 8px;
  text-align: center;
  color: #fff;
  font-family: var(--font_shippori);
  font-size: 2.2rem;
  background-color: var(--red);
  font-weight: 400;
  letter-spacing: -1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#mv {
  height: 100vh;
  max-height: 700px;
  width: 100%;
  background-size: cover;
  background-image: url(../img/mv.webp);
  padding: 45px 0 30px;
  position: relative;
}

.inner {
  padding: 0 25px;
}

.mv__txt {
  font-size: 1.7rem;
  color: #fff;
  position: absolute;
  left: 25px;
  bottom: 55px;
  z-index: 3;
}

.mv__txt-group-name {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 25px;
  bottom: 30px;
  z-index: 3;
}

.mv__logo {
  width: 75%;
  opacity: 0.3;
  position: absolute;
  bottom: -8px;
  right: -5px;
}

.js-obiTtlTop {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6rem;
  color: #fff;
  font-family: var(--font_shippori);
  line-height: 0.85;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 400;
}
.js-obiTtlTop .small {
  font-size: 4.5rem;
}
.js-obiTtlTop .txt {
  transform: translateY(-4px);
  display: block;
}
.js-obiTtlTop.red-bg {
  background-color: var(--red);
}
.js-obiTtlTop.blue-bg {
  background-color: var(--blue);
}
.js-obiTtlTop.black-bg {
  background-color: var(--black);
}
.js-obiTtlTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.js-obiTtlTop.active::before {
  animation-name: obiTtl;
  animation-delay: 2s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.js-obiTtlTop.active.blue-bg::before {
  animation-delay: 2.2s;
}

.js-obiTtlTop.active.black-bg::before {
  animation-delay: 2.5s;
}

.js-obiTtl {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6rem;
  color: #fff;
  font-family: var(--font_shippori);
  line-height: 0.85;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 400;
}
.js-obiTtl .small {
  font-size: 4.5rem;
}
.js-obiTtl .txt {
  transform: translateY(-4px);
  display: block;
}
.js-obiTtl.red-bg {
  background-color: var(--red);
}
.js-obiTtl.blue-bg {
  background-color: var(--blue);
}
.js-obiTtl.blue-bg::before {
  animation-delay: 0.2s;
}
.js-obiTtl.black-bg {
  background-color: var(--black);
}
.js-obiTtl.black-bg::before {
  animation-delay: 0.5s;
}
.js-obiTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.js-obiTtl.active::before {
  animation-name: obiTtl;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes obiTtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
#main {
  padding-top: 40px;
  overflow: hidden;
}
#main p.txt {
  font-size: 1.4rem;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.main__ttl {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.main__ttl::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  background-image: url(../img/top-of.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 137px;
  height: 345px;
  right: 0;
  top: 100px;
}

.life {
  position: relative;
  z-index: 2;
}
.life img {
  width: 100%;
}

.life-ttl {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.life-ttl .ja {
  font-size: 2rem;
  font-family: var(--font_shippori);
  font-weight: 400;
  margin-top: 20px;
  display: block;
  text-align: center;
}

#outline {
  background-color: var(--red);
  padding: 40px 0 0;
  margin-top: -1px;
}

.outline__ttl {
  width: 100%;
}

.outline__list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.outline__list li {
  margin-top: 20px;
  color: #fff;
}

.outline__list-ttl {
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 5px;
  font-family: var(--font_shippori);
  font-weight: 400;
}

.outline__list-txt {
  font-size: 1.4rem;
}
.outline__list-txt .big {
  font-size: 2rem;
  display: block;
}

.red-bg-txt {
  text-align: center;
  font-family: var(--font_shippori);
  font-size: 1.6rem;
  background-color: #a2160a;
  padding: 2px 10px 4px;
  margin-top: 8px;
}

#outline-theme {
  background-color: var(--black);
  padding: 40px 0;
}
#outline-theme img {
  width: 100%;
}

.inner-s {
  padding: 0 30px;
}

.outline-theme__ttl {
  margin-bottom: 18px;
  font-weight: 400;
}
.outline-theme__ttl .small {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 8px;
  display: block;
  font-family: var(--font_shippori);
}
.outline-theme__ttl .big {
  font-size: 5.5rem;
  color: var(--black);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.outline-theme__ttl .big::after {
  background-color: var(--black);
}

.outline-theme__en {
  font-family: var(--font_roboto);
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 1px;
}

.outline-theme__list {
  display: flex;
  margin: 20px auto;
}
.outline-theme__list li {
  width: 50%;
  padding: 0 10px 0 0;
}
.outline-theme__list li:last-of-type {
  border-left: 1px solid #fff;
  padding: 0 0 0 10px;
}
.outline-theme__list li:last-of-type .outline-theme__list-ttl .en {
  color: var(--blue);
}
.outline-theme__list li .count {
  text-align: center;
  color: #fff;
}
.outline-theme__list li .count .num {
  font-family: var(--font_roboto);
  font-weight: bold;
  font-size: 7.4rem;
}
.outline-theme__list li .count .mei {
  font-size: 2rem;
  line-height: 0.8;
}

.outline-theme__list-ttl .en {
  text-align: center;
  font-weight: 800;
  color: var(--red);
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
.outline-theme__list-ttl .ja {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  display: block;
}

.award-slider {
  padding: 30px 0;
}

.outline-award__main-ttl {
  position: relative;
}
.outline-award__main-ttl .ojt-cont {
  position: absolute;
  width: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.outline-award__main-ttl .ojt-cont .ojt-top {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.outline-award__main-ttl .ojt-cont .ojt-bottom {
  font-size: 2.1rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}

#outline-award img {
  width: 100%;
}

.outline-award__detail {
  padding: 40px 0;
}
.outline-award__detail .inner {
  position: relative;
}

.outline-award__detail-ttl {
  position: absolute;
  color: #fff;
  font-family: var(--font_roboto);
  font-weight: bold;
  white-space: nowrap;
  font-size: 2.6rem;
  left: 20px;
  top: 0;
  writing-mode: vertical-rl;
}

.outline-award__list {
  width: calc(100% - 40px);
  margin: 0 0 0 auto;
  color: #fff;
}
.outline-award__list li {
  margin-bottom: 18px;
}
.outline-award__list li .big {
  font-family: var(--font_roboto);
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 3px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.outline-award__list li .big::before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
  position: absolute;
  left: 0;
  top: -1px;
}
.outline-award__list li .small {
  display: block;
  padding-left: calc(1em + 3px);
  font-size: 1.4rem;
}

#judge {
  background-color: var(--blue);
  padding: 40px 0 10px;
}

.judge__main-ttl {
  margin: 20px 0 30px;
}
.judge__main-ttl .bg {
  background-color: #fff;
  color: var(--blue);
  font-size: 5.3rem;
  font-weight: 400;
  font-family: var(--font_shippori);
  margin: 0 auto 7px;
}
.judge__main-ttl .bg::after {
  background-color: var(--blue);
}
.judge__main-ttl .bg::before {
  background-color: var(--blue);
}
.judge__main-ttl .txt {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-family: var(--font_shippori);
  font-weight: 400;
}

.judge__middle-ttl {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.judge__middle-ttl .big {
  font-size: 1.8rem;
}
.judge__middle-ttl .small {
  font-size: 1.2rem;
  font-weight: 400;
}

.judge__list {
  margin-bottom: 30px;
}
.judge__list li {
  display: flex;
  margin-bottom: 12px;
}
.judge__list li img {
  width: 130px;
}
.judge__list li .cont {
  width: calc(100% - 130px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.judge__list li .cont .name {
  font-size: 1.8rem;
  font-weight: 400;
}
.judge__list li .cont .name .en {
  font-size: 1.2rem;
  display: block;
}
.judge__list li .cont .name-en {
  font-size: 1.2rem;
  font-weight: 400;
}

#entry {
  background-color: var(--black);
  padding: 30px 0 100px;
}

.howto-entry__ttl {
  font-family: var(--font_shippori);
  color: #fff;
  font-weight: 400;
  margin: 20px auto 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
}

.entry__ttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
  background-color: var(--blue);
  position: relative;
  line-height: 1.8;
  width: 100%;
  padding: 20px 0;
}
.entry__ttl::after {
  background-color: var(--blue);
}
.entry__ttl .ja {
  font-size: 2.1rem;
  font-family: var(--font_shippori);
  text-align: center;
  display: block;
}
.entry__ttl .en {
  text-align: center;
  font-size: 1.6rem;
  display: block;
}
.entry__ttl .num {
  position: absolute;
  opacity: 0.2;
  bottom: -10px;
  left: -9px;
  line-height: 0.9;
  font-size: 10rem;
  font-family: var(--font_roboto);
  font-weight: 800;
}
.entry__ttl.red-bg {
  background-color: var(--red);
}
.entry__ttl.red-bg .num {
  left: 0;
}

.entry__ttl-under {
  text-decoration: underline;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.entry__list-ttl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  color: #fff;
  margin-bottom: 20px;
  align-items: center;
}
.entry__list-ttl.under {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.entry__list-ttl .shippori {
  font-family: var(--font_shippori);
  font-size: 1.6rem;
  font-weight: 400;
}
.entry__list-ttl .ibm {
  font-size: 1.4rem;
  font-weight: 400;
}

.entry__list li {
  margin-bottom: 20px;
}
.entry__list li .txt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #fff;
}

#real-entry {
  padding-bottom: 10px;
}

.entry__digital-entry-ttl {
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #4d4d4d;
  font-family: var(--font_shippori);
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 2.1rem;
}

.js-anim-list li {
  position: relative;
  color: #fff;
  padding-left: 30px;
  padding-bottom: 30px;
}
.js-anim-list li .txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.js-anim-list li img {
  margin-bottom: 20px;
}
.js-anim-list li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
.js-anim-list li::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.js-anim-list li.active::after {
  animation-name: entryList;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.js-anim-list li:last-of-type {
  padding-bottom: 0;
}
.js-anim-list li:last-of-type::after {
  display: none;
}
.js-anim-list.movie-list li::before {
  background-color: var(--black);
  z-index: 10001;
}
.js-anim-list.movie-list li::after {
  background-color: var(--black);
  z-index: 10001;
}

@keyframes entryList {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.entry__digital-entry-list li img {
  background-color: #fff;
  padding: 20px;
  width: 100%;
}

.entry__digital-entry-list-ttl {
  font-size: 2rem;
  font-weight: 400;
  font-family: var(--font_shippori);
  margin-bottom: 10px;
}
.entry__digital-entry-list-ttl .roboto {
  font-family: var(--font_roboto);
  font-size: 1.7rem;
  font-weight: 400;
  display: block;
}

.entry__digital-entry-list-btn {
  width: auto;
  height: 75px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #ccc;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 5px;
  color: var(--black);
  font-weight: bold;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.5s;
}
.entry__digital-entry-list-btn .txt {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}
.entry__digital-entry-list-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 50%;
  transition-duration: 0.5s;
  content: "";
  display: block;
  background-color: #c3c3c3;
}
.entry__digital-entry-list-btn:hover {
  border-bottom: 3px solid #8e8e8e;
  transition-duration: 0.5s;
}
.entry__digital-entry-list-btn:hover::before {
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1000px;
  transition-duration: 0.5s;
}
.entry__digital-entry-list-btn.red-bg {
  background-color: var(--red);
  border-bottom: 3px solid #840b00;
  color: #fff;
  margin-bottom: 30px;
}
.entry__digital-entry-list-btn.red-bg::before {
  background-color: #7a0a00;
}
.entry__digital-entry-list-btn.red-bg:hover {
  border-bottom: 3px solid #540700;
  transition-duration: 0.5s;
}
.entry__digital-entry-list-btn .en {
  font-size: 2.1rem;
  font-weight: bold;
  font-family: var(--font_roboto);
  display: block;
  text-align: center;
  width: 100%;
  line-height: 0.8;
  transform: translateY(5px);
}

.footer__link {
  position: fixed;
  width: 376px;
  max-width: 100%;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -61px;
  height: 60px;
  z-index: 10;
  transition-duration: 0.5s;
}
.footer__link.active {
  bottom: -1px;
  transition-duration: 0.5s;
}
.footer__link a {
  width: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.footer__link a.gallery-ticket-link {
  background-color: var(--blue);
}
.footer__link a.gallery-ticket-link::before {
  display: none;
}
.footer__link a.digital-entry-link {
  background-color: var(--red);
}
.footer__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  z-index: 0;
  border-radius: 50%;
  transition-duration: 0.3s;
  content: "";
  display: block;
  background-color: #fff;
}
.footer__link a:hover::before {
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  transition-duration: 0.3s;
}
.footer__link a .en {
  font-family: var(--font_roboto);
  font-weight: bold;
  font-size: 1.9rem;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer__link a .ja {
  font-size: 1rem;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}

#modal {
  width: 335px;
  max-width: 90%;
  height: 80%;
  overflow: auto;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  padding: 40px 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal &gt; p {
  font-size: 1.4rem;
  margin-bottom: 35px;
}
#modal.active {
  z-index: 10000;
}

#modal::-webkit-scrollbar {
  display: none;
}

#modal::-webkit-scrollbar {
  display: none;
}

.modal-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
  z-index: -1;
}
.modal-bg.active {
  z-index: 9999;
}

#modal-close {
  color: #fff;
  font-size: 3rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: -2em auto 0;
  position: fixed;
  top: calc(20% - 8rem);
  left: calc(50% + 140px);
  z-index: -1;
  font-weight: 100;
  cursor: pointer;
}
#modal-close.active {
  z-index: 10001;
}

.movie-ttl {
  text-align: center;
  font-family: var(--font_shippori);
  font-size: 2.1rem;
  margin-bottom: 30px;
}

.movie-tti-middle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
  padding-bottom: 8px;
  margin-bottom: 17px;
}

.movie-list-ttl {
  font-family: var(--font_shippori);
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: 400;
}

.movie-list li {
  padding-bottom: 20px;
  color: var(--black);
}
.movie-list li .txt {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-family: var(--font_shippori);
  font-weight: 400;
}

.movie-caution-list li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.movie-caution-list li::before {
  content: "●";
  color: var(--red);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.footer {
  display: none;
}

.op0 {
  opacity: 0 !important;
  transition-duration: 0.5s;
}

.op1 {
  opacity: 1 !important;
  transition-duration: 0.5s;
}

#sp-menu {
  display: none;
}

#outline-theme .js-obiTtl::before, #entry .js-obiTtl::before {
  background-color: var(--black);
}

/* --------------------フェードアップ------------------------ */
.fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeup {
  opacity: 0;
}

/* --------------------フェードイン------------------------ */
.fade {
  animation-name: fadeAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade {
  opacity: 0;
}

/* ロードで */
.js-load-fade {
  opacity: 0;
}

.js-load-fadeup {
  opacity: 0;
}

.entry__digital-caution-list {
  background: #4d4d4d;
  padding: 20px;
  margin-top: 20px;
}
.entry__digital-caution-list li {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -0.7em;
  margin-bottom: 10px;
}
.entry__digital-caution-list li::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
}

.sp {
  display: none;
}

@media (max-width: 1600px) {
  .loop-txt-wrapper {
    top: 8%;
  }
}
@media (max-width: 1400px) {
  .right__nav-bl {
    left: 12%;
  }
  .left-txt {
    font-size: 3.2rem;
  }
  .logo {
    bottom: 25px;
    left: 20px;
    width: 60px;
  }
  footer {
    left: 95px;
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .right__nav-bl {
    padding: 100px 30px 75px;
    width: 350px;
    max-width: 100%;
    position: fixed;
    left: auto;
    right: -100%;
    bottom: auto;
    top: 0;
    background: var(--red);
    z-index: 100;
    transition-duration: 0.8s;
    border-radius: 0 0 0 50px;
  }
  .right__nav-bl.active {
    right: 0;
    transition-duration: 0.8s;
  }
  .left-txt {
    display: none;
  }
  #sp-menu {
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 30px;
    right: 30px;
    font-family: var(--font_roboto);
    font-weight: bold;
    font-size: 1.6rem;
    cursor: pointer;
    z-index: 101;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  #right.active {
    z-index: 100;
  }
  footer {
    display: none;
  }
  .footer {
    color: #fff;
    text-align: center;
    font-family: var(--font_roboto);
    font-size: 12px;
    text-align: center;
    bottom: 87px;
    width: 100%;
    padding-bottom: 90px;
    background: #000;
    display: block;
  }
  #entry {
    padding: 30px 0 30px;
  }
  .loop-txt-wrapper {
    top: 45%;
  }
  .logo, #sp-menu {
    opacity: 0;
  }
}
@media (max-width: 834px) {
  #sp-menu {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 20px;
    font-size: 1.2rem;
  }
  .logo {
    bottom: auto;
    top: 20px;
    left: 20px;
    width: 85px;
    z-index: 101;
  }
  main {
    width: 100%;
  }
  #mv {
    min-height: 100vh;
  }
  .loop-txt-wrapper {
    display: none;
  }
  #right {
    width: 0;
  }
  .js-obiTtlTop.active.red-bg::before {
    animation-delay: 0s !important;
  }
  .js-obiTtlTop.active.blue-bg::before {
    animation-delay: 0.2s;
  }
  .js-obiTtlTop.active.black-bg::before {
    animation-delay: 0.5s;
  }
  .footer__link {
    width: 100%;
  }
  #modal-close {
    top: calc(20% - 6rem);
    line-height: 1;
  }
  .sp {
    display: inline-block;
  }
}
@media (max-width: 400px) {
  .mv__top-caution {
    font-size: 2rem;
  }
  .js-obiTtlTop {
    font-size: 5rem;
  }
  .life-ttl .ja {
    font-size: 1.8rem;
  }
  .outline-theme__ttl .small {
    font-size: 1.8rem;
  }
  .outline-theme__list-ttl .ja {
    font-size: 1.4rem;
  }
  .judge__main-ttl .bg {
    font-size: 4.5rem;
  }
  .judge__main-ttl .txt {
    font-size: 1.8rem;
  }
  .judge__list li .cont {
    width: calc(100% - 95px);
  }
  .judge__list li img {
    width: 95px;
  }
  .howto-entry__ttl {
    font-size: 2.8rem;
  }
}
.entry__digital-entry-list-btn.red-bg.pdf_btn {
  margin: 20px auto 0;
  background: black;
  border-color: #4d4d4d;
  height: 60px;
  width: 80%;
}
.entry__digital-entry-list-btn.red-bg.pdf_btn:before {
  background-color: #4d4d4d;
}
.entry__digital-entry-list-btn.red-bg.pdf_btn span {
  z-index: 2;
}

.outline-theme__en.left {
  text-align: left;
}
.outline-theme__en.left a {
  color: #fff;
  display: block;
  text-decoration: underline;
}/*# sourceMappingURL=ideal-style.css.map */</pre></body></html>