@charset "UTF-8";
@keyframes fadeFalf {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes animFirst {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: var(--max);
  }
  100% {
    stroke-dashoffset: var(--max);
  }
}
@keyframes animSecond {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: var(--max);
  }
}
@keyframes buttonAnimation {
  0% {
    opacity: 1;
    transform: translateX(var(--moveFromX));
  }
  100% {
    opacity: 0;
    transform: translateX(var(--moveToX));
  }
}
@keyframes animateLiTcolor {
  0% {
    color: #ff0000;
  }
  20% {
    color: #ffc300;
  }
  40% {
    color: #00aa2d;
  }
  60% {
    color: #005fff;
  }
  80% {
    color: #ff8c00;
  }
  90% {
    color: #800080;
  }
  100% {
    color: #ff0000;
  }
}
@keyframes animateLiTBGcolor {
  0% {
    background-color: #ff0000;
  }
  20% {
    background-color: #ffc300;
  }
  40% {
    background-color: #00aa2d;
  }
  60% {
    background-color: #005fff;
  }
  80% {
    background-color: #ff8c00;
  }
  90% {
    background-color: #800080;
  }
  100% {
    background-color: #ff0000;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

body.loaded #loading {
  display: none;
}
body.loaded #mark {
  transform: translateX(0) !important;
}
body.loaded #logo {
  transform: translateX(0);
  opacity: 1;
}
body.loaded header #music {
  opacity: 1;
}
body.loaded header a[href="#main"] {
  display: block;
  animation: fadeFalf 0.6s ease 1s infinite alternate;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  opacity: 100;
  transition: 0.4s;
}
#loading #loading-message {
  position: absolute;
  bottom: 20%;
  font-weight: bold;
  text-align: center;
  width: 100%;
  opacity: 0.5;
}
#loading img {
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#navigations > .year:nth-child(6n+1) {
  background: #ff0000;
  border-color: #ff0000;
}
#navigations > .year:nth-child(6n+1) > a > .inneryear {
  color: #ff0000;
}
#navigations > .year:nth-child(6n+1) > .outerCamp {
  background: #ff0000;
}
#navigations > .year:nth-child(6n+2) {
  background: #ffc300;
  border-color: #ffc300;
}
#navigations > .year:nth-child(6n+2) > a > .inneryear {
  color: #ffc300;
}
#navigations > .year:nth-child(6n+2) > .outerCamp {
  background: #ffc300;
}
#navigations > .year:nth-child(6n+3) {
  background: #00aa2d;
  border-color: #00aa2d;
}
#navigations > .year:nth-child(6n+3) > a > .inneryear {
  color: #00aa2d;
}
#navigations > .year:nth-child(6n+3) > .outerCamp {
  background: #00aa2d;
}
#navigations > .year:nth-child(6n+4) {
  background: #005fff;
  border-color: #005fff;
}
#navigations > .year:nth-child(6n+4) > a > .inneryear {
  color: #005fff;
}
#navigations > .year:nth-child(6n+4) > .outerCamp {
  background: #005fff;
}
#navigations > .year:nth-child(6n+5) {
  background: #ff8c00;
  border-color: #ff8c00;
}
#navigations > .year:nth-child(6n+5) > a > .inneryear {
  color: #ff8c00;
}
#navigations > .year:nth-child(6n+5) > .outerCamp {
  background: #ff8c00;
}
#navigations > .year:nth-child(6n+6) {
  background: #800080;
  border-color: #800080;
}
#navigations > .year:nth-child(6n+6) > a > .inneryear {
  color: #800080;
}
#navigations > .year:nth-child(6n+6) > .outerCamp {
  background: #800080;
}
#navigations {
  position: fixed;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 4;
  font-size: 0.75em;
  padding: 0;
  margin: 0;
}
#navigations > .year {
  cursor: pointer;
  position: relative;
  line-height: 1.5;
  transition: 0.4s;
  box-sizing: content-box;
  width: calc(var(--width, 0px) + 1.5em);
  height: 1.5em;
  margin: 0.5em 0;
  border-radius: calc(0.75em + 2px);
  color: #fff;
  border: solid 2px;
}
#navigations > .year.full-opened > .outerCamp {
  visibility: visible;
}
#navigations > .year:hover, #navigations > .year.opened, #navigations > .year.full-opened {
  background: #fff;
}
#navigations > .year > a {
  width: 100%;
  display: flex;
  overflow: hidden;
  right: 0;
  flex-direction: row-reverse;
  flex-shrink: 0;
}
#navigations > .year > a > span {
  width: 1.5em;
  text-align: center;
  color: white;
  flex-shrink: 0;
}
#navigations > .year > a > .inneryear {
  padding: 0 0 0 1em;
  flex-grow: 1;
  white-space: nowrap;
}
#navigations > .year > .outerCamp {
  transition: inherit;
  box-sizing: content-box;
  position: absolute;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  left: -2px;
  top: 0.75em;
  padding: 0.5em;
  z-index: -1;
  border-radius: 0 0 0.75em 0.75em;
  transition-delay: 0.4s;
}
#navigations > .year > .outerCamp > .camp {
  white-space: nowrap;
  transform: translateY(0.5em);
  border-top: solid 1px #fff;
  transition: inherit;
}
#navigations > .year > .outerCamp > .camp:first-child {
  border: none;
}
#navigations > .year > .outerCamp > .camp:hover {
  background: rgba(255, 255, 255, 0.5);
}
#navigations > .year > .outerCamp > .camp > a {
  padding: 0.3em;
  color: #fff;
  display: block;
}

