@charset "UTF-8";
#wrapper {
  background: url("../img/common/bg_kv_02.jpg") no-repeat fixed center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
}
#wrapper .main_contents {
  background: url("../img/common/bg_cont_in.png");
  position: relative;
  padding-top: 75px;
}
#wrapper .main_contents:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  background: url("../img/common/line_deco.png") repeat-x;
  top: 0;
}
#wrapper .main_contents h2 {
  text-align: center;
  margin-bottom: 70px;
}
#wrapper .main_contents .contents {
  width: 1080px;
  margin: auto;
  padding-bottom: 90px;
}

.story_list li {
  float: left;
  width: 340px;
  margin-right: 30px;
  margin-bottom: 40px;
  position: relative;
}
.story_list li img {
  width: 100%;
}
.story_list li:nth-child(3n) {
  margin-right: 0;
}
.story_list li:nth-child(3n+1) {
  clear: both;
}
.story_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.story_list li .thumb {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #cbbeaf;
  width: 338px;
  height: 226px;
}
.story_list li .thumb .img {
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: no-repeat center #fff;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.story_list li .thumb:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(138, 23, 5, 0.35);
  opacity: 0;
}
.story_list li .title {
  color: #452115;
  padding: 0px 0 0px 15px;
  border-left: 1px solid #9d8778;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.story_list li:hover .thumb:after {
  opacity: 1;
}
.story_list li:hover .title {
  color: #991a06;
  border-left-color: #991a06;
}

.story_detail h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  background: url("../img/common/line_dashed.png") repeat-x bottom;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.story_detail .mainImages {
  margin-bottom: 20px;
}
.story_detail .mainImages .main {
  width: 810px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cbbeaf;
  background: no-repeat center #fff;
  padding: 3px;
  float: left;
}
.story_detail .mainImages .main img {
  width: 100%;
}
.story_detail .mainImages .thumb {
  float: right;
  width: 266px;
}
.story_detail .mainImages .thumb li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cbbeaf;
  background: no-repeat center #fff;
  padding: 2px;
  float: left;
  margin-bottom: 1px;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.story_detail .mainImages .thumb li img {
  width: 100%;
}
.story_detail .mainImages .thumb li:hover {
  opacity: 1;
}
.story_detail .mainImages .thumb li.current {
  opacity: 1;
}
.story_detail .story {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.story_detail .staff {
  line-height: 1.8;
  font-size: 14px;
}
.story_detail .menu {
  background: url("../img/in_story/bg_menu_repeat.png");
  position: relative;
  padding: 70px 0 0;
  margin: 60px 0 70px;
}
.story_detail .menu:before {
  content: url("../img/in_story/bg_menu_head.png");
  position: absolute;
  top: -30px;
}
.story_detail .menu:after {
  content: url("../img/in_story/bg_menu_foot.png");
  position: absolute;
  bottom: -70px;
}
.story_detail .menu ul {
  text-align: center;
  position: relative;
  z-index: 5;
}
.story_detail .menu ul li {
  display: inline-block;
  width: 320px;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0 4px;
}
.story_detail .menu ul li img {
  width: 100%;
}
.story_detail .menu ul li .img {
  position: relative;
  margin-bottom: 10px;
}
.story_detail .menu ul li .img:after {
  content: '';
  background: url("../img/in_story/frame_menu_repeat.png");
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.story_detail .back_btn {
  width: 150px;
  margin: 165px  auto 0;
  overflow: hidden;
  text-indent: -300px;
}
.story_detail .back_btn a {
  display: block;
  width: 150px;
  height: 38px;
  background: url("../img/in_story/btn_index.png") no-repeat top;
  position: relative;
}
.story_detail .back_btn a:after {
  background: url("../img/in_story/btn_index.png") no-repeat bottom;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.story_detail .back_btn a:hover:after {
  opacity: 1;
}
