@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: 9rem 0 12rem 0;
  }
}
.story_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.story_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 14.8rem 0;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2 {
    margin: 8.5rem 0;
  }
}
.story_ttl > h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 16.45rem);
  top: calc(50% - 21.15rem);
  display: block;
  width: 32.9rem;
  aspect-ratio: 329/423;
  background-image: url(../images/story/story_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2::before {
    left: calc(50% - 10.6rem);
    top: calc(50% - 13.65rem);
    width: 21.2rem;
  }
}
.story_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2 > em {
    font-size: 6rem;
  }
}
.story_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_ttl > h2 > span {
    font-size: 2rem;
  }
}
.story_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.story_column {
  position: relative;
  width: 90.7692307692%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}
.story_embed {
  position: relative;
  width: 116.2711864407%;
  aspect-ratio: 944/594;
  margin: 0 -8.1355932203%;
  padding: 6rem;
  background-image: url(../images/story/story_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 94.4%;
    margin: 0 auto;
    padding: 7.2%;
  }
}
.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 {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.story_embed > a > figure {
  position: relative;
  width: 100%;
}
.story_embed > a > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 15%;
  aspect-ratio: 96/95;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.story_embed > figure {
  position: relative;
  width: 100%;
}
.story_subttl {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    margin-top: 3rem;
  }
}
.story_subttl > span {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.4rem;
  }
}
.story_subttl > span::before {
  content: "";
  position: absolute;
  left: -4.6rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  aspect-ratio: 18/66;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .story_subttl > span::before {
    left: -4.4rem;
    width: 1.4rem;
  }
}
.story_subttl > span::after {
  content: "";
  position: absolute;
  right: -4.6rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  aspect-ratio: 18/66;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(1, 1);
}
@media screen and (min-width: 768px) {
  .story_subttl > span::after {
    right: -4.4rem;
    width: 1.4rem;
  }
}
.story_date {
  position: relative;
  width: 100%;
  text-align: center;
}
.story_date > span {
  display: block;
  margin-top: 1.5rem;
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 2.8rem;
  }
}
.story_date > small {
  display: block;
  margin-top: 0.5rem;
  font-size: 80%;
  font-weight: 500;
}
.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: 4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 3rem;
  }
}
.story_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 0;
}
.story_img > figure {
  width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .story_img > figure {
    width: 47%;
    margin: 3rem 0 0 6% !important;
  }
}
@media screen and (min-width: 768px) {
  .story_img > figure:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.story_btn {
  position: relative;
  width: 91.5254237288%;
  aspect-ratio: 540/100;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 560px;
    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-radius: 5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    background-color: #cb002e;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover > span {
    color: #ffffff;
  }
}
.story_btn > a > span {
  color: #cb002e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_btn > a > span {
    font-size: 2.4rem;
  }
}
.story_share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 8rem;
  padding: 4rem 0;
  border-top: 1px solid #cb002e;
  border-bottom: 1px solid #cb002e;
}
@media screen and (min-width: 768px) {
  .story_share {
    justify-content: center;
    margin-top: 6rem;
    padding: 3rem 0;
  }
}
.story_share > dt {
  width: auto;
}
.story_share > dt > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_share > dt > span {
    font-size: 2rem;
  }
}
.story_share > dd {
  width: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .story_share > dd {
    margin-left: 6rem;
  }
}
.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-left: 1rem;
}
@media screen and (min-width: 768px) {
  .story_share_list > li {
    width: 6.4rem;
    margin-left: 2rem;
  }
}
.story_share_list > li:first-child {
  margin-left: 0;
}
.story_share_list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a:hover {
    background-color: #cb002e;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a:hover > svg {
    fill: #000000;
  }
}
.story_share_list > li > a > svg {
  width: 3.6rem;
  aspect-ratio: 1/1;
  fill: #ffffff;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a > svg {
    width: 2.4rem;
  }
}

