@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #fff;
  line-height: 1.8;
  max-width: 100%;
  overflow-x: hidden;
  color: #000;
  letter-spacing: 0.05em;
}

section {
  position: relative;
  max-width: 100%;
  width: 100%;
}

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

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

/*
component
---------------------------------------------*/
._pc {
  display: block;
}

._sp {
  display: none;
}

@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
}
/*
layout
---------------------------------------------*/
.header {
  display: block;
  position: absolute;
  z-index: 2;
  padding: 22px 3.5vw;
  width: 100%;
}

.mv {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/mv.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.mv:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 320px;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 12, 25, 0.8)), color-stop(50%, rgba(54, 12, 25, 0)), to(transparent));
  background: linear-gradient(to bottom, rgba(54, 12, 25, 0.8) 0%, rgba(54, 12, 25, 0) 50%, transparent 100%);
}

.mv-inner {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.mv-copy {
  display: block;
  position: relative;
  margin: 0 auto 25px auto;
  text-align: center;
  max-width: 750px;
  width: 90vw;
}
.mv-copy span {
  color: #fff;
  display: block;
}
.mv-copy span:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}

.mv-applly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #CBCBCB;
  min-height: 86px;
}

.mv-applly_soon {
  background: #FF5757;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 18px 30px;
  text-align: center;
}

.mv-applly_ttl {
  background: #FF5757;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 25px 30px;
}

.mv-applly_date {
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 600;
}

.mv-applly_btn {
  margin-left: auto;
  padding-right: 1.2vw;
}
.mv-applly_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mv-applly_btn ul li {
  line-height: 1;
}
.mv-applly_btn ul li a {
  color: #fff;
  text-decoration: none;
  width: 220px;
  height: 54px;
  display: block;
  text-align: center;
  line-height: 51px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 60px;
}
.mv-applly_btn ul li:nth-child(1) a {
  background: #08072F;
}
.mv-applly_btn ul li:nth-child(2) a {
  background: #FF5757;
}

.about {
  padding: 60px 0 60px 0;
}

.container {
  max-width: calc(1200px + 10vw);
  position: relative;
  padding: 0 5vw;
  margin: 0 auto;
}

.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-left {
  width: 50%;
  padding-right: 25px;
}

.about-ttl {
  margin-bottom: 56px;
  position: relative;
}
.about-ttl span {
  display: block;
  line-height: 1.5;
}
.about-ttl span:nth-child(1) {
  font-size: 18px;
  margin-bottom: 5px;
}
.about-ttl span:nth-child(2) {
  font-size: 40px;
}

.about-movie {
  max-width: 500px;
}

.about-right {
  width: 48.5%;
  padding: 36px 0 0 0;
}
.about-right p {
  font-size: 19px;
  font-weight: 400;
  line-height: 2.1;
}
.about-right p span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  margin-top: 15px;
}

.about-note {
  font-size: 19px;
  text-align: center;
  display: block;
  padding: 46px 0 0 0;
  text-align: center;
}
.about-note p {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.8;
  font-size: 24px;
}
.about-note p small {
  display: inline-block;
  font-size: 19px;
  line-height: 1.9;
}

.event {
  padding: 60px 0;
}

.event-ttl {
  display: block;
  text-align: center;
  margin-bottom: 54px;
}
.event-ttl span {
  display: block;
  line-height: 1.2;
  text-align: center;
}
.event-ttl span:nth-child(1) {
  font-size: 68px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.event-ttl span:nth-child(2) {
  font-size: 17px;
  font-weight: 400;
}

.event-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.event-about h3 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.event-about h3 img {
  display: block;
  margin: 0 auto;
}
.event-about dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  position: relative;
  margin-top: 10px;
  letter-spacing: 0.08em;
}
.event-about dl dt {
  position: relative;
  width: 210px;
  font-weight: 400;
  padding-left: 45px;
  color: #444;
  margin-bottom: 4px;
}
.event-about dl dt span {
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 35px;
}
.event-about dl dd {
  font-weight: 700;
}
.event-about dl.second dt span {
  left: -1.8px;
}

.event-prize {
  margin-bottom: 60px;
}
.event-prize dl {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.event-prize dl dt {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
  max-width: 625px;
  margin: 0 auto 60px auto;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.event-prize dl dt span {
  display: inline-block;
  line-height: 1;
}
.event-prize dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 30px;
}
.event-prize p {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #444;
}

.event-support {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.event-support h4 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.event-support h4::before, .event-support h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999;
  top: 50%;
  left: 0;
}
.event-support h4 span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  background: #fff;
  z-index: 5;
}

