@charset "UTF-8";
/*style.css*/
* {
  margin: 0;
  padding: 0;
}

ul, h1, h2, h3, h4, h5, h6, b, nav, ul, p, footer {
  font-weight: normal;
  font-size: 1.5vw;
  color: white;
  margin: 0;
  padding: 0;
}

html {
  background-color: #F4F4F4;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 400px;
  min-width: 300px;
}

body {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Avenir", "游ゴシック", "Yu Gothic", "arial";
  font-size: 1.5vw;
  color: #1F1F1F;
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  body {
    background-image: url("../img/os2016top_mob.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  body {
    background-image: url("../img/os2016top_mob.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 751px) {
  body {
    background-image: url("../img/os2016top_mob.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 992px) {
  body {
    backgound-image: none;
  }
}

a {
  margin: 0;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

ul {
  list-style-type: none;
}

#bg_player {
  /* 横向き */
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #bg_player {
    display: none;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #bg_player {
    display: none;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #bg_player {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #bg_player {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 781px) {
  #bg_player {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: -1;
  }
}

#cover {
  /* 横向き */
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #cover {
    display: none;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #cover {
    display: none;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #cover {
    display: none;
  }
}
@media only screen and (min-width: 781px) {
  #cover {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    z-index: -1;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #loader {
    display: none;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #loader {
    display: none;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #loader {
    display: none;
  }
}
@media only screen and (min-width: 781px) {
  #loader {
    position: fixed;
    width: 80px;
    height: 80px;
    font-size: 3vw;
    color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
}

#container {
  position: relative;
  width: 93%;
  height: 100%;
  margin: 0 auto;
}
#container h1 {
  font-size: 1em;
  font-weight: bold;
}
#container p {
  font-size: 0.8em;
  padding-top: 15px;
  line-height: 2em;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container header {
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 6vw;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #container header {
    margin: 0;
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 6vw;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container header {
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 6vw;
  }
}
@media only screen and (mix-width: 1024px) and (orientation: landscape) {
  #container header {
    width: 50%;
  }
}
@media only screen and (min-width: 781px) {
  #container header {
    width: 100%;
    position: absolute;
    top: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container header img.title {
    display: block;
    width: 100%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container header img.title {
    display: block;
    width: 50%;
    float: left;
    margin: 0 0;
  }
}
@media only screen and (min-width: 751px) {
  #container header img.title {
    display: block;
    width: 100%;
    margin: 0 0;
  }
}
@media only screen and (min-width: 781px) {
  #container header img.title {
    display: block;
    width: 50%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container header .menu {
    letter-spacing: 0.2em;
    float: left;
    margin: 3vw 0;
    width: 100%;
    height: 10vw;
    border-top: solid white 1px;
    border-bottom: solid white 1px;
  }
  #container header .menu nav {
    z-index: 9999;
    height: 100%;
  }
  #container header .menu nav ul {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  #container header .menu nav ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container header .menu {
    letter-spacing: 0.1em;
    float: right;
    margin: 0 0;
    width: 47%;
    height: 7vw;
    border-top: solid white 1px;
    border-bottom: solid white 1px;
  }
  #container header .menu nav {
    z-index: 9999;
    height: 100%;
  }
  #container header .menu nav ul {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  #container header .menu nav ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container header .menu {
    letter-spacing: 0.2em;
    float: left;
    margin: 3vw 0;
    width: 100%;
    height: 10vw;
    border-top: solid white 1px;
    border-bottom: solid white 1px;
  }
  #container header .menu nav {
    z-index: 9999;
    height: 100%;
  }
  #container header .menu nav ul {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
  #container header .menu nav ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container header .menu {
    letter-spacing: 0.2em;
    margin-top: 2vw;
  }
  #container header .menu nav ul {
    padding-left: 3px;
  }
  #container header .menu nav ul li {
    font-size: 1.7vw;
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 992px) {
  #container header .menu {
    letter-spacing: 0.2em;
    margin-top: 2vw;
  }
  #container header .menu nav ul {
    padding-left: 3px;
  }
  #container header .menu nav ul li {
    font-size: 1.7vw;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container #contents_container {
    width: 90%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container #contents_container {
    position: relative;
    overflow-y: scroll;
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container #contents_container {
    width: 90%;
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container #contents_container {
    width: 47%;
    height: 100%;
    position: fixed;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  #container #contents_container {
    display: none;
    width: 47%;
    height: 100%;
    position: fixed;
    z-index: 1;
    right: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container #contents_container #close_button {
    display: none;
    position: absolute;
    z-index: 4;
    top: 40vw;
    right: 5vw;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container #contents_container #close_button {
    display: none;
    position: absolute;
    z-index: 4;
    top: 17vw;
    right: 0;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container #contents_container #close_button {
    display: none;
    position: absolute;
    z-index: 4;
    top: 40vw;
    right: 5vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container #contents_container #close_button {
    display: none;
    position: fixed;
    z-index: 4;
    right: 5vw;
    top: 5vw;
  }
}
@media only screen and (min-width: 992px) {
  #container #contents_container #close_button {
    display: none;
    position: fixed;
    z-index: 4;
    right: 5vw;
    top: 5vw;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container #contents_container #close_button #modal_close #close_png {
    width: 6vw;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container #contents_container #close_button #modal_close #close_png {
    width: 3vw;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container #contents_container #close_button #modal_close #close_png {
    width: 6vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container #contents_container #close_button #modal_close #close_png {
    width: 25px;
  }
}
@media only screen and (min-width: 992px) {
  #container #contents_container #close_button #modal_close #close_png {
    width: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container #contents_container .texts {
    position: absolute;
    z-index: 2;
    top: 50vw;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #container #contents_container .texts h1 {
    font-size: 4vw;
    font-weight: bold;
  }
  #container #contents_container .texts p {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container #contents_container .texts {
    position: relative;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 17vw;
  }
  #container #contents_container .texts h1 {
    font-size: 2.3vw;
    font-weight: bold;
  }
  #container #contents_container .texts p {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container #contents_container .texts {
    position: absolute;
    z-index: 2;
    top: 50vw;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  #container #contents_container .texts h1 {
    font-size: 4vw;
    font-weight: bold;
  }
  #container #contents_container .texts p {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container #contents_container .texts {
    position: relative;
    z-index: 2;
    width: 83%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  #container #contents_container .texts {
    position: relative;
    z-index: 2;
    width: 83%;
    margin: 0 auto;
    padding-top: 10vw;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container #contents_container .texts .textbox {
    display: none;
    position: relative;
    z-index: 2;
    width: 100%;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container #contents_container .texts .textbox {
    display: none;
    position: relative;
    z-index: 2;
    width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container #contents_container .texts .textbox {
    display: none;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container #contents_container .texts .textbox {
    display: none;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  #container #contents_container .texts .textbox {
    display: none;
    position: relative;
    z-index: 2;
    width: 100%;
  }
}
#container #contents_container .texts .textbox #access_map {
  padding-top: 2vw;
}
#container #contents_container .texts .textbox #out_p2 {
  text-align: right;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container #contents_container #modal_overlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container #contents_container #modal_overlay {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container #contents_container #modal_overlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container #contents_container #modal_overlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media only screen and (min-width: 781px) {
  #container #contents_container #modal_overlay {
    display: none;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container footer {
    position: absolute;
    width: 100%;
    bottom: 6vw;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container footer {
    position: absolute;
    width: 100%;
    bottom: 3vw;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container footer {
    position: absolute;
    width: 100%;
    bottom: 6vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container footer {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #container footer {
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container footer .footertext {
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    float: left;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container footer .footertext {
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    float: left;
    margin-bottom: 5vw;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container footer .footertext {
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    float: left;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container footer .footertext {
    width: 90%;
    position: absolute;
    bottom: 0;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  #container footer .footertext {
    width: 90%;
    position: absolute;
    bottom: 0;
    float: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container footer .footertext img.subtitle {
    display: block;
    width: 100%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container footer .footertext img.subtitle {
    display: block;
    width: 50%;
    margin: 0 0;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container footer .footertext img.subtitle {
    display: block;
    width: 100%;
    margin: 0 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container footer .footertext img.subtitle {
    display: block;
    width: 43%;
    margin: 0 0;
  }
}
@media only screen and (min-width: 992px) {
  #container footer .footertext img.subtitle {
    display: block;
    width: 43%;
    margin: 0 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container footer .social {
    position: absolute;
    z-index: 3;
    line-height: 0;
    bottom: 0;
    right: 0;
  }
  #container footer .social a {
    display: block;
    float: left;
    font-size: 10vw;
  }
  #container footer .social .twitter {
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container footer .social {
    position: absolute;
    z-index: 0;
    line-height: 0;
    bottom: 0;
    right: 0;
  }
  #container footer .social a {
    display: block;
    float: left;
    font-size: 10vw;
  }
  #container footer .social .twitter {
    margin-right: 2vw;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container footer .social {
    position: absolute;
    z-index: 0;
    line-height: 0;
    bottom: 0;
    right: 0;
  }
  #container footer .social a {
    display: block;
    float: left;
    font-size: 10vw;
  }
  #container footer .social .twitter {
    margin-right: 2vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container footer .social {
    position: absolute;
    z-index: 3;
    bottom: 0;
    margin-bottom: 2.3vw;
    float: right;
    right: 1px;
    font-size: 3vw;
  }
  #container footer .social a {
    display: block;
    float: left;
  }
  #container footer .social .twitter {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  #container footer .social {
    position: absolute;
    z-index: 0;
    bottom: 0;
    margin-bottom: 2.3vw;
    float: right;
    right: 1px;
    font-size: 3vw;
  }
  #container footer .social a {
    display: block;
    float: left;
  }
  #container footer .social .twitter {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #container footer .copyright {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    font-size: small;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  #container footer .copyright {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    font-size: small;
  }
}
@media only screen and (min-width: 751px) and (orientation: portrait) {
  #container footer .copyright {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    font-size: small;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) and (orientation: landscape) {
  #container footer .copyright {
    display: block;
    position: absolute;
    bottom: 0;
    float: right;
    right: 1px;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 481px) {
  #container footer .copyright {
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    float: right;
    right: 1px;
    font-size: 1vw;
  }
}

/*# sourceMappingURL=style.css.map */
