header {
  position: absolute;
  z-index: 1;
}

.area_header {
  background-image: none;
}
.area_header .block_header {
  background-image: none;
  padding: 3.156vw 5.2vw 0;
}
.area_header .block_header .logo_header {
  width: 15.6vw;
}

.language {
  display: flex;
}

.language li {
  position: relative;
  color: #fff;
}
.language li:nth-child(n+2)::after {
  position: absolute;
  content: "/";
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -13px;
}
.language li:last-child::after {
  content: none;
}
.language li a {
  color: #fff;
}
.language.is-green li,
.language.is-green li a {
  color: #05432C;
}

.font--sm {
  font-size: 80%;
}
.font--lg {
  font-size: 130%;
}

.only--pc {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .only--pc {
    display: none;
  }
}

.only--sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .only--sp {
    display: inline-block;
  }
}

.kv {
  position: relative;
  width: 100vw;
  height: 92vh;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 1367px) {
  .kv {
    height: auto;
  }
}
.kv_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 1367px) {
  .kv_item {
    position: static;
    width: 100%;
    transform: none;
  }
}
.area_sns {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 424px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 66px auto 0;
}
.area_sns_facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 132px;
  width: 33%;
  background: #1877f2;
  border-radius: 4px;
  color: #ffffff;
  padding: 4px 8px;
  margin-top: 30px;
}
.area_sns_facebook img {
  width: auto;
  height: 20px;
  margin-right: 4px;
}
.area_sns_facebook:hover {
  background: #0a58bf;
  color: #ffffff;
}
.area_sns_facebook:hover img {
  opacity: 1;
}
.area_sns_twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 132px;
  width: 33%;
  background: #1d9bf0;
  border-radius: 4px;
  color: #ffffff;
  padding: 4px 8px;
  margin: 30px auto 0;
}
.area_sns_twitter img {
  width: 24px;
  height: auto;
  margin-right: 4px;
}
.area_sns_twitter:hover {
  background: #0c7abf;
  color: #ffffff;
}
.area_sns_twitter:hover img {
  opacity: 1;
}
.area_sns_line {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .area_sns .area_sns_facebook {
    min-width: 80px;
    width: auto;
    padding: 4px;
  }
  .area_sns .area_sns_twitter {
    min-width: 94px;
    width: auto;
    padding: 4px;
  }
}

