@charset "UTF-8";
/*==========================================
  PC Common
==========================================*/
/*------------------
  base
------------------*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

img {
  max-width: 100%;
}

.f-Oswald {
  font-family: YakuHanJPs, "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.f-Alata {
  font-family: YakuHanJPs, "Alata", sans-serif;
  font-weight: 400;
}

.f-Kosugi {
  font-family: YakuHanJPs, "Kosugi Maru", sans-serif;
  font-weight: 400;
}

/* content-wrap
==================================*/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -5;
  background: url(../images/background.webp) repeat center/cover;
}

#contentWrap {
  max-width: 450px;
  margin: auto;
  background: #fff;
}

.underContent {
  position: relative;
  padding-right: 20px;
  padding: 30px 20px 0 0;
}

#fix-tag {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#fix-tag .inner {
  position: sticky;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(255, 94, 135) 0%, rgb(255, 130, 63) 100%);
  width: 20px;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#fix-tag .inner .scrolling-image {
  width: 12px;
  margin-bottom: 16px;
  animation: scrollImage 20s linear infinite;
}

@keyframes scrollImage {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/*------------------
  header
------------------*/
header {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 10;
}
header .logo {
  width: 74px;
}

/*------------------
  footer
------------------*/
footer {
  padding: 80px 0 20px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
}

/*------------------
  common
------------------*/
.c-title {
  background: #333;
  padding: 10px 20px 15px;
  margin: 0 0 10px;
}
.c-title .f-Oswald {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.c-title .f-Oswald + p {
  color: #F56B9A;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

ul.dots li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 14px;
}
ul.dots li::before {
  content: "・";
  position: absolute;
  left: 0;
}

ul.att li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 14px;
}
ul.att li::before {
  content: "※";
  position: absolute;
  left: 0;
}

/*------------------
  loaders
------------------*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/*------------------
  animation
------------------*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

#rain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#rain .rain {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rain li {
  width: 30px;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
#rain li img {
  width: 100%;
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
#rain li:nth-child(1) {
  left: 0;
  animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
#rain li:nth-child(2) {
  left: 5vw;
  animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
#rain li:nth-child(3) {
  left: 15vw;
  animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
#rain li:nth-child(4) {
  left: 30vw;
  animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
#rain li:nth-child(5) {
  left: 40vw;
  animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
#rain li:nth-child(6) {
  left: 55vw;
  animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
#rain li:nth-child(7) {
  left: 65vw;
  animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}
#rain li:nth-child(8) {
  left: 50vw;
  animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

/*==========================================
  Layout
==========================================*/
/*------------------
  Top
------------------*/
#Top #heroArea {
  position: relative;
}
#Top #heroArea .schedule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
}
#Top #heroArea .schedule p.f-Oswald {
  color: #D71E26;
  font-size: 12px;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
#Top #heroArea .schedule p.f-Alata {
  font-size: 14px;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
#Top #heroArea .schedule p.f-Alata span {
  font-size: 24px;
}
#Top .c__area {
  margin-bottom: 50px;
}
#Top .c__area .f-Alata {
  font-size: 20px;
  text-align: center;
}
#Top .c__area .f-Alata span {
  font-size: 32px;
}
#Top .c__area .movie {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
#Top .c__area .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#Top #event {
  margin-bottom: 50px;
}
#Top #event .link01 {
  margin-left: 10px;
}
#Top #event .link01 a {
  position: relative;
  z-index: 5;
  display: block;
  width: 230px;
  height: 230px;
}
#Top #event .link01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/Star_1.svg) no-repeat center/contain;
  width: 100%;
  height: 100%;
  animation: rotate360 23s linear infinite;
}
#Top #event .link01 a p.f-Kosugi {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: rotate(15deg) translate(-52%, -10%);
}
#Top #event .link01 a p.f-Kosugi span {
  font-size: 36px;
}
#Top #event .link01 a p.f-Oswald {
  position: absolute;
  left: 20%;
  bottom: 21%;
  transform: rotate(15deg);
  background: #FFF93F;
  width: 100px;
  height: 20px;
  border-radius: 20px;
  color: #D71E26;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
#Top #event .link02 {
  margin-right: 10px;
}
#Top #event .link02 a {
  position: relative;
  z-index: 5;
  display: block;
  width: 182px;
  height: 182px;
  margin: -30px 0 0 auto;
}
#Top #event .link02 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/Star_2.svg) no-repeat center/contain;
  width: 100%;
  height: 100%;
  animation: rotate360 23s linear infinite;
}
#Top #event .link02 a p.f-Kosugi {
  position: absolute;
  top: 26%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 26px;
  text-align: center;
  transform: rotate(-15deg);
}
#Top #event .link02 a p.f-Kosugi span {
  font-size: 16px;
}
#Top #event .link02 a p.f-Oswald {
  position: absolute;
  left: 28%;
  bottom: 19%;
  transform: rotate(-15deg);
  background: #FFF93F;
  width: 100px;
  height: 20px;
  border-radius: 20px;
  color: #D71E26;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}