@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@font-face {
  font-family: "NataIcon";
  src: url("../img/font/NataIcon.woff") format("woff");
}
/*______________________________________
header
______________________________________-*/
#HEADER {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../img/top_img_left.png), url(../img/top_img_right.png);
  background-repeat: repeat-y, repeat-y;
  background-size: 280px auto, 280px auto;
  background-position: 0 0, 100% 0;
  animation: scrollbg 20s linear infinite;
}
@media screen and (max-width: 680px) {
  #HEADER {
    background-size: 50% auto, 50% auto;
  }
}

@keyframes scrollbg {
  0% {
    background-position: 0 0, 100% 0;
  }
  100% {
    background-position: 0 100%, 100% 100%;
  }
}
.header {
  margin: 0 auto;
  position: relative;
}
.header img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.header__box {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding: 5% 0 100px;
  text-align: center;
}
.header__box div:first-child {
  display: flex;
  flex-direction: column-reverse;
}
.header__box div:first-child h1 {
  margin: 5% auto 0;
  max-width: 340px;
  text-align: center;
  padding: 0 20px;
}
.header__box div:first-child h2 {
  margin: 0 30px;
  padding: 0 20px;
}
.header__box .lead {
  position: relative;
  margin: 50px auto;
  padding: 0 10px;
  text-align: center;
  max-width: 500px;
  line-height: 2.4;
  display: block;
  font-family: sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  white-space: now-wrap;
}
.header__box .lead p {
  font-size: 0.15rem;
}
.header__box .lead .comingsoon_1202 {
  max-width: 420px;
  margin: 40px auto -20px;
  border-radius: 3px;
  transform: rotate(-3deg);
}
.header__box .lead .comingsoon_0220 {
  max-width: 400px;
  margin: 40px auto -20px;
  border-radius: 3px;
  transform: rotate(-3deg);
}
@media screen and (max-width: 767px) {
  .header__box {
    background: url(../img/arrrow_bg.png) bottom center/200% auto no-repeat;
    padding: 15% 10px 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 680px) {
  .header__box {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__box div:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
  .header__box div:first-child h1 {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .header__box div:first-child h1 {
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .header__box div:first-child h2 {
    margin: 0;
    padding: 0;
  }
  .header__box .lead {
    line-height: 2 !important;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .header__box .lead p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .header__box .lead .comingsoon_1202 {
    margin: 40px auto -60px;
    padding: 0 20px;
  }
}

/*______________________________________
#TOP_RESULT
______________________________________-*/
.contents_bg2 {
  position: relative;
  background: #fff;
  padding: 1px 0 60px;
}
.contents_bg2 .top_result_txt {
  position: relative;
  margin: 10px auto;
  padding: 0 15px;
  clear: both;
  line-height: 1.6;
  max-width: 700px;
  padding-bottom: 30px;
  font-weight: bold;
}
.contents_bg2 .top_result_txt .ttl {
  width: calc(100% - 20px);
  margin: 50px auto 25px;
  max-width: 400px;
}
.contents_bg2 .top_result_txt p {
  font-size: 0.17rem;
  line-height: 1.6;
  text-align: center;
}
.contents_bg2 .top_result_txt ul {
  margin-left: 20px;
  box-sizing: border-box;
  font-size: 0.14rem;
}
.contents_bg2 .top_result_txt ul li {
  position: relative;
  line-height: 1.6;
}
.contents_bg2 .top_result_txt ul li:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.6em;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #017dea;
}
.contents_bg2 .top_result_txt ul li + li {
  margin-top: 8px;
}
.contents_bg2 nav {
  overflow: hidden;
}
.contents_bg2 nav .top_result_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  background: transparent;
  margin: 0px auto 20px;
  padding: 0 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 900px;
  box-sizing: border-box;
}
@media screen and (max-width: 976px) {
  .contents_bg2 nav .top_result_nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 30px;
    max-width: 470px;
  }
}
.contents_bg2 nav .top_result_nav img {
  width: 100%;
}

.domestic {
  background: #fff2fe !important;
}
.domestic .modalContents dt span {
  background: linear-gradient(transparent 50%, #ffd4fb 30%);
}
.domestic .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
  border: #fa59bc double;
  border-width: 3px 0;
}
@media screen and (max-width: 767px) {
  .domestic .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
    border-width: 0 0 2px;
  }
}
.domestic .top_result__illust > p img {
  border: 5px solid #fa59bc;
}
.domestic .fukidashi:before,
.domestic .fukidashi:after {
  background: #fa59bc;
}

.foreign {
  background: #e4f5ff !important;
}
.foreign .modalContents dt span {
  background: linear-gradient(transparent 50%, #aae0ff 30%);
}
.foreign .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
  border: #306ff0 double;
  border-width: 3px 0;
}
@media screen and (max-width: 767px) {
  .foreign .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
    border-width: 0 0 2px;
  }
}
.foreign .top_result__illust > p img {
  border: 5px solid #306ff0;
}
.foreign .fukidashi:before,
.foreign .fukidashi:after {
  background: #306ff0;
}

