@charset "UTF-8";
.p-story {
  display: block;
  position: relative;
  padding-top: 3.2rem;
}

.p-story__container {
  display: block;
  position: relative;
}

.p-story__inner {
  display: block;
  position: relative;
}

.p-story_staff,
.p-story_text,
.p-story_movie {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .p-story_staff,
  .p-story_text,
  .p-story_movie {
    display: block;
    margin-top: 40px;
  }
}
.p-story_staff dt.s_cap,
.p-story_text dt.s_cap,
.p-story_movie dt.s_cap {
  width: 25%;
}
@media screen and (max-width: 960px) {
  .p-story_staff dt.s_cap,
  .p-story_text dt.s_cap,
  .p-story_movie dt.s_cap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-story_staff dt.s_cap p,
.p-story_text dt.s_cap p,
.p-story_movie dt.s_cap p {
  position: relative;
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: var(--color-green);
  font-size: 5.2rem;
  padding: 0 0 0 4.5rem;
  line-height: 0.7;
}
@media screen and (max-width: 960px) {
  .p-story_staff dt.s_cap p,
  .p-story_text dt.s_cap p,
  .p-story_movie dt.s_cap p {
    font-size: 3.3rem;
    padding: 0 0 0 2.8rem;
  }
}
.p-story_staff dt.s_cap p::before,
.p-story_text dt.s_cap p::before,
.p-story_movie dt.s_cap p::before {
  content: "";
  width: 3.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_02.png) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-story_staff dt.s_cap p::before,
  .p-story_text dt.s_cap p::before,
  .p-story_movie dt.s_cap p::before {
    width: 2rem;
  }
}
.p-story_staff dd,
.p-story_text dd,
.p-story_movie dd {
  width: 75%;
}
@media screen and (max-width: 960px) {
  .p-story_staff dd,
  .p-story_text dd,
  .p-story_movie dd {
    width: 100%;
  }
}

.p-story .tab_list {
  font-family: "Fredoka", "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-story .tab_list {
    margin-bottom: 25px;
  }
}
.p-story .tab_list li {
  position: relative;
  border: 3px solid var(--color-orange);
  background: #fff;
  border-radius: 100px;
  text-align: center;
  color: var(--color-orange);
  font-size: 2.2rem;
  letter-spacing: 0;
  padding: 0.5rem 1.2rem;
  margin: 0 4px 8px 4px;
  transition: all 0.5s var(--ease_bounce);
}
@media screen and (max-width: 960px) {
  .p-story .tab_list li {
    font-size: 1.3rem;
    padding: 0.3rem 1.2rem 0.2rem;
    margin: 0 5px 5px 0;
    border: 2px solid var(--color-orange);
  }
}
.p-story .tab_list li.is-current {
  background: var(--color-orange);
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-story .tab_list li:hover {
    background: var(--color-orange);
    color: #fff;
  }
}
.p-story .tab_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-story .p-story_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .p-story .p-story_title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-story .p-story_title .s_no {
  position: relative;
  font-size: 4.2rem;
  font-weight: 600;
  color: var(--color-green);
  vertical-align: baseline;
  margin-right: 20px;
  padding: 0 0 0 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-story .p-story_title .s_no {
    font-size: 2.2rem;
    padding: 0 2.8rem;
    display: inline-block;
    margin-right: 0;
  }
}
.p-story .p-story_title .s_no::before {
  content: "";
  width: 3.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_02.png) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-story .p-story_title .s_no::before {
    width: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-story .p-story_title .s_no::after {
    content: "";
    width: 2.2rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/common/icon_02.png) no-repeat center/contain;
  }
}
.p-story .p-story_title .s_title {
  font-size: 3.2rem;
  font-weight: 600;
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  .p-story .p-story_title .s_title {
    font-size: 1.6rem;
    width: 100%;
    margin-top: 5px;
  }
}
.p-story .p-story__img {
  position: relative;
}
.p-story .p-story__img .p-story__img-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-story .p-story__img .p-story__img-swiper .swiper-pagination {
    margin-top: 5px;
  }
}
.p-story .p-story__img .p-story__img-swiper .swiper-pagination-bullets {
  font-size: 0;
  letter-spacing: -0.4em;
  display: flex;
}
.p-story .p-story__img .p-story__img-swiper .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  margin: 0 0 0 0.8% !important;
}
@media screen and (max-width: 960px) {
  .p-story .p-story__img .p-story__img-swiper .swiper-pagination-bullet {
    border-radius: 5px;
  }
}
.p-story .p-story__img .p-story__img-swiper .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.p-story .p-story__img .p-story__img-swiper .swiper-pagination-bullet::before {
  content: "";
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--color-orange);
  transition: opacity 0.5s var(--ease_bounce);
}
.p-story .p-story__img .p-story__img-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  opacity: 0;
  transition: opacity 0.5s var(--ease_bounce);
}
.p-story .p-story__img .swiper-wrapper {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-story .p-story__img .swiper-wrapper {
    border-radius: 10px;
  }
}
.p-story .s_text {
  line-height: 1.5em;
}
@media screen and (max-width: 960px) {
  .p-story .s_text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-story .p-story_staff .staff_wrap dl {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-story .p-story_staff .staff_wrap dl {
    font-size: 1.3rem;
  }
}
.p-story .p-story_staff .staff_wrap dl dt {
  font-weight: 400;
  color: var(--color-orange);
  display: table-cell;
  width: 6em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  vertical-align: baseline;
}
.p-story .p-story_staff .staff_wrap dl dd {
  display: table-cell;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -0.7em;
  vertical-align: baseline;
  width: calc(100% - 6em);
}
.p-story .p-story_staff .staff_wrap dl dd::before {
  content: "：";
  margin-right:0.3em;
}