.kv_copyright {
  width: 23.06667%;
  margin: 1.6% auto;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10.66667% 0;
}

.sns_btn {
  width: 10.66667%;
}

.sns_line {
  width: 7.46667%;
  height: 1px;
  background: #1da1f2;
  margin: 0 2.66667%;
}

.sns_text {
  font-size: 4vw;
}

.story {
  width: 89.33333%;
  margin: 0 auto;
}

.story_title {
  color: #009143;
  font-size: 4.53333vw;
  line-height: 2.05882;
}

.story_text {
  margin-top: 1em;
  font-size: 3.46667vw;
  line-height: 1.76923;
}

.story_twitter {
  width: 100%;
  margin: 13.43284% 0 0;
}

.aside {
  margin: 18.66667% 0 0;
  background: url(/spn/2021/img/suigenstory/bg.png) center/100% auto;
}

.aside_wrap {
  width: 89.33333%;
  margin: 0 auto;
  padding: 8.66667% 0 10%;
}

.aside_img {
  width: 95.52239%;
}

.aside_btn {
  width: 72.03125%;
  margin: -8.66667% 0 0 auto;
}

.slide {
  position: relative;
}

.slide_img {
  width: 81.19403%;
  margin: 0 auto;
}

.slide_btn {
  margin: 1.9403% auto 0;
  width: 31.19403%;
}

.slide_btn--ouusanmyaku {
  width: 37.16418%;
}

.slide_l, .slide_r {
  width: 12.53731%;
  height: 12.66667vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.slide_l {
  left: -3.58209%;
}

.slide_r {
  right: -3.58209%;
}

.swiper-container {
  height: 116vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.btn_home {
  width: 89.33333%;
  margin: 8% auto 0;
}
