@charset "UTF-8";
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes star1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes star2 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star2 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes star3 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star3 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes star4 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star4 {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1000px;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media print, screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

img {
  max-width: 100%;
}

small {
  display: block;
}

.bold {
  font-weight: 700;
}

.txtLink {
  color: #F9BE00;
  padding-left: 22px;
  display: block;
  position: relative;
  margin-top: 8px;
  transition: all 0.5s;
}
.txtLink:hover {
  color: #fff;
}
.txtLink::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/icn_arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  left: 0;
  top: 4px;
}
@media print, screen and (min-width: 768px) {
  .txtLink::before {
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

h1 {
  font-weight: 900;
  background: linear-gradient(90deg, #FFCE41 0%, #7E5000 9.32%, #8C5900 12.65%, #FFCE41 31.5%, #A67712 42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media print, screen and (min-width: 768px) {
  h1 {
    font-size: 62px;
    line-height: 74px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 30px;
  }
}
h1.is-center {
  text-align: center;
}

h2 {
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 44px;
  }
}

h3 {
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 44px;
  }
}
h3 span {
  padding: 3px 8px;
  color: #000;
  font-size: 18px;
  background: #F9BE00;
  border-radius: 3px;
  margin-right: 16px;
}
@media print, screen and (min-width: 768px) {
  h3 span {
    font-size: 24px;
    padding: 5px 12px;
  }
}
h3 small {
  font-size: 14px;
  font-weight: 300;
  display: block;
  line-height: 1.5;
  margin-top: 20px;
}

p + h3 {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  p + h3 {
    margin-top: 60px;
  }
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  table {
    border-top: 1px solid #525055;
  }
}
table th,
table td {
  border: 1px solid #525055;
}
@media print, screen and (min-width: 768px) {
  table th,
  table td {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  table th,
  table td {
    padding: 10px 20px;
  }
}
table th {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
}
@media print, screen and (min-width: 768px) {
  table th {
    width: 22%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  table th {
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: none;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  table td {
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  table td {
    width: 28%;
    font-size: 14px;
  }
}

.yellow {
  color: #F9BE00;
}

.blue {
  color: #0090B0;
}

.pink {
  color: #C94949;
}

.bgPink,
.bgBlue {
  display: inline-block;
  color: #fff;
  font-weight: 900;
  padding: 3px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .bgPink,
  .bgBlue {
    width: 55px;
  }
}
@media screen and (max-width: 1400px) {
  .bgPink,
  .bgBlue {
    width: 48px;
  }
}

.bgPink {
  background: #C94949;
}

.bgBlue {
  background: #0090B0;
}

.block {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1320px;
  padding: 0 60px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .block {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .block {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .block-s {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .block-s {
    margin-top: 50px;
  }
}

.bg1 {
  position: relative;
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 767px) {
  .bg1 {
    background-image: url(../img/bg_sp.jpg);
  }
}
@media print, screen and (min-width: 768px) {
  .bg1 {
    background-image: url(../img/bg.jpg);
  }
}
.bg1:before {
  z-index: 0;
  content: "";
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
}

.bg2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bg2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .bg2 {
    margin-bottom: 40px;
  }
}
.bg2:before {
  z-index: 0;
  content: "";
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  pointer-events: none;
}
.bg2:after {
  z-index: 0;
  content: "";
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.bg2 video {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.bg3 {
  mix-blend-mode: plus-lighter;
  position: relative;
}
.bg3.is-deco::before {
  position: fixed;
  content: "";
  background: url(../img/bg02.png) 100% no-repeat;
  background-size: contain;
  width: 44.0104166667vw;
  height: 100%;
  right: 0;
  top: -10%;
}
@media only screen and (max-width: 767px) {
  .bg3.is-deco::before {
    width: 300px;
    top: -25%;
  }
}
.bg3.is-deco::after {
  position: fixed;
  content: "";
  background: url(../img/bg03.png) no-repeat;
  background-size: contain;
  width: 50.625vw;
  height: 100%;
  left: 0;
  top: 10%;
}
@media only screen and (max-width: 767px) {
  .bg3.is-deco::after {
    width: 400px;
    bottom: -10%;
    top: auto;
  }
}

.bg4 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 70.46%, #000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 64.95%, #000 100%), #211A0D;
}
@media only screen and (max-width: 767px) {
  .bg4 {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 200px;
  }
}

.contents,
.wrapper {
  display: flex;
  flex-direction: column;
  gap: 150px;
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .contents,
  .wrapper {
    gap: 120px;
  }
}
@media screen and (max-width: 500px) {
  .contents,
  .wrapper {
    gap: 60px;
  }
}

.contents_title01 {
  margin-top: 80px;
}
.contents_title02, .contents_title03 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .contents_title02, .contents_title03 {
    font-size: 24px;
    line-height: 1;
  }
}
.contents_title03 {
  margin-top: 80px;
}

body.scrolled #scrolltop,
body.scrolled #bnr {
  opacity: 1;
}

.listIcon {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .listIcon {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .listIcon {
    gap: 20px;
  }
}
.listIcon li {
  padding-left: 30px;
  text-indent: -30px;
}
@media screen and (max-width: 500px) {
  .listIcon li {
    line-height: 1.6;
  }
}
.listIcon li span {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.listIcon li span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(../img/icn_list.svg);
  background-size: contain;
}

.listPrizes {
  width: 100%;
  gap: 52px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .listPrizes {
    flex-direction: column;
    gap: 20px 0;
  }
}
.listPrizes li:not(.listIcon li) {
  background: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  border: 0.5px solid #F9BE00;
  border-radius: 8px;
  padding: 35px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .listPrizes li:not(.listIcon li) {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .listPrizes li:not(.listIcon li) {
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .listPrizes li:not(.listIcon li) {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .listPrizes li:not(.listIcon li) {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.listPrizes li:not(.listIcon li) > p {
  flex-grow: 1;
}
.listPrizes_title {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1200px) {
  .listPrizes_title {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.listPrizes_title p {
  font-size: 29px;
  font-weight: 900;
  line-height: 100%;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .listPrizes_title p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .listPrizes_title p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) {
  .listPrizes_title .yellow {
    line-height: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .listPrizes_title.is-width {
    gap: 11px;
  }
}
.listPrizes p:not(.listPrizes_title p) span {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .listPrizes p:not(.listPrizes_title p) {
    flex: 1;
    margin-bottom: 25px;
  }
}
.listPrizes_money {
  display: block;
  text-align: right;
  font-weight: 900;
  font-size: 23px;
  line-height: 100%;
}
@media print, screen and (min-width: 768px) {
  .listPrizes_money {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .listPrizes_money {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .listPrizes_money {
    text-align: center;
    font-size: 23px;
  }
}
.listPrizes_money span + span:last-child {
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.listPrizes .bgPink,
.listPrizes .bgBlue {
  font-size: 12px;
}
@media screen and (max-width: 1400px) {
  .listPrizes .bgPink,
  .listPrizes .bgBlue {
    font-size: 10px;
  }
}
.listPrizes .listIcon {
  flex-direction: column;
  margin: 15px 0 25px;
  gap: 0;
}
@media screen and (max-width: 500px) {
  .listPrizes .listIcon {
    margin: 0px 0 25px;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .listPrizes .listIcon li {
    line-height: 1.7;
  }
}
@media screen and (min-width: 501px) {
  .listPrizes .listIcon li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .listPrizes .listIcon li span {
    font-size: 14px;
  }
}
.listPrizes .listIcon li span div {
  display: inline;
}
.listPrizes .listIcon li span:before {
  top: 4px;
}
.listPrizes img {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .listPrizes img {
    right: -14px;
    top: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .listPrizes img {
    right: -23px;
    top: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .listSteps {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .listSteps {
    display: flex;
  }
}
.listSteps > li {
  background: rgba(255, 255, 255, 0.1);
}
.listSteps > li > span {
  font-weight: bold;
  position: relative;
  display: block;
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  .listSteps > li > span {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .listSteps > li > span {
    font-size: 20px;
    padding-bottom: 60px;
  }
}
.listSteps > li > span:before {
  content: "";
  background: #F9BE00;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .listSteps > li > span:before {
    width: 10px;
    height: 1px;
    bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .listSteps > li > span:before {
    width: 20px;
    height: 2px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .listSteps > li p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.listSteps > li p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .listSteps > li {
    width: 50%;
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .listSteps > li {
    width: 25%;
    padding: 30px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .listSteps > li:nth-child(even) {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .listSteps > li:nth-child(2), .listSteps > li:nth-child(3) {
    background: none;
  }
}
.listSteps.is-col3_pc > li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .listSteps.is-col3_pc > li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .listSteps.is-col3_pc > li:nth-child(3) {
    background: rgba(255, 255, 255, 0.1);
  }
}

.scheduleGraph {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  border: 1px dotted #969696;
}
@media only screen and (max-width: 767px) {
  .scheduleGraph img {
    max-width: -webkit-max-content;
    max-width: max-content;
    height: 30vh;
  }
}
@media screen and (max-width: 450px) {
  .scheduleGraph img {
    height: 40vh;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleGraph {
    padding: 30px;
    overflow: scroll;
  }
}
@media print, screen and (min-width: 768px) {
  .scheduleGraph {
    padding: 50px 55px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .listSchedule li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .listSchedule li {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.listSchedule li:not(.listSchedule li:last-child) {
  border-bottom: 1px dotted #969696;
}
@media only screen and (max-width: 767px) {
  .listSchedule li:not(.listSchedule li:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .listSchedule li:not(.listSchedule li:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.listSchedule li .title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .listSchedule li .title {
    gap: 18px;
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .listSchedule li .title {
    gap: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .listSchedule li .title {
    gap: 0px;
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .listSchedule li .title span {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .listSchedule li .title span {
    font-size: 24px;
    line-height: 22px;
  }
}

.activePeriod {
  border-radius: 8px;
  border: 1px solid #969696;
}
@media only screen and (max-width: 767px) {
  .activePeriod {
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .activePeriod {
    padding: 50px 70px;
  }
}
.activePeriod .title {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .activePeriod .title {
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .activePeriod .title {
    gap: 30px;
    margin-bottom: 25px;
    align-items: center;
  }
}
.activePeriod .title_flame {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  .activePeriod .title_flame {
    gap: 15px;
    font-size: 20px;
    align-items: start;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .activePeriod .title_flame {
    gap: 30px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .activePeriod .title_flame img {
    width: 25px;
    height: 25px;
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .activePeriod .title_flame img {
    width: 40px;
    height: 40px;
  }
}
.activePeriod .title span.yellow {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .activePeriod .title span.yellow {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .activePeriod .title span.yellow {
    font-size: 16px;
  }
}
.activePeriod .listIcon {
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .activePeriod .listIcon li {
    line-height: 1.7;
  }
}
@media screen and (max-width: 500px) {
  .activePeriod .listIcon li span {
    font-size: 14px;
  }
}

footer {
  text-align: center;
  position: relative;
  z-index: 1;
}

#scrolltop {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.17);
  background: rgba(0, 0, 0, 0.5607843137);
}

#scrolltop,
#bnr {
  opacity: 0;
  position: fixed;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #scrolltop,
  #bnr {
    bottom: 40px;
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #scrolltop,
  #bnr {
    bottom: 70px;
    right: 90px;
  }
}
@media (hover: hover) {
  #scrolltop:hover,
  #bnr:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#bnr {
  border-radius: 8px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media only screen and (max-width: 767px) {
  #bnr {
    right: inherit;
    left: 10px;
    width: 65%;
    max-width: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  #bnr {
    right: inherit;
    left: 90px;
    width: 340px;
  }
}
#bnr a {
  position: relative;
  display: block;
  transition: all 0.5s;
}
@media (hover: hover) {
  #bnr a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#bnr a .star {
  position: absolute;
  background: url(../img/sparkle.png) no-repeat;
  background-size: contain;
  overflow: hidden;
}
#bnr a .star.star-1 {
  width: 25px;
  height: 17px;
  top: 65px;
  right: 0;
}
#bnr a .star.star-2 {
  width: 41.5px;
  height: 38.5px;
  top: -20px;
  right: -20px;
}
#bnr a .star.star-3 {
  width: 37px;
  height: 35px;
  bottom: -20px;
  right: 30px;
}
#bnr a .star.star-4 {
  width: 34px;
  height: 35px;
  top: 20px;
  left: -20px;
}

.star {
  opacity: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.star.star-1 {
  -webkit-animation: star1 4.5s infinite;
          animation: star1 4.5s infinite;
}
.star.star-2 {
  -webkit-animation: star2 3.6s infinite;
          animation: star2 3.6s infinite;
}
.star.star-3 {
  -webkit-animation: star3 3.2s infinite;
          animation: star3 3.2s infinite;
}
.star.star-4 {
  -webkit-animation: star4 4.2s infinite;
          animation: star4 4.2s infinite;
}

.scroll-hint-icon {
  padding: 30px 10px 7px 10px;
  border: 1px solid #494949;
  font-weight: bold;
}

.movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .movie iframe {
    height: 100%;
  }
}

.awardee {
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #9C7700;
}
@media print, screen and (min-width: 768px) {
  .awardee {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .awardee + .awardee {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .awardee + .awardee {
    margin-top: 2rem;
  }
}
.awardee__flame {
  display: flex;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .awardee__flame {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__flame {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .awardee__flame {
    flex-direction: column;
  }
}
.awardee__profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .awardee__profile {
    width: 208px;
  }
}
@media (max-width: 1100px) {
  .awardee__profile {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__profile {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .awardee__profile img {
    width: 100%;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__profile img {
    width: 100%;
    border-radius: 3%;
  }
}
@media (max-width: 600px) {
  .awardee__profile img {
    width: 70%;
    max-width: 320px;
    display: block;
    margin-left: 10%;
  }
}
.awardee__profile-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
@media only screen and (max-width: 767px) {
  .awardee__profile-text {
    margin-top: 10px;
  }
}
.awardee__profile-text strong {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .awardee__profile-text strong {
    font-size: 16px;
    line-height: 160%;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__profile-text strong {
    font-size: 14px;
    line-height: 1;
  }
}
.awardee__profile-text p {
  font-size: 14px;
  line-height: 170%;
}
.awardee__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .awardee__text {
    width: calc(100% - 258px);
  }
}
@media (max-width: 1100px) {
  .awardee__text {
    width: calc(100% - 200px);
  }
}
@media (max-width: 600px) {
  .awardee__text {
    width: 100%;
  }
}
.awardee__title {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .awardee__title {
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .awardee__title {
    align-items: start;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__title {
    align-items: start;
  }
}
@media (max-width: 600px) {
  .awardee__title {
    margin-bottom: -16px;
  }
}
.awardee__title .rank01 {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 4px;
  background: #F9BE00;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .awardee__title .rank01 {
    width: 86px;
    height: 54px;
    padding: 0px 0px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__title .rank01 {
    width: 68px;
    height: 40px;
    padding: 0px 0px 10px;
  }
}
.awardee__title .rank01 strong {
  font-weight: bold;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .awardee__title .rank01 strong {
    font-size: 34px;
    line-height: 70.5%;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__title .rank01 strong {
    font-size: 28px;
    line-height: 65%;
  }
}
.awardee__title .rank01 span {
  font-weight: bold;
  line-height: 1;
  color: #000000;
}
@media print, screen and (min-width: 768px) {
  .awardee__title .rank01 span {
    font-size: 24.5px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__title .rank01 span {
    font-size: 20px;
  }
}
.awardee__title .rank02 {
  display: block;
  width: 100%;
}
.awardee__title .rank02 strong {
  font-weight: bold;
  position: relative;
  padding: 0 25px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .awardee__title .rank02 strong {
    font-size: 24px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__title .rank02 strong {
    font-size: 20px;
    line-height: 1.5;
  }
}
.awardee__title .rank02 strong::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 44px;
  background: url(../img/icn_awardee1.svg) 50% 50% no-repeat;
  background-size: contain;
}
.awardee__title .rank02 strong::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 44px;
  background: url(../img/icn_awardee2.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .awardee__title .name {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1100px) {
  .awardee__title .name {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__title .name {
    margin-top: -10px;
  }
}
.awardee__title .name strong {
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .awardee__title .name strong {
    font-size: 37px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__title .name strong {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 4px;
  }
}
.awardee__title .name small {
  line-height: 1;
  color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
  .awardee__title .name small {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__title .name small {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.awardee__title .name span {
  display: block;
  width: 100%;
  font-size: 24px;
  margin-top: -15px;
  font-weight: bold;
}
.awardee__comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
}
.awardee__comment strong {
  font-weight: bold;
  color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
  .awardee__comment strong {
    font-size: 24px;
    line-height: 189%;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__comment strong {
    font-size: 18px;
    line-height: 170%;
  }
}
@media (max-width: 1100px) {
  .awardee__comment strong br {
    display: none !important;
  }
}
.awardee__comment p {
  font-size: 16px;
  line-height: 189%;
  color: #FFFFFF;
}
.awardee__recommend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .awardee__recommend {
    gap: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__recommend {
    gap: 10px;
  }
}
.awardee__recommend-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.awardee__recommend-title span.line {
  flex: 1;
  border-bottom: 0.3px solid #b88c00;
}
.awardee__recommend-title div.text {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .awardee__recommend-title div.text {
    padding: 0 30px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__recommend-title div.text {
    padding: 0 15px;
    gap: 5px;
  }
}
.awardee__recommend-title div.text span {
  font-weight: bold;
  color: #F9BE00;
}
@media print, screen and (min-width: 768px) {
  .awardee__recommend-title div.text span {
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__recommend-title div.text span {
    font-size: 16px;
    line-height: 1;
  }
}
.awardee__recommend-title div.text small {
  font-weight: bold;
  color: #F9BE00;
}
@media print, screen and (min-width: 768px) {
  .awardee__recommend-title div.text small {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__recommend-title div.text small {
    font-size: 12px;
    line-height: 1;
  }
}
.awardee__toggle {
  display: flex;
  justify-content: center;
  align-items: start;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: #484848;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .awardee__toggle {
    padding: 9px 26px;
    gap: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__toggle {
    padding: 12px 15px;
    gap: 10px;
  }
}
.awardee__toggle p {
  width: 100%;
  height: 30px;
  line-height: 189%;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  font-size: 14px;
}
.awardee__toggle p br {
  display: none;
}
.awardee__toggle p > span {
  display: block;
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.awardee__toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-top: 7px;
  position: relative;
}
.awardee__toggle-icon span {
  background: #F9BE00;
  transition: background-color 0.3s ease;
}
.awardee__toggle-icon span.tate {
  width: 2px;
  height: 14px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.awardee__toggle-icon span.yoko {
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.awardee__toggle.is-active p {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
.awardee__toggle.is-active p br {
  display: block;
}
.awardee__toggle.is-active .awardee__toggle-icon span.tate {
  opacity: 0;
}
.awardee__object01 {
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .awardee__object01 {
    width: 154px;
    right: 50px;
    top: -28px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__object01 {
    width: 100px;
    right: 20px;
    top: -18px;
  }
}
@media (max-width: 600px) {
  .awardee__object01 {
    width: 35%;
    right: 10px;
    top: -10px;
  }
}
.awardee__object01 img {
  width: 100%;
}
.awardee__object02 {
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .awardee__object02 {
    width: 105px;
    right: 50px;
    top: -28px;
  }
}
@media only screen and (max-width: 767px) {
  .awardee__object02 {
    width: 100px;
    right: 20px;
    top: -18px;
  }
}
@media (max-width: 600px) {
  .awardee__object02 {
    width: 25%;
    right: 24px;
    top: -10px;
  }
}
.awardee__object02 img {
  width: 100%;
}

.recipients__list {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media print, screen and (min-width: 768px) {
  .recipients__list {
    padding: 0 100px;
    margin: 0 -3rem;
    justify-content: center;
  }
}
.recipients__list li {
  margin: 0.75rem;
  position: relative;
  width: calc(50% - 1.5rem - 0.1px);
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .recipients__list li {
    margin: 2.5rem 3rem;
    width: calc(33.333% - 6rem - 0.1px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .recipients__list li {
    margin: 1rem;
    width: calc(33.333% - 2rem - 0.1px);
  }
}
.recipients__list li:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media print, screen and (min-width: 768px) {
  .recipients__list li::before {
    position: absolute;
    content: "";
    background: url(../img/bg05.png) 50% 50% no-repeat;
    background-size: contain;
    width: 150%;
    height: 150%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    transition: all 0.7s ease;
    mix-blend-mode: plus-lighter;
  }
}
.recipients__list li:hover::before {
  opacity: 1;
}
.recipients__list a {
  border: 1px solid rgba(249, 190, 0, 0.6);
  height: 100%;
  display: block;
  border-radius: 10px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .recipients__list a {
    border-radius: 17px;
  }
}
.recipients__list a::before {
  position: absolute;
  content: "";
  background: url(../img/bg04.jpg) 50% 50% no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .recipients__list a::before {
    border-radius: 17px;
  }
}
.recipients__list a::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.71%, rgba(0, 0, 0, 0.6) 64.94%, #000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .recipients__list a::after {
    border-radius: 17px;
  }
}
.recipients__img {
  border-radius: 17px;
}
.recipients__profile {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  padding: 14px;
}
@media print, screen and (min-width: 768px) {
  .recipients__profile {
    mix-blend-mode: plus-lighter;
    padding: 20px;
  }
}
.recipients__profile::before {
  position: absolute;
  content: "";
  background: url(../img/ringLight.png) 50% 50% no-repeat;
  background-size: contain;
  z-index: 1;
  width: 7rem;
  height: 7rem;
  top: -30%;
  right: -28%;
  mix-blend-mode: plus-lighter;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .recipients__profile::before {
    width: 11rem;
    height: 11rem;
    top: -47%;
    right: -32%;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .recipients__profile::before {
    display: none;
  }
}
.recipients__profile.is-iineBreak::before {
  top: -25%;
}
@media print, screen and (min-width: 768px) {
  .recipients__profile.is-iineBreak::before {
    top: -45%;
  }
}
.recipients__award {
  position: relative;
  font-size: 16px;
  background: linear-gradient(90deg, #B99B67 0%, #EED486 50%, #B99B67 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  display: block;
  text-align: right;
  line-height: 1.3;
  text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.3);
  z-index: auto;
}
@media print, screen and (min-width: 768px) {
  .recipients__award {
    font-size: 24px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
}
.recipients__name {
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  display: block;
  text-align: right;
  line-height: 1;
  padding: 5px 0;
}
@media print, screen and (min-width: 768px) {
  .recipients__name {
    font-size: 20px;
    padding: 10px 0;
  }
}
.recipients__logo {
  display: flex;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .recipients__logo img {
    width: 35px;
  }
}

.main {
  position: relative;
}
.main .btn {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 0.2em 1.5em;
  border-radius: 10rem;
  border: 1px solid #D8AE36;
  position: absolute;
  top: auto;
  right: 3%;
  bottom: -8%;
  transition: all 0.5s;
}
@media print, screen and (min-width: 768px) {
  .main .btn {
    font-size: 24px;
    top: 5%;
    right: 3%;
    bottom: auto;
  }
}
.main .btn span {
  position: relative;
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .main .btn span {
    padding-right: 30px;
  }
}
.main .btn span::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/icn_arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .main .btn span::before {
    width: 18px;
    height: 18px;
  }
}
@media (hover: hover) {
  .main .btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.listReward {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .listReward {
    gap: 22px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .listReward {
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
  }
}
.listReward > li {
  background: rgba(0, 0, 0, 0.5);
  border: 0.5px solid #F9BE00;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.listReward > li span {
  font-weight: bold;
  position: relative;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .listReward > li span {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .listReward > li span {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .listReward > li {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .listReward > li {
    padding: 35px 32px;
  }
}

.listDisc > li,
.listDecimal > li,
.listNotes > li {
  margin-left: 1.2em;
}
.listDisc > li::before,
.listDecimal > li::before,
.listNotes > li::before {
  display: inline-block;
  margin-left: -1.2em;
  width: 1.2em;
}

.listDisc > li::before {
  content: "・";
}

.listDecimal > li {
  counter-increment: decimal-cnt;
}
.listDecimal > li::before {
  content: counter(decimal-cnt) ".";
}

.listNotes > li::before {
  content: "※";
}