header {
  width: 100%;
  height: 100%;
  position: relative;
}
header h1 {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  height: 60px;
  position: absolute;
  top: calc(50% - 60px / 2);
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 60px;
  line-height: 60px;
}
header h1 img {
  height: 60px;
}
header h1 img:not(#mark) {
  transition: 1s;
}
header h1 #logo {
  transform: translateX(-100%);
  opacity: 0;
}
header h1 #music {
  opacity: 0;
}
header a[href="#main"] {
  left: 50%;
  color: #000;
  text-decoration: none;
  opacity: 0;
  position: absolute;
  bottom: 25%;
  transform: translate(-50%, 50%);
  text-align: center;
}
header a[href="#main"] img {
  height: 1em;
}
header a[href="#main"]:hover {
  animation-play-state: paused;
}

main .youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  background: #000;
}
main .youtube > *:not(a) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
main .youtube > .play {
  cursor: pointer;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0);
}
main .youtube > .play:after {
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-width: 25px 0 25px 43.3px;
  border-color: transparent;
  border-style: solid;
}
main .youtube > .play:hover {
  background: rgba(0, 0, 0, 0.3);
}
main .youtube a {
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
main .youtube a:hover {
  opacity: 0.7;
}
main .youtube a img {
  height: 24px;
  margin: 12px;
}
main .youtube iframe {
  z-index: 3;
  border: none;
}
main section:nth-child(6n+1) > .youtube > .play:after {
  border-left-color: #ff0000;
}
main .parallax.noimage:nth-child(6n+1) {
  background-color: #ff6666;
}
main section:nth-child(6n+2) > .youtube > .play:after {
  border-left-color: #ffc300;
}
main .parallax.noimage:nth-child(6n+2) {
  background-color: #ffdb66;
}
main section:nth-child(6n+3) > .youtube > .play:after {
  border-left-color: #00aa2d;
}
main .parallax.noimage:nth-child(6n+3) {
  background-color: #11ff50;
}
main section:nth-child(6n+4) > .youtube > .play:after {
  border-left-color: #005fff;
}
main .parallax.noimage:nth-child(6n+4) {
  background-color: #669fff;
}
main section:nth-child(6n+5) > .youtube > .play:after {
  border-left-color: #ff8c00;
}
main .parallax.noimage:nth-child(6n+5) {
  background-color: #ffba66;
}
main section:nth-child(6n+6) > .youtube > .play:after {
  border-left-color: #800080;
}
main .parallax.noimage:nth-child(6n+6) {
  background-color: #e600e6;
}
main h2 {
  font-size: 2em;
  text-align: center;
}
main h3 {
  width: calc(100% - 2em);
  max-width: 600px;
  margin: 1em auto;
  font-size: 1.3em;
}
main h3 .camp-theme {
  position: relative;
  padding-left: 3.5em;
  margin: 0.2em 0;
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  opacity: 0.6;
  font-style: italic;
}
main h3 .camp-theme:before {
  position: absolute;
  top: 0.6em;
  left: 0.75em;
  content: "";
  display: inline-block;
  height: 0;
  width: 2em;
  border-top: solid 1px;
  margin: 0 0.25em;
}
main .parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
main .parallax.noimage {
  background-size: contain;
}
main .parallax {
  display: flex;
  flex-direction: column;
}
main section {
  width: calc(100% - 2em);
  max-width: 600px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  margin: 2em auto;
  background: white;
  border-radius: 2px;
  padding: 1px 0;
  background-clip: content-box;
}
main section p,
main section h4 {
  margin: 1em 1em;
}
main section h4 small:before {
  content: "";
  display: inline-block;
  width: 1em;
}

footer {
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 1.5em;
  line-height: 1.5em;
  background: #fff;
}
footer div {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
footer div a.github {
  position: relative;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  color: #111;
  padding: 10px 0;
  box-sizing: border-box;
}
footer div a.github img {
  height: 1em;
}
footer div a.github:hover, footer div a.github:focus {
  text-decoration: none;
  color: #000;
}
footer div a.github:hover:after, footer div a.github:hover:after, footer div a.github:focus:after, footer div a.github:focus:after {
  -webkit-transform: scaleX(1);
  -ms--transform: scaleX(1);
  transform: scaleX(1);
  cursor: pointer;
}
footer div a.github:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  background-color: #111;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#thanks {
  line-height: 1;
  font-size: 3em;
}

a:hover,
a:focus {
  color: #ff0000;
}

a:hover {
  cursor: pointer;
}

a {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

a {
  color: #005fff;
  text-decoration: none;
  line-height: inherit;
}

.modal {
  transition: 0.5s;
  box-sizing: border-box;
  position: fixed;
  bottom: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 60px);
  width: calc(100% - 2em);
  max-width: 500px;
  margin: 0 auto;
  padding: 2em;
  border-radius: 0.5em;
  background: #fff;
  z-index: 3;
  opacity: 0;
}
.modal > .inner {
  overflow: auto;
  height: 100%;
}
.modal .close-button {
  color: #ff0000;
  font-size: 1.5em;
  position: absolute;
  top: 1em;
  right: 1em;
}

#modal-overlay {
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 2;
  position: fixed;
  bottom: 100%;
  opacity: 0;
  left: 0;
}

