@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : story.css
Description : ストーリー
===================================================================== */
/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 7rem 0 30rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 2rem 0 25rem 0;
  }
}
.story_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .story_ttl {
    width: 45.25vw;
    margin-left: 13.125vw;
    margin-right: auto;
  }
}
.story_tab {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 65rem;
  margin: 7rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_tab {
    width: 40.625vw;
    margin: 3rem auto 0 auto;
  }
}
.story_tab > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 21rem;
  height: 11rem;
  background-image: url(../images/story/story_tab_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-shadow: 0 3px 6px 3px rgba(77, 112, 173, 0.1);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .story_tab > li {
    width: 13.125vw;
    height: 4.375vw;
  }
}
@media screen and (min-width: 768px) {
  .story_tab > li:hover {
    background-image: url(../images/story/story_tab_bg01_h.png);
  }
}
.story_tab > li:hover > span {
  color: #ffffff;
}
.story_tab > li.is-active {
  background-image: url(../images/story/story_tab_bg01_h.png);
  pointer-events: none;
}
.story_tab > li.is-active > span {
  color: #ffffff;
}
.story_tab > li.nolink {
  pointer-events: none;
  filter: grayscale(1);
}
.story_tab > li.nolink::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.story_tab > li > span {
  color: #7cb5d0;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .story_tab > li > span {
    font-size: 2.4rem;
  }
}
.story_tab_date {
  position: absolute;
  left: 50%;
  top: -1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 16.4rem;
  height: 3.6rem;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.9rem;
  font-weight: 500;
  background-color: #f06294;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .story_tab_date {
    top: -1rem;
    width: 10rem;
    height: 2.2rem;
    font-size: 1.2rem;
  }
}
.story_panel > li {
  display: none;
}
.story_panel > li.is-show {
  display: block !important;
}
.story_movie {
  position: relative;
  width: 68rem;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_movie {
    width: 50vw;
    margin: 5rem auto 0 auto;
  }
}
.story_movie a {
  position: relative;
  display: block;
  width: 100%;
}
.story_movie a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 8rem;
  height: 5.6rem;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .story_movie a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_movie a:hover::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.story_column {
  width: 65rem;
  margin: 4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 62.5vw;
    margin: 2.5rem auto 0 auto;
  }
}
.story_num {
  color: #f06294;
  font-family: "Shippori Mincho", serif;
  font-size: 5.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_num {
    font-size: 4rem;
  }
}
.story_date {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_date {
    font-size: 2.6rem;
  }
}
.story_text {
  margin-top: 3rem;
}
.story_slider {
  width: 61.2rem;
  margin: 8rem auto;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .story_slider {
    width: 38.25vw;
    margin: 6rem auto;
  }
}
.story_slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.story_slider .slick-dots li {
  margin: 0 1rem;
}
.story_slider .slick-dots li.slick-active button {
  background-color: #f06294;
}
.story_slider .slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 0;
  border-radius: 50%;
  background-color: #d9d9d9;
}/*# sourceMappingURL=story.css.map */