#panorama {
  width: 100vw;
  height: 100vh;
}

.pnlm-load-box {
  display: none !important;
}

.pnlm-container {
  background: none !important;
}

.panaroma .a-modal {
  display: none !important;
}

.pnlm-about-msg {
  display: none !important;
}

.panaroma-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 88;
  left: 0;
  right: 0;
}
@media screen and (max-width:767px) {
  .panaroma-header {
    display: block;
  }
}
.panaroma-header__logo {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 362px;
}
@media screen and (max-width:1024px) {
  .panaroma-header__logo {
    width: 200px;
  }
}
@media screen and (max-width:767px) {
  .panaroma-header__logo {
    width: 203px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .panaroma-header__ttl {
    width: 100%;
  }
}
.panaroma-header__ttl span {
  color: #006EBC;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  background-color: #EFF1F4;
  border-radius: 40px;
  padding: 9px 47px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width:1024px) {
  .panaroma-header__ttl span {
    font-size: 1.6rem;
    padding: 9px 27px;
  }
}
@media screen and (max-width:767px) {
  .panaroma-header__ttl span {
    width: 100%;
    display: block;
    font-size: 1.2rem;
    padding: 8px 47px;
    border-radius: 0;
    text-align: center;
  }
}
.panaroma-header__close {
  width: 362px;
}
@media screen and (max-width:1024px) {
  .panaroma-header__close {
    width: 200px;
  }
}
@media screen and (max-width:767px) {
  .panaroma-header__close {
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
    width: 123px;
    height: 70px;
  }
}
.panaroma-header__close a {
  background-color: #006EBC;
  color: #fff;
  width: 110px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  cursor: pointer;
  margin-left: auto;
  text-transform: uppercase;
}
@media screen and (max-width:767px) {
  .panaroma-header__close a {
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}
.panaroma-header__close a i {
  width: 32px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='20.207' viewBox='0 0 33 20.207'%3E%3Cg id='Group_102550' data-name='Group 102550' transform='translate(-649.787 -60.634)'%3E%3Cline id='Line_1062' data-name='Line 1062' x2='36.95' transform='translate(650.287 61.5) rotate(30)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_1119' data-name='Line 1119' x2='36.95' transform='translate(650.287 79.975) rotate(-30)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-top: 18px;
  position: relative;
  top: -5px;
}
@media screen and (max-width:767px) {
  .panaroma-header__close a i {
    margin-top: 0;
    top: 0;
    margin-left: 12px;
  }
}