@charset "UTF-8";
.content {
  padding-bottom: 10px;
}

.list_category {
  width: 100%;
}

.list_category ul {
  display: block;
  position: relative;
  padding-top: 0;
  background: transparent;
}

.list_category ul:after {
  display: none;
}

.list_category ul li {
  display: inline-block;
  width: 40%;
  margin: 0 1.5%;
  background-color: transparent;

  border-bottom: 0;
}

.list_category ul li a {
  display: block;
  position: relative;
  background: url(../img/common/btn_base_repeat.png) repeat-x center center;
  background-size: 100% 100%;
  color: #9f7d33;
  font-size: 12px;
}

.list_category ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 99.9%;
  width: 8%;
  height: 100%;
  background: url(../img/common/btn_base_left.png) no-repeat right center;
  background-size: auto 100%;
}

.list_category ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 99.9%;
  width: 8%;
  height: 100%;
  background: url(../img/common/btn_base_right.png) no-repeat left center;
  background-size: auto 100%;
}

.list_category ul li.category_now a {
  background: url(../img/common/btn_base_g_repeat.png) repeat-x center center;
  background-size: 100% 100%;
  color: #fff;
}

.list_category ul li.category_now a:before {
  background-image: url(../img/common/btn_base_g_left.png);
}

.list_category ul li.category_now a:after {
  background-image: url(../img/common/btn_base_g_right.png);
}

.story_movie_wrap {
  margin-top: 10%;
}

.story_movie_wrap .story_movie_title_wrap {
  position: relative;
  margin-bottom: 10%;
  text-align: center;
  cursor: pointer;
}

.story_movie_wrap .story_movie_title_wrap .story_movie_title {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 90%;
  padding: 8px 0;
  background-color: #141d47;
  color: #fff;
  font-size: 14px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .02em;
}

.story_movie_wrap .story_movie_title_wrap .story_movie_title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 15px;
  height: 100%;
  background: url(../img/common/btn_arrow_w.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.story_movie_wrap .story_movie_title_wrap[data-open="0"] {
  cursor: auto;
}

.story_movie_wrap .story_movie_title_wrap[data-open="0"] .story_movie_title:after {
  display: none;
}

.story_movie_wrap .story_movie_title_wrap[data-open="0"] + .story_movie_acc {
  display: block;
}

.story_movie_wrap .story_movie_title_wrap[data-open="2"] .story_movie_title:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.story_movie_wrap .story_movie_acc {
  display: none;
  width: 90%;
  margin: 0 auto;
  line-height: 1.75;
}

.story_movie_wrap .att {
  margin-top: 10px;
}

.story_movie_wrap .story_img_list {
  margin: 25px 0 40px;
  letter-spacing: -.4em;
  font-size: 0;
}

.story_movie_wrap .story_img_list li {
  display: inline-block;
  width: 33.333%;
  letter-spacing: normal;
  font-size: 12px;
  vertical-align: top;
}

.story_movie_wrap .week {
  margin-top: 35px;
  padding: 20px 6.5%;
  border: 1px solid rgba(192, 190, 194, .5);
}

.story_movie_wrap .week .week_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.story_movie_wrap .week p + p {
  margin-top: 10px;
}

.story_movie_wrap .week .week_list {
  margin-top: 20px;
  color: #715acc;
  font-weight: bold;
  font-size: 14px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.story_movie_wrap .week .week_img_list {
  margin-top: 20px;
  font-size: 0;
  letter-spacing: -.4em;
}

.story_movie_wrap .week .week_img_list li {
  display: inline-block;
  width: 33.333%;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: normal;
}
