/* -------------------------------------------------------- */
/*                                                          */
/*      each page style                                     */
/*                                                          */
/* -------------------------------------------------------- */
/* =================================================== */
/*      top page                                       */
/* =================================================== */
#vrTop_logo {
  position: absolute;
  bottom: 25px;
  z-index: 102;
  width: 1200px;
  padding-right: 75px;
  text-align: right;
  left: calc(50% - 600px);
  margin: 0; }
#vrTop_nav {
  bottom: 15px;
  top: auto;
  z-index: 112;
  height: auto;
  margin-left: -12px; }

/* breakpoint */
@media screen and (max-width: 519px) {
  #vrTop .tour_movie {
    height: 330px; }
  #vrTop_image {
    height: 280px;
    display: block;
    overflow: hidden; }
  #vrTop_logo {
    display: none; }
  #vrTop_nav {
    position: absolute;
    margin: 0 auto;
    width: calc(100% - 80px);
    bottom: 0;
    left: 40px; } }
/* */
/* breakpoint */
@media screen and (max-width: 389px) {
  #vrTop .tour_movie {
    height: 270px; }
  #vrTop_image {
    height: 230px; }
  #vrTop_nav {
    width: calc(100% - 80px);
    left: 40px; } }
/* */
/* =================================================== */
/*      tour page                                      */
/* =================================================== */
.tab_btn, video {
  cursor: pointer; }

.tour_movie, .tour_link {
  width: 1920px;
  height: 690px;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 960px);
  display: none;
  top: 0; }
  .tour_movie.active, .tour_link.active {
    display: block; }
  .tour_movie p, .tour_link p {
    margin: 0; }
/* movie layer */
.tour_movie {
  z-index: 30; }
/* image map layer */
.tour_link p {
  z-index: 11;
  position: absolute; }
.tour_link .layer_base {
  z-index: 10; }
.tour_link #tour_logo {
  position: absolute;
  z-index: 12;
  top: 280px;
  left: calc(100% - 60%);
  text-align: center; }
/* navigation layer */
.tour_nav {
  width: 1200px;
  height: 690px;
  position: absolute;
  left: calc(50% - 600px);
  top: 0;
  display: none; }
  .tour_nav.active {
    display: block; }
/* tour nav */
  .tour_nav .tNav {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .tour_nav .tNav a {
      cursor: pointer; }
    .tour_nav .tNav > p, .tour_nav .tNav > div {
      box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.3); }
    .tour_nav .tNav_safety {
      margin: 0 25px; }
      .tour_nav .tNav_safety ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: url("../../tour/img/tnavi_bg.png") center center no-repeat; }
/* local nav */
  .tour_nav .lNav {
    display: none;
    position: absolute;
    z-index: 1005;
    top: 15px;
    pointer-events: none; }
    .tour_nav .lNav div {
      width: 220px;
      height: 517px;
      background: url("../../tour/img/lnav_bg.png") center top no-repeat #ffffff;
      pointer-events: auto; }
    .tour_nav .lNav_logo {
      padding: 25px 30px 10px; }
    .tour_nav .lNav ul {
      border-top: 1px solid #d4d4d4; }
    .tour_nav .lNav li {
      border-bottom: 1px solid #d4d4d4; }
      .tour_nav .lNav li a {
        padding: 14px 14px 14px 1.6em;
        display: block;
        color: #000000; }
        .tour_nav .lNav li a:before {
          content: "";
          display: inline-block;
          border-top: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-left: 5px solid #858585;
          position: relative;
          top: -0.1em;
          margin-left: -0.9em;
          margin-right: 0.5em; }
        .tour_nav .lNav li a.active {
          pointer-events: none;
          cursor: none; }
        .tour_nav .lNav li a.active, .tour_nav .lNav li a:hover {
          color: #FFFFFF;
          background-color: #45849e; }
          .tour_nav .lNav li a.active:before, .tour_nav .lNav li a:hover:before {
            border-left: 5px solid #FFFFFF; }
        #nav_B.tour_nav .lNav li a.active, #nav_B.tour_nav .lNav li a:hover, #nav_C.tour_nav .lNav li a.active, #nav_C.tour_nav .lNav li a:hover, #nav_D.tour_nav .lNav li a.active, #nav_D.tour_nav .lNav li a:hover {
          background-color: #38a36b; }

/* breakpoint */
@media screen and (max-width: 389px) {
  .tour_movie, .tour_link {
    width: 640px;
    height: 230px;
    left: calc(50% - 360px); }
  .tour_link #tour_logo {
    top: 90px; } }
/* */
/* breakpoint */
@media screen and (max-width: 519px) {
  .tour_movie, .tour_link {
    width: 780px;
    height: 280px;
    left: calc(50% - 440px); }
  /* image map layer */
  .tour_link #tour_logo {
    top: 120px;
    left: calc(100% - 57.5%);
    width: 25%; }
  /* navigation layer */
  .tour_nav {
    position: static;
    height: auto;
    width: calc(100% - 20px);
    margin: 10px 10px 0; }
    .tour_nav .tNav, .tour_nav .lNav {
      width: 100%;
      display: block;
      position: static; }
  /* tour nav */
    .tour_nav .tNav > p, .tour_nav .tNav > div {
      margin-bottom: 15px; }
    .tour_nav .tNav_safety {
      margin: 0; }
      .tour_nav .tNav_safety ul {
        display: block;
        background: none; }
  /* local nav */
    .tour_nav .lNav div {
      width: 100%;
      height: auto;
      background: none;
      text-align: center; }
    .tour_nav .lNav_logo {
      display: none; }
    .tour_nav .lNav p {
      padding: 0; }
    .tour_nav .lNav ul {
      border: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .tour_nav .lNav li {
      border: none;
      width: 49%;
      margin-bottom: 15px;
      box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.3);
      display: flex; }
      .tour_nav .lNav li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 13px 10px;
        width: 100%; }
        .tour_nav .lNav li a:before {
          display: none; } }
/* */
/* =================================================== */
/*      detail page                                    */
/* =================================================== */
#detail #maincontents {
  width: 900px;
  height: 660px;
  margin-top: 15px; }
  #detail #maincontents > figure > img {
    height: 660px;
    width: 900px;
    max-width: none; }
