@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
a {
  text-decoration: none;
}

div.altiri-section {
  width: 100%;
  line-height: 2;
  color: #fff;
  font-weight: 400;
}
div.altiri-section .club-image_box {
  text-align: center;
}
div.altiri-section .club-image_box img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: auto 1200/630;
  background: #1A2030;
}
div.altiri-section main {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
div.altiri-section main article {
  background: none;
  padding: 40px 24px;
  z-index: 5;
}
div.altiri-section main article .story-epigraph {
  text-align: center;
  margin-bottom: 40px;
}
div.altiri-section main article .story-epigraph p {
  margin: 0;
}
div.altiri-section main article .story-epigraph .story-epigraph__quote {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 700 !important;
}
div.altiri-section main article section h2 {
  font-size: 18px;
  font-weight: 550;
  color: inherit;
  margin: 40px 0 24px;
  line-height: 1.5;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 840px) {
  div.altiri-section main article section h2 {
    font-size: 24px;
  }
}
div.altiri-section main article section p {
  margin-bottom: 20px;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
div.altiri-section main article section img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: auto 3/2;
  background: #1A2030;
}
div.altiri-section .story-related {
  padding: 0 24px;
  margin: 0 0 56px;
}
div.altiri-section .story-related .swiper {
  overflow: visible;
}
div.altiri-section .story-related .swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 620px) {
  div.altiri-section .story-related .swiper-slide {
    width: 462px;
  }
}
div.altiri-section .story-related .story-related__card {
  display: block;
}
div.altiri-section .story-related .story-related__card:focus-visible {
  position: relative;
  z-index: 10;
  outline: 2px solid #FF007A;
  outline-offset: 2px;
}
div.altiri-section .story-related .story-related__card:hover img {
  filter: brightness(80%);
  transition: all 0.3s ease;
}
div.altiri-section .story-related img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 462/260;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(120%);
}
div.altiri-section .story-related__scrollbar-wrap {
  display: flow-root;
  margin: 24px -24px 0;
}
div.altiri-section .story-related__scrollbar-wrap .swiper-scrollbar,
div.altiri-section .story-related__scrollbar-wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  width: 100%;
  height: 15px;
  margin-block: -5px;
  padding-block: 5px;
  box-sizing: border-box;
  background: #444;
  background-clip: content-box;
  border-radius: 0;
}
div.altiri-section .story-related__scrollbar-wrap .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 0;
}

@media screen and (min-width: 1024px) {
  div.altiri-section main article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0 24px 0;
  }
  div.altiri-section main article .story-epigraph {
    width: 700px;
    margin: 0 auto 64px;
  }
  div.altiri-section main article .story-epigraph .story-epigraph__quote {
    font-size: 40px;
  }
  div.altiri-section main article section {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  div.altiri-section main article section p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 220%;
  }
  div.altiri-section main article section img {
    margin-bottom: 32px;
    max-width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=altiri-story_detail_26-27.css.map */