@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
}

:root {
  --main-bg-grey: #f1f2f2;
  --bg-brown:rgba(31, 24, 15, 1);
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
body {
  background-image: linear-gradient(0deg, rgb(5, 5, 5) 0%, rgb(31, 24, 15) 80%);
}

main {
  color: #fff;
}
main a, main a img {
  transition: 0.5s;
}
main a:hover, main a img:hover {
  transition: 0.5s;
}
main b {
  font-size: 120%;
}
@media screen and (min-width: 768px) {
  main p, main h4, main li {
    font-size: 20px !important;
  }
  main #notes li {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  main p, main h4, main li {
    font-size: 16px !important;
  }
  main #notes li {
    font-size: 12px !important;
  }
}

/* ヘッダー設定ここから */
#header {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0;
}

.inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.inner-wrapper p {
  margin: 0 auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.inner-wrapper p img {
  margin: 0 auto;
}

#header-top-wrapper {
  /* background: url('../img/2023_2024/2x/bg@2x.png') no-repeat top center; */
  background-size: cover;
  margin-top: -121px;
  padding-top: 121px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #header-top-wrapper {
    /* background: url('../img/2023_2024/sp/bg.png') no-repeat top center; */
    background-size: cover;
    margin-top: -121px;
    padding-top: 121px;
    text-align: center;
  }
}

#header-top {
  padding-top: 0;
  height: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  #header-top {
    background-color: #a01e24;
  }
}
#header-top p {
  float: left;
}
@media screen and (max-width: 767px) {
  #header-top p.shimenawa {
    width: 25%;
  }
}
#header-top p.hatsuyume {
  padding-top: 50px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #header-top p.hatsuyume {
    width: 70%;
    padding-top: 5%;
  }
}
#header-top p.sumaho {
  float: right;
  position: relative;
  padding-top: 30px;
  width: 43%;
}
@media screen and (max-width: 767px) {
  #header-top p.sumaho {
    width: 100%;
    padding: 0 3%;
  }
}
#header-top p.sumaho img:last-child {
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 767px) {
  #header-top p.sumaho img:last-child {
    right: 15%;
  }
}

.header-obi {
  /*  background-color: #a01e24a4; */
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgba(160, 30, 36, 0.6431372549) 25%, rgba(160, 30, 36, 0.6431372549) 80%, rgba(255, 255, 255, 0) 80%);
  text-align: center;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .header-obi {
    background-color: #a01e24;
  }
}
.header-obi.sp-only {
  padding: 3% 0 0 3%;
  height: 150px;
  position: relative;
  z-index: 1;
}
.header-obi.sp-only .sp-sumaho {
  position: relative;
}
.header-obi.sp-only .sp-hatsuyume {
  position: relative;
  width: 45%;
  margin: -43% auto 0;
  top: -20%;
}

#header-bottom h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #header-bottom h2 {
    margin-bottom: 20px;
  }
}
#header-bottom .date {
  padding: 50px 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #header-bottom .date {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header-bottom {
    padding: 0 5%;
    margin-top: 25%;
  }
}

/* micro clearfx */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* IE 6/7用。不要なら削除可。 */
#header-inner {
  text-align: center;
  padding-bottom: 50px;
}
#header-inner div {
  position: relative;
  top: -60px;
}
#header-inner div .hyakunin {
  margin-top: 100px;
  position: relative;
  z-index: 1;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #header-inner div .hyakunin {
    width: 80%;
    margin-top: 20%;
  }
}
#header-inner div.zengaku-box {
  position: relative;
  top: 0;
  width: 60%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #header-inner div.zengaku-box {
    width: 80%;
    margin-top: 3%;
  }
}
#header-inner div.zengaku-box .kirakira1 {
  position: absolute;
  top: -60px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  #header-inner div.zengaku-box .kirakira1 {
    left: -10%;
    top: -55%;
  }
}
#header-inner div.zengaku-box .kirakira2 {
  position: absolute;
  top: 150px;
  right: -100px;
}
@media screen and (max-width: 767px) {
  #header-inner div.zengaku-box .kirakira2 {
    top: 0;
    right: -10%;
  }
}
#header-inner div.zengaku-box .zengaku {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
}
#header-inner div.zengaku-box .zengaku img {
  width: 40%;
}
#header-inner div.zengaku-box .zengaku .zengaku-zen {
  flex-grow: 1;
  opacity: 0;
}
#header-inner div.zengaku-box .zengaku .zengaku-gaku {
  flex-grow: 1;
  opacity: 0;
}
#header-inner div .pointback {
  margin-top: -30px;
  position: relative;
  z-index: 1;
  width: 70%;
  right: 0;
  left: auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #header-inner div .pointback {
    width: 90%;
    margin-top: 0;
    margin-bottom: 10%;
  }
}

