@charset "UTF-8";
/*color*/
/* PC（〜1280px） */
/* TABLET（〜1024px） */
/* SP（〜768px） */
/* SP（〜640px） */
/* SP（〜480px） */
.feature-story_inner {
  margin: auto;
  max-width: 1000px;
}

.feature-story_title {
  background-image: url("/feature/kosem/assets/images/story/title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: auto;
  max-width: 600px;
  width: 100%;
  height: 240px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
}

@media screen and (max-width: 767px) {
  .feature-story_title {
    padding-top: 33.85%;
    height: 0;
  }
}

@media screen and (max-width: 480px) {
  .feature-story_title {
    padding-top: 43.33%;
    height: 0;
  }
}

.feature-story_block {
  margin: auto;
  padding: 50px 30px;
}

.feature-story_tab {
  padding-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.feature-story_tab li {
  width: 24%;
  border: #9b7d3c 1px solid;
  text-align: center;
  color: #9b7d3c;
  font-size: 1.7rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
}

.feature-story_tab li span {
  padding: 15px 10px;
  display: block;
  cursor: pointer;
}

.feature-story_tab li span.active {
  color: #fff;
  background: #937535;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #937535 0%, #c4a35e 50%, #937535 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.feature-story_tab li span:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.feature-story_panel:not(.show) {
  display: none;
}

.feature-story_panel h5 {
  margin-bottom: 10px;
  padding-bottom: 7px;
  color: #8e7031;
  border-bottom: #8e7031 1px solid;
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.feature-story_ep {
  padding: 15px 0;
}

.feature-story_ep .cs {
  padding: 60px 0 30px;
  text-align: center;
  font-size: 1.8rem;
  color: #8e7031;
}

@media screen and (max-width: 767px) {
  .feature-story_tab {
    padding-bottom: 5px;
    flex-flow: wrap;
  }
  .feature-story_tab li {
    width: 48%;
    margin-bottom: 10px;
  }
  .feature-story_panel h5 {
    font-size: 2rem;
  }
  .feature-story_ep {
    padding: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  _panel h5 {
    font-size: 1.6rem;
  }
  _ep p {
    font-size: 1.4rem;
  }
}