.event-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 90px;
}

.event-soon {
  display: block;
  margin-bottom: 40px;
}
.event-soon span {
  display: block;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 60px;
}

.footer {
  background: #08072F;
  color: #fff;
  position: relative;
  padding: 54px 5vw;
  font-weight: 400;
  font-size: 14px;
}
.footer a {
  color: #fff;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.footer-copy {
  font-family: "Barlow Condensed", sans-serif;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 15px 3.5vw;
    width: 100%;
  }
  .header-logo {
    display: block;
    width: 82px;
  }
  .mv {
    background: url(../images/mv@sp.jpg) no-repeat center center/cover;
    height: auto;
    padding-top: 135%;
  }
  .mv-copy {
    margin-bottom: 20px;
  }
  .mv-copy span:nth-child(1) {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .mv-applly_soon {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 20px;
  }
  .about {
    padding: 30px 0 30px 0;
  }
  .about-inner {
    display: block;
  }
  .about-left {
    width: 100%;
    padding: 0;
  }
  .about-ttl {
    margin-bottom: 20px;
  }
  .about-ttl span:nth-child(1) {
    font-size: 16px;
  }
  .about-ttl span:nth-child(2) {
    font-size: 24px;
  }
  .about-right {
    width: 100%;
    padding: 0;
  }
  .about-right p {
    font-size: 14px;
    line-height: 1.8;
  }
  .about-right p span {
    font-size: 18px;
    margin-top: 12px;
  }
  .about-movie {
    width: 90%;
    margin: 28px auto 0 auto;
  }
  .about-note {
    padding: 36px 0 0 0;
  }
  .about-note p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
  }
  .about-note p small {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.9;
  }
  .event {
    padding: 40px 0 40px 0;
  }
  .event-ttl {
    margin-bottom: 32px;
    line-height: 2;
  }
  .event-ttl span:nth-child(1) {
    font-size: 42px;
  }
  .event-ttl span:nth-child(2) {
    font-size: 14px;
  }
  .event-about {
    margin-bottom: 18px;
  }
  .event-about h3 {
    max-width: 280px;
  }
  .event-about dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 17px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 280px;
    line-height: 1.6;
  }
  .event-about dl dt {
    padding-left: 26px;
  }
  .event-about dl dt span {
    width: 22px;
    top: 3.5px;
  }
  .event-about dl dd {
    margin-bottom: 8px;
  }
  .event-about dl.second dt span {
    left: -1.8px;
  }
  .event-prize {
    margin-bottom: 35px;
  }
  .event-prize dl dt {
    font-size: 18px;
    padding-bottom: 2px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .event-prize dl dd ul {
    gap: 18px 18px;
  }
  .event-prize dl dd ul li {
    width: 160px;
  }
  .event-prize p {
    text-align: left;
    font-size: 11px;
  }
  .event-support h4 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .event-support h4 span {
    padding: 0 20px;
  }
  .event-logo {
    margin-bottom: 40px;
  }
  .event-soon {
    margin-bottom: 40px;
  }
  .event-soon span {
    font-size: 40px;
  }
  .footer {
    padding: 30px 5vw;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-inner ul {
    font-size: 12px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .footer-copy {
    font-size: 11px;
  }
}
/*
add 20251008
---------------------------------------------*/
.news {
  border-bottom: 1px solid #CBCBCB;
  padding: 30px 0 20px 0;
}

.news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-inner h2 {
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  width: 165px;
}
.news-inner ul {
  width: calc(100% - 165px);
}
.news-inner ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-inner ul li span:nth-child(1) {
  width: 140px;
  color: #666;
}
.news-inner ul li span:nth-child(2) {
  width: calc(100% - 140px);
}

.competition {
  background: #08072F;
  color: #fff;
  padding: 90px 0;
}

.competition-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #89899C;
}
.competition-head .event-ttl span {
  text-align: left;
}
.competition-head p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  padding: 15px 0 0 0;
  letter-spacing: 0.05em;
}
.competition-head p span {
  display: inline-block;
  position: relative;
  padding-left: 60px;
}
.competition-head p span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  background: #fff;
  width: 50px;
  height: 1px;
}

.competition-body_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #89899C;
}

.competition-body_left {
  width: 280px;
}
.competition-body_left h3 {
  font-weight: 500;
}

.competition-body_right {
  width: calc(100% - 280px);
  font-size: 18px;
  font-weight: 300;
}
.competition-body_right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2.2;
}
.competition-body_right ul {
  line-height: 2.2;
}
.competition-body_right ul li {
  position: relative;
  padding-left: 1.1em;
}
.competition-body_right ul li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.competition-body_list dt {
  width: 48px;
}
.competition-body_list dd {
  width: calc(100% - 48px);
}

