@charset "UTF-8";

#contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
}

#contents h2,
#contents p,
#contents figure {
  margin: 0;
  padding: 0;
}

#contents li {
  list-style: none;
}

#contents a:hover {
  opacity: 0.6;
}

#contents figure figcaption {
  font-size: 13px;
  display: block;
}

#contents .mv-wrapper {
  margin-bottom: 50px;
  text-align: center;
  height: 920px;
}

#contents .mv-wrapper .inner {
  margin: 0 auto;
  width: 860px;
  position: relative;
}

#contents .index_wrapper {
  text-align: center;
}

#contents .index_wrapper.-open {
  display: block;
}

#contents .index_nav {
  margin: 0 auto;
  width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contents .index_title {
  margin-bottom: 45px;
}

#contents .index_catch {
  margin-bottom: 50px;
}

#contents .index_lead {
  margin-bottom: 30px;
}

#contents .index_subcatch {
  margin-bottom: 35px;
}

#contents .index_image {
  margin-bottom: 64px;
}

#contents .story_wrapper {
  margin: 0 auto 40px;
  width: 895px;
  position: relative;
}

#contents .story_nav {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 895px;
  z-index: 10;
}

#contents .story_nav.-top {
  top: 0;
  margin: 0 auto;
  padding: 46px 0 0;
  background: #fff url(../img/line_head.png) no-repeat left bottom;
}

#contents .story_nav.-top li {
  margin: 0 3px;
  margin-bottom: 5px;
  width: 89px;
  height: 100px;
  cursor: pointer;
}

#contents .story_nav.-top li a {
  display: block;
  width: 100%;
  height: 100%;
}

#contents .story_nav.-top li.-active {
  margin-bottom: 0;
  width: 180px;
}

#contents .story_nav.-top li.btn_story01 {
  background: url(../img/nav_story01.png) no-repeat center bottom;
}

#contents .story_nav.-top li.btn_story01.-active {
  background: url(../img/nav_story01_act.png) no-repeat center bottom;
}

#contents .story_nav.-top li.btn_story02 {
  background: url(../img/nav_story02.png) no-repeat center bottom;
}

#contents .story_nav.-top li.btn_story02.-active {
  background: url(../img/nav_story02_act.png) no-repeat center bottom;
}

#contents .story_nav.-top li.btn_story03 {
  background: url(../img/nav_story03.png) no-repeat center bottom;
}

#contents .story_nav.-top li.btn_story03.-active {
  background: url(../img/nav_story03_act.png) no-repeat center bottom;
}

#contents .story_nav.-top li.btn_story04 {
  background: url(../img/nav_story04.png) no-repeat center bottom;
}

#contents .story_nav.-top li.btn_story04.-active {
  background: url(../img/nav_story04_act.png) no-repeat center bottom;
}

#contents .story_nav.-bottom {
  bottom: -20px;
  margin: 0 auto 0;
  padding: 0;
  justify-content: center;
}

#contents .story_nav.-bottom li {
  margin: 0 30px;
  width: 119px;
  height: 45px;
  cursor: pointer;
}

#contents .story_nav.-bottom li a {
  display: block;
  width: 100%;
  height: 100%;
}

#contents .story_nav.-bottom li:hover {
  opacity: 1;
}

#contents .story_nav.-bottom li.-active {
  display: none;
}

#contents .story_nav.-bottom li.btn_top {
  background: url(../img/nav_back_b.png) no-repeat center bottom;
}

#contents .story_nav.-bottom li.btn_top:hover {
  background: url(../img/nav_back_b_ov.png) no-repeat center bottom;
}

#contents .story_nav.-bottom li.btn_story01 {
  background: url(../img/nav_story01_b.png) no-repeat center bottom;
}

#contents .story_nav.-bottom li.btn_story01:hover {
  background: url(../img/nav_story01_b_ov.png) no-repeat center bottom;
}

#contents .story_nav.-bottom li.btn_story02 {
  background: url(../img/nav_story02_b.png) no-repeat center bottom;
}

#contents .story_nav.-bottom li.btn_story02:hover {
  background: url(../img/nav_story02_b_ov.png) no-repeat center bottom;
}

#contents .story_nav.-bottom li.btn_story03 {
  background: url(../img/nav_story03_b.png) no-repeat center bottom;
}

#contents .story_nav.-bottom li.btn_story03:hover {
  background: url(../img/nav_story03_b_ov.png) no-repeat center bottom;
}

