@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : story.css
Description : ストーリー
===================================================================== */
/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0;
  }
}
.story_column {
  position: relative;
  width: 100%;
}
.story_ttl {
  position: relative;
  width: 24.9rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story_ttl {
    width: 22.41rem;
  }
}
.story_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    margin-top: 6rem;
  }
}
.story_embed {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 80%;
  }
}
.story_embed > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover figure::before {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover figure > img {
    transform: scale(1.05);
  }
}
.story_embed > a figure::before {
  content: "";
}
.story_embed figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.story_embed figure::before {
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 12%;
  max-width: 7.8rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  z-index: 1;
}
.story_embed figure > img {
  transition: 0.3s ease;
}
.story_subttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 36rem;
  aspect-ratio: 360/60;
  margin: 4.8rem auto 0 auto;
  background-image: url(../images/story/story_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    width: 32rem;
    aspect-ratio: 320/50;
    margin: 3.6rem auto 0 auto;
    background-image: url(../images/story/story_bg01_pc.png);
  }
}
.story_subttl > span {
  display: block;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-0.06em);
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.4rem;
  }
}
.story_date {
  position: relative;
  width: 100%;
  margin: 1.2rem auto 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_date {
    width: 80%;
    margin: 0.9rem auto 0 auto;
  }
}
.story_date > span {
  display: block;
  color: #87010d;
  font-size: 3.4rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 2.6rem;
  }
}
.story_date > small {
  display: block;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .story_date > small {
    font-size: 1.6rem;
  }
}
.story_body {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_body {
    margin-top: 4.5rem;
  }
}
.story_body > :first-child {
  margin-top: 0;
}
.story_text {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 3.6rem;
  }
}
.story_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 4.8rem 0 -4rem 0;
  padding: 0.4em 0;
}
@media screen and (min-width: 768px) {
  .story_img {
    margin: 3.6rem 0 -3rem 0;
  }
}
.story_img > figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .story_img > figure {
    width: 48.5%;
    margin: 0 0 3rem 3% !important;
  }
}
@media screen and (min-width: 768px) {
  .story_img > figure:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.story_share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 92.3076923077%;
  margin: 8rem auto 0 auto;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .story_share {
    width: 90%;
    margin: 6rem auto 0 auto;
    padding: 3rem 0;
  }
}
.story_share::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #100923;
}
.story_share::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #100923;
}
.story_share > dt {
  width: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .story_share > dt {
    margin-right: 20rem;
  }
}
.story_share > dt > span {
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_share > dt > span {
    font-size: 2rem;
    letter-spacing: inherit;
  }
}
.story_share > dd {
  width: auto;
}
.story_share_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.story_share_list > li {
  width: 9rem;
  aspect-ratio: 1/1;
  margin: 0 0 0 1.2rem;
}
@media screen and (min-width: 768px) {
  .story_share_list > li {
    width: 6.4rem;
    margin: 0 0 0 2.4rem;
  }
}
.story_share_list > li:first-child {
  margin-left: 0;
}
.story_share_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #87010d;
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a:hover {
    background-color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a:hover > svg {
    fill: #87010d;
  }
}
.story_share_list > li > a > svg {
  width: 32.7272727273%;
  aspect-ratio: 1/1;
  fill: #ffffff;
  transition: 0.3s ease;
}
.story_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 650/100;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 56rem;
    aspect-ratio: 560/70;
    margin: 6rem auto 0 auto;
  }
}
.story_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 1px solid #100923;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    border: 1px solid #87010d;
    background-color: #87010d;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover::before {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover > span {
    color: #ffffff;
  }
}
.story_btn > a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 1.3rem;
  aspect-ratio: 13/24;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #100923;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .story_btn > a::before {
    right: 2rem;
    width: 0.8rem;
  }
}
.story_btn > a > span {
  display: block;
  color: #100923;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-0.06em);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .story_btn > a > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    backnumber
======================================================== */
.backnumber {
  position: relative;
  width: 100%;
  padding: 16rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .backnumber {
    padding: 12rem 0;
  }
}
.backnumber::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg03.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 150% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .backnumber::before {
    background-size: 100% 100%;
  }
}
.backnumber::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg04_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .backnumber::after {
    background-image: url(../images/common/common_bg04_pc.png);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .backnumber::after {
    background-size: 100% auto;
  }
}
.backnumber_column {
  position: relative;
  width: 100%;
}
.backnumber_ttl {
  position: relative;
  width: 28.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl {
    width: 25.65rem;
  }
}
.backnumber_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .backnumber_wrap {
    margin-top: 6rem;
  }
}
.backnumber_list {
  position: relative;
  display: flex;
  align-self: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -4rem;
}
@media screen and (min-width: 768px) {
  .backnumber_list {
    margin-top: -3rem;
  }
}
.backnumber_list > li {
  width: 47.3846153846%;
  margin: 4rem 0 0 5.2307692308%;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li {
    width: 18.4%;
    margin: 3rem 0 0 2% !important;
  }
}
.backnumber_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li:nth-child(5n+1) {
    margin-left: 0 !important;
  }
}
.backnumber_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .backnumber_list > li > a:hover .backnumber_item > dd > figure > img {
    transform: scale(1.05);
  }
}
.backnumber_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
}
.backnumber_item > dt {
  width: 100%;
  margin-top: 0.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .backnumber_item > dt {
    margin-top: 0.3rem;
  }
}
.backnumber_item > dt > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .backnumber_item > dt > span {
    font-size: 2rem;
  }
}
.backnumber_item > dd {
  width: 100%;
}
.backnumber_item > dd > figure {
  width: 100%;
  overflow: hidden;
}
.backnumber_item > dd > figure > img {
  transition: 0.3s ease;
}/*# sourceMappingURL=story.css.map */