html {
  overflow-y: scroll;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  html {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body {
  font-weight: 400;
  font-size: 14px;
  font-family: "arial", sans-serif;
  background: #000;
  color: #fff;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
  position: static;
  right: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /*overflow-y: scroll;*/
}

@media only screen and (min-width: 768px) {
  body.login {
    /*height: 100%;*/
    height: auto;
  }
}

/**/
.forSP {
  display: none !important;
}

.forPC {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .forSP {
    display: block !important;
  }
  .forPC {
    display: none !important;
  }
}

/**/
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
  /*opacity: .7*/
}

a:active {
  color: #333;
  text-decoration: none;
}

a:focus {
  color: #333;
  outline: 0;
}

::-moz-selection {
  background: #e0e0e0;
}

::selection {
  background: #e0e0e0;
}

::-moz-selection {
  background: #e0e0e0;
}

*:focus {
  outline: none;
}

/**/
p {
  margin: 0;
}

b {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .small {
    font-size: 12px;
  }
  .x-small {
    font-size: 11px;
  }
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/**/
.cyan {
  color: #66cccc;
}

.cyan a {
  color: #66cccc;
}

.bg-gray {
  background: #808080;
}

.bg-lightgray {
  background: #c0c0c0;
}

/**/
img, video {
  max-width: 100%;
}

/**/
.inner {
  margin: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner_425 {
  max-width: 425px;
}

.inner_567 {
  max-width: 567px;
}

.inner_640 {
  max-width: 640px;
}

.inner_727 {
  max-width: 727px;
}

.inner_800 {
  max-width: 800px;
}

/* 
----------------------------------------------------------------*/
/**/
header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

header p {
  padding-top: 18px;
  color: #7d7d73;
}

@media only screen and (max-width: 767px) {
  header {
    height: 28px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* wrapper */
.wrapper {
  max-width: 960px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

/* aside */
@media only screen and (min-width: 768px) {
  aside {
    /*background: url(../img/logo@2x.png);
        background-size: 50%;
        background-repeat: repeat-y;*/
    width: 13.020833333%;
    /*125px*/
    margin-top: -16px;
    z-index: 1082;
    height: 100%;
  }
  aside div img {
    display: block;
    position: fixed;
  }
}

@media only screen and (max-width: 767px) {
  aside {
    width: 100%;
    padding-top: 16px;
  }
  aside div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    width: 296px;
    top: 0;
    left: 0;
    margin: auto;
    position: relative;
  }
  aside div img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 36px;
    height: 296px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .login aside div img {
    width: 27px;
    height: 296px;
  }
}

/*main*/
main {
  margin-top: 40px;
}

main nav ul li img {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  main {
    width: 75.729166666%;
    /*727px*/
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  main {
    margin-top: 3rem;
  }
  main .ttl {
    text-align: center;
    font-size: 18px;
  }
}

/*s_nav*/
.s_nav {
  position: relative;
  z-index: 1082;
}

.s_nav ul {
  padding: 0;
  margin: 0;
}

.s_nav ul li {
  line-height: 1;
  cursor: pointer;
}

.s_nav ul li img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .s_nav {
    width: 10.416666666%;
    /*100px*/
    padding-left: 0.9375%;
    /*9px*/
    margin-top: -32px;
    height: 560px;
    max-height: 600px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .login .s_nav {
    margin-bottom: 120px;
    height: 600px;
    max-height: 600px;
  }
  .search  .s_nav {
    height: 700px;
    max-height: 700px;
  }
 .pt-5 .border-white,
 .search .scroll-box
 {
    overflow: scroll;
    max-height: 320px;
   overflow-x: hidden;
   margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .s_nav {
    -webkit-overflow-scrolling: touch;
    padding-top: 8px;
  }
  .s_nav ul {
    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;
    width: 100%;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .s_nav ul li {
    min-width: 100px;
  }
  .s_nav ul::-webkit-scrollbar {
    display: none;
  }
}

/**/
.s_nav_l ul li {
  font-size: 1.25rem;
  line-height: 1.5;
}

.s_nav_l ul li a {
  text-decoration: none;
}

/*g_nav*/
.g_nav {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  height: 88px;
  padding-top: 8px;
}

.g_nav .d-flex > div {
  width: 33.3333333%;
}

.g_nav .ttl h1 {
  font-size: 18px;
  padding-top: 24px;
  margin: 0;
}

.g_nav .order {
  padding-top: 8px;
}

.g_nav form {
  padding-top: 6px;
}

.g_nav form #srchBtn {
  line-height: 1;
}

.g_nav form #srchInput {
  padding: 0;
  font-size: small;
}

.g_nav_s {
  text-align: center;
  position: fixed;
  bottom: 80px;
  width: 100%;
  background: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .g_nav {
    height: 80px;
    padding-top: 4px;
  }
  .g_nav .d-flex > div {
    width: 50%;
  }
  .g_nav .ttl {
    display: none;
  }
}

/* top */
.top video {
  max-width: 100%;
  display: block;
}

.top #videoArea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000;
  z-index: 1;
}

.top section > div {
  height: 100vh;
  width: 100%;
  margin: 0;
}

.top #videoArea.none {
  display: none;
}

.top #videoArea #skip {
  cursor: pointer;
}

.top #videoArea .inner {
  position: relative;
}

.top #play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.top .video-btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  cursor: pointer;
}

.top #imgArea {
  margin-bottom: 20px;
}

.top #imgArea #map {
  width: 100%;
  position: relative;
}

.top #imgArea #map > img {
  width: 100%;
}

.top #imgArea #map .info {
  width: 8.85416667%;
  /* 42/384 */
  position: absolute;
  right: 21.3541667%;
  bottom: 0;
}

.top #imgArea #map .info img {
  width: 100%;
}

.top #imgArea #map .login {
  width: 10.9375%;
  /* 42/384 */
  position: absolute;
  right: 10.4166667%;
  bottom: 0;
}

.top #imgArea #map .login img {
  width: 100%;
}

/* info */
.info .info_box {
  background: #333;
  height: 227px;
}

.info .info_box div {
  height: 100%;
  overflow: scroll;
}

/* login */
.login main .s_nav {
  margin-top: -8px;
}

.login main #imgContainer {
  position: relative;
}

.login main #imgContainer .zoomableContainer {
  border: 1px solid #808080;
}

.login main #imgContainer .collapse {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 100%;
  padding-bottom: 2px;
}

.login main #imgContainer .collapse > div {
  background: #000;
  height: 100%;
  overflow: scroll;
  margin: 1px;
}

.login main #imgContainer .collapsing {
  -webkit-transition: 0s;
  transition: 0s;
}

/**/
.panel {
  display: none;
}

.tab.is-active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

/* order */
form .error {
  display: none;
}

form input:invalid + .error {
  display: block;
  color: red;
}

.form-1 div label {
  width: 30%;
}

.form-1 div input {
  width: 40%;
}

@media only screen and (max-width: 576px) {
  .form-1 div label {
    width: 35%;
  }
  .form-1 div input {
    width: 65%;
  }
}

/**/
.article_search .search-w-25 {
  width: 25%;
}

.article_search .search-w-75 {
  width: 75%;
}

@media only screen and (max-width: 575px) {
  .article_search .search-w-25, .article_search .search-w-75 {
    width: 100%;
  }
}

.hide{
  display:none;
}
.doshow{
  display: block;
}
/*# sourceMappingURL=style.css.map */