.competition-body_schedule dt {
  width: 214px;
}
.competition-body_schedule dd {
  width: calc(100% - 214px);
}

.competition-body_offer {
  display: inline-block;
  padding: 12px 20px;
  margin-top: 15px;
  font-size: 15px;
  border: 1px solid #89899C;
}

.competition-body_ttl {
  font-size: 33px;
  padding-bottom: 3px;
  line-height: 1;
  display: block;
  padding-left: 20px;
  border-left: 5px solid #fff;
  margin-bottom: 24px;
}
.competition-body_ttl span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 38px;
}
.competition-body_ttl.competition-body_ttl2 {
  margin-top: 45px;
}

.competition-body_right .competition-body_prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  gap: 20px;
}
.competition-body_right .competition-body_prize li {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.competition-body_right .competition-body_prize li::before {
  display: none;
}

.competition-body_subtitle {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
}
.competition-body_subtitle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #fff;
}

.competition-body_attention {
  font-size: 14px;
  font-weight: 300;
  margin-top: 32px;
}

.competition-body_explain {
  padding-left: 45px;
}

.question {
  background: #08072F;
  color: #fff;
  padding: 30px 0 90px 0;
}

.question-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.question-left {
  width: 280px;
}
.question-left .event-ttl {
  text-align: left;
}
.question-left .event-ttl span {
  text-align: left;
}

.question-right {
  width: calc(100% - 280px);
  padding: 18px 0 0 0;
}