/* ========================================================
    midbnr
======================================================== */
.midbnr {
  position: relative;
  width: 100%;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .midbnr {
    padding: 7.5rem 0;
  }
}
.midbnr:has(+ section.backnumber) {
  padding-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .midbnr:has(+ section.backnumber) {
    padding-bottom: 9.5rem;
  }
}
.midbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #50636e, #81555f);
  filter: saturate(2) opacity(0.1) brightness(1.4);
}
.midbnr_ttl {
  position: relative;
  width: 100%;
  margin-top: -0.5rem;
  text-align: center;
}
.midbnr_ttl > span {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .midbnr_ttl > span {
    font-size: 2.4rem;
  }
}
.midbnr_ttl > span::before {
  content: "";
  position: absolute;
  left: -6rem;
  top: 50%;
  display: block;
  width: 3rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .midbnr_ttl > span::before {
    left: -4.2rem;
    width: 2.2rem;
  }
}
.midbnr_ttl > span::after {
  content: "";
  position: absolute;
  right: -6rem;
  top: 50%;
  display: block;
  width: 3rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .midbnr_ttl > span::after {
    right: -4.2rem;
    width: 2.2rem;
  }
}
.midbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 1.6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .midbnr_list {
    margin: 3rem auto 0 auto;
  }
}
.midbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li {
    width: 38%;
    margin: 0 1.5%;
  }
}

/* ========================================================
    backnumber
======================================================== */
.backnumber {
  position: relative;
  width: 100%;
  padding: 14rem 0;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .backnumber {
    padding: 10rem 0;
  }
}
.backnumber::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.9rem;
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/common/common_bg02_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .backnumber::before {
    background-size: 100% 100%;
  }
}
.backnumber::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.9rem;
  display: block;
  width: 100%;
  height: 2rem;
  background-image: url(../images/common/common_bg02_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .backnumber::after {
    background-size: 100% 100%;
  }
}
.backnumber_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.backnumber_ttl > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > em {
    font-size: 4rem;
  }
}
.backnumber_ttl > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > span {
    font-size: 2rem;
  }
}
.backnumber_ttl > span > span {
  font-family: "Shippori Mincho", serif;
}
.backnumber_column {
  position: relative;
  width: 90.7692307692%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .backnumber_column {
    width: 100%;
    margin: 4.5rem auto 0 auto;
  }
}
.backnumber_list {
  position: relative;
  display: flex;
  align-items: 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.4576271186%;
  margin: 4rem 0 0 5.0847457627%;
}
@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 {
    filter: drop-shadow(0 0.25em 0.25em rgba(203, 0, 46, 0.3));
  }
}
.backnumber_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
}
.backnumber_item > dt {
  width: 100%;
  text-align: center;
}
.backnumber_item > dt > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .backnumber_item > dt > span {
    font-size: 2rem;
  }
}
.backnumber_item > dd {
  width: 100%;
}
.backnumber_item > dd > figure {
  width: 100%;
}

main:has(+ .footer .pagetop:first-child) section.backnumber {
  padding-bottom: 32rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .pagetop:first-child) section.backnumber {
    padding-bottom: 16rem;
  }
}

main:has(+ .footer .pagetop:first-child):has(section.backnumber:last-child) + .footer .copyright {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .pagetop:first-child):has(section.backnumber:last-child) + .footer .copyright {
    padding-top: 5rem;
  }
}

main:has(+ .footer .fixbnr:first-child):has(section.backnumber:last-child) + .footer .footbnr {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .fixbnr:first-child):has(section.backnumber:last-child) + .footer .footbnr {
    padding-top: 6.5rem;
  }
}

main:has(+ .footer .footbnr:first-child):has(section.backnumber:last-child) + .footer .footbnr {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .footbnr:first-child):has(section.backnumber:last-child) + .footer .footbnr {
    padding-top: 6.5rem;
  }
}/*# sourceMappingURL=story.css.map */