@charset "UTF-8";
@import url("https://use.typekit.net/ieg5dzj.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes snowAnimation {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(150vh);
    opacity: 0;
  }
}
@keyframes ktkt1 {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(5deg);
  }
  35% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(5deg);
  }
  45% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ktkt2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  55% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(10deg);
  }
  65% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.snow {
  position: absolute;
  top: 0px;
  transform: translateY(-100px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  animation-name: snowAnimation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ltc-nicholas-cochin-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-image: url(../images/bg_grey.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #5B5B5B;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.sp {
  display: none;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-image: url(../images/bg_grey.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 100px;
  height: 31px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

.hum {
  width: 48px;
  height: 48px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 10px;
  right: 0px;
  z-index: 111;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
.hum:hover {
  opacity: 0.5;
}
.hum.on > div span {
  background-color: #FFF;
}
.hum.on > div span:nth-child(1) {
  top: 5px;
  transform: rotate(-45deg);
}
.hum.on > div span:nth-child(2) {
  top: 5px;
  transform: rotate(45deg);
}
.hum > div {
  width: 20px;
  height: 20px;
  position: relative;
}
.hum > div span {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.hum > div span:nth-child(1) {
  top: 0px;
}
.hum > div span:nth-child(2) {
  top: 9px;
}

nav {
  width: 100%;
  height: 100%;
  max-width: 375px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  transition: all 0.2s ease-in 0s;
  clip-path: inset(0 0 0 100%);
}
nav.on {
  clip-path: inset(0 0 0 0);
}
nav .menu {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(../images/bg_navi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav .menu dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
nav .menu dl dd:not(:last-child) {
  margin-bottom: 24px;
}
nav .menu dl dd a {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
nav .menu dl dd a:hover {
  color: #E5E9ED;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  pointer-events: none;
  mix-blend-mode: multiply;
}
main section .credits {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 1;
  transition: all 0.5s ease-in 0s;
}
main section .credits.on {
  opacity: 1;
}
main section .credits .incredit p {
  color: #000;
  font-family: "courier-std", monospace;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main section .credits .incredit p:not(:last-child) {
  margin-bottom: 16px;
}
main section .credits .incredit > div:not(:last-child) {
  margin-bottom: 8px;
}
main section .credits .incredit > div.item-d-none dl dd a {
  display: none;
}
main section .credits .incredit > div.item-d-none dl dd a + span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits .incredit > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .incredit > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .incredit > div dl dt span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section .credits .incredit > div dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .incredit > div dl dd:not(:first-child) {
  margin-left: 5px;
}
main section .credits .incredit > div dl dd span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section .credits .incredit > div dl dd span:not(:first-child) {
  margin-left: 5px;
}
main section .credits .incredit > div dl dd a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.1s ease-in;
}
main section .credits .incredit > div dl dd a:not(:first-child) {
  margin-left: 5px;
}
main section .credits .incredit > div dl dd a:hover {
  color: #5B5B5B;
}
main section .credits .incredit > div dl dd a + span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: none;
}
main section#visual {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 128px;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
main section#visual.on {
  opacity: 1;
}
main section#visual .wrap {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#visual .wrap h2 {
  width: 120px;
  height: 37px;
  background-image: url(../images/logo.svg);
  background-repeat: no-epeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#visual .wrap .calendar {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#visual .wrap .calendar h3 {
  color: #000;
  font-family: "ltc-nicholas-cochin-pro", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 440px);
}
main section#visual .wrap .calendar .illust {
  width: 460px;
  margin-bottom: 20px;
}
main section#visual .wrap .calendar ul li {
  position: absolute;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
main section#visual .wrap .calendar ul li:hover {
  opacity: 0.8;
}
main section#visual .wrap .calendar ul li span {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
}
main section#visual .wrap .calendar ul li.d1 {
  width: 37px;
  top: 90px;
  left: calc(50% - 472px - 37px);
}
main section#visual .wrap .calendar ul li.d1 span {
  height: 54px;
  background-image: url(../images/1.png);
  animation-name: ktkt1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d2 {
  width: 32px;
  top: 136px;
  left: calc(50% - 222px - 32px);
}
main section#visual .wrap .calendar ul li.d2 span {
  height: 46px;
  background-image: url(../images/2.png);
  animation-name: ktkt2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d3 {
  width: 29px;
  top: 44px;
  left: calc(50% + 290px);
}
main section#visual .wrap .calendar ul li.d3 span {
  height: 39px;
  background-image: url(../images/3.png);
  animation-name: ktkt1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d4 {
  width: 23px;
  top: 250px;
  left: calc(50% - 500px - 23px);
}
main section#visual .wrap .calendar ul li.d4 span {
  height: 33px;
  background-image: url(../images/4.png);
  animation-name: ktkt2;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d5 {
  width: 25px;
  top: 90px;
  left: calc(50% - 102px - 25px);
}
main section#visual .wrap .calendar ul li.d5 span {
  height: 33px;
  background-image: url(../images/5.png);
  animation-name: ktkt1;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d6 {
  width: 35px;
  top: 150px;
  left: calc(50% + 117px + 35px);
}
main section#visual .wrap .calendar ul li.d6 span {
  height: 46px;
  background-image: url(../images/6.png);
  animation-name: ktkt2;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d7 {
  width: 40px;
  top: 247px;
  left: calc(50% + 263px);
}
main section#visual .wrap .calendar ul li.d7 span {
  height: 53px;
  background-image: url(../images/7.png);
  animation-name: ktkt2;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d8 {
  width: 28px;
  top: 173px;
  left: calc(50% + 480px);
}
main section#visual .wrap .calendar ul li.d8 span {
  height: 39px;
  background-image: url(../images/8.png);
  animation-name: ktkt1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d9 {
  width: 32px;
  top: 452px;
  left: calc(50% - 534px - 32px);
}
main section#visual .wrap .calendar ul li.d9 span {
  height: 46px;
  background-image: url(../images/9.png);
  animation-name: ktkt2;
  animation-delay: 1.5s;
  animation-duration: 1.75s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d10 {
  width: 45px;
  top: 363px;
  left: calc(50% - 300px - 45px);
}
main section#visual .wrap .calendar ul li.d10 span {
  height: 33px;
  background-image: url(../images/10.png);
  animation-name: ktkt1;
  animation-delay: 2s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d11 {
  width: 44px;
  top: 354px;
  left: calc(50% - 77px - 44px);
}
main section#visual .wrap .calendar ul li.d11 span {
  height: 33px;
  background-image: url(../images/11.png);
  animation-name: ktkt1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d12 {
  width: 44px;
  top: 402px;
  left: calc(50% + 278px);
}
main section#visual .wrap .calendar ul li.d12 span {
  height: 33px;
  background-image: url(../images/12.png);
  animation-name: ktkt1;
  animation-delay: 1.5s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d13 {
  width: 45px;
  top: 364px;
  left: calc(50% + 502px);
}
main section#visual .wrap .calendar ul li.d13 span {
  height: 33px;
  background-image: url(../images/13.png);
  animation-name: ktkt2;
  animation-delay: 1.5s;
  animation-duration: 1.75s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d14 {
  width: 53px;
  top: 648px;
  left: calc(50% - 461px - 53px);
}
main section#visual .wrap .calendar ul li.d14 span {
  height: 39px;
  background-image: url(../images/14.png);
  animation-name: ktkt2;
  animation-delay: 3s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d15 {
  width: 55px;
  top: 580px;
  left: calc(50% - 32px - 55px);
}
main section#visual .wrap .calendar ul li.d15 span {
  height: 39px;
  background-image: url(../images/15.png);
  animation-name: ktkt1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d16 {
  width: 56px;
  top: 380px;
  left: calc(50% + 90px);
}
main section#visual .wrap .calendar ul li.d16 span {
  height: 39px;
  background-image: url(../images/16.png);
  animation-name: ktkt1;
  animation-delay: 3s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d17 {
  width: 46px;
  top: 521px;
  left: calc(50% + 178px);
}
main section#visual .wrap .calendar ul li.d17 span {
  height: 33px;
  background-image: url(../images/17.png);
  animation-name: ktkt2;
  animation-delay: 2.5s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d18 {
  width: 45px;
  top: 544px;
  left: calc(50% + 440px);
}
main section#visual .wrap .calendar ul li.d18 span {
  height: 33px;
  background-image: url(../images/18.png);
  animation-name: ktkt2;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d19 {
  width: 61px;
  top: 758px;
  left: calc(50% - 140px - 61px);
}
main section#visual .wrap .calendar ul li.d19 span {
  height: 46px;
  background-image: url(../images/19.png);
  animation-name: ktkt1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d20 {
  width: 63px;
  top: 652px;
  left: calc(50% + 39px);
}
main section#visual .wrap .calendar ul li.d20 span {
  height: 46px;
  background-image: url(../images/20.png);
  animation-name: ktkt1;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d21 {
  width: 53px;
  top: 638px;
  left: calc(50% + 319px);
}
main section#visual .wrap .calendar ul li.d21 span {
  height: 39px;
  background-image: url(../images/21.png);
  animation-name: ktkt2;
  animation-delay: 3s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d22 {
  width: 35px;
  top: 666px;
  left: calc(50% - 272px - 35px);
}
main section#visual .wrap .calendar ul li.d22 span {
  height: 26px;
  background-image: url(../images/22.png);
}
main section#visual .wrap .calendar ul li.d23 {
  width: 63px;
  top: 770px;
  left: calc(50% + 491px);
}
main section#visual .wrap .calendar ul li.d23 span {
  height: 46px;
  background-image: url(../images/23.png);
  animation-name: ktkt1;
  animation-delay: 4s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d24 {
  width: 62px;
  top: 815px;
  left: calc(50% - 307px - 62px);
}
main section#visual .wrap .calendar ul li.d24 span {
  height: 46px;
  background-image: url(../images/24.png);
  animation-name: ktkt1;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d25 {
  width: 55px;
  top: 812px;
  left: calc(50% + 178px);
}
main section#visual .wrap .calendar ul li.d25 span {
  height: 39px;
  background-image: url(../images/25.png);
  animation-name: ktkt2;
  animation-delay: 4s;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d26 {
  width: 37px;
  top: 829px;
  left: calc(50% + 360px);
}
main section#visual .wrap .calendar ul li.d26 span {
  height: 26px;
  background-image: url(../images/26.png);
  animation-name: ktkt2;
  animation-delay: 3.5s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d27 {
  width: 46px;
  top: 914px;
  left: calc(50% - 482px - 46px);
}
main section#visual .wrap .calendar ul li.d27 span {
  height: 33px;
  background-image: url(../images/27.png);
  animation-name: ktkt1;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d28 {
  width: 45px;
  top: 948px;
  left: calc(50% - 229px - 45px);
}
main section#visual .wrap .calendar ul li.d28 span {
  height: 33px;
  background-image: url(../images/28.png);
  animation-name: ktkt2;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d29 {
  width: 61px;
  top: 935px;
  left: calc(50% + 320px);
}
main section#visual .wrap .calendar ul li.d29 span {
  height: 46px;
  background-image: url(../images/29.png);
  animation-name: ktkt1;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .calendar ul li.d30 {
  width: 36px;
  top: 915px;
  left: calc(50% + 510px);
}
main section#visual .wrap .calendar ul li.d30 span {
  height: 46px;
  background-image: url(../images/30.png);
  animation-name: ktkt2;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#visual .wrap .text {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
