/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/stylesheets/app.css ***!
  \**********************************************************************************/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}
:root {
  --clr_blk: rgba(0, 0, 0, 1);
  --clr_blk_op_7: rgba(0, 0, 0, 0.7);
  --clr_blk_op_9: rgba(0, 0, 0, 0.9);
  --clr_wht: rgba(255, 255, 255, 1);
  --clr_wht_op_75: rgba(255, 255, 255, 0.75);
  --clr_glay_1: #444444;
  --clr_glay_2: #8f8f8f;
  
}

@media screen and (min-width: 767px) {
  .hover {
    transition-property: all;
    transition: 0.15s linear;
  }
  .hover:hover {
    opacity: 0.75;
  }
  #control .elli_wrap .elli {
    transition: all 0.25s 0s ease;
  }
  #control:hover .elli_wrap .elli {
    background: rgba(255, 255, 255, 0.25);
  }
  #control .elli_wrap .elli:hover,
  #control .elli_wrap .elli:hover svg {
    fill: var(--clr_blk_op_9);
  }
  #control .elli_wrap .stage .bx.close svg:hover {
    opacity: 0.75;
  }
  #control .effect_btn:hover {
    background: var(--clr_wht);
  }
  #control .effect_btn:hover {
    background: var(--clr_wht);
  }
  #control .elli_wrap .stage .bx .btn:hover,
  #control .elli_wrap .stage .bx.moreinfo .in:hover .circle {
    background: var(--clr_blk_op_9);
  }
}
#webgl, #gird-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#gird-canvas {
  z-index: 11;
  opacity: 0;
}

.ff_dys {
  font-family: "dystopian", sans-serif;
}

.ff_jss {
  font-family: "josefin-sans", sans-serif;
}

#slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#slider img {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  opacity: 0;
  z-index: 0;
}

#control {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.25s 0s ease;
  font-family: din-2014, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro";
}

#control .effect_btn {
  width: 15%;
  padding: min(1.3vw, 25px) 0;
  height: auto;
  background: var(--clr_wht_op_75);
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--clr_glay_1);
  cursor: pointer;
  border-radius: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s 0s ease;
  white-space: nowrap;	
}
#control .effect_btn .off {
  display: none;
}
#control .effect_btn.effect .off {
  display: inline;
}

#control .effect_btn.effect .on {
  display: none;
}
.no_effect #control .effect_btn {
  cursor: default;
  pointer-events: none;
  background-color: rgb(141, 141, 141, .9);
  color: var(--clr_glay_1);
}
#control .elli_wrap {
  width: 85%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
}

#control .elli_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: var(--clr_wht_op_75);
  transition: all 0.25s 0s ease;
  z-index: 0;
}

#control.elli_on .elli_wrap::after {
  width: 100%;
}

#control .elli_wrap .stage {
  width: calc(100% - 80px);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

#control .elli_wrap .stage .bx {
  padding: 0;
  text-align: center;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--clr_glay_1);
  display: none;
  position: relative;
}

#control.elli_on .elli_wrap .stage .bx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#control .elli_wrap .stage .bx::before,
#control .elli_wrap .stage .bx:first-child::after,
#control .more_zone .in .row .tit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: min(2.4vw, 46px);
  margin: auto;
  background-color: var(--clr_glay_2);
}
#control .more_zone .in .row .tit::after {
  height: 100%;
}

#control .elli_wrap .stage .bx::before,
#control .more_zone .in .row .tit::after {
  right: 0;
}

#control .elli_wrap .stage .bx.close::after {
  left: 0;
}

#control .elli_wrap .stage .bx.close {
  width: 5%;
  display: none;
}
#control.elli_on .elli_wrap .stage .bx.close {
  display: flex;
}

#control .elli_wrap .stage .bx.close svg {
  width: 35%;
  fill: var(--clr_blk_op_7);
  transition: all 0.25s 0s ease;
  position: relative;
  transition: all 0.15s 0s ease;
}

