@charset "UTF-8";
/* ====================
Layout
 ==================== */
/* ====================
Project
 ==================== */
.p-story {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.p-story__container {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 10px;
  width: 73.143%;
}

.p-story__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.p-story__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: -54px;
  width: 100%;
}

.p-story__list-item {
  display: block;
}

.p-story__text {
  position: relative;
  width: 100%;
  color: #a20000;
  font-size: 18px;
  line-height: 2.3;
  letter-spacing: 2px;
}

.is-load .p-story__text {
  -webkit-transition: color 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: color 1.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  color: #fff;
}

.p-story__text + .p-story__text {
  margin-top: 48px;
}

.p-story__text strong {
  font-weight: 400;
  font-size: 1.4em;
}

.p-story__catch {
  position: relative;
  margin: 8px auto 0;
  width: 100%;
  max-width: 680px;
}

.p-story__footer {
  position: relative;
  margin-top: 64px;
  padding-top: 48px;
  width: 100%;
  text-align: center;
}

.p-story__footer::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  width: 100%;
  height: 1px;
  content: "";
}

.p-story__back {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  margin: 0 auto;
}

[data-ua="pc"] .p-story__back:hover {
  opacity: .6;
}

.p-story__back-text {
  display: block;
  position: relative;
  padding: 8px 20px 8px 40px;
  font-size: 24px;
  font-family: 'Cormorant Infant', YakuHanMP_Noto, 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.p-story__back-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  background: url("../img/common/arrow_s.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-story__back:hover .p-story__back-text::before {
  -webkit-animation: arrow-1 1.6s linear infinite;
  animation: arrow-1 1.6s linear infinite;
}

.p-story_card {
  position: relative;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  margin: 0 auto;
  width: 100%;
}

[data-ua="pc"] .p-story_card:hover {
  opacity: .6;
}

.p-story_card__img {
  position: relative;
  margin: 0 auto 17px;
  width: 100%;
}

.p-story_card__img img {
  width: 100%;
}

.p-story_card__title {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: left;
}

.p-story_card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-story_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

.p-story_in__header {
  position: relative;
  margin: 0 auto 26px;
  background-size: auto;
  width: 100%;
}

.p-story_in__title {
  position: relative;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  text-align: left;
}

.p-story_in__inner {
  position: relative;
  margin: 0 auto;
  background-size: auto;
  width: 100%;
  text-align: left;
}

.p-story_in__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
}

.p-story_in__text img {
  display: inline-block;
  position: relative;
  width: 31%;
}

.p-story_in__text iframe {
  display: block;
  width: 50vw;
  max-width: 100% !important;
  height: 28.125vw;
}

.p-story_in__footer {
  position: relative;
  margin: 35px auto 0;
  width: 390px;
}

/* ====================
COMPONENT
 ==================== */

@media screen and (max-width: 960px){
  .p-story__container {
    padding: 12px 0;
    width: 90.667%;
  }
  .p-story__inner {
    text-align: left;
  }
  .p-story__list {
    margin-bottom: -25px;
  }
  .p-story__list-item {
    margin: 0 6% 25px 0;
    width: 47%;
  }
  .p-story__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-story__text {
    font-size: 13px;
    line-height: 2.1;
    letter-spacing: .5px;
  }
  .p-story__text + .p-story__text {
    margin-top: 20px;
  }
  .p-story__text strong {
    font-size: 1.3em;
  }
  .p-story__footer {
    margin-top: 28px;
    padding-top: 28px;
  }
  .p-story__back-text {
    padding: 8px 10px 8px 28px;
    font-size: 16px;
  }
  .p-story__back-text::before {
    width: 18px;
  }
  .p-story_card__img {
    margin-bottom: 10px;
  }
  .p-story_card__title {
    font-size: 12px;
  }
  .p-story_in__header {
    margin-bottom: 16px;
  }
  .p-story_in__title {
    font-size: 16px;
    font-size: 4.267vw;
    line-height: 1.4;
  }
  .p-story_in__text {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-story_in__text img {
    margin: 0 3% 17px 0;
    width: 47%;
  }
  .p-story_in__text iframe {
    width: 70vw;
    height: 39.375vw;
  }
  .p-story_in__footer {
    margin-top: 20px;
    width: 70%;
  }
}

@media screen and (min-width: 961px){
  .p-story__list-item {
    margin: 0 5.75% 55px 0;
    width: 29.5%;
  }
  .p-story__list-item:nth-child(3n) {
    margin-right: 0;
  }
  .p-story_in__text img {
    margin: 0 2% 30px 0;
  }
}

@media screen and (max-width: 960px) and (min-width: 562.5px){
  .p-story_in__title {
    font-size: 24px;
  }
}
