:root {
  --color-blue: #00acc0;
  --color-red: #ff1639;
  --color-black: #000;
  --color-white: #fff;
  --font-jp: "Zen Old Mincho", sans-serif;
  --font-en: "Outfit", sans-serif;
}

.p-story_in {
  margin-top: 140px;
  margin-bottom: 190px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-story_in {
    margin-top: 42px;
    margin-bottom: 88px;
  }
}
.p-story_in__title {
  width: 283px;
  margin: 0 auto;
  position: static;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-active .p-story_in__title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .p-story_in__title {
    width: 140px;
    margin: 0;
    margin-left: 20px;
    margin-right: auto;
  }
}

.is-active .p-story_in__title {
  opacity: 1;
}

.p-story_in__label {
  top: 28px;
}

.p-story_in__content {
  display: block;
  padding-top: 94px;
  width: 78.8% !important;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .p-story_in__content {
    width: 90% !important;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .p-story_in__content {
    padding-top: 49px;
    width: 100% !important;
  }
}
.p-story_in__content-block {
  display: block;
  width: 100%;
}

.p-story_in__content-block-item {
  width: 100%;
  padding-top: 94px;
}

@media screen and (max-width: 767px) {
  .p-story_in__content-block-item {
    padding-top: 55px;
  }
}
/*****************
common label
*****************/
.p-story_in.is-active .l-section__label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
}

.p-story_in .l-section__label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  right: 0;
}

.p-story_in .l-section__label::before {
  margin-right: 0 !important;
  margin-left: 20px !important;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%) !important;
}

@media screen and (max-width: 767px) {
  .p-story_in .l-section__label::before {
    margin-left: 7px !important;
  }
}
/*****************
STORY main
*****************/
.p-story_in__content-nav {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.is-active .p-story_in__content-nav {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .p-story_in__content-nav {
    width: 89.2%;
    margin: 0 auto;
  }
}
.p-story_in__content-nav_item {
  margin: 0 5px 10px;
}
@media screen and (max-width: 767px) {
  .p-story_in__content-nav_item {
    margin: 0 0.6vw 1.2vw;
  }
}
.p-story_in__content-nav_item.is-active {
  pointer-events: none;
}
.p-story_in__content-nav_item.is-active a {
  color: var(--color-black);
  background-color: var(--color-white);
}
.p-story_in__content-nav_item a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-en);
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  width: 50px;
  padding: 12px 0;
  text-align: center;
  color: var(--color-white);
  border: 1px solid var(--color-black);
  background-color: var(--color-black);
  -webkit-transition: background-color 0.8s cubic-bezier(0.33, 1, 0.68, 1), color 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.8s cubic-bezier(0.33, 1, 0.68, 1), color 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-story_in__content-nav_item a {
    width: 10.6vw;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-story_in__content-nav_item a:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.p-story_in__content-block {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.is-active .p-story_in__content-block {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .p-story_in__content-block {
    width: 89.2%;
    margin: 0 auto;
  }
}
.p-story_in__content-head {
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .p-story_in__content-head {
    margin-bottom: 18px;
  }
}
.p-story_in__content-head-no {
  font-family: var(--font-en);
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-story_in__content-head-no {
    font-size: 1.6rem;
  }
}
.p-story_in__content-head-title {
  margin-top: 14px;
  font-size: 3.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-story_in__content-head-title {
    margin-top: 7px;
    font-size: 2rem;
  }
}
.p-story_in__content-arasuji {
  margin: 40px auto 0;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-story_in__content-arasuji {
    margin-top: 26px;
    font-size: 1.2rem;
  }
}
.p-story_in__content-dl {
  margin: 38px auto 0;
}
@media screen and (max-width: 767px) {
  .p-story_in__content-dl {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-story_in__content-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-story_in__content-dl + .p-story_in__content-dl {
  margin-top: 26px;
}
.p-story_in__content-dl-cap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  font-family: var(--font-en);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-story_in__content-dl-cap {
    width: 125px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-story_in__content-dl-cap {
    padding-left: 25px;
    font-size: 1.2rem;
  }
}
.p-story_in__content-dl-cap::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-blue)), to(var(--color-red)));
  background: linear-gradient(to right, var(--color-blue), var(--color-red));
  -webkit-transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-story_in__content-dl-cap::before {
    top: 5px;
    width: 15px;
    height: 2px;
  }
}
.p-story_in__content-dl-txt {
  line-height: 1.85;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-story_in__content-dl-txt {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 767px) {
  .p-story_in__content-dl-txt {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-story_in__list_item img {
  width: 100%;
  height: auto;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 15px auto 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 12px;
  }
}
.slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color-black);
  margin: 0 5px;
  padding: 0;
  opacity: 0.5;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), background-color 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), background-color 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 1.2vw;
  }
}
.slick-dots li:hover {
  opacity: 1;
  background: var(--color-black);
}
.slick-dots li.slick-active {
  opacity: 1;
  background: var(--color-black);
}
.slick-dots li button {
  outline: none;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: none;
  background: none;
  font-size: 0;
  line-height: 0;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}