.completed {
  background: #def9f5 !important;
}
.completed .modalContents dt span {
  background: linear-gradient(transparent 50%, #9dfff2 30%);
}
.completed .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
  border: #00b29f double;
  border-width: 3px 0;
}
@media screen and (max-width: 767px) {
  .completed .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
    border-width: 0 0 2px;
  }
}
.completed .top_result__illust > p img {
  border: 5px solid #00b29f;
}
.completed .fukidashi:before,
.completed .fukidashi:after {
  background: #00b29f;
}

.guest_special {
  background: #efeeff !important;
}
.guest_special .modalContents dt span {
  background: linear-gradient(transparent 50%, #cdcaf9 30%);
}
.guest_special .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
  border: #6c63fe double;
  border-width: 3px 0;
}
@media screen and (max-width: 767px) {
  .guest_special .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
    border-width: 0 0 2px;
  }
}
.guest_special .fukidashi:before,
.guest_special .fukidashi:after {
  background: #6c63fe;
}
.guest_special hr {
  width: 100%;
  color: #306ff0;
  margin: 20px 0 30px;
}

.top_result {
  max-width: 1020px;
  position: relative;
  font-size: 0.16rem;
  margin: 0 auto;
  padding: 0 0 30px;
  /*モーダルCSS*/
  /*授賞式レポート*/
}
@media screen and (max-width: 1020px) {
  .top_result {
    margin: 0 10px;
  }
}
.top_result > hr {
  color: #fff;
  margin: 0;
  border-top: 4px dotted;
}
.top_result__inner {
  padding-bottom: 100px;
  max-width: 1000px;
  padding: 30px 15px;
  margin: 20px auto;
  background: url(../img/top_bg_6.png) top 20px right 10px/150px auto no-repeat, url(../img/top_bg_7.png) bottom left 10px/15% auto no-repeat;
}
.top_result__inner + .top_result__inner {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .top_result__inner {
    background: url(../img/top_bg_6.png) top 1rem right 10px/20% auto no-repeat, url(../img/top_bg_7.png) top 1.5rem left 10px/20% auto no-repeat;
  }
}
@media screen and (max-width: 1020px) {
  .top_result__inner {
    grid-template-columns: 100%;
    -moz-column-gap: 0px;
         column-gap: 0px;
    padding: 30px 0px 30px;
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_result__inner {
    padding: 20px 0px;
  }
}
.top_result__inner .PP_list-thumbnail {
  position: relative;
  margin: 0px auto !important;
  padding: 0 10px 30px;
  max-width: 720px;
  width: 100%;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
  line-height: 1.5;
  text-align: center;
  padding: 30px 0;
  width: 440px;
}
@media screen and (max-width: 767px) {
  .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) {
    padding: 0 0 20px;
    margin-bottom: 30px;
    min-width: auto;
  }
}
.top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) p.top_result_navttl {
  max-width: 250px;
  margin: 0 auto 15px;
  width: calc(100% - 40px);
}
.top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) h4 {
  font-size: 100%;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 15px;
  width: 100%;
  font-size: 0.22rem;
}
@media screen and (max-width: 767px) {
  .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) h4 {
    font-size: 0.18rem;
    margin: 0 0 10px;
  }
  .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) h4::before {
    width: 90px;
    height: 59px;
    margin: 0 auto 20px;
  }
}
.top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) .crown {
  width: 120px;
  height: 66px;
  margin: 0 auto 40px;
  transition: all 0.3s 0s ease-out;
  transform-origin: center center;
  will-change: transform;
  perspective: 500px;
}
.top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) > p {
  line-height: 1.4;
  font-size: 0.16rem;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) > p {
    font-size: 0.15rem;
  }
}
.top_result__inner .PP_list-thumbnail dd:not(.modalContents dd) a {
  font-size: 0.15rem;
  width: 100%;
}
.top_result__inner .PP_list-thumbnail .PP_embed-img {
  overflow: hidden;
  max-width: 300px;
}
.top_result__inner .PP_list-thumbnail .PP_embed-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top_result__inner .PP_list-thumbnail .PP_embed-img::after {
  content: "各配信サイトで読む！";
  position: relative;
  bottom: 0px;
  padding: 5px;
  font-size: 0.16rem;
  font-weight: 700;
  background: #017dea;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_result__inner .PP_list-thumbnail .PP_embed-img::after {
    padding: 8px 5px;
    font-size: 0.14rem;
  }
}
.top_result__inner .PP_list-thumbnail .PP_embed-img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1020px) {
  .top_result__inner .PP_list-thumbnail {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .top_result__inner .PP_list-thumbnail {
    grid-template-columns: 1fr;
    flex-wrap: wrap-reverse;
  }
  .top_result__inner .PP_list-thumbnail dt, .top_result__inner .PP_list-thumbnail dd {
    width: inherit;
    margin: 0 auto;
  }
  .top_result__inner .PP_list-thumbnail .PP_embed-img {
    margin-bottom: 15px;
  }
}
.top_result .modalContents {
  overflow: auto;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 5px;
}
.top_result .modalContents dt {
  margin: 0 auto 20px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 110%;
}
.top_result .modalContents dt span {
  display: inline;
}
.top_result .modalContents dd {
  margin: 0 auto;
  width: 100%;
}
.top_result .modalContents dd ul {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 10px;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  text-align: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_result .modalContents dd ul {
    margin-bottom: 10px;
  }
}
.top_result .modalContents dd li {
  width: calc(50% - 5px);
}
.top_result .modalContents dd li:only-of-type {
  width: calc(70% - 5px);
  margin: 0 auto;
}
.top_result .modalContents dd li a {
  position: relative;
  border-bottom: none;
  background: #017dea;
  min-height: 45px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 2px #1b3b95;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .top_result .modalContents dd li a {
    font-size: 80%;
  }
}
@media screen and (max-width: 374px) {
  .top_result .modalContents dd li a {
    font-size: 70%;
  }
}
.top_result .modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.top_result .modalBg {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.top_result .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 640px;
  height: auto;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top_result .modalWrapper {
    padding: 30px 10px 20px;
  }
}
.top_result .closeModal {
  position: absolute;
  top: -10px;
  right: -5px;
  cursor: pointer;
  padding: 0px 10px 5px;
  border-radius: 100%;
  color: #000;
  font-size: 150%;
  background: #ffaa00;
  border: 4px solid #000;
  outline: 8px solid #fff;
  outline-offset: -2px;
  text-align: center;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-family: sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
.top_result .is-open {
  display: block;
}
.top_result__copyright {
  position: absolute;
  bottom: -15px;
  left: 10px;
  font-size: 0.1rem !important;
  margin: 0px auto 20px;
  color: #666;
  word-break: break-word;
  height: 20px;
  max-width: 300px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_result__copyright {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    text-align: left;
    width: calc(100% - 20px);
  }
}
.top_result__comment {
  position: relative;
  box-sizing: border-box;
  margin: 40px auto 0px;
  padding: 0px 20px !important;
  max-width: 640px;
  width: 100%;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .top_result__comment {
    margin: 20px auto 0;
    font-size: 0.14rem;
  }
}
.top_result__comment_icon {
  clear: both;
  float: right;
  width: 90%;
  max-width: 200px;
  margin: -10px -30px 15px 15px;
}
@media screen and (max-width: 767px) {
  .top_result__comment_icon {
    max-width: 160px;
    margin: 0 0 15px 15px;
  }
}
@media screen and (max-width: 430px) {
  .top_result__comment_icon {
    float: none;
    margin: 0 auto 20px;
  }
}
.top_result__comment + .top_result__comment {
  margin-top: 40px;
}
.top_result__illust {
  position: relative;
  box-sizing: border-box;
  margin: 50px auto 30px;
  padding: 0px !important;
  max-width: 600px;
  width: 100%;
  line-height: 1.8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_result__illust {
    margin: 20px auto 0;
    padding: 20px !important;
    font-size: 0.14rem;
  }
}
.top_result__illust > p img {
  border: 6px solid #fa59bc;
}
.top_result__illust > h5, .top_result__comment > h5 {
  max-width: 300px;
  width: calc(100% - 40px);
  margin: 0px auto 20px;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}
.top_result__illust > h6, .top_result__comment > h6 {
  font-size: 115%;
  font-weight: 800;
  text-align: center;
  margin: 25px auto 20px;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.top_result__fukidashi {
  position: relative;
  margin: 0;
  padding: 15px;
  border-radius: 6px;
  background: #fff;
}
.top_result__fukidashi .recommend_ttl {
  border-bottom: 1px solid #000;
  margin-bottom: -10px;
  font-size: 70%;
}
.top_result__fukidashi:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -23px;
  left: calc(50% - 12px);
  border: 12px solid transparent;
  border-top: 12px solid #fff;
}
.top_result__other {
  width: calc(80% - 40px);
  margin: 20px auto -20px;
  max-width: 340px;
}
.top_result__report {
  margin: 0 20px;
  padding: 60px 0 40px;
  margin: 0 auto;
  max-width: 750px;
}
.top_result__report .ttl {
  position: relative;
  z-index: 2;
  font-size: 0.2rem;
  font-weight: 800;
  margin: 20px auto 30px;
  text-align: center;
  max-width: 400px;
}
.top_result__report a + a .top_result__report__box {
  margin-top: 20px;
}
.top_result__report__box {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  border: 3px solid #000;
  background: #fff;
  font-weight: 800;
  background: linear-gradient(0deg, rgba(107, 102, 254, 0.95) 0%, rgba(66, 224, 232, 0.95) 100%);
  padding: 10px;
}
.top_result__report__box p {
  position: relative;
  font-size: 0.17rem;
  line-height: 1.7;
  text-align: left;
  padding: 10px 40px 10px 0px;
  color: #fff;
}
.top_result__report__box p .report_no {
  font-size: 0.15rem;
  background: #000;
  color: #fff;
  padding: 0 4px;
  display: inline-block;
  margin-bottom: 10px;
}
.top_result__report__box p:after {
  position: absolute;
  content: "▶︎";
  font-size: 0.15rem;
  font-weight: normal;
  top: 50%;
  right: 10px;
  margin-left: 5px;
  transform: translateY(-50%);
  color: #fff;
}
.top_result__report__box:hover {
  box-shadow: 2px 2px 0 #000;
  filter: brightness(1.05);
}
@media screen and (max-width: 767px) {
  .top_result__report {
    padding: 30px 0 0;
  }
  .top_result__report .ttl {
    max-width: 300px;
    margin: 20px auto;
  }
  .top_result__report__box {
    display: block;
  }
  .top_result__report__box p {
    font-size: 0.14rem;
    padding: 15px 30px 5px 0px;
  }
  .top_result__report__box p .report_no {
    font-size: 0.13rem;
    margin-bottom: 5px;
  }
  .top_result__report__box p:after {
    right: 10px;
  }
}

/*______________________________________
#ABOUT
______________________________________-*/
.contents_bg {
  background: #e0f8ff;
  padding-bottom: 1px;
}

#ABOUT {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 20px;
  max-width: 750px;
  background: url(../img/top_bg_2.png) top 40px left/250px auto no-repeat;
}