#contents .story_nav.-bottom li.btn_story04 {
  background: url(../img/nav_story04_b.png) no-repeat center bottom;
}

#contents .story_nav.-bottom li.btn_story04:hover {
  background: url(../img/nav_story04_b_ov.png) no-repeat center bottom;
}

#contents .story_container {
  margin: 0 auto;
  padding: 205px 25px 60px;
  background: #eef2ef;
  width: 845px;
  position: relative;
}

#contents .story_container.-open {
  display: block;
}

#contents .story_index {
  padding: 0 0 0 15px;
  display: flex;
  justify-content: space-between;
}

#contents .storyIndex_nav {
  position: relative;
}

#contents .storyIndex_nav ul {
  position: absolute;
  left: 26px;
  top: 0;
}

#contents .storyIndex_nav ul li {
  font-size: 0;
  line-height: 0;
}

#contents .storyIndex_nav ul li:hover {
  margin-right: 34px;
  padding-right: 34px;
  display: block;
  background: url(../img/parts_pen.png) no-repeat right center;
}

#contents .story01 .storyIndex_nav ul li:nth-child(1) {
  margin-top: 125px;
}

#contents .story01 .storyIndex_nav ul li:nth-child(2) {
  margin-top: 6px;
}

#contents .story01 .storyIndex_nav ul li:nth-child(3) {
  margin-top: 44px;
}

#contents .story01 .storyIndex_nav ul li:nth-child(4) {
  margin-top: 42px;
}

#contents .story01 .storyIndex_nav ul li:nth-child(5) {
  margin-top: 7px;
}

#contents .story01 .storyIndex_nav ul li:nth-child(6) {
  margin-top: 42px;
}

#contents .story02 .storyIndex_nav ul li:nth-child(1) {
  margin-top: 90px;
}

#contents .story02 .storyIndex_nav ul li:nth-child(2) {
  margin-top: 6px;
}

#contents .story02 .storyIndex_nav ul li:nth-child(3) {
  margin-top: 80px;
}

#contents .story02 .storyIndex_nav ul li:nth-child(4) {
  margin-top: 79px;
}

#contents .story02 .storyIndex_nav ul li:nth-child(5) {
  margin-top: 80px;
}

#contents .story03 .storyIndex_nav ul li:nth-child(1) {
  margin-top: 90px;
}

#contents .story03 .storyIndex_nav ul li:nth-child(2) {
  margin-top: 132px;
}

#contents .story03 .storyIndex_nav ul li:nth-child(3) {
  margin-top: 7px;
}

#contents .story03 .storyIndex_nav ul li:nth-child(4) {
  margin-top: 166px;
}

#contents .story03 .storyIndex_nav ul li:nth-child(5) {
  margin-top: 94px;
}

#contents .story03 .storyIndex_nav ul li:nth-child(6) {
  margin-top: 80px;
}

#contents .story04 .storyIndex_nav ul li:nth-child(1) {
  margin-top: 90px;
}

#contents .story04 .storyIndex_nav ul li:nth-child(2) {
  margin-top: 96px;
}

#contents .story04 .storyIndex_nav ul li:nth-child(3) {
  margin-top: 43px;
}

#contents .story04 .storyIndex_nav ul li:nth-child(4) {
  margin-top: 124px;
}

#contents .story04 .storyIndex_nav ul li:nth-child(5) {
  margin-top: 40px;
}

#contents .story04 .storyIndex_nav ul li:nth-child(6) {
  margin-top: 58px;
}

#contents .scene_item {
  padding: 20px 0 30px;
  border: solid 1px #000;
  display: none;
  text-align: center;
  background-color: #fff;
  position: relative;
}

#contents .scene_item.-open {
  display: block;
}

#contents .scene_item .btn_prev {
  position: absolute;
  left: 14px;
  top: 350px;
}

#contents .scene_item .btn_next {
  position: absolute;
  right: 14px;
  top: 350px;
}

#contents .scene_item .btn_close {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

#contents .scene_image {
  height: 530px;
}

#contents .btn_entry {
  margin-top: 48px;
  text-align: center;
}

#contents .btn_entry a {
  display: inline-block;
}

#contents .notes {
  margin: 30px auto;
  width: 850px;
  font-size: 13px;
}

#contents .notes .chousa {
  padding: 0.15em;
  border: solid 1px #c00;
  position: relative;
}

#contents .notes .chousa::before {
  padding: 0 0.2em;
  content: "現在調査中";
  position: absolute;
  right: 0;
  top: -20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #c00;
  display: block;
}

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