#control .elli_wrap .stage .bx.map {
  width: 5%;
}

#control .elli_wrap .stage .bx.date {
  width: 15%;
  padding: 0 0.5%;
  align-content: center;
}
#control .elli_wrap .stage .bx.date dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  line-height: 1.5;
}
#control .elli_wrap .stage .bx.date dl:first-child {
  margin-bottom: 1px;
}
#control .elli_wrap .stage .bx.date dt {
  width: 28%;
  font-size: 84%;
  padding: 6px 0 4px;
  border-radius: 4px;
  background: var(--clr_blk_op_7);
  color: #e2e2e2;
  text-align: center;
  font-weight: 100;
  line-height: 1;
	font-feature-settings: "palt";
  letter-spacing: 0.055em;
}
#control .elli_wrap .stage .bx.date dd {
  width: 72%;
  padding-left: 3%;
  line-height: 1;
}

#control .elli_wrap .stage .bx.map img {
  display: block;
  width: min(1.56vw, 30px);
  min-width: 25px;
  height: auto;
}

#control .elli_wrap .stage .moreinfo_wrap {
  width: 5%;
  padding: 0 0.5%;
}

#control .elli_wrap .stage .bx.moreinfo::after {
  display: none;
}

#control .elli_wrap .stage .bx.moreinfo .in {
  cursor: pointer;
  transition: all 0.25s 0s ease;
}

#control .elli_wrap .stage .bx.moreinfo .in aside {
  text-decoration: underline;
  text-align: center;
  font-size: 12px;
  padding-top: 2px;
}

#control .elli_wrap .stage .bx.moreinfo .in .circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: var(--clr_blk_op_7);
  position: relative;
  border-radius: 100%;
  transition: all 0.25s 0s ease;
}
.no_more #control .elli_wrap .stage .bx.moreinfo .in {
  position: relative;
  z-index: -1;
}
.no_more #control .elli_wrap .stage .bx.moreinfo .in .circle {
  background-color: rgb(141, 141, 141, .9);
  color: var(--clr_glay_1);
}

#control .elli_wrap .stage .bx.moreinfo .in .circle::before,
#control .elli_wrap .stage .bx.moreinfo .in .circle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.25s;
}

#control .elli_wrap .stage .bx.moreinfo .in .circle::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.25s;
}

#control .elli_wrap .stage .bx.moreinfo .in.plus_show .circle::before {
  opacity: 0;
}

#control .elli_wrap .stage .bx.moreinfo .in.plus_show .circle::after {
  transform: translateY(-50%) rotate(180deg);
}

#control .elli_wrap .stage .bx.tags {
  width: 70%;
  justify-content: flex-start;
  padding: 0 1.5%;
}

#control .elli_wrap .elli {
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.25s 0s ease;
  position: relative;
  z-index: 10;
}

#control .elli_wrap .elli svg {
  width: 70%;
  height: 80%;
  fill: rgba(255, 255, 255, 0.9);
  transition: all 0.25s 0s ease;
}

#control.elli_on .elli_wrap .elli svg {
  fill: var(--clr_blk_op_9);
}

#control .more_zone {
  width: 100%;
  background: var(--clr_wht_op_75);
  display: none;
  /*border-top: 1px solid var(--clr_glay_2);*/
}

#control .more_zone .in .row {
  display: flex;
  width: 100%;
  font-size: clamp(16px, 0.94vw, 18px);
  letter-spacing: 0.08em;
  color: var(--clr_glay_1);
}

#control .more_zone .in .row .tit {
  position: relative;
  width: 15%;
  font-weight: 600;
  text-align: center;
  padding: min(1.3vw, 25px) 0;
}

