@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: 10rem 0;
  }
}
.story::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.story::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 100%;
  height: 71rem;
  background-image: url(../images/story/story_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .story::after {
    height: 55.5rem;
    background-image: url(../images/story/story_bg01_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1600px) {
  .story::after {
    background-size: 100% 100%;
  }
}
.story_illust01 {
  position: absolute;
  left: 0;
  top: 19rem;
  display: block;
  width: 100%;
  height: 31.1rem;
  background-image: url(../images/story/story_illust01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_illust01 {
    top: 6rem;
    height: 29.8rem;
    background-image: url(../images/story/story_illust01_pc.png);
    background-size: auto 100%;
  }
}
.story_illust02 {
  position: absolute;
  left: 0;
  top: 78.5rem;
  display: block;
  width: 100%;
  height: 33.6rem;
  background-image: url(../images/story/story_illust02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .story_illust02 {
    top: 36.5rem;
    height: 32.3rem;
    background-image: url(../images/story/story_illust02_pc.png);
    background-size: auto 100%;
  }
}
.story_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .story_ttl {
    width: 38.5%;
  }
}
.story_column {
  position: relative;
  width: 100%;
  margin-top: 17rem;
}
@media screen and (min-width: 768px) {
  .story_column {
    margin-top: 7rem;
  }
}
.story_embed {
  position: relative;
  width: 104.6153846154%;
  margin: 0 -2.3076923077%;
}
@media screen and (min-width: 768px) {
  .story_embed {
    width: 80%;
    margin: 0 auto;
  }
}
.story_embed > a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover > figure::after {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.story_embed > a > figure {
  position: relative;
  width: 100%;
}
.story_embed > a > figure::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 15.8823529412%;
  aspect-ratio: 108/97;
  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::after {
    width: 13.5%;
  }
}
.story_subttl {
  position: relative;
  width: 55.3846153846%;
  margin: 17rem auto 0 auto;
  text-align: center;
  border-radius: 6rem;
  background-color: #e6564c;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    width: 36%;
    margin: 6rem auto 0 auto;
    border-radius: 5rem;
  }
}
.story_subttl > span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 6rem;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.8rem;
    line-height: 5rem;
  }
}
.story_date {
  position: relative;
  margin-top: 2rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_date {
    margin-top: 1.5rem;
    font-size: 3.4rem;
  }
}
.story_date > span {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .story_date > span {
    font-size: 1.8rem;
  }
}
.story_body {
  position: relative;
  width: 100%;
}
.story_body > * {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_body > * {
    margin-top: 4rem;
  }
}
.story_img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 0;
}
.story_img > figure {
  width: 100%;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .story_img > figure {
    width: 47%;
    margin: 0 0 0 6%;
  }
}
.story_img > figure:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .story_img > figure:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .story_img > figure:nth-child(n+3) {
    margin-top: 3rem;
  }
}
.story_btn {
  position: relative;
  width: 94%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .story_btn {
    width: 61.1%;
    margin: 4rem auto 0 auto;
  }
}
.story_btn > a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_btn > a:hover::after {
    content: "";
  }
}
.story_btn > a:hover img {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .story_btn > a::after {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/story/story_btn01_pc_h.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: 0.3s ease;
  }
}
.story_share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 8rem;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .story_share {
    margin-top: 6rem;
    padding: 4rem 0;
  }
}
.story_share::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 0.8rem;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .story_share::before {
    height: 0.4rem;
  }
}
.story_share::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.8rem;
  background-image: url(../images/common/common_bg07.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .story_share::after {
    height: 0.4rem;
  }
}
.story_share > dt {
  position: relative;
  width: auto;
  padding-right: 11rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .story_share > dt {
    padding-right: 12rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .story_share > dt {
    padding-right: 19rem;
  }
}
.story_share > dt::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 4.9rem;
  aspect-ratio: 49/26;
  background-image: url(../images/common/common_bg08_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .story_share > dt::after {
    right: 2.5rem;
    width: 7.1rem;
    aspect-ratio: 71/12;
    background-image: url(../images/common/common_bg08_pc.png);
  }
}
@media screen and (min-width: 1000px) {
  .story_share > dt::after {
    right: 6rem;
  }
}
.story_share > dd {
  position: relative;
  width: auto;
}
.story_share_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.story_share_list > li {
  width: 9rem;
  aspect-ratio: 1/1;
  margin-left: 1.2rem;
}
@media screen and (min-width: 768px) {
  .story_share_list > li {
    width: 6.4rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .story_share_list > li {
    margin-left: 2rem;
  }
}
.story_share_list > li:first-child {
  margin-left: 0;
}
.story_share_list > li.share_list_x > a {
  background-color: #636363;
}
.story_share_list > li.share_list_facebook > a {
  background-color: #6c8ead;
}
.story_share_list > li.share_list_line > a {
  background-color: #6cad77;
}
.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%;
}
@media screen and (min-width: 768px) {
  .story_share_list > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.story_share_list > li > a > svg {
  width: 3.2rem;
  aspect-ratio: 1/1;
  fill: #ffffff;
}

/* ========================================================
    midbnr
======================================================== */
.midbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  background-image: url(../images/common/common_bg03_edge01.png), url(../images/common/common_bg03_edge02.png);
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
  background-size: 12.8rem 0.3rem, 12.8rem 0.3rem;
}
@media screen and (min-width: 768px) {
  .midbnr {
    padding: 6rem 0;
  }
}
.midbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  display: block;
  width: 100%;
  height: calc(100% - 0.4rem);
  background-image: url(../images/common/common_bg03.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12.8rem 12.8rem;
  z-index: -2;
}
.midbnr_ttl {
  position: relative;
  width: 87.6923076923%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .midbnr_ttl {
    width: 50.4%;
  }
}
.midbnr_column {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .midbnr_column {
    margin-top: 4rem;
  }
}
.midbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -2.4rem;
}
.midbnr_list > li {
  width: 83.0769230769%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li {
    width: 38%;
    margin: 2.4rem 0 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .midbnr_list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.midbnr_list > li > a {
  position: relative;
  display: block;
}

/* ========================================================
    backnumber
======================================================== */
.backnumber {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .backnumber {
    padding: 10rem 0;
  }
}
.backnumber::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 40rem 40rem;
  z-index: -2;
}
.backnumber_ttl {
  position: relative;
  text-align: center;
}
.backnumber_ttl > span {
  color: #d65046;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .backnumber_ttl > span {
    font-size: 3.4rem;
  }
}
.backnumber_column {
  position: relative;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .backnumber_column {
    margin-top: 5rem;
  }
}
.backnumber_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -4rem;
}
.backnumber_list > li {
  width: 47.6923076923%;
  margin: 4rem 0 0 4.6153846154%;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li {
    width: 18.4%;
    margin: 4rem 0 0 2%;
  }
}
.backnumber_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li:nth-child(2n+1) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 768px) {
  .backnumber_list > li:nth-child(5n+1) {
    margin-left: 0;
  }
}
.backnumber_list > li > a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .backnumber_list > li > a:hover {
    transform: translateY(-0.8rem);
    opacity: 1;
  }
}
.backnumber_item {
  position: relative;
  width: 100%;
}
.backnumber_item > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 41.935483871%;
  aspect-ratio: 130/44;
  line-height: 1;
  background-image: url(../images/story/backnumber_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .backnumber_item > dt {
    width: 48.9130434783%;
  }
}
.backnumber_item > dt > span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .backnumber_item > dt > span {
    font-size: 1.8rem;
  }
}
.backnumber_item > dd {
  position: relative;
  margin-top: -1.4rem;
}
@media screen and (min-width: 768px) {
  .backnumber_item > dd {
    margin-top: -1rem;
  }
}/*# sourceMappingURL=story.css.map */