@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%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_ttl {
    padding: 7.5rem 0;
  }
}
.story_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.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: 26.4rem;
  }
}
.story_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > em {
    font-size: 6rem;
  }
}
.story_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > span {
    font-size: 3rem;
  }
}
.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: 74.0740740741%;
  }
}
.story_embed > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover figure > img {
    transform: rotate(-2deg);
  }
}
.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: 137.5%;
  aspect-ratio: 1100/940;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
.story_embed figure::after {
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 13.75%;
  max-width: 88px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  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::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -118%;
  display: block;
  width: 17.6rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg12.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .story_subttl::before {
    width: 12rem;
  }
}
.story_subttl > span {
  display: block;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.2rem;
  }
}
.story_subttl > span > em {
  color: #ff7f00;
  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: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 2.2rem;
  }
}
.story_date > small {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 75%;
}
.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_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 6rem 0 -4rem 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .story_img {
    margin: 4.5rem 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_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 4.5rem;
  }
}
.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: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .story_share {
    width: 92.5925925926%;
    margin: 6rem auto 0 auto;
    padding: 3.6rem 0;
  }
}
.story_share::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ff7f00 0%, #000000 50%, #60afbf 100%);
}
.story_share::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ff7f00 0%, #000000 50%, #60afbf 100%);
}
.story_share > dt {
  width: auto;
  margin-right: 7rem;
}
.story_share > dt > span {
  display: block;
  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: 3.8rem;
  margin-left: 7rem;
}
@media screen and (min-width: 768px) {
  .story_share_list > li {
    width: 2.8rem;
  }
}
.story_share_list > li:first-child {
  margin-left: 0;
}
.story_share_list > li > a {
  display: block;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.story_share_list > li > a > svg {
  width: 100%;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
.story_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 640/112;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 480px;
    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%;
  background-color: #ffb726;
  transition: none;
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}
.story_btn > a::before {
  content: "";
  position: absolute;
  right: 9.375%;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #f90605;
  border-bottom: 0.1em solid #f90605;
  transform: translateY(-50%) rotate(-135deg);
}
.story_btn > a > span {
  display: block;
  padding-left: 9.375%;
  color: #f90605;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .story_btn > a > span {
    font-size: 2.7rem;
  }
}

/* ========================================================
    midbnr
======================================================== */
.midbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .midbnr {
    padding: 6rem 0;
  }
}
.midbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -3;
}
.midbnr_ttl {
  position: relative;
  width: 100%;
  margin: -0.8rem 0 4rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .midbnr_ttl {
    margin: -0.6rem 0 3rem 0;
  }
}
.midbnr_ttl > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  -webkit-text-stroke: 2px #000000;
  text-stroke: 2px #000000;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .midbnr_ttl > span {
    font-size: 2.2rem;
  }
}
.midbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: -2.4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .midbnr_list {
    margin: -1.8rem auto 0 auto;
  }
}
.midbnr_list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 96.1333333333%;
  aspect-ratio: 721/592;
  background-image: url(../images/common/common_bg09.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .midbnr_list::before {
    width: 40%;
  }
}
.midbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li {
    width: 31.6666666667%;
    margin: 1.8rem 1.25% 0 1.25%;
  }
}
.midbnr_list > li > a {
  display: block;
  width: 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}

/* ========================================================
    backnumber
======================================================== */
.backnumber {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@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-color: rgba(255, 171, 26, 0.65);
  mix-blend-mode: hard-light;
  z-index: -2;
}
.backnumber_column {
  position: relative;
  width: 100%;
}
.backnumber_ttl {
  position: relative;
  width: 100%;
  margin: -1.2rem auto 0 auto;
  padding-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl {
    width: 92.5925925926%;
    margin: -0.9rem auto 0 auto;
    padding-bottom: 3rem;
  }
}
.backnumber_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #01d4ff 0%, #fee543 100%);
}
.backnumber_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > em {
    font-size: 4.8rem;
  }
}
.backnumber_ttl > span {
  display: block;
  color: #fee543;
  font-family: "Ephesis", cursive;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > span {
    font-size: 2.4rem;
  }
}
.backnumber_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .backnumber_wrap {
    margin-top: 4.5rem;
  }
}
.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%;
  transition: none;
}
@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: rotate(-2deg);
  }
}
.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;
  font-family: "Shippori Mincho", serif;
}
.backnumber_item > dd {
  width: 100%;
}
.backnumber_item > dd > figure {
  width: 100%;
}/*# sourceMappingURL=story.css.map */