/* @group inner */

@media print, screen and (min-width: 1001px) {

  .inner {
    max-width: 980px;
  }

}

/* @group story_lead */

.story_lead {
  height: 370px;
  position: relative;
  margin-top: -40px;
  padding-top: 76px;
}

.story_lead::before {
  content: "";
  background-image: url(../images/story_lead-pc.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  min-width: 1400px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.story_lead_top {
  font-family: fot-tsukuaoldmin-pr6n, serif;
  font-style: normal;
  font-weight: 200;
  font-size: 28px;
  margin-bottom: 12px;
}

.story_lead figure {
  margin-left: -23px;
  margin-bottom: 19px;
}

.story_lead figure img {
  width: 438px;
}

.story_lead_bot {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

.story_lead + #main_content {
  padding-top: 0;
}


@media screen and (max-width: 1000px) {

  .contents:has(.story_lead) {
    overflow: hidden;
  }

  .story_lead::before {
    background-image: url(../images/story_lead-sp.jpg);
    background-repeat: no-repeat;
    min-width: 374px;
    height: 291px;
  }

  .story_lead {
    margin-top: -28.5px;
    width: 100%;
    height: 290px;
    padding-top: 71px;
  }

  .story_lead_top {
    font-size: 17px;
    margin-left: 15px;
    margin-bottom: 17px;
  }

  .story_lead figure {
    margin-left: 0;
    margin-bottom: 26px;
  }

  .story_lead figure img {
    width: 335px;
  }

  .story_lead_bot {
    font-size: 15px;
    line-height: 1.7em;
  }

}


/* @group back_story */

[class^="back_story-"] {
  width: 100vw;
  margin-left: -20px;
  padding: 136px 0 0;
  position: relative;
}

[class^="back_story-"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.back_story-1::before {
  background: linear-gradient(125deg, #d9ea86, #a0e8ae);
}

.back_story-2::before {
  background: linear-gradient(125deg, #c1f2c4, #5ec1dc);
}

.back_story-3::before {
  background: linear-gradient(125deg, #ecbeec, #9477c0);
}

.back_story_bot {
  width: 100vw;
  position: relative;
}

.back_story_bot::before,
.back_story_bot::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  background: #EBEBE1;
  z-index: -1;
}

.back_story_bot::before {
  top: 140px;
  height: 210px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

.back_story_bot::after {
  top: 350px;
  height: calc(100% - 350px);
}

@media screen and (max-width: 1000px) {

  [class^="back_story-"] {
    width: 100%;
    margin-left: 0;
    padding: 127px 0 0;
  }

  [class^="back_story-"]::before {
    width: 100%;
  }

  .back_story-1::before {
    background: linear-gradient(129deg, #d9ea86 0%, #a0e8ae 22%, #a0e8ae 100%);
  }

  .back_story-2::before {
    background: linear-gradient(129deg, #c1f2c4 0%, #5ec1dc 44%, #5ec1dc 100%);
  }

  .back_story-3::before {
    background: linear-gradient(129deg, #ecbeec 0%, #9477c0 44%, #9477c0 100%);
  }

  .back_story_bot::before {
    top: 121px;
  }

  .back_story_bot::after {
    top: 331px;
    height: calc(100% - 331px);
  }

}

/* @group h2_story */

.h2_story {
  position: relative;
  text-align: center;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.back_story-1 .h2_story {
  color: #16802c;
}

.back_story-2 .h2_story {
  color: #283e87;
}

.back_story-3 .h2_story {
  color: #4b2b8a;
}

[class^="back_story-"] .h2_story::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

.back_story-1 .h2_story::before {
  background-image: url(../images/story_text_02.png);
  background-size: 203px;
  width: 203px;
  height: 70.5px;
  top: -56px;
  left: -135px;
}

.back_story-2 .h2_story::before {
  background-image: url(../images/story_text_03.png);
  background-size: 203px;
  width: 203px;
  height: 69.5px;
  top: -62px;
  left: -103px;
}

.back_story-3 .h2_story::before {
  background-image: url(../images/story_text_04.png);
  background-size: 203px;
  width: 203px;
  height: 69.5px;
  top: -66px;
  left: -138px;
}

[class^="back_story-"] .link-item {
  margin-bottom: 0;
  padding-bottom: 78px;
}

[class^="back_story-"] .link_box {
  background: #fff;
  margin-bottom: 0;
}

[class^="back_story-"] .link_box:hover {
  background: #B82352;
}

.p_text_1 {
  font-size: 16px;
  margin-bottom: 34px;
  text-align: center;
}

.p_text_2 {
  font-size: 16px;
  margin-bottom: 33px;
  text-align: center;
}

@media screen and (max-width: 1000px) {

  .h2_story {
    font-size: 21px;
    line-height: 1.4em;
    margin-bottom: 17px;
  }

  .back_story-1 .h2_story::before {
    background-size: 152px;
    width: 152px;
    height: 54px;
    top: -67px;
    left: -70px;
  }

  .back_story-2 .h2_story::before {
    background-size: 152px;
    width: 152px;
    height: 54px;
    top: -67px;
    left: -58px;
  }

  .back_story-3 .h2_story::before {
    background-size: 152px;
    width: 152px;
    height: 53px;
    top: -64px;
    left: -74px;
  }

  .p_text_1,
  .p_text_2 {
    font-size: 15px;
    text-align: left;
    line-height: 2.1em;
    margin-bottom: 29px;
    letter-spacing: 0.04em;
  }

}

/* @group story_flex */

.story_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

.story_flex .col {
  width: 290px;
}

.story_cat {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 1px 0;
}

.back_story-1 .story_cat {
  background: #67ac84;
}

.back_story-2 .story_cat {
  background: #3d9ed3;
}

.back_story-3 .story_cat {
  background: #6770c4;
}

.story_flex a:has(img) {
  position: relative;
}

.story_flex a:has(img)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: .3s;
  z-index: 1;
}

.story_flex a:has(img):hover::before {
  opacity: 0.5;
}

.story_movie {
  position: relative;
}

.story_movie::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/story_play_button.png);
  background-repeat: no-repeat;
  background-size: 42px;
  width: 42px;
  height: 42px;
}

.story_flex .col figure {
  margin-bottom: 16px;
}

@media screen and (max-width: 1000px) {

  .story_flex {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .story_flex .col {
    width: 100%;
  }

  .story_flex .col:not(:last-child) {
    margin-bottom: 27px;
  }

  .story_cat {
    font-size: 14px;
    border-radius: 2.5px;
    padding: 8px 0;
  }

  .story_cat + a + p {
    font-size: 14px;
  }

  .story_movie::before {
    background-size: 46px;
    width: 46px;
    height: 46px;
  }

  .story_flex .col figure {
    margin-bottom: 14px;
  }

  [class^="back_story-"] .link-item {
    padding-bottom: 61px;
  }

  .p_text_2 {
    margin-bottom: 31px;
  }

}
