@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : story.css
Description : ストーリー
===================================================================== */
/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0;
  }
}
.story_column {
  position: relative;
  width: 100%;
}
.story_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.story_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .story_ttl::before {
    width: 47.3rem;
  }
}
.story_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .story_ttl > em {
    font-size: 5.4rem;
  }
}
.story_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .story_ttl > span {
    font-size: 2.4rem;
  }
}
.story_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    margin-top: 6rem;
  }
}
.story_wrap:first-child {
  margin-top: 0;
}
.story_embed {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 74.0740740741%;
  }
}
.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::after {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.story_embed > a figure::after {
  content: "";
}
.story_embed figure {
  position: relative;
  width: 100%;
}
.story_embed figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 111.25%;
  height: 1px;
  background-color: #0091a1;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .story_embed figure::before {
    width: 135%;
  }
}
.story_embed figure::after {
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 16.25%;
  max-width: 10.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_play02.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_subttl {
  position: relative;
  width: 100%;
  margin: 4rem auto 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    width: 92.5925925926%;
    margin: 3rem auto 0 auto;
  }
}
.story_subttl > span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.2rem;
  }
}
.story_subttl > span > em {
  color: #0091a1;
  font-size: 200%;
  line-height: 1;
}
.story_date {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_date {
    width: 92.5925925926%;
  }
}
.story_date > span {
  display: block;
  color: #0091a1;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 2.2rem;
  }
}
.story_date > small {
  display: block;
  margin-top: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-size: 75%;
  font-weight: 700;
}
.story_body {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_body {
    width: 92.5925925926%;
    margin: 4.5rem auto 0 auto;
  }
}
.story_body > :first-child {
  margin-top: 0;
}
.story_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4.5rem;
  }
}
.story_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 6rem 0 -4.8rem 0;
  padding: 0.4em 0;
}
@media screen and (min-width: 768px) {
  .story_img {
    margin: 4.5rem 0 -3.6rem 0;
  }
}
.story_img > figure {
  width: 100%;
  margin: 0 0 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .story_img > figure {
    width: 48.5%;
    margin: 0 0 3.6rem 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: 100%;
  margin: 8rem auto 0 auto;
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .story_share {
    width: 92.5925925926%;
    margin: 6rem auto 0 auto;
    padding: 1.8rem 0;
  }
}
.story_share::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #141414;
}
.story_share::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #141414;
}
.story_share > dt {
  width: auto;
  margin-right: 6rem;
}
.story_share > dt > span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.6;
}
.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: 10.4rem;
  aspect-ratio: 1/1;
  margin: 0 0 0 1.2rem;
}
@media screen and (min-width: 768px) {
  .story_share_list > li {
    width: 8rem;
    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%;
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a:hover > svg {
    fill: #ffffff;
  }
}
.story_share_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.story_share_list > li > a > svg {
  width: 38.4615384615%;
  aspect-ratio: 1/1;
  fill: #141414;
  transition: 0.3s ease;
}
.story_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 640/96;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 48rem;
    margin: 6rem auto 0 auto;
  }
}
.story_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  background-color: #141414;
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover::after {
    width: 6.4rem;
  }
}
.story_btn > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #0091a1;
  transition: 0.3s ease;
}
.story_btn > a::after {
  content: "";
  position: absolute;
  left: calc(100% - 6.4rem);
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.story_btn > a > span {
  display: block;
  color: #69b7bf;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: translateY(-0.05em);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .story_btn > a > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    backnumber
======================================================== */
.backnumber {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .backnumber {
    padding: 12rem 0 0 0;
  }
}
.backnumber::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: calc(100% + 20rem);
  background-color: #ebf2f2;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .backnumber::before {
    height: calc(100% + 15rem);
  }
}
.backnumber_column {
  position: relative;
  width: 100%;
}
.backnumber_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.backnumber_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl::before {
    width: 47.3rem;
  }
}
.backnumber_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > em {
    font-size: 5.4rem;
  }
}
.backnumber_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > span {
    font-size: 2.4rem;
  }
}
.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: -4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .backnumber_list {
    width: 92.5925925926%;
    margin: -3rem auto 0 auto;
  }
}
.backnumber_list > li {
  width: 48.125%;
  margin: 4rem 0 0 3.75%;
}
@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 > dt > span {
    background-color: #99c7cc;
  }
}
.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: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  background-color: transparent;
  transition: 0.3s ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.backnumber_item > dd {
  width: 100%;
}
.backnumber_item > dd > figure {
  width: 100%;
}/*# sourceMappingURL=story.css.map */