#control .more_zone .in .row .bse {
  width: 85%;
  display: flex;
  align-items: center;
  padding: 0 1%;
}
#control .tbc_wrap {
  display: none;
}
.no_effect #control .tbc_wrap {
  display: block;
}
.no_effect #control .efe_wrap {
  display: none;
}
.no_effect_in {
  width: 100%;
  height: 100vh;
  padding: 1vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr_blk);
}
.no_effect_in img {
  display: block;
  width: 78vw;
  height: auto;
  object-fit: contain;
	margin-inline: auto;	
}
@media screen and (max-width:1620px){
  #control .elli_wrap .stage .bx.tags {
    width: 60%;
}  
#control .elli_wrap .stage .bx.date {
  width: 25%;
}
}
@media screen and (max-width:1210px){
  #control .effect_btn {
    width: 190px;
}
#control .elli_wrap {
  width: calc(100% - 190px);
}
#control .elli_wrap .stage .bx.tags {
  width: 50%;
}  
#control .elli_wrap .stage .bx.date {
width: 35%;
}
#control .elli_wrap .stage .bx.date dl:first-child {
  margin-bottom: 1px;
}
}
@media screen and (max-width: 1111px) {
  /*#control .elli_wrap .stage .bx.tags {
    width: 90%;
  }
  #control .elli_wrap .stage .bx {
    padding: 1vw 0;
  }
  #control .elli_wrap .stage .bx.close,
  #control .elli_wrap .stage .bx.map {
    width: 10%;
  }
  #control .elli_wrap .stage .bx.map::after {
    left: 0;
  }
  #control .elli_wrap .stage .bx.date {
    min-width: 200px;
    padding: 0 1.5%;
  }
  #control .elli_wrap .stage .moreinfo_wrap {
    width: calc(100% - (10% + 200px));
    padding: 0;
  }
  #control.elli_on .elli_wrap .stage .moreinfo_wrap .bx {
    justify-content: flex-end;
    padding-right: 2vw;
  }*/
  #control .elli_wrap .stage .bx.tags {
    width: 45%;
  }
  #control .elli_wrap .stage .bx.map {
    width: 9%;
  }
  #control .elli_wrap .stage .bx.date {
    width: 32%;
  }
  #control .elli_wrap .stage .moreinfo_wrap {
    width: 9%;
  }
  #control .elli_wrap .stage .bx::before,
  #control .elli_wrap .stage .bx:first-child::after,
  #control .more_zone .in .row .tit::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    margin: auto;
    background-color: var(--clr_glay_2);
  }
  #control .elli_wrap .stage .bx.moreinfo .in aside {
    margin-top: 0;
    line-height: 1;
  }
  
}
@media screen and (max-width: 1024px) {
#control .more_zone .in .row .bse {
  z-index: 0;
  overflow-y: scroll;
}
#control .more_zone .in .row .bse .in_tag {
  max-height: calc(50vh - 56px);
}
#control .elli_wrap .stage .bx.close svg {
  width: 48%;
}
#control .elli_wrap .stage .bx.map img {
  width: 36%;
  margin-inline:auto;
}
}

@media screen and (max-width: 940px) {
  #control .elli_wrap .stage .bx.tags {
    width: 90%;
  }
  #control .elli_wrap .stage .bx {
    padding: 1vw 0;
  }
  #control .elli_wrap .stage .bx.close,
  #control .elli_wrap .stage .bx.map {
    width: 10%;
  }
  #control .elli_wrap .stage .bx.map::after {
    left: 0;
  }
  #control .elli_wrap .stage .bx.date {
    min-width: 200px;
    padding: 0 1.5%;
  }
  #control .elli_wrap .stage .moreinfo_wrap {
    width: calc(100% - (13% + 200px));
    padding: 0;
  }
  #control.elli_on .elli_wrap .stage .moreinfo_wrap .bx {
    justify-content: flex-end;
    padding-right: 2vw;
  }
  #control .elli_wrap .stage .bx.map:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 4vw;
    margin: auto;
    background-color: var(--clr_glay_2);
  }

}

