@charset "UTF-8";

:root {
  --basewidth: 800px;
  --baseheight: 800px;
  --ground_y: 635px;
  --ground_y_max: 641px; /* ground_y + max(ARR_RENMERY_Y_VALUES) */
}

body{
  background-color: #000000 ;
  margin: 0px;
  overflow: visible;
}

div {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

p {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.clear_both {
  clear: both;
}

.allscreen{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#div_main {
  left: 0;
  top: 0;
  width: 100%;
}

#div_beforebottom {
  position: relative;
}

#div_whiteline {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 3px;
  left: calc(50% - 1.5px);
  background: white;
  z-index: 50;
}

#div_train {
  width: 100%;
  height: var(--baseheight);
  margin-bottom: 400px;
}

#div_train * {
  pointer-events: none;
}

#div_renmerry_front {
  position: absolute;
  top: 0;
  left: 0;
  height: var(--baseheight);
  width: 100%;
  overflow: hidden;
  background-color: #000000;
  z-index: 60;
}
#img_renmerry_front {
  display: block;
  position: absolute;
  top: 0;
  right: calc((100% - var(--baseheight))/2);
  height: var(--baseheight);
  width: var(--baseheight);
  object-fit: scale-down;
  z-index: 62;
}
#img_title_yellow {
  display: block;
  position: absolute;
  top: 550px;
  right: calc((100% - var(--baseheight))/2);
  height: 50;
  width: var(--baseheight);
  object-fit: scale-down;
  z-index: 82;
}

#div_renko {
  position: absolute;
  top: 0;
  right: 50%;
  height: var(--baseheight);
  width: min(50%, var(--basewidth));
  overflow: hidden;
}
#img_renko {
  display: block;
  position: absolute;
  top: -25px;
  right: calc((100% - var(--basewidth))/2);
  height: 850px;
  width: 850px;
  object-fit: scale-down;
  z-index: 50;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

#div_merry {
  position: absolute;
  top: 0;
  left: 50%;
  height: var(--baseheight);
  width: min(50%, var(--basewidth));
  overflow: hidden;
}
#img_merry {
  display: block;
  position: absolute;
  top: -25px;
  left: calc((100% - var(--basewidth))/2);
  height: 850px;
  width: 850px;
  object-fit: scale-down;
  z-index: 50;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

#div_reimari {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: var(--baseheight);
  width: min(50%, var(--basewidth));
  overflow: hidden;
  z-index: 43;
}
#div_reimari_field {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: var(--ground_y);
  width: var(--basewidth);
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

#div_reimari_field > * {
  display: block;
  position: absolute;
}
#div_reimari_field .onmyoudama {
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: keyframes_rotate_clockwise;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
#div_reimari_field .onmyoudamar {
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: keyframes_rotate_clockwise;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

