.page {
  display: block;
  position: relative;
  font-family: "Roboto";
}
.band {
  padding: 1rem 1rem 0 2rem;
  text-align: justify;
  font-family: "Merriweather";
  font-weight: bold;
}
.band .list {
  float: right;
  margin-left: 1rem;
  font-size: 200%;
  line-height: 1;
  text-align: center;
  z-index: 100;
  cursor: pointer;
}
.mctrl-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  gap: 2rem;
}
.zone {
  display: block;
  flex-basis: 100%;
  position: relative;
  height: auto;
  margin: 1rem;
  z-index: 10;
}
.cfields {
  backdrop-filter: blur(3px);
  background: linear-gradient(70deg, rgba(189, 189, 189, 0.3), rgba(23, 116, 147, 0.50), rgba(189, 189, 189, 0.30));
  clip-path: xywh(0 0 100% 100% round 15% 0);
}
.sfields {
  backdrop-filter: blur(3px);
  background: linear-gradient(70deg, rgba(189, 189, 189, 0.3), rgba(147, 56, 22, 0.50), rgba(189, 189, 189, 0.30));
  clip-path: xywh(0 0 100% 100% round 15% 15%);
}
.wfields {
  background: linear-gradient(45deg, rgba(189, 189, 189, 0.3), rgba(23, 116, 147, 0.50), rgba(189, 189, 189, 0.30));
}
.qtext {
  flex-grow: 2;
}
@media (min-width: 800px) {
  .zone {
    flex-basis: calc((100% / 2) - 4rem);
  }
}
@media (min-width: 1600px) {
  .zone {
    width: calc(800 - 4rem);
  }
}
.accordion {
  display: block;
  position: relative;
  width: 100%;
  z-index: 20;
}
.atitle {
  display: block;
  position: relative;
  height: auto;
  margin: 0.4rem;
  padding: 0.4rem;
  color: #FFFFFF;
  border-left: 2px solid #ffffff;
  background: linear-gradient(90deg, rgba(27, 48, 144, 0.30), rgba(23, 116, 147, 0.50) 50%, rgba(0, 0, 0, 0.0) 80%);
  text-align: left;
}
@media (min-width: 800px) {
  .atitle {
    padding: 0.4rem 4rem 0.4rem 0.4rem;
  }
}
@media (min-width: 1440px) {
  .atitle {
    padding: 0.4rem 8rem 0.4rem 0.4rem;
  }
}
@media (min-width: 2048px) {
  .atitle {
    padding: 0.4rem 12rem 0.4rem 0.4rem;
  }
}
.atitle-press, .atitle-go, .atitle-live {
  display: block;
  width: 100%;
  cursor: pointer;
}
.zone .accordion p {
  display: none;
  position: relative;
  height: auto;
  padding: 1.5rem 1rem;
  backdrop-filter: blur(5px);
  filter: brightness(110%);
  color: #000000;
  text-align: justify;
}
.atext .accordion p {
  display: none;
  position: relative;
  height: auto;
  padding: 1.5rem 1rem;
  color: #000000;
  text-align: justify;
}
.zone figure {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.zone figure img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 130;
}
.zone figure .altimg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.zone figure .altimg img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 120;
}
.zone figure .shlft {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  background-color: transparent;
  z-index: 150;
  cursor: pointer;
}
.zone figure .shrht {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20%;
  background-color: transparent;
  z-index: 150;
  cursor: pointer;
}
.zone figure .shlft .ar-l {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 92%;
  left: 1rem;
  height: 5%;
  width: 8rem;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 50%);
  clip-path: polygon(10% 87%, 10% 100%, 0 62%, 100% 62%, 100% 70%, 5% 70%);
  z-index: 150;
}
.zone figure .shrht .ar-r {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 3%;
  right: 1rem;
  height: 5%;
  width: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1.0) 50%);
  clip-path: polygon(95% 30%, 90% 10%, 90% 0, 100% 38%, 0 38%, 0 30%);
  z-index: 150;
  cursor: pointer;
}
.zone figcaption {
  display: block;
  position: relative;
  height: 1.5rem;
  padding: 0.5rem 1.7rem 0.5rem 0.5rem;
  line-height: 0.9rem;
  color: #ffffff;
  text-align: center;
}
.v3d {
  background-image: url("../images/back.jpg");
  background-size: cover;
  z-index: 20;
}
.gal {
  cursor: pointer;
}
.atext {
  display: block;
  position: relative;
  margin-left: 2rem;
  padding: 0 1rem 1rem 1rem;
  text-align: justify;
  color: #000000;
  z-index: 20;
  border-left: 4px solid white;
}
.itext {
  display: block;
  position: relative;
  padding: 0 1rem 1rem 1rem;
  text-align: justify;
  color: #000000;
  backdrop-filter: blur(3px);
  z-index: 20;
}
.lbrk {
  padding-top: 1rem;
}
.vid {
  font-size: 150%;
  margin-right: 1rem;
  float: left;
  color: #30465A;
  cursor: pointer;
}
.dld {
  font-size: 120%;
  line-height: 170%;
  margin-right: 1rem;
  cursor: pointer;
}
.dld:active {
  color: #B70000;
}
.region {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.cloud {
  background-image: url("../images/cloud-01.png");
  background-attachment: scroll;
  background-size: cover;
  animation: animCloud 30s infinite linear;
}

@keyframes animCloud {
  0% {
    transform: scale(100%);
    opacity: 0;
  }
  30% {
    transform: scale(133%);
    opacity: 1;
  }
  100% {
    transform: scale(200%);
    opacity: 0;
  }
}
.region-a {
  background-image: url(../images/background101.jpg);
  background-attachment: scroll;
  background-size: cover;
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1.0) 80%, rgba(0, 0, 0, 0.0) 100%);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1.0) 80%, rgba(0, 0, 0, 0.0) 100%);
}
.region-b {
  background-image: url("../images/background102.jpg");
  background-attachment: scroll;
  background-size: cover;
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1.0) 80%, rgba(0, 0, 0, 0.0) 100%);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1.0) 80%, rgba(0, 0, 0, 0.0) 100%);
}
.region-d {
  background: linear-gradient(180deg, #999999 20%, #ffffff 80%);
}
.region-e {
  background: linear-gradient(180deg, #999999 0%, #92B8D1 10%, #ffffff 80%);
}