@media screen and (max-width:767px){
  #control .effect_btn {
    width: 190px;
}
#control .elli_wrap {
  width: 100%;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
}
#control .elli_wrap .elli {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  top: 1%;
  right: 2%;
  background: var(--clr_wht_op_75);
  z-index: 10;
}
#control .elli_wrap .stage {
  width: 100%;
  height: 100%;
  padding: calc(60px + 3%) 5vw 6vw;
  align-content: flex-start;
  justify-content: flex-start;
  z-index: 2;
  overflow-y: scroll;
}
#control.elli_on .elli_wrap .stage .bx {
  justify-content: flex-start;
  text-align: left;
}
#control .elli_wrap .stage .bx::before, #control .elli_wrap .stage .bx:first-child::after, #control .elli_wrap .stage .bx.map::after, #control .more_zone .in .row .tit::after,
#control.elli_on .elli_wrap .stage .moreinfo_wrap .bx {
  display: none;
}
#control .effect_btn {
  width: 100%;
  padding: 3vw 0;
  position: relative;
  z-index: 1;
}
#control .elli_wrap .stage .bx.close {
  display: none;
  padding: 0;
  width: 20%;
}
#control.elli_on .elli_wrap .stage .bx.close {
  display: block;
}

#control .elli_wrap .stage .bx.tags {
  width: 100%;
  font-size: 4.5vw;
  padding: 0 0 4vw;
  text-align: center;
}
#control .elli_wrap .stage .bx.date {
  font-size: 4.5vw;
  min-width: inherit;
  width: calc(100% - 30px);
  padding: 0 0 0 3.5%;
  justify-content: flex-start;
}
#control.elli_on .elli_wrap {
  z-index: 10;
}
#control .elli_wrap .stage .bx.map {
  width: 30px;
  margin-bottom: 4vw;
}
#control.elli_on .elli_wrap .stage .more_zone {
  display: block;
  background: none;
}
#control.elli_on .elli_wrap .stage .more_zone .in .row {
  display: block;
  width: 100%;
  margin-top: 2.6vw;
  padding-top: 2vw;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: var(--clr_glay_1);
}
#control.elli_on .elli_wrap .stage .more_zone .in .row::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
#control .more_zone .in .row .tit {
  width: 100%;
  padding: min(1.3vw, 25px) 0;
}
#control .more_zone .in .row .bse {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
}
#control.elli_on .elli_wrap .stage .more_zone .in .row .in_tag {
  font-size: 16px;
}
.dg.ac {
    display: none!important;
}
#control .more_zone .in .row .bse .in_tag {
  max-height:100%;
}











@media (orientation: landscape){
  #control .effect_btn {
    width: 20%;
    padding: 1.5vw 0;
  }  
  #control .elli_wrap .stage .bx.tags,
   #control .elli_wrap .stage .bx.date {
    font-size: 3vw;
  }
  #control .elli_wrap .stage .bx.tags {
    padding: 0 0 2vw;
}
#control .elli_wrap .stage .bx.close svg {
  width: 25%;
  margin-bottom: 2vw;
}
#control .elli_wrap .stage {
  padding: 3vw;
  display: flex;
  flex-wrap: wrap;
}
#control.elli_on .elli_wrap .stage .bx.close {
  width: 5%;
}
#control .elli_wrap .stage .bx.close svg {
  width: 100%;
  margin-bottom: 2vw;
}
#control .elli_wrap .stage .bx.tags {
  width: 95%;
  padding-left: 3vw;
}
#control .elli_wrap .stage .bx.map {
  width: 5%;
  margin-bottom: 0;
}
#control .elli_wrap .stage .bx.date {
  font-size: 18px;
  min-width: inherit;
  width: 90%;
  padding: 0 0 0 3vw;
  justify-content: flex-start;
}
#control .elli_wrap .stage .bx.date dt {
  width: 15%;
  font-size: 15px;
  padding: 6px 0;
}
#control .elli_wrap .stage .bx.date dd {
  width: 85%;
  padding-left: 1vw;
}




}
}


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