#div_albumcarousels {
  position: absolute;
  top: 0px;
  left: max(0px, calc(50% - var(--basewidth)));
  height: var(--baseheight);
  width: min(100%, calc(var(--basewidth) * 2));
}
#div_albumcarousels > div {
  position: absolute;
  top: 0px;
  left: max(0px, calc(50% - var(--basewidth)));
  height: var(--baseheight);
  width: min(100%, calc(var(--basewidth) * 2));
  overflow: hidden;
  display: none;
}
#div_album1carousel {
  z-index: 45;
}
#div_album1carousel > img {
  position: absolute;
  height: var(--baseheight);
  width: var(--basewidth);
  top: 0px;
  object-fit: none;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#img_album1_city {
  right: 50%;
  object-position: left var(--basewidth) bottom 0;
}
#img_album1_nature {
  left: 50%;
  object-position: left var(--basewidth) bottom 0;
}
@keyframes keyframes_album1_city {
  0%{ object-position: left calc(var(--basewidth)*2) bottom 0; }
  100%{ object-position: right var(--basewidth) bottom 0; }
}
@keyframes keyframes_album1_nature {
  0%{ object-position: left var(--basewidth) bottom 0; }
  100%{ object-position: right calc(var(--basewidth)*2) bottom 0; }
}
#div_album2carousel {
  z-index: 45;
}
#div_album2carousel > img {
  position: absolute;
  height: var(--baseheight);
  width: var(--basewidth);
  top: 0px;
  object-fit: none;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#img_album2_nature {
  left: 50%;
  object-position: left var(--basewidth) bottom 0;
}
@keyframes keyframes_album2_nature {
  0%{ object-position: left var(--basewidth) bottom 0; }
  100%{ object-position: right calc(var(--basewidth)*2) bottom 0; }
}
#div_album3carousel {
  z-index: 45;
}
#div_album3carousel > img {
  position: absolute;
  height: var(--baseheight);
  width: var(--basewidth);
  top: 0px;
  object-fit: none;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#img_album3_city {
  right: 50%;
  object-position: left var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max));
}
#img_album3_nature {
  left: 50%;
  object-position: left var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max));
}
@keyframes keyframes_album3_city {
  0%{ object-position: left calc(var(--basewidth)*2) bottom calc(var(--baseheight) - var(--ground_y_max)); }
  100%{ object-position: right var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max)); }
}
@keyframes keyframes_album3_nature {
  0%{ object-position: left var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max)); }
  100%{ object-position: right calc(var(--basewidth)*2) bottom calc(var(--baseheight) - var(--ground_y_max)); }
}
#div_album4carousel {
  z-index: 31;
}
#svg_album4_all {
  position: absolute;
  height: var(--baseheight);
  width: calc(var(--basewidth)*2);
  top: 0px;
  left: calc(50% - var(--basewidth));
}
#div_album5carousel {
  z-index: 41;
}
#div_album5carousel > img {
  position: absolute;
  top: 0px;
  object-fit: none;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#img_album5_nature {
  height: var(--baseheight);
  width: var(--basewidth);
  left: 50%;
  z-index: 41;
}
#img_album5_lycoris {
  height: var(--baseheight);
  width: calc(var(--basewidth)*2);
  left: calc(50% - var(--basewidth));
  z-index: 45;
  object-position: left calc(var(--basewidth)*2) top 0;
}
@keyframes keyframes_album5_lycoris {
  0%{ object-position: left calc(var(--basewidth)*2) top 0; }
  100%{ object-position: right calc(var(--basewidth)*2) top 0; }
}
#div_album6carousel {
  z-index: 45;
}
#div_album6carousel > img {
  position: absolute;
  height: var(--baseheight);
  width: var(--basewidth);
  top: 0px;
  object-fit: none;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#img_album6_city {
  right: 50%;
  object-position: left var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max));
}
#img_album6_nature {
  left: 50%;
  object-position: left var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max));
}
@keyframes keyframes_album6_city {
  0%{ object-position: left calc(var(--basewidth)*2) bottom calc(var(--baseheight) - var(--ground_y_max)); }
  100%{ object-position: right var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max)); }
}
@keyframes keyframes_album6_nature {
  0%{ object-position: left var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max)); }
  100%{ object-position: right calc(var(--basewidth)*2) bottom calc(var(--baseheight) - var(--ground_y_max)); }
}
#div_album7carousel {
  z-index: 45;
}
#div_album7carousel > img {
  position: absolute;
  height: var(--baseheight);
  width: var(--basewidth);
  top: 0px;
  object-fit: none;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#img_album7_city {
  right: 50%;
  object-position: left var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max));
}
#img_album7_nature {
  left: 50%;
  object-position: left var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max));
}
@keyframes keyframes_album7_city {
  0%{ object-position: left calc(var(--basewidth)*2) bottom calc(var(--baseheight) - var(--ground_y_max)); }
  100%{ object-position: right var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max)); }
}
@keyframes keyframes_album7_nature {
  0%{ object-position: left var(--basewidth) bottom calc(var(--baseheight) - var(--ground_y_max)); }
  100%{ object-position: right calc(var(--basewidth)*2) bottom calc(var(--baseheight) - var(--ground_y_max)); }
}
#div_album8carousel {
  z-index: 45;
}
#div_album8carousel > img {
  position: absolute;
  height: var(--baseheight);
  width: var(--basewidth);
  top: 0px;
  object-fit: none;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#img_album8_city {
  right: 50%;
  object-position: left var(--basewidth) bottom 0;
}
#img_album8_nature {
  left: 50%;
  object-position: left var(--basewidth) bottom 0;
}
@keyframes keyframes_album8_city {
  0%{ object-position: left calc(var(--basewidth)*2) bottom 0; }
  100%{ object-position: right var(--basewidth) bottom 0; }
}
@keyframes keyframes_album8_nature {
  0%{ object-position: left var(--basewidth) bottom 0; }
  100%{ object-position: right calc(var(--basewidth)*2) bottom 0; }
}
#div_album0carousel {
  z-index: 45;
}
#img_torii {
  position: absolute;
  top: 431px;
  left: calc(50% - 115px);
  transform: translateX(var(--basewidth));
  display: block;
  object-fit: none;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  pointer-events: auto !important;
  cursor: pointer;
}
@keyframes keyframes_torii {
  0%{ transform: translateX(var(--basewidth)); }
  100%{ transform: translateX(calc(var(--basewidth) * (-1))); }
}

