@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : story.css
Description : ストーリー
===================================================================== */
/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 20rem 0 25rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 15rem 0 20rem 0;
  }
}
.story_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .story_ttl {
    padding-top: 7rem;
  }
}
.story_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .story_ttl > .morphing {
    font-size: 7rem;
  }
}
.story_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .story_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.story_column {
  position: relative;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .story_column {
    margin-top: 6rem;
  }
}
.story_subttl {
  position: absolute;
  right: -2rem;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    right: 1.5%;
    font-size: 2rem;
  }
}
.story_subttl::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #202020;
}
.story_subttl > em {
  display: inline-block;
  margin: 2rem 0;
  color: #ff54d5;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1;
  transform: translateX(1.4rem);
}
@media screen and (min-width: 768px) {
  .story_subttl > em {
    font-size: 5rem;
  }
}
.story_subttl > em > small {
  display: inline-block;
  font-size: 2.4rem;
  transform: translateX(-1.4rem);
}
@media screen and (min-width: 768px) {
  .story_subttl > em > small {
    font-size: 2rem;
  }
}
.story_movie {
  width: 64rem;
  margin: 0 0 0 -5rem;
}
@media screen and (min-width: 768px) {
  .story_movie {
    width: 80%;
    margin: 0 auto;
  }
}
.story_movie > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .story_movie > a:hover::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
@media screen and (min-width: 768px) {
  .story_movie > a:hover img {
    opacity: 1;
  }
}
.story_movie > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 10.6rem;
  height: 10.6rem;
  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_movie > a img {
    opacity: 0.8;
  }
}
.story_text {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 6rem;
  }
}
.story_text > dt {
  display: inline-block;
  width: 51rem;
  height: 6rem;
  color: #ff54d5;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 5.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_text > dt {
    width: 46%;
    height: 5rem;
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}
.story_text > dd {
  margin-top: -4rem;
}
@media screen and (min-width: 768px) {
  .story_text > dd {
    margin-top: -3rem;
  }
}
.story_text > dd p {
  margin-top: 8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .story_text > dd p {
    margin-top: 6rem;
  }
}
.story_img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  column-gap: 0;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .story_img {
    row-gap: 4rem;
    column-gap: 6%;
    margin-top: 6rem;
  }
}
.story_img figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .story_img figure {
    width: 47%;
  }
}
.story_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 59rem;
  margin: 8rem auto 0 auto;
  padding: 6rem 0;
  border-top: 1px solid #ff54d5;
  border-bottom: 1px solid #ff54d5;
}
@media screen and (min-width: 768px) {
  .story_share {
    width: 90%;
    margin: 6rem auto 0 auto;
    padding: 4rem 0;
  }
}
.story_share > dt {
  width: auto;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .story_share > dt {
    width: 50%;
    font-size: 2rem;
    text-align: center;
  }
}
.story_share > dd {
  width: auto;
}
@media screen and (min-width: 768px) {
  .story_share > dd {
    width: 50%;
  }
}
.story_share_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1.5rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .story_share_list {
    column-gap: 2rem;
  }
}
.story_share_list > li {
  position: relative;
  width: 9rem;
  padding-top: 9rem;
}
@media screen and (min-width: 768px) {
  .story_share_list > li {
    width: 6.4rem;
    padding-top: 6.4rem;
  }
}
.story_share_list > li.share_list_x a {
  background-image: url(../images/common/icon_share01.png);
}
@media screen and (min-width: 768px) {
  .story_share_list > li.share_list_x a:hover {
    background-image: url(../images/common/icon_share01_h.png);
    opacity: 1;
  }
}
.story_share_list > li.share_list_fb a {
  background-image: url(../images/common/icon_share02.png);
}
@media screen and (min-width: 768px) {
  .story_share_list > li.share_list_fb a:hover {
    background-image: url(../images/common/icon_share02_h.png);
    opacity: 1;
  }
}
.story_share_list > li.share_list_line a {
  background-image: url(../images/common/icon_share03.png);
}
@media screen and (min-width: 768px) {
  .story_share_list > li.share_list_line a:hover {
    background-image: url(../images/common/icon_share03_h.png);
    opacity: 1;
  }
}
.story_share_list > li > a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.story_btn {
  width: 59rem;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 56%;
    margin: 6rem auto 0 auto;
  }
}
.story_btn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 10rem;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 10rem;
  text-align: center;
  border-radius: 5rem;
  background-color: #ff54d5;
}
@media screen and (min-width: 768px) {
  .story_btn > a {
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    color: #ff54d5;
    background-color: #000000;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover::after {
    border-color: #ff54d5;
  }
}
.story_btn > a::after {
  content: "";
  position: absolute;
  right: 6rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .story_btn > a::after {
    right: 3rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.2rem solid #000000;
    border-right: 0.2rem solid #000000;
  }
}