#detail_box {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1000; }
#detail_close {
  color: #FFFFFF;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  position: relative;
  margin-top: -35px;
  margin-bottom: 0;
  padding: 5px;
  background-color: #000000;
  cursor: pointer; }
  #detail_close.active {
    width: 35px;
    text-indent: -999999px;
    font-size: 0.1px; }
    #detail_close.active:before, #detail_close.active:after {
      content: "";
      display: block;
      height: 4px;
      background: #FFFFFF;
      position: absolute;
      top: 32%;
      left: 20%;
      transform: translateY(4px) rotate(-45deg);
      width: 60%; }
    #detail_close.active:after {
      top: 55%;
      transform: translateY(-4px) rotate(45deg); }
#detail_text {
  height: 450px;
  width: 280px;
  line-height: 1.4;
  padding: 20px;
  overflow-y: scroll;
  background-color: #FFFFFF; }
  #detail_text.smallbox {
    height: 300px; }
  #detail_text .title {
    font-weight: bold; }
  #detail_text .enlarge {
    position: relative;
    z-index: 1001; }
    #detail_text .enlarge:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1002;
      width: 23px;
      height: 23px;
      right: 0;
      top: 0;
      background: url("../img/enlarge.png") top center no-repeat; }
  #detail_text .movie span {
    position: relative;
    z-index: 1001;
    display: block; }
    #detail_text .movie span:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1002;
      width: 50px;
      height: 35px;
      left: calc(50% - 25px);
      top: calc(50% - 18px);
      background: url("../img/youtube.svg") top center no-repeat; }

/* breakpoint */
@media screen and (max-width: 519px) {
  #detail #maincontents {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding-top: 65px; }
    #detail #maincontents > figure > img {
      position: absolute;
      left: 0;
      height: 100%;
      width: auto; }
  #detail_box {
    position: absolute;
    position: fixed;
    bottom: 45px;
    left: 35px;
    z-index: 10000; }
  #detail_text {
    height: 65vh;
    width: calc(100% - 35px); }
    #detail_text.smallbox {
      height: 40vh; } }
/* */
/* =================================================== */
/*      movie top                                      */
/* =================================================== */
#movieTop #maincontents {
  width: 1150px;
  height: 660px;
  padding: 60px 100px;
  margin-top: 15px;
  background-color: #FFFFFF;
  overflow-y: scroll; }
#movieTop_logo {
  width: 215px;
  margin: 0 auto; }
#movieTop_title {
  font-family: 'Senobi-Gothic';
  font-weight: 300;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 25px; }
#movieTop_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px; }
  #movieTop_image div {
    width: 445px;
    margin-top: 40px; }

/* breakpoint */
@media screen and (max-width: 519px) {
  #movieTop #maincontents {
    margin-top: 0;
    width: 100%;
    height: auto;
    padding: 65px 25px 25px;
    background-color: #FFFFFF; }
  #movieTop_logo {
    width: 215px;
    margin: 0 auto; }
  #movieTop_title {
    font-size: 1.6875rem;
    margin-bottom: 40px;
    margin-top: 25px; }
  #movieTop_image {
    display: block; }
    #movieTop_image div {
      width: 100%; } }
/* */
/* =================================================== */
/*      movie page                                     */
/* =================================================== */
#movie p {
  text-align: center; }

/* breakpoint */
@media screen and (max-width: 519px) {
  #movie {
    margin: 0 20px; }
    #movie p {
      text-align: left; } }
/* */