main section#visual .wrap .text h3 {
  color: #000;
  font-family: "ltc-nicholas-cochin-pro", sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#visual .wrap .text h4 {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#visual .wrap .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section#detail {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: scroll;
  transition: opacity 0.5s ease-in;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
main section#detail .peke {
  width: 20px;
  height: 20px;
  background-image: url(../images/peke.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  display: none;
}
main section#detail.on {
  z-index: 999;
  pointer-events: auto;
}
main section#detail::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: 0.7;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
main section#detail .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#detail .inner .arrow {
  width: 22px;
  height: 34px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  z-index: 5;
}
main section#detail .inner .arrow.prev {
  left: 40px;
}
main section#detail .inner .arrow.next {
  right: 40px;
  transform: rotate(180deg);
}
main section#detail .inner .detail {
  width: 1100px;
  position: relative;
  overflow: hidden;
}
main section#detail .inner .detail > .swiper-wrapper {
  width: 100%;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: 897px;
  padding: 135px 0 0 0;
  background-image: url(https://baycrews.jp/src/feature/20251127_iena/images/base_detail.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base {
  width: 100%;
  position: relative;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base h4 {
  color: #000;
  font-family: "ltc-nicholas-cochin-pro", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  white-space: nowrap;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0px;
  left: 60px;
  transform: rotate(180deg);
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0 40px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto {
  width: 500px;
  overflow: hidden;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .swiper-wrapper {
  width: 100%;
  margin-bottom: 16px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .swiper-wrapper .swiper-slide {
  width: 100%;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .pager {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .pager span {
  background-color: #000;
  margin: 0px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .pager span.swiper-pagination-bullet-active {
  background-color: #5B5B5B;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext {
  width: 340px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transform: translateY(-55px);
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl {
  width: 100%;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dt {
  color: #000;
  font-family: "ltc-nicholas-cochin-pro", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num1 {
  width: 61px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num2 {
  width: 65px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num3 {
  width: 70px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num4 {
  width: 65px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num5 {
  width: 69px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num6 {
  width: 67px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num7 {
  width: 57px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num8 {
  width: 65px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num9 {
  width: 67px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num10 {
  width: 126px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num11 {
  width: 124px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num12 {
  width: 124px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num13 {
  width: 126px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num14 {
  width: 124px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num15 {
  width: 128px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num16 {
  width: 130px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num17 {
  width: 130px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num18 {
  width: 125px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num19 {
  width: 124px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num20 {
  width: 131px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num21 {
  width: 129px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num22 {
  width: 128px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num23 {
  width: 130px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num24 {
  width: 129px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num25 {
  width: 133px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num26 {
  width: 135px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num27 {
  width: 135px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num28 {
  width: 130px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num29 {
  width: 129px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.num dd.num30 {
  width: 134px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.point {
  text-align: left;
  padding-top: 16px;
  margin-bottom: 40px;
  border-top: solid 1px #000;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.point dt {
  color: #000;
  font-family: "courier-std", monospace;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.point dd {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.des {
  text-align: left;
  padding-top: 16px;
  margin-bottom: 40px;
  border-top: solid 1px #000;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.des dt {
  color: #000;
  font-family: "courier-std", monospace;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.des dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext .credits {
  width: 100%;
  padding-top: 16px;
  border-top: solid 1px #000;
}

footer {
  width: 100%;
  padding: 0 0 65px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: calc(100% - 200px);
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .inner dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 16px;
  position: relative;
}
footer .inner dl dd:not(:last-child) {
  margin-bottom: 8px;
}
footer .inner dl dd:nth-last-child(2) {
  margin-bottom: 45px;
}
footer .inner dl dd a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner dl dd a:hover {
  color: #FFF;
}
footer .inner p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .pgtop {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: none;
}
footer .inner .pgtop p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }

  #loader .inner h2 {
    width: 100px;
    height: 31px;
  }

  .title {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 0 0 0;
    position: fixed;
    top: 0px;
    left: 5px;
  }

  .hum {
    width: 48px;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 111;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
  }
  .hum:hover {
    opacity: 0.5;
  }
  .hum.on > div span {
    background-color: #FFF;
  }
  .hum.on > div span:nth-child(1) {
    top: 5px;
    transform: rotate(-30deg);
  }
  .hum.on > div span:nth-child(2) {
    top: 5px;
    transform: rotate(30deg);
  }
  .hum > div {
    width: 20px;
    height: 10px;
    position: relative;
  }
  .hum > div span {
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    transition: all 0.35s ease-out;
    transform-origin: center;
  }
  .hum > div span:nth-child(1) {
    top: 0px;
  }
  .hum > div span:nth-child(2) {
    top: 9px;
  }

  nav {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
    transition: all 0.2s ease-in 0s;
    clip-path: inset(0 0 0 100%);
  }
  nav.on {
    clip-path: inset(0 0 0 0);
  }
  nav .menu {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav .menu dl dt {
    width: 150px;
    height: 47px;
    margin-bottom: 48px;
  }
  nav .menu dl dd:not(:last-child) {
    margin-bottom: 24px;
  }
  nav .menu dl dd a:hover {
    color: #FFF;
  }

  main::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
  main section .credits {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
    transition: all 0.5s ease-in 0s;
  }
  main section .credits.on {
    opacity: 1;
  }
  main section .credits .incredit p {
    color: #000;
    font-family: "courier-std", monospace;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .credits .incredit p:not(:last-child) {
    margin-bottom: 16px;
  }
  main section .credits .incredit > div:not(:last-child) {
    margin-bottom: 8px;
  }
  main section .credits .incredit > div.item-d-none dl dd a {
    display: none;
  }
  main section .credits .incredit > div.item-d-none dl dd a + span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .credits .incredit > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .incredit > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .incredit > div dl dt span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section .credits .incredit > div dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .incredit > div dl dd:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits .incredit > div dl dd span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section .credits .incredit > div dl dd span:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits .incredit > div dl dd a {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.1s ease-in;
  }
  main section .credits .incredit > div dl dd a:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits .incredit > div dl dd a:hover {
    color: #5B5B5B;
  }
  main section .credits .incredit > div dl dd a + span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: none;
  }
  main section#visual {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  main section#visual .wrap {
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#visual .wrap h2 {
    width: 120px;
    height: 37px;
    background-image: url(../images/logo.svg);
    background-repeat: no-epeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }
  main section#visual .wrap .calendar {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#visual .wrap .calendar h3 {
    color: #000;
    font-family: "ltc-nicholas-cochin-pro", sans-serif;
    font-size: 6.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    position: relative;
    top: auto;
    left: auto;
  }
  main section#visual .wrap .calendar .illust {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#visual .wrap .calendar ul li {
    position: absolute;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
  }
  main section#visual .wrap .calendar ul li:hover {
    opacity: 0.8;
  }
  main section#visual .wrap .calendar ul li span {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
  }
  main section#visual .wrap .calendar ul li.d1 {
    width: 27px;
    top: 200px;
    left: calc(50% - 117px - 27px);
  }
  main section#visual .wrap .calendar ul li.d1 span {
    height: 54px;
    background-image: url(../images/1.png);
    animation-name: ktkt1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d2 {
    width: 26px;
    top: 250px;
    left: calc(50% - 47px - 26px);
  }
  main section#visual .wrap .calendar ul li.d2 span {
    height: 46px;
    background-image: url(../images/2.png);
    animation-name: ktkt2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d3 {
    width: 19px;
    top: 210px;
    left: calc(50% + 34px);
  }
  main section#visual .wrap .calendar ul li.d3 span {
    height: 39px;
    background-image: url(../images/3.png);
    animation-name: ktkt1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d4 {
    width: 23px;
    top: 205px;
    left: calc(50% + 131px);
  }
  main section#visual .wrap .calendar ul li.d4 span {
    height: 33px;
    background-image: url(../images/4.png);
    animation-name: ktkt2;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d5 {
    width: 19px;
    top: 300px;
    left: calc(50% + 14px);
  }
  main section#visual .wrap .calendar ul li.d5 span {
    height: 33px;
    background-image: url(../images/5.png);
    animation-name: ktkt1;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d6 {
    width: 30px;
    top: 275px;
    left: calc(50% + 89px);
  }
  main section#visual .wrap .calendar ul li.d6 span {
    height: 46px;
    background-image: url(../images/6.png);
    animation-name: ktkt2;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d7 {
    width: 25px;
    top: 314px;
    left: calc(50% - 138px - 25px);
  }
  main section#visual .wrap .calendar ul li.d7 span {
    height: 53px;
    background-image: url(../images/7.png);
    animation-name: ktkt2;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d8 {
    width: 18px;
    top: 348px;
    left: calc(50% - 52px - 18px);
  }
  main section#visual .wrap .calendar ul li.d8 span {
    height: 39px;
    background-image: url(../images/8.png);
    animation-name: ktkt1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d9 {
    width: 27px;
    top: 375px;
    left: calc(50% + 20px);
  }
  main section#visual .wrap .calendar ul li.d9 span {
    height: 46px;
    background-image: url(../images/9.png);
    animation-name: ktkt2;
    animation-delay: 1.5s;
    animation-duration: 1.75s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d10 {
    width: 35px;
    top: 368px;
    left: calc(50% + 121px);
  }
  main section#visual .wrap .calendar ul li.d10 span {
    height: 33px;
    background-image: url(../images/10.png);
    animation-name: ktkt1;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d11 {
    width: 26px;
    top: 422px;
    left: calc(50% - 125px - 26px);
  }
  main section#visual .wrap .calendar ul li.d11 span {
    height: 33px;
    background-image: url(../images/11.png);
    animation-name: ktkt1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d12 {
    width: 35px;
    top: 442px;
    left: calc(50% - 46px - 35px);
  }
  main section#visual .wrap .calendar ul li.d12 span {
    height: 33px;
    background-image: url(../images/12.png);
    animation-name: ktkt1;
    animation-delay: 1.5s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d13 {
    width: 35px;
    top: 467px;
    left: calc(50% + 8px);
  }
  main section#visual .wrap .calendar ul li.d13 span {
    height: 33px;
    background-image: url(../images/13.png);
    animation-name: ktkt2;
    animation-delay: 1.5s;
    animation-duration: 1.75s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d14 {
    width: 44px;
    top: 454px;
    left: calc(50% + 99px);
  }
  main section#visual .wrap .calendar ul li.d14 span {
    height: 39px;
    background-image: url(../images/14.png);
    animation-name: ktkt2;
    animation-delay: 3s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d15 {
    width: 54px;
    top: 514px;
    left: calc(50% - 88px - 54px);
  }
  main section#visual .wrap .calendar ul li.d15 span {
    height: 39px;
    background-image: url(../images/15.png);
    animation-name: ktkt1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d16 {
    width: 36px;
    top: 552px;
    left: calc(50% + 4px);
  }
  main section#visual .wrap .calendar ul li.d16 span {
    height: 39px;
    background-image: url(../images/16.png);
    animation-name: ktkt1;
    animation-delay: 3s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d17 {
    width: 28px;
    top: 539px;
    left: calc(50% + 94px);
  }
  main section#visual .wrap .calendar ul li.d17 span {
    height: 33px;
    background-image: url(../images/17.png);
    animation-name: ktkt2;
    animation-delay: 2.5s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d18 {
    width: 35px;
    top: 613px;
    left: calc(50% - 74px - 35px);
  }
  main section#visual .wrap .calendar ul li.d18 span {
    height: 33px;
    background-image: url(../images/18.png);
    animation-name: ktkt2;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d19 {
    width: 52px;
    top: 640px;
    left: calc(50% - 26px);
  }
  main section#visual .wrap .calendar ul li.d19 span {
    height: 46px;
    background-image: url(../images/19.png);
    animation-name: ktkt1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d20 {
    width: 44px;
    top: 616px;
    left: calc(50% + 103px);
  }
  main section#visual .wrap .calendar ul li.d20 span {
    height: 46px;
    background-image: url(../images/20.png);
    animation-name: ktkt1;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d21 {
    width: 44px;
    top: 702px;
    left: calc(50% - 104px - 44px);
  }
  main section#visual .wrap .calendar ul li.d21 span {
    height: 39px;
    background-image: url(../images/21.png);
    animation-name: ktkt2;
    animation-delay: 3s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d22 {
    width: 35px;
    top: 742px;
    left: calc(50% - 25px);
  }
  main section#visual .wrap .calendar ul li.d22 span {
    height: 26px;
    background-image: url(../images/22.png);
  }
  main section#visual .wrap .calendar ul li.d23 {
    width: 44px;
    top: 716px;
    left: calc(50% + 76px);
  }
  main section#visual .wrap .calendar ul li.d23 span {
    height: 46px;
    background-image: url(../images/23.png);
    animation-name: ktkt1;
    animation-delay: 4s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d24 {
    width: 52px;
    top: 810px;
    left: calc(50% - 80px - 52px);
  }
  main section#visual .wrap .calendar ul li.d24 span {
    height: 46px;
    background-image: url(../images/24.png);
    animation-name: ktkt1;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d25 {
    width: 36px;
    top: 836px;
    left: calc(50% + 4px);
  }
  main section#visual .wrap .calendar ul li.d25 span {
    height: 39px;
    background-image: url(../images/25.png);
    animation-name: ktkt2;
    animation-delay: 4s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d26 {
    width: 36px;
    top: 812px;
    left: calc(50% + 120px);
  }
  main section#visual .wrap .calendar ul li.d26 span {
    height: 26px;
    background-image: url(../images/26.png);
    animation-name: ktkt2;
    animation-delay: 3.5s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d27 {
    width: 36px;
    top: 917px;
    left: calc(50% - 117px - 36px);
  }
  main section#visual .wrap .calendar ul li.d27 span {
    height: 33px;
    background-image: url(../images/27.png);
    animation-name: ktkt1;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d28 {
    width: 35px;
    top: 904px;
    left: calc(50% - 35px);
  }
  main section#visual .wrap .calendar ul li.d28 span {
    height: 33px;
    background-image: url(../images/28.png);
    animation-name: ktkt2;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d29 {
    width: 52px;
    top: 930px;
    left: calc(50% + 40px);
  }
  main section#visual .wrap .calendar ul li.d29 span {
    height: 46px;
    background-image: url(../images/29.png);
    animation-name: ktkt1;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .calendar ul li.d30 {
    width: 36px;
    top: 910px;
    left: calc(50% + 120px);
  }
  main section#visual .wrap .calendar ul li.d30 span {
    height: 26px;
    background-image: url(../images/30.png);
    animation-name: ktkt2;
    animation-delay: 1.75s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  main section#visual .wrap .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  main section#visual .wrap .text h3 {
    color: #000;
    font-family: "ltc-nicholas-cochin-pro", sans-serif;
    font-size: 7rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0em;
  }
  main section#visual .wrap .text h4 {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section#visual .wrap .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
    width: calc(100% - 64px);
  }
  main section#visual .wrap .text p br {
    display: none;
  }
  main section#detail .peke {
    display: block;
  }
  main section#detail::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    mix-blend-mode: multiply;
    opacity: 0.7;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  main section#detail .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#detail .inner .arrow {
    width: 11px;
    height: 17px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
    position: absolute;
    top: calc(50% - 9px);
    z-index: 5;
  }
  main section#detail .inner .arrow.prev {
    left: 8px;
  }
  main section#detail .inner .arrow.next {
    right: 8px;
    transform: rotate(180deg);
  }
  main section#detail .inner .detail {
    width: 100%;
    position: relative;
    overflow: auto;
  }
  main section#detail .inner .detail > .swiper-wrapper {
    width: 100%;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 897px;
    padding: 16px 0 0 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base {
    width: 100%;
    padding: 0 0 32px 0;
    position: relative;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base::after {
    content: "";
    width: 100%;
    height: 14.7vw;
    background-image: url(../images_sp/frame3.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    display: block;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base h4 {
    display: none;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num {
    width: 100%;
    height: 32vw;
    padding: 50px 0 0 75px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: url(../images_sp/frame1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dt {
    color: #000;
    font-family: "ltc-nicholas-cochin-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num1 {
    width: 30px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num2 {
    width: 33px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num3 {
    width: 35px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num4 {
    width: 33px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num5 {
    width: 35px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num6 {
    width: 34px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num7 {
    width: 29px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num8 {
    width: 33px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num9 {
    width: 34px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num10 {
    width: 63px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num11 {
    width: 62px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num12 {
    width: 62px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num13 {
    width: 53px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num14 {
    width: 62px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num15 {
    width: 64px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num16 {
    width: 65px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num17 {
    width: 65px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num18 {
    width: 63px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num19 {
    width: 62px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num20 {
    width: 65px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num21 {
    width: 65px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num22 {
    width: 64px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num23 {
    width: 65px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num24 {
    width: 65px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num25 {
    width: 66px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num26 {
    width: 67px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num27 {
    width: 67px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num28 {
    width: 65px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num29 {
    width: 65px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base dl.num dd.num30 {
    width: 67px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap {
    width: 100%;
    background-image: url(../images_sp/frame2.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100% auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto {
    width: 100%;
    padding: 0 50px 0 45px;
    margin-bottom: 16px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .swiper-wrapper {
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .pager {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .pager span {
    background-color: #000;
    margin: 0px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailphoto .pager span.swiper-pagination-bullet-active {
    background-color: #5B5B5B;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext {
    width: 100%;
    padding: 0 50px 0 45px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transform: translateY(0px);
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl {
    width: 100%;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.point {
    text-align: left;
    padding: 0 0 16px 0;
    margin-bottom: 24px;
    border-top: none;
    border-bottom: solid 1px #000;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.point dt {
    color: #000;
    font-family: "courier-std", monospace;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.point dd {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.des {
    text-align: left;
    padding: 0 0 16px 0;
    margin-bottom: 24px;
    border-top: none;
    border-bottom: solid 1px #000;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.des dt {
    color: #000;
    font-family: "courier-std", monospace;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext dl.des dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section#detail .inner .detail > .swiper-wrapper > .swiper-slide .base .wrap .detailtext .credits {
    width: 100%;
    padding-top: 0px;
    border-top: none;
  }

  footer {
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0 auto;
    position: relative;
  }
  footer .inner {
    width: calc(100% - 64px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
    position: relative;
  }
  footer .inner dl dd:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .inner dl dd:nth-last-child(2) {
    margin-bottom: 8px;
  }
  footer .inner dl dd a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner dl dd a:hover {
    color: #FFF;
  }
  footer .inner p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .pgtop {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 0px;
    display: none;
  }
  footer .inner .pgtop p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
}

/*# sourceMappingURL=style.css.map */