/* ========================================================
    middlebnr
======================================================== */
.middlebnr {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  background-color: #202020;
}
@media screen and (min-width: 768px) {
  .middlebnr {
    padding: 6rem 0;
  }
}
.middlebnr::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  display: block;
  width: 42.5rem;
  height: 5.3rem;
  background-image: url(../images/common/common_bg08.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.middlebnr_ttl {
  position: relative;
  margin-top: -1rem;
  text-align: center;
}
.middlebnr_ttl > span {
  position: relative;
  display: inline-block;
  color: #ff54d5;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .middlebnr_ttl > span {
    font-size: 2.4rem;
  }
}
.middlebnr_ttl > span::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 3.6rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .middlebnr_ttl > span::before {
    width: 1.2rem;
    height: 2.4rem;
  }
}
.middlebnr_ttl > span::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 3.6rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .middlebnr_ttl > span::after {
    width: 1.2rem;
    height: 2.4rem;
  }
}
.middlebnr_ttl > span > em {
  color: #ffffff;
  font-style: normal;
}
.middlebnr_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  column-gap: 4%;
  width: 100%;
  max-width: 1000px;
  margin: 5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebnr_list {
    margin: 3rem auto 0 auto;
  }
}
.middlebnr_list > li {
  width: 54rem;
}
@media screen and (min-width: 768px) {
  .middlebnr_list > li {
    width: 38%;
  }
}

/* ========================================================
    backnumber
======================================================== */
.backnumber {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .backnumber {
    padding: 15rem 0;
  }
}
.backnumber::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1d6659 0%, #797956 50%, #9d794a 100%);
  opacity: 0.6;
  z-index: -1;
}
.backnumber_ttl {
  position: relative;
  margin-top: -2rem;
  text-align: center;
}
.backnumber_ttl > span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > span {
    font-size: 2.4rem;
  }
}
.backnumber_ttl > span::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 3.6rem;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > span::before {
    width: 1.2rem;
    height: 2.4rem;
  }
}
.backnumber_ttl > span::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 3.6rem;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > span::after {
    width: 1.2rem;
    height: 2.4rem;
  }
}
.backnumber_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 4rem;
  column-gap: 3rem;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .backnumber_list {
    row-gap: 3rem;
    column-gap: 2%;
    margin-top: 6rem;
  }
}
.backnumber_list > li {
  width: 31rem;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li {
    width: 18.4%;
  }
}
.backnumber_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li > a:hover {
    opacity: 1;
    transform: rotate(-3deg);
  }
}
.backnumber_img img {
  border-radius: 1.5rem;
}
.backnumber_num {
  color: #ff54d5;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .backnumber_num {
    font-size: 2.4rem;
  }
}
.backnumber_num > em {
  color: #ffffff;
  font-style: normal;
}
.backnumber_num > em > small {
  font-weight: 1.8rem;
}
@media screen and (min-width: 768px) {
  .backnumber_num > em > small {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=story.css.map */