@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::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% - 5.5rem);
  height: 70rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .story::before {
    width: calc(100% - 6rem);
    height: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .story::before {
    width: calc(50% + 540px);
  }
}
.story_column {
  position: relative;
  width: 93.75%;
  margin: 0 0 0 auto;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 100%;
    margin: 0;
    padding-bottom: 7.5rem;
  }
}
.story_column::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 10rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .story_column::before {
    height: calc(100% - 7.5rem);
  }
}
.story_column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.story_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.story_ttl > em {
  display: block;
  padding-left: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.story_ttl > span {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .story_ttl > span {
    font-size: 2.1rem;
  }
}
.story_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.story_embed {
  position: relative;
  width: 110.0917431193%;
  margin: 0 -10.0917431193% 0 0;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 100%;
    margin: 0;
  }
}
.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 {
    opacity: 0.5;
  }
}
.story_embed > a > figure {
  position: relative;
  width: 100%;
}
.story_embed > a > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20.6666666667%;
  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%);
}
@media screen and (min-width: 768px) {
  .story_embed > a > figure::before {
    width: 15.5%;
  }
}
.story_embed > a > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #add2d9 0%, #76cbdc 35%, #dc7fa9 65%, #d4a9bc 100%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.story_embed > figure {
  position: relative;
  width: 100%;
}
.story_subttl {
  position: relative;
  width: 73.3944954128%;
  margin: 6rem 0 0 0;
  text-align: center;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
@media screen and (min-width: 768px) {
  .story_subttl {
    width: 300px;
    margin: 4.5rem 0 0 calc(50% - 225px);
  }
}
.story_subttl > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.2rem;
  }
}
.story_subttl > span > span {
  font-size: 200%;
  line-height: 1.2;
}
.story_date {
  position: relative;
  width: 100%;
  margin: 0 -10.0917431193% 0 auto;
  padding: 1.2rem 0;
  text-align: center;
  background: linear-gradient(90deg, #563630 0%, #325848 100%);
}
@media screen and (min-width: 768px) {
  .story_date {
    width: 410px;
    margin: 0 0 0 calc(50% - 185px);
    padding: 0.8rem 0;
  }
}
.story_date > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 2.2rem;
  }
}
.story_date > small {
  display: block;
  color: #ffffff;
  font-size: 2.2rem;
}
@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: 4rem;
}
@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: 110.0917431193%;
  margin: 4rem -10.0917431193% 0 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .story_img {
    width: 110%;
    margin: 3rem -5% 0 -5%;
  }
}
.story_img > figure {
  width: 100%;
  margin: 3.2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .story_img > figure {
    width: 47.7272727273%;
    margin: 2.4rem 0 0 4.5454545455%;
  }
}
.story_img > figure:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .story_img > figure:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .story_img > figure:nth-child(2n+1) {
    margin-left: 0;
  }
}
.story_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 560/96;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 408px;
    margin-top: 4.5rem 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 7.1428571429%;
  background-image: url(../images/common/btn_bg05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    background-image: url(../images/common/btn_bg05_h.jpg);
    opacity: 1;
  }
}
.story_btn > a > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .story_btn > a > span {
    font-size: 2.2rem;
  }
}
.story_share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 8rem;
  padding: 1.6rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .story_share {
    margin-top: 6rem;
    padding: 1.2rem 0;
  }
}
.story_share > dt {
  width: auto;
  margin-right: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .story_share > dt {
    margin-right: 5rem;
  }
}
.story_share > dt > span {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .story_share > dt > span {
    font-size: 2rem;
  }
}
.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.2rem;
  aspect-ratio: 1/1;
  margin: 0;
}
.story_share_list > li.share_list_x > a::before {
  background-image: url(../images/common/nav_sns_bg01.png);
}
.story_share_list > li.share_list_facebook > a::before {
  background-image: url(../images/common/nav_sns_bg02.png);
}
.story_share_list > li.share_list_line > a::before {
  background-image: url(../images/common/nav_sns_bg03.png);
}
.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 {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.story_share_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.story_share_list > li > a > svg {
  width: 27.2727272727%;
  aspect-ratio: 1/1;
  margin: 0;
  fill: #000000;
}

/* ========================================================
    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: linear-gradient(90deg, #d6e8ec 0%, #e9d4dd 100%);
  z-index: -2;
}
.midbnr_ttl {
  position: relative;
  width: 100%;
  margin-top: -0.5rem;
  text-align: center;
}
.midbnr_ttl > span {
  display: block;
  font-size: 3rem;
  font-weight: 600;
}
@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: 1080px;
  margin: 1.6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .midbnr_list {
    margin: 1.2rem auto 0 auto;
  }
}
.midbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li {
    width: 35.1851851852%;
    margin: 1.8rem 1.3888888889% 0 1.3888888889%;
  }
}
.midbnr_list > li > a {
  display: block;
  width: 100%;
}

/* ========================================================
    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: linear-gradient(90deg, #563630 0%, #325848 100%);
  z-index: -2;
}
.backnumber_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .backnumber_column {
    width: 92.5925925926%;
  }
}
.backnumber_ttl {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 3rem;
  border-top: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl {
    padding-top: 2rem;
  }
}
.backnumber_ttl > em {
  display: block;
  color: #ffffff;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > em {
    font-size: 7.5rem;
  }
}
.backnumber_ttl > span {
  display: block;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-0.4em);
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > span {
    font-size: 2.1rem;
  }
}
.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-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: 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 > dd > figure::after {
    opacity: 0.8;
  }
}
.backnumber_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
}
.backnumber_item > dt {
  width: 100%;
  margin-top: 0.5rem;
}
.backnumber_item > dt > span {
  display: block;
  color: #ffffff;
  text-align: center;
}
.backnumber_item > dd {
  width: 100%;
}
.backnumber_item > dd > figure {
  position: relative;
  width: 100%;
}
.backnumber_item > dd > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #add2d9 0%, #76cbdc 35%, #dc7fa9 65%, #d4a9bc 100%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}/*# sourceMappingURL=story.css.map */