.about .ttl {
  width: calc(100% - 180px);
  margin: 20px auto 40px;
}
.about__txt {
  margin: 40px 0;
  width: calc(100% - 20px);
  clear: both;
}
.about__txt img {
  max-width: 120px;
  margin: 0 10px 20px 20px;
  float: right;
}
.about__txt p {
  font-size: 0.15rem;
  line-height: 2;
}
.about__enter {
  position: relative;
  margin: 80px auto;
}
@media screen and (max-width: 639px) {
  .about__enter {
    background: #fff;
    margin: 60px -20px 40px;
    padding: 0px 20px 40px;
  }
}
.about__enter > .ttl {
  margin: 40px auto;
  max-width: 340px;
  transform: rotate(-3deg);
}
@media screen and (max-width: 639px) {
  .about__enter > .ttl {
    max-width: 260px;
    transform: rotate(-6deg);
  }
}
.about__enter > p {
  position: relative;
  margin: 0px auto;
  max-width: 400px;
}
.about__enter .ttl > img, .about__enter p > img {
  max-width: inherit;
  float: inherit;
  margin: inherit;
}
.about__enter .circlebg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  height: 0;
  padding-top: 60%;
  width: 60%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .about__enter .circlebg {
    top: 0;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 90%;
    width: 90%;
  }
}
@media screen and (max-width: 639px) {
  .about__enter .circlebg {
    display: none;
  }
}
.about__enter ul {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: space-between;
  margin: -10px auto 30px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 640px) {
  .about__enter ul {
    grid-template-columns: 1fr;
    top: 0;
    row-gap: 15px;
    width: calc(100% - 40px);
  }
}
.about__enter ul li {
  position: relative;
  opacity: 1;
  display: block;
  font-size: 0.14rem;
  border: 3px solid #000;
}
.about__enter ul li:hover {
  box-shadow: 2px 2px 0 #000;
  filter: brightness(1.05);
}
.about__enter ul li img {
  width: 100%;
  margin: 0 auto;
  max-width: inherit;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 10px;
}
@media screen and (max-width: 640px) {
  .about__enter ul li img {
    max-width: 180px;
  }
}
@media screen and (max-width: 374px) {
  .about__enter ul li img {
    max-width: 130px;
    padding: 10px 0px;
  }
}
.about__enter ul li:nth-child(1) {
  background: #ffd4fb;
}
.about__enter ul li:nth-child(1) a {
  color: #fa59bc;
}
.about__enter ul li:nth-child(1) a > span {
  color: #000;
}
.about__enter ul li:nth-child(2) {
  background: #aae0ff;
}
.about__enter ul li:nth-child(2) a {
  color: #306ff0;
}
.about__enter ul li:nth-child(2) a > span {
  color: #000;
}
.about__enter ul li:nth-child(3) {
  background: #9dfff2;
}
.about__enter ul li:nth-child(3) a {
  color: #00b29f;
}
.about__enter ul li:nth-child(3) a > span {
  color: #000;
}
.about__enter ul li > a {
  display: block;
  color: #fff;
  overflow: hidden;
  color: #000;
  font-weight: bold;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px 40px 20px;
  font-family: "M PLUS 1 Code", system-ui, sans-serif;
  font-size: 0.16rem;
}
@media screen and (max-width: 767px) {
  .about__enter ul li > a {
    padding: 20px 30px 20px 20px;
    min-height: 80px;
  }
}
.about__enter ul li > a:after {
  position: absolute;
  content: "▶︎";
  font-size: 80%;
  font-weight: normal;
  top: 50%;
  right: 10px;
  margin-left: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .about__enter ul li > a:after {
    font-size: 110%;
  }
}
.about__enter ul li > a span {
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.5) 60%);
  margin: 10px auto 0;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .about__enter ul li > a span {
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  .about .ttl {
    width: calc(100% - 10px);
    margin: 20px auto 40px;
  }
  .about__txt {
    margin: 40px 0;
    width: calc(100% - 0px);
  }
  .about__txt img {
    max-width: 100px;
    margin: 0 10px 20px 20px;
    float: right;
  }
  .about__txt p {
    font-size: 0.14rem;
  }
}