.area_contents .block_contents .box_readcopy .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area_contents .block_contents .box_readcopy .app_streetmuseum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 690px;
  background-color: rgb(212, 212, 212);
  padding: 16px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 730px) {
  .area_contents .block_contents .box_readcopy .app_streetmuseum {
    min-width: auto;
  }
}
.area_contents .block_contents .box_readcopy .app_streetmuseum_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto;
}
.area_contents .block_contents .box_readcopy .app_streetmuseum_image {
  width: 100px;
  height: auto;
  border-radius: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  .area_contents .block_contents .box_readcopy .app_streetmuseum_image {
    width: 20%;
    border-radius: 8px;
  }
}
.area_contents .block_contents .box_readcopy .app_streetmuseum_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
@media screen and (max-width: 730px) {
  .area_contents .block_contents .box_readcopy .app_streetmuseum_content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.area_contents .block_contents .box_readcopy .app_streetmuseum_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.area_contents .block_contents .box_readcopy .app_streetmuseum_text {
  font-size: 14px;
  line-height: 1.4;
}
.area_contents .block_contents .box_readcopy .app_streetmuseum_text + .app_streetmuseum_text {
  margin-top: 2px;
}
.area_contents .block_contents .box_readcopy .app_streetmuseum_qr {
  width: 80px;
  height: auto;
  margin: 20px auto;
}
@media screen and (max-width: 730px) {
  .area_contents .block_contents .box_readcopy .app_streetmuseum_qr {
    max-width: 100px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
}
.area_contents .block_contents .box_readcopy .app_streetmuseumApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 8px;
  margin: 40px auto 0;
}
.area_contents .block_contents .box_readcopy .app_streetmuseumApp_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_contents .block_contents .box_readcopy .app_streetmuseumApp_wrapper + .app_streetmuseumApp_wrapper {
  margin-top: 8px;
}
.area_contents .block_contents .box_readcopy .app_streetmuseumApp_attn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: red;
}
.area_contents .block_contents .box_readcopy .app_streetmuseumApp_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area_contents .block_contents .box_readcopy .app_streetmuseumApp_image {
  width: 160px;
  height: auto;
  margin-right: 8px;
}
.area_contents .block_contents .box_readcopy .app_streetmuseumApp_text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.spots_overallmap {
  width: 100%;
  padding-top: 24px;
}
.spots_overallmap img {
  width: 100%;
}
.spots_spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 48px 0 24px;
}
@media screen and (max-width: 896px) {
  .spots_spot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spots_spot_image {
  width: calc(50% - 18px);
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 896px) {
  .spots_spot_image {
    width: 100%;
  }
}
.spots_spot_iframe {
  position: relative;
  width: calc(50% - 18px);
  padding-top: 31.93275%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 896px) {
  .spots_spot_iframe {
    width: 100%;
    padding-top: 63.8655%;
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.spots_spot_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spots_spot_text {
  width: 100%;
  margin-top: 24px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 896px) {
  .spots_spot_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.spots_spot_access {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 896px) {
  .spots_spot_access {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
  }
}
.spots_other {
  background: rgba(255, 255, 255, 0.4);
  padding: 30px;
  margin-top: 60px;
}
.spots_other .headline_large {
  margin-top: 0 !important;
}
.spots_vr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 0;
}
@media screen and (max-width: 896px) {
  .spots_vr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spots_vr_image {
  width: calc(50% - 18px);
}
@media screen and (max-width: 896px) {
  .spots_vr_image {
    width: 100%;
  }
}
.spots_vr_text {
  width: calc(50% - 18px);
}
@media screen and (max-width: 896px) {
  .spots_vr_text {
    width: 100%;
    margin-top: 24px;
  }
}
.spots_vr_point {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.spots_howto {
  margin-top: 60px;
}
.spots_howto_title {
  font-size: 3rem;
  line-height: 1.2em;
  margin-bottom: 50px;
}
@media screen and (max-width: 896px) {
  .spots_howto_title {
    font-size: 2.5rem;
    max-width: 690px;
    margin: 0 auto 25px;
  }
}
.spots_howto_image {
  width: calc(100% + 20px);
}
.spots_howto_image img {
  width: 100%;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 896px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .is-sp {
    display: block;
  }
}

.app_list {
  margin: 40px auto 0;
  max-width: 640px;
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .app_list {
    margin: 40px 0 0 25px;
    list-style: disc;
  }
}

.app_list_item {
  line-height: 1.5;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .app_list_item {
    font-size: 1.6rem;
  }
}

.app_list_item:not(:first-child) {
  margin-top: 15px;
}

.area_contents .block_contents .box_readcopy .app_text {
  width: 100%;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .area_contents .block_contents .box_readcopy .app_text {
    line-height: calc(30 / 16);
    font-size: 1.6rem;
    text-align: left;
  }
}

.area_contents .block_contents .box_readcopy .app_num {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 896px) {
  .area_contents .block_contents .box_readcopy .app_num {
    margin: auto;
    max-width: 690px;
    font-size: 2.5rem;
  }

  .area_contents .block_contents .box_readcopy .app_num.app_num--en {
    max-width: none;
  }
}

.area_contents .block_contents .box_readcopy .app_num--position {
  position: absolute;
  top: -1.5em;
  left: 0;
}

.app_step {
  margin: 24px auto;
  max-width: 1260px;
}

.app_step_list {
  display: flex;
  margin-top: 40px;
  list-style: none;
}

@media screen and (max-width: 896px) {
  .app_step_list {
    display: block;
  }
}

.app_step_item {
  width: calc(302 / 1240 * 100%);
}

@media screen and (max-width: 896px) {
  .app_step_item {
    width: 100%;
  }
}

.app_step_item--large {
  width: calc(530 / 1240 * 100%);
}

@media screen and (max-width: 896px) {
  .app_step_item--large {
    width: 100%;
  }
}

.app_step_item:not(:last-child) {
  margin-right: 53px;
}

@media screen and (max-width: 896px) {
  .app_step_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 80px;
  }
}

.app_step_img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.app_step_picture {
  margin-top: 10px;
}

@media screen and (max-width: 896px) {
  .app_step_picture {
    text-align: center;
  }
}

@media screen and (max-width: 896px) {
  .app_step_picture--small {
    margin: 10px auto 0;
    width: calc(252 / 335 * 100%);
  }
}


.app_step_picture + .app_step_picture {
  margin-top: 51px;
}

@media screen and (max-width: 896px) {
  .app_step_picture + .app_step_picture {
    margin-top: 30px;
  }
}

.area_contents .block_contents .box_readcopy .app_step_text {
  margin-top: 22px;
  letter-spacing: 0;
}

@media screen and (max-width: 896px) {
  .area_contents .block_contents .box_readcopy .app_step_text {
    margin-top: 20px;
    line-height: calc(30 / 16);
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .area_contents .block_contents .box_readcopy .app_step_text {
    text-align: left;
  }
}