.question-toggle {
  border: 1px solid #FF5757;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.question-toggle dt {
  padding: 35px 35px 35px 40px;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.question-toggle dt:hover {
  opacity: 0.6;
}
.question-toggle dt span {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FF5757;
  right: 25px;
  top: calc(50% - 20px);
}
.question-toggle dt span::before, .question-toggle dt span::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 4px;
  background: #08072F;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.question-toggle dt span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.question-toggle.is-active dt span::after {
  opacity: 0;
}
.question-toggle dd {
  font-weight: 300;
  font-size: 17px;
  padding: 0px 35px 0px 40px;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.question-toggle dd a {
  text-decoration: underline;
  color: #fff;
}
.question-toggle.is-active dd {
  padding: 0px 35px 35px 40px;
}

.entryform {
  padding: 80px 0 80px 0;
}

.entryform-ttl {
  display: block;
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
  line-height: 1;
}

.entryform-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.entryform-left, .entryform-right {
  margin-bottom: 50px;
}

.entryform-left {
  width: 280px;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 0 0;
}

.entryform-right {
  width: calc(100% - 280px);
}
.entryform-right input, .entryform-right textarea {
  display: block;
  width: 100%;
  font-size: 20px;
  border: 1px solid #aaa;
  padding: 12px 20px;
  background: #f5f5f5;
}
.entryform-right select {
  font-size: 20px;
  border: 1px solid #aaa;
  padding: 12px 15px;
  background: #f5f5f5;
}
.entryform-right textarea {
  margin-top: 30px;
}
.entryform-right input[type=file] {
  width: auto;
  padding: 0;
  border: 0;
  background: none;
  font-size: 18px;
}

.entryform-input-dobule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entryform-input-dobule span {
  width: 49%;
}

.entryform-explain {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  color: #555;
}

.entryform-file {
  position: relative;
  margin-bottom: 30px;
}
.entryform-file:last-child {
  margin-bottom: 10px;
}

.entryform-subttl {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 8px 0 0 0;
}

.entryform-submit {
  border-top: 1px solid #CBCBCB;
  width: 100%;
  padding: 60px 0 0 0;
  text-align: center;
}
.entryform-submit input[type=submit] {
  width: 450px;
  margin-top: 15px;
  background: #FF5757;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 0;
  border: 0 !important;
  border-radius: 60px;
}

.sns {
  position: relative;
  padding: 60px 0;
  background: #f5f5f5;
}
.sns h2 {
  display: block;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.sns ul li a {
  display: block;
}

.entryblank a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 24px 0;
  border-radius: 60px;
  background: #FF5757;
  text-decoration: none;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mv-inner .mv-applly {
    display: none;
  }
  .mv-applly {
    display: block;
    height: auto;
  }
  .mv-applly_ttl {
    text-align: center;
    padding: 8px 5vw;
    font-size: 18px;
  }
  .mv-applly_date {
    text-align: center;
    line-height: 1.5;
    padding: 14px 5vw 16px 5vw;
    font-size: 18px;
  }
  .mv-applly_btn ul {
    padding: 0 5vw 20px 5vw;
    gap: 8px;
  }
  .mv-applly_btn ul li {
    width: 50%;
  }
  .mv-applly_btn ul li a {
    width: 100%;
    height: 52px;
    line-height: 50px;
    font-size: 15px;
  }
  .news {
    padding: 20px 0 15px 0;
  }
  .news-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-inner h2 {
    width: 100%;
    font-size: 34px;
    margin-bottom: 12px;
  }
  .news-inner ul {
    width: 100%;
  }
  .news-inner ul li {
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
  }
  .news-inner ul li span {
    display: block;
  }
  .news-inner ul li span:nth-child(1) {
    width: 100%;
    color: #999;
  }
  .news-inner ul li span:nth-child(2) {
    width: 100%;
  }
  .competition {
    padding: 60px 0;
  }
  .competition-head {
    display: block;
    padding-bottom: 20px;
  }
  .competition-head .event-ttl {
    margin-bottom: 30px;
    text-align: center;
  }
  .competition-head .event-ttl span {
    text-align: center;
  }
  .competition-head p {
    padding-top: 0;
    font-size: 14px;
  }
  .competition-body_inner {
    display: block;
    padding: 20px 0;
  }
  .competition-body_left {
    width: 100%;
    margin-bottom: 8px;
  }
  .competition-body_left h3 {
    font-size: 16px;
  }
  .competition-body_right {
    width: 100%;
    font-size: 14px;
  }
  .competition-body_right dl {
    line-height: 2;
  }
  .competition-body_right ul {
    line-height: 2;
  }
  .competition-body_ttl {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 3px solid #fff;
  }
  .competition-body_ttl span {
    font-size: 24px;
  }
  .competition-body_ttl.competition-body_ttl-first {
    margin-top: 20px;
  }
  .competition-body_right .competition-body_prize {
    margin-top: 30px;
    gap: 10px;
  }
  .competition-body_right .competition-body_prize li {
    width: 160px;
  }
  .competition-body_attention {
    font-size: 12px;
    margin-top: 24px;
  }
  .competition-body_subtitle {
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .competition-body_subtitle::before {
    width: 16px;
    top: 14px;
  }
  .competition-body_explain {
    padding-left: 25px;
  }
  .competition-body_list dt {
    width: 39px;
  }
  .competition-body_list dd {
    width: calc(100% - 39px);
  }
  .competition-body_list dd ._sp {
    display: inline-block;
  }
  .competition-body_schedule dt {
    width: 168px;
  }
  .competition-body_schedule dd {
    width: calc(100% - 168px);
  }
  .competition-body_schedule dd ._sp {
    display: inline-block;
  }
  .competition-body_offer {
    padding: 12px 15px;
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 12px;
    border: 1px solid #89899C;
  }
  .question {
    padding: 0 0 60px 0;
  }
  .question-inner {
    display: block;
  }
  .question-left {
    width: 100%;
  }
  .question-left .event-ttl {
    text-align: center;
  }
  .question-left .event-ttl span {
    text-align: center;
  }
  .question-right {
    width: 100%;
    padding: 0;
  }
  .question-toggle {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .question-toggle dt {
    font-size: 16px;
    padding: 18px 54px 18px 20px;
    line-height: 1.6;
  }
  .question-toggle dt span {
    width: 24px;
    height: 24px;
    right: 15px;
    top: calc(50% - 12px);
  }
  .question-toggle dt span::before, .question-toggle dt span::after {
    width: 12px;
    height: 3px;
  }
  .question-toggle dd {
    font-size: 14px;
    padding: 0px 20px 0px 20px;
  }
  .question-toggle.is-active dd {
    padding: 0px 20px 20px 20px;
  }
  .entryform {
    padding: 45px 0;
  }
  .entryform-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .entryform-left {
    width: 100%;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
  }
  .entryform-right {
    width: 100%;
    margin-bottom: 18px;
  }
  .entryform-right input, .entryform-right textarea, .entryform-right select {
    font-size: 16px;
    padding: 7px 12px;
  }
  .entryform-right textarea {
    margin-top: 20px;
  }
  .entryform-explain {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 5px;
  }
  .entryform-file {
    margin-bottom: 20px;
  }
  .entryform-subttl {
    font-size: 14px;
  }
  .entryform-right input[type=file] {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .entryform-submit {
    padding: 34px 0 0 0;
    margin-top: 20px;
  }
  .entryform-submit input[type=submit] {
    width: 300px;
    font-size: 16px;
    padding: 15px 0;
  }
  .entryform {
    padding: 65px 0;
  }
  .entryblank {
    padding: 5px 0 0 0;
  }
  .entryblank a {
    font-size: 18px;
    padding: 18px 0;
    width: 90%;
  }
  .sns {
    margin-top: 40px;
    padding: 40px 0;
  }
  .sns h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .sns ul {
    gap: 25px;
  }
  .sns ul li {
    width: 40px;
  }
}
/*
animation
---------------------------------------------*/
.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}
.js-fadeIn.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* movie images horizontal infinite loop */
.movie-images {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.movie-images_loop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: movie-marquee 60s linear infinite;
          animation: movie-marquee 60s linear infinite;
}

.movie-images_loop.is-reverse {
  animation-direction: reverse;
  margin-top: -8px;
}

.movie-images_loop .movie-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  padding: 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1;
}

.movie-images_loop .movie-track img {
  display: block;
  height: 140px;
  width: auto;
}

@-webkit-keyframes movie-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes movie-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .movie-images_loop .movie-track img {
    height: 110px;
  }
}
/*
menu
---------------------------------------------*/
.menu {
  display: block;
  position: absolute;
  right: 3.5vw;
  top: 60px;
  z-index: 200;
  width: 50px;
  height: 26px;
  cursor: pointer;
}
.menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu span:nth-child(1) {
  top: 12px;
}
.menu span:nth-child(2) {
  top: 24px;
}
.menu.is-active span {
  background: #fff;
}
.menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 13px;
}
.menu.is-active span:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 13px;
}
.menu.is-active span:nth-child(1) {
  opacity: 0;
}