/*______________________________________
#NEWS
______________________________________-*/
#NEWS {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 750px;
  background: url(../img/top_bg_1.png) top 0px right/120px auto no-repeat;
}

.news .ttl {
  max-width: 200px;
  margin: 20px auto 20px;
}
.news li {
  border-bottom: 3px solid #000;
  list-style: none;
  padding: 25px 25px;
}
.news li:first-child {
  border-top: 3px solid #000;
}
.news__list {
  padding: 0px;
}
.news__item {
  display: flex;
  padding: 0;
  line-height: 1.8;
  font-weight: 600;
}
.news__day {
  color: #017dea;
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 3px solid #000;
  font-size: 0.16rem;
  min-width: 130px;
}
.news__data {
  text-align: left;
  color: #000;
  line-height: 1.6;
  font-size: 0.15rem;
}
.news__data ul {
  padding-left: 15px;
}
.news__data ul li {
  position: relative;
  margin: 10px 0 5px;
  padding: 0;
  border: none !important;
}
.news__data ul li:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.6em;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #017dea;
}
.news__data ul li > a {
  margin-left: 10px;
}
.news__data ul li + li {
  margin-top: 0px;
}
.news__data ul li:last-child {
  margin-bottom: 0;
}
.news__data p {
  font-size: 0.17rem;
}
.news__data p + a {
  margin-top: 10px;
}
.news__data a {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #000;
  background: #fff;
  padding: 2px 5px 5px;
  line-height: 1;
}
.news__data a:hover {
  cursor: pointer;
  background: #ffaa00;
}
.news__data .note {
  display: inline;
  width: 100%;
  font-size: 70%;
  color: #000;
}
.news__data .note:after {
  content: "▶︎";
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 50px 0 0;
  }
  .news__ttl {
    font-size: 0.15rem;
    text-align: center;
  }
  .news__list li {
    padding: 24px 0px;
  }
  .news__item {
    flex-direction: column;
    font-size: 0.15rem;
  }
  .news__day {
    width: 100%;
    margin-bottom: 8px;
    border-right: none;
  }
  .news__data {
    margin-right: 0;
  }
  .news__data p, .news__data ul {
    font-size: 0.14rem;
  }
}
/*______________________________________
#ENTRY
______________________________________-*/
#ENTRY {
  width: 100%;
  padding: 100px 0 50px;
  margin: 0 auto;
  max-width: 750px;
  background: url(../img/top_bg_4.png) top 40px left 50px/150px auto no-repeat;
}

