@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : ストーリーページ
===================================================================== */
/* =====================================================================
    story
======================================================================*/
#story {
  background: url(../images/story/bg_pattern1.jpg) repeat center/3rem auto;
  padding-bottom: 10rem;
}
#story::before {
  background: url(../images/story/bg_boundary_b.png) repeat-x center bottom/25.1rem auto;
}
#story .sec_ttl {
  width: 26.5rem;
}

@media screen and (min-width: 768px) {
  #story {
    padding-bottom: 15rem;
  }
  #story .sec_ttl {
    width: 20.4rem;
  }
}
/* =====================================================================
    story_tab
======================================================================*/
.story_tab_wrap {
  position: relative;
  margin-bottom: 8rem;
}
.story_tab_wrap .story_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(650 / 750 * 100%);
  margin: 0 auto;
}
.story_tab_wrap .story_tab li {
  width: 9.1rem;
  margin: 0 0.8rem;
}

@media screen and (max-width: 767px) {
  .story_tab_wrap.scroll {
    overflow-x: scroll;
  }
  .story_tab_wrap.scroll .story_tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(1100 / 750 * 100%);
    margin: 0 calc(100 / 750 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .story_tab_wrap .story_tab {
    width: calc(1200 / 1600 * 100%);
  }
  .story_tab_wrap .story_tab li {
    width: 6.9rem;
    margin: 0 0.5rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .story_tab_wrap .story_tab li:hover {
    opacity: 0.7;
  }
}
/* =====================================================================
    story_episode
======================================================================*/
.story_episode {
  position: relative;
  background-color: #fff;
  margin-bottom: 6rem;
  padding: 4.7rem 0;
}
.story_episode::before, .story_episode::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.4rem;
  right: 1.4rem;
  width: 16rem;
  height: 16.2rem;
  background: url(../images/story/img_frame.png) no-repeat center/contain;
}
.story_episode::after {
  right: auto;
  left: 1.4rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.story_episode > * {
  position: relative;
  z-index: 1;
}
.story_episode .story_episode_ttl {
  width: 25rem;
  margin: 0 auto 1.6rem;
}
.story_episode .story_episode_subttl {
  width: 55rem;
  margin: 0 auto 2rem;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
}
.story_episode .story_episode_slider {
  width: calc(684 / 650 * 100%);
  margin-left: calc(-17 / 650 * 100%);
}
.story_episode .story_episode_slider .slick-list {
  padding: 2rem 0;
}
.story_episode .story_episode_slider .slick-slide {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  margin: 0 1rem;
  padding-left: 0.4rem;
}
.story_episode .story_episode_slider li {
  width: 67.4rem !important;
  padding: 1.6rem;
  background: url(../images/story/bg_imgFrame.png) no-repeat center/contain;
}
.story_episode .story_episode_slider .slick-disabled {
  display: none !important;
}
.story_episode .story_episode_slider .slick-arrow {
  display: block;
  position: absolute;
  width: 4.7rem;
  height: 4.7rem;
  background: url(../images/story/icon_aroow.png) no-repeat center/contain;
  z-index: 1;
}
.story_episode .story_episode_slider .slick-arrow.prev {
  top: 48%;
  left: 3%;
}
.story_episode .story_episode_slider .slick-arrow.next {
  top: 44%;
  right: 3%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.story_episode .story_episode_food {
  width: 36.4rem;
  margin: 0 auto 2rem;
}
.story_episode .story_episode_txtArea {
  width: 55rem;
  margin: 0 auto;
}
.story_episode .story_episode_txtArea .story_episode_txt {
  margin-bottom: 3.6rem;
  line-height: 1.75;
}
.story_episode .story_episode_txtArea .story_episode_guest {
  position: relative;
}
.story_episode .story_episode_txtArea .story_episode_guest::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: url(../images/story/img_line3.png) no-repeat center/contain;
}
.story_episode .story_episode_txtArea .story_episode_guest li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8rem 0 2rem;
}
.story_episode .story_episode_txtArea .story_episode_guest li::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: url(../images/story/img_line3.png) no-repeat center/contain;
}
.story_episode .story_episode_txtArea .story_episode_guest li figure {
  width: 12rem;
}
.story_episode .story_episode_txtArea .story_episode_guest li dl {
  width: 39rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.story_episode .story_episode_txtArea .story_episode_guest li dl dt {
  margin-right: 3.6rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #8dbdc2;
}
.story_episode .story_episode_txtArea .story_episode_guest li dl dd {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .story_episode {
    width: calc(960 / 1200 * 100%);
    margin: 0 0 7rem calc(140 / 1200 * 100%);
    padding: 5rem 0 4rem;
  }
  .story_episode::before, .story_episode::after {
    bottom: 1rem;
    right: 1rem;
    width: 12.7rem;
    height: 12.8rem;
  }
  .story_episode::after {
    left: 1rem;
  }
  .story_episode .story_episode_ttl {
    margin: 0 4rem 1.5rem auto;
  }
  .story_episode .story_episode_subttl {
    width: 25rem;
    margin: 0 4rem 1rem auto;
    font-size: 1.8rem;
    text-align: left;
  }
  .story_episode .story_episode_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(684 / 960 * 100%);
    margin: calc(-50 / 960 * 100%) 0 0 calc(-40 / 960 * 100%);
  }
  .story_episode .story_episode_slider .slick-slide {
    padding-left: 0.6em;
  }
  .story_episode .story_episode_slider li {
    width: 65.4rem !important;
  }
  .story_episode .story_episode_slider .slick-arrow {
    width: 3.4rem;
    height: 3.4rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .story_episode .story_episode_slider .slick-arrow.prev {
    left: 5%;
  }
  .story_episode .story_episode_slider .slick-arrow.prev:hover {
    left: 4%;
  }
  .story_episode .story_episode_slider .slick-arrow.next {
    right: 5%;
  }
  .story_episode .story_episode_slider .slick-arrow.next:hover {
    right: 4%;
  }
  .story_episode .story_episode_food {
    width: 31.8rem;
    margin: 0 2.2rem 2rem auto;
  }
  .story_episode .story_episode_txtArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 88.5rem;
    margin: 0 auto 0 4rem;
  }
  .story_episode .story_episode_txtArea .story_episode_txt {
    width: 58rem;
    margin: -5rem 0 0;
    line-height: 1.75;
  }
  .story_episode .story_episode_txtArea .story_episode_guest {
    width: 26rem;
    margin: 0;
  }
  .story_episode .story_episode_txtArea .story_episode_guest::before {
    height: 0.5rem;
    background-size: 180% auto;
  }
  .story_episode .story_episode_txtArea .story_episode_guest li {
    padding: 1.2rem 0 1.4rem;
  }
  .story_episode .story_episode_txtArea .story_episode_guest li::before {
    height: 0.5rem;
    background-size: 180% auto;
  }
  .story_episode .story_episode_txtArea .story_episode_guest li figure {
    width: 8.8rem;
  }
  .story_episode .story_episode_txtArea .story_episode_guest li dl {
    width: 15rem;
    display: block;
  }
  .story_episode .story_episode_txtArea .story_episode_guest li dl dt {
    margin: 0 0 1rem 0;
    font-size: 1.6rem;
  }
  .story_episode .story_episode_txtArea .story_episode_guest li dl dd {
    font-size: 1.8rem;
    line-height: 1.333;
  }
  .story_episode:nth-child(even) {
    margin-left: calc(100 / 1200 * 100%);
  }
  .story_episode:nth-child(even) .story_episode_ttl {
    margin: 0 auto 1.5rem 4rem;
  }
  .story_episode:nth-child(even) .story_episode_subttl {
    margin: 0 auto 1rem 4rem;
  }
  .story_episode:nth-child(even) .story_episode_slider {
    left: auto;
    right: 0;
    width: calc(684 / 960 * 100%);
    margin: calc(34 / 960 * 100%) calc(-50 / 960 * 100%) 0 0;
  }
  .story_episode:nth-child(even) .story_episode_food {
    margin: 0 auto 2rem 1.7rem;
  }
  .story_episode:nth-child(even) .story_episode_txtArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .story_episode:nth-child(even) .story_episode_txtArea .story_episode_txt {
    margin: 3.4rem 0 0;
  }
}
/*# sourceMappingURL=story.css.map */