.menu__body {
  display: block;
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  background: #0A0C1A;
  z-index: 120;
  display: none;
}
.menu__body ul {
  padding: 120px 40px 0 40px;
  text-align: center;
}
.menu__body ul li {
  font-size: 34px;
  letter-spacing: 0.06em;
}
.menu__body ul li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .menu {
    display: block;
    width: 34px;
    height: 18px;
    top: 34px;
    right: 3.5vw;
  }
  .menu span {
    height: 1px;
  }
  .menu span:nth-child(1) {
    top: 9px;
  }
  .menu span:nth-child(2) {
    top: 18px;
  }
  .menu__body ul {
    padding: 80px 5vw 0 5vw;
    line-height: 2;
  }
  .menu__body ul li {
    font-size: 30px;
    letter-spacing: 0.06em;
  }
}
/*
terms
---------------------------------------------*/
.page-kv {
  background: #08072F;
  color: #fff;
  padding: 95px 0 60px 0;
}

.terms-body {
  padding: 90px 0;
}

.competition-rules {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.competition-rules-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  line-height: 1.2;
}

.competition-rules-subtitle {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  color: #333;
  line-height: 1.3;
}

.competition-rules-content .rule-article {
  margin-bottom: 40px;
}
.competition-rules-content .rule-article:last-child {
  margin-bottom: 0;
}

.rule-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #aaa;
  line-height: 1.4;
}

.rule-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #333;
}
.rule-content p:last-child {
  margin-bottom: 0;
}

.rule-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rule-list li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  color: #333;
}
.rule-list li::before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #08072F;
  font-weight: bold;
}
.rule-list li.indent {
  padding-left: 40px;
}
.rule-list li.indent::before {
  content: "○";
  color: #666;
}
.rule-list li:last-child {
  margin-bottom: 0;
}

.rule-numbered-list {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  counter-reset: rule-counter;
}
.rule-numbered-list li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  color: #333;
  counter-increment: rule-counter;
}
.rule-numbered-list li::before {
  content: counter(rule-counter) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
.rule-numbered-list li:last-child {
  margin-bottom: 0;
}

.rule-sublist {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
}
.rule-sublist li {
  margin-bottom: 4px;
  padding-left: 25px;
  position: relative;
}
.rule-sublist li::before {
  content: "○";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}
.rule-sublist li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-kv {
    background: #08072F;
    color: #fff;
    padding: 0;
    height: 92px;
  }
  .terms-body {
    padding: 45px 0;
  }
  .competition-rules {
    padding: 0;
  }
  .competition-rules-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .competition-rules-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .competition-rules-content .rule-article {
    margin-bottom: 30px;
  }
  .rule-title {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
  .rule-content p {
    font-size: 14px;
    line-height: 1.7;
  }
  .rule-list li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 6px;
    padding-left: 14px;
  }
  .rule-list li.indent {
    padding-left: 30px;
  }
  .rule-numbered-list li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 6px;
    padding-left: 16px;
  }
  .rule-sublist li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 3px;
    padding-left: 18px;
  }
}