.entry {
  margin: 0 20px;
}
.entry .ttl {
  font-size: 0.2rem;
  font-weight: 800;
  margin: 20px auto;
  text-align: center;
  max-width: 400px;
  margin: 0px auto 40px;
}
.entry__box {
  background: linear-gradient(0deg, rgba(107, 102, 254, 0.3) 0%, rgba(66, 224, 232, 0.3) 100%);
  margin: 0 20px 0px;
  display: grid;
  grid-template-columns: 140px 2fr;
  grid-auto-rows: minmax(100px, auto);
  place-content: center;
  place-items: center;
  gap: 30px;
  padding: 30px;
  font-size: 0.15rem;
}
@media screen and (max-width: 767px) {
  .entry__box {
    display: block;
    padding: 20px;
  }
}
.entry__category {
  margin-bottom: 0px;
}
.entry__category h4 {
  background: #000;
  padding: 5px;
  margin: 0 auto;
  max-width: 200px;
}
.entry__category h4 + h4 {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .entry__category {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-auto-rows: auto;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin: 0 auto 30px;
    max-width: 500px;
  }
  .entry__category h4 {
    padding: 10px;
    border: 2px solid #000;
  }
}
@media screen and (max-width: 767px) and (max-width: 479px) {
  .entry__category {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .entry__category h4 {
    max-width: 160px;
  }
  .entry__category h4 + h4 {
    margin-top: 5px;
  }
}
.entry__txt {
  font-size: 0.14rem;
}
.entry__txt div + div {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #000;
}
.entry__txt p {
  font-size: 90%;
  font-weight: 600;
  line-height: 1.4;
  margin: 0px 5px 10px -10px;
  padding: 0 5px;
}
.entry__txt ul {
  list-style: none;
  margin-left: 20px;
}
@media screen and (max-width: 380px) {
  .entry__txt ul {
    font-size: 0.13rem;
  }
}
.entry__txt ul li {
  position: relative;
  line-height: 1.5;
}
.entry__txt ul li + li {
  margin-top: 8px;
}
.entry__txt ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0.6em;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #017dea;
}
.entry .btn {
  bottom: 0px;
  left: 0px;
  right: 0;
  width: calc(100% - 76px);
  margin: 0px auto;
  border-radius: 0;
  max-width: 500px;
  font-weight: 600;
}
.entry > p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.17rem;
}
@media screen and (max-width: 767px) {
  .entry > p {
    font-size: 0.14rem;
  }
}