.modal.open {
  bottom: 30px;
  opacity: 1;
}
.modal.open ~ #modal-overlay {
  bottom: 0;
  opacity: 1;
}

.player {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 4em;
  background: #fff;
  display: flex;
  z-index: 5;
  transform: translateY(100%);
  transition: 0.3s;
}
.player.show {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
  transform: none;
}
.player.show .balloon.opened {
  transform: translateY(-2em) scale(1);
}
.player .playing {
  flex: 1;
  display: flex;
  min-width: 200px;
  height: 100%;
}
.player .playing .thumb {
  padding: 10px;
  height: 100%;
  cursor: pointer;
}
.player .playing > span {
  overflow: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.player .setting {
  min-width: 0;
  flex: 1;
  position: relative;
}
.player .setting .toggle-setting {
  position: absolute;
  height: 100%;
  font-size: 1.5em;
  padding: 0 1em;
  right: 0;
  margin: 0;
}
.player .setting .balloon {
  position: absolute;
  bottom: 100%;
  right: 1em;
  padding: 0.5em;
  border-radius: 0.5em;
  background: #fff;
  border: solid 1px #333;
  transform: translateX(0) scale(0);
  transform-origin: bottom right;
  transition: 0.2s;
}
.player .setting .balloon:before {
  content: "";
  position: absolute;
  display: block;
  height: 1em;
  width: 1em;
  background: #fff;
  border: solid 1px #333;
  border-style: none solid solid none;
  top: 100%;
  right: 0.5em;
  transform: rotate(45deg) translate(-0.5em, -0.2em);
}
.player .setting .balloon label > input[type=checkbox] {
  display: none;
}
.player .setting .balloon label > input[type=checkbox]:checked ~ .checkbox-bg {
  animation: animateLiTBGcolor 20s infinite;
  border: none;
  background-clip: border-box;
}
.player .setting .balloon label > input[type=checkbox]:checked ~ .checkbox-bg > i {
  width: 100%;
}
.player .setting .balloon label .checkbox-bg {
  display: inline-block;
  margin-right: 1em;
  height: 1em;
  width: 1em;
  animation: animateLiTcolor 20s infinite;
  border-radius: 0.2em;
  box-sizing: border-box;
  border: solid 2px;
  padding: 1px;
  transition: 0.2s;
  vertical-align: middle;
}
.player .setting .balloon label .checkbox-bg > i {
  color: #fff;
  width: 0;
  overflow: hidden;
  transition: 0.2s;
  font-size: calc(1em - 2px);
  vertical-align: top;
}
.player .controller {
  align-self: center;
  font-size: 2em;
  display: flex;
  align-items: center;
}
.player * {
  outline: none;
}
.player button {
  animation: animateLiTcolor 20s infinite;
  margin: 0.25em;
  line-height: 1;
}
.player button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.player button .shadow {
  position: absolute;
  transform: translateX(var(--moveFromX));
}
.player button.next .shadow {
  --moveFromX: -100%;
  --moveToX: 0;
}
.player button.back .shadow {
  --moveFromX: -100%;
  --moveToX: -200%;
}
.player button:active .shadow {
  animation: buttonAnimation 0.3s both;
}
.player button.toggle {
  padding: 0;
  background: none;
  border: none;
  height: 1em;
  width: 1em;
  display: block;
  overflow: hidden;
  position: relative;
}
.player button.toggle .left {
  height: 100%;
  float: left;
  width: 36%;
  transition: all 0.25s ease;
  overflow: hidden;
  animation: animateLiTBGcolor 20s infinite;
}
.player button.toggle .triangle-1 {
  transform: translate(0, -100%);
}
.player button.toggle .triangle-2 {
  transform: translate(0, 100%);
}
.player button.toggle .triangle-1,
.player button.toggle .triangle-2 {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  border-right: 1em solid #fff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  transition: transform 0.25s ease;
}
.player button.toggle .right {
  height: 100%;
  float: right;
  width: 36%;
  animation: animateLiTBGcolor 20s infinite;
  transition: all 0.25s ease;
}
.player button.toggle.paused .left {
  width: 50%;
}
.player button.toggle.paused .right {
  width: 50%;
}
.player button.toggle.paused .triangle-1 {
  transform: translate(0, -50%);
}
.player button.toggle.paused .triangle-2 {
  transform: translate(0, 50%);
}

.colorful span:nth-child(6n+1),
h2 span:nth-child(6n+1) {
  color: #ff0000;
}
.colorful span:nth-child(6n+2),
h2 span:nth-child(6n+2) {
  color: #005fff;
}
.colorful span:nth-child(6n+3),
h2 span:nth-child(6n+3) {
  color: #00aa2d;
}
.colorful span:nth-child(6n+4),
h2 span:nth-child(6n+4) {
  color: #ffc300;
}
.colorful span:nth-child(6n+5),
h2 span:nth-child(6n+5) {
  color: #ff8c00;
}
.colorful span:nth-child(6n),
h2 span:nth-child(6n) {
  color: #800080;
}

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