.neon {
  animation: neon 1s infinite alternate;
}
@keyframes neon {
  0% {
    text-shadow: 0 0 0.02em #fff7fb, 0 0 0.04em #fff7fb, 0 0 0.06em #fff7fb, 0 0 0.1em rgb(255, 238, 0), 0 0 0.4em rgb(255, 238, 0), 0 0 0.5em rgb(255, 238, 0), 0 0 0.7em rgb(255, 238, 0), 0 0 0.8em rgb(255, 238, 0);
  }
  100% {
    text-shadow: 0 0 0.04em #fff7fb, 0 0 0.08em #fff7fb, 0 0 0.4em #fff7fb, 0 0 0.7em rgb(255, 238, 0), 0 0 0.8em rgb(255, 238, 0), 0 0 0.9em rgb(255, 238, 0), 0 0 1.1em rgb(255, 238, 0), 0 0 1.3em rgb(255, 238, 0);
  }
}

.neon2 {
  animation: neon2 1.5s infinite alternate;
}
@keyframes neon2 {
  0% {
    transform: scale(0);
    filter: drop-shadow(0 0 0.1em #fff7fb) drop-shadow(0 0 0.15em #fff7fb) drop-shadow(0 0 0.2em #fff7fb) drop-shadow(0 0 0.8em rgb(255, 238, 0));
  }
  50% {
    transform: scale(0.6);
    filter: drop-shadow(0 0 0.1em #fff7fb) drop-shadow(0 0 0.15em #fff7fb) drop-shadow(0 0 0.2em #fff7fb) drop-shadow(0 0 0.8em rgb(255, 238, 0));
  }
  75% {
    transform: scale(0.5);
    filter: drop-shadow(0 0 0.15em #fff7fb) drop-shadow(0 0 0.2em #fff7fb) drop-shadow(0 0 0.25em #fff7fb) drop-shadow(0 0 2em rgb(255, 238, 0));
  }
  100% {
    transform: scale(0);
    filter: drop-shadow(0 0 0.1em #fff7fb) drop-shadow(0 0 0.15em #fff7fb) drop-shadow(0 0 0.2em #fff7fb) drop-shadow(0 0 0.8em rgb(255, 238, 0));
  }
}

.neon2-2 {
  animation: neon2-2 0.75s infinite alternate;
}
@keyframes neon2-2 {
  0% {
    transform: scale(0);
    filter: drop-shadow(0 0 0.1em #fff7fb) drop-shadow(0 0 0.15em #fff7fb) drop-shadow(0 0 0.2em #fff7fb) drop-shadow(0 0 0.8em rgb(255, 238, 0));
  }
  75% {
    transform: scale(0.6);
    filter: drop-shadow(0 0 0.1em #fff7fb) drop-shadow(0 0 0.15em #fff7fb) drop-shadow(0 0 0.2em #fff7fb) drop-shadow(0 0 0.8em rgb(255, 238, 0));
  }
  100% {
    transform: scale(0.5);
    filter: drop-shadow(0 0 0.15em #fff7fb) drop-shadow(0 0 0.2em #fff7fb) drop-shadow(0 0 0.25em #fff7fb) drop-shadow(0 0 2em rgb(255, 238, 0));
  }
}

.neon3 {
  animation: neon3 1.5s infinite alternate;
}
@keyframes neon3 {
  0% {
    /* filter:
    drop-shadow(0 0 0.15em $color_white2)
    drop-shadow(0 0 0.2em $color_white2)
    drop-shadow(0 0 0.8em $color_yellow2); */
  }
  100% {
    transform: scale(1.05);
    /* filter:
    drop-shadow(0 0 0.2em $color_white2)
    drop-shadow(0 0 0.25em $color_white2)
    drop-shadow(0 0 1em $color_yellow2); */
  }
}

.scrollFadein,
.scrollFadeinDelay,
.fadeinRoulette {
  opacity: 0;
}

#particles-js {
  position: absolute;
  z-index: -1;
  background-color: var(--bg-brown);
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #particles-js canvas {
    width: 200% !important;
    height: 200% !important;
    margin-top: 50%;
  }
}

.video-wrapper {
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .video-wrapper {
    top: 580px;
    left: 25%;
  }
}

.video {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 10%;
  box-shadow: 0px 0px 15px -7px #777777;
}
@media screen and (max-width: 767px) {
  .video {
    width: 200px;
    height: 200px;
  }
}

.video video {
  max-width: 150%;
  width: 125%;
  height: 125%;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}

/* ヘッダー設定ここまで */
/* DLボタン設定 */
ul.download {
  width: 95%;
}
ul.download li {
  padding: 0 3%;
}

#banner-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #fff;
  padding: 15px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#banner-container.active {
  animation: slide-up 0.5s ease-in-out;
}
#banner-container.desactive {
  transition: 0.5s;
  bottom: -100px;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
#close-btn {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #appFooter {
    padding-bottom: 100px;
  }
}
/* コンテンツ設定 */
.moji {
  background-color: #010000;
}

.moji h3 {
  margin: 0 auto 15px;
  margin-bottom: 5.195%;
  font-size: 32px;
  line-height: 2em;
  text-align: center;
  background-color: #A58A46;
  color: #fff;
  position: relative;
  font-style: normal;
  background-image: linear-gradient(70deg, rgba(211, 209, 209, 0.3) 45%, #fff 50%, rgba(211, 209, 209, 0.3) 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 5s infinite;
  border: solid 1px #A58A46;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(165, 140, 70, 0.4);
}
@media screen and (max-width: 767px) {
  .moji h3 {
    font-size: 20px;
  }
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#outline-box01 p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#outline h2 {
  color: #A58A46;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #outline h2 {
    width: 100%;
  }
}

#outline-lead {
  width: 100%;
}

.outline-box h3 {
  background-color: #A58A46;
}

@media screen and (max-width: 767px) {
  .outline-box {
    width: 90% !important;
  }
}
@media screen and (min-width: 768px) {
  ul.download {
    width: 530px;
    margin-bottom: 50px !important;
  }
}
.DL-box h4 {
  text-align: center;
  padding: 2rem 0;
}

a b {
  font-weight: bold;
  border-bottom: 2px solid;
}

/* --------------------------------ローディングエフェクト------------------------------ */
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#loading-main:after, #loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 40%;
  left: 50%;
  border-radius: 110%;
}

#loading-main {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
}

#loading-main:after {
  animation: loading 0.75s linear infinite;
  border: 1px solid transparent;
  border-top-color: #666;
}

#loading-main:before {
  border: 1px solid rgba(51, 51, 51, 0.15);
}

/* --------------------/ローディングエフェクト------------------------------- */
.end_text {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7058823529);
  width: 100%;
  height: 30vh;
  padding: 0;
  display: flex;
  align-items: center;
}
.end_text p {
  text-align: center;
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  .end_text p {
    font-size: 200%;
  }
}/*# sourceMappingURL=style.css.map */