#div_farcarousel {
  position: absolute;
  top: 0px;
  left: max(0px, calc(50% - var(--basewidth)));
  height: var(--baseheight);
  width: min(100%, calc(var(--basewidth) * 2));
}
#div_farcarousel > div {
  position: absolute;
  top: 0px;
  height: var(--baseheight);
  width: min(50%, var(--basewidth));
  overflow: hidden;
  z-index: 35;
  opacity: 0.5;
}
#div_farcarousel > div.div_farcarousel_group > * {
  position: absolute;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#div_farcarousel_city {
  right: 50%;
}
#div_farcarousel_nature {
  left: 50%;
}
@keyframes keyframes_farcarousel_parts {
  0%{ transform: translateX(var(--basewidth)); }
  100%{ transform: translateX(calc(var(--basewidth) * (-1))); }
}
@keyframes keyframes_farcarousel_parts_1 {
  0%{ transform: translateX(var(--basewidth)); }
  100%{ transform: translateX(0px); }
}
@keyframes keyframes_farcarousel_parts_2 {
  0%{ transform: translateX(0px); }
  100%{ transform: translateX(calc(var(--basewidth) * (-1))); }
}

#div_nearcarousel {
  position: absolute;
  top: 0px;
  left: max(0px, calc(50% - var(--basewidth)));
  height: var(--baseheight);
  width: min(100%, calc(var(--basewidth) * 2));
}
#div_nearcarousel > div {
  position: absolute;
  top: 0px;
  height: var(--baseheight);
  width: min(50%, var(--basewidth));
  overflow: hidden;
  opacity: 1.0;
}
#div_nearcarousel > div.div_nearcarousel_group > * {
  position: absolute;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
#div_nearcarousel_city {
  z-index: 40;
  right: 50%;
}
#div_nearcarousel_nature {
  z-index: 40;
  left: 50%;
}
#div_nearcarousel_citybg {
  z-index: 39;
  right: 50%;
}
#div_nearcarousel_naturebg {
  z-index: 39;
  left: 50%;
}
@keyframes keyframes_nearcarousel_parts {
  0%{ transform: translateX(var(--basewidth)); }
  100%{ transform: translateX(calc(var(--basewidth) * (-1))); }
}
@keyframes keyframes_nearcarousel_parts_minus1 {
  0%{ transform: translateX(var(--basewidth)); }
  100%{ transform: translateX(var(--basewidth)); }
}
@keyframes keyframes_nearcarousel_parts_minus2 {
  0%{ transform: translateX(var(--basewidth)); }
  100%{ transform: translateX(var(--basewidth)); }
}
@keyframes keyframes_nearcarousel_parts_1 {
  0%{ transform: translateX(var(--basewidth)); }
  100%{ transform: translateX(0px); }
}
@keyframes keyframes_nearcarousel_parts_2 {
  0%{ transform: translateX(0px); }
  100%{ transform: translateX(calc(var(--basewidth) * (-1))); }
}

#div_dividingline {
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  height: var(--baseheight);
  width: 100px;
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  z-index: 70;
}

#div_sky {
  position: absolute;
  top: 0px;
  left: max(0px, calc(50% - var(--basewidth)));
  height: var(--baseheight);
  width: min(100%, calc(var(--basewidth) * 2));
}
#div_sky > img {
  position: absolute;
  top: 0px;
  left: max(0px, calc(50% - var(--basewidth)));
  height: var(--baseheight);
  width: 100%;
  object-fit: none;
  object-position: right 0px bottom 0px;
}
#div_sky > img.sky {
  z-index: 30;
  display: none;
}
#div_sky > img.skycover {
  z-index: 53;
  opacity: 0.09;
  display: none;
}
#img_skycover_0 {
  z-index: 53;
  opacity: 0.25;
}

#div_oldcd {
  position: absolute;
  top: calc(var(--baseheight) - 130px - 20px);
  right: max(20px, calc(20px + 50% - var(--basewidth)));
  height: 130px;
  width: 100%;
  z-index: 80;
}

#div_oldcd > div.div_oldcd_n {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  height: 100px;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  float: right;
  display: none;
}

div.div_oldcd_n img {
  float: right;
  width: 100px;
  height: 100px;
  object-fit: scale-down;
}

div.div_oldcd_n div.oldcd_textdiv {
  float: right;
}

div.div_oldcd_n p {
  color: #FFFFFF;
  text-align: right;
  padding: 0.1em 1.0em;
  margin: 0px;
}

div.div_oldcd_n p.oldcd_info {
  font-size: small;
}

#div_sukima {
  display: none;
  position: absolute;
  top: 0px;
  left: max(0px, calc(50% - var(--basewidth)));
  height: 0px;
  width: min(100%, calc(var(--basewidth) * 2));
  overflow: hidden;
  z-index: 100;
}
#img_sukima {
  display: block;
  object-fit: none;
}