/*______________________________________
#SCHEDULE
______________________________________-*/
#SCHEDULE {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 750px;
}

.schedule {
  margin: 0 20px;
}
.schedule .ttl {
  font-size: 0.2rem;
  font-weight: 800;
  margin: 20px auto;
  text-align: center;
  max-width: 400px;
  margin: 40px auto;
}
.schedule__box {
  background: #fff;
  margin: 0 20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .schedule__box {
    padding: 10px;
  }
  .schedule__box dl {
    font-size: 0.14rem;
    padding: 20px;
  }
}
.schedule__box dl {
  position: relative;
  background: #dcdcdc;
  margin: 20px 10px;
  padding: 20px;
  line-height: 1.8;
  font-size: 0.15rem;
  text-align: center;
}
.schedule__box dl + dl {
  margin-top: 30px;
}
.schedule__box dl:first-of-type::before {
  display: none;
}
.schedule__box dl::before {
  position: absolute;
  content: "▼";
  color: #78d3f2;
  top: -28px;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-left: 5px;
}
.schedule__box dl dt {
  font-weight: 800;
  font-size: 110%;
  margin-bottom: 10px;
}
.schedule__box dl dd {
  line-height: 1.4;
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .schedule__box dl dt, .schedule__box dl dd {
    font-size: 100%;
  }
}
@media screen and (max-width: 380px) {
  .schedule__box dl {
    font-size: 0.14rem;
    padding: 17px 0;
  }
}
.schedule__box .now {
  background: #017dea !important;
  color: #fff;
}
.schedule__box .now::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 30px;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../img/now.png");
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .schedule__box .now::after {
    width: 60px;
    height: 60px;
    right: -25px;
    top: 5px;
  }
}
@media screen and (max-width: 420px) {
  .schedule__box .now::after {
    width: 55px;
    height: 55px;
    top: 10px;
    right: -20px;
  }
}
.schedule__box > p {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.6;
  color: #017dea;
  font-weight: bold;
}

/*______________________________________
#GUEST
______________________________________-*/
#GUEST {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 750px;
  background: url(../img/top_bg_5.png) top 0px left 90px/70px auto no-repeat;
}

.guest {
  margin: 0 20px;
}
.guest .ttl {
  font-size: 0.2rem;
  font-weight: 800;
  margin: 20px auto;
  text-align: center;
  max-width: 400px;
  margin: 40px auto;
}
.guest > p {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
  line-height: 1.8;
}
.guest__box {
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .guest__box {
    row-gap: 50px;
  }
}
.guest__box dl {
  position: relative;
  margin: 20px auto 0;
  padding: 20px 20px 10px;
  line-height: 1.8;
  font-size: 0.15rem;
  height: 100%;
  background: #fff;
  border: 3px solid #017dea;
  border-radius: 6px;
}
.guest__box dl dt {
  font-weight: 800;
  font-size: 130%;
  padding: 5px;
  margin: -45px auto 0;
  text-align: center;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  background: #017dea;
  font-feature-settings: "palt";
}
.guest__box dl dd {
  line-height: 1.6;
  font-size: 100%;
  text-align: left;
  margin-bottom: 0px;
}
.guest__box dl dd + dd {
  margin-top: 10px;
}
.guest__box dl dd h4 {
  position: relative;
  width: 100%;
  font-size: 80%;
  font-weight: 800;
  padding: 4px 5px;
  line-height: 3;
  background: #000;
  color: #fff;
  display: inline;
}
.guest__box dl dd img {
  margin: 20px 0;
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
.guest__box dl dd p {
  font-size: 95%;
}

/*______________________________________
#COLUMN
______________________________________-*/
#COLUMN {
  padding: 60px 0 100px;
  margin: 0 auto;
  max-width: 750px;
  background: url(../img/top_bg_3.png) top 0px right 20px/180px auto no-repeat;
}

.column {
  margin: 0 20px;
}
.column .ttl {
  position: relative;
  z-index: 2;
  font-size: 0.2rem;
  font-weight: 800;
  margin: 20px auto 40px;
  text-align: center;
  max-width: 400px;
}
.column a + a .column__box {
  margin-top: 20px;
}
.column__box {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  border: 3px solid #000;
  background: #fff;
  font-weight: 800;
}
.column__box img {
  border-right: 3px solid #000;
  box-sizing: border-box;
}
.column__box .column_no {
  font-size: 0.15rem;
  background: #000;
  color: #fff;
  padding: 0 4px;
  display: inline-block;
  margin-bottom: 10px;
}
.column__box p {
  position: relative;
  font-size: 0.16rem;
  line-height: 1.5;
  text-align: left;
  padding: 10px 40px 10px 0px;
  color: #017dea;
}
.column__box p:after {
  position: absolute;
  content: "▶︎";
  font-size: 0.15rem;
  font-weight: normal;
  top: 50%;
  right: 20px;
  margin-left: 5px;
  transform: translateY(-50%);
  color: #000;
}
.column__box:hover {
  box-shadow: 2px 2px 0 #000;
  filter: brightness(1.05);
}
@media screen and (max-width: 767px) {
  .column .ttl {
    max-width: 300px;
  }
  .column__box {
    display: block;
  }
  .column__box img {
    border-right: none;
    border-bottom: 3px solid #000;
  }
  .column__box .column_no {
    font-size: 0.13rem;
    background: #000;
    color: #fff;
    padding: 0 4px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .column__box p {
    font-size: 0.14rem;
    padding: 15px 30px 15px 15px;
  }
  .column__box p:after {
    right: 10px;
  }
}

/*______________________________________
結果発表 moving
______________________________________-*/
.crown.scrollin {
  margin: 0;
  opacity: 1;
  transform-origin: bottom;
  will-change: transform;
  animation: crown1 1s cubic-bezier(1, -0.1, 0.23, 0.85) forwards;
}

@keyframes crown1 {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateY(-120px);
  }
  10% {
    opacity: 1;
    transform: scale(1, 1) translateY(-80px);
  }
  20% {
    opacity: 1;
    transform: scale(1, 1.1) translateY(0px);
  }
  25% {
    opacity: 1;
    transform: scale(1, 1) translateY(-15px);
  }
  50% {
    opacity: 1;
    transform: scale(1, 1) translateY(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translateY(0px);
  }
}
.numbers-wrap {
  margin: -20px auto 0;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  font-weight: 900;
  min-height: 100px;
}

.numbers.scrollin {
  font-size: 80%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .numbers.scrollin {
    font-size: 50%;
  }
}
.numbers.scrollin::before {
  content: "0";
  animation: number-roll 0.7s ease forwards;
  font-weight: 900;
  background: linear-gradient(0deg, rgba(107, 102, 254, 0.95) 0%, rgba(66, 224, 232, 0.95) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Outfit", sans-serif;
}
.numbers.scrollin::after {
  content: "票";
  display: inline-block;
  font-size: 50%;
  margin-left: 10px;
  font-weight: 900;
  font-family: "M PLUS 1 Code", system-ui, sans-serif;
}

/* 数字上昇アニメーション */
@keyframes number-roll {
  0% {
    content: "0";
    opacity: 0;
  }
  1% {
    content: "2,809";
    opacity: 0.01;
  }
  2% {
    content: "5,618";
    opacity: 0.02;
  }
  3% {
    content: "8,427";
    opacity: 0.03;
  }
  4% {
    content: "11,236";
    opacity: 0.04;
  }
  5% {
    content: "14,045";
    opacity: 0.05;
  }
  6% {
    content: "16,854";
    opacity: 0.06;
  }
  7% {
    content: "19,663";
    opacity: 0.07;
  }
  8% {
    content: "22,472";
    opacity: 0.08;
  }
  9% {
    content: "25,281";
    opacity: 0.09;
  }
  10% {
    content: "28,091";
    opacity: 0.1;
  }
  11% {
    content: "30,900";
    opacity: 0.11;
  }
  12% {
    content: "33,709";
    opacity: 0.12;
  }
  13% {
    content: "36,518";
    opacity: 0.13;
  }
  14% {
    content: "39,327";
    opacity: 0.14;
  }
  15% {
    content: "42,136";
    opacity: 0.15;
  }
  16% {
    content: "44,945";
    opacity: 0.16;
  }
  17% {
    content: "47,754";
    opacity: 0.17;
  }
  18% {
    content: "50,563";
    opacity: 0.18;
  }
  19% {
    content: "53,372";
    opacity: 0.19;
  }
  20% {
    content: "56,182";
    opacity: 0.2;
  }
  21% {
    content: "58,991";
    opacity: 0.21;
  }
  22% {
    content: "61,800";
    opacity: 0.22;
  }
  23% {
    content: "64,609";
    opacity: 0.23;
  }
  24% {
    content: "67,418";
    opacity: 0.24;
  }
  25% {
    content: "70,227";
    opacity: 0.25;
  }
  26% {
    content: "73,036";
    opacity: 0.26;
  }
  27% {
    content: "75,845";
    opacity: 0.27;
  }
  28% {
    content: "78,654";
    opacity: 0.28;
  }
  29% {
    content: "81,463";
    opacity: 0.29;
  }
  30% {
    content: "84,273";
    opacity: 0.3;
  }
  31% {
    content: "87,082";
    opacity: 0.31;
  }
  32% {
    content: "89,891";
    opacity: 0.32;
  }
  33% {
    content: "92,700";
    opacity: 0.33;
  }
  34% {
    content: "95,509";
    opacity: 0.34;
  }
  35% {
    content: "98,318";
    opacity: 0.35;
  }
  36% {
    content: "101,127";
    opacity: 0.36;
  }
  37% {
    content: "103,936";
    opacity: 0.37;
  }
  38% {
    content: "106,745";
    opacity: 0.38;
  }
  39% {
    content: "109,554";
    opacity: 0.39;
  }
  40% {
    content: "112,364";
    opacity: 0.4;
  }
  41% {
    content: "115,173";
    opacity: 0.41;
  }
  42% {
    content: "117,982";
    opacity: 0.42;
  }
  43% {
    content: "120,791";
    opacity: 0.43;
  }
  44% {
    content: "123,600";
    opacity: 0.44;
  }
  45% {
    content: "126,409";
    opacity: 0.45;
  }
  46% {
    content: "129,218";
    opacity: 0.46;
  }
  47% {
    content: "132,027";
    opacity: 0.47;
  }
  48% {
    content: "134,836";
    opacity: 0.48;
  }
  49% {
    content: "137,645";
    opacity: 0.49;
  }
  50% {
    content: "140,455";
    opacity: 0.5;
  }
  51% {
    content: "143,264";
    opacity: 0.51;
  }
  52% {
    content: "146,073";
    opacity: 0.52;
  }
  53% {
    content: "148,882";
    opacity: 0.53;
  }
  54% {
    content: "151,691";
    opacity: 0.54;
  }
  55% {
    content: "154,500";
    opacity: 0.55;
  }
  56% {
    content: "157,309";
    opacity: 0.56;
  }
  57% {
    content: "160,118";
    opacity: 0.57;
  }
  58% {
    content: "162,927";
    opacity: 0.58;
  }
  59% {
    content: "165,736";
    opacity: 0.59;
  }
  60% {
    content: "168,546";
    opacity: 0.6;
  }
  61% {
    content: "171,355";
    opacity: 0.61;
  }
  62% {
    content: "174,164";
    opacity: 0.62;
  }
  63% {
    content: "176,973";
    opacity: 0.63;
  }
  64% {
    content: "179,782";
    opacity: 0.64;
  }
  65% {
    content: "182,591";
    opacity: 0.65;
  }
  66% {
    content: "185,400";
    opacity: 0.66;
  }
  67% {
    content: "188,209";
    opacity: 0.67;
  }
  68% {
    content: "191,018";
    opacity: 0.68;
  }
  69% {
    content: "193,827";
    opacity: 0.69;
  }
  70% {
    content: "196,637";
    opacity: 0.7;
  }
  71% {
    content: "199,446";
    opacity: 0.71;
  }
  72% {
    content: "202,255";
    opacity: 0.72;
  }
  73% {
    content: "205,064";
    opacity: 0.73;
  }
  74% {
    content: "207,873";
    opacity: 0.74;
  }
  75% {
    content: "210,682";
    opacity: 0.75;
  }
  76% {
    content: "213,491";
    opacity: 0.76;
  }
  77% {
    content: "216,300";
    opacity: 0.77;
  }
  78% {
    content: "219,109";
    opacity: 0.78;
  }
  79% {
    content: "221,918";
    opacity: 0.79;
  }
  80% {
    content: "224,728";
    opacity: 0.8;
  }
  81% {
    content: "227,537";
    opacity: 0.81;
  }
  82% {
    content: "230,346";
    opacity: 0.82;
  }
  83% {
    content: "233,155";
    opacity: 0.83;
  }
  84% {
    content: "235,964";
    opacity: 0.84;
  }
  85% {
    content: "238,773";
    opacity: 0.85;
  }
  86% {
    content: "241,582";
    opacity: 0.86;
  }
  87% {
    content: "244,391";
    opacity: 0.87;
  }
  88% {
    content: "247,200";
    opacity: 0.88;
  }
  89% {
    content: "250,009";
    opacity: 0.89;
  }
  90% {
    content: "252,819";
    opacity: 0.9;
  }
  91% {
    content: "255,628";
    opacity: 0.91;
  }
  92% {
    content: "258,437";
    opacity: 0.92;
  }
  93% {
    content: "261,246";
    opacity: 0.93;
  }
  94% {
    content: "264,055";
    opacity: 0.94;
  }
  95% {
    content: "266,864";
    opacity: 0.95;
  }
  96% {
    content: "269,673";
    opacity: 0.96;
  }
  97% {
    content: "272,482";
    opacity: 0.97;
  }
  98% {
    content: "275,291";
    opacity: 0.98;
  }
  99% {
    content: "278,100";
    opacity: 0.99;
  }
  100% {
    content: "280,910";
    opacity: 1;
  }
}/*# sourceMappingURL=top.css.map */