#div_outro_text {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
}


#p_albumtitle {
  width: calc(50% - 15px);
  float: left;
  text-align: right;
  line-height: 2.0;
}
#p_event {
  width: calc(50% - 15px);
  float: right;
  text-align: left;
}
#p_official_links {
  padding-top: 0.5em;
  width: calc(50% - 15px);
  float: right;
  text-align: left;
}
#p_official_links > a {
  color: #FFFFFF;
  text-decoration: none;
}
#p_official_links > a:hover {
  text-decoration: underline;
}

#div_outro_text > table {
  padding: 5em 0px;
  font-size: medium;
  padding-left: calc(50% - 15em - 0.6em);
  text-align: left;
  /* border: 1px rgba(128,128,128,0.2) solid; */
  border: none;
}

#div_outro_text th {
  font-weight: normal;
  font-size: medium;
  padding: 0.3em;
  width: 15em;
}
#div_outro_text td {
  padding: 0.3em;
  font-size: small;
}

#div_outro_text > table tr.tr_new {
  background-color: rgba(48,48,48,0.1);
}
#div_outro_text > table tr.tr_cd1 {
  background-color: rgba(0,128,64,0.1);
}
#div_outro_text > table tr.tr_cd2 {
  background-color: rgba(128,64,64,0.1);
}
#div_outro_text > table tr.tr_cd3 {
  background-color: rgba(128,64,96,0.1);
}
#div_outro_text > table tr.tr_cd4 {
  background-color: rgba(64,0,64,0.1);
}
#div_outro_text > table tr.tr_cd5 {
  background-color: rgba(96,96,0,0.1);
}
#div_outro_text > table tr.tr_cd6 {
  background-color: rgba(148,0,0,0.1);
}
#div_outro_text > table tr.tr_cd7 {
  background-color: rgba(32,64,0,0.1);
}
#div_outro_text > table tr.tr_cd8 {
  background-color: rgba(0,16,64,0.1);
}


#div_credit {
  width: 100%;
  color: #FFFFFF;
}

#div_credit_kairo {
  width: calc(50% - 15px);
  float: left;
  text-align: right;
}

#p_credit_kairo_circlename {
  font-size: large;
  padding-bottom: 0.5em;
}

#div_credit_other {
  width: calc(50% - 15px);
  float: right;
  text-align: left;
}

#credit_comment {
  padding-top: 1em;
  font-size: small;
}

#div_bottom {
  width: 100%;
  overflow:hidden;
}

#div_bottom_line {
  height: 2000px;
  width: 3px;
  margin: 0 auto;
  background: linear-gradient(rgba(255,255,255,1) 10%,  rgba(255,255,255,0) 70%);
}

#button_bottom {
  position: absolute;
  height: 480px;
  width: 250px;
  left: calc(50% - 250px/2);
  z-index: 10;
  cursor: pointer;
  /* background: rgba(255,0,0,0.5); */
  background: none;
  padding: 0;
  border: none;
  outline: none;
}

#div_bottom > img {
  display: block;
  margin-left: calc(50% - 2560px/2);
  opacity: 0.6;
}

#div_footer {
  position: fixed;
  height: 70px;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: 200;
}

#div_footer_sound_icon > img {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
}

#img_sound_note {
  z-index: 210;
  opacity: 0.5;
  cursor: pointer;
}

#img_sound_innergear {
  animation:20s linear infinite keyframes_rotate_counterclockwise;
  animation-play-state: paused;
}

#img_sound_outergear {
  animation:20s linear infinite keyframes_rotate_clockwise;
  animation-play-state: paused;
}

@keyframes keyframes_rotate_counterclockwise {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-360deg); }
}

@keyframes keyframes_rotate_clockwise {
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

#div_footer_sound_volume {
  height: 15px;
  width: 100px;
  position: absolute;
  left: 70px;
  bottom: 40px;
  cursor: pointer;
}

#div_footer_sound_text {
  display: block;
  position: absolute;
  left: 70px;
  bottom: 10px;
}

#div_footer_sound_text > p {
  margin: 0;
  padding: 0.5em;
  font-size: small;
  color: #000000;
  /* background-color: rgba(255,255,255,0.7); */
  background: linear-gradient(rgba(255,255,255,0) 0%,  rgba(255,255,255,0.8) 30%,  rgba(255,255,255,0.8) 70%,  rgba(255,255,255,0) 100%);
}

#a_footer_sound_text {
  color: #000000;
  text-decoration: none;
}
#a_footer_sound_text:hover {
  text-decoration: underline;
}

#div_cover {
  display: block;
  background-color: rgba(0,0,0,0);
  z-index: -1